<?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>Thu, 07 May 2026 15:38:42 +0000</lastBuildDate><language>en</language><ttl>1</ttl><sy:updatePeriod>hourly</sy:updatePeriod><sy:updateFrequency>1</sy:updateFrequency><item><title><![CDATA[Third suspect arrested in connection with armed robbery at Miami-Dade smoke shop]]></title><link>https://www.local10.com/news/local/2026/05/07/third-suspect-arrested-in-connection-with-armed-robbery-at-miami-dade-smoke-shop/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/05/07/third-suspect-arrested-in-connection-with-armed-robbery-at-miami-dade-smoke-shop/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[A third suspect has been arrested in connection with an armed robbery that authorities say occurred at a Miami-Dade smoke shop last year. ]]></description><pubDate>Thu, 07 May 2026 15:23:02 +0000</pubDate><content:encoded><![CDATA[<p>A third suspect has been arrested in connection with an armed robbery that authorities say occurred at a <a href="https://www.local10.com/news/local/2025/08/20/2-teens-arrested-in-connection-with-armed-robbery-at-miami-smoke-shop/" target="_self" rel="" title="https://www.local10.com/news/local/2025/08/20/2-teens-arrested-in-connection-with-armed-robbery-at-miami-smoke-shop/">Miami-Dade smoke shop</a> last year. </p><p>David Lamont Scipp, 18, faces one count of armed robbery with a firearm or deadly weapon in connection with the July 6 robbery at General Smoke Shop in the county’s Westgate area, according to jail records. </p><p>Deputies with the Miami-Dade Sheriff’s Office said the robbery occurred just after 7 p.m. at General Smoke Shop, located at 2975 NW 62nd St., where an employee was working behind the counter at the time.</p><p>According to investigators, Corey Lanard Hayes Jr. drove a blue Honda Accord carrying Scipp and Malik Jacari Crossley to a nearby church parking lot before the robbery.</p><p>Authorities said Hayes, 19, first entered the smoke shop alone and made a cash purchase before returning to the car. Scipp and Crossley then went inside the business together while Hayes remained outside, deputies said.</p><figure><img src="https://www.local10.com/resizer/v2/5MJM3CDD5NE7ZGMKSRBMDJE57I.jpg?auth=aa704097fdb269c83e42e126bb2ec61de0824843e3fccd91ad74369bb1aac4a3&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>Investigators said the pair pulled handguns from underneath their shirts and demanded money and property from the employee.</p><p>According to an arrest report, the victim told the suspects he did not have access to the safe and was then escorted at gunpoint to the back of the store while the suspects searched for cash and merchandise.</p><p>The victim eventually told the robbers there was about $300 inside a backpack, authorities said. Investigators said Scipp grabbed the backpack while Crossley, 19, continued pointing a handgun at the victim.</p><p>Deputies said the suspects stole CBD products and grinders from the front counter before Hayes drove the group away in the Honda Accord.</p><p>The victim ran from the rear of the store to a nearby residence, where deputies were notified, according to investigators.</p><p>Authorities said surveillance cameras from the store captured the robbery as well as the suspects returning to the vehicle after the crime.</p><p>Following an investigation, detectives arrested Scipp, who lives in Miami’s Little Haiti neighborhood, as the third suspect on Wednesday. Investigators said he was taken to MDSO headquarters, where he was read his Miranda rights and invoked his right to remain silent.</p><p>As of Thursday, Scipp was being held at the Turner Guilford Knight Correctional Center, where his bond was listed as “to be set.”</p><p>Records show Crossley was being held without bond at the Metrowest Detention Center, while Hayes was no longer listed in Miami-Dade online jail records. </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[Hamas says a son of its chief negotiator was killed in an Israeli strike on Gaza]]></title><link>https://www.local10.com/news/world/2026/05/07/hamas-says-a-son-of-its-chief-negotiator-was-killed-in-an-israeli-strike-on-gaza/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/05/07/hamas-says-a-son-of-its-chief-negotiator-was-killed-in-an-israeli-strike-on-gaza/</guid><dc:creator><![CDATA[By WAFAA SHURAFA and TOQA EZZIDIN, Associated Press]]></dc:creator><description></description><pubDate>Thu, 07 May 2026 15:19:56 +0000</pubDate><content:encoded><![CDATA[<p>DEIR AL-BALAH, Gaza Strip (AP) — The son of Hamas' lead negotiator died on Thursday after being wounded by an Israeli strike on Gaza, the militant group said.</p><p>Khalil al-Hayya's 32-year-old son, Azzam, was wounded by a strike in Gaza City that killed another person and wounded several others. The Israeli military has not commented on the strike. The older al-Hayya is based abroad.</p><p>Israel has continued to carry out regular strikes against what it says are militant targets — also killing civilians — since a U.S.-brokered ceasefire halted major military operations in October. That agreement also led to the release of the remaining hostages taken in Hamas' Oct. 7, 2023, attack that sparked the war.</p><p>Key stipulations of the agreement remain unmet, including the disarmament of Hamas, the deployment of an international stabilization force and Israel's withdrawal from the half of the territory its troops still control. Israel and Hamas have accused each other of violations.</p><p>Hamas accused Israel of trying to pressure negotiators through targeted killings. It was not clear if the younger al-Hayya was the target of the strike.</p><p>In comments to Al Jazeera after his son was wounded, Al-Hayya said that if his son was targeted, “it would be an honor to me, to him, and to all Palestinians.”</p><p>When asked about disarming, al-Hayya said Hamas would be ready to discuss the second phase of the ceasefire agreement only after Israel fulfills the first phase, which includes a cessation of hostilities and a surge in humanitarian aid.</p><p>Israeli strikes have killed several top Hamas leaders and their family members over the years. Another son of al-Hayya, Hammam, was killed in an Israeli strike on Hamas leaders in Qatar in September.</p><p>Al-Hayya's daughter, Tasnim, speaking at Shifa Hospital in Gaza, said her father's hand would not be forced by the deaths of his children.</p><p>“We are like all our people. Everyone has suffered and everyone has sacrificed. We are one of them,” she said.</p><p>More than 72,000 people have been killed in Gaza since Israel launched its offensive in response to Hamas' 2023 attack, in which militants killed some 1,200 people and took 251 hostage. Palestinians in Gaza are still contending with myriad daily struggles, from lack of water to rodent infestations in tents.</p><p>Relatives of three people killed Wednesday in a separate Israeli strike on Gaza gathered in the courtyard of Shifa Hospital on Thursday to say their final goodbyes, embracing as they wept.</p><p>The family members had just moved out of a school where they were sheltering and were setting up new tents when they were struck. A man, his son and his nephew were killed, according to a relative, Yahiya Kishko.</p><p>___</p><p>Ezzidin reported from Cairo.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/D2UGHDQFI4WB75SGFGRV4S7VPA.jpg?auth=4ffa1d63bfe81289ccb53603b2b8967fa6570f6e7779b608d52618b2df6295bd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Mourners carry the body of Azzam al-Hayya, son of Hamas leader Khalil al-Hayya, mourn over his body after he was killed in an Israeli airstrike, at Shifa Hospital in Gaza City Thursday, May 7, 2026. (AP Photo/Jehad Alshrafi)]]></media:description><media:credit role="author" scheme="urn:ebu">Jehad Alshrafi</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ACUQEBVWZC6ZLNGAPSVOTQONQE.jpg?auth=c277e8d7e6f4158a4bfc88915dbc4e85a61582169786f9c075f85e39b640ce72&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Mourners carry the body of Azzam al-Hayya, son of Hamas leader Khalil al-Hayya, mourn over his body after he was killed in an Israeli airstrike, at Shifa Hospital in Gaza City Thursday, May 7, 2026. (AP Photo/Jehad Alshrafi)]]></media:description><media:credit role="author" scheme="urn:ebu">Jehad Alshrafi</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QGXM6R7W4P4GLMSR4EDDKON6MM.jpg?auth=10d8485feda779e06cc3e0edc1c16ba3d592e88276b327f18f7ba9cfd55a2a4f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The body of Hamdan Kashko, who was killed in an Israeli airstrike, I brought to Shifa Hospital in Gaza City Thursday, May 7, 2026. (AP Photo/Jehad Alshrafi)]]></media:description><media:credit role="author" scheme="urn:ebu">Jehad Alshrafi</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4URDMBFDEMZIZX3LAJGROKE7BI.jpg?auth=54cb8f355e1209c4822b7f2c9e39294b39e886c0687cc0ac77acbf866dbe4569&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The daughters of Mohammed Kashko mourn over his body, after he was killed in an Israeli airstrike, at Al-Shifa Hospital in Gaza City Thursday, May 7, 2026. (AP Photo/Jehad Alshrafi)]]></media:description><media:credit role="author" scheme="urn:ebu">Jehad Alshrafi</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NV6JCS3GA4ET4TKBCA6BNQGP5I.jpg?auth=d3860a09157c9143181977293cd28f9a8f19143d2c5dfe72b0a2ef2dfd3da258&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Palestinians carry the body of Hamza al-Sharbati, who was killed in an Israeli airstrike, during his funeral at al-Shifa Hospital in Gaza City Thursday, May 7, 2026. (AP Photo/Jehad Alshrafi)]]></media:description><media:credit role="author" scheme="urn:ebu">Jehad Alshrafi</media:credit></media:content></item><item><title><![CDATA[Miramar man accused of pulling guns on 2 repo crews in 5 days, opening fire once]]></title><link>https://www.local10.com/news/local/2026/05/07/miramar-man-accused-of-pulling-guns-on-2-repo-crews-in-5-days-opening-fire-once/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/05/07/miramar-man-accused-of-pulling-guns-on-2-repo-crews-in-5-days-opening-fire-once/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[Authorities took a Miramar man into custody on Wednesday after accusing him of shooting into a tow truck as a repo man tried to take his Lexus in October. It turns out he was already facing charges for another gun incident involving a repo crew five days earlier, according to court documents.]]></description><pubDate>Thu, 07 May 2026 15:09:54 +0000</pubDate><content:encoded><![CDATA[<p>Authorities took a Miramar man into custody on Wednesday after accusing him of shooting into a tow truck as a repo man tried to take his Lexus in October. It turns out he was already facing charges for another gun incident involving a repo crew five days earlier, according to court documents.</p><p><a href="https://www.local10.com/espanol/2026/05/07/acusan-a-hombre-de-miramar-de-sacar-armas-contra-2-equipos-de-embargo-en-5-dias-y-disparar-una-vez/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/05/07/acusan-a-hombre-de-miramar-de-sacar-armas-contra-2-equipos-de-embargo-en-5-dias-y-disparar-una-vez/">Leer en español</a></p><p>Police said the first incident ― for which Torey Eugene Williams was arrested on Oct. 30 ― happened on Oct. 10 in Davie.</p><p>Davie police said a tow driver and a spotter had pulled into a shopping center at 6946 Stirling Road to take the 46-year-old’s Lexus GS. An arrest warrant states as they lifted the vehicle and began to pull forward, Williams walked towards them with his finger on the trigger of a gun and said, “Put my car down,” pointing the weapon at the tow truck driver.</p><p>Authorities said the crew unhooked the sedan and Williams got inside and took off.</p><p>Five days later, on Oct. 15, Miramar police said a tow driver trying to repossess the Lexus at Williams’ home in the 2700 block of Riviera Drive was also greeted by an angry, armed Williams. This time, police said Williams fired a shot into the tow truck.</p><p>According to a report, Williams admitted to police that he came out with his gun, telling the driver to “put my muthaf---ing car down.” </p><p>Detectives said that Williams claimed he then slipped and the gun fell out of his hand, discharging a round into the tow truck when it hit the ground.</p><p>Authorities said video footage showed that he “exited the home and turned in the direction of the tow truck” and its driver “when the firearm discharged.”</p><p>Months after the incident, authorities filed a “not in custody probable cause affidavit” in the Broward court system on April 27. On Wednesday, Williams was taken into custody.</p><p>Court records show he’s facing two aggravated assault charges stemming from the Davie incident and one charge of shooting or throwing a deadly missile into a vehicle, dwelling or aircraft in connection with the Miramar case.</p><p>Broward Sheriff’s Office records show that Williams was being held in the agency’s Main Jail on a $5,000 bond as of Thursday morning.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/24KFLBQQDNFDVJRWAFQ6P34BJY.jpg?auth=e2f99762d1d0b450de3add68368812332ad4393ee9ccfd3187f49697354345de&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Torey Williams]]></media:description></media:content></item><item><title><![CDATA[Acusan a hombre de Miramar de sacar armas contra 2 equipos de embargo en 5 días y disparar una vez]]></title><link>https://www.local10.com/espanol/2026/05/07/acusan-a-hombre-de-miramar-de-sacar-armas-contra-2-equipos-de-embargo-en-5-dias-y-disparar-una-vez/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/05/07/acusan-a-hombre-de-miramar-de-sacar-armas-contra-2-equipos-de-embargo-en-5-dias-y-disparar-una-vez/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[Las autoridades detuvieron el miércoles a un hombre de Miramar tras acusarlo de disparar contra una grúa cuando un agente de recuperación intentaba llevarse su Lexus en octubre. Según los documentos judiciales, resulta que ya se enfrentaba a cargos por otro incidente con armas de fuego en el que estuvo involucrado un equipo de recuperación cinco días antes.]]></description><pubDate>Thu, 07 May 2026 15:17:22 +0000</pubDate><content:encoded><![CDATA[<p>Las autoridades arrestaron el miércoles a un hombre de Miramar acusado de disparar contra una grúa mientras un operador intentaba embargar su Lexus en octubre. Resulta que ya enfrentaba cargos por otro incidente con arma de fuego relacionado con un equipo de embargo cinco días antes, según documentos judiciales.</p><p>La Policía indicó que el primer incidente, por el cual Torey Eugene Williams fue arrestado el 30 de octubre, ocurrió el 10 de octubre en Davie.</p><p>La Policía de Davie dijo que un conductor de grúa y un observador llegaron a un centro comercial ubicado en el 6946 de Stirling Road para llevarse el Lexus GS del hombre de 46 años. Una orden de arresto indica que mientras levantaban el vehículo y comenzaban a avanzar, Williams caminó hacia ellos con el dedo en el gatillo de un arma y dijo: “Bajen mi carro”, apuntando el arma al conductor de la grúa.</p><p>Las autoridades dijeron que el equipo soltó el sedán y Williams entró al vehículo y huyó.</p><p>Cinco días después, el 15 de octubre, la Policía de Miramar indicó que otro conductor de grúa que intentaba embargar el Lexus en la casa de Williams, ubicada en la cuadra 2700 de Riviera Drive, también fue recibido por un Williams molesto y armado. Esta vez, la Policía dijo que Williams disparó contra la grúa.</p><p>Según un informe, Williams admitió ante la Policía que salió con su arma y le dijo al conductor que “bajara mi maldito carro”.</p><p>Los detectives dijeron que Williams afirmó luego que se resbaló y el arma se le cayó de la mano, disparándose contra la grúa al golpear el suelo.</p><p>Las autoridades indicaron que las imágenes de video mostraban que él “salió de la casa y se giró en dirección a la grúa” y hacia su conductor “cuando el arma se disparó”.</p><p>Meses después del incidente, las autoridades presentaron una “declaración jurada de causa probable sin custodia” en el sistema judicial de Broward el 27 de abril. El miércoles, Williams fue arrestado.</p><p>Los registros judiciales muestran que enfrenta dos cargos de agresión agravada relacionados con el incidente de Davie y un cargo de disparar o lanzar un proyectil mortal contra un vehículo, vivienda o aeronave en relación con el caso de Miramar.</p><p>Los registros de la Oficina del Sheriff de Broward muestran que Williams permanecía detenido en la cárcel principal de la agencia con una fianza de $5,000 USD hasta la mañana del jueves.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/24KFLBQQDNFDVJRWAFQ6P34BJY.jpg?auth=e2f99762d1d0b450de3add68368812332ad4393ee9ccfd3187f49697354345de&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Torey Williams]]></media:description></media:content></item><item><title><![CDATA[Movie Review: Billie Eilish and James Cameron make concert movie magic with 'Hit Me Hard and Soft']]></title><link>https://www.local10.com/entertainment/2026/05/07/movie-review-billie-eilish-and-james-cameron-make-concert-movie-magic-with-hit-me-hard-and-soft/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/05/07/movie-review-billie-eilish-and-james-cameron-make-concert-movie-magic-with-hit-me-hard-and-soft/</guid><dc:creator><![CDATA[By MARIA SHERMAN, Associated Press]]></dc:creator><description></description><pubDate>Thu, 07 May 2026 15:14:53 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Billie Eilish is levitating. Or so it seems. When the pop star first emerges on screen in the mouthful “Billie Eilish — Hit Me Hard and Soft: The Tour (Live in 3D),” she is suspended above a cube built of LED screens, surrounded by a sold-out crowd of over 23,000 fans in the center of the U.K.'s largest arena — Manchester's Co-op Live. She launches into the midtempo “Chihiro,” a house experiment from her latest album, and the 3D magic begins. In the contemporary pop music landscape, Eilish is a rulebreaker — and so is this work.</p><p>The new concert film, co-directed by Eilish and three-time Academy Award winner James Cameron, was his idea. Cameron emailed Eilish's mother, Maggie Baird — a friend of his wife via their shared interest in plant-based diets and environmentalism — and suggested they shoot Eilish's “Hit Me Hard and Soft” tour in 3D.</p><p>It is new territory for Cameron, in some ways, and old hat in others. His production company has done a number of concert films, including one with Eilish's musical hero Justin Bieber, but Cameron hasn't sat in the director's chair of a project like this one. A 3D concert film also brings up a number of technical challenges — a passion of Cameron's, as anyone who has seen the blockbuster “Avatar” franchise could attest to — and as a fellow outlier of industry, the pairing succeeds.</p><p>Eilish, too, is no stranger to film: She's the subject of the 2021 documentary, “Billie Eilish: The World’s a Little Blurry,” and a concert film released that same year, “Happier Than Ever: A Love Letter to Los Angeles.” This, however, is her first time co-directing a feature. And where “The World's a Little Blurry” served as a composite of her come-up and various successes, “Hit Me Hard and Soft” is dedicated to the concert film format while pushing its boundaries.</p><p>While no movie can serve as the perfect replica of a transformative live music experience, “Billie Eilish — Hit Me Hard and Soft: The Tour (Live in 3D)” works an immersive magic. Every seat is the best seat in the house in these shots; common issues with concert films find solutions. Audience members are celebrated like additional characters. When the camera is on them, their voices are heard loud — sniffling, screams, cheers, off-key sing-alongs get their shine, sometimes above Eilish in the mix, mimicking the experience of swaying in the crowd.</p><p>In 3D, her minimalist set is given a visceral tangibility. Fans see Eilish jump through trap doors, hook into safety harnesses, chug water, dance off screen, become teary eyed and embrace her band mates. At nearly two-hours of runtime, it passes like zephyr, a thrill ride so fun it feels too short.</p><p>There is also new insight for the Eilish fan: Cameras escort the pop star backstage and underneath it. In the beginning of the film, viewers experience the tour's opening scene — and then they get to see it again, from Eilish's perspective. In other moments, Cameron is on screen with Eilish as she co-directs, giving the film the intimacy of a behind-the-scenes DVD extra detailing how the movie was made … in the middle of it. It's a compelling watch and demonstrates a deep understanding of a dedicated pop music audience, where accessibility is the most valuable cultural currency.</p><p>“You're like a tuning fork,” Cameron says to Eilish in one scene. “And they're hitting the same beats.”</p><p>There is little narrativizing, what often ruins a fine film, turning it into a vanity project. Eilish is shown backstage strengthening her ankle after suffering a sprain, mostly to highlight the physicality of her performance. In another, she plays with puppies, a brief reminder of her animal rights activism. They're welcomed breaks, but not totally memorable. The strength of the film is Eilish on stage — not in its interview interludes.</p><p>For years, Eilish has chosen to perform solo on stage. In this movie, fans will learn it is because she has long wanted to mimic a hip-hop performance, where a rapper can command a stage with just a microphone, the strength of their songs and charisma. “I just wanted the freedom of being a guy running around,” she tells Cameron. The performance that follows is “Bury a Friend” from her first record, a song with production that pulls inspiration from hip-hop — a masterful exhibition of influence creating innovation.</p><p>The only place where the structure falters is in a candid conversation about desirability and femininity followed by the Oscar-winning “Barbie” theme “What Was I Made For?” Other songs in Eilish's discography would've driven the point home with more subtlety and acuity.</p><p>But the moment comes and goes. What is left are big songs and bigger emotions. When a fan in the front row is heard wailing, “Billie! Billie! Billie,” with tears in her eyes and a handmade sign asking for a hug, the viewer has no choice but to hope she gets that embrace, that Eilish makes individual eye contact with her, that a connection can be realized in some brief, healing moment. “I understand that need and that desperation,” Eilish says in one scene, describing herself as a superfan like the ones before her. “I want to be the artist I would want to be a fan of.”</p><p>Concert films are engineered for loyal listeners: To relive the night, or experience it for the first time, or to revel in the joy of being a face in the crowd. That goes for Eilish as well.</p><p>“To get to see these close up, beautiful, 3D shots of these fans who I would never have gotten to see have that emotional reaction,” from the stage in the middle of her performance, Eilish told The Associated Press last month, “I feel really grateful for that gift.”</p><p>Spoken like a true fan.</p><p>“Billie Eilish — Hit Me Hard and Soft: The Tour (Live in 3D),” a Paramount Pictures release in theaters Friday, is rated PG-13 by the Motion Picture Association for strong language and suggestive references. Running time: 114 minutes. Three stars out of four.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/PTPNKTAJYVA7MWZB5X4SX4YBO4.jpg?auth=55a03aa8151943d757f3728edd2397fdc0d100d9716bf72c6e7378fc982c12d9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This image released by Paramount Pictures shows Billie Eilish in her concert film "Billie Eilish - Hit Me Hard and Soft: The Tour (Live in 3D)." (Paramount Pictures via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Henry Hwu</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NSYWRD5IEZ7XVBYDYC7KOKSKSE.jpg?auth=82a28e6a27414f4cb6724c893a8d30289cec71c1e310292e9baaa10da25ec214&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This image released by Paramount Pictures shows Billie Eilish in her concert film documentary "Billie Eilish - Hit Me Hard and Soft: The Tour (Live in 3D)." (Paramount Pictures via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Henry Hwu</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DXTXAGVPMOKG5RENNZA6G754WM.jpg?auth=dfc5ab6492de56399675a51207cb9f6d547750e7b35771783692f554ddd1fb78&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This image released by Paramount Pictures shows Billie Eilish, left, and James Cameron on the set of "Billie Eilish - Hit Me Hard and Soft: The Tour (Live in 3D)." (Paramount Pictures via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Henry Hwu</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FPWEOKILVDWEQU4OHBYR4C54ZM.jpg?auth=18277e8b537b508b4c81a889e61286409003ff03ba987d99a5141bc8d1bcf555&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[James Cameron, left, and Billie Eilish pose for photographers upon arrival at the screening of the film '“Billie Eilish – Hit Me Hard and Soft: The Tour (Live in 3D)”on Tuesday, April 28, 2026, in London. (Photo by Scott A Garfitt/Invision/AP)]]></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/DD72DXDWNU3JNX57XP7GFVJSMQ.jpg?auth=7562dce45c58d5c4a706d8f36c8e0fa895639a02684ff9b560b976f359c25727&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Billie Eilish poses for photographers upon arrival a the screening of the film 'Hit me Hard and Soft: The Tour' on Tuesday, April 28, 2026, in London. (Photo by Scott A Garfitt/Invision/AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Scott A Garfitt</media:credit></media:content></item><item><title><![CDATA[Publix changes open carry policy, asks that only law enforcement open carry inside stores ]]></title><link>https://www.local10.com/news/local/2026/05/07/publix-changes-open-carry-policy-ask-that-only-law-enforcement-open-carry-inside-stores/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/05/07/publix-changes-open-carry-policy-ask-that-only-law-enforcement-open-carry-inside-stores/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[Publix Supermarkets has changed its open carry policy, now allowing only law enforcement to openly carry firearms in its stores.]]></description><pubDate>Thu, 07 May 2026 13:56:52 +0000</pubDate><content:encoded><![CDATA[<p>Publix Supermarkets has changed its open carry policy, now allowing only law enforcement to openly carry firearms in its stores.</p><p><a href="https://www.local10.com/espanol/2026/05/07/publix-cambia-politica-de-porte-abierto-y-pide-que-solo-agentes-del-orden-porten-armas-visibles-dentro-de-las-tiendas/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/05/07/publix-cambia-politica-de-porte-abierto-y-pide-que-solo-agentes-del-orden-porten-armas-visibles-dentro-de-las-tiendas/">Leer en español</a></p><p>The change was confirmed on the supermarket’s <a href="https://www.publix.com/faq/customer-service" target="_self" rel="" title="https://www.publix.com/faq/customer-service">FAQ section </a>of its website.</p><p>It comes after Publix previously<a href="https://www.local10.com/news/local/2025/10/08/publix-embraces-open-carry-as-shoppers-split-on-safety-concerns/" target="_self" rel="" title="https://www.local10.com/news/local/2025/10/08/publix-embraces-open-carry-as-shoppers-split-on-safety-concerns/"> announced last year</a> that customers would be allowed to open carry, following a change in Florida law.</p><p>That decision led to mixed reactions from customers.</p><p>The new Florida law allows open carry but includes restrictions: it’s still prohibited for those under 21 or with felony convictions. Private businesses can also opt out.</p><p>Local 10 News has reached out to Publix for comment and is awaiting a response. </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/I6SKVY4KSVGJFGYBRSUEBKXKRU.jpg?auth=0381e671e495d7dc5cbaa7b24d1e94aa947ad69963ec344c29b8e03bb37fe84b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A Publix store in Hialeah.]]></media:description></media:content></item><item><title><![CDATA[Pareja local se hospedó en habitación 305 de hotel cerca del aeropuerto de Miami y policías dicen que robaban paquetes allí]]></title><link>https://www.local10.com/espanol/2026/05/07/pareja-local-se-hospedo-en-habitacion-305-de-hotel-cerca-del-aeropuerto-de-miami-y-policias-dicen-que-robaban-paquetes-alli/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/05/07/pareja-local-se-hospedo-en-habitacion-305-de-hotel-cerca-del-aeropuerto-de-miami-y-policias-dicen-que-robaban-paquetes-alli/</guid><dc:creator><![CDATA[David Dwork]]></dc:creator><description><![CDATA[La policía de Miami Springs detuvo a un hombre y a una mujer acusados de robar paquetes a huéspedes de un hotel. ]]></description><pubDate>Thu, 07 May 2026 14:55:17 +0000</pubDate><content:encoded><![CDATA[<p>La Policía de Miami Springs arrestó a un hombre y una mujer acusados de robar paquetes de huéspedes de un hotel.</p><p>Los agentes detuvieron a Jasmine Castellanos, de 30 años y residente de Hialeah, y a William Thad Page, de 48 años y residente de Miami Beach, el miércoles.</p><p>Según la Policía, el gerente del hotel B and B Hotel Miami Airport, ubicado en el 5125 de la calle NW 36, alertó a los agentes tras observar a Castellanos y a Page entrar a una sala exclusiva para empleados destinada al almacenamiento de paquetes entregados para huéspedes registrados del hotel.</p><p>El gerente dijo a la Policía que ambos se hospedaban en la habitación 305, ubicada justo al lado de la sala de almacenamiento.</p><p>Luego, los agentes revisaron videos de seguridad que mostraban a Castellanos, Page y a un tercer hombre no identificado, a quien la Policía dijo conocen como “Cognac”, entrando a la sala de almacenamiento y saliendo poco después “con paquetes ocultos bajo su ropa” para luego dirigirse directamente a la habitación 305, según un informe de arresto.</p><p>Además, la Policía indicó que cuando llegaron al hotel, el gerente les alertó sobre una camioneta blanca U-Haul que salía del lugar con Page dentro. Los agentes localizaron la camioneta y realizaron una parada de tráfico a corta distancia, y Page fue detenido sin incidentes, indicó la Policía.</p><p>Las autoridades dijeron que Castellanos fue localizada por agentes en el estacionamiento del cercano Ramada Inn, ubicado en el 5001 de la calle NW 36, y no se resistió al arresto.</p><p>Ambos enfrentan cargos graves de allanamiento.</p><p>Page también fue acusado de posesión de metanfetamina, así como de posesión de una sustancia controlada con intención de vender y posesión de parafernalia de drogas con intención de uso.</p><p>Los registros indican que Page ya estaba en libertad bajo fianza por un delito grave al momento de su arresto.</p><p>Hasta la mañana del jueves, ambos permanecían detenidos en el Centro Correccional Turner Guilford Knight con una fianza “pendiente por establecerse”.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/YZ6N5VCTOFALPOVIK756TBU4WY.jpg?auth=e8b41127bb78f8f2ca4f2f85603a8f2897581a23d4f4c9b9a46044e58270bec1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Mugshots for Jasmine Castellanos, 30, of Hialeah, and William Thad Page, 48, of Miami Beach.]]></media:description></media:content></item><item><title><![CDATA[Local duo stayed in room 305 at hotel near Miami airport ― and cops say they stole packages there]]></title><link>https://www.local10.com/news/local/2026/05/07/local-duo-stayed-in-room-305-at-hotel-near-miami-airport-and-cops-say-they-stole-packages-there/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/05/07/local-duo-stayed-in-room-305-at-hotel-near-miami-airport-and-cops-say-they-stole-packages-there/</guid><dc:creator><![CDATA[David Dwork]]></dc:creator><description><![CDATA[Police in Miami Springs arrested a man and woman on accusations that they stole packages from hotel guests. ]]></description><pubDate>Thu, 07 May 2026 14:52:02 +0000</pubDate><content:encoded><![CDATA[<p>Miami Springs police arrested a man and woman on accusations that they stole packages from hotel guests. </p><p><a href="https://www.local10.com/espanol/2026/05/07/pareja-local-se-hospedo-en-habitacion-305-de-hotel-cerca-del-aeropuerto-de-miami-y-policias-dicen-que-robaban-paquetes-alli/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/05/07/pareja-local-se-hospedo-en-habitacion-305-de-hotel-cerca-del-aeropuerto-de-miami-y-policias-dicen-que-robaban-paquetes-alli/">Leer en español</a></p><p>Officers took Jasmine Castellanos, 30, of Hialeah, and William Thad Page, 48, of Miami Beach, into custody on Wednesday. </p><p>According to police, the manager of the B and B Hotel Miami Airport, located at 5125 NW 36th St., alerted officers after observing Castellanos and Page enter an employees-only room designed for storing packages delivered for registered hotel guests. </p><p>The manager told police the two locals were staying in room 305, which was located directly next to the storage room. </p><p>Officers then reviewed security footage that showed Castellanos, Page and a third, unidentified man who police said goes by the name of “Cognac” enter the storage room and leave shortly after “with packages concealed under their clothing” and go straight into room 305, according to an arrest form. </p><p>Additionally, Police said when they arrived to the hotel, the manager alerted them to a white U-Haul van that was leaving the business with Page inside. Officers located the van and conducted a traffic stop a short distance away, and Page was taken into custody without incident, police said. </p><p>Authorities said Castellanos was caught by officers in the parking lot of the nearby Ramada Inn at 5001 NW 36th St. and did not resist being taken into custody. </p><p>Both are facing felony burglary charges.</p><p>Page was also charged with methamphetamine possession, as well as for possession of a controlled substance with intent to sell and possession of drug paraphernalia with intent to use. </p><p>Records indicate Page was already out on felony bond at the time of his arrest. </p><p>As of Thursday morning, both remained behind bars at the Turner Guilford Knight Correctional Center with bond listed as “to be set.”</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/YZ6N5VCTOFALPOVIK756TBU4WY.jpg?auth=e8b41127bb78f8f2ca4f2f85603a8f2897581a23d4f4c9b9a46044e58270bec1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Mugshots for Jasmine Castellanos, 30, of Hialeah, and William Thad Page, 48, of Miami Beach.]]></media:description></media:content></item><item><title><![CDATA[A Knicks takeover in Philadelphia? Embiid’s plea to 76ers fans meets the resale market for Game 3]]></title><link>https://www.local10.com/sports/2026/05/07/a-knicks-takeover-in-philadelphia-embiids-plea-to-76ers-fans-meets-the-resale-market-for-game-3/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/05/07/a-knicks-takeover-in-philadelphia-embiids-plea-to-76ers-fans-meets-the-resale-market-for-game-3/</guid><dc:creator><![CDATA[By DAN GELSTON, Associated Press]]></dc:creator><description></description><pubDate>Thu, 07 May 2026 14:56:02 +0000</pubDate><content:encoded><![CDATA[<p>PHILADELPHIA (AP) — After watching Knicks fans take over the 76ers' arena for years, Joel Embiid openly pleaded with fans not to sell their tickets on the open market for home playoff games.</p><p>“Don’t sell your tickets," Embiid said. “This is bigger than you. We need you guys.”</p><p>Of more pressing concern for the Sixers and their fans, they need Embiid.</p><p>The 2023 NBA MVP, Embiid missed Game 2 of the second-round series against the Knicks with a sprained right ankle and a sore right hip.</p><p>The 76ers put up a far better fight without Embiid than in the Knicks’ 137-98 romp in Game 1. yet still lost 108-102 on Wednesday night. It's the Knicks who hold a 2-0 lead in the Eastern Conference semifinals when the series shifts to Philadelphia for Game 3 on Friday night and Game 4 on Sunday.</p><p>Recent history proved, the Knicks should feel right at home once they play in Philadelphia.</p><p>Spurred by affordable train fare, cheaper tickets compared to Madison Square Garden and a simply overzealous passion for Jalen Brunson, Karl-Anthony Towns and the rest of the Knicks team stamped a legitimate NBA championship contender, New York fans have flooded Philly and provided a home-court edge on the road.</p><p>The Sixers’ strategy to ward off Knicks fans in this playoff series was to try through Ticketmaster to geographically restrict sales.</p><p>Geo-fencing, in sports ticket lingo.</p><p>A message on their website over the weekend read: “Xfinity Mobile Arena is located in Philadelphia, PA. Sales to this event will be restricted to residents of Greater Philadelphia area. Residency will be based on credit card billing address. Orders by residents outside Greater Philadelphia area will be canceled without notice and refunds given.”</p><p>The 76ers — and other sports teams in all leagues that cut off sales outside city limits — essentially shut the front door of their home but leave all the windows open. There are so many ways around the game plan through the various resale platforms — no proof-of-Philadelphia ID needed — it hardly seemed worth the effort.</p><p>The splashy headline for a day could turn into a cold reality check on Friday night — there’s nothing that can prevent big-spending backers of the Knicks from buying from Philadelphia fans who choose to sell.</p><p>“I think they’re soft,” Knicks fan Bryan Reinah, of Queens, said at Game 2. “They’re afraid of the Knicks takeover. I think last time we played them it was 47% Knicks fans. Everybody hops on the trains and goes right down. Tickets are cheaper and the Knicks fans travel well. They’re afraid of it.”</p><p>The 76ers' plan did spark national headlines even though the policy is not new or even uncommon in sports.</p><p>The thought is, why not try?</p><p>Of recent note, the Detroit Pistons tried the same tactic in last season's playoffs and limited ticket sales on Ticketmaster to residents of Michigan, Ohio, Indiana and Ontario, Canada. The Carolina Hurricanes did the same to New York Rangers fans during the 2024 and 2022 NHL playoffs.</p><p>Hey, maybe these cities just don't like New Yorkers!?</p><p>Ah, maybe not as the policy through the decades has enforcement well beyond the five boroughs.</p><p>Take 2001, when Washington Capitals owner Ted Leonsis, a former senior executive with America Online, wrote a computer program that banned Pittsburgh residents from buying tickets on the Capitals' website.</p><p>"Pretty cool, isn’t it?” Leonsis said in 2001. “I got a lot of emails from Pittsburgh saying I was mean-spirited and unfair. I don’t care. I’m going to keep doing it.”</p><p>The Sixers said this season's effort was designed to ensure that tickets remained in the hands of local fans who have supported the team all season.</p><p>Neither the Sixers nor Ticketmaster said how many face-value tickets went on sale Sunday.</p><p>Ticketmaster put out a statement that covered its geo-fencing policy with a peppy social media post.</p><p>“Who gets to buy tickets to sports games? Let us break it down,” the video noted. “Sometimes, sports teams put limits on who can buy tickets for big, in-demand matchups. This is a way to give local fans the best shot at attending the event and to limit scalpers who are located hundreds of miles away, who are trying to flip to the tickets just for a profit.”</p><p>Ticketmaster said those rules and decisions come directly for the team.</p><p>When the Knicks played at Philadelphia in Game 6 of a first-round series in 2024, Sixers owners Josh Harris, David Blitzer and David Adelman and former minority owner Michael Rubin joined forces to buy more than 2,000 tickets they handed out to people who serve the Philadelphia community.</p><p>Tickets for Game 3 on StubHub as of Thursday started at about $220 a pop in the upper deck and topped $1,000 in the lower bowl.</p><p>Sixers or Knicks fans, that's some serious cash.</p><p>The amount of blue-and-orange and Brunson jerseys in the stands on Friday night will be the final word on if Sixers fans were serious about listening to Embiid and keeping tickets in house.</p><p>___</p><p>AP freelance writer Adry Torres in New York contributed to this story.</p><p>___</p><p>AP NBA: https://apnews.com/hub/nba</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/6K6GR7XNSZC7SR3HNQOFUOM3VE.jpg?auth=202f8302a41af0b6223831622c230395d9512da0b3131b95eec22488743f86d0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A Philadelphia 76ers' fan reacts during final minute of Game 3 against the Boston Celtics in a first-round NBA playoffs basketball series Friday, April 24, 2026, in Philadelphia. (AP Photo/Matt Slocum)]]></media:description><media:credit role="author" scheme="urn:ebu">Matt Slocum</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/O4BUXLSTFD46KLFZGW7ZA5AS5I.jpg?auth=2d383c47ddeb934c5e7eea449220440856f8fc577df612e01c0f898868a489a3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Philadelphia 76ers' Joel Embiid celebrates following his team's victory over the Boston Celtics after the Game 7 in a first-round NBA basketball playoffs series, Saturday, May 2, 2026 in Boston. (AP Photo/Jim Davis)]]></media:description><media:credit role="author" scheme="urn:ebu">Jim Davis</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6WVUVBWNGFGCHPSWELGKUVRADI.jpg?auth=3342be527368eeed46f7e0df35a414e0d6a948dcd76af98f795879a3846b7aa7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[New York Knicks' Jalen Brunson reacts while watching from the bench during the second half of Game 1 in a second-round NBA basketball playoffs series against the Philadelphia 76ers Monday, May 4, 2026, in New York. (AP Photo/Seth Wenig)]]></media:description><media:credit role="author" scheme="urn:ebu">Seth Wenig</media:credit></media:content></item><item><title><![CDATA[Reportan balacera: adolescente recibe disparo en la pierna en Pompano Beach]]></title><link>https://www.local10.com/espanol/2026/05/06/reportan-balacera-adolescente-recibe-disparo-en-la-pierna-en-pompano-beach/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/05/06/reportan-balacera-adolescente-recibe-disparo-en-la-pierna-en-pompano-beach/</guid><dc:creator><![CDATA[Aaron Maybin, Trent Kelly, Andrea Torres]]></dc:creator><description><![CDATA[Según el personal del Cuerpo de Bomberos y Rescate de Pompano Beach, un adolescente recibió un disparo en la pierna el miércoles por la tarde en Pompano Beach.]]></description><pubDate>Wed, 06 May 2026 20:15:37 +0000</pubDate><content:encoded><![CDATA[<p>Un adolescente recibió un disparo en la pierna el miércoles por la tarde en Pompano Beach, según personal de Bomberos de Pompano Beach.</p><p>Agentes respondieron al área de Northwest Third Avenue y 14th Street, según Carey Codd, portavoz de la Oficina del Sheriff de Broward.</p><p>Cerca del lugar, Blanche Ely High School, ubicada en 1201 NW 6 Ave., salió a las 2:40 p.m., según Nadine Drew, portavoz de las Escuelas Públicas del Condado Broward.</p><p><i>La editora de asignaciones de Local 10 News, Sofia Mendez, contribuyó a este informe.</i></p><p><b>Ubicación</b></p><p><iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d643.0139880632908!2d-80.12754511885736!3d26.244362385703873!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x88d902c20f49aa5d%3A0xea5a9da985117f09!2s246%20NW%2014th%20St%2C%20Pompano%20Beach%2C%20FL%2033060!5e1!3m2!1sen!2sus!4v1778100458466!5m2!1sen!2sus" width="100%" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe></p><p><b>Vea el informe de la tarde</b></p>]]></content:encoded></item><item><title><![CDATA[Fire rescue: Teen shot in the leg in Pompano Beach]]></title><link>https://www.local10.com/news/local/2026/05/06/fire-rescue-teen-shot-in-pompano-beach/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/05/06/fire-rescue-teen-shot-in-pompano-beach/</guid><dc:creator><![CDATA[Trent Kelly, Aaron Maybin, Andrea Torres]]></dc:creator><description><![CDATA[A teenager was shot in the leg on Wednesday afternoon in Pompano Beach, according to Pompano Beach Fire Rescue personnel.]]></description><pubDate>Wed, 06 May 2026 19:35:28 +0000</pubDate><content:encoded><![CDATA[<p>A teenager was shot in the leg on Wednesday afternoon in Pompano Beach, according to Pompano Beach Fire Rescue personnel.</p><p><a href="https://www.local10.com/espanol/2026/05/06/reportan-balacera-adolescente-recibe-disparo-en-la-pierna-en-pompano-beach/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/05/06/reportan-balacera-adolescente-recibe-disparo-en-la-pierna-en-pompano-beach/">Leer en español</a></p><p>Deputies responded shortly after 2:15 p.m. to the 1300 block of Northwest Third Avenue, according to Carey Codd, a spokesman for the Broward Sheriff’s Office. </p><p>“On scene, deputies located a teenage male with a gunshot wound to the leg. Paramedics transported him to a nearby hospital for treatment of the injury which is not expected to be life-threatening,” Codd wrote in a statement. </p><p>BSO later confirmed that the teen was inside a home when another male pulled out a gun to show it off.</p><p>“At some point, the firearm discharged, and the victim was shot in the leg,” Codd said in a news release. </p><p>He said the suspect fled the scene after the shooting. </p><p>Neighbors were left shaken.</p><p>“As a mother of a teenage daughter myself, it’s really sad that these type of things happen around here,” said Yvette Hernandez.</p><p>“When you have kids and you hear like a gunshot and you live around here, that makes you think like what are you gonna do?” said James Clairontus.</p><p><i>Local 10 News Assignment Editor Sofia Mendez contributed to this report. </i></p><p><i><b>Location </b></i></p><p><iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d643.0139880632908!2d-80.12754511885736!3d26.244362385703873!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x88d902c20f49aa5d%3A0xea5a9da985117f09!2s246%20NW%2014th%20St%2C%20Pompano%20Beach%2C%20FL%2033060!5e1!3m2!1sen!2sus!4v1778100458466!5m2!1sen!2sus" width="100%" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe></p><p><b>Watch afternoon reports</b></p>]]></content:encoded></item><item><title><![CDATA[MDSO: Arrestan a estudiante de secundaria y empleado de UPS por robar paquetes valorados en $40,000 USD]]></title><link>https://www.local10.com/espanol/2026/05/07/mdso-arrestan-a-estudiante-de-secundaria-y-empleado-de-ups-por-robar-paquetes-valorados-en-40000-usd/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/05/07/mdso-arrestan-a-estudiante-de-secundaria-y-empleado-de-ups-por-robar-paquetes-valorados-en-40000-usd/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[Tres adolescentes del sur de Florida, dos de los cuales trabajan en una tienda UPS Store del condado de Miami-Dade, se enfrentan a cargos por delitos graves después de que, según la policía, participaran en una trama de robos que se prolongó durante meses y en la que desaparecieron decenas de miles de dólares en mercancía destinada a clientes de Amazon.]]></description><pubDate>Thu, 07 May 2026 14:43:02 +0000</pubDate><content:encoded><![CDATA[<p>Tres adolescentes del sur de Florida, dos de los cuales trabajan en una tienda UPS en el condado Miami-Dade, enfrentan cargos graves luego de que agentes aseguraran que participaron en un esquema de robo durante varios meses relacionado con mercancía desaparecida valorada en decenas de miles de dólares destinada a clientes de Amazon.</p><p>Según una declaración jurada de arresto de la Oficina del Sheriff de Miami-Dade, Angel Caleb Pagan, de 18 años, fue arrestado el miércoles en Barbara Goleman Senior High School en Miami Lakes.</p><p>Pagan enfrenta cargos de hurto mayor en segundo grado relacionado con propiedad valorada entre $20,000 USD y $100,000 USD y manipulación de evidencia física.</p><p>La Policía identificó a otros dos coacusados como Matthew Martinez, de 17 años, y Jacob Diaz, de 17 años, quienes seguían prófugos hasta la tarde del miércoles.</p><p>Los investigadores indicaron que Pagan y Martinez trabajaban en una tienda UPS ubicada en el 8555 de la calle NW 186 y ambos asisten a la misma escuela secundaria.</p><p>Según la declaración jurada, la investigación comenzó después de que dos propietarios de negocios reportaran que 80 cajas con productos de Bath &amp; Body Works y Victoria’s Secret desaparecieron entre el 21 de marzo y el 13 de abril.</p><p>Los detectives dijeron que la mercancía robada estaba valorada en aproximadamente $40,000 USD.</p><p>Las víctimas dijeron a los investigadores que operan un negocio minorista en línea que envía productos a centros de distribución de Amazon y directamente a clientes. La pareja indicó que los paquetes desaparecidos habían sido entregados en la tienda UPS para envío, pero nunca llegaron a sus destinos.</p><p>Según la declaración jurada, un video de vigilancia del 13 de abril supuestamente mostró a Levy entregando 10 cajas en la tienda UPS. Los investigadores dijeron que solo cinco de las cajas fueron registradas en el sistema de envío, mientras que las otras cinco, valoradas en casi $2,900 USD, nunca llegaron a los centros de distribución de Amazon ni a los clientes.</p><p>Los detectives también indicaron que las víctimas posteriormente descubrieron parte de su mercancía siendo vendida en línea a través de Facebook Marketplace. La declaración jurada alega que Diaz publicó artículos robados a la venta por tan solo $1 USD cada uno.</p><p>Los investigadores revisaron videos de vigilancia del interior de la tienda UPS y reportaron haber visto a Pagan y Martinez recibiendo paquetes de Levy antes de mover las cajas cerca de una salida trasera.</p><p>Los detectives dijeron que posteriormente se vio a Martinez sacando cinco cajas por la puerta trasera mientras Pagan actuaba como vigilante.</p><p>Las autoridades también acusaron a Pagan de manipular el sistema de vigilancia de la tienda. Según el informe, las imágenes mostraron a Pagan apagando el sistema el 15 de abril aproximadamente a las 5:08 p.m., dejando sin grabaciones adicionales hasta que el dueño de la tienda restableció la energía más tarde esa noche.</p><p>Los agentes dijeron que Pagan fue detenido y trasladado a la estación del Distrito Noroeste para ser interrogado. Después de ser informado de sus derechos Miranda, los investigadores dijeron que se negó a responder preguntas relacionadas con el caso.</p><p>El caso continúa bajo investigación. Los registros judiciales muestran que Pagan fue trasladado al Centro Correccional Turner Guilford Knight tras su arresto.</p><p>Hasta la mañana del jueves, permanecía detenido en TGK. Los registros carcelarios en línea indican que su fianza estaba “pendiente por establecerse”.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/RCC3N25ZZZGU3OYCV3M62A73EI.jpg?auth=81819acda92c276c0595edc1d56c1d91b81127997d22a6003ab4af51b7cd3983&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[MDSO: High school student/UPS employee arrested for stealing $40K worth of packages ]]></title><link>https://www.local10.com/news/local/2026/05/07/mdso-high-school-studentups-employee-arrested-for-stealing-40k-worth-of-packages/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/05/07/mdso-high-school-studentups-employee-arrested-for-stealing-40k-worth-of-packages/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[Three South Florida teenagers, two of whom work for a UPS Store in Miami-Dade County, are facing felony charges after deputies say they participated in a months-long theft scheme involving tens of thousands of dollars in missing merchandise intended for Amazon customers.]]></description><pubDate>Thu, 07 May 2026 14:37:55 +0000</pubDate><content:encoded><![CDATA[<p>Three South Florida teenagers, two of whom work for a UPS Store in Miami-Dade County, are facing felony charges after deputies say they participated in a months-long theft scheme involving tens of thousands of dollars in missing merchandise intended for Amazon customers.</p><p><a href="https://www.local10.com/espanol/2026/05/07/mdso-arrestan-a-estudiante-de-secundaria-y-empleado-de-ups-por-robar-paquetes-valorados-en-40000-usd/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/05/07/mdso-arrestan-a-estudiante-de-secundaria-y-empleado-de-ups-por-robar-paquetes-valorados-en-40000-usd/">Leer en español</a></p><p>According to a Miami-Dade Sheriff’s Office arrest affidavit, 18-year-old Angel Caleb Pagan was arrested Wednesday at Barbara Goleman Senior High School in Miami Lakes. </p><p>Pagan faces charges of second-degree grand theft involving property valued between $20,000 and $100,000 and tampering with physical evidence. </p><p>Police identified two co-defendants as Matthew Martinez, 17, and Jacob Diaz, 17, who both remained at large as of Wednesday afternoon.</p><p>Investigators said Pagan and Martinez both worked at a UPS Store, located at 8555 NW 186th St., and both attend the same high school. </p><p>According to the affidavit, the investigation began after two business owners reported that 80 boxes containing Bath &amp; Body Works and Victoria’s Secret products had gone missing between March 21 and April 13. </p><p>Detectives said the stolen merchandise was valued at approximately $40,000. </p><p>The victims told investigators that they operate an online retail business that ships products to Amazon fulfillment centers and directly to customers. The couple said the missing packages had been dropped off at the UPS Store for shipment but never reached their destinations. </p><p>According to the affidavit, surveillance video from April 13 allegedly showed Levy delivering 10 boxes to the UPS Store. Investigators said only five of the boxes were scanned into the shipping system, while the remaining five — valued at nearly $2,900 — never arrived at Amazon fulfillment centers or customers. </p><p>Detectives also stated the victims later discovered some of their merchandise being sold online through Facebook Marketplace. The affidavit alleges that Diaz listed stolen items for sale for as little as $1 each. </p><p>Investigators reviewed surveillance footage from inside the UPS Store and reported seeing Pagan and Martinez accepting packages from Levy before moving boxes near a rear exit. </p><p>Detectives said Martinez was later seen taking five boxes out through the back door while Pagan acted as a lookout. </p><p>Authorities also accused Pagan of tampering with the store’s surveillance system. According to the report, video footage showed Pagan shutting off the system on April 15 at approximately 5:08 p.m., leaving no additional recordings until the store owner restored power later that evening. </p><p>Deputies said Pagan was taken into custody and transported to the Northwest District station for questioning. After being advised of his Miranda rights, investigators said he declined to answer questions regarding the case. </p><p>The case remains under investigation. Court records show Pagan was transported to the Turner Guilford Knight Correctional Center following his arrest.</p><p>As of Thursday morning, he remained held at TGK. Online jail records list his bond as “to be set.”</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/RCC3N25ZZZGU3OYCV3M62A73EI.jpg?auth=81819acda92c276c0595edc1d56c1d91b81127997d22a6003ab4af51b7cd3983&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Man arrested on suspicion of weapon possession after report former Prince Andrew was threatened]]></title><link>https://www.local10.com/news/2026/05/07/man-arrested-on-suspicion-of-weapon-possession-after-report-former-prince-andrew-was-threatened/</link><guid isPermaLink="true">https://www.local10.com/news/2026/05/07/man-arrested-on-suspicion-of-weapon-possession-after-report-former-prince-andrew-was-threatened/</guid><dc:creator><![CDATA[By DANICA KIRKA, Associated Press]]></dc:creator><description></description><pubDate>Thu, 07 May 2026 15:20:04 +0000</pubDate><content:encoded><![CDATA[<p>LONDON (AP) — A man has been arrested on suspicion of possessing an offensive weapon after reports that the former Prince Andrew was threatened by a masked man while walking dogs near his home.</p><p>Norfolk Constabulary said that the arrest came Wednesday evening after a man was reported “behaving in an intimidating manner” near the home of Andrew Mountbatten-Windsor in eastern England.</p><p>“Officers attended, and the man was arrested on suspicion of a public order offense and possession of an offensive weapon,” the force said.</p><p>The suspect is being held for questioning at a nearby police station. The term offensive weapons covers knives, truncheons and other items used to cause injury. Police didn't specify what type of weapon was involved.</p><p>The Daily Telegraph newspaper reported that a man wearing a ski mask ran toward the former royal while shouting abuse. It said the incident occurred near the Sandringham Estate while the former prince was out walking his dogs, and that Andrew and his protection officer got in their car and sped away.</p><p>Mountbatten-Windsor, the younger brother of King Charles III, moved to the king’s private Sandringham Estate, about 100 miles (160 kilometers) north of London, after he was evicted from his longtime home near Windsor Castle and stripped of his royal title following revelations about his friendship with Jeffrey Epstein.</p><p>Andrew now lives at Marsh Farm, a property on the Sandringham estate, after leaving Royal Lodge last year.</p><p>He was arrested and held for hours by British police in February on suspicion of misconduct in public office in a case related to his links to Epstein, an extraordinary move in a country where authorities once sought to shield the royal family from embarrassment.</p><p>Police previously said they were “assessing” reports that Mountbatten-Windsor sent trade information to Epstein, a wealthy investor and convicted sex offender, in 2010, when the former prince was the United Kingdom's special envoy for international trade.</p><p>Correspondence between the two men was released by the U.S. Justice Department along with millions of pages of documents from the American investigation into Epstein.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZMTE3TATQZD7KMECHIDKZSM6NQ.jpg?auth=bf1124e1176190087b0cc186ea0eb3bacfc87a8b817621561a2717582e0c1fa1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Britain's Andrew Mountbatten-Windsor, formerly known as Prince Andrew, looks round as he leaves after attending the Easter Matins Service at St. George's Chapel, Windsor Castle, England, April 20, 2025. (AP Photo/Kirsty Wigglesworth, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Kirsty Wigglesworth</media:credit></media:content></item><item><title><![CDATA[Boy, 16, accused of carjacking Corvette driver at gunpoint in Miami-Dade charged as adult]]></title><link>https://www.local10.com/news/local/2026/05/07/boy-16-accused-of-carjacking-corvette-driver-at-gunpoint-in-miami-dade-charged-as-adult/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/05/07/boy-16-accused-of-carjacking-corvette-driver-at-gunpoint-in-miami-dade-charged-as-adult/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[A 16-year-old boy accused of carjacking a Chevrolet Corvette at gunpoint and leading authorities on a high-speed chase across Miami-Dade County earlier this year is now being charged as an adult, according to jail records obtained by Local 10 News on Thursday. ]]></description><pubDate>Thu, 07 May 2026 14:24:32 +0000</pubDate><content:encoded><![CDATA[<p>A 16-year-old boy accused of carjacking a Chevrolet Corvette at gunpoint and leading authorities on a <a href="https://www.local10.com/news/local/2026/02/05/suspect-arrested-after-armed-carjacking-of-corvette-in-miami/" target="_self" rel="" title="https://www.local10.com/news/local/2026/02/05/suspect-arrested-after-armed-carjacking-of-corvette-in-miami/">high-speed chase across Miami-Dade County</a> earlier this year is now being charged as an adult, according to jail records obtained by Local 10 News on Thursday. </p><p><a href="https://www.local10.com/espanol/2026/05/07/acusan-como-adulto-a-adolescente-de-16-anos-por-robar-corvette-a-punta-de-pistola-en-miami-dade/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/05/07/acusan-como-adulto-a-adolescente-de-16-anos-por-robar-corvette-a-punta-de-pistola-en-miami-dade/">Leer en español</a></p><p>Authorities identified the suspect as Kelvin Jamari Thomas. </p><p>Jail records show he is facing charges including armed robbery/carjacking, aggravated fleeing and eluding and cocaine possession with intent to sell or deliver.</p><p>The incident happened just after 1 a.m. Feb. 5 near Northwest Fifth Avenue and Northwest 29th Street in Wynwood. </p><p>According to an arrest report from the Miami Police Department, two victims were sitting inside a gray 2025 Chevrolet Corvette shortly after 1 a.m. when an armed suspect approached the driver’s side door wearing a Nike Tech hoodie and a black ski mask.</p><p>Police said Thomas pointed a gun at both victims and ordered them out of the vehicle before demanding the keys.</p><p>The victims complied, and the suspect drove away in the Corvette.</p><p>One of the victims left a cellphone inside the vehicle and used a GPS application to track both the phone and the Corvette, police said. Officers later traced the vehicle as it traveled through Homestead and eventually toward Miami Gardens.</p><p>Authorities from the Florida Highway Patrol, and Miami Gardens Police Department and MPD coordinated efforts to locate the Corvette.</p><p>According to a separate FHP arrest report, troopers spotted the Corvette near Northwest Seventh Road and Northwest 168th Drive in Miami Gardens around 2 a.m. after a be-on-the-lookout alert was issued.</p><p>Troopers attempted a traffic stop, but the Corvette fled at speeds reaching approximately 120 mph through residential streets and onto the Palmetto Expressway, authorities said.</p><p>The pursuit ended when the Corvette crashed near Northwest 42nd Avenue and Northwest 183rd Street, slamming into a police vehicle and a fence at a nearby Shell gas station, according to investigators.</p><p>Police said Thomas then ran from the wrecked Corvette before officers captured him after a brief foot chase.</p><p>They said a black handgun and black ski mask were recovered near the crashed vehicle.</p><p>While being escorted to a patrol vehicle, Thomas allegedly told troopers, “I just took the car, that’s it,” according to the report.</p><p>No injuries were reported.</p><p>During questioning, detectives said Thomas also removed a plastic bag containing suspected cocaine from his hoodie pocket and threw it on the ground.</p><p>As of Thursday, he was being held at the Metrowest Detention Center, where his bond was not listed at this time. </p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/FTAQINWECNACPDAR5QE2SGWJJM.jpg?auth=779212648360829d446097b2c0a17b6297e669b3303676b7a45dc58d3d7b3320&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Acusan como adulto a adolescente de 16 años por robar Corvette a punta de pistola en Miami-Dade]]></title><link>https://www.local10.com/espanol/2026/05/07/acusan-como-adulto-a-adolescente-de-16-anos-por-robar-corvette-a-punta-de-pistola-en-miami-dade/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/05/07/acusan-como-adulto-a-adolescente-de-16-anos-por-robar-corvette-a-punta-de-pistola-en-miami-dade/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Un joven de 16 años acusado de robar un Chevrolet Corvette a punta de pistola y de provocar una persecución a alta velocidad por todo el condado de Miami-Dade a principios de este año será juzgado como adulto, según los registros penitenciarios obtenidos por Local 10 News el jueves. ]]></description><pubDate>Thu, 07 May 2026 14:36:31 +0000</pubDate><content:encoded><![CDATA[<p>Un adolescente de 16 años acusado de robar un Chevrolet Corvette a punta de pistola y de protagonizar una <a href="https://www.local10.com/espanol/2026/02/05/arrestan-a-sospechoso-tras-robo-a-mano-armada-de-un-corvette-en-miami/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/02/05/arrestan-a-sospechoso-tras-robo-a-mano-armada-de-un-corvette-en-miami/">persecución a alta velocidad por Miami-Dade</a> a principios de este año ahora enfrenta cargos como adulto, según registros carcelarios obtenidos por Local 10 News el jueves.</p><p>Las autoridades identificaron al sospechoso como Kelvin Jamari Thomas.</p><p>Los registros de la cárcel muestran que enfrenta cargos que incluyen robo armado/carjacking, huida agravada para evadir a las autoridades y posesión de cocaína con intención de vender o distribuir.</p><p>El incidente ocurrió poco después de la 1 a.m. del 5 de febrero cerca de Northwest Fifth Avenue y Northwest 29th Street en Wynwood.</p><p>Según un informe de arresto del Departamento de Policía de Miami, dos víctimas estaban sentadas dentro de un Chevrolet Corvette gris modelo 2025 poco después de la 1 a.m. cuando un sospechoso armado se acercó a la puerta del conductor usando una sudadera Nike Tech y una máscara negra de esquí.</p><p>La Policía dijo que Thomas apuntó con un arma a ambas víctimas y les ordenó salir del vehículo antes de exigir las llaves.</p><p>Las víctimas obedecieron y el sospechoso huyó en el Corvette.</p><p>Una de las víctimas dejó un teléfono celular dentro del vehículo y utilizó una aplicación GPS para rastrear tanto el teléfono como el Corvette, indicó la Policía. Los agentes posteriormente rastrearon el vehículo mientras se desplazaba por Homestead y luego hacia Miami Gardens.</p><p>Autoridades de la Patrulla de Carreteras de Florida, el Departamento de Policía de Miami Gardens y el Departamento de Policía de Miami coordinaron esfuerzos para localizar el Corvette.</p><p>Según un informe de arresto separado de la FHP, los agentes localizaron el Corvette cerca de Northwest Seventh Road y Northwest 168th Drive en Miami Gardens alrededor de las 2 a.m., luego de emitirse una alerta de búsqueda.</p><p>Los agentes intentaron detener el vehículo, pero el Corvette huyó a velocidades de aproximadamente 120 mph por calles residenciales y luego por la autopista Palmetto Expressway, dijeron las autoridades.</p><p>La persecución terminó cuando el Corvette chocó cerca de Northwest 42nd Avenue y Northwest 183rd Street, impactando un vehículo policial y una cerca en una gasolinera Shell cercana, según los investigadores.</p><p>La Policía indicó que Thomas huyó corriendo del Corvette accidentado antes de que los agentes lo capturaran tras una breve persecución a pie.</p><p>Las autoridades dijeron que recuperaron una pistola negra y una máscara negra de esquí cerca del vehículo chocado.</p><p>Mientras era escoltado hacia una patrulla, Thomas presuntamente les dijo a los agentes: “Yo solo tomé el carro, eso es todo”, según el informe.</p><p>No se reportaron heridos.</p><p>Durante el interrogatorio, los detectives dijeron que Thomas también sacó de su bolsillo una bolsa plástica que contenía presunta cocaína y la lanzó al suelo.</p><p>Hasta el jueves, permanecía detenido en el centro de detención Metrowest, donde aún no se había establecido una fianza.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/FTAQINWECNACPDAR5QE2SGWJJM.jpg?auth=779212648360829d446097b2c0a17b6297e669b3303676b7a45dc58d3d7b3320&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[SNL’s Marcello Hernandez gives shoutout to Little Havana jewelry store at Met Gala]]></title><link>https://www.local10.com/news/local/2026/05/07/snls-marcello-hernandez-gives-shoutout-to-little-havana-jewelry-store-at-met-gala/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/05/07/snls-marcello-hernandez-gives-shoutout-to-little-havana-jewelry-store-at-met-gala/</guid><description><![CDATA[South Florida homegrown comedian Marcello Hernandez and his girlfriend turned heads at the Met Gala Monday, giving a nod to his Miami and Cuban roots.]]></description><pubDate>Thu, 07 May 2026 13:51:54 +0000</pubDate><content:encoded><![CDATA[<p>South Florida homegrown comedian Marcello Hernandez and his girlfriend turned heads at the Met Gala Monday, giving a nod to his Miami and Cuban roots.</p><p><a href="https://www.local10.com/espanol/2026/05/07/marcello-hernandez-de-snl-le-da-reconocimiento-a-joyeria-de-little-havana-en-la-met-gala/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/05/07/marcello-hernandez-de-snl-le-da-reconocimiento-a-joyeria-de-little-havana-en-la-met-gala/">Leer en español</a></p><p>The “Saturday Night Live” star gave a special shoutout to his mother and a jeweler on Calle Ocho for providing him with a special accent for his Thom Browne suit -- an azabache. </p><p>The traditional Cuban protection charm made of black stone is typically gifted to babies to ward off negative energy.&nbsp;</p><p>Hernandez explained on the red carpet that his mother bought the charm at <a href="https://www.google.com/search?q=Sammy%E2%80%99s+Joyeria&amp;rlz=1C1CHZN_enUS1166US1166&amp;oq=Sammy%E2%80%99s+Joyeria&amp;gs_lcrp=EgZjaHJvbWUyBggAEEUYOTIICAEQABgWGB4yCAgCEAAYFhgeMggIAxAAGBYYHjIICAQQABgWGB4yCAgFEAAYFhgeMgcIBhAAGO8FMgcIBxAAGO8FMgcICBAAGO8FMgoICRAAGIAEGKIE0gEINjU1ajBqMTWoAgywAgHxBSyL54R_Z-Na8QUsi-eEf2fjWg&amp;sourceid=chrome&amp;ie=UTF-8" target="_self" rel="" title="https://www.google.com/search?q=Sammy%E2%80%99s+Joyeria&amp;rlz=1C1CHZN_enUS1166US1166&amp;oq=Sammy%E2%80%99s+Joyeria&amp;gs_lcrp=EgZjaHJvbWUyBggAEEUYOTIICAEQABgWGB4yCAgCEAAYFhgeMggIAxAAGBYYHjIICAQQABgWGB4yCAgFEAAYFhgeMgcIBhAAGO8FMgcIBxAAGO8FMgcICBAAGO8FMgoICRAAGIAEGKIE0gEINjU1ajBqMTWoAgywAgHxBSyL54R_Z-Na8QUsi-eEf2fjWg&amp;sourceid=chrome&amp;ie=UTF-8">Sammy’s Joyeria</a> in Little Havana where they’ve been getting some extra visitors.</p><p>“I think this will be a trend now. I think people will start believing more, you know, in these type of things,” Martha Lima, of Sammy’s Joyeria, said. </p><p>“For him to mention Calle Ocho, you know, it’s great,” Julia Lima said. “It’s not only for us, but for all the Spanish community, you know. I’m bringing back the azabaches.” </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[Marcello Hernández de SNL le da reconocimiento a joyería de Little Havana en la Met Gala]]></title><link>https://www.local10.com/espanol/2026/05/07/marcello-hernandez-de-snl-le-da-reconocimiento-a-joyeria-de-little-havana-en-la-met-gala/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/05/07/marcello-hernandez-de-snl-le-da-reconocimiento-a-joyeria-de-little-havana-en-la-met-gala/</guid><description><![CDATA[El comediante oriundo del sur de Florida Marcello Hernández y su novia llamaron la atención en la Gala del Met el lunes, haciendo un guiño a sus raíces de Miami y Cuba.]]></description><pubDate>Thu, 07 May 2026 14:20:30 +0000</pubDate><content:encoded><![CDATA[<p>El comediante Marcello Hernández, criado en el sur de Florida, y su novia llamaron la atención en la Met Gala el lunes, haciendo un guiño a sus raíces cubanas y de Miami.</p><p>La estrella de “Saturday Night Live” le dio un reconocimiento especial a su madre y a un joyero de la Calle Ocho por proporcionarle un accesorio especial para su traje de Thom Browne: un azabache.</p><p>El tradicional amuleto cubano de protección hecho de piedra negra generalmente se regala a los bebés para alejar las malas energías.</p><p>Hernández explicó en la alfombra roja que su madre compró el amuleto en Sammy’s Joyeria en Little Havana, donde han recibido algunos visitantes adicionales.</p><p>“Creo que esto será una tendencia ahora. Creo que la gente comenzará a creer más, ya sabes, en este tipo de cosas”, dijo Martha Lima, de Sammy’s Joyeria.</p><p>“Que él mencionara la Calle Ocho, ya sabes, es genial”, dijo Julia Lima. “No es solo para nosotros, sino para toda la comunidad hispana, ya sabes. Estoy trayendo de vuelta los azabaches”.</p>]]></content:encoded></item><item><title><![CDATA[Publix cambia política de porte abierto y pide que solo agentes del orden porten armas visibles dentro de las tiendas]]></title><link>https://www.local10.com/espanol/2026/05/07/publix-cambia-politica-de-porte-abierto-y-pide-que-solo-agentes-del-orden-porten-armas-visibles-dentro-de-las-tiendas/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/05/07/publix-cambia-politica-de-porte-abierto-y-pide-que-solo-agentes-del-orden-porten-armas-visibles-dentro-de-las-tiendas/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[La cadena de supermercados Publix ha modificado su política sobre el porte visible de armas y ahora solo permite a los agentes de las fuerzas del orden portar armas de fuego a la vista en sus tiendas.]]></description><pubDate>Thu, 07 May 2026 14:02:21 +0000</pubDate><content:encoded><![CDATA[<p>Publix Supermarkets cambió su política de porte abierto de armas y ahora solo permitirá que agentes del orden porten armas de fuego visibles dentro de sus tiendas.</p><p>El cambio fue confirmado en la sección de preguntas frecuentes del sitio web de la cadena de supermercados.</p><p>Esto ocurre después de que Publix anunciara el año pasado que los clientes podrían portar armas visibles, tras un cambio en la ley de Florida.</p><p>Esa decisión provocó reacciones divididas entre los clientes.</p><p>La nueva ley de Florida permite el porte abierto de armas, pero incluye restricciones: sigue estando prohibido para personas menores de 21 años o con condenas por delitos graves. Los negocios privados también pueden optar por no permitirlo.</p><p>Local 10 News se comunicó con Publix para solicitar comentarios y está a la espera de una respuesta.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/I6SKVY4KSVGJFGYBRSUEBKXKRU.jpg?auth=0381e671e495d7dc5cbaa7b24d1e94aa947ad69963ec344c29b8e03bb37fe84b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A Publix store in Hialeah.]]></media:description></media:content></item><item><title><![CDATA[Man accused of killing girlfriend’s brothers in Liberty City captured on video, police say]]></title><link>https://www.local10.com/news/local/2026/05/06/man-accused-of-killing-girlfriends-brothers-in-liberty-city-captured-on-video-police-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/05/06/man-accused-of-killing-girlfriends-brothers-in-liberty-city-captured-on-video-police-say/</guid><dc:creator><![CDATA[Magdala Louissaint]]></dc:creator><description><![CDATA[A 31-year-old man is accused of killing his girlfriend’s brothers on Saturday, according to Miami Police.]]></description><pubDate>Thu, 07 May 2026 02:10:57 +0000</pubDate><content:encoded><![CDATA[<p>A 31-year-old man is accused of killing his girlfriend’s brothers on Saturday, according to Miami Police.</p><p><a href="https://www.local10.com/espanol/2026/05/07/acusan-a-hombre-de-matar-a-los-hermanos-de-su-novia-en-liberty-city-policia-dice-que-fue-captado-en-video/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/05/07/acusan-a-hombre-de-matar-a-los-hermanos-de-su-novia-en-liberty-city-policia-dice-que-fue-captado-en-video/">Leer en español</a></p><p>Exclusive video obtained by Local 10 News shows what police say happened inside a Liberty City apartment moments before officers arrived.</p><p>The video captures a barrage of gunfire echoing through the apartment unit for several seconds.</p><p>About 40 seconds into the recording, someone can be heard screaming. Moments later, a woman runs out of the apartment yelling down the hallway, “He shot them.”</p><p>Police identified the suspect as Antwan Carter. Investigators say Carter killed his girlfriend’s brothers, Jahiem and Gianni Pierre.</p><p>According to Miami police, surveillance video shows Carter running to a car to retrieve a gun after getting into an argument with the brothers that turned physical.</p><p>The sister told police her brothers came to protect her because of a previous domestic violence incident involving Carter.</p><p>A GoFundMe page has been created online to help the family with funeral expenses.</p><p>Police said video also shows Carter pacing back and forth outside the apartment, banging on the locked door and yelling, “I bet one of you won’t open up.”</p><p>According to the arrest report, the sister urged her brothers not to open the door, but Jahiem opened it anyway. Police say Carter immediately started shooting.</p><p>Gianni died first.</p><p>Jahiem, who was injured, ran to take cover with his sister, but investigators said he collapsed on top of her.</p><p>The report states that after the shooting, Carter sat at the edge of the bed and told his girlfriend, “You see what you made me do?” She responded, “I told you to leave.”</p><p>The woman then ran out of the apartment screaming, “He shot them.”</p><p>Police said when officers arrived, Carter confessed, telling them, “I’m the one. I have the firearm.”</p><p>He remains in jail facing murder charges.</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[Acusan a hombre de matar a los hermanos de su novia en Liberty City; Policía dice que fue captado en video]]></title><link>https://www.local10.com/espanol/2026/05/07/acusan-a-hombre-de-matar-a-los-hermanos-de-su-novia-en-liberty-city-policia-dice-que-fue-captado-en-video/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/05/07/acusan-a-hombre-de-matar-a-los-hermanos-de-su-novia-en-liberty-city-policia-dice-que-fue-captado-en-video/</guid><dc:creator><![CDATA[Magdala Louissaint]]></dc:creator><description><![CDATA[Según la Policía de Miami, un hombre de 31 años está acusado de haber matado a los hermanos de su novia el sábado.]]></description><pubDate>Thu, 07 May 2026 13:58:08 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre de 31 años está acusado de matar a los hermanos de su novia el sábado, según la Policía de Miami.</p><p>Un video exclusivo obtenido por Local 10 News muestra lo que, según la Policía, ocurrió dentro de un apartamento en Liberty City momentos antes de que llegaran los agentes.</p><p>El video capta una ráfaga de disparos resonando dentro de la unidad del apartamento durante varios segundos.</p><p>Aproximadamente 40 segundos después de iniciada la grabación, se escucha a alguien gritar. Momentos después, una mujer sale corriendo del apartamento gritando por el pasillo: “Él les disparó”.</p><p>La Policía identificó al sospechoso como Antwan Carter. Los investigadores aseguran que Carter mató a los hermanos de su novia, Jahiem y Gianni Pierre.</p><p>Según la Policía de Miami, un video de vigilancia muestra a Carter corriendo hacia un vehículo para buscar un arma luego de discutir con los hermanos en un altercado que se tornó físico.</p><p>La hermana dijo a la Policía que sus hermanos acudieron a protegerla debido a un incidente previo de violencia doméstica relacionado con Carter.</p><p>Se creó una página de GoFundMe en internet para ayudar a la familia con los gastos funerarios.</p><p>La Policía indicó que el video también muestra a Carter caminando de un lado a otro fuera del apartamento, golpeando la puerta cerrada y gritando: “Apuesto a que uno de ustedes no va a abrir”.</p><p>Según el informe de arresto, la hermana les pidió a sus hermanos que no abrieran la puerta, pero Jahiem la abrió de todos modos. La Policía asegura que Carter comenzó a disparar de inmediato.</p><p>Gianni murió primero.</p><p>Jahiem, quien resultó herido, corrió para refugiarse junto a su hermana, pero los investigadores dijeron que colapsó encima de ella.</p><p>El informe indica que después de la balacera, Carter se sentó al borde de la cama y le dijo a su novia: “¿Ves lo que me hiciste hacer?”. Ella respondió: “Te dije que te fueras”.</p><p>Luego, la mujer salió corriendo del apartamento gritando: “Él les disparó”.</p><p>La Policía dijo que cuando los agentes llegaron, Carter confesó al decirles: “Soy yo. Tengo el arma de fuego”.</p><p>Permanece en la cárcel enfrentando cargos de asesinato.</p>]]></content:encoded></item><item><title><![CDATA[Nueva York pone a prueba programa de baterías enchufables para enfriar hogares sin saturar la red]]></title><link>https://www.local10.com/espanol/2026/05/07/nueva-york-pone-a-prueba-programa-de-baterias-enchufables-para-enfriar-hogares-sin-saturar-la-red/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/05/07/nueva-york-pone-a-prueba-programa-de-baterias-enchufables-para-enfriar-hogares-sin-saturar-la-red/</guid><dc:creator><![CDATA[Por KIKI SIDERIS, Associated Press]]></dc:creator><description></description><pubDate>Thu, 07 May 2026 13:52:26 +0000</pubDate><content:encoded><![CDATA[<p>NUEVA YORK (AP) — Cuando llega una ola de calor, millones de aires acondicionados se encienden a la vez, lo que sobrecarga la red eléctrica y eleva el riesgo de apagones, al igual que las facturas de electricidad de los residentes. Para aliviar esa presión, las compañías eléctricas pueden pedir a los clientes que hagan algo que muchos probablemente no harán: subir unos grados el aire acondicionado.</p><p>Ahora, un programa piloto favorable para inquilinos en la ciudad de Nueva York ha puesto a prueba un enfoque distinto: baterías enchufables que pueden alimentar aires acondicionados sin depender de la red durante los picos de demanda, lo que ayuda a quitarle presión a la red en sus momentos de mayor tensión y, al mismo tiempo, mantiene frescos a los residentes.</p><p>“Básicamente es una versión potenciada de la batería portátil que usarías para cargar tu teléfono cuando sales”, señaló Andrew Wang, director ejecutivo de Every Electric, la empresa que respalda el plan piloto, que se ha asociado con la compañía energética de la ciudad Con Edison.</p><p>Los dispositivos, cuyo tamaño es semejante al de un horno de microondas, se cargan cuando la demanda de electricidad es baja y luego hacen funcionar durante unas horas las unidades de aire acondicionado de ventana cuando la demanda se dispara. Se trata de uno de los muchos socios que participan en los programas de respuesta a la demanda de Con Edison, que pagan a los clientes para que reduzcan o desplacen su consumo eléctrico con el fin de respaldar la red.</p><p>El programa piloto se está ampliando a más de 1.000 hogares este verano y los participantes pueden recibir recompensas en forma de reembolsos en efectivo.</p><p>Los expertos señalan que esta iniciativa refleja el cambio más general hacia las llamadas plantas de energía virtuales, en las que muchos recursos energéticos pequeños y distribuidos se coordinan para reducir la presión durante los picos de demanda. A gran escala, soluciones como esta podrían tener un impacto significativo en la confiabilidad y la asequibilidad de la electricidad.</p><p>Por qué la electricidad se encarece durante los episodios de calor</p><p>Cuando la demanda de electricidad se dispara, las empresas de servicios públicos suelen recurrir a centrales eléctricas de respaldo que no operan con tanta frecuencia y que, por lo general, son menos eficientes y más contaminantes, indicó Kevin Brehm, gerente de RMI, una organización sin fines de lucro que investiga sistemas energéticos y la transición hacia energía limpia.</p><p>Con el tiempo, esos picos pueden hacer que las empresas de servicios públicos construyan más centrales eléctricas, a menudo alimentadas con combustibles fósiles, para satisfacer la demanda, y los costos terminan trasladándose a los consumidores.</p><p>“Está la cuestión de las emisiones, y también hay una cuestión realmente importante relacionada con la asequibilidad”, manifestó Brehm.</p><p>Por eso, las compañías eléctricas suelen pedir a los residentes que ahorren energía durante los días más calurosos del año, y fijan tarifas más altas en las horas pico para incentivar a la gente a ahorrar electricidad. Esas estrategias “pueden ser difíciles de sostener porque no saben exactamente cómo se van a comportar los consumidores”, añadió Brehm.</p><p>Ahí es donde pueden ayudar soluciones como la de Every Electric.</p><p>Las redes de baterías pueden aliviar la presión</p><p>Las empresas de servicios públicos y los gobiernos buscan cada vez más maneras de gestionar el aumento de la demanda eléctrica a medida que las olas de calor se vuelven más frecuentes e intensas.</p><p>Un enfoque es el programa de respuesta a la demanda de Every Electric, que paga a los clientes para que reduzcan o desplacen su consumo de electricidad durante periodos de alta demanda.</p><p>Los programas de plantas de energía virtuales son otra solución que se expande estado por estado en Estados Unidos. Dichos programas conectan miles de pequeños dispositivos energéticos, como baterías domésticas o electrodomésticos inteligentes, y los coordinan para devolver energía a la red cuando la demanda se dispara, aliviando la presión sin construir nuevas plantas. California, por ejemplo, trabaja para desarrollar uno de los más grandes del mundo, pagando a cientos de miles de participantes para que envíen energía almacenada de vuelta a la red durante eventos climáticos extremos. La mayoría de estos programas se limita a propietarios de viviendas con paneles solares.</p><p>Con Edison señaló que las baterías pueden ayudar a reducir la demanda máxima, respaldar la energía renovable y disminuir la necesidad de nueva infraestructura.</p><p>El programa de Every Electric funciona específicamente para personas con unidades de aire acondicionado de ventana, que por lo general son inquilinos, aunque no exporta energía de vuelta a la red. En su lugar, reduce la demanda al usar energía almacenada en la batería.</p><p>Aun así, Brehm sostuvo que programas como este forman parte del impulso más amplio para integrar los dispositivos energéticos de los consumidores en la red y recompensar los servicios que prestan.</p><p>“No puedo poner paneles solares en mi techo”, comentó Bianca Pasternack, una inquilina de la ciudad de Nueva York inscrita en el programa. “Esto al menos es algo accesible y fácil. Fue realmente una cuestión de configurarlo y olvidarse”.</p><p>Crece el programa piloto de baterías enchufables para unidades de aire acondicionado</p><p>La batería se enchufa a la unidad de aire acondicionado y luego al tomacorriente de la pared. Se vincula a una aplicación para teléfonos inteligentes que detecta cuándo la demanda es baja, cargando la batería durante las horas fuera de pico y usándola para alimentar el aire acondicionado durante los periodos pico, por lo general de 1 a 4 de la tarde o de 4 a 8 de la tarde durante los meses más calurosos.</p><p>Los participantes también pueden ganar dinero por participar, aproximadamente el equivalente al costo de una factura eléctrica de julio, según la empresa. Pasternack dijo que recibió una tarjeta de regalo de 100 dólares al final de la temporada.</p><p>La empresa afirma que su plan piloto ha crecido de unos 200 kilovatios de capacidad flexible el año pasado a aproximadamente 2 megavatios este verano, y que podría ampliarse mucho más. En comparación, el programa de California supera los 200 megavatios. La empresa busca expandirse a otras ciudades, indicó Wang.</p><p>Aunque el programa de Every Electric actualmente opera a pequeña escala, Brehm dice que sistemas como este podrían reducir de manera importante la presión sobre la red si llegan a suficientes hogares.</p><p>“Es cuestión de cómo logramos alcanzar esa escala”, expresó, al señalar que la adopción generalizada es un tema clave que depende de lo fácil que sea desplegar la tecnología e integrarla en la red. Agregó que el proceso de instalación de Every Electric es fácilmente accesible. “Es conectar y usar, y no necesitas un montón de permisos”.</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/YU65VOPEUNLWUBQQPGVXLOBBCI.jpg?auth=9741451c4a6953afa0449d08366e7c36c03c7fb330975a6039936f78167653a6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Sonam Velani y Yan Sim conectan una batería de Every Electric para alimentar su aire acondicionado como parte de un programa piloto con la empresa de electricidad de la ciudad Con Edison para reducir la presión sobre la red eléctrica, el lunes 27 de abril de 2026, en el distrito de Brooklyn, en Nueva York. (AP Foto/Alyssa Goodman)]]></media:description><media:credit role="author" scheme="urn:ebu">Alyssa Goodman</media:credit></media:content></item><item><title><![CDATA[Policía: Persona recibe disparo en una pierna en Fort Lauderdale y se niega a presentar cargos]]></title><link>https://www.local10.com/espanol/2026/05/07/policia-persona-recibe-disparo-en-una-pierna-en-fort-lauderdale-y-se-niega-a-presentar-cargos/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/05/07/policia-persona-recibe-disparo-en-una-pierna-en-fort-lauderdale-y-se-niega-a-presentar-cargos/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[La policía de Fort Lauderdale está investigando un tiroteo ocurrido la madrugada de este jueves que dejó una persona herida, según confirmaron las autoridades.]]></description><pubDate>Thu, 07 May 2026 13:50:38 +0000</pubDate><content:encoded><![CDATA[<p>La Policía de Fort Lauderdale investiga una balacera ocurrida la madrugada de este jueves que dejó a una persona herida, confirmaron las autoridades.</p><p>Según la Policía, la balacera fue reportada alrededor de las 4 a.m. en la cuadra 1000 de Southwest 15th Avenue.</p><p>La Policía indicó que los agentes llegaron a la escena y encontraron a una víctima con un disparo en la pierna.</p><p>Los agentes administraron primeros auxilios a la víctima antes de que Fort Lauderdale Fire Rescue llegara y la trasladara al Broward Health Medical Center con heridas que no ponen en peligro su vida.</p><p>La Policía dijo que la víctima se negó a presentar cargos contra el sospechoso y rechazó proporcionar una descripción de esa persona.</p><p>No se divulgaron más detalles de inmediato.</p>]]></content:encoded></item><item><title><![CDATA[Police: 1 shot in leg in Fort Lauderdale; victim declines to prosecute ]]></title><link>https://www.local10.com/news/local/2026/05/07/police-1-shot-in-leg-in-fort-lauderdale-victim-declines-to-prosecute/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/05/07/police-1-shot-in-leg-in-fort-lauderdale-victim-declines-to-prosecute/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[Fort Lauderdale police are investigating a shooting that occurred early Thursday morning and left one person injured, authorities confirmed.]]></description><pubDate>Thu, 07 May 2026 10:48:34 +0000</pubDate><content:encoded><![CDATA[<p>Fort Lauderdale police are investigating a shooting that occurred early Thursday morning and left one person injured, authorities confirmed.</p><p><a href="https://www.local10.com/espanol/2026/05/07/policia-persona-recibe-disparo-en-una-pierna-en-fort-lauderdale-y-se-niega-a-presentar-cargos/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/05/07/policia-persona-recibe-disparo-en-una-pierna-en-fort-lauderdale-y-se-niega-a-presentar-cargos/">Leer en español</a></p><p>According to police, the shooting was reported at about 4 a.m. in the 1000 block of Southwest 15<sup>th</sup> Avenue.</p><p>Police said officers arrived at the scene and found a victim who had been shot in the leg.</p><p>Officers administered first aid to the victim before Fort Lauderdale Fire Rescue arrived and transported him or her to Broward Health Medical Center with non-life-threatening injuries. </p><p>Police said the victim declined prosecution against the suspect and declined to provide a description of that person. </p><p>No other details were immediately released.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[These numbers show the global impact of Iran's grip on the Strait of Hormuz]]></title><link>https://www.local10.com/business/2026/05/07/these-numbers-show-the-global-impact-of-irans-grip-on-the-strait-of-hormuz/</link><guid isPermaLink="true">https://www.local10.com/business/2026/05/07/these-numbers-show-the-global-impact-of-irans-grip-on-the-strait-of-hormuz/</guid><dc:creator><![CDATA[By MELANIE LIDMAN, Associated Press]]></dc:creator><description></description><pubDate>Thu, 07 May 2026 14:24:10 +0000</pubDate><content:encoded><![CDATA[<p>Iran’s grip on the Strait of Hormuz has jolted the world economy, causing a spike in fuel prices that has rippled through other sectors with effects far beyond the Middle East. It has also left tens of thousands of mariners and hundreds of ships stranded in the Persian Gulf.</p><p>Iran effectively seized control of the critical waterway after the U.S. and Israel attacked it on Feb. 28. Weeks of heavy bombing and a U.S. naval blockade imposed last month have yet to loosen its grip. Iran says it will only reopen the strait if the war ends and the blockade is lifted. U.S. President Donald Trump is seeking wider concessions, including the rollback of Iran's disputed nuclear program.</p><p>Here is a look at the strait by the numbers:</p><p>21 miles (34 kilometers)</p><p>This is the width of the strait, which bends like an elbow, at its narrowest point between Iran and Oman. Ships follow narrow lanes to safely navigate the shallow water, making it even more of a chokepoint.</p><p>20%</p><p>Before the war, a fifth of the world’s traded oil typically flowed through the strait every day, as well as large supplies of natural gas, fertilizer and other petroleum products.</p><p>100-130</p><p>The number of ships that passed through the strait each day before the war began, including oil tankers and cargo ships, according to research firm Lloyd’s List Intelligence.</p><p>534</p><p>The number of ships that are believed to have passed through the strait from the start of hostilities through May 4, according to Lloyd's List Intelligence. Many are believed to have carried Iranian oil. In normal times, an estimated 6,500 to 8,450 ships would have transited the strait during the same period.</p><p>50%</p><p>The amount that the average price of gas in the U.S. has risen since the war began. The average price of a gallon was $4.56 on Thursday, according to AAA. The closure of the strait has also nearly doubled the cost of jet fuel.</p><p>Up to 10%</p><p>Insurance rates for ships have skyrocketed from 1% of the ship’s goods up to as much as 10%, according to shipping experts.</p><p>45 million</p><p>The number of people who could experience hunger, mostly in Asia and Africa, if the strait does not open soon, according to the U.N. World Food Program. The blocking of fuel and fertilizer shipments could soon push the price of food and other necessities out of reach for those already in a precarious situation, it said.</p><p>10</p><p>The number of mariners who have been killed since the Iran war began, according to the U.N.’s International Maritime Organization.</p><p>32</p><p>The number of ships that have come under attack, according to the International Maritime Organization.</p><p>1,550</p><p>The number of vessels, from 87 countries, currently stranded in the Persian Gulf, according to the U.S. military.</p><p>22,500</p><p>The number of mariners stranded on these ships, including many from South and Southeast Asia.</p><p>15,000</p><p>The number of U.S. soldiers, accompanied by 100 aircraft, committed to enforce Project Freedom, according to the U.S. military. Trump's initiative to guide ships through the strait was paused on Tuesday, just two days after he announced it.</p><p>2</p><p>The number of ships that the U.S. said it successfully guided through the strait as part of Project Freedom. ___</p><p>Associated Press writer David McHugh in Frankfurt, Germany, contributed.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/R7UZHVG5EHWTHUSW3PBDSQ5QDQ.jpg?auth=de97ec71021127d7e3deac187840fe08edf5bdd589990261fc7ab92f790ccda9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A man waves an Iranian flag for a pro-government campaign under a billboard with graphic showing Strait of Hormuz and sewn lips of U.S. President Donald Trump in a square in downtown Tehran, Iran, Wednesday, May 6, 2026. (AP Photo/Vahid Salemi)]]></media:description><media:credit role="author" scheme="urn:ebu">Vahid Salemi</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/JIAZDNV5YDP3AFESPSEX7F2MPU.jpg?auth=8b3f8fe88cc35ef3c61d0c5f55e0af7b2bb5c772590eb95bd7f8e0c9d0a48ae0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A patrol boat moves through the water as cargo ships sit at anchor in the Strait of Hormuz off Bandar Abbas, Iran, Saturday, May 2, 2026.(Amirhosein Khorgooi/ISNA via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Amirhosein Khorgooi</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WGPYWI2Y5WJU3WEKVIBNVYZLRI.jpg?auth=31423739c0f7f7348381a8f0b2e4ca2596b53d3e8b478c73382e043742ebe976&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[An Iranian tugboat floats in the foreground as cargo ships sit at anchor in the Strait of Hormuz off Bandar Abbas, Iran, Monday, May 4, 2026. (Amirhosein Khorgooi/ISNA via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Amirhosein Khorgooi</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/MWVXMGQKPKBWOFT3DQHX6GTJ6Y.jpg?auth=544c8cdf13d2a0813cbe19921e93d557219b82cbbe58ae61a8265062922606ca&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Container ships sit at anchor in the Strait of Hormuz off Bandar Abbas, Iran, Saturday, May 2, 2026.(Amirhosein Khorgooi/ISNA via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Amirhosein Khorgooi.</media:credit></media:content></item><item><title><![CDATA[Rapper Kodak Black arrested in Orange County on drug trafficking charge]]></title><link>https://www.local10.com/news/florida/2026/05/07/rapper-kodak-black-arrested-in-orange-county-on-drug-trafficking-charge/</link><guid isPermaLink="true">https://www.local10.com/news/florida/2026/05/07/rapper-kodak-black-arrested-in-orange-county-on-drug-trafficking-charge/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[South Florida rapper Kodak Black was arrested Wednesday in central Florida on a drug trafficking charge, stemming from a 2025 investigation.]]></description><pubDate>Thu, 07 May 2026 13:26:23 +0000</pubDate><content:encoded><![CDATA[<p>South Florida rapper <a href="https://www.local10.com/topic/Kodak_Black/" target="_self" rel="" title="https://www.local10.com/topic/Kodak_Black/">Kodak Black</a> was arrested Wednesday in central Florida on a drug trafficking charge, stemming from a 2025 investigation.</p><p><a href="https://www.local10.com/espanol/2026/05/07/arrestan-a-rapero-kodak-black-en-orange-county-por-cargo-de-trafico-de-drogas/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/05/07/arrestan-a-rapero-kodak-black-en-orange-county-por-cargo-de-trafico-de-drogas/">Leer en español</a></p><p>According to an arrest warrant prepared by an Orlando police officer, the rapper, whose real name is Bill Kapri, faces a felony charge of trafficking in MDMA.</p><p>The arrest stems from a November 2025 investigation by Orlando police after officers responded to reports of gunfire near Children’s Safety Village on Fairvilla Road in Orlando. </p><figure><img src="https://www.local10.com/resizer/v2/DPZ6IFYOBZBSLJF4WJR4CBXDRU.jpg?auth=ba7087e65f9fec5a7351d4590dae2d210d9e6f2a84b11fa61196564b9d3155e3&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>According to the warrant, officers arrived to find several people gathered around two vehicles, including a BMW SUV and a Lamborghini SUV. </p><p>Police said officers smelled burnt cannabis coming from the BMW and conducted a search of the vehicle, where they found cannabis and a pink pill that tested positive for MDMA. During the investigation, Kapri, 28, who is currently living in Fort Lauderdale, approached officers and watched the search, the warrant states. </p><p>Investigators later searched the Lamborghini SUV and reported finding suspected narcotics, cash and firearms inside the vehicle. </p><p>According to the warrant, officers discovered a pink bag containing a substance later identified by the Florida Department of Law Enforcement as MDMA, along with about $37,000 in cash and documents bearing Kapri’s name. </p><p>The warrant states investigators also compared items found inside the vehicle, including a bag and lighter, to images posted on Kodak Black’s Instagram accounts. </p><p>Authorities said FDLE officials later confirmed the substance recovered from the bag was MDMA, weighing approximately 25 grams. </p><p>The rapper and others at the scene denied that the bag was theirs, however when he was informed that there was money in the bag, Kapri tried multiple times to have officers hand him the cash, saying it belonged to his business, the warrant stated. </p><p>Based on the investigation, Orlando police sought a warrant charging Kapri with trafficking in MDMA between 14 and 200 grams. </p><p>Kapri is expected to appear in court Thursday afternoon. </p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/F6BRVSSEQBFLJI3XDIWSHSS7YI.jpg?auth=1dc6094359e0a6bf8483c011e7e4aa6aca2eaea3279d66e76e1bbacc024f3e9f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Arrestan a rapero Kodak Black en Orange County por cargo de tráfico de drogas]]></title><link>https://www.local10.com/espanol/2026/05/07/arrestan-a-rapero-kodak-black-en-orange-county-por-cargo-de-trafico-de-drogas/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/05/07/arrestan-a-rapero-kodak-black-en-orange-county-por-cargo-de-trafico-de-drogas/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[El rapero del sur de Florida Kodak Black fue detenido el miércoles en el centro de Florida acusado de tráfico de drogas, en el marco de una investigación que se remonta a 2025.]]></description><pubDate>Thu, 07 May 2026 13:41:48 +0000</pubDate><content:encoded><![CDATA[<p>El rapero del sur de Florida <a href="https://www.local10.com/topic/Kodak_Black/" target="_blank" rel="noreferrer" title="https://www.local10.com/topic/Kodak_Black/">Kodak Black</a> fue arrestado el miércoles en el centro de Florida por un cargo de tráfico de drogas, derivado de una investigación de 2025.</p><p>Según una orden de arresto preparada por un agente de la Policía de Orlando, el rapero, cuyo nombre real es Bill Kapri, enfrenta un cargo grave de tráfico de MDMA.</p><p>El arresto se deriva de una investigación de noviembre de 2025 realizada por la Policía de Orlando luego de que agentes respondieran a reportes de disparos cerca de Children’s Safety Village en Fairvilla Road, en Orlando.</p><figure><img src="https://www.local10.com/resizer/v2/DPZ6IFYOBZBSLJF4WJR4CBXDRU.jpg?auth=ba7087e65f9fec5a7351d4590dae2d210d9e6f2a84b11fa61196564b9d3155e3&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>Según la orden, los agentes llegaron y encontraron a varias personas reunidas alrededor de dos vehículos, incluyendo una SUV BMW y una SUV Lamborghini.</p><p>La Policía indicó que los agentes percibieron olor a cannabis quemado proveniente del BMW y realizaron una inspección del vehículo, donde encontraron cannabis y una pastilla rosada que dio positivo a MDMA. Durante la investigación, Kapri, de 28 años y actualmente residente en Fort Lauderdale, se acercó a los agentes y observó la inspección, indica la orden.</p><p>Los investigadores luego registraron la SUV Lamborghini y reportaron haber encontrado presuntos narcóticos, dinero en efectivo y armas de fuego dentro del vehículo.</p><p>Según la orden, los agentes descubrieron una bolsa rosada que contenía una sustancia identificada posteriormente por el Departamento de Cumplimiento de la Ley de Florida como MDMA, junto con aproximadamente $37,000 USD en efectivo y documentos con el nombre de Kapri.</p><p>La orden indica que los investigadores también compararon artículos encontrados dentro del vehículo, incluyendo una bolsa y un encendedor, con imágenes publicadas en las cuentas de Instagram de Kodak Black.</p><p>Las autoridades dijeron que funcionarios del FDLE confirmaron posteriormente que la sustancia recuperada de la bolsa era MDMA, con un peso aproximado de 25 gramos.</p><p>El rapero y otras personas en la escena negaron que la bolsa les perteneciera. Sin embargo, cuando se le informó que había dinero dentro de la bolsa, Kapri intentó en múltiples ocasiones que los agentes le entregaran el efectivo, afirmando que pertenecía a su negocio, según la orden.</p><p>Con base en la investigación, la Policía de Orlando solicitó una orden para acusar a Kapri de tráfico de MDMA entre 14 y 200 gramos.</p><p>Se espera que Kapri comparezca ante el tribunal la tarde del jueves.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/F6BRVSSEQBFLJI3XDIWSHSS7YI.jpg?auth=1dc6094359e0a6bf8483c011e7e4aa6aca2eaea3279d66e76e1bbacc024f3e9f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[FDA's new playbook: Lots of media announcements but not much rulemaking]]></title><link>https://www.local10.com/news/national/2026/05/07/fdas-new-playbook-lots-of-media-announcements-but-not-much-rulemaking/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/05/07/fdas-new-playbook-lots-of-media-announcements-but-not-much-rulemaking/</guid><dc:creator><![CDATA[By MATTHEW PERRONE, Associated Press]]></dc:creator><description></description><pubDate>Thu, 07 May 2026 13:06:45 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — In one of his first major announcements as health secretary, Robert F. Kennedy Jr. called a news conference to unveil a plan to “phase out” synthetic food dyes.</p><p>Food and Drug Administration Commissioner Marty Makary opened the event by saying his agency was “removing all petroleum-based food dyes" from U.S. foods. But the specifics did not become clear until the final minutes, when Kennedy revealed that the government had “an understanding” with foodmakers to voluntarily stop using the chemicals. A “national standard and timeline” for completing the process would soon follow, according to an FDA statement.</p><p>More than a year later, the FDA has not introduced any of the detailed, scientific regulatory documents needed to establish a safety issue with the half-dozen widely used dyes. Instead, the FDA maintains an online list of manufacturers that have pledged to phase out the chemicals.</p><p>The administration’s handling of food dyes reflects its approach to a number of health priorities. Instead of using the time-consuming process of federal rulemaking, which can stretch across multiple administrations, officials working under Republican President Donald Trump have found a quicker approach: Announce sweeping changes first and deal with the regulations later.</p><p>“It speaks volumes that the administration has yet to produce a document articulating the scientific basis for the voluntary request,” said Susan Mayne, a Yale University public health expert and former director of the FDA’s food program. Meanwhile, the FDA's website continues to carry the government's longtime conclusion that “the totality of scientific evidence” does not show a link between synthetic dyes and health problems.</p><p>“If FDA has changed its position, then FDA should document why and pursue a ban,” Mayne said.</p><p>A spokesperson for Kennedy said the administration has used “multiple approaches” to quickly make more progress on food dyes “than at any point in the past.”</p><p>“FDA engaged industry early in this effort to encourage timely changes while continuing its scientific and regulatory work,” said Emily Hilliard of the U.S. Department of Health and Human Services. “The agency maintains its role in evaluating safety and will continue to use its regulatory authorities, guidance, and review processes as appropriate.”</p><p>The lack of initiative in drafting new regulations is particularly striking at the FDA. Under federal law, the agency is supposed to refrain from making major policy announcements in news releases, speeches or other informal settings.</p><p>But a string of changes from Makary and his deputies have appeared first in medical journal op-eds, television interviews or online posts, including new restrictions on COVID-19 vaccines and other therapies.</p><p>Traditionally, those changes would be published first in the Federal Register, giving consumers, experts, and companies a chance to comment and suggest revisions to FDA proposals.</p><p>FDA has faced little pushback from industry</p><p>Almost as surprising as the agency’s shift away from rulemaking is the fact that the powerful companies FDA regulates have put up little resistance.</p><p>The FDA has faced hundreds of lawsuits over the decades — from drugmakers, pharmacies, tobacco companies and others — that accused the agency of failing to follow the legally required steps for new regulations and guidelines.</p><p>But drugmakers and other multibillion-dollar companies are sitting on the sidelines, at least for now.</p><p>“Does the government have the ability to basically bully companies?” asked Dan Troy, the FDA’s former chief counsel. “Yes, and I think we’re seeing that.”</p><p>One of the biggest changes came last May, when Makary and then-FDA vaccine chief Dr. Vinay Prasad published a medical journal article announcing that the FDA would no longer routinely approve COVID-19 shots for healthy adults under age 65 and children without underlying health problems. To win approval for that group, vaccine manufacturers would need to conduct large studies that many experts say may not be feasible in today's post-pandemic environment.</p><p>As with other vaccine decisions, Makary and Prasad bypassed the agency’s outside experts, who had traditionally been consulted on major decisions involving the shots. Makary says FDA advisory panels are often biased and take too much time and money to convene.</p><p>“We had all of this experience looking at the safety of how these vaccines work, and then these two cowboys come and say: ‘We’re going to make this policy’,” said Dr. Kathryn Edwards, who previously led the FDA’s vaccine panel.</p><p>Edwards and other experts say the lack of pushback from vaccine manufacturers may reflect the tremendous power the FDA holds over them.</p><p>“Ultimately, you need the FDA to license your product,” said Edwards, a retired vaccine scientist at Vanderbilt University. “If you’re going to try and buck the FDA -- especially in this environment — the likelihood of your product getting a positive review is going to be pretty low.”</p><p>Earlier this year, the FDA briefly refused to consider a new mRNA flu shot from Moderna. The agency reversed its decision after pushback from the company and the White House.</p><p>Recent FDA changes may have little staying power</p><p>There may be other reasons why normally litigious companies are not challenging the agency.</p><p>Some FDA initiatives have the potential to benefit companies, including a program that awards ultrafast reviews to drugs favored by the Trump administration.</p><p>Even seemingly burdensome changes may have little staying power because the agency is not going through the process to enshrine them in federal rules or guidelines. That includes stringent new standards to win approval for CAR-T therapies that were previously approved for various forms of cancer, based on early results.</p><p>“Anything that this administration does that they don’t embody in law can easily be undone by a future administration,” Troy said.</p><p>Still, with more than two years remaining under Trump, there are signs at least some companies may be willing to raise objections.</p><p>The FDA last year began releasing rejection letters for drugs it declined to approve. Previously, that information was considered confidential and the property of drugmakers.</p><p>Last month, an unnamed drugmaker filed a formal petition challenging the practice, noting the FDA had provided “only a two-sentence explanation addressing its purported legal authority” to release the letters.</p><p>The petition does not carry the force of a lawsuit, but it invokes the same language as numerous legal challenges to the agency, calling the FDA’s action “arbitrary and capricious.”</p><p>___</p><p>The Associated Press Health and Science Department receives support from the Howard Hughes Medical Institute’s Department of Science Education and the Robert Wood Johnson Foundation. The AP is solely responsible for all content.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/E5CJ52LNGGMMOZEUDBUWX6U6PM.jpg?auth=d763771f85a51e140f960fb97c07932035b694ce91c22e8d3263b93a717005d5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Health and Human Services Secretary Robert F. Kennedy Jr. testifies before a Senate Committee on Finance hearing on Capitol Hill, Wednesday, April 22, 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/2AVVLP2ABRQ3OYXIX4F4QIJQD4.jpg?auth=a905f3307ebca0ac9016fc216c4e50859d3beaaea823fb2aefab51a84732799a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump shakes hands with U.S. Secretary of Health and Human Services Robert Kennedy Jr. in the Oval Office of the White House, Saturday, April 18, 2026, in Washington. (AP Photo/Julia Demaree Nikhinson)]]></media:description><media:credit role="author" scheme="urn:ebu">Julia Demaree Nikhinson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/STQF4XV762CRTFEN3XRBPDQ3OE.jpg?auth=0cbb0a5410cae5c9a06551aa3a0c1fa493463192d83990a392cea4ce394a44b5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Dr. Marty Makary, Food and Drug Administration (FDA) commissioner, attends an event on health care affordability in the Oval Office at the White House, Thursday, April 23, 2026, in Washington. (AP Photo/Mark Schiefelbein)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark Schiefelbein</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4ZF6QDKNQNVHH5FVHFAJFLIGDQ.jpg?auth=4e81a96003db40d2e725ac981776ecb23f45c328006e92e921a795722d0f4b1a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Dr. Marty Makary, commissioner of the Food and Drug Administration, center, speaks while National Institutes of Health Director Dr. Jay Bhattacharya, left, and Health and Human Services Secretary Robert F. Kennedy Jr., right, listen in the Oval Office of the White House, Saturday, April 18, 2026, in Washington. (AP Photo/Julia Demaree Nikhinson)]]></media:description><media:credit role="author" scheme="urn:ebu">Julia Demaree Nikhinson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/JLEHRVZZ7COWPKAD7BNNVP5XUY.jpg?auth=7fa49aabcf5b3b093418e1cd492a7acf9921c3d37885667551b2674361fe2847&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Health and Human Services Secretary Robert F. Kennedy Jr. attends an event on health care affordability in the Oval Office at the White House, Thursday, April 23, 2026, in Washington. (AP Photo/Mark Schiefelbein)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark Schiefelbein</media:credit></media:content></item><item><title><![CDATA[Air conditioning battery program for renters could help cities manage grid stress during heat waves]]></title><link>https://www.local10.com/tech/2026/05/07/air-conditioning-battery-program-for-renters-could-help-cities-manage-grid-stress-during-heat-waves/</link><guid isPermaLink="true">https://www.local10.com/tech/2026/05/07/air-conditioning-battery-program-for-renters-could-help-cities-manage-grid-stress-during-heat-waves/</guid><dc:creator><![CDATA[By KIKI SIDERIS, Associated Press]]></dc:creator><description></description><pubDate>Thu, 07 May 2026 13:06:03 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — When a heat wave hits, millions of air conditioners switch on at once, straining the electric grid and driving up the risk of outages — and residents’ power bills. To ease that strain, power companies may ask customers to do something many probably won't: Set the air conditioner a few degrees higher.</p><p>Now, a renter-friendly pilot program in New York City is testing a different approach: plug-in batteries that can power air conditioners offline during peak demand, helping take pressure off the grid at its most stressed moments while still keeping residents cool.</p><p>“It’s basically a souped up version of the power bank that you would use to charge your phone when you go out,” said Andrew Wang, the chief executive officer of Every Electric, the company behind the pilot, which has partnered with the city's energy company Con Edison.</p><p>The devices, about the size of a microwave, charge when electricity demand is low and then run window AC units for a few hours when demand spikes. It's one of many partners participating in Con Edison's demand response programs, which pay customers to reduce or shift electricity use to support the grid.</p><p>The pilot program is expanding to more than 1,000 homes this summer and participants can get rewarded in cash rebates.</p><p>Experts say this initiative reflects the broader shift toward so-called virtual power plants, in which many small, distributed energy resources are coordinated to reduce strain during peak demand. When scaled, solutions like this could have a significant impact on power reliability and affordability.</p><p>Why electricity gets pricier during heat events</p><p>When electricity demand spikes, utilities often turn to backup power plants that don’t run as often, and are typically less efficient and more polluting, said Kevin Brehm, a manager at RMI, a nonprofit that researches energy systems and the transition to clean power.</p><p>Over time, those spikes can push utilities to build more power plants, often fossil-fuel based, to meet demand, with the costs eventually passed down to consumers.</p><p>“There’s a question of emissions, and then there’s also a really important question around affordability,” said Brehm.</p><p>That’s why power companies often ask residents to conserve energy during the hottest days of the year, and set higher rates during peak hours to encourage people to conserve power. Those strategies “can be hard to rely on because they don’t know exactly how consumers are going to behave,” Brehm added.</p><p>That’s where solutions like Every Electric’s can help.</p><p>Battery networks can take the pressure off</p><p>Utilities and governments are increasingly looking for ways to manage rising electricity demand as heat waves become more frequent and intense.</p><p>One approach is Every Electric's demand response program, which pays customers to reduce or shift electricity use during periods of high demand.</p><p>Virtual power plant programs are another solution expanding state by state. They connect thousands of small energy devices, like home batteries or smart appliances, and coordinate them to send power back to the grid when demand spikes, easing strain without building new plants. California, for example, is working to develop one of the world’s largest, paying hundreds of thousands of participants to send stored energy back to the grid during extreme climate events. Most of these programs are limited to homeowners with solar panels.</p><p>Con Edison said batteries can help reduce peak demand, support renewable energy and lessen the need for new infrastructure.</p><p>Every Electric’s program works specifically for people with window AC units, who are typically renters, though it does not export power back to the grid. Instead, it reduces demand by using stored battery power.</p><p>Still, Brehm said programs like it are part of the broader push to integrate consumer energy devices into the grid and reward the services they provide.</p><p>“I can’t put solar panels on my roof,” said Bianca Pasternack, a New York City renter enrolled in the program. “This is at least something that’s accessible and easy. It was very set-it-and-forget-it.”</p><p>Pilot program of plug-in batteries to AC units is growing</p><p>The battery plugs into the AC unit, then into the wall outlet. It’s connected to a smartphone app that detects when demand is low, charging the battery during off-peak hours and using it to power the AC during peak times, usually from 1 to 4 p.m. or 4 to 8 p.m. during the hottest months.</p><p>Participants can also earn money for taking part, roughly the equivalent of the cost of a July electric bill, according to the company. Pasternack said she received a $100 gift card at the end of the season.</p><p>The company says its pilot is growing from about 200 kilowatts of flexible capacity last year to roughly 2 megawatts this summer, and could expand much further. By comparison, California's program exceeds 200 megawatts. The company is looking to expand to other cities, Wang said.</p><p>Although Every Electric's program currently operates at a small scale, Brehm says systems like this could meaningfully reduce strain on the grid if they reach enough households.</p><p>“It’s a matter of how we’re able to get to that scale,” he said, noting that widespread adoption is a key issue that depends on how easily the technology can be deployed and integrated into the grid. He added that Every Electric’s installation process is easily accessible. “It’s plug-and-play and you don’t need a ton of permissions.”</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/HMXAKUFTHDCWCNGMQRR7EXD37Y.jpg?auth=a06763aa707a4770f6cd53b490700a215730f16c3f9f3d705c8ae82dc3e7b0d0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Sonam Velani and Yan Sim plug in a battery from Every Electric to power an air conditioner as part of a pilot program with the city's energy company Con Edison to reduce pressure on the electrical grid Monday, April 27, 2026, in the Brooklyn borough of New York. (AP Photo/Alyssa Goodman)]]></media:description><media:credit role="author" scheme="urn:ebu">Alyssa Goodman</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ABNNSDRS2Y2GHASKIHMQSMXO4Q.jpg?auth=8f6c85b082b38fbf70eea1636547e5bb4ac72382e6e2681841077286305b35fa&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Sonam Velani and Yan Sim plug unbox a battery from Every Electric to power an air conditioner as part of a pilot program with the city's energy company Con Edison to reduce pressure on the electrical grid Monday, April 27, 2026, in the Brooklyn borough of New York. (AP Photo/Alyssa Goodman)]]></media:description><media:credit role="author" scheme="urn:ebu">Alyssa Goodman</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/H3GRT7DWL4ABMESTV3O5ADVN5E.jpg?auth=82bacc86044388e0041588c2240b54b64701713e5f8f5ffd508e3c888664e906&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Sonam Velani hooks up a battery from Every Electric to power an air conditioner as part of a pilot program with the city's energy company Con Edison to reduce pressure on the electrical grid Monday, April 27, 2026, in the Brooklyn borough of New York. (AP Photo/Alyssa Goodman)]]></media:description><media:credit role="author" scheme="urn:ebu">Alyssa Goodman</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GLX3GQBY3CEIFH2J4SSSQHBLD4.jpg?auth=96fce95b41a178f3ff5efec0a485eb1d8a3eb0ea801fa238a12015623ebbb25b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Sonam Velani shows an app that is used to plug in a battery from Every Electric to power an air conditioner as part of a pilot program with the city's energy company Con Edison to reduce pressure on the electrical grid Monday, April 27, 2026, in the Brooklyn borough of New York. (AP Photo/Alyssa Goodman)]]></media:description><media:credit role="author" scheme="urn:ebu">Alyssa Goodman</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/T26L4T74OO773W6GFMPTLYPIIE.jpg?auth=2384b59deca9b2b89f8b8dfbc7b96a93cbaeb085f38b3a270a4e43571192d691&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A battery from Every Electric to power an air conditioner as part of a pilot program with the city's energy company Con Edison to reduce pressure on the electrical grid sits on an apartment floor Monday, April 27, 2026, in the Brooklyn borough of New York. (AP Photo/Alyssa Goodman)]]></media:description><media:credit role="author" scheme="urn:ebu">Alyssa Goodman</media:credit></media:content></item><item><title><![CDATA[US jobless claim applications rise to 200,000 but remain historically low despite economic headwinds]]></title><link>https://www.local10.com/business/2026/05/07/us-jobless-claim-applications-rise-to-200000-but-remain-historically-low-despite-economic-headwinds/</link><guid isPermaLink="true">https://www.local10.com/business/2026/05/07/us-jobless-claim-applications-rise-to-200000-but-remain-historically-low-despite-economic-headwinds/</guid><dc:creator><![CDATA[By MATT OTT, Associated Press]]></dc:creator><description></description><pubDate>Thu, 07 May 2026 12:55:14 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — U.S. jobless claim applications rose last week but remain at historically low levels despite elevated inflation and other economic headwinds.</p><p>The number of Americans filing for unemployment benefits in the week ending May 2 rose by 10,000 to 200,000, the Labor Department reported Thursday. That’s fewer than the 205,000 new applications analysts surveyed by the data firm FactSet were expecting.</p><p>The previous week’s new claims figure, which was the fewest since 1969, was revised up by 1,000 to 190,000.</p><p>Weekly filings for unemployment benefits are considered a proxy for U.S. layoffs and are close to a real-time indicator of the health of the job market.</p><p>Despite dwindling layoffs shown in government data, the Iran war, now in its third month, has injected a large degree of uncertainty about how it will affect the U.S. and global economies even as Iran and the U.S. remain under a ceasefire agreement with growing optimism that an end to the war is near.</p><p>U.S. financial markets have rebounded near record levels and prices for a barrel of U.S. crude oil remain elevated around $90 per barrel. That’s down from highs of $112 last month, but still 36% higher than before the war began. Gas prices also much higher since the war began — AAA says the national average Thursday was at $4.56 a gallon —- saddling businesses and consumers with higher costs.</p><p>Last week, the government reported that a key inflation measure jumped in March as gas prices soared, the latest sign that the Iran war is driving the cost of living sharply higher.</p><p>An inflation gauge monitored by the Federal Reserve rose 0.7% in March from February, up sharply from the previous month, the Commerce Department said. Compared with a year ago, prices rose 3.5%, the biggest increase in almost three years.</p><p>Excluding the volatile food and energy categories, core inflation was also up in March.</p><p>This comes at a time when U.S. inflation is already above the Federal Reserve’s 2% target. Last week, the Fed opted to leave its benchmark rate alone, citing economic uncertainty caused by instability in the Middle East and still-elevated inflation.</p><p>Lower interest rates can boost the economy and hiring, but also tend to fuel inflation. Fed officials voted to cut rates three times to close 2025 out of concern for a weakening job market.</p><p>The Labor Department reported last month that U.S. employers added an unexpectedly strong 178,000 new jobs in March, nudging the unemployment rate back down to 4.3%. That followed a surprisingly large loss of 92,000 jobs in February. Revisions also have trimmed 69,000 jobs from December and January payrolls, a sign that the labor market remains under strain.</p><p>The government issues its monthly jobs report for April on Friday.</p><p>A number of high-profile companies have cut jobs recently, including Morgan Stanley,Block, UPS, Amazon and Disney.</p><p>Weekly jobless aid applications have stabilized in a range mostly between 200,000 and 250,000 since the U.S. economy emerged from the pandemic recession. However, hiring began slowing about two years ago and tapered further in 2025 due to President Donald Trump’s erratic tariff rollouts, his purge of the federal workforce and the lingering effects of high interest rates meant to control inflation.</p><p>Employers added fewer than 200,000 jobs last year, compared with about 1.5 million in 2024, according to the data firm FactSet.</p><p>Economists say the American labor market appears stuck in a “low-hire, low-fire” state that has kept the unemployment rate historically low, but has left those out of work struggling to find a new job. The recent artificial intelligence boom and the investment required to develop it is also making companies reluctant to hire.</p><p>The Labor Department’s report Thursday showed that the four-week moving average of jobless claims, which evens out some of the weekly ups and downs, fell to 203,250, down 4,500 from the previous week.</p><p>The total number of Americans filing for unemployment benefits for the previous week ending April 25 declined by 10,000 to 1.77 million.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/W3QGGBPP7264VSM7575HCH7KDA.jpg?auth=268d20aabbef51cab5b5d54dcfbf17d2ccaa51ab08fb2f3c7c41f9ad543aca23&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A hiring sign is displayed at a restaurant, in Niles, Ill., Tuesday, April 7, 2026. (AP Photo/Nam Y. Huh)]]></media:description><media:credit role="author" scheme="urn:ebu">Nam Y. Huh</media:credit></media:content></item><item><title><![CDATA[Democratic senators press US military on Israel's evacuation zones, warning of legal risks]]></title><link>https://www.local10.com/news/world/2026/05/07/democratic-senators-press-us-military-on-israels-evacuation-zones-warning-of-legal-risks/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/05/07/democratic-senators-press-us-military-on-israels-evacuation-zones-warning-of-legal-risks/</guid><dc:creator><![CDATA[By BASSEM MROUE, Associated Press]]></dc:creator><description></description><pubDate>Thu, 07 May 2026 15:24:03 +0000</pubDate><content:encoded><![CDATA[<p>BEIRUT (AP) — A group of Democratic U.S. senators have called for the U.S. Central Command to answer questions about American coordination with Israel in declaring broad “ evacuation zones ” in Lebanon and Iran, alleging that the practice may violate international law.</p><p>The letter underlines how the Democratic Party — both its leaders and the base — has grown increasingly critical of Israel.</p><p>Since the beginning of the U.S.-Israeli war against Iran and the latest Israel-Hezbollah war in Lebanon, the Israeli military has regularly issued maps covering large areas of territory along with warnings telling all residents of the zones to flee. Israel had previously used a similar approach in Gaza.</p><p>The senators said the sweeping warnings have “been used to permanently displace people and destroy homes and towns” and that some civilians who refused to leave their homes in the areas have been killed by subsequent strikes.</p><p>The 12 senators led by Vermont Sen. Peter Welch, in a letter dated May 4 to CENTCOM chief Adm. Brad Cooper that was provided to The Associated Press, state that Israel’s practice of unilaterally declaring mass evacuation warnings in Lebanon and Iran “likely contravene international laws the United States has helped develop around humane warfare.”</p><p>The other signatories include senators Bernie Sanders of Vermont, an independent who caucuses with the Democrats, Elizabeth Warren of Massachusetts and Sen. Tammy Baldwin of Wisconsin.</p><p>The letter asked the CENTCOM chief whether U.S. forces have coordinated military targets with Israeli forces during the recent war with Iran, whether they provided assistance or intelligence helping Israel’s military to impose the evacuation zones in Lebanon and Iran, and whether CENTCOM signed off on U.S. military support for the targeting of people or infrastructure in the evacuation zones. It also asked whether the U.S. military has reviewed the legality of the practice.</p><p>The Israeli military declined to comment when asked about the letter. CENTCOM did not immediately respond to a request for comment.</p><p>In the past, Israel has said the evacuation maps aim to keep civilians out of harm’s way. It says Hezbollah has positioned fighters, tunnels and weapons in civilian areas across southern Lebanon, from which it has launched hundreds of drones and missiles — without warning — into northern Israel.</p><p>International law experts say Israel’s warnings are inconsistent and often overly broad and open-ended. In Lebanon, residents say the warnings sometimes come with short notice or in the middle of the night, causing chaos and confusion, while in some cases, the warnings prompt evacuations but are never followed by a strike. In other cases, strikes in residential areas come with no warning.</p><p>A shift in the party stance</p><p>Observers said the move is part of a larger shift in the stance of Democratic Party leaders on U.S. military assistance to Israel. Democrats have also been critical of the Trump administration's entry into the war on Iran alongside Israel.</p><p>The letter came nearly three weeks after more than three dozen Democrats supported an effort by Sanders to block arms sales to Israel, signaling a growing discontent in the party with Israeli Prime Minister Benjamin Netanyahu and the wars in Gaza and Iran.</p><p>The two resolutions to block U.S. sales of bulldozers and bombs to Israel were opposed by all Republicans and rejected 40-59 and 36-63.</p><p>Jon Finer, former deputy national security adviser under President Joe Biden, said the recent steps by Democratic senators reflect a “growing concern about Israeli conduct of various wars that cause civilian harm and U.S. complicity in that" across the spectrum within the Democratic Party.</p><p>Asked why the Democratic Party is taking these steps now and not at the time when the war in Gaza and the Israel-Hezbollah war broke out — when the Democratic Biden administration was in power — Finer said: “our operational integration with Israel appears to be growing, which is part of it, but the truth is the Democratic base has been moving in this direction for some time and Washington has been catching up.”</p><p>Andrew Miller, a former senior official on Israel and Palestinian Affairs at the State Department, said the letter “represents a shift among congressional Democrats moving from questions of the legality of Israeli military operations to concerns about the complicity of the U.S. military.”</p><p>“It demonstrates that Democrats are taking international law very seriously and that is a welcome development,” Miller said.</p><p>The evacuation zones</p><p>Israel has issued dozens of evacuation warnings in Lebanon since the latest Israel-Hezbollah war began on March 2. Over 1 million people in Lebanon have fled their homes during the war.</p><p>Israel has also issued similar warnings for Iranians, both during the 12-day Israel-Iran war last year and during the U.S.-Israeli war launched on Iran on Feb. 28. In one case last year they warned 300,000 people in Tehran, Iran's capital, to evacuate.</p><p>On Wednesday, the Israeli military’s Arabic-language spokesperson Avichay Adraee issued an evacuation warning to residents of 12 villages in southern Lebanon saying Hezbollah is using them to launch attacks. The warnings came despite a ceasefire that has been nominally in place since April 17, although Israel and Hezbollah have been carrying daily attacks since then.</p><p>The senators said the declaration of evacuation zones does not absolve Israeli and U.S. forces “from the absolute legal responsibility to determine that each individual person or civilian facility targeted by drones, jets, and gunfire is, in fact, a military target.” It said the use of the zones has been linked to “the deaths of thousands of civilians," describing them as “kill zones.”</p><p>In response to questions by the AP last month, the Israeli military said it issues warnings by phone, text, radio broadcast, social media and leaflets dropped from the air, in accordance with the “principles of distinction, proportionality and feasible precautions” under international law.</p><p>___</p><p>Associated Press writer Julia Frankel contributed to this report from Jerusalem.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/J73JDV26ZHUPZVS6UP2LCUZU5M.jpg?auth=4f808e0655791b7c3fba27fa44522bb62ee862a84baab34c31e92bcc8178d32d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Displaced people fleeing Israeli strikes in southern Lebanon sit in traffic at a highway that links to Beirut, in the southern port city of Sidon, Monday, March 2, 2026. (AP Photo/Mohammed Zaatari, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Mohammed Zaatari</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/P55FLZ6NA3RSED2G3L6I2E4AGY.jpg?auth=d291352477e8a022f9f99bad4438df52f52a7c4a34dd2a122116359718090aac&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Displaced people fleeing Israeli strikes in southern Lebanon sit on a pickup at a highway that links to Beirut, in the southern port city of Sidon, Monday, March 2, 2026. (AP Photo/Mohammed Zaatari, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Mohammed Zaatari</media:credit></media:content></item><item><title><![CDATA[Israel indicts Jewish man accused of attacking Christian nun in Jerusalem]]></title><link>https://www.local10.com/news/world/2026/05/07/israel-indicts-jewish-man-accused-of-attacking-christian-nun-in-jerusalem/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/05/07/israel-indicts-jewish-man-accused-of-attacking-christian-nun-in-jerusalem/</guid><dc:creator><![CDATA[By MELANIE LIDMAN, Associated Press]]></dc:creator><description></description><pubDate>Thu, 07 May 2026 12:01:46 +0000</pubDate><content:encoded><![CDATA[<p>TEL AVIV, Israel (AP) — Israel on Thursday indicted a Jewish man over a violent attack on a nun near Jerusalem’s Old City last week, the latest in a string of high-profile incidents targeting Christians and religious symbols.</p><p>The indictment identified the man as Yona Schreiber, 36, from the Israeli-occupied West Bank settlement of Peduel. It comes after a video of the assault received wide condemnation from foreign and Christian leaders.</p><p>Schreiber was arrested last week, and Israel's attorney general recommended extending his detention for the duration of the case. Schreiber’s lawyer refused to speak to an Associated Press journalist at the court.</p><p>According to the indictment, Schreiber attacked a woman in Jerusalem, just outside of the walls of Jerusalem’s Old City, because she was wearing a habit that identified her as a Catholic nun. He pushed her and then kicked her while she was lying on the ground, and also attacked a passerby who attempted to halt his attack, the indictment said.</p><p>Schreiber is being charged with simple assault, and assault motivated by religious hostility.</p><p>Olivier Poquillon, the director of the French School of Biblical and Archaeological Research, said that the nun was a researcher at the school. He called the attack an “act of sectarian violence” in an X post.</p><p>Religious groups have documented a rise in acts of harassment and violence against Christian pilgrims and clergy as well as Palestinian Christian residents, including assaults and spitting, often by extremist ultra-Orthodox Jews.</p><p>The arrest comes as Israeli treatment of religious minorities is under scrutiny, weeks after police limited access for holiday worship in Jerusalem’s holiest sites because of security concerns during the Iran war.</p><p>Latin Patriarch Cardinal Pierbattista Pizzaballa was prohibited from holding a private Mass at the Church of the Holy Sepulchre on Palm Sunday, the first time in centuries Catholic leaders have been prevented from observing Palm Sunday at the church. After the uproar, Jerusalem police eventually worked out a compromise for a limited Easter Mass at the church.</p><p>Israel also drew international criticism after a soldier photographed himself bludgeoning a fallen statue of Jesus on the cross with an ax in southern Lebanon. Israeli leaders later disavowed the incident and said that he would be reprimanded, and assisted local residents in replacing the statue.</p><p>The Israeli military also opened an investigation into a soldier photographed shoving a cigarette into the mouth of the statue of the Virgin Mary, which was apparently photographed several weeks ago. The military said that it views the incident with “utmost severity.” And there have been questions and concern about Israeli soldiers bulldozing parts of a Catholic convent in southern Lebanon.</p><p>Last month, Israel’s Foreign Ministry appointed former Ambassador George Deek to be the special envoy to the Christian world, in response to the incidents. Deek previously served as Israel’s ambassador to Azerbaijan and was Israel’s first Arab Christian ambassador.</p><p>Deek condemned the soldier filmed smoking a cigarette with a statue of the Virgin Mary, and stressed that Israel “is committed to preserving religious freedom and the dignity of all religions.”</p><p>Israel’s founding declaration includes safeguarding freedom of religion and all holy places, and it portrays itself as an oasis of religious tolerance in a volatile region.</p><p>But some church authorities and monitoring groups have lamented a recent increase in anti-Christian sentiment and harassment. The issue is particularly pronounced in Jerusalem’s Old City, a densely populated area with narrow alleyways of ancient stones, which houses holy sites for Judaism, Christianity and Islam.</p><p>Wadie Abunassar, the coordinator of the Holy Land Christian Forum, last week called attacks targeting Christians a growing phenomenon. He attributed the quick response to the attack on the nun to the fact that it was caught on video.</p><p>He said that he felt “great anger on the system and great sadness, because I feel that this will not end anytime soon.” One of the problems, he said, was insufficient deterrence against such violence.</p><p>“Many times in such cases there are no arrests and if there are arrests, sometimes after one or two days, (suspects) are released,” he added. “In some cases, the police do not recommend the prosecution to file charges or to indict them. And in some cases, when there is indictment, the indictment is mild.”</p><p>___</p><p>Sam Metz contributed to this report from Ramallah, West Bank.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/WDXOWEO3K7KHQ4FFXVABWIS6H4.jpg?auth=aeaa3c3f5e338ea59d72f2fa8ae1bbac6da0e15bd644f2ef5b4ee44c4061db84&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Christian pilgrims visit the Cenacle, traditionally believed to be the site of the Last Supper, in Jerusalem, Friday, May 1, 2026, as they walk past the site where a nun was attacked by a man last Wednesday. (AP Photo/Leo Correa)]]></media:description><media:credit role="author" scheme="urn:ebu">Leo Correa</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KK2MMYB23VRRKMZW6TDHS7OBQM.jpg?auth=0581761440256a47114ff9c08f8eae09786fca673428ed6c6e288e0bf677ef97&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[An ultra-Orthodox Jewish man walks in an alley near the site where a nun was attacked by a man last Wednesday, outside the Old City of Jerusalem, Friday, May 1, 2026.(AP Photo/Leo Correa)]]></media:description><media:credit role="author" scheme="urn:ebu">Leo Correa</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HVOFQEV2R6QW2TIHNV3FKQ2NNY.jpg?auth=326be5e581dadce3aa73204bd71b2a8069a769e2778826e6650c57ceb63b9ba1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Christian pilgrims walk past the site where a nun was attacked by a man last Wednesday, after visiting the Cenacle, traditionally believed to be the site of the Last Supper, in Jerusalem, Friday, May 1, 2026.(AP Photo/Leo Correa)]]></media:description><media:credit role="author" scheme="urn:ebu">Leo Correa</media:credit></media:content></item><item><title><![CDATA[Bayern Munich falls short of Champions League final again ruing referee decisions]]></title><link>https://www.local10.com/sports/2026/05/07/bayern-munich-falls-short-of-champions-league-final-again-ruing-referee-decisions/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/05/07/bayern-munich-falls-short-of-champions-league-final-again-ruing-referee-decisions/</guid><dc:creator><![CDATA[By GRAHAM DUNBAR, Associated Press]]></dc:creator><description></description><pubDate>Thu, 07 May 2026 11:41:26 +0000</pubDate><content:encoded><![CDATA[<p>For the second time in three seasons, Bayern Munich fell short in the Champions League semifinals with regrets about a referee’s decision in the second leg.</p><p>A free kick that should have led to a second yellow card for handball by Paris Saint-Germain defender Nuno Mendes was overturned after just 29 minutes when Bayern badly needed a way back into Wednesday's game.</p><p>“That would have been a decisive moment if PSG had lost a player so early,” said Bayern’s Konrad Laimer, who instead was eventually judged — on the fourth official’s advice — to have handled the ball seconds earlier.</p><p>Two years ago, a potential goal in stoppage time by Bayern’s Matthijs de Ligt to force extra time at Real Madrid was ruled out by a quickly raised flag for a possible offside that was marginal at best.</p><p>In 2024, Bayern’s then-coach Thomas Tuchel called the on-field ruling a “disastrous decision” that “feels almost like a betrayal.”</p><p>It is now six years and counting — and two semifinals exits — since six-time European champion Bayern last played in the final.</p><p>An added frustration is the passage of play around the Nuno Mendes handball could not be reviewed by the VAR system — though a similar incident could be next season when the rules are updated.</p><p>Key moment</p><p>PSG took a deserved third-minute lead in Munich on Wednesday when Ousmane Dembélé finished a fast break driven by Khvicha Kvaratskhelia’s skills and speed.</p><p>That made it 6-4 on aggregate to PSG, and Bayern seeking a big change in momentum.</p><p>It seemed to come when Laimer surged forward and flicked the ball up to the side of Nuno Mendes, whose outstretched right arm made his body bigger and blocked the ball.</p><p>Referee João Pinheiro blew his whistle and signaled with his left arm a free kick to Bayern. Another yellow card for Nuno Mendes, already booked for tripping Michael Olise, seemed inevitable.</p><p>Before Pinheiro reached the spot to take the free kick, his right arm was out in the PSG direction of play. The Portuguese referee gave a thumbs up signal to his fourth official on the touchline, Espen Eskas from Norway.</p><p>Laimer was judged to have handled the ball several meters (yards) further back when he first controlled the bouncing ball. Television replays were inconclusive.</p><p>“You don’t feel it during the game itself. I thought I had played the ball with my stomach, and then Mendes with his hand,” Laimer said. “The referee whistled for handball against me five seconds later. That’s really strange.”</p><p>No VAR review</p><p>The VAR protocol today allows video review of “clear and obvious errors” in four game-changing situations: A goal, a penalty, direct red cards, mistaken identity when the wrong player is shown a red or yellow card.</p><p>Starting at the World Cup next month, VAR can intervene to overturn a red card if a second yellow was shown in error.</p><p>Nuno Mendes never was shown a second yellow on Wednesday. However, a similar situation next season will let the referee follow their first instinct and review the whole passage of play at a pitchside monitor.</p><p>“I though he was giving it,” Bayern coach Vincent Kompany said of Pinheiro moving toward a second yellow for Nuno Mendes. “I felt he pulled out because he realized he had already given him a yellow and he didn’t want to send him off for that, and he’s turned it around to the other side.</p><p>“I’ve seen it from a few angles. I don’t see Konrad Laimer touch the ball with his hand.”</p><p>Instead of playing one hour against PSG down one man, Bayern faced a full-strength opponent and did not score until Harry Kane’s goal at the very end of a 1-1 game that cut the overall score to 6-5.</p><p>Minutes after the Laimer decision, Bayern was correctly denied a penalty for handball by PSG’s João Neves because the ball was played to his arm by a teammate. That nuance is not specified in The Laws of the Game but it is in a supplementary document called Football Rules.</p><p>PSG will defend its Champions League title against Arsenal on May 30. Bayern’s wait goes on.</p><p>___</p><p>AP soccer: https://apnews.com/hub/soccer</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/AWUZEY47OUXBJQ6HJS2YCO4HSQ.jpg?auth=0078befe48119da5d59558e81c57e6aa9cecc0aa1124442853713e7f6eb457a2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Bayern's Konrad Laimer gestures during the Champions League semifinal second leg soccer match between Bayern Munich and Paris Saint Germain in Munich, Germany, Wednesday, May 6, 2026. (AP Photo/Matthias Schrader)]]></media:description><media:credit role="author" scheme="urn:ebu">Matthias Schrader</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/MCOCWWSJJHW6BAUUYWWBEQ5V6U.jpg?auth=915ed84a3a4929b2c1341b837fe374cde0aa90b05a5db258429a84f217400ed6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Bayern's Konrad Laimer, right, challenges PSG's Nuno Mendes during the Champions League semifinal second leg soccer match between Bayern Munich and Paris Saint Germain in Munich, Germany, Wednesday, May 6, 2026. (AP Photo/Matthias Schrader)]]></media:description><media:credit role="author" scheme="urn:ebu">Matthias Schrader</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/S7ERZLW2HTKG3MFDJWXU2UN7QY.jpg?auth=43c4b2e66827b885c6139623d409746a1159ac4e808a3eb4137c49946f80115c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Bayern players react after referee Joao Pinheiro's decision during the Champions League semifinal second leg soccer match between Bayern Munich and Paris Saint Germain in Munich, Germany, Wednesday, May 6, 2026. (AP Photo/Martin Meissner)]]></media:description><media:credit role="author" scheme="urn:ebu">Martin Meissner</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XTY223DLJ5N2K2SRCDXLJ3ZTCY.jpg?auth=0e81eb6ac46cc9156fc47fb68ac8f835b7967e0a063b139a8a6ed08654712368&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Bayern head coach Vincent Kompany reacts to a referee call during the Champions League semifinal second leg soccer match between Bayern Munich and Paris Saint Germain in Munich, Germany, Wednesday, May 6, 2026. (AP Photo/Matthias Schrader)]]></media:description><media:credit role="author" scheme="urn:ebu">Matthias Schrader</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BQHDE3HQ4YL2P6PEJJRTISMQ34.jpg?auth=b34cab1ec319e92120cfce4d7ca470757c67e09e9c4356967af0abaffb3f229e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Bayern's Harry Kane, center, reacts to a call by referee Joao Pinheiro during the Champions League semifinal second leg soccer match between Bayern Munich and Paris Saint Germain in Munich, Germany, Wednesday, May 6, 2026. (AP Photo/Matthias Schrader)]]></media:description><media:credit role="author" scheme="urn:ebu">Matthias Schrader</media:credit></media:content></item><item><title><![CDATA[Greece, birthplace of democracy, seeks to put humanity ahead of AI in updated constitution]]></title><link>https://www.local10.com/tech/2026/05/07/greece-birthplace-of-democracy-seeks-to-put-humanity-ahead-of-ai-in-updated-constitution/</link><guid isPermaLink="true">https://www.local10.com/tech/2026/05/07/greece-birthplace-of-democracy-seeks-to-put-humanity-ahead-of-ai-in-updated-constitution/</guid><dc:creator><![CDATA[By DEREK GATOPOULOS, Associated Press]]></dc:creator><description></description><pubDate>Thu, 07 May 2026 11:17:36 +0000</pubDate><content:encoded><![CDATA[<p>ATHENS, Greece (AP) — Greece is preparing major constitutional changes, including an amendment requiring that artificial intelligence serve human society.</p><p>Conservative Prime Minister Kyriakos Mitsotakis outlined the proposed revisions on Thursday, casting them as necessary to safeguard future generations given global concerns about AI’s risks to democratic governance and humanity itself.</p><p>“It’s very important that, in this process of constitutional revision, we take care of the world that will host our children,” Mitsotakis told lawmakers from his governing center-right party.</p><p>The proposed changes would include a provision that says: “Artificial intelligence shall serve the freedom of the individual and the prosperity of society, ensuring that risks are mitigated and that the advantages it provides are fully realized.”</p><p>Dozens of other changes would include expanding postal voting, increasing mandatory schooling from nine to 11 years and banning retroactive taxation.</p><p>“These challenges already dominate today: from the climate crisis and protection of water resources to renewable energy sources, but above all the use of artificial intelligence,” the prime minister said. “This great revolution must also be constitutionally placed at the service of individual freedom and social well-being.”</p><p>The lengthy revision process involves a series of votes by two successive parliaments and typically requires some cross-party support.</p><p>Greece has been an eager adopter of AI and modern technology since emerging from a major financial crisis eight years ago, upgrading border surveillance and rebuilding its tax administration.</p><p>A powerful government services platform now manages everything from obtaining a divorce to buying tickets for domestic soccer matches.</p><p>Last month, the government unveiled plans for a full social media ban for children younger than 16 — a move it said was intended to pressure the European Union to adopt similar rules.</p><p>Some constitutional experts in Greece argue AI must be legally required to serve democracy because major private technology platforms now hold enough data and power to operate beyond effective public oversight.</p><p>Evripidis Stylianidis, the government’s lead lawmaker on the constitutional revision, said the changes would serve as a long-term guardrail on AI use.</p><p>“Many issues today are defined at the international level,” he told state radio Thursday. “The protection and proper use of artificial intelligence touches all human rights in daily life and is something that must concern us in the constitutional revision.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/CATT7FCS4MCEWNMI4SKNQCP4HU.jpg?auth=c513b10c43578a3768721f8e84a5307edfba9d95d6a8397507feacc6127698ce&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 front of the Greek Parliament as vehicles drive past in central Athens, on Nov. 21, 2017. (AP Photo/Petros Giannakouris, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Petros Giannakouris</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DB77B5MUDDMJBJ3YZCHOOECPUU.jpg?auth=9cd39ae1443118bf7e62c0537efaa4bd72dac9fac3b5e560f749bea374490076&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Greece's Prime Minister Kyriakos Mitsotakis waits for the arrival of the European Parliament president in Athens, April 9, 2025. (AP Photo/Petros Giannakouris, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Petros Giannakouris</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5IV55Q6NE7VTWX5K2DM3RTNHKI.jpg?auth=dadf0f0430ed2366606d501a4e5310b2d152ce03edfbe9c4cd0a0a6b19b4a11c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A presidential guard is reflected on a puddle following a downpour in Athens, in front of the Greek Parliament on March 1, 2024. (AP Photo/Petros Giannakouris, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Petros Giannakouris</media:credit></media:content></item><item><title><![CDATA[Clarence Thomas becomes the second longest-serving justice in Supreme Court history]]></title><link>https://www.local10.com/news/politics/2026/05/07/clarence-thomas-becomes-the-second-longest-serving-justice-in-supreme-court-history/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/05/07/clarence-thomas-becomes-the-second-longest-serving-justice-in-supreme-court-history/</guid><dc:creator><![CDATA[By LINDSAY WHITEHURST, Associated Press]]></dc:creator><description></description><pubDate>Thu, 07 May 2026 12:28:53 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The first baby boomer on the Supreme Court hit a milestone on Thursday, becoming the second-longest serving justice in history at a time when his influence has never seemed greater.</p><p>Once an outlier on the nation’s highest court, Justice Clarence Thomas has become a towering figure in the conservative legal movement over the last decade as he helped secure landmark rulings on abortion, voting and Second Amendment rights.</p><p>The only justice with a longer tenure is liberal William O. Douglas. Thomas would overtake Douglas in 2028 if he remains on the court — and there’s no sign he plans to retire anytime soon.</p><p>“I think he’s more energized and excited now than when I first met him,” said John Yoo, a law professor at the University of California, Berkeley, who served in Republican President George W. Bush's administration after his time as a Thomas clerk three decades ago.</p><p>Thomas was confirmed in 1991 after contentious hearings that included sexual harassment allegations. More recently, his acceptance of luxury trips has raised a storm of ethics questions. He's nevertheless gone from near-silence at oral arguments to asking the first questions and penning a landmark ruling expanding Second Amendment rights.</p><p>Following the appointment of three conservative justices by Republican President Donald Trump, Thomas is now the most senior member of a supermajority that's also overturned abortion as a constitutional right, ended affirmative action in college admissions and sharply limited the Voting Rights Act.</p><p>“The court has radically moved in his direction over the course of his time on the court,” said Stanford University law professor Pamela Karlan. Thomas' seniority means he can decide who writes an opinion if he's part of a majority that doesn't include Chief Justice John Roberts, a factor that can nudge other votes behind closed doors, Karlan said.</p><p>Off the bench, Thomas' sphere of influence also includes his large, close-knit network of former clerks, who have served in the Trump administration and are increasingly filling out the ranks of federal judges.</p><p>“That is an important legacy that he will leave,” said Sarah Konsky, director of the Supreme Court and Appellate Clinic at the University of Chicago Law School. “Even as justices' own time on the court winds down, significant influence lives on through their clerks.”</p><p>That’s not to say Thomas’ time on the court is up. In a recent speech, Thomas tied the nation’s highest ideals to a conservative vision of limited government — and launched a broadside on progressivism seen by critics as unfair and inappropriate. In the room at the University of Texas, though, it earned a standing ovation.</p><p>Thomas, who became the second Black member of the court, now has a tenure that tops 34 years, putting him ahead of Justice Stephen J. Field, who was appointed by Lincoln before the end of the Civil War and served as the only 10th justice until 1897.</p><p>For Thomas, 77, it’s a long way from the hearings at which his nomination by Republican President George H.W. Bush was nearly derailed by allegations that he had sexually harassed Anita Hill, a charge he forcefully denied.</p><p>Thomas has more recently come under scrutiny for lavish, undisclosed trips from a GOP megadonor and the conservative political activism of his wife, who backed false claims that the 2020 election was stolen from Trump. The justice has said he wasn’t required to disclose the trips he took with friends and ignored calls to recuse himself from cases related to the election.</p><p>On the court, though, recent years have also brought perhaps the most significant work of his career, especially a 2022 opinion he wrote that found people generally have the right to carry a gun in public. The justice did not respond to a request for comment on his tenure.</p><p>His own jurisprudence has changed little over the years, said Scott Gerber, author of “First Principles: The Jurisprudence of Clarence Thomas." Even as the majority moves his way, he’s continued to write dissents that get noticed.</p><p>“He’s incredibly consistent,” Gerber said. Once known for solo dissents, “now he writes majority opinions.”</p><p>___</p><p>Follow the AP's coverage of the U.S. Supreme Court at https://apnews.com/hub/us-supreme-court.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/AAMTC3MPH4DYZNPBGXYHABGHGI.jpg?auth=62d0e89b0c1e5b0fe0f713cbad8fa557186a76fd32e810262c1f73c2004749c6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Supreme Court Associate Justice Clarence Thomas joins other members of the Supreme Court as they pose for a new group portrait, at the Supreme Court building in Washington, Oct. 7, 2022. Thomas was nominated by President George H. W. Bush to succeed Justice Thurgood Marshall and has served since 1991. (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/W6COG5BIHNHBM34VQF7PFAMQ3E.jpg?auth=f588f840dcd7d0517ed3fb757d190ea0895a1e476a85fdd5cf4cb653e0f0e986&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - U.S. Supreme Court Associate Justice Clarence Thomas answers questions during a visit to the University of Texas at Austin, in Austin, Texas, April 15, 2026. (AP Photo/Eric Gay, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Eric Gay</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DOB5IE4AV6L7CNT33REUNM3MJY.jpg?auth=a035d12434727e46cd4724df937b56d06a084dab37117de2c7f8ab6eaf91a232&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Supreme Court Justice Nominee Clarence Thomas and his wife Virginia listen during his nomination hearing before the Senate Judiciary Committee on Capitol Hill in Washington, Sept. 10, 1991. (AP Photo/Doug Mills, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Doug Mills</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/OWIWBFP4SGY4ONKAZYB6LM6ZLQ.jpg?auth=19333f75d6201b11bce504ecd39d76e16b2481ad75083603413f421a283d4bf4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - President George H.W. Bush and Supreme Court nominee Clarence Thomas hold a private meeting in the Oval Office at the White House in Washington, Sept. 6, 1991. (AP Photo/Greg Gibson, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Greg Gibson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/OM3DSRAWZAZUACA2BUQDG2ET4Q.jpg?auth=dce02579367acb749fca1c77b5bc8a001c27e8e98c5a1359dcc42839f534a782&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Members of the Supreme Court sit for a new group portrait following the addition of Associate Justice Ketanji Brown Jackson, at the Supreme Court building in Washington, Oct. 7, 2022. Bottom row, from left, Associate Justice Sonia Sotomayor, Associate Justice Clarence Thomas, and Chief Justice of the United States John Roberts. Top row, from left, Associate Justice Amy Coney Barrett, Associate Justice Neil Gorsuch, and Associate Justice Brett Kavanaugh. (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[Italian Open leaders side with players on prize money issue and aim to become a 5th Grand Slam]]></title><link>https://www.local10.com/sports/2026/05/07/italian-open-leaders-side-with-players-on-prize-money-issue-and-aim-to-become-a-5th-grand-slam/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/05/07/italian-open-leaders-side-with-players-on-prize-money-issue-and-aim-to-become-a-5th-grand-slam/</guid><dc:creator><![CDATA[By ANDREW DAMPF, Associated Press]]></dc:creator><description></description><pubDate>Thu, 07 May 2026 14:02:35 +0000</pubDate><content:encoded><![CDATA[<p>ROME (AP) — Italian Open organizers are supporting tennis players who are urging a boycott unless the Grand Slam tournaments improve their prize money.</p><p>Angelo Binaghi, the president of the Italian Tennis and Padel Federation, is also campaigning to turn the Rome event into a fifth Grand Slam.</p><p>The players have targeted the coming French Open for reducing players' share of revenue to an alleged 14.3% — compared to the 22% at ATP and WTA events like the Italian Open this week.</p><p>Top-ranked Aryna Sabalenka and Coco Gauff were among players this week threatening a boycott of the Slams if they don’t start receiving more compensation.</p><p>“The players have our full support,” Binaghi said. “It’s scandalous that we’re required by the ATP to share a bigger cut of the revenues with the players and the four Grand Slams hand out a smaller cut.</p><p>“It’s shameful and creates competitive disparities, too, because the four nations (that organize the Slams) have a huge amount of money to invest in their technical sectors that other nations don’t have,” Binaghi added. “I want to blow apart this monopoly.”</p><p>Italian Open prize money</p><p>It should be noted that the Italian Open has offered less prize money for women than men for years. The total men's prize money this year in Rome is $9.6 million while the women's prize money is $8.3 million.</p><p>But next week the women's champion in Rome will earn 1.055 million euros — slightly more than the 1.007 million euros handed out to the men's winner.</p><p>Fifth Grand Slam</p><p>For more than a year, Binaghi has been campaigning to turn the Italian Open into a fifth Grand Slam alongside the Australian Open, French Open, Wimbledon and U.S. Open — upending a century of tennis history.</p><p>With Jannik Sinner dominating at No. 1 and three other Italians in the men's top 20 rankings — No. 10 Lorenzo Musetti; No. 12 Flavio Cobolli and No. 20 Luciano Darderi — Italian tennis is booming.</p><p>Italy has won the Davis Cup for three straight years and the Billie Jean King Cup — the women’s team event — for the last two years.</p><p>So Binaghi, who took over the federation a quarter century ago when it was nearly bankrupt, wants to take advantage of the boom for his Grand Slam dream.</p><p>“We’re experiencing a stretch of tennis in Italy that will be tough to repeat, because it also needs to be considered in comparison with the Italian soccer debacle," Binaghi said, referring to how Italy failed to qualify for a third consecutive World Cup.</p><p>Foro Italico running out of room</p><p>Besides tradition and scheduling issues, Binaghi faces another major obstacle toward making the Italian Open bigger: There’s little room for expansion at the Foro Italico.</p><p>“We’re open to organizing a (fifth Grand Slam) anywhere in Italy — on any surface,” Binaghi said.</p><p>Work on a retractable roof for Campo Centrale is slated to start immediately after this year’s Italian Open and be ready for the 2028 edition.</p><p>Capacity for the revised stadium will increase from 10,500 to 12,400.</p><p>The Italian Open is hoping to pass 400,000 ticket sales this year, while the French Open last year had a total attendance of nearly 700,000.</p><p>“If we’re going to aim big, we shouldn’t focus exclusively on the Foro Italico, because there are a lot of issues here in terms of transport and temporary venues,” Binaghi said.</p><p>So would Binaghi be willing to move the tournament away from the Foro and its statue-lined courts?</p><p>“These days, the beauty factor is just added value; it’s not decisive,” he said. “The people don’t come to see the statues anymore. They come to see Sinner, Musetti, (Jasmine) Paolini and the other Italian players.”</p><p>The Italian Open wanted to add a mixed doubles tournament this year on the weekend before the singles events start but ATP and WTA rules wouldn’t allow it because the Madrid Open ends those days.</p><p>Sinner favored to end drought</p><p>While Jasmine Paolini earned Italy the titles in both women’s singles and doubles (with partner Sara Errani) last year, Sinner is an overwhelming favorite this year to become the first Italian man to win at the Foro since Adriano Panatta 50 years ago.</p><p>Apart from the Olympics, the Italian Open and French Open are the only big titles in tennis that Sinner hasn’t won and his top rival, Carlos Alcaraz, is out of both tournaments due to a right wrist injury.</p><p>Binaghi said if Sinner raises the trophies in Rome and Paris, “maybe I should step down.</p><p>“If it happens,” Binaghi said of Sinner winning those two titles, “we’ll take stock of all the opportune and logical consequences.”</p><p>___</p><p>AP tennis: https://apnews.com/hub/tennis</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/RWPJSQPRZWD7KT5MXAT5FJ5D54.jpg?auth=e3c50909d760439699df4aee900e9ce3a1134725c41306e7e751e6821659f09c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Jannik Sinner of Italy returns the ball to Rafael Jodar of Spain during the Madrid Open tennis tournament in Madrid, Wednesday, April 29, 2026. (AP Photo/Pablo Garcia)]]></media:description><media:credit role="author" scheme="urn:ebu">Pablo Garcia</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QK5GYSR3VYXAS66J4LGZQSFVVE.jpg?auth=52a1a99cd7f08f68f055cae5c446dde42420965ce9e7be618fd488753ea95549&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Aryna Sabalenka, of Belarus, returns the ball to Hailey Baptiste, of the United States, during the Madrid Open tennis tournament in Madrid, Tuesday, April 28, 2026. (AP Photo/Manu Fernandez)]]></media:description><media:credit role="author" scheme="urn:ebu">Manu Fernandez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/72DTZXZERRP6RAK2KN4MKXHQKA.jpg?auth=57020210e4a1e27d3c9abbc11869b6e07b2e47d953f921aec5c5813c755eeaa9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Italy's Jannik Sinner returns the ball to France's Arthur Fils during their men's singles semifinal match at the Madrid Open tennis tournament in Madrid, Spain, Friday, May 1, 2026. (AP Photo/Manu Fernandez)]]></media:description><media:credit role="author" scheme="urn:ebu">Manu Fernandez</media:credit></media:content></item><item><title><![CDATA[McDonald's focus on value lifts first-quarter sales, but company says gas prices could dent demand]]></title><link>https://www.local10.com/business/2026/05/07/mcdonalds-focus-on-value-and-a-big-new-burger-drive-sales-in-the-first-quarter/</link><guid isPermaLink="true">https://www.local10.com/business/2026/05/07/mcdonalds-focus-on-value-and-a-big-new-burger-drive-sales-in-the-first-quarter/</guid><dc:creator><![CDATA[By DEE-ANN DURBIN, Associated Press]]></dc:creator><description></description><pubDate>Thu, 07 May 2026 14:42:42 +0000</pubDate><content:encoded><![CDATA[<p>McDonald’s posted better-than-expected sales in the first quarter but said high gas prices and consumer anxiety over the Iran war could dent sales this spring.</p><p>The average price of a gallon of gas in the U.S. was $4.55 on Thursday, according to AAA. That was 44% higher than a year ago.</p><p>McDonald's Chairman and CEO Chris Kempczinski said the company has been making progress bringing lower-income customers back into its stores with value meals. But fast food visits by customers with household incomes of $45,000 or less are still declining overall, and the spike in gas prices won't help, he said.</p><p>“Clearly, when you have elevated gas prices... that is going to disproportionately impact low-income consumers. And so we expect the pressures there are going to continue,” Kempczinski said Thursday during a conference call with investors.</p><p>McDonald's said same-store sales, or sales at locations open at least a year, fell in the U.S. and some international markets in April. That was partly due to a big surge in sales last April, when a popular Minecraft meal drove traffic. Kempczinski said it's too early to get a read on sales in May and June, although the company is hoping a new beverage lineup which launched in the U.S. this week will generate interest.</p><p>“Certainly consumer sentiment is heightened anxiety, let’s just say, and it may have an impact. But, you know, our focus is on controlling what we can control,” Kempczinski said.</p><p>McDonald's shares were flat in early trading Thursday.</p><p>In the January-March period, McDonald's global same-store sales rose 3.8%. That was better than the 3.7% increase Wall Street was expecting, according to analysts polled by FactSet.</p><p>The company kept customers interested with limited-time menu items like the Big Arch burger, a 1,020-calorie behemoth that went on sale in the U.S. in March. The burger became a viral sensation after Kempczinski posted a video of himself taking a nibble from one and was mocked for his tentative bite. Tom Curtis, president of rival Burger King, posted his own video taking a vigorous bite of his chain’s new Whopper.</p><p>The Big Arch burger costs well over $8 in many U.S. markets. So McDonald's is trying to emphasize value in other parts of its menu. The company cut prices on some U.S. combo meals in September, and starting April 21, McDonald’s U.S. stores began offering 10 items that each cost less than $3.</p><p>Kempczinski said McDonald's experience in other markets like Germany and Australia has shown that the combination of meal deals and low-priced individual items is the best value strategy.</p><p>“You need to have a meal deal offering there to be able to drive interest and excitement around some of our core menu items,” Kempczinski said. “But you also need entry-level price points for those folks who are maybe a little bit more stressed around affordability and are looking for, you know, ‘What can I get for $3 or less?’”</p><p>The Chicago chain said its revenue rose 9% in the first quarter to $6.52 billion. That was also higher than the $6.47 billion Wall Street was expecting, according to FactSet.</p><p>McDonald’s net income rose 6% to $1.98 billion. Adjusted for one-time items, the company earned $2.83 per share. That was also higher than analysts’ forecast of $2.74.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/DIYJ6UH6LCRNXTLTUVRBB7X3BA.jpg?auth=215aec6fa4b3fea68cf41dff04136fe2d7099b0e25b2ef0ef7801ab3f86a5298&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A McDonald's logo is shown at a restaurant in Warren, Mich., Tuesday, Sept. 2, 2025. (AP Photo/Paul Sancya, file)]]></media:description><media:credit role="author" scheme="urn:ebu">Paul Sancya</media:credit></media:content></item><item><title><![CDATA[After the Los Angeles wildfires, clergy crossed denominational lines and forged new bonds]]></title><link>https://www.local10.com/news/national/2026/05/07/after-the-los-angeles-wildfires-clergy-crossed-denominational-lines-and-forged-new-bonds/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/05/07/after-the-los-angeles-wildfires-clergy-crossed-denominational-lines-and-forged-new-bonds/</guid><dc:creator><![CDATA[By DEEPA BHARATH, Associated Press]]></dc:creator><description></description><pubDate>Thu, 07 May 2026 11:02:05 +0000</pubDate><content:encoded><![CDATA[<p>LOS ANGELES (AP) — Rabbi Amy Bernstein says the wind-whipped fire in January 2025 that scorched much of the Pacific Palisades, destroying her home and damaging her synagogue, “blew everything open” for the community’s faith leaders.</p><p>“If our hearts must break, let them break open,” said the rabbi, who leads Kehillat Israel where 300 families out of 900 lost their homes. “This tragedy has really pushed us closer to one another. We're working to change the things we need changed.”</p><p>Faith leaders both in the Pacific Palisades and in Altadena and Pasadena — devastated by the pair of fires that tore across Southern California — have relied on interfaith and community partnerships to rally congregants who are picking up the pieces 16 months later.</p><p>They’ve had to learn on the fly about insurance coverage and local land use regulations while still trying to keep their scattered flock together and raising money for basic needs. Pastors in Altadena have had to fight to protect the rights of Black people who decades ago found pathways to home ownership in that community despite redlining — but now risk losing their land to outside developers who sense an investment opportunity.</p><p>And throughout this span, faith leaders have had to cater to the emotional and spiritual needs of their communities and think about how they want to rebuild their sanctuaries that were lost or damaged in the fire. More than a dozen houses of worship burned to the ground or were damaged.</p><p>Interfaith relationships have become stronger after the fires</p><p>This would have been difficult for faith leaders to handle but for the interfaith relationships that became closer and stronger after the fires, said the Rev. Grace Park, associate pastor at Pacific Palisades Presbyterian Church, which burned down.</p><p>Methodists, Presbyterians, Catholics, Jews and yogis have not just found common ground in human suffering and loss, but have learned how to lean on one another in a time of dire need, she said.</p><p>“It’s a sense of mutual affection and respect, learning from each other and leaning on one another,” Park said. “We’re sharing the joys and the deep valleys of what it means to lead through a time of tragedy.”</p><p>Brother Satyananda, a senior monk at the Self Realization Fellowship, lost his living quarters and belongings in the fire. Much of the campus, started by Paramahamsa Yogananda who brought ancient spiritual practices from India to the West, fortunately survived the fire.</p><p>Satyananda recalls one day when Bernstein picked up on his sadness and offered him “motherly compassion.”</p><p>“We share the same profession where we’re tuned to people in need,” he said. “Now, our relationship has changed because we’re tuning into each other. There’s a greater level of trust.”</p><p>Pastor BJ King, who leads LoveLand LifeCenter, worked with the late Rev. Cecil B. Murray to heal communities and build interfaith coalitions after the 1992 Los Angeles riots.</p><p>“Back then, there was a choice whether or not to get involved,” he said. “But with these fires, there is no choice. It has affected everybody.”</p><p>Pastors have had to acquire new skills</p><p>King’s congregation has switched to online services after their leased church building in Altadena suffered smoke damage. Twelve families lost their homes. In addition to helping meet people’s basic needs, King has created a program organizing gatherings to connect therapists with those in need of mental health.</p><p>“Many people didn’t even know they needed that,” he said.</p><p>One of the most powerful roles faith leaders have played after the fire is to “continue to talk with power, people in charge,” said Pastor Jonathan DeCuir, who leads Victory Bible Church in Pasadena. He and others in the region have continued to meet with local officials and even conferred with Gov. Gavin Newsom to keep things moving for their communities.</p><p>DeCuir chairs the board of a nonprofit called Legacy Land Project, which provides financial aid, legal support and guidance on building contractors, as well as medical care to those affected by the fires.</p><p>The disaster has brought a level of camaraderie that DeCuir says he has never seen among the region's clergy.</p><p>“Denominational lines have been crossed,” he said. “Even if we have different theological stances or approaches to ministry, we are all now looking at how to care for our people and community. If we don’t come together, Altadena will never ever be the same. The people won't be there anymore. That, to me, is terrifying.”</p><p>While a church is more than a building, physical churches do appear as “beacons of hope” in traumatized communities, said Pastor Mayra Macedo-Nolan, executive director of Clergy Community Coalition in Pasadena. Her group has lobbied for houses of worship to be prioritized on the same footing as businesses in the rebuilding plan.</p><p>“When people start seeing churches rebuilding in Altadena, they’re going to feel like it’s going to be OK because the churches are coming back,” she said.</p><p>Reimagining a purposeful future</p><p>On April 26, the Altadena Fountain of Life Church broke ground to build a new sanctuary after their house of worship, which had stood for over three decades, was destroyed in the fire. Pastor Jonathan Lewis, who ministers to about 75, hopes the church will be ready in time for Easter next year.</p><p>“It’ll be a Resurrection Sunday for our church, too,” he said.</p><p>Alexis Duncan, who grew up in Altadena attending that church, came to the groundbreaking with her 6-year-old daughter. She lost both her home and her church building.</p><p>“It means everything to me that they’re rebuilding because I want the church to be there for my daughter as she grows up,” she said. “This new beginning gives me and my family hope and the encouragement to come back.”</p><p>Some churches like Altadena Community Church, a United Church of Christ congregation, are pausing to rethink their future purpose. The Rev. Michael Lewis, who took over in February after the previous pastor retired, said the congregation is looking into several possibilities for the one-acre lot, including affordable housing.</p><p>“We know that a church is not intended to be a landlord and the pastor is no property manager,” he said. “But, we’re also thinking about who is able to return to Altadena? How will this rich, economically diverse community that was scattered by the fire come back?”</p><p>The church has been around since the 1940s. A haven for actors, poets and musicians, the former sanctuary also served as a vibrant performance space. Lewis said they hope to incorporate a performance stage into the new facility.</p><p>“It’ll look different from what we had before,” he said. “Once we figure out how to build community, we can decide what physical structures will help us support that community.”</p><p>As for Kehillat Israel, on May 15, members will carry their Torah scrolls back to their sanctuary, marking one of the first returns by a house of worship to the Palisades since the disaster.</p><p>Judaism has had “a long history of starting over,” Bernstein said.</p><p>“It’s encoded in our cultural approach to the world, that there are things that can always be taken away from you,” she said. “But what you become can never get taken away.”</p><p>___</p><p>Associated Press religion coverage receives support through the AP’s collaboration with The Conversation US, with funding from Lilly Endowment Inc. The AP is solely responsible for this content.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/YKUJJY3KHRJTC4QGOUWI4ZWA2U.jpg?auth=e33825134e10c6c59bb89894e7882c43af0363bb03dc2cbbd0dd4a57edb88efe&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The new foundation for the Fountain of Life Nazarene Church is seen in Altadena, Calif., April 26, 2026. (AP Photo/Damian Dovarganes)]]></media:description><media:credit role="author" scheme="urn:ebu">Damian Dovarganes</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BJ74S74IRYLYL7HDQDYX4FGC3M.jpg?auth=4a8e35c7cb07507a371f5e00f17fa7479b14bb530cae1940c44ea130750e13c0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The new foundation for the Fountain of Life Nazarene Church is seen in Altadena, Calif., April 26, 2026. (AP Photo/Damian Dovarganes)]]></media:description><media:credit role="author" scheme="urn:ebu">Damian Dovarganes</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/MZE6O3GBET3RFYUTWVJE5QXZKQ.jpg?auth=c8d71fac44918286ad17806cd850e5d0fc41070cbb1944569fa59c8d5dcb5f38&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Pastor Jonathan Lewis, fourth from right, holds a groundbreaking service at the site of the burned Fountain of Life Nazarene Church to mark the beginning of its rebuilding in Altadena, Calif., April 26, 2026. (AP Photo/Damian Dovarganes)]]></media:description><media:credit role="author" scheme="urn:ebu">Damian Dovarganes</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/JG73HZ6D35KM3QQ3HVX4I7LMPE.jpg?auth=ff5f43e523907e0227327bea728d0cd0be03da47f089ff104e30a54046a14859&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Members of the congregation join in prayer during the groundbreaking ceremony at the site of the burned Fountain of Life Nazarene Church, marking the beginning of its rebuilding, April 26, 2026, in Altadena, Calif. (AP Photo/Damian Dovarganes)]]></media:description><media:credit role="author" scheme="urn:ebu">Damian Dovarganes</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WWPESDREOGIA53AN3MQUOEJT7Q.jpg?auth=522f9cd11229d2136dcbd22d3f6188a63c8ef059f9b79b9a278f604d88b5a4bf&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Pastor Jonathan Lewis holds a groundbreaking service at the site of the burned Fountain of Life Nazarene Church to mark the beginning of its rebuilding in Altadena, Calif., April 26, 2026. (AP Photo/Damian Dovarganes)]]></media:description><media:credit role="author" scheme="urn:ebu">Damian Dovarganes</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/I6XKW5WLPYFRHWAM7Z4D55V2VE.jpg?auth=e6af5acd06bc2258141e8a905170848c88ece9183318ba86b415d793f313b391&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Members of the congregation attend a groundbreaking service at the site of the burned Fountain of Life Nazarene Church, marking the beginning of its rebuilding, in Altadena, Calif., April 26, 2026. (AP Photo/Damian Dovarganes)]]></media:description><media:credit role="author" scheme="urn:ebu">Damian Dovarganes</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3RKIES5SIGWEVV6CN746OOAUEY.jpg?auth=75c5ba9295bf718ddc2410cbc7e620e470a039dc11647cfaf1706d54edf4e420&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Kenneth McDaniel joins members of his congregation at a groundbreaking service at the site of the burned Fountain of Life Nazarene Church, marking the beginning of its rebuilding, April 26, 2026, in Altadena, Calif. (AP Photo/Damian Dovarganes)]]></media:description><media:credit role="author" scheme="urn:ebu">Damian Dovarganes</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/563JQ2PMIWVJCUYZV3ZNK2IDRM.jpg?auth=847846fbdee007b3a754b0e7307bb129d55a3932dc4acbb122474a4d0e513ed9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Pastor Jonathan Lewi, left walks past burned pipes next to the site where the Fountain of Life Nazarene Church is being rebuilt, April 26, 2026, in Altadena, Calif. (AP Photo/Damian Dovarganes)]]></media:description><media:credit role="author" scheme="urn:ebu">Damian Dovarganes</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/AOQ5HR7M5JOWIPXUMF4XGSUKQY.jpg?auth=5af4296411d7032e5cb0c0ca6182bad56ffe27284f7e15b5c2c2fb4e5fd529d0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Members of the congregation attend a groundbreaking service at the site of the burned Fountain of Life Nazarene Church to mark the beginning of its rebuilding in Altadena, Calif., April 26, 2026. (AP Photo/Damian Dovarganes)]]></media:description><media:credit role="author" scheme="urn:ebu">Damian Dovarganes</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/D4K5SJFMM463YU4RJ75O4IS334.jpg?auth=58e1987273d626fa46698415ae51cac4eba67649c661d9414f9b7827921a4094&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Members of the congregation pray during a groundbreaking service at the site of the burned Fountain of Life Nazarene Church, marking the beginning of its rebuilding, April 26, 2026, in Altadena, Calif. (AP Photo/Damian Dovarganes)]]></media:description><media:credit role="author" scheme="urn:ebu">Damian Dovarganes</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/PPLLYPR4YOEU2U7R3G5Z2G5Z7Q.jpg?auth=1ae68bdc4be3b00855f59dd227941357e01dfeab06c2a14e9faad3298ddcf69f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Pastor Jonathan Lewis poses for a photo with his congregation during a groundbreaking service at the site of the burned Fountain of Life Nazarene Church, marking the beginning of its rebuilding, April 26, 2026, in Altadena, Calif. (AP Photo/Damian Dovarganes)]]></media:description><media:credit role="author" scheme="urn:ebu">Damian Dovarganes</media:credit></media:content></item><item><title><![CDATA[Owner seeks answers after husky found dead, housesitter missing]]></title><link>https://www.local10.com/news/local/2026/05/06/owner-seeks-answers-after-husky-found-dead-housesitter-missing/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/05/06/owner-seeks-answers-after-husky-found-dead-housesitter-missing/</guid><dc:creator><![CDATA[Bridgette Matter]]></dc:creator><description><![CDATA[Andrew Beckham’s husky, Maverick, meant everything to him.]]></description><pubDate>Wed, 06 May 2026 22:22:59 +0000</pubDate><content:encoded><![CDATA[<p>Andrew Beckham’s husky, Maverick, meant everything to him.</p><p>While serving in the military, Beckham turned to <a href="https://www.trustedhousesitters.com/" target="_self" rel="" title="https://www.trustedhousesitters.com/">TrustedHousesitters.com</a> to find someone to watch his home -- and Maverick -- during a short deployment.</p><p>That’s where he found Andy Jensen.</p><p>“I found Andy online. He had 12 good reviews. It seemed like a good pick at the time,” Beckham said.</p><p>Jensen, a South Florida man who wanted to experience Colorado, took the job. He flew to Aurora, and at first, everything seemed fine.</p><p>Beckham says Jensen sent updates, including photos of himself smiling with Maverick.</p><p>But in early April, while Beckham was overseas, both Maverick and Jensen disappeared. Beckham’s blue Subaru was also stolen.</p><p>Home surveillance video shows the two leaving the house on April 2.</p><p>Aurora police say the car was found in Denver about a month later -- with Maverick dead inside.</p><p>“Maverick suffered a lot in that car, and it looks like there may have been some external injuries,” Beckham said.</p><p>Now, Beckham wants answers -- where Jensen is, what happened, and why.</p><p>He says police are searching for him.</p><p>“The cell phone he did have, it appears to be offline. It’s not hitting cell towers since April 2. He has no credit cards, no debit cards. It appears he closed his bank account,” Beckham said.</p><p>We went to Jensen’s last listed address in Palmetto Bay.</p><p>Someone was home, but no one came to the door.</p><p>Police have not found Jensen and are asking for the public’s help in locating him. Officials say they are also working with the Miami-Dade Sheriff’s Office as the search continues.</p><p>A spokesperson from Trusted Housesitters released the following statement to Local 10: “Since the situation first came to our attention, we have maintained direct contact with Andrew Beckham and have been assisting law enforcement’s official investigation regarding the sitter. We are committed to supporting the police investigation and will continue to do so.”</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[May 7: Unseasonable heat expected through the weekend]]></title><link>https://www.local10.com/weather/2026/05/07/may-7-unseasonable-heat-expected-through-the-weekend/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/05/07/may-7-unseasonable-heat-expected-through-the-weekend/</guid><dc:creator><![CDATA[Julie Durda]]></dc:creator><description><![CDATA[Happy Friday Eve. Lows are running well above average in the 70s and 80s. ]]></description><pubDate>Thu, 07 May 2026 10:22:46 +0000</pubDate><content:encoded><![CDATA[<p>Happy Friday Eve. Lows are running well above average in the 70s and 80s. Unseasonable heat is expect through this weekend, with highs in the 90s and heat indices reaching near the triple digits. These conditions could bring heat-related illnesses if you’re not prepared. Highs will be in the low 90s today and flirt with record heat tomorrow. As the temperatures rise, plan ahead, limit your outdoor activities, stay hydrated, and ensure access to cooling areas. Limited rain chances are in the forecast until Monday of next week. Stay cool and safe. Keep it tuned to Local 10.</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[The World Cup will be missing some star players as injuries mount before the big kickoff]]></title><link>https://www.local10.com/sports/2026/05/07/the-world-cup-will-be-missing-some-star-players-as-injuries-mount-before-the-big-kickoff/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/05/07/the-world-cup-will-be-missing-some-star-players-as-injuries-mount-before-the-big-kickoff/</guid><dc:creator><![CDATA[By JAMES ROBSON, Associated Press]]></dc:creator><description></description><pubDate>Thu, 07 May 2026 10:14:02 +0000</pubDate><content:encoded><![CDATA[<p>Kylian Mbappé is sidelined with a hamstring injury.</p><p>Lamine Yamal is out for the rest of the season and so is Brazil star Estêvão.</p><p>There was also a scare when Mohamed Salah hurt his hamstring recently.</p><p>Injuries to some of soccer's biggest names are mounting ahead of the World Cup which starts in five weeks.</p><p>Mbappé is expected to play again for Real Madrid this month and there is no suggestion his issue will rule him out of the World Cup. But every setback to France's best player will be of concern to the national team.</p><p>Barcelona's teenage sensation Yamal — recuperating from a leg muscle injury — is also expected to be part of Spain's squad and appear at his first World Cup.</p><p>And initial fears about Salah have been dispelled.</p><p>Others, however, have not been so fortunate.</p><p>France's Hugo Ekitike sustained an Achilles injury in April that could take more than six months to fully recover, ruling him out of the tournament co-hosted by the United States, Canada and Mexico and possibly the start of next season.</p><p>Brazil stars Rodrygo and Éder Militão are definitely out. So is Bayern Munich and Germany forward Serge Gnabry after injuring his adductor in training.</p><p>Meanwhile, the absence of Spain and Manchester City midfielder Rodri in recent weeks because of a groin injury is also worrying after he missed the majority of last season due to ACL damage. City manager Pep Guardiola has given positive updates about Rodri's recovery in recent days and the former Ballon d’Or winner should play again this season.</p><p>Players and coaches have increasingly warned about the impact of an ever-packed playing schedule, and the expanded World Cup comes a year after the relaunched, supersized Club World Cup. The Champions League has also been expanded in recent years.</p><p>Arsenal manager Mikel Arteta describes the demand on players as “an accident waiting to happen."</p><p>Players definitely ruled out of the World Cup</p><p>Argentina: Joaquín Panichelli (ACL)</p><p>Brazil: Éder Militão (hamstring), Rodrygo (ACL)</p><p>France: Hugo Ekitike (Achilles)</p><p>Germany: Serge Gnabry (adductor)</p><p>Netherlands: Xavi Simons (ACL)</p><p>United States: Cameron Carter-Vickers (Achilles), Patrick Agyemang (Achilles)</p><p>Ones to watch</p><p>Algeria: Goalkeeper Luca Zidane, the son of France icon Zinedine Zidane, is a doubt after a facial injury during an on-field collision last month.</p><p>Argentina: Cristian Romero has been ruled out for the season with a knee injury. It has not yet been confirmed if he is out of the World Cup, with Tottenham not giving a timeframe for his recovery.</p><p>Brazil: Teenage sensation Estêvão will not play again for Chelsea this month after a hamstring injury. There are conflicting reports as to whether he will recover in time for the World Cup.</p><p>Croatia: Veteran midfielder Luka Modrić broke his cheekbone last month but is expected to be available for the World Cup.</p><p>Morocco: Paris Saint-Germain defender Achraf Hakimi has been sidelined with a right thigh injury.</p><p>United States: Defender Miles Robinson hasn’t played since April 18 because of a leg injury.</p><p>___</p><p>James Robson is at https://x.com/jamesalanrobson</p><p>___</p><p>AP soccer: https://apnews.com/hub/soccer</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/QMFNYAMPYYB4NFRBOHXJT4EF5E.jpg?auth=d3322d7d5a9b804bd27314b0d4761bfd6d16c59260a9d7c3d13a1a4eacec5f76&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Liverpool's Hugo Ekitike reacts after getting injured during the Champions League quarterfinal second leg soccer match between Liverpool and Paris Saint-Germain in Liverpool, England, Tuesday, April 14, 2026. (AP Photo/Jon Super)]]></media:description><media:credit role="author" scheme="urn:ebu">Jon Super</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YTCKQ252DFJEFSUYKGEYGAGCZU.jpg?auth=b17d2adb748b42d5e638546df247708e0254818daf157d151bfb83b80cec2fb6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Real Madrid's Eder Militao, left, challenges for the ball with Bayern's Alphonso Davies during the Champions League quarterfinal second leg soccer match between Bayern Munich and Real Madrid in Munich, Germany, Wednesday, April 15, 2026. (AP Photo/Matthias Schrader)]]></media:description><media:credit role="author" scheme="urn:ebu">Matthias Schrader</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LUVKZSP63SFNNJ3BHKEWYVWKJY.jpg?auth=72b06de3895070a2bac0a8df41cdee9b2e1124e86bbb49ae49009d25ae68c3f9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Barcelona's Lamine Yamal lays on the pitch after getting injured during the Spanish La Liga soccer match between Barcelona and Celta Vigo in Barcelona, Spain, Wednesday, April 22, 2026. (AP Photo/Joan Monfort)]]></media:description><media:credit role="author" scheme="urn:ebu">Joan Monfort</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/CVTYQB32AODUKL6JLCOZYFYVWE.jpg?auth=2ec4f67727a8e2e0e407b4acb45c6b0a54129213ffa8b775f62e13f0225af2a3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Chelsea's Estevao holds his leg after picking up an injury during the English Premier League soccer match in London, Saturday April 18, 2026. (John Walton/PA via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">John Walton</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BGUSAMCGG52HNDZGUPCBVU4OHE.jpg?auth=bd3a34fa3d4472fccb293580e435f43f7993359e5d9024fd38cc39bfc03440ac&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Getafe's Boselli fights for the ball against Real Madrid's Rodrygo during a Spanish La Liga soccer match between Real Madrid and Getafe in Madrid, Spain, March 2, 2026. (AP Photo/Manu Fernandez, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Manu Fernandez</media:credit></media:content></item><item><title><![CDATA[Russia says Ukraine launched a major drone attack after Moscow shunned ceasefire offer]]></title><link>https://www.local10.com/news/world/2026/05/07/russia-says-ukraine-launched-a-major-drone-attack-after-moscow-shunned-ceasefire-offer/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/05/07/russia-says-ukraine-launched-a-major-drone-attack-after-moscow-shunned-ceasefire-offer/</guid><dc:creator><![CDATA[By The Associated Press, Associated Press]]></dc:creator><description></description><pubDate>Thu, 07 May 2026 13:56:34 +0000</pubDate><content:encoded><![CDATA[<p>Russian air defenses shot down 347 Ukrainian drones overnight, Russia’s Defense Ministry said Thursday, in what appeared to be a major attack after Moscow spurned Kyiv’s ceasefire earlier in the week and tension mounted over safety at Russia's upcoming Victory Day celebrations.</p><p>Incoming drones were destroyed over 20 Russian regions, including Moscow, according to the Defense Ministry, in Ukraine’s second-biggest aerial attack since Russia’s all-out invasion more than four years ago. The largest was last March when it launched 389 drones.</p><p>Dozens more Ukrainian drones were launched during daylight hours Thursday, the ministry said, including some heading again toward Moscow. Nearly 100 flights in and out of the Russian capital's three main airports — Sheremetyevo, Domodedovo and Vnukovo — were delayed or canceled by midday, the Moskva news agency reported.</p><p>The attacks came ahead of Russia’s most important secular holiday, Victory Day, which marks the anniversary of the defeat of Nazi Germany in World War II. Russian authorities have declared a unilateral ceasefire in Ukraine for Friday and Saturday.</p><p>Ukraine had responded to that with its own suspension of hostilities from midnight Tuesday. But Ukrainian President Volodymyr Zelenskyy said Moscow disregarded the goodwill gesture and launched fresh attacks.</p><p>“Russia has not stopped any type of its military activity. Unfortunately, it has not stopped. Ukraine will act symmetrically,” Zelenskyy said in his regular evening video address Wednesday.</p><p>He said Thursday on X that Russia’s attacks have been ceaseless, with drones, missiles, artillery shelling and glide bombs hitting civilian areas of Ukraine, including the power grid and rail network.</p><p>In the northeastern city of Kharkiv, Ukraine’s second-largest, a drone strike wounded nine people, including three children, local officials said.</p><p>Tension has grown as Russia’s Victory Day celebrations approach and U.S.-led peace efforts gain no traction.</p><p>All mobile internet access and text messaging services will be shut down in the Russian capital on May 9, state media reported Thursday, citing the country’s Ministry of Digital Development, Communications and Mass Media.</p><p>A traditional parade in Moscow won’t feature the usual tanks, missiles and other military equipment for the first time in nearly two decades.</p><p>The Russian Defense Ministry cited the “current operational situation” as a reason for excluding military equipment.</p><p>Russian authorities say they are concerned about possible Ukrainian attacks, as Kyiv has expanded its long-range drone and missile capabilities.</p><p>Kremlin spokesman Dmitry Peskov said Thursday that additional security measures were being taken due to the “rather complex operational situation.”</p><p>The measures being taken “are necessary to ensure the safety of citizens, which is an absolute priority,” Peskov told reporters.</p><p>Among the foreign dignitaries expected to attend the Victory Day ceremonies on Saturday are Slovakia’s Prime Minister Robert Fico, Malaysia’s King Sultan Ibrahim Iskandar, Laos President Thongloun Sisoulith, and Belarus’ authoritarian leader Alexander Lukashenko.</p><p>Russia repeated its recent warnings to Ukraine that it would take decisive action — including a potential mass strike on Kyiv — if Ukrainian attacks disrupt the occasion.</p><p>“We have strengthened our focus on the possibility of retaliatory measures,” presidential aide Yuri Ushakov told journalists Thursday.</p><p>Also, Russia’s Foreign Ministry advised foreign embassies and international organizations located in Kyiv to evacuate their offices in case such a strike did take place.</p><p>Ukraine’s air defense shot down 92 of the 102 drones Russia launched overnight, the military said.</p><p>Russia maintains a significant advantage in drone numbers, regularly deploying hundreds in a single attack.</p><p>___</p><p>Follow AP’s coverage of the war in Ukraine at https://apnews.com/hub/russia-ukraine</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/6OAWN54PCVD6PLZCROFHPUYDJQ.jpg?auth=30412ecad3d390ea6fd45e672adce9b24cfe7635339dda5c1b8d345fab5ca87c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A police boat patrol the waters of the Moskva River near Red Square decorated for the celebrations of the 81st anniversary of the Soviet Union's victory over Nazi Germany at World War II during the Victory Day military parade rehearsal in Moscow, Russia, Thursday, May 7, 2026, backdropped by the St. Basil's Cathedral. (AP Photo/Alexander Zemlianichenko)]]></media:description><media:credit role="author" scheme="urn:ebu">Alexander Zemlianichenko</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/V3V6GWLLCIJF3NXNHEFAL65DLU.jpg?auth=7acf7603cc910a38f21415856ae5097c6679663f942ee292bfcfb21431d6589b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Special service vehicles are parked near Red Square decorated for the celebrations of the 81st anniversary of the Soviet Union's victory over Nazi Germany at World War II during the Victory Day military parade rehearsal in Moscow, Russia, Thursday, May 7, 2026, backdropped by the Spasskaya Tower, left, and the St. Basil's Cathedral, right. (AP Photo/Alexander Zemlianichenko)]]></media:description><media:credit role="author" scheme="urn:ebu">Alexander Zemlianichenko</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/OWVWGW45RM7RKIHPORZFGGRVLM.jpg?auth=0faf64fb4a8777683299cd25f3704a31a8dda94a9cb625df866bd4993546796b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Russian President Vladimir Putin listens to Rostec State Corporation CEO Sergei Chemezov during their meeting at the Kremlin in Moscow, Thursday, May 7, 2026. (Mikhail Metzel/Sputnik, Kremlin Pool Photo via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Mikhail Metzel</media:credit></media:content></item><item><title><![CDATA[Dozens of passengers left hantavirus-stricken cruise ship after 1st fatality]]></title><link>https://www.local10.com/news/world/2026/05/07/dozens-of-passengers-left-hantavirus-stricken-cruise-ship-after-1st-fatality/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/05/07/dozens-of-passengers-left-hantavirus-stricken-cruise-ship-after-1st-fatality/</guid><dc:creator><![CDATA[By MOLLY QUELL, GERALD IMRAY and SUMAN NAISHADHAM, Associated Press]]></dc:creator><description></description><pubDate>Thu, 07 May 2026 14:54:30 +0000</pubDate><content:encoded><![CDATA[<p>MADRID (AP) — More than two dozen passengers from at least 12 different countries left a cruise ship hit by a deadly hantavirus outbreak without contact tracing nearly two weeks after the first passenger died on board, the ship operator and Dutch officials said Thursday.</p><p>Health authorities on at least four continents are now tracking down and in some cases monitoring the cruise passengers who returned home on April 24, and trying to trace others who may have come into contact with them.</p><p>Experts say the risk to the wider public is considered low because hantavirus — usually spread by the inhalation of contaminated rodent droppings — isn't easily transmitted between people.</p><p>The Dutch health ministry said Thursday that a flight attendant on a plane briefly boarded by an infected cruise passenger in South Africa was showing symptoms of hantavirus and would be tested in an isolation ward at a hospital in Amsterdam. The cruise passenger, also a Dutch woman, was too ill to fly and was taken off the plane in Johannesburg, where she died.</p><p>If the woman tests positive, she could be the first known person not on the MV Hondius to become infected in the outbreak.</p><p>Three cruise ship passengers have died in the outbreak, and several others are sick. Symptoms usually show between one and eight weeks after exposure.</p><p>1st hantavirus case on board was confirmed May 2</p><p>Three people, including the ship’s doctor, were evacuated Wednesday while the ship was near the West African island country of Cape Verde and taken to specialized hospitals in Europe for treatment.</p><p>The body of the Dutch man who was the first to die on board on April 11 was taken off the ship on the remote South Atlantic island of St. Helena on April 24, when his wife also disembarked. She then flew to South Africa a day later and died there.</p><p>Oceanwide Expeditions, the Netherlands-based cruise ship company, said Thursday that 29 passengers left the vessel at St. Helena, while the Dutch Foreign Ministry put the number at about 40. The company had not previously said that dozens more people left the ship on April 24.</p><p>It wasn't until May 2 that health authorities first confirmed hantavirus in a passenger on the ship, the World Health Organization has previously said. That was in a British man evacuated from the ship to South Africa from Ascension Island three days after the St. Helena stop. He was tested in South Africa and is in intensive care there.</p><p>The people who left the ship at St. Helena to return to their home countries were of at least 12 different nationalities, Oceanwide Expeditions said. It said there were also two people whose nationalities were unknown.</p><p>It emerged Wednesday that a man tested positive for hantavirus in Switzerland after he also disembarked at St. Helena and flew home, though his precise movements aren’t clear.</p><p>On Thursday, Singaporean health authorities said they were monitoring two men who got off the ship at St. Helena and flew to South Africa and then home. The two men, who arrived in Singapore at different times, were being tested for hantavirus and were isolated at the country's National Center for Infectious Diseases, officials said.</p><p>One had a runny nose and the other had no symptoms, Singapore's Communicable Diseases Agency said.</p><p>British health officials say two people who were passengers aboard the ship but flew home midway through the journey are self-isolating but do not have symptoms of illness. The U.K. Health Security Agency said “a small number” of contacts of the two are also self-isolating but are not showing any symptoms. Other contacts are being traced.</p><p>Authorities in St. Helena, the remote, volcanic British territory in the South Atlantic where passengers got off, said they were monitoring a small number of people who were considered “higher risk contacts.” Those higher risk contacts were being told to isolate for 45 days, the St. Helena government said.</p><p>South Africa is tracing contacts from an April 25 flight</p><p>Meanwhile, the vessel is now sailing to Spain’s Canary Islands, a voyage that is expected take three or four days, with more than 140 passengers and crew members still on board.</p><p>WHO Director-General Tedros Adhanom Ghebreyesus said Thursday that he had “been in touch with the ship’s captain regularly, including this morning.”</p><p>“He told me morale has improved significantly since the ship started moving again,” Tedros said.</p><p>Authorities in South Africa are also trying to trace contacts of any passengers who previously got off the ship. They have focused mainly on an April 25 flight from St. Helena to Johannesburg, the day after passengers disembarked there.</p><p>The Dutch woman from the cruise ship who later died in South Africa briefly boarded that flight, officials have said. It's not known how many other cruise passengers also were among the 88 people on it, but flights from St. Helena go to South Africa and are rare, normally once a week.</p><p>The body of the third fatality, a German woman, is also still on board the ship after she died on May 2.</p><p>Tests have confirmed that at least five people who were on the ship were infected with a hantavirus found in South America, called the Andes virus. It can cause a severe and often fatal lung disease called hantavirus pulmonary syndrome.</p><p>Argentina’s health ministry said there were 28 deaths from hantavirus last year, up from an average mortality rate of 15 in the five years before that. Nearly a third of cases last year were fatal, it said.</p><p>The Andes strain is the only hantavirus known to spread from human to human.</p><p>The ship departed from Argentina and investigations into the source of the outbreak are focusing on that country. The Dutch couple, the first passengers to fall sick, traveled there and elsewhere in South America before boarding the ship, according to WHO.</p><p>___</p><p>Quell reported from The Hague, Netherlands. Imray reported from Cape Town, South Africa. AP writers Jill Lawless in London and Geir Moulson in Berlin contributed.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/YWNREETOZX2V7MWKM4EXLWW46U.jpg?auth=d84e55ee7de698974ba9fd4f741de599e37d2c27ea6cf515a142c82e7c8e5657&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Health workers in protective gear evacuate patients from the MV Hondius cruise ship into an ambulance at a port in Praia, Cape Verde, Wednesday, May 6, 2026. (AP Photo/Misper Apawu)]]></media:description><media:credit role="author" scheme="urn:ebu">Misper Apawu</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/M4WY5HQ6W4BBJ2SRQPDZZU346A.jpg?auth=e83c8a30398bbc471d70588571c5416e8924a00f2fb712cb56b50c8d581c0e35&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The MV Hondius cruise ship departs the port in Praia, Cape Verde, Wednesday, May 6, 2026. (AP Photo/Misper Apawu)]]></media:description><media:credit role="author" scheme="urn:ebu">Misper Apawu</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FRD33J7JG4VYTRWZLEUJSKWOXU.jpg?auth=09e0bf5135f96fb4baf4105cc118062c07f38ade0bb643f874b4af53eeebba3f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Medical personnel in hazmat suits wait for patients, evacuated from the MV Hondius cruise ship with suspected hantavirus infection, at Schiphol airport, Amsterdam, Netherlands, Wednesday, May 6, 2026. (AP Photo/Peter Dejong)]]></media:description><media:credit role="author" scheme="urn:ebu">Peter Dejong</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/7SC2WVI6MYD3BVMVMYDWPNQB54.jpg?auth=5d06430b88197cce062b36f518c43d34fb6c495ba43f629a2ef7349fce6ec5b9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Health workers get off the Dutch-flagged MV Hondius, a cruise ship carrying nearly 150 people as it remains off Cape Verde on Monday, May 4, 2026 after three passengers died and several others fell seriously ill in a suspected hantavirus outbreak. (Qasem Elhato via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Qasem Elhato</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/Q3KFWOWLFSIOVY5Q74Y33ZSP2M.jpg?auth=3c5052a9c84b07a09bacef53cb2dcd46f356bc34ac83f7ed47200c23bd4ba9f9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A view of the m/v Hondius Cruise ship anchored at a port in Praia, Cape Verde, Monday, May 4, 2026. (AP Photo/Arilson Almeida)]]></media:description><media:credit role="author" scheme="urn:ebu">Arilson Almeida</media:credit></media:content></item><item><title><![CDATA[Iran reviewing US proposal as Trump pressures Tehran for agreement on deal to end war]]></title><link>https://www.local10.com/news/world/2026/05/07/iran-reviewing-us-proposal-as-trump-pressures-tehran-for-agreement-on-deal-to-end-war/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/05/07/iran-reviewing-us-proposal-as-trump-pressures-tehran-for-agreement-on-deal-to-end-war/</guid><dc:creator><![CDATA[By ADAM SCHRECK and ELENA BECATOROS, Associated Press]]></dc:creator><description></description><pubDate>Thu, 07 May 2026 13:47:10 +0000</pubDate><content:encoded><![CDATA[<p>DUBAI, United Arab Emirates (AP) — Iran said it was reviewing the latest American proposals to end the war after U.S. President Donald Trump threatened the country with a new wave of bombing unless a deal is reached that includes reopening the crucial Strait of Hormuz to international shipping.</p><p>Hope that the two-month conflict could soon be over buoyed international markets Thursday, a day after the U.S. military fired on an Iranian oil tanker attempting to breach the American blockade of Iran’s ports. The developments followed days of mixed messages from the Trump administration over its strategy to end the war.</p><p>Meanwhile, U.S. Secretary of State Marco Rubio discussed peace efforts in the Middle East at the Vatican. Rubio met with Pope Leo XIV, whose opposition to the Iran war has led to open sparring with Trump.</p><p>Trump posted on social media Wednesday that ending the war and resuming oil and natural gas shipments disrupted by the conflict depends on Iran accepting an agreement, which he did not detail.</p><p>“If they don’t agree, the bombing starts,” Trump wrote.</p><p>A fragile ceasefir e between the U.S. and Iran has largely held since April 8. But in-person talks between the two countries hosted by Pakistan last month failed to reach an agreement. The war began Feb. 28, when the U.S. and Israel launched strikes against Iran.</p><p>Pakistan says it expects a deal soon</p><p>“We expect an agreement sooner rather than later,” Pakistani Foreign Ministry spokesperson Tahir Andrabi said Thursday. “We hope the parties will reach a peaceful and sustainable solution that will contribute not only to peace in our region but to international peace as well.”</p><p>But he declined to give a timeline, saying Pakistan would not disclose details of the ongoing diplomatic efforts.</p><p>Asked whether Pakistan was expecting any response from Iran later Thursday, Andrabi said: “I will not comment on specifics or the movement of the messages.”</p><p>Pakistani Prime Minister Shehbaz Sharif, speaking in televised remarks, said Islamabad remained in “continuous contact with Iran and the United States, day and night, to stop the war and extend the ceasefire.”</p><p>A shifting narrative of the war</p><p>The Trump administration's messaging throughout the Iran war has been shifting and often contradictory. This week, the president and his aides presented a dizzying narrative over the U.S. strategy to unblock the Strait of Hormuz and wrap up the war that drastically changed over the course of mere hours.</p><p>Iran has effectively shut the strait, a vital waterway for the shipment of supplies of oil, gas, fertilizer and other petroleum products, while the U.S. is blockading Iranian ports.</p><p>On Wednesday, a U.S. fighter jet shot out the rudder of an Iranian oil tanker in the Gulf of Oman as it tried to breach the American blockade, U.S. Central Command said in a social media post.</p><p>Iran creates agency to control passage at Hormuz</p><p>Iran has established a new government agency to approve transit and collect tolls from shipping in the strait, shipping data firm Lloyd’s List Intelligence said Thursday. The move has raised concerns about eroding the freedom of navigation on which global trade depends.</p><p>The agency, called the Persian Gulf Strait Authority, is “positioning itself as the only valid authority to grant permission to ships transiting the strait,” Lloyd’s reported in an online briefing.</p><p>The agency formalizes an existing, albeit murky, vetting lane that takes vessels through the strait’s northern waters near the Iranian coastline. Iran controls which ships are allowed to pass and, for at least some vessels, imposes a tax on their cargo.</p><p>Maritime law experts say Iran’s demands to vet or tax vessels violate international law. The United Nations Law of the Sea treaty calls for countries to permit peaceful passage through their territorial waters.</p><p>Trump suggests U.S. might force a deal with Tehran</p><p>Trump insisted Wednesday that Iranian officials want to end the war.</p><p>“We’re dealing with people that want to make a deal very much, and we’ll see whether or not they can make a deal that’s satisfactory to us,” the president said.</p><p>By threatening more bombing, he suggested the U.S. could ultimately force a settlement.</p><p>A spokesman for the Iranian Foreign Ministry, Esmaeil Baghaei, told state TV on Wednesday that Tehran was still examining the latest U.S. proposal.</p><p>Baghaei said Iran had “strongly rejected” U.S. proposals reported by the news outlet Axios, which said provisions includes a moratorium on Iranian uranium enrichment, lifting of U.S. sanctions, distribution of frozen Iranian funds and opening the strait for ships.</p><p>Saudi official says kingdom did not support US effort to reopen strait</p><p>Trump did not consult with U.S. ally Saudi Arabia before launching the short-lived effort to force open a shipping passage through the strait, according to a Saudi official who was not authorized to discuss the matter publicly and spoke on condition of anonymity.</p><p>“We told them that we are not part of this and that they can’t use our territories and bases for this,” the official said Thursday.</p><p>The official said Saudi Arabia sent a message to Iran that the kingdom would not be involved in U.S. attacks related to Trump’s attempt to reopen the strait.</p><p>Trump suspended the effort, dubbed Project Freedom, during its second day Tuesday. Only two American-flagged merchant ships are known to have passed through the U.S.-guarded route. The U.S. military said it sank six Iranian small boats threatening civilian ships.</p><p>Hundreds of merchant ships remain bottled up in the Persian Gulf, unable to reach the open sea without passing through the Strait of Hormuz. The strait's closure has sent fuel prices skyrocketing, rattled the global economy and put enormous economic pressure on countries, including major powers such as China.</p><p>On Thursday, the price of Brent crude oil stabilized at around $100 a barrel as investors waited to see whether the strait would reopen.</p><p>In other developments, French President Emmanuel Macron said Wednesday that France’s aircraft carrier strike group was moving into the Red Sea in preparation for a potential French-British mission to restore maritime security in the Strait of Hormuz as soon as conditions allow.</p><p>___</p><p>Becatoros reported from Athens, Greece. Joshua Boak and Ben Finley in Washington; Russ Bynum in Savannah, Georgia; Munir Ahmed in Islamabad, Pakistan, Nicole Winfield in Vatican City and David McHugh in Frankfurt, Germany contributed.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/XUFLV723QFN3MDJDKLVKTOHN5Y.jpg?auth=134a0e48f567c5f1807ad1aa6c95797c05386566f2e500fbd323e2b4fb2a5336&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[An Emirati patrol boat, left, is near a tanker anchored in the Gulf of Oman near the Strait of Hormuz, as seen from a coastal road near Khor Fakkan, United Arab Emirates, Friday, May 1, 2026. (AP Photo/Fatima Shbair)]]></media:description><media:credit role="author" scheme="urn:ebu">Fatima Shbair</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/R7UZHVG5EHWTHUSW3PBDSQ5QDQ.jpg?auth=de97ec71021127d7e3deac187840fe08edf5bdd589990261fc7ab92f790ccda9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A man waves an Iranian flag for a pro-government campaign under a billboard with graphic showing Strait of Hormuz and sewn lips of U.S. President Donald Trump in a square in downtown Tehran, Iran, Wednesday, May 6, 2026. (AP Photo/Vahid Salemi)]]></media:description><media:credit role="author" scheme="urn:ebu">Vahid Salemi</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KLS6WWKRAAD2IBKVKC6VE25NMI.jpg?auth=64fba583f1eb1bd7cc96f20a1e115c540c866063059c7cc63334a4d3849bce87&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Motorbikes drive past a billboard with graphic showing the late Iranian Supreme Leader Ayatollah Ali Khamenei, who was killed in the U.S. and Israel strikes on Feb. 28, with his framed fist amongst his supporters framed fists in downtown Tehran, Iran, Wednesday, May 6, 2026. (AP Photo/Vahid Salemi)]]></media:description><media:credit role="author" scheme="urn:ebu">Vahid Salemi</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XJQNGTJVVHYK2H5UKTWTX5KAAY.jpg?auth=3e5556a2a5e3ba41b14f52c40984a2f544f187ae73c6b9521eb083b70551a6cc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - French President Emmanuel Macron, center right, visits the French aircraft carrier Charles de Gaulle, during his visit to Cyprus, March 9, 2026. (Gonzalo Fuentes/Pool Photo via AP, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Gonzalo Fuentes</media:credit></media:content></item><item><title><![CDATA[Kenyan politicians trade accusations of 'goonism' as political violence rises ahead of 2027 election]]></title><link>https://www.local10.com/news/world/2026/05/07/kenyan-politicians-trade-accusations-of-goonism-as-political-violence-rises-ahead-of-2027-election/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/05/07/kenyan-politicians-trade-accusations-of-goonism-as-political-violence-rises-ahead-of-2027-election/</guid><dc:creator><![CDATA[By RODNEY MUHUMUZA, Associated Press]]></dc:creator><description></description><pubDate>Thu, 07 May 2026 07:25:53 +0000</pubDate><content:encoded><![CDATA[<p>NAIROBI, Kenya (AP) — Kenya's political word of the moment is “goonism,” frequently uttered by national leaders to convey annoyance at the gangs that intimidate those whose political activities they oppose.</p><p>Supporters of President William Ruto, who is seeking a second term in elections next year, use the phrase to describe the political violence that authorities will not tolerate. Opposition figures use it to condemn what they see as Ruto’s aggressive — and underhanded — campaign tactics.</p><p>At times it can seem as if goonism is up against goonism, an unwelcome turn of events in this East African nation where the contest for political power is becoming ever more vigorous and tinged with a sense of danger.</p><p>Many Kenyans doubt Ruto's commitment to the religious values he espoused before taking power in 2022.</p><p>Ruto vowed to raise a kind of born-again Christian nation, fearful of God and at peace with itself.</p><p>But as president, he appears to have benefited from the lawlessness that is now a national scourge as religious and political leaders warn that political violence threatens democratic gains. His critics charge that such chaos rises in part from Ruto’s uncompromising style of leadership.</p><p>“Goons, goons, goons,” yelled preacher Wilfred Lai during a recent Sunday sermon in which he lamented what had befallen Kenya. “Everyone who wants to rule this country by that kind of thing, I speak as a prophet of God: You shall fall.”</p><p>He added: “You can’t use goons and you are telling us that you are taking us into a better place. You are a liar and the truth is not in you.”</p><p>Although Lai, the pastor of a megachurch in the coastal city of Mombasa, didn't mention Ruto by name, many Kenyans suspect he had the president in mind when he gave that sermon, parts of which were shared online.</p><p>Some former supporters say Ruto has betrayed Christian values</p><p>Lai is among evangelical preachers who embraced Ruto when he was vice president and seeking to replace President Uhuru Kenyatta, whose backing he didn't have. At the time, Ruto was widely seen as a pious politician.</p><p>Ruto said he was fighting for the downtrodden, for those whose manual labor put food on the table. The leader — nicknamed “Nabii,” Kiswahili for “God’s prophet” — said he had risen so high in politics by the grace of God, unlike rivals he depicted as the entitled sons of political dynasties. Ruto won a tight race.</p><p>For many of his supporters, however, Ruto changed as soon as he won the presidency.</p><p>Although he continued to go to church on Sundays, some noticed that he stopped carrying the Bible and no longer quoted it regularly. His decision to demolish a chapel within the compound of the statehouse — to be replaced by a modern facility — was criticized by some as self-aggrandizing. Others saw betrayal in Ruto’s aggressive income tax measures months after his inauguration.</p><p>Thousands of young people took to the streets of Nairobi, the capital, forcing authorities to withdraw some tax proposals but not quite cooling popular anger. Ruto later faced more protests triggered by the death in police custody of a blogger.</p><p>Although the protests failed to remove Ruto, they left him wounded and determined to show strength. While his position remains precarious ahead of next year’s vote, some of his adversaries admit he is cunning and still hard to defeat.</p><p>After protesters stormed the parliamentary building in 2024, Ruto vowed that such a thing would never happen again. Last year, facing protesters who held placards saying “Ruto must go,” the president urged the police to “break” the limbs of protesters and said he was going nowhere.</p><p>“If we go this route, we will not have a country,” Ruto said in a televised address. “The country belongs to all of us. And if there’s no country for William Ruto, there’s no country for you.”</p><p>Some saw that as a veiled threat, and some opposition figures suspect the gangs materializing at opposition events are sponsored by the state.</p><p>“We must say no, collectively, to the new specter, the new norm, of goonism,” Kalonzo Musyoka, a prominent opposition figure, told a local broadcaster. “The goons are very well-known. So for anybody to pretend that it is the work of united opposition, he really must be ashamed, even before God, that this is state-sponsored.”</p><p>Political violence is on the rise</p><p>Men armed with machetes and guns can break up political rallies or prevent them from commencing. While opposition figures accuse authorities of fomenting violence, Interior Secretary Kipchumba Murkomen recently warned goons that “since the politician won’t be with you when you commit the crime, we’ll come for you.”</p><p>Speaker Moses Wetang'ula, Ruto's ally, said last month that “the culture of goonism has no place in a democratic society.”</p><p>In a notable event last month, an opposition lawmaker from western Kenya was manhandled in a restaurant by men questioning his political views. Sen. Godfrey Osotsi’s injuries required hospitalization. The attack sparked protests in his home area and was condemned by religious leaders.</p><p>Ruto hasn't given up on church leaders — whose influence cuts across social networks — in his quest to retain power. His choice of where to pray on a given Sunday may be unpredictable. Sometimes church leaders, from Methodist to Pentecostal pastors, congregate near him at the statehouse.</p><p>Other religious leaders are critical, provoked most recently by insults traded between Ruto and his former deputy, Rigathi Gachagua, who fell out with the president, was impeached and now is the leader of the Wantam movement to make Ruto a one-term president.</p><p>Their exchanges can be venomous.</p><p>In March, after Gachagua called Ruto a thief who would steal a funeral home, the president called Gachagua a “cold-blooded pig” who stole from his brother.</p><p>Days later, the head of the local conference of Catholic primates, Archbishop Maurice Muhatia, rebuked Ruto and Gachagua at a gathering of bishops. “Disagreement is OK, but insulting each other in public is a disgrace,” Muhatia said. “Give us a break.”</p><p>Expert warns that election could turn ‘very bloody'</p><p>Kenyan elections are often fractious affairs. There was a violent gang, known as Mungiki, that played a role in deadly violence that followed the 2007 election.</p><p>There is a pervasive sense this time that more is at stake, with a president who won’t back down. Some worry that Ruto is verging on authoritarianism, unlike his recent predecessors.</p><p>Kenyatta, Kenya’s fourth president, is a jolly man who tolerated internal opposition from Ruto while they served together. Mwai Kibaki, whom Kenyatta replaced, was a gentleman who once called a news conference to deny he had a second wife.</p><p>Kenya's current president is different, and goonism is “a product of gangster theology” of which Ruto is the high priest, said Christine Mungai, an independent writer based in Nairobi.</p><p>Ruto has mastered “how to perform public piety” while simultaneously working “to make life harder for everyone,” she said.</p><p>It isn't clear who Ruto's main election opponent will be. It could be Musyoka or Fred Matiang’i, a former cabinet secretary for the interior. While Gachagua is likely ineligible to seek the presidency after his impeachment, his support will be crucial for the opposition.</p><p>If Ruto and opposition figures don't tone down the rhetoric “the election is going to be very bloody,” said Karuti Kanyinga, a Kenyan development scholar who is a visiting professor at Stellenbosch Institute for Advanced Study in South Africa. “Everyone will have their own protection gangs.”</p><p>___</p><p>Associated Press religion coverage receives support through the AP’s collaboration with The Conversation US, with funding from Lilly Endowment Inc. The AP is solely responsible for this content.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/IGTMQXQT2KPGYN3RMFTOF4IWCM.jpg?auth=e126ac4e745d96eb2aab73c63b297a6857f4d83258428d882090dfc3399c3224&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Kenya's new president William Ruto holds up a ceremonial sword as he is sworn in to office at a ceremony held at Kasarani stadium in Nairobi, Kenya Tuesday, Sept. 13, 2022. (AP Photo/Brian Inganga, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Brian Inganga</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/IHSATUEAI2GIFUIOI4QZWGVBWE.jpg?auth=033507d1a27b312743c810f6add4dde2ae6986266a654ee56e77520636ddeb43&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A suspected pro-government supporter is attacked by protesters during a demonstration over the death of blogger Albert Ojwang in police custody, in downtown Nairobi, Kenya, June 17, 2025. (AP Photo/Brian Inganga, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Brian Inganga</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YJJIIIJVRC5CLYDCW2UHOCN6LU.jpg?auth=902861daf84cbc876988a408a9ec0273d7e7d21abdde596372e2b440e8f86226&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Kenyan presidential candidate William Ruto addresses supporters at his final electoral campaign rally at Nyayo stadium in Nairobi, Kenya Saturday, Aug. 6, 2022. (AP Photo/Ben Curtis, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Ben Curtis</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ZDSJUC4F5XLNBXCV6M2RLSXO7U.jpg?auth=30cd34ef37b3eb445bbfed4ed2febba6415465a9240e965ca0dbccc391462213&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Pro-government supporters throw stones towards protesters during a demonstration over the death of blogger Albert Ojwang in police custody, in downtown Nairobi, Kenya, Tuesday, June 17, 2025. (AP Photo/Brian Inganga, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Brian Inganga</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/L5NG6HQUVOM32VW6RKOMBWWS2E.jpg?auth=dd2dae0f40618fec67bd5b8fb1c2467087db786f616bbf52e49c76bece639330&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Kenya's President William Ruto arrives to meet Sabastian Sawe who set the world record at the London Marathon, at State House in Nairobi, Kenya, Thursday, April 30, 2026. (AP Photo/Brian Inganga)]]></media:description><media:credit role="author" scheme="urn:ebu">Brian Inganga</media:credit></media:content></item><item><title><![CDATA[Wembanyama, Spurs take out frustration on Timberwolves to even semifinal series at one apiece]]></title><link>https://www.local10.com/sports/2026/05/07/wembanyama-spurs-take-out-frustration-on-timberwolves-to-even-semifinal-series-at-one-apiece/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/05/07/wembanyama-spurs-take-out-frustration-on-timberwolves-to-even-semifinal-series-at-one-apiece/</guid><dc:creator><![CDATA[By RAUL DOMINGUEZ, Associated Press]]></dc:creator><description></description><pubDate>Thu, 07 May 2026 06:48:50 +0000</pubDate><content:encoded><![CDATA[<p>SAN ANTONIO (AP) — Whether it's chess, a drawing contest or table tennis, San Antonio Spurs All-Star Victor Wembanyama hates to lose. A loss in Game 1 of the Western Conference semifinals to the Minnesota Timberwolves only magnified that loathing.</p><p>Wembanyama responded by setting a suffocating tone as San Antonio handed Minnesota its largest postseason loss in franchise history, beating the Timberwolves 133-95 on Wednesday night to even their series at one game apiece.</p><p>Despite posting 11 points, 15 rebounds and setting an NBA postseason record with 12 blocks, Wembanyama shouldered much of the blame for the Spurs' 104-102 loss to the Timberwolves on Monday in Game 1.</p><p>The 7-foot-4 All-Star knew he needed to do more, especially offensively.</p><p>Was there some anger and frustration and a desire to get back on the court for Game 2? Absolutely.</p><p>“There always is,” Wembanyama said. “In the playoffs, magnify that.”</p><p>What resulted was what Minnesota coach Chris Finch said was a punking before a raucous sellout crowd.</p><p>The Timberwolves were held to 35 points in the first half while shooting 7 for 24 from the field and 2 for 15 on 3-pointers.</p><p>Minnesota closed the game shooting 40% from the field, 30% on 3-pointers while committing 22 turnovers. San Antonio had a 58-36 scoring advantage in the paint, a 55-43 rebounding advantage and had nine blocked shots compared to two for Minnesota.</p><p>“We got beat in every way possible, it’s as simple as that,” Timberwolves forward Julius Randle said. “There’s not really much to say from this game. They outhustled us, out-physicaled us, executed, played better defensively, more energy. They just beat us in every way in this game. We’ve got to come back in the next game and be better.”</p><p>Game 3 is Friday in Minneapolis followed by Game 4 on Sunday at the Target Center.</p><p>The Spurs and Timberwolves went deep into their benches Wednesday with 10 minutes remaining in the game with only the margin of defeat undecided.</p><p>San Antonio's 38-point victory toppled Minnesota’s previous largest postseason defeat of 30 points to the Los Angeles Lakers on April 29, 2003.</p><p>“I know this team’s capable of doing all of this,” Wembanyama said. “To be honest, I’m expecting this kind of response from myself, from my teammates. So, I’m not surprised by any means and I’m just going to keep working so we approach more games like we did tonight.”</p><p>After blowing a nine-point lead in the fourth quarter Monday, Wembanyama and De'Aaron Fox both took accountability for the two-point loss.</p><p>Wembanyama andFox combined for only 21 points in Game 1. The All-Star duo was a combined 0 for 12 on 3-pointers with Wembanyama missing eight.</p><p>“They acknowledged it, them being the leaders on our team,” Spurs guard Stephon Castle said. “Coming out of Game 1, I mean, it’s going to happen. You're going to have bad shooting nights, but I mean, we have nothing but confidence in those two. So, I expect them to play well the rest of the series like they did tonight.”</p><p>Wembanyama set the tone early in Game 2, scoring seven points on 3-for-4 shooting.</p><p>The Spurs missed their first three shots, but Wembanyama followed the third attempt by flying through the lane and throwing down a right-handed dunk to open the scoring.</p><p>Wembanyama had 14 points and nine rebounds in the first half while leading a defensive effort that limited Minnesota to 35 points, the fewest points by a San Antonio opponent in the first half of a playoff game since Memphis had 31 in 2013.</p><p>“I just think we respond well to adversity,” Castle said. “I think we’ve done that all year. I mean, I don’t think we were too shell shocked coming out of Game 1. I think we knew why we lost Game 1 and we addressed it right away. And I feel like that’s what carried us through tonight.”</p><p>___</p><p>AP NBA: https://apnews.com/hub/NBA</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/NIUV2OU4L5VRY4ZQC6BPWN3BTQ.jpg?auth=e0521a2f838100ec15e0134737aaeafc7ab1d99156ab1b6bfd763e526f6a79ae&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[San Antonio Spurs forward Julian Champagnie, right, is blocked by San Antonio Spurs forward Victor Wembanyama, left, as he drives to the basket during the second half in Game 2 of a second-round NBA playoffs basketball series in San Antonio, Wednesday, May 6, 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/EMLGUXVQMRV7Q4SE6WZLJQK7FI.jpg?auth=85a2144692d26c4690b147cd317abaad4c618e7bacc466833d927d8314851a8c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[San Antonio Spurs forward Victor Wembanyama, right, and forward Keldon Johnson, second from right, reacts to a play with teammates during the second half in Game 2 of a second-round NBA playoffs basketball series against the Minnesota Timberwolves in San Antonio, Wednesday, May 6, 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/BSECNCIJ7E3LMODZ6X6XURFW7A.jpg?auth=fe3e57e29013b37d02e74bf03830a45b777d15b588e2687e4b462108563296d7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Minnesota Timberwolves forward Julius Randle (30), guard Bones Hyland (8), guard Anthony Edwards (5) and center Naz Reid (11) watch from the bench during the second half in Game 2 of a second-round NBA playoffs basketball series against the San Antonio Spurs in San Antonio, Wednesday, May 6, 2026. (AP Photo/Eric Gay)]]></media:description><media:credit role="author" scheme="urn:ebu">Eric Gay</media:credit></media:content></item><item><title><![CDATA[China signals again that Taiwan is a priority ahead of Trump-Xi meeting]]></title><link>https://www.local10.com/news/world/2026/05/07/china-says-ties-with-us-remain-stable-ahead-of-trump-visit-despite-disruptions/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/05/07/china-says-ties-with-us-remain-stable-ahead-of-trump-visit-despite-disruptions/</guid><dc:creator><![CDATA[By E. EDUARDO CASTILLO and HUIZHONG WU, Associated Press]]></dc:creator><description></description><pubDate>Thu, 07 May 2026 11:21:53 +0000</pubDate><content:encoded><![CDATA[<p>BEIJING (AP) — China again signaled that Taiwan would be a priority topic ahead of a highly anticipated summit between U.S. President Donald Trump and Chinese President Xi Jinping next week, saying that U.S. must adhere to the “one China principle” for a stable relationship with Beijing.</p><p>Last week, China’s top diplomat Wang Yi said he hopes the U.S. would make the “right choices” relating to the self-ruled island when he spoke with U.S. Secretary of State Marco Rubio.</p><p>China claims Taiwan as its own territory and has not excluded the use of force to take it. Beijing has been ramping up its military pressure by sending warplanes and naval vessels around the island almost daily.</p><p>“The Taiwan question is at the core of China’s core interests and the bedrock of the political foundation of China-U.S. relations,” said Foreign Ministry spokesman Lin Jian Thursday.</p><p>“Abiding by the One China principle and the three China-US joint communiqués and honoring the commitments made by U.S administrations on the Taiwan question, is the due international obligation of the United States and the prerequisite for a steady, sound, and sustainable China-U.S. relationship," he added.</p><p>Such strong language so close in time to the two leaders' meeting is rare for Beijing, said Arthur Zhin-Sheng Wang, a defense expert at Taiwan’s Central Police University. The new language also explicitly links U.S. diplomatic actions on Taiwan to Washington's relationship with China.</p><p>China and Taiwan split after a civil war in 1949. The U.S. is the island's largest unofficial ally and also sells weapons to Taiwan as part of a law which requires it to ensure Taiwan can defend itself. Those weapons sales and diplomatic support is a primary source of tension between China and the U.S.</p><p>Separately, China's top diplomat Wang said Thursday in a meeting with visiting American senators that ties with both sides have managed to keep things stable amid disruptions.</p><p>During a meeting with members of a U.S. bipartisan congressional delegation, led by Sen. Steve Daines, Chinese Foreign Minister Wang Yi credited Presidents Xi Jinping and Trump for “helping steer the direction of bilateral relations at critical moments.”</p><p>“Over the past year, China-U.S. relations have gone through many twists and disruptions, but we have still managed to maintain overall stability," Wang said.</p><p>Daines, a member of the Senate Foreign Relations Committee and a strong supporter of Trump, agreed and said that both countries should look for stability.</p><p>“I strongly believe that we want to de-escalate, not decouple. We want stability, we want mutual respect,” he said.</p><p>Daines hinted at one possible outcome to the two leaders' meeting next week, saying, "perhaps we could see some more Boeing airplanes purchased, which I know would be something we would like to see."</p><p>The senator also recognized China's efforts to help reduce tensions in the Middle East and reopen the Strait of Hormuz. He said that Wang's meeting on Wednesday with the Iranian Foreign Minister Abbas Araghchi was proof of China's engagement.</p><p>Ahead of Trump's visit to China, scheduled for May 14-15, the U.S. government has been pressing Beijing to use its influence with Iran to reopen the Strait of Hormuz, where 20% of the world’s oil normally flows.</p><p>It was Daines' second trip to China since Trump took office last year. He previously visited in March 2025, when the two countries were locked in frictions over trade tariffs and efforts to combat illegal fentanyl trade.</p><p>—-</p><p>Wu reported from Bangkok.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/QRQV6JCWNYKFD7IP3HBFJMAL3E.jpg?auth=ad4bc324a29bcecec5bcebfe1262cdcbebba8059b18da3bbd00773c168c3e34c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[U.S. Senator Steve Daines, left, is greeted by Chinese Foreign Minister Wang Yi during a U.S. congressional delegation visit at the Great Hall of the People, in Beijing, Thursday, May 7, 2026. (AP Photo/Andy Wong, Pool)]]></media:description><media:credit role="author" scheme="urn:ebu">Andy Wong</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/2SQXW5GUOBFUABHO6ABY36PRCE.jpg?auth=9c927a4e60fcea3d8b60c355d9b3ebb7b119acc20dd3f5b817aab5623a6ef062&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Chinese Foreign Minister Wang Yi, second left, speaks to U.S. Senator Steve Daines and congressional delegation during a bilateral meeting at the Great Hall of the People, in Beijing, Thursday, May 7, 2026. (AP Photo/Andy Wong, Pool)]]></media:description><media:credit role="author" scheme="urn:ebu">Andy Wong</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/33IEMUBBS4ZIN3OQP54PE5LCAE.jpg?auth=e8f151aa46eb7baad2b0ec86943007006fe4bacc1d05b107d88a8755d60bcd51&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[U.S. Senator Steve Daines walks with his congressional delegation as they arrive to the Great Hall of the People to meet with Chinese Foreign Minister Wang Yi, in Beijing, Thursday, May 7, 2026. (AP Photo/Andy Wong, Pool)]]></media:description><media:credit role="author" scheme="urn:ebu">Andy Wong</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ZIA53B6QVDJXREOU2WR3JDHBGI.jpg?auth=815654fbfc9c3034ace799ae71acdade964197e48eafd2a15545939ffe3a591a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[U.S. Senator Steve Daines, left, speaks next to his congressional delegation during a bilateral meeting with Chinese Foreign Minister Wang Yi at the Great Hall of the People, in Beijing, Thursday, May 7, 2026. (AP Photo/Andy Wong, Pool)]]></media:description><media:credit role="author" scheme="urn:ebu">Andy Wong</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ZE3NMCE6L3HDQTT5HZUB6ITZ7M.jpg?auth=faaf7797d0f17e5064cf197b0d93214123ca7e864056573ce21d54aabd756291&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Chinese Foreign Minister Wang Yi, center, gestures next to U.S. Senator Steve Daines, center right, and U.S. Ambassador David Perdue, center left, after a group photo session with U.S. congressional delegation and Chinese delegation at the Great Hall of the People, in Beijing, Thursday, May 7, 2026. (AP Photo/Andy Wong, Pool)]]></media:description><media:credit role="author" scheme="urn:ebu">Andy Wong</media:credit></media:content></item><item><title><![CDATA[Pakistan warns of strong response to any attack on anniversary of clash with India]]></title><link>https://www.local10.com/news/2026/05/07/pakistan-warns-of-strong-response-to-any-attack-on-anniversary-of-clash-with-india/</link><guid isPermaLink="true">https://www.local10.com/news/2026/05/07/pakistan-warns-of-strong-response-to-any-attack-on-anniversary-of-clash-with-india/</guid><dc:creator><![CDATA[By MUNIR AHMED, Associated Press]]></dc:creator><description></description><pubDate>Thu, 07 May 2026 06:04:14 +0000</pubDate><content:encoded><![CDATA[<p>ISLAMABAD (AP) — Pakistan’s military warned Thursday it would respond strongly against any attack as it marked the anniversary of last year’s four-day conflict with neighboring India that brought the nuclear-armed rivals to the brink of war before a U.S.-brokered ceasefire halted the fighting.</p><p>The military said that any “hostile design” against Pakistan would be countered with “greater strength, precision and resolve” than what India witnessed during the May 2025 conflict, which Islamabad named “Marka-e-Haq,” or “Battle of Truth.”</p><p>Pakistan and India had exchanged tit-for-tat strikes following an attack by gunmen in the Indian-controlled part of the disputed Himalayan region of Kashmir that killed 26 people, most of them Hindu tourists. India blamed Pakistan-backed militants for the massacre, an allegation Islamabad denied while calling for an independent investigation.</p><p>India launched strikes inside Pakistan on May 7, triggering retaliatory attacks by Pakistan that included drone incursions, missile strikes and artillery fire. Dozens of people were killed on both sides before a ceasefire was reached on May 10 following U.S. mediation.</p><p>Pakistan at the time claimed it shot down at least seven Indian military aircraft, including a French-made Rafale fighter jet. India acknowledged suffering some losses but did not provide details.</p><p>U.S. President Donald Trump has repeatedly took the credit for helping avert a wider war.</p><p>Pakistan and India have long had strained relations and have fought two of their three wars over Kashmir, which is claimed by both in its entirety.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/TOMGXV7K4SVNUQXODJGBZATM4A.jpg?auth=c5a45d3a1475fe5e0de46e21c91a1ea16b6e4653550f01fbdfe18ac67c1c3d5d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This is a locator map for Pakistan with its capital, Islamabad, and the Kashmir region. (AP Photo)]]></media:description></media:content></item><item><title><![CDATA[Más allá de ser un magnate de los medios, Ted Turner deja un legado de conservación]]></title><link>https://www.local10.com/espanol/2026/05/07/mas-alla-de-ser-un-magnate-de-los-medios-ted-turner-deja-un-legado-de-conservacion/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/05/07/mas-alla-de-ser-un-magnate-de-los-medios-ted-turner-deja-un-legado-de-conservacion/</guid><dc:creator><![CDATA[Por SUSAN MONTOYA BRYAN y R.J. RICO, Associated Press]]></dc:creator><description></description><pubDate>Thu, 07 May 2026 06:01:09 +0000</pubDate><content:encoded><![CDATA[<p>ALBUQUERQUE, Nuevo México, EE.UU. (AP) — Ted Turner amaba la tierra, y la amaba en abundancia: como uno de los mayores propietarios privados de tierras en Estados Unidos, impulsó labores de conservación en unos 8.094 kilómetros cuadrados (3.125 millas cuadradas) de ranchos en varios estados, con el objetivo de dejarlos en mejores condiciones para las generaciones futuras.</p><p>Al considerar la conservación como algo esencial para la supervivencia humana, Turner veía la restauración de hábitats, la gestión responsable y el trabajo con especies en peligro como formas de abordar el cambio climático, la pérdida de biodiversidad y el agotamiento de recursos.</p><p>“Quiero inspirar a la gente a preocuparse por el medio ambiente", afirmó en una entrevista de 2016 con una publicación de viajes. "Cuando nos conectamos con la naturaleza, nos sanamos a nosotros mismos. Cuando protegemos la naturaleza, sanamos el planeta”.</p><p>La muerte del magnate de los medios el miércoles deja un legado de conservación que abarcó décadas, desde que compró su primer bisonte hace medio siglo hasta las labores actuales de restauración a gran escala y reintroducción de especies. Sus ranchos en Nuevo México, Montana, Nebraska y otros lugares se han convertido en laboratorios vivientes. Sus “estancias” en la Patagonia son modelos de ecoturismo.</p><p>Y, según Turner Enterprises, que administra sus tierras además de otros intereses empresariales e inversiones, Turner se aseguró de que sus propiedades siguieran protegidas frente al desarrollo inmobiliario.</p><p>De la recreación a la restauración</p><p>Turner compró su primer bisonte en 1976, cumpliendo un sueño de la infancia.</p><p>“Cuando era un niño, de unos 10 años, leí la revista National Geographic y tenía un artículo sobre bisontes, y decía lo cerca que estuvieron de extinguirse. Entonces decidí que, si podía, haría lo que estuviera a mi alcance para ayudar a que los bisontes regresaran”, recordó en el programa de la cadena CNN de 2019, “Ted Turner: Captain Planet".</p><p>Pero, añadió, “primero tuve que ganar mucho dinero. Porque los ranchos no son baratos”.</p><p>Turner compró su primer rancho en 1987. No mucho después, adquirió el Flying D Ranch cerca de Bozeman, Montana, que ahora es uno de los mayores y más destacados ejemplos de “renaturalización”.</p><p>Al principio utilizó sus propiedades para la caza y la pesca antes de trabajar en la restauración de hábitats y la reintroducción de especies nativas. El Flying D, por ejemplo, había sufrido sobrepastoreo, así que sustituyó las operaciones tradicionales de ganado vacuno por una manada de bisontes para restaurar el ecosistema nativo.</p><p>En Vermejo Park Ranch, comprado a mediados de la década de 1990 a Pennzoil y con una extensión de más de 2.253 kms cuadrados (870 millas cuadradas) cerca de la frontera entre Nuevo México y Colorado, el equipo de Turner ha trabajado para restaurar laderas y valles degradados por el sobrepastoreo, la minería y la tala indiscriminada. También alberga una manada de lo que los administradores del rancho describen como bisontes salvajes genéticamente puros.</p><p>En total, Turner fue dueño de 13 ranchos en seis estados. En algunos de ellos, Ted Turner Reserves y Turner Enterprises han entrelazado programas que generan ingresos —como la cría de bisontes, las actividades recreativas y el turismo— con la ecología.</p><p>“Quería que una parte de Estados Unidos siguiera preservada y, de algún modo, protegida como era en la época en que los indígenas americanos recorrían esas tierras", comentó el miércoles Tom Johnson, expresidente de CNN. "En esta era de desarrollo y comercialización y mala ordenación del territorio, limpió los arroyos y trajo de vuelta a los lobos grises y al perrito de la pradera. Quiero decir, realmente le importaba la naturaleza y estaba viendo lo que estaba pasando”.</p><p>Jennifer Morris, directora ejecutiva de The Nature Conservancy, señaló el miércoles que Turner no solo creía en proteger la naturaleza sino que actuó en consecuencia y lo hizo a gran escala.</p><p>“Invirtió en tierras, restauró ecosistemas y mostró lo que es posible cuando se combina la visión con un compromiso real", explicó en un comunicado. "Su trabajo ayudó a redefinir la conservación, demostrando que las tierras privadas y el capital privado pueden ser fuerzas poderosas para el bien público”.</p><p>No exento de polémica</p><p>Turner compró sus ranchos en Argentina durante una ola de privatizaciones en las décadas de 1990 y 2000, cuando extranjeros adinerados adquirieron enormes extensiones de terreno. Esto, en ocasiones, despertó sentimientos nacionalistas y preocupaciones por la explotación de recursos y el acceso público a ríos y lagos. La fama de Turner lo convirtió en un blanco para las críticas, pero al final recibió menos a medida que se enfocó en el ecoturismo de bajo impacto y la conservación.</p><p>En el oeste de Estados Unidos, no todos los ganaderos estaban satisfechos cuando Turner cambió las prácticas de gestión de las tierras en sus ranchos, incluyendo la sustitución del ganado vacuno por bisontes.</p><p>Su apoyo a los lobos, incluido un programa de cría de lobo mexicano en el Ladder Ranch en Nuevo México, provocó la ira de organizaciones ganaderas que alertaban sobre que estos animales salvajes mataban al ganado.</p><p>Y, para disgusto de algunos ganaderos, Turner crió la mayor manada de bisontes del mundo, ampliando la genética de la especie e impulsando los mercados de su carne al abastecer de hamburguesas y filetes a cerca de tres docenas de locales de Ted’s Montana Grill en 14 estados.</p><p>“Al convertirlo en un producto, al hacer un negocio de ello, hizo que la gente se metiera en el negocio de la cría de bisontes, lo que amplió de manera drástica el acervo genético y ha hecho que la manada de bisontes sea extremadamente saludable”, señaló el miércoles el restaurador George McKerrow, cofundador de Ted’s Montana Grill.</p><p>De bisontes a aves</p><p>En entrevistas, Turner describió su papel como el de un cuidador, no un propietario, y subrayó que los negocios y la conservación podían alinearse mediante el “ecocapitalismo”, un concepto que popularizó.</p><p>Lo que comenzó con las pezuñas de los bisontes ayudando a restaurar el pasto de la pradera continúa a través del Turner Endangered Species Fund, que da un impulso a la tortuga de Bolson —la tortuga más grande y rara de Norteamérica— mediante un programa de cría en cautividad en el Armendaris Ranch, en Nuevo México.</p><p>En Vermejo y en el Bad River Ranch, en Dakota del Sur, el equipo de Turner colabora con científicos estatales y federales para recuperar al hurón de patas negras, uno de los mamíferos más raros del planeta, con una población silvestre estimada de menos de 300 ejemplares.</p><p>Desde halcones aplomados y borregos cimarrones del desierto hasta murciélagos y mariposas monarca, todo le importaba a Turner. Su filosofía giraba en torno a la interconexión de todos los seres vivos y la idea de que ninguna especie debería ser descartada. Era tan sencilla que quedó inmortalizada en una pegatina para parachoques.</p><p>“Salven todo”.</p><p>___</p><p>Rico informó desde Atlanta.</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/H32ZWKWFPPZXKFQHRA52AYPDJM.jpg?auth=9c314e4450f38b8b60ffdfcf6fcdba2c159ffec25572d80bdcf60d7fe0afb279&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[ARCHIVO - Ted Turner posa cerca de su manada de bisontes en septiembre de 1991 en su rancho Flying D, cerca de Bozeman, Montana. (Linda Best/Bozeman Daily Chronicle via AP, archivo)]]></media:description><media:credit role="author" scheme="urn:ebu">Linda Best</media:credit></media:content></item><item><title><![CDATA[British voters cast ballots in local elections seen as a verdict on Keir Starmer's leadership]]></title><link>https://www.local10.com/news/world/2026/05/07/british-voters-cast-ballots-in-local-elections-seen-as-a-verdict-on-keir-starmers-leadership/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/05/07/british-voters-cast-ballots-in-local-elections-seen-as-a-verdict-on-keir-starmers-leadership/</guid><dc:creator><![CDATA[By JILL LAWLESS, Associated Press]]></dc:creator><description></description><pubDate>Thu, 07 May 2026 11:03:03 +0000</pubDate><content:encoded><![CDATA[<p>LONDON (AP) — British voters cast ballots Thursday in local and regional elections that could shake up the country's politics and deliver a heavy blow to embattled Prime Minister Keir Starmer.</p><p>Starmer’s center-left Labour Party is bracing for big losses in polls that will choose about 5,000 local councilors and a handful of mayors across England, as well as semiautonomous parliaments in Scotland and Wales. They are the biggest set of elections since Labour swept to power in a landslide in July 2024, and Starmer’s opponents have painted them as a midterm referendum on the prime minister.</p><p>Polls opened at 7 a.m. and will close at 10 p.m. (2100 GMT). Some local authorities will count ballots overnight, but the bulk of the results are likely to be declared on Friday afternoon.</p><p>A rout could trigger moves by restive Labour lawmakers to oust a leader who led them to power less than two years ago. Even if Starmer survives for now, many analysts doubt he will lead the party into the next national election, which must be held by 2029.</p><p>Starmer’s popularity has plunged after repeated missteps since he became prime minister in July 2024. His government has struggled to deliver promised economic growth, repair tattered public services and ease the cost of living — tasks made harder by the U.S.-Israeli war with Iran, which has choked off oil shipments through the Strait of Hormuz.</p><p>The prime minister has been further hurt by his disastrous decision to appoint Peter Mandelson, a scandal-tarnished friend of Jeffrey Epstein, as Britain’s ambassador to Washington.</p><p>Labour is defending about 2,500 seats on English local councils, and party members are apprehensive it may lose many of them.</p><p>Starmer already survived a crisis in February, when some Labour lawmakers, including the party’s leader in Scotland, urged him to quit over the Mandelson appointment.</p><p>He has vowed to serve out his five-year term, but a bad result could spark a challenge from a high-profile rival such as Health Secretary Wes Streeting, former Deputy Prime Minister Angela Rayner or Greater Manchester Mayor Andy Burnham. Alternately, Starmer could face pressure from the party to set a timetable for his departure after an orderly leadership contest.</p><p>Hard-right Reform UK expected to win big</p><p>Luke Tryl of pollster More in Common said the local elections are likely to see “the total collapse of the traditional two-party system” that was dominated for decades by the Labour and Conservative parties.</p><p>The big winner is expected to be hard-right party Reform UK, led by Nigel Farage, which is aiming for working-class, former Labour strongholds in England’s north and on London’s outer edges with its anti-establishment, anti-immigration message. The Green Party is also likely to gain hundreds of council seats in urban centers and university towns.</p><p>The main opposition Conservative Party is also expected to lose ground, with the centrist Liberal Democrats making some gains.</p><p>Starmer didn’t even mention the Conservatives in his final preelection message, framing it as a choice between “progress and a better future” under Labour and “the anger and division offered up by Reform or empty promises from the Greens.”</p><p>Farage said on the eve of the election that a strong result for Reform would mean Starmer is “gone by the middle of summer.”</p><p>Both Reform UK and the Greens have grown rapidly in the last year or two, and are facing increased scrutiny as a result. Farage is facing questions over a 5 million pound ($6.8 million) donation from a cryptocurrency billionaire that he accepted in 2024, but did not declare. He says it was a personal gift.</p><p>The environmentalist Greens, who have stressed their pro-Palestinian credentials under self-described “eco populist” leader Zack Polanski, have fired several candidates for antisemitic social media posts.</p><p>Reform also is eyeing breakthroughs in Scotland and Wales, though pro-independence nationalists the Scottish National Party and Plaid Cymru are likely to form governments in Edinburgh and Cardiff.</p><p>“Labour’s going to lose to Reform in some places, Greens in others, and here and there they’ll lose one or two seats to the Liberal Democrats and the Conservatives as well,” said Tony Travers, a professor of government at the London School of Economics. “They’re fighting on four fronts in England — five in Wales and Scotland.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/VOGZZHNV35WREFPE24TSRI333Q.jpg?auth=81f8ce084809b4e92d493bb66c6ea372db3f5a382369b8f5a229deba8e0912f8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Britain's Prime Minister Keir Starmer and wife Victoria arrive at a polling station in central London, Thursday, May 7, 2026 to cast their votes in the local elections.(AP Photo/Kirsty Wigglesworth)]]></media:description><media:credit role="author" scheme="urn:ebu">Kirsty Wigglesworth</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/JRRZ27KZHONTKL77C7HON4P2S4.jpg?auth=bd61bef7bd49a5f060ba5d8cc43ffeef8e5bb1ed7131d2ee1923010def42c415&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Britain's Prime Minister Keir Starmer and wife Victoria arrive at a polling station in central London, Thursday, May 7, 2026 to cast their votes in the local elections.(AP Photo/Kirsty Wigglesworth)]]></media:description><media:credit role="author" scheme="urn:ebu">Kirsty Wigglesworth</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NFU3NYD4UAX723A44XEXIJTVHA.jpg?auth=a6d5e84c718a876123f18b946fd16c9e0ec1e6666ca0a2b142e821c5b93a019b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Britain's Reform Party leader Nigel Farage shows his socks as he arrives at a polling station in Walton on the Naze, England, Thursday, May 7, 2026 to cast his vote in the local elections.(AP Photo/Richard Pelham)]]></media:description><media:credit role="author" scheme="urn:ebu">Richard Pelham</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6P5IVIGMCEKJTWYULSDN5D7MGM.jpg?auth=7c514a06b09fce8cbcf0119987d11212934c1994f055338992c7af1313d032c3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Flaeda the poodle, named after the eldest daughter of Alfred the Great, poses for a picture outside a polling station in London, Thursday, May 7, 2026 as she waits for her owner during the UK 2026 local elections.(AP Photo/Kirsty Wigglesworth)]]></media:description><media:credit role="author" scheme="urn:ebu">Kirsty Wigglesworth</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6IO4KK5QQGMFH6CPCD4P7YER3M.jpg?auth=73f942f825d741f4720b355a976a3e7b78459ce37f5aecc1bb4c094d154158c6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A dog jumps outside a polling station in London, Thursday, May 7, 2026 as it waits for the owner during the UK 2026 local elections.(AP Photo/Kirsty Wigglesworth)]]></media:description><media:credit role="author" scheme="urn:ebu">Kirsty Wigglesworth</media:credit></media:content></item><item><title><![CDATA[Vatican and State Department stress solid ties after Rubio's fence-mending visit over Trump attacks]]></title><link>https://www.local10.com/news/world/2026/05/07/the-vatican-says-the-pope-and-rubio-discussed-the-need-to-work-for-peace/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/05/07/the-vatican-says-the-pope-and-rubio-discussed-the-need-to-work-for-peace/</guid><dc:creator><![CDATA[By NICOLE WINFIELD and MATTHEW LEE, Associated Press]]></dc:creator><description></description><pubDate>Thu, 07 May 2026 15:07:16 +0000</pubDate><content:encoded><![CDATA[<p>VATICAN CITY (AP) — The Vatican raised the “need to work tirelessly in favor of peace” in talks Thursday with U.S. Secretary of State Marco Rubio, who came to Rome on a fence-mending visit after President Donald Trump’s criticisms of Pope Leo XIV over the Iran war.</p><p>Both the Vatican and the U.S. State Department stressed that Rubio’s meetings with Leo and the Vatican’s top diplomat underscored strong bilateral ties. Those relations, though, have been strained over Trump’s repeated broadsides about Leo’s calls for peace and dialogue to end the U.S.-Israeli war.</p><p>Rubio, a practicing Catholic, has often been called on to tone down or explain Trump’s harsh rhetoric. He had an audience first with Leo, which was complicated at the last minute by Trump’s latest criticism of the Chicago-born pope. During a 2½-hour visit, Rubio then met with the Vatican secretary of state, Cardinal Pietro Parolin, who on the eve of his visit had strongly defended Leo and criticized Trump’s attacks.</p><p>“Attacking him like that or criticizing what he does seems a bit strange to me, to say the least,” Parolin said Wednesday.</p><p>After the meetings, the U.S. State Department said that Rubio and Parolin discussed “ongoing humanitarian efforts in the Western Hemisphere and efforts to achieve a durable peace in the Middle East. The discussion reflected the enduring partnership between the United States and the Holy See in advancing religious freedom.”</p><p>In a separate statement about the audience with Leo, U.S. State Department spokesperson Tommy Pigott said that the two discussed the situation in the Middle East and the Western Hemisphere. “The meeting underscored the strong relationship between the United States and the Holy See and their shared commitment to promoting peace and human dignity,” he said.</p><p>The Vatican, for its part, said that during Rubio’s meetings with both Leo and Parolin, “the shared commitment to fostering good bilateral relations between the Holy See and the United States of America was reaffirmed.”</p><p>It said the two sides exchanged views on the current events “with particular attention to countries marked by war, political tensions, and difficult humanitarian situations, as well as on the need to work tirelessly in favor of peace.”</p><p>Rubio also has meetings Friday with Italian Premier Giorgia Meloni and Foreign Minister Antonio Tajani. Those meetings might not be much easier for Washington’s top diplomat, given both have strongly defended Leo against Trump’s attacks and have criticized the Iran war as illegal — drawing the president’s ire.</p><p>A mission to smooth ties</p><p>The tensions began when Trump lashed out at Leo on social media last month, saying the pope was soft on crime and terrorism for comments about the administration’s immigration policies and deportations as well as the Iran war. Leo then said that God doesn’t listen to the prayers of those who wage war.</p><p>Later, Trump posted a social media image appearing to liken himself to Jesus Christ, which was deleted after a backlash. He has refused to apologize to Leo and has sought to explain away the post by saying that he thought the image was a representation of him as a doctor.</p><p>Rubio said that Trump’s recent criticisms of Leo were rooted in his opposition to Iran potentially obtaining a nuclear weapon, which he said could be used against millions of Catholics and other Christians.</p><p>Leo has never said Iran should obtain nuclear weapons and that the Catholic Church “for years has spoken out against all nuclear weapons, so there is no doubt there.”</p><p>“The mission of the church is to preach the Gospel, to preach peace. If someone wants to criticize me for announcing the Gospel, let him do it with the truth,” Leo said late Tuesday, after Trump again accused him of being “OK” with Iran having a nuclear weapon.</p><p>By Thursday, tensions seemed to have eased.</p><p>Rubio gave Leo a small crystal football paperweight. He acknowledged Leo’s known allegiance to the Chicago White Sox, saying “you’re a baseball guy,” but noted that the football had the seal of the State Department on it.</p><p>“What to get someone who has everything?” Rubio joked as he gave Leo the paperweight.</p><p>Leo, for his part, gave Rubio a pen apparently made of olive wood — “olive being of course the plant of peace,” Leo said — with his coat of arms on it and a picture book of Vatican artworks.</p><p>Trump also has criticized Meloni and other NATO allies for a lack of support for the Iran war, recently announcing plans to withdraw thousands of American troops from Germany in the coming months.</p><p>Vatican seen as willing to have dialogue</p><p>Giampiero Gramaglia, former head of the ANSA news agency and its onetime Washington correspondent, said that he didn’t expect much to come out of Rubio's visit for Italian or Vatican relations. He, and other Italian commentators, believe Rubio instead was looking to smooth over relations with the pope for his own political ambitions, as well as the upcoming midterm U.S. congressional elections and 2028 presidential race.</p><p>“I doubt Rubio has the role of conciliator for Trump,” he told Italy's Foreign Press Association. “I have the perception that Rubio’s mission is more about himself” and his political ambitions as a prominent Catholic Republican.</p><p>The Rev. Antonio Spadaro, undersecretary in the Vatican’s culture office, said that Rubio’s mission wasn’t to “convert” the pope to Trump’s side. Rather, Washington “has come to acknowledge — implicitly but legibly — that (Leo’s) voice carries weight in the world that cannot simply be dismissed.”</p><p>“The situation created by President Trump’s remarks required a high-level, direct intervention, conducted in the proper language of diplomacy: a semantic corrective to a narrative of frontal conflict with the church,” he wrote in an essay this week.</p><p>Cuba is also on the agenda</p><p>Rubio said that topics other than the Iran war were on the agenda for the Vatican visit, including Cuba. The Holy See is particularly concerned about the Trump administration’s threats of potential military action there following its January ouster of Venezuelan President Nicolás Maduro.</p><p>Trump has said frequently that Cuba could be “next,” and even suggested that once the Iran war is over, naval assets deployed in the Middle East could return to the United States by way of Cuba.</p><p>Rubio is the son of Cuban immigrants and a longtime Cuba hawk.</p><p>“We gave Cuba $6 million of humanitarian aid, but obviously they won’t let us distribute it," Rubio said. “We distributed it through the church. We’d like to do more.”</p><p>___</p><p>Matthew Lee, the AP's diplomatic writer, reported from Washington.</p><p>___</p><p>Associated Press religion coverage receives support through the AP’s collaboration with The Conversation US, with funding from Lilly Endowment Inc. The AP is solely responsible for this content.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/BSA2YPGAUVGFTJEH6JNOJUY73Y.jpg?auth=149bfaf1b7cc9b7bba966d3d2f267a78087ee5596872e081ff722886e750c140&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this handout photo provided by Vatican Media Pope Leo XIV exchanges gifts with U.S. Secretary of State Marco Rubio, right, as they meet in the pope's private library at the Vatican, Thursday, May 7, 2026. (Vatican Media via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/TSATKYLO4TPJLMNQEDHJL2H64E.jpg?auth=fc4138bb53fc3fbc1b684480b7d6f38c43f494ea0f6759a6847767df31250768&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[US Secretary of State Marco Rubio leaves the St. Damasus courtyard after meeting with Pope Leo XIV and Vatican Secretary of State Pietro Parolin the Vatican, Thursday, May 7, 2026. (AP Photo/Andrew Medichini, Pool)]]></media:description><media:credit role="author" scheme="urn:ebu">Andrew Medichini</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/SUBFGO35HDXS7V4JR66OZ3PAOI.jpg?auth=c13ad17c693230d28e0b005d930615166c3ed7c2a421b82b1fdb5e0cbea561b2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[US Secretary of State Marco Rubio leaves the St. Damasus courtyard after meeting with Pope Leo XIV and Vatican Secretary of State Pietro Parolin the Vatican, Thursday, May 7, 2026. (AP Photo/Andrew Medichini, Pool)]]></media:description><media:credit role="author" scheme="urn:ebu">Andrew Medichini</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/Q6MRLYUR5AGBXBJJ4VYRLMYD2E.jpg?auth=870d5b081842a37fae2fbad78ac497346eaf7fdacbf2045c5462cf995a290936&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[US Secretary of State Marco Rubio is greeted by Archbishop Petar Rajič, the new Prefect of the Papal Householdas as he arrives at the St. Damasus courtyard to meet with Pope Leo XIV and Vatican Secretary of State Pietro Parolin the Vatican, Thursday, May 7, 2026. (AP Photo/Andrew Medichini, Pool)]]></media:description><media:credit role="author" scheme="urn:ebu">Andrew Medichini</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/X6XSA4MJJI2XH7EI26DFU6SUG4.jpg?auth=85494adfea7debd2ae5c494a727e29079582f6389d10065eae2ae9af0b726853&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[US Secretary of State Marco Rubio is greeted by a Vatican official as he arrives at the St. Damasus courtyard to meet with Pope Leo XIV and Vatican Secretary of State Pietro Parolin the Vatican, Thursday, May 7, 2026. (AP Photo/Andrew Medichini, Pool)]]></media:description><media:credit role="author" scheme="urn:ebu">Andrew Medichini</media:credit></media:content></item><item><title><![CDATA[In Gaza, some Palestinian children find respite and catharsis in breakdancing]]></title><link>https://www.local10.com/news/world/2026/05/07/in-gaza-some-palestinian-children-find-respite-and-catharsis-in-breakdancing/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/05/07/in-gaza-some-palestinian-children-find-respite-and-catharsis-in-breakdancing/</guid><dc:creator><![CDATA[By WAFAA SHURAFA, Associated Press]]></dc:creator><description></description><pubDate>Thu, 07 May 2026 05:55:06 +0000</pubDate><content:encoded><![CDATA[<p>DEIR AL-BALAH, Gaza Strip (AP) — As the music comes on in a Gaza refugee camp, a group of boys and girls start showing off their breakdancing moves, kicking and spinning with intense focus on their fast footwork. Two young girls grin at each other as they nailed a tricky part of the routine.</p><p>It’s a rare moment of respite and catharsis amid the harsh realities of life in the Gaza Strip. The children, some wearing sliders on their feet, dance next to mangled metal rods jutting out from a mound of rubble and shattered concrete. The school that trains them is in the Nuseirat refugee camp, a crowded, built-up camp in central Gaza dating back to the 1948 Arab-Israeli war.</p><p>“I come to this center because I discovered that I have a talent for breakdancing, and I also come here to release the negative energy inside me and to enjoy,” said Habiba Abu Khater, one of the children from around five to 14 years old who train at the school. She said she's been attending for four years and is happy about her progress after starting from scratch.</p><p>Instructor Fayez Saraj said the school, established in the camp in 2004, helps children build their self confidence and improve their mental health through break dance, gymnastics, and contemporary dance.</p><p>The movements "help the child with psychological release, especially from the difficult situations we experienced during the years of war," he said. “We have a significant role in … moving them from an atmosphere of depression and frustration to one of joy.”</p><p>Israel’s military offensive in Gaza has killed more than 72,600 Palestinians, according to Gaza’s Health Ministry, caused widespread destruction and displaced most of the territory’s residents.</p><p>The ministry, part of the Hamas-led government, maintains detailed casualty records that are seen as generally reliable by U.N. agencies and independent experts. It does not give a breakdown of civilians and militants.</p><p>Israel launched the offensive after Hamas-led militants killed some 1,200 people, mostly civilians, and took another 251 hostage in their attack on Oct. 7, 2023.</p><p>While the heaviest fighting has mostly subsided since a fragile ceasefire took effect on Oct. 10, deadly Israeli strikes have repeatedly disrupted the truce. Hamas and Israel have accused each other of violating the ceasefire. Palestinians in Gaza are still contending with myriad daily struggles.</p><p>—-</p><p>Associated Press writer Mariam Fam in Winter Park, Florida, contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/UEVQXWUBNFH3VJXY4NMNHAHWVQ.jpg?auth=12df1f9c29052e745d8a065b09da31edaa6f657c12fb83f8416a382bfff3fc09&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Palestinian children practice breakdancing in a dance studio in Nuseirat, central Gaza Strip, Monday, May 4, 2026. (AP Photo/Abdel Kareem Hana)]]></media:description><media:credit role="author" scheme="urn:ebu">Abdel Kareem Hana</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LT2D7PAHUMHOPL53YZV5UNJJYY.jpg?auth=f4b7b54372122b414051bd3027fab8e3cb47683f19728957e8b79d33664575c8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Palestinian children practice breakdancing in a dance studio in Nuseirat, central Gaza Strip, Monday, May 4, 2026. (AP Photo/Abdel Kareem Hana)]]></media:description><media:credit role="author" scheme="urn:ebu">Abdel Kareem Hana</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/V6VTYAOCBJ7YMFFUHCTFXEFVM4.jpg?auth=7f74060ae1e6d324fa232d4c9bbb389f68ec18ecd4b29005ea59de5813cc943a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Palestinian children practice breakdancing outside a dance studio in Nuseirat, central Gaza Strip, Monday, May 4, 2026. (AP Photo/Abdel Kareem Hana)]]></media:description><media:credit role="author" scheme="urn:ebu">Abdel Kareem Hana</media:credit></media:content></item><item><title><![CDATA[Investigators searching home connected to killer of California college student Kristin Smart]]></title><link>https://www.local10.com/news/national/2026/05/07/investigators-searching-home-connected-to-killer-of-california-college-student-kristin-smart/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/05/07/investigators-searching-home-connected-to-killer-of-california-college-student-kristin-smart/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description></description><pubDate>Thu, 07 May 2026 13:21:52 +0000</pubDate><content:encoded><![CDATA[<p>SAN LUIS OBISPO, Calif. (AP) — Authorities plan Thursday to enter the second day of their search of a home connected to the man convicted of killing 19-year-old college student Kristin Smart in 1996, according to law enforcement.</p><p>The San Luis Obispo County Sheriff's Office served the warrant Wednesday in the ongoing investigation into Smart's disappearance. Her remains were never found and she was declared legally dead in 2002. Paul Flores was convicted in October 2022 and ultimately sentenced to 25 years to life in prison.</p><p>Law enforcement searched a home in the central coast town of Arroyo Grande occupied by Flores’ mother, Susan Flores, according to public records and reporting by a podcast that has closely followed the case.</p><p>“The Sheriff’s Office remains committed to bringing Kristin home to her family,” the sheriff's statement said. “No further information is available.”</p><p>The “Your Own Backyard” podcast, which helped investigators crack the case by bringing forward additional witnesses, first reported the search and said the home belongs to Flores' mother. Attempts to reach Susan Flores for comment Wednesday were not successful.</p><p>Smart went missing from California Polytechnic State University in May 1996 after returning from an off-campus party. Prosecutors alleged she was killed during an attempted rape and that the last person she was seen with was Flores, a fellow student.</p><p>Flores and his father, Ruben Flores, were arrested in 2021.</p><p>Prosecutors alleged Smart’s remains were buried on Ruben Flores’ property and later moved. He was acquitted of accessory charges. That property is different from the one searched on Wednesday.</p><p>Paul Flores was sentenced in March 2023 to prison, where he has been physically attacked at least twice.</p><p>In 2024, a judge ruled that Paul Flores must pay just over $350,000 to Smart's family for costs they incurred after her death.</p><p>The family has said it would forgo restitution if Flores would tell them where Kristin’s body was. Flores’ attorney, Harold Mesick, said in 2024 that the defense did not know where her remains are. Flores maintains his innocence.</p><p>The county district attorney’s office said Wednesday it was helping the sheriff's office with the investigation.</p><p>“While those responsible for Kristin’s death — and those with knowledge of her whereabouts — could provide answers at any time, we remain firmly committed to using every lawful tool available to locate Kristin’s remains and to support her family until she is brought home,” District Attorney Dan Dow said in a statement.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/TT2FIYQQHRSP63AWB2JSERNRHM.jpg?auth=dc26595d377581745dee57de4a71e1c3d8dd48a8b724ebb43eafa9293bd1148a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This photo provided by San Luis Obispo County Sheriff's Office shows authorities conducting a search on Wednesday, May 6, 2026, at a home in Arroyo Grande, Calif., connected to the man convicted of killing Kristin Smart. (San Luis Obispo County Sheriff's Office via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/USI7ZEU44PRTCMATAAK4LGJBRE.jpg?auth=f97a9675888917df9567042ac8c22b00a3f358980e72204afdd5fa5dbda2b0fb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - This undated photo released by the FBI shows Kristin Smart, the California Polytechnic State University, San Luis Obispo student who disappeared in 1996. (FBI via AP, File)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/YX7CGQZK2C7CSFJSY3RD3U2NQI.jpg?auth=eacea004658e85c60a94ec4f0f97a75063fec6a7ea3e58f0565c4541ae411673&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Paul Flores listens during his murder trial in Monterey County Superior Court in Salinas, Calif., on July 18, 2022. (Daniel Dreifuss/Monterey County Weekly via AP, Pool, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Daniel Dreifuss</media:credit></media:content></item><item><title><![CDATA[Wembanyama and Spurs rebound to hand Timberwolves largest postseason defeat, 133-95, to even series]]></title><link>https://www.local10.com/sports/2026/05/07/wembanyama-and-spurs-rebound-to-hand-timberwolves-largest-postseason-defeat-133-95-to-even-series/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/05/07/wembanyama-and-spurs-rebound-to-hand-timberwolves-largest-postseason-defeat-133-95-to-even-series/</guid><dc:creator><![CDATA[By RAUL DOMINGUEZ, Associated Press]]></dc:creator><description></description><pubDate>Thu, 07 May 2026 05:49:39 +0000</pubDate><content:encoded><![CDATA[<p>SAN ANTONIO (AP) — Victor Wembanyama had 19 points and 15 rebounds, and the San Antonio Spurs handed Minnesota its worst postseason loss in franchise history, beating the Timberwolves 133-95 on Wednesday night to even their Western Conference semifinal series at one game apiece.</p><p>“I just told them we got punked,” Minnesota coach Chris Finch said.</p><p>Stephon Castle had 21 points and De'Aaron Fox added 16 points for San Antonio, which shot 50% from the field and 41% on 3-pointers. It was the highest-scoring playoff game for the Spurs since a series-clinching 145-105 win over Denver on May 4, 1983.</p><p>Anthony Edwards, Julius Randle, Jaden McDaniels and Terrence Shannon Jr. each scored 12 points for Minnesota.</p><p>Edwards came off the bench again as Minnesota continued to restrict his minutes in his second game back from a hyperextended left knee.</p><p>Games 3 and 4 are Friday and Sunday in Minneapolis.</p><p>With Wembanyama playing more aggressively on offense from the outset, the Spurs put the series-opening loss behind them quickly.</p><p>Minnesota's previous largest postseason defeat was by 30 points to the Los Angeles Lakers on April 29, 2003.</p><p>Only the margin of victory was in doubt Monday as both teams sent their starters to the bench with 10 minutes remaining and the Spurs leading 104-66.</p><p>“I told the guys after the first game it’s the natural tendency for the team that steals the first game, the away team, to get blown out in Game 2," Edwards said. “We can’t come out cool and we came out cool and what happened — we got blown out.”</p><p>After combining to score 21 points on 10-for-31 shooting in Game 1, Wembanyama and Fox combined to go 12 of 25 from the field Wednesday.</p><p>The All-Star duo scored the Spurs' first 11 points as they raced to a 29-point lead in the first half.</p><p>“Just trying to set the tone,” Wembanyama said.</p><p>Fox finished 2 for 2 on 3-pointers after missing on four attempts in Game 1.</p><p>“We’re at our best when (Fox is) in attack mode,” San Antonio coach Mitch Johnnson said. “He has probably the strongest ripple effect on our team in terms of when he’s in attack mode pushing the pace, because you have Steph (Castle) and Dylan (Harper) that follow suit with that. And then our shooters get shot in transition. Victor plays in space and so on and so forth.”</p><p>The Spurs missed their first three shots, but Wembanyama followed the third attempt by flying through the lane and throwing down a right-handed dunk to open the scoring.</p><p>Minnesota was held to 35 points in the first half. The Timberwolves shot 29.8% from the field before halftime and were 2 for 15 on 3-pointers as they fell behind by 25 points.</p><p>“I loved how everyone had everybody’s back (defensively),” Wembanyama said. “Tonight looked like a system that worked.”</p><p>___</p><p>AP NBA: https://apnews.com/hub/NBA</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/HL6SL3VFMA5OHF2H5XUJQ7T7OA.jpg?auth=62728b4c674f3e4d47a064a7a47e4133d636b2df8020105e5bdc9001a6ba908d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[San Antonio Spurs forward Victor Wembanyama (1) drives against Minnesota Timberwolves guard Anthony Edwards (5) during the first half in Game 2 of a second-round NBA playoffs basketball series in San Antonio, Wednesday, May 6, 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/SZ7H7GQVEIP54HZBUMCSO4CUQA.jpg?auth=0847a89ada54dd486569e1ed934e3a2a9e8d10aa0ca4a3c2032cd7ffb26b3271&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[San Antonio Spurs forward Victor Wembanyama (1) reacts to a play during the first half in Game 2 of a second-round NBA playoffs basketball series against the Minnesota Timberwolves in San Antonio, Wednesday, May 6, 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/2P3Q3BYNETYVNEXXFDIE5KIO7Y.jpg?auth=5d6a673b46236c9d09442ed694a88c5920f6aaa0e6e2bfae1e8a1cf33d27a288&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[San Antonio Spurs guard Stephon Castle (5) is blocked by fouled by Minnesota Timberwolves guard Mike Conley (10) and guard Terrence Shannon Jr. (1) during the first half in Game 2 of a second-round NBA playoffs basketball series in San Antonio, Wednesday, May 6, 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/IZHS327M5B6CUONKU4IJVGGHPE.jpg?auth=77c15d91a6e660a5640e6a2d6eff5191a3c9d921a1ba98a95b97ae74e5701930&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Minnesota Timberwolves forward Julius Randle (30) drives to the basket against San Antonio Spurs guard Devin Vassell (24) during the first half in Game 2 of a second-round NBA playoffs basketball series in San Antonio, Wednesday, May 6, 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/LMKQEWHWOVL2KSQB4TJ2WKTYBM.jpg?auth=182fbf6001728bb077dc6c9a23ffb3a77419317279a6c88431a64deb84031851&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[San Antonio Spurs forward Victor Wembanyama (1) reacts to a play during the first half in Game 2 of a second-round NBA playoffs basketball series against the Minnesota Timberwolves in San Antonio, Wednesday, May 6, 2026. (AP Photo/Eric Gay)]]></media:description><media:credit role="author" scheme="urn:ebu">Eric Gay</media:credit></media:content></item><item><title><![CDATA[Candidato presidencial ultraconservador advierte que no reconocerá los comicios de Perú]]></title><link>https://www.local10.com/espanol/2026/05/07/candidato-presidencial-ultraconservador-advierte-que-no-reconocera-los-comicios-de-peru/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/05/07/candidato-presidencial-ultraconservador-advierte-que-no-reconocera-los-comicios-de-peru/</guid><dc:creator><![CDATA[Por The Associated Press, Associated Press]]></dc:creator><description></description><pubDate>Thu, 07 May 2026 04:19:40 +0000</pubDate><content:encoded><![CDATA[<p>LIMA (AP) — El candidato presidencial ultraconservador Rafael López Aliaga advirtió el miércoles que no reconocerá los resultados de la primera vuelta electoral de Perú, que las autoridades planean culminar hasta el 15 de mayo, y tampoco a quien gane las elecciones del balotaje del 7 de junio, por lo que habrá “un gobierno ilegítimo”.</p><p>En un mitin nocturno junto a cientos de sus seguidores, el líder del partido Renovación Popular llamó “loca” a la candidata conservadora Keiko Fujimori, de Fuerza Popular, por permitir que “roben” las elecciones, y “Roberto Carlos” al nacionalista Roberto Sánchez, de Juntos por el Perú, del que dijo que tiene “un millón de amigos imaginarios" que le suman votos falsos en pueblos remotos de Perú.</p><p>López Aliaga alega que en Perú hubo “un fraude único en el mundo” en los comicios del 12 y 13 de abril, que habrían perjudicado su candidatura, pero no ha presentado pruebas de ello. Misiones de observadores electorales, incluida la de la Unión Europea y la organización peruana Transparencia, niegan esa posibilidad.</p><p>Sánchez y López Aliaga pugnan por su pase al balotaje del 7 de junio para disputar la presidencia con Fujimori, de acuerdo al lento conteo oficial electoral.</p><p>Según las autoridades electorales, tras contabilizarse el 98,4% de las actas de votación presidencial, Fujimori lideraba el miércoles el conteo de votos con 17,14%, seguida de Sánchez con 12,04% y López Aliaga con 11,89%.</p><p>El Tribunal Electoral condenó el viernes una protesta de simpatizantes de López Aliaga en la puerta de la casa del presidente del Tribunal, Roberto Burneo, en la que lo insultaban y pedían elecciones complementarias. Las autoridades han anunciado que no habrá dichas elecciones, una de las solicitudes de López Aliaga.</p><p>Las elecciones del 12 de abril se extendieron un día luego que más de 63.000 boletas electorales no llegaron a 211 mesas de votación en una zona de Lima, mientras que el 99,8% restante de casillas a nivel general sí abrieron. Los afectados de las 211 mesas pudieron sufragar el 13 de abril, según las autoridades.</p><p>López Aliaga advirtió que, si el 15 de mayo las autoridades “se atreven a proclamar" a los dos candidatos que disputarán la presidencia en una “segunda vuelta trucha (falsa) y corrupta”, realizará una gran marcha con sus simpatizantes de todo Perú. Antes ha indicado que, en caso de que no se anulen las elecciones, iniciará una "insurgencia".</p><p>El aspirante ultraconservador también le advirtió a Fujimori que perderá las elecciones por cuarta vez.</p><p>“Usted sabe bien que va a perder las elecciones... es la cuarta vez que va a perder”, manifestó, recordándole que fue derrotada en la segunda vuelta presidencial de los comicios de 2011, 2016 y 2021.</p><p>La misión electoral de la Unión Europea ha pedido evitar el uso de lenguaje violento en los comicios peruanos.</p><p>Fujimori dijo a periodistas desde la región amazónica de Loreto que está “en contra” de la solicitud de insurgencia de López Aliaga, quien la apoyó durante la segunda vuelta de 2021.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/VMZ4MD63N2ZKTZRKN4YSYDOLOU.jpg?auth=4d8c87805caf6a663f872d1e903768cbddc5e0d2bd4bb562358f57e6acb86951&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[El candidato presidencial Rafael López Aliaga, del partido Renovación Popular, saluda a sus seguidores durante un mitin mientras continúa el recuento de votos en las elecciones generales, el miércoles 6 de mayo de 2026, en Lima, Perú. (AP Foto/Martín Mejía)]]></media:description><media:credit role="author" scheme="urn:ebu">Martin Mejia</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/UJML6RJTM6H4F57Q3H57MZWLPI.jpg?auth=54d5f494b7b0f082f55ee708b6c081a75abcd9f88264a909557b161bc248ebb4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Un hombre con una máscara del presidente estadounidense Donald Trump grita consignas durante un mitin de simpatizantes del candidato presidencial Rafael López Aliaga, del partido Renovación Popular, el miércoles 6 de mayo de 2026, en Lima, Perú. (AP Foto/Martín Mejía)]]></media:description><media:credit role="author" scheme="urn:ebu">Martin Mejia</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BUH5NGHORTWHILMOZAFA5RQBZI.jpg?auth=3e8c8228335b445be1d7ed35376a20f3f1926da2c8f83d4b6fdceb37d93ce497&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Simpatizantes del candidato presidencial Rafael López Aliaga, del partido Renovación Popular, se manifiestan mientras continúa el recuento de votos en las elecciones generales, el miércoles 6 de mayo de 2026, en Lima, Perú. (AP Foto/Martín Mejía)]]></media:description><media:credit role="author" scheme="urn:ebu">Martin Mejia</media:credit></media:content></item><item><title><![CDATA[Republicans once saw Michigan as ripe for a takeover, but the mood is shifting]]></title><link>https://www.local10.com/news/politics/2026/05/07/republicans-once-saw-michigan-as-ripe-for-a-takeover-but-the-mood-is-shifting/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/05/07/republicans-once-saw-michigan-as-ripe-for-a-takeover-but-the-mood-is-shifting/</guid><dc:creator><![CDATA[By JOEY CAPPELLETTI, Associated Press]]></dc:creator><description></description><pubDate>Thu, 07 May 2026 09:00:07 +0000</pubDate><content:encoded><![CDATA[<p>DETROIT (AP) — For years, Michigan Republicans had circled 2026 as their chance to regain power in the swing state where Democrats hold all statewide offices and both U.S. Senate seats. Now, doubts are creeping in.</p><p>Surging gas prices, an unpopular war in Iran and tariffs that have hit the state’s auto industry hard have all contributed to concerns about a worsening political environment for Michigan Republicans.</p><p>The latest warning sign came Tuesday, when a Democrat won a special election by almost 20 points in a state Senate district that Kamala Harris won by less than 1 point in 2024. The previous officeholder, a Democrat, carried the seat by 6 percentage points in 2022.</p><p>“To get to this margin in that kind of a district means that Democrats and independent voters are working in tandem to send a message to the Trump administration,” Michigan pollster Richard Czuba said of Tuesday's result.</p><p>The sentiment could pose a challenge for Michigan Republicans in a midterm year when voters will decide the governor’s office, control of the Legislature and a premier U.S. Senate race. The mood of voters in Michigan also matters for a national Republican Party that sees the state — which Donald Trump flipped in 2024 — as central to its coalition and a midterm map that will again hinge heavily on the industrial Midwest.</p><p>‘If they don’t get Iran figured out pretty quick, we’re screwed’</p><p>Nationally, Trump’s approval rating on the economy fell between March and April as the Iran war sent prices higher, according to an AP-NORC poll. The April poll found that approval had eroded even among Republicans, with 62% having a positive view of the way Trump is handling the economy, down from 74% in March.</p><p>Trump’s economic approval remained low among independents, who have an outsized role in deciding elections in swing states like Michigan. About 2 in 10 independents approved of Trump’s performance on the economy in the April poll, down slightly from about 3 in 10 in March. Only about one-quarter of U.S. adults approved of his handling of the cost of living.</p><p>Michigan voters may be feeling the impacts more than those elsewhere in the U.S. Gas prices in Michigan are averaging around $4.80 per gallon, the 10th-highest in the nation, according to AAA, after they jumped by over 80 cents in a week.</p><p>Jared Kaufman, 26, is among those frustrated by rising costs and the war in Iran. He voted for Democrat Chedrick Green in Tuesday's election, saying he’s a teacher who doesn’t make much money. The sacrifices being made “for something that is nowhere near us” are unnecessary, he said.</p><p>Tariffs have also created new anxiety in a state deeply tied to the auto industry and cross-border trade with Canada. While Trump has argued the tariffs will strengthen domestic manufacturing, suppliers and smaller manufacturers in Michigan say the uncertainty has made it harder to plan investments and expansion.</p><p>“The more stability there is in the environment, the easier it is for me to make decisions to grow and expand,” said John Lytle, president of Promess Inc., a manufacturer outside Detroit. “That’s probably been the biggest impact it’s had on us.”</p><p>Jason Roe, a strategist and former executive director of the Michigan GOP, conceded that the political environment isn’t good right now, but argued Democrats have their own problems and that Trump still has time to bring costs down.</p><p>“But if they don’t get Iran figured out pretty quick, we’re screwed,” he added.</p><p>A messy top of the ticket race</p><p>The worsening political climate is also colliding with internal divisions at the top of the GOP ticket.</p><p>With Democratic Gov. Gretchen Whitmer term-limited and leaving office at year's end, the governor's race was once viewed as Republicans' best pickup opportunity. Michigan has a long history of electing a governor from the opposite party once an incumbent leaves office.</p><p>The overwhelming favorite in the GOP primary was Rep. John James, a veteran who represents a competitive House district and has been endorsed by Trump in previous elections, including two failed bids for U.S. Senate (Trump has not endorsed in this year's GOP primary). But frustration with his campaign has steadily built within the party, spilling into public view in recent weeks.</p><p>After it was announced in April that James would miss a GOP debate in an important swing county where all other major candidates were attending, a wave of Republicans criticized him.</p><p>“The data is clear: if John James wins the Aug. 4, 2026, primary, Republicans will almost certainly lose the general election in November,” said Chris Long, a member of the Michigan GOP's leadership team, in a social media post calling for James to drop out.</p><p>James has said that he will take part in two debates in July.</p><p>Democrats have their own concerns. Secretary of State Jocelyn Benson is expected to lead the Democratic field, though Genesee County Sheriff Chris Swanson is also running. Some in the party worry that Detroit Mayor Mike Duggan, a former Democrat now running for governor as an independent, could pull votes from their nominee.</p><p>But James' campaign has also been complicated by the late entry of Perry Johnson, a millionaire businessman who mounted long-shot bids for governor in 2022 and president in 2024. Johnson has aggressively attacked James — and has the money to sustain it, announcing a $10 million television ad buy in February.</p><p>Republican strategist Dennis Lennox criticized James as running “an awful campaign,” but added that no matter who is the nominee, it will be a tough cycle.</p><p>“Anyone who isn't being paid to say otherwise will concede that 2026 is going to be a very difficult year for Republicans,” said Lennox.</p><p>In a statement, James spokesperson Hannah Osantowske dismissed the criticism as “sore losers griping,” arguing that James remains the GOP frontrunner and “the only Republican beating both Democrats in November.” She also dismissed Johnson’s campaign.</p><p>“Michiganders are not buying what he is selling,” Osantowske said. “They want a trusted Trump ally, combat veteran and proven job creator. That is John James.”</p><p>Republicans hope to break a three-decade Senate losing streak</p><p>The governor's race is top of the ticket in Michigan, but national Republicans are also looking to crush Democrats' chances of winning control of the Senate by flipping Michigan's open Senate seat.</p><p>Former U.S. Rep. Mike Rogers is running again on the GOP ticket, after losing in 2024 by less than 20,000 votes to freshman Sen. Elissa Slotkin.</p><p>Democrats are in the midst of a competitive — and increasingly messy — Senate primary with three high-profile candidates vying for the party's nomination in the Aug. 4 primary.</p><p>Still, questions linger about whether Rogers can win a race he lost even with Trump on the ballot. No Republican has won a U.S. Senate race in Michigan since 1994.</p><p>Rogers maintains the most cash on hand of any Senate candidate, due to a non-competitive GOP primary, but was behind Democratic candidates Mallory McMorrow, a state senator, and Dr. Abdul El-Sayed, a former health official, in fundraising in the first quarter of 2026. The Senate Leadership Fund, the leading super PAC for Senate Republicans, announced an initial $45 million investment in the Michigan race early in April.</p><p>Czuba said the influx of outside money may not help Rogers if it further nationalizes the race.</p><p>“If the conversation is nationalized in Michigan, we see how poorly the president's numbers look right now,” said Czuba. “If undecided voters disproportionately view Donald Trump negatively, I'm not sure what the path is for Mike Rogers.”</p><p>___</p><p>Associated Press journalist Mike Householder in Bay City, Michigan, contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/H2TVNYIY7HTR6VRQINNDDY4YGQ.jpg?auth=66d8500ab5fe5c280c06ae0e4871db2d60f5d0ddfd55d760ae628eaa2d980d22&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[U.S. Trade Representative Jamieson Greer, right, listens to Rep. John James, R-Mich., left, speak during a tour of Atomic Industries' manufacturing facility, Thursday, April 9, 2026, in Warren, Mich. (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/UE3R2FAD6ANQAQXKUQR5HB7F74.jpg?auth=995c5296c8372c21873685292fbb1d04dc335146ed24c75502ca0ce3d1c0f43e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[U.S. Trade Representative Jamieson Greer, right, and Rep. John James, R-Mich., second from left, tour the Atomic Industries' manufacturing facility with co-founder and head of manufacturing Lou Young, Jr., second from left, and co-founder and CEO Aaron Slodov, left, Thursday, April 9, 2026, in Warren, Mich. (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/DYCCKVWR3CSUSRMLUJPIWPSQAQ.jpg?auth=761b64d835814c534fd3923bd593e6686f31f10eaa8025c4c34203601e50c3d9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Rep. John James, R-Mich., listens to U.S. Trade Representative Jamieson Greer, not pictured, speak during a tour of Atomic Industries' manufacturing facility, Thursday, April 9, 2026, in Warren, Mich. (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/SIWMN5UEGRROEX4KIMRFJEND6U.jpg?auth=fe43c440d1de25e7d5510f1bfcb2ba06c789907d303a78f3cebb2a327afe3b8c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Chedrick Greene, Democratic candidate for 35th Senate District, speaks Tuesday, May 5, 2026 in Saginaw, Mich. (AP Photo/Paul Sancya)]]></media:description><media:credit role="author" scheme="urn:ebu">Paul Sancya</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/IL5HBLKORXMQ2CJ5LF2EVPEHPE.jpg?auth=e91b8ec2d7325578feaefa607cb8d0e7149d32caacb1f18b7d6a097496a5144f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Chedrick Greene, Democratic candidate for 35th Senate District, takes a selfie with supporters after speaking Tuesday, May 5, 2026 in Saginaw, Mich. (AP Photo/Paul Sancya)]]></media:description><media:credit role="author" scheme="urn:ebu">Paul Sancya</media:credit></media:content></item><item><title><![CDATA[Trump wants to paint the Eisenhower office building white. Now a key federal agency considers it]]></title><link>https://www.local10.com/news/politics/2026/05/07/trump-wants-to-paint-the-eisenhower-office-building-white-now-a-key-federal-agency-considers-it/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/05/07/trump-wants-to-paint-the-eisenhower-office-building-white-now-a-key-federal-agency-considers-it/</guid><dc:creator><![CDATA[By DARLENE SUPERVILLE, Associated Press]]></dc:creator><description></description><pubDate>Thu, 07 May 2026 10:09:46 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — President Donald Trump's proposal to put a coat of white paint on the exterior of a 19th-century historic landmark building next to the White House is slated for a hearing Thursday by a key federal agency he expects to approve what would be a dramatic makeover.</p><p>The proposed painting of the Eisenhower Executive Office Building is one piece of a broader plan the Republican president has said will make Washington more beautiful.</p><p>Trump is making numerous changes inside and outside the White House and its grounds, most notably razing the East Wing to build a 1,000-person ballroom. Across the street from the mansion, Lafayette Park is closed for renovations that include getting the fountains working again.</p><p>The National Capital Planning Commission is scheduled to begin considering the plan on Thursday, according to its meeting agenda. Trump calls for painting all or most of the Eisenhower building's gray granite exterior with white paint. He last year called the gray a “really bad color.”</p><p>Josh Fisher, a White House official, in April told the U.S. Commission of Fine Arts — a separate federal agency that also must approve the proposal — that the Trump administration prefers painting the entire building because the exterior is stained and in “great disrepair.”</p><p>The White House also presented an alternative proposal to paint most of the building in white while leaving the granite as is on the base.</p><p>Fisher said in April that experts consulted by the government could not guarantee that an exterior cleaning would improve the condition of the building.</p><p>But the proposal has alarmed preservationists, architects, historians and others who argue that granite is not meant to be painted and that paint would trap moisture, deteriorate the stone and not solve problems the administration wants to fix.</p><p>There's also scant public support for the paint job.</p><p>Hundreds of pages of public comment submitted to the National Capital Planning Commission and available on the agency's website were overwhelmingly against the plan on the grounds that the granite would be harmed by being painted and that problems would remain, at great expense to taxpayers. Others suggested improved landscaping, lighting and other steps to improve the building's appearance.</p><p>Members of the Society of Architectural Historians sent a letter this week to Will Scharf, a top White House aide and chair of the planning commission, outlining why the project “will adversely and permanently alter this important part of American heritage and should be rejected.”</p><p>A report by the planning commission's staff recommends that commissioners support cleaning the building but said more information is needed to evaluate the proposals to paint the exterior.</p><p>Staff also recommends asking the White House to provide information about the type of paint to be used, including where it has been successfully used on exterior granite facades in other projects. It also recommends the White House summarize other ways to achieve the goal, including cleaning the building and/or lighting.</p><p>The Eisenhower Executive Office Building is a National Historic Landmark and is listed on the National Register of Historic Places. A lawsuit against the proposed paint job is working its way through federal court.</p><p>The Eisenhower building sits across a driveway from the West Wing, and its granite, slate and cast iron exterior makes it one of America’s best examples of the French Second Empire style of architecture. It was the original home for the State, War and Navy departments, and it currently houses ceremonial offices for the vice president and offices for the second lady, the National Security Council and other White House components.</p><p>At its April meeting, the fine arts commission directed White House officials to return at a future date to present more information, including the results of paint testing.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/BKEZ3DDDTRDQO37E37EZEWNGEE.jpg?auth=88a311942749f3f9b8418de49b9ee13a2ce30fc50f11933a47fa2b4a7cbe3531&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The Eisenhower Executive Office Building is seen at the White House complex, April 20, 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/HMXXCBCAHVEQPV7CZUEWJGGU2E.jpg?auth=b39b5c881adef033eff5373a33baf1b7c63d5416d510367920fa3bd32e32b051&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[An America 250 flag is seen on the Eisenhower Executive Office Building, past the West Wing of the White House, Sunday, April 19, 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[How a court case and their loyal fans helped to shape Kneecap’s second record, 'Fenian']]></title><link>https://www.local10.com/entertainment/2026/05/07/how-a-court-case-and-their-loyal-fans-helped-to-shape-kneecaps-second-record-fenian/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/05/07/how-a-court-case-and-their-loyal-fans-helped-to-shape-kneecaps-second-record-fenian/</guid><dc:creator><![CDATA[By SIAN WATSON, Associated Press]]></dc:creator><description></description><pubDate>Thu, 07 May 2026 04:10:24 +0000</pubDate><content:encoded><![CDATA[<p>LONDON (AP) — The seven-week period that Kneecap spent recording their second album, “Fenian,” was eventful to say the least, as the Irish hip-hop outfit were fighting a legal battle at the same time as they were working in the studio.</p><p>Member Liam Óg Ó hAnnaidh — who performs as Mo Chara — had been charged with a terror-related offense for displaying a flag of Lebanese militant group Hezbollah, (which is banned in Britain as a terrorist organization) during a London concert in 2024. The case was eventually thrown out and the band used the experience of going to court, and the party that ensued in their support, as inspiration for some of the tracks on “Fenian.”</p><p>The record's title is also an act of defiance, reclaiming a word that has historically been used as derogatory term directed toward Irish people.</p><p>During the band’s various court appearances, fans lined the streets outside court to support the Belfast trio — singing, playing instruments and chanting “Free Mo Chara” — a refrain that's sampled on the band’s new track “Carnival.”</p><p>Mo Chara, Móglaí Bap, and DJ Próvaí discussed recording “Fenian,” the importance of their live shows and if they think they can get visas to tour the U.S., with The Associated Press recently.</p><p>The interview has been edited for clarity and brevity.</p><p>AP: How is this process different from writing your first record?</p><p>MO CHARA: We were writing the tracks as Dan Carey (producer) was creating the tracks so like the lyrics and the production was like kind of developing at the same time, same place, which I thought was interesting. It was a very organic feeling. It was the first time we’d ever done it like that.</p><p>MÓGLAÍ BAP: Obviously when we were in the studio we had, we were in the Magistrates’ Court during that period, during the seven weeks we had to leave the studio and go to the courts and then also had the Wembley Arena concert so it was quite a busy time.</p><p>Usually studio time for bands it’s quite (a lot of) down time but we were kind of going into the chaos of going to court — Mo Chara was obviously — but actually ended up not much of a hindrance. It kind of helped us and we used that in the song “Carnival,” we sampled the crowd outside the court case saying “Free Mo Chara.”</p><p>AP: How would you describe your live performances, it feels like a celebration with that kind of energy. Is that important to you?</p><p>DJ PRÓVAÍ: Because we have a reputation of being like a band that’s live shows are good, you know people already come with that kind of energy and they have that expectancy so whenever they’re in there they’re up here already. Even when the show’s starting it’s kind of sits here alrdy. (gesturing toward the ceiling)</p><p>MO CHARA: It’s almost like the hard work’s all been done before the show so people are coming in and they’re full of energy now. They’re giving us a show as well.</p><p>MÓGLAÍ BAP: I think the origins of that is like because we started off doing the music in Irish, a big part of our challenge was to connect with the audience and interact with them in a way that they can enjoy the music without understanding it. Just kind of bringing that energy on stage was a way for the crowd to actually enjoy it because most people don’t know what the (expletive) we’re saying.</p><p>AP: Do you think you’d be able to go to America? Is there a plan? Are you trying to get visas?</p><p>MO CHARA: See, the thing was we never actually got turned down for a visa, like there was a lot of miscommunications there and I think the media kind of ran with the story that they wanted. We were never turned down.</p><p>What happened was we were changing our promoters in America so what happens is you have to reapply for a new working visa and then obviously with the court case going on we didn’t apply for one. So now that the court case is over, I don’t see any reason why we won’t get our visa accepted. Obviously we’ve never been convicted of any crimes in any country in the world.</p><p>We just didn’t apply for it because we thought it was probably the wrong time to do it. So I think now with everything being over, there’s no reason why we won’t be back in America soon.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/AL7LXEOROIGZU5OG6L4456P6AU.jpg?auth=5ae909383d8f0ab0ed8f57178b9f7474f35db753cc798239822cc8d981d3987d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Liam Og O hAnnaidh, aka Mo Chara, from left, J. J. O Dochartaigh, aka DJ Provai and Naoise O Caireallain, aka Moglai Bap, from the band Kneecap pose for portrait photographs on Thursday, April 30, 2026, in London. (Photo by Scott A Garfitt/Invision/AP)]]></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/LY5VXTC3FHPO5GY72Q5CWAVPQU.jpg?auth=3efa015c5e563075ff51cd10bdb9c48c88a1c1b792ebbc002dc0579f76efb544&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Liam Og O hAnnaidh, aka Mo Chara, from left, J. J. O Dochartaigh, aka DJ Provai and Naoise O Caireallain, aka Moglai Bap, from the band Kneecap pose for portrait photographs on Thursday, April 30, 2026, in London. (Photo by Scott A Garfitt/Invision/AP)]]></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/PQYBXPBEY3NZQT55E5A6JHGLXQ.jpg?auth=35a015bd57d9861d16e990ff7d5275fbeafbdf71bdf6d9115ef2dc882cd7a96b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Liam Og O hAnnaidh, aka Mo Chara, from left, Naoise O Caireallain, aka Moglai Bap, J. J. O Dochartaigh, aka DJ Provai, from the band Kneecap pose for portrait photographs on Thursday, April 30, 2026, in London. (Photo by Scott A Garfitt/Invision/AP)]]></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/AWPH6G6PMJULRIYYD6NOLIENMA.jpg?auth=50680c35fcffbc9e0d773b11fa6d747e7ecc86d9737e63fa2b64c04f41ce1def&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Liam Og O hAnnaidh, aka Mo Chara, from left, Naoise O Caireallain, aka Moglai Bap, J. J. O Dochartaigh, aka DJ Provai, from the band Kneecap pose for portrait photographs on Thursday, April 30, 2026, in London. (Photo by Scott A Garfitt/Invision/AP)]]></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/DKLBYY3S5PVEWC5W3J4MB4QH7Q.jpg?auth=5b348329a7b9d8ab6faa22da3cf6cb070c5812b92f45f88c3a8b5598165f6c2f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Liam Og O hAnnaidh, aka Mo Chara, from left, J. J. O Dochartaigh, aka DJ Provai, top, and Naoise O Caireallain, aka Moglai Bap, from the band Kneecap pose for portrait photographs on Thursday, April 30, 2026, in London. (Photo by Scott A Garfitt/Invision/AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Scott A Garfitt</media:credit></media:content></item><item><title><![CDATA[Man charged in Colorado firebomb attack on demonstrators to plead guilty to murder]]></title><link>https://www.local10.com/news/national/2026/05/07/man-charged-in-colorado-firebomb-attack-on-demonstrators-to-plead-guilty-to-murder/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/05/07/man-charged-in-colorado-firebomb-attack-on-demonstrators-to-plead-guilty-to-murder/</guid><dc:creator><![CDATA[By MEAD GRUVER, Associated Press]]></dc:creator><description></description><pubDate>Thu, 07 May 2026 04:09:36 +0000</pubDate><content:encoded><![CDATA[<p>BOULDER, Colo. (AP) — A man accused of a firebomb attack that killed one person and injured a dozen others during a demonstration last year in Boulder, Colorado, in support of Israeli hostages in Gaza was scheduled to plead guilty Thursday to murder and other charges.</p><p>Mohamed Sabry Soliman faces up to life in prison without the possibility of parole for the attack in downtown Boulder last June 1.</p><p>Soliman’s attorneys revealed he would plead guilty in a recent court filing in a related federal case. He was set to appear Thursday before state District Judge Nancy Salomone to do so.</p><p>Soliman has pleaded not guilty in federal court to hate crime charges and prosecutors have been weighing whether to seek the death penalty in the federal case, according to his attorneys.</p><p>Soliman initially pleaded not guilty in state court to murder and dozens of attempted murder and assault charges for throwing two Molotov cocktails at demonstrators at a pedestrian mall in downtown Boulder, a city of 100,000 people northwest of Denver that’s home to the University of Colorado.</p><p>An 82-year-old woman who was injured in the attack later died. A dozen others also were injured.</p><p>Soliman is an Egyptian national who federal authorities say was living in the U.S. illegally. Investigators allege he planned the attack for a year and was driven by a desire “to kill all Zionist people.”</p><p>Boulder Mayor Pro Tem Tara Winer said the attack was horrific and victims included close friends.</p><p>Soliman had been living with his family in a two-bedroom apartment in Colorado Springs — about 97 miles (156 kilometers) away — at the time of the attack. He had moved to the U.S. from Kuwait in 2022 with his wife and their five children and worked in a series of low-paying jobs.</p><p>The couple divorced in April.</p><p>Investigators allege Soliman told them he intended to kill the roughly 20 participants at the weekly demonstration at Boulder’s Pearl Street pedestrian mall. He threw two of more than two dozen Molotov cocktails he had with him while yelling, “Free Palestine!”</p><p>Federal prosecutors allege the victims were targeted because of their perceived or actual connection to Israel. Soliman’s federal defense lawyers argue he should not have been charged with hate crimes because he was motivated by opposition to Zionism, the political movement to establish and sustain a Jewish state in Israel.</p><p>An attack motivated by someone’s political views is not considered a hate crime under federal law.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/NU346XU6WURIXVIZDGAOUNVPZM.jpg?auth=3a89010c7ad56482ba7861544993d48f41f4648ae4798b363ad378eae0963742&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Bouquets of flowers stand along a makeshift memorial for victims of an attack outside of the Boulder County courthouse on June 3, 2025, in Boulder, Colo. (AP Photo/David Zalubowski, file)]]></media:description><media:credit role="author" scheme="urn:ebu">David Zalubowski</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/B45IJUP2GEX7PLV2GMR4MBCQUI.jpg?auth=9dd7eaaea52df2a85a8eaba16e96c0cebe9748b37d5c982b75181ea31c7829e6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Law enforcement officials investigate after an attack on the Pearl Street Mall, June 1, 2025, in Boulder, Colo. (AP Photo/David Zalubowski, file)]]></media:description><media:credit role="author" scheme="urn:ebu">David Zalubowski</media:credit></media:content></item><item><title><![CDATA[Russia is ramping up its attempts to kill opponents in Europe, intelligence officials say]]></title><link>https://www.local10.com/news/world/2026/05/07/russia-is-ramping-up-its-attempts-to-kill-opponents-in-europe-intelligence-officials-say/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/05/07/russia-is-ramping-up-its-attempts-to-kill-opponents-in-europe-intelligence-officials-say/</guid><dc:creator><![CDATA[By EMMA BURROWS and JOHN LEICESTER, Associated Press]]></dc:creator><description></description><pubDate>Thu, 07 May 2026 04:34:24 +0000</pubDate><content:encoded><![CDATA[<p>When Vladimir Osechkin wants to take his children to school or go to the supermarket, he calls the police.</p><p>The Russian activist has lived under protection since 2022 because French officials believe Russia is trying to kill him.</p><p>In April 2025, a crew of Russian men staked out Osechkin's home and the surrounding area in southwestern France for several hours, taking videos and photos in suspected groundwork for an assassination, according to court documents seen by The Associated Press that are not public. Several years earlier, Osechkin said, a red dot — which he thought was a laser sight for a gun — appeared on his wall.</p><p>Elsewhere in Europe, Lithuanian officials disrupted a plot last year to kill a Lithuanian supporter of Ukraine and another against a Russian activist. Officials in Germany have similarly broken up two plots: one to target the head of a German weapons company supplying Ukraine, the other against a Ukrainian military official. Polish authorities arrested a man in 2024 in what they said was a plot to assassinate Ukrainian President Volodymyr Zelenskyy. And that same year, a Russian helicopter pilot who defected was killed in Spain — with Russian operatives the prime suspects.</p><p>While Russian officials have long been accused of silencing the country’s enemies abroad, three Western intelligence officials from different countries told AP that a campaign of targeted killings has ramped up since President Vladimir Putin's 2022 invasion of Ukraine.</p><p>The officials said Russia's security services are now more brazen in their choice of targets, going after Russian activists and foreign supporters of Ukraine, in addition to the usual suspects like military defectors. All three officials spoke on condition of anonymity to discuss sensitive information.</p><p>“This campaign is not by accident or chance," said one of them, a senior European intelligence official. "There is political authorization.”</p><p>The intelligence officials, a former senior British counterterrorism official and prosecutors in Lithuania see the campaign as connected to Russia's broader efforts to undermine European countries that support Ukraine, including 191 acts of sabotage, arson and other disruption linked to Russia by Western officials that the AP has mapped across Europe since the beginning of the war.</p><p>Many accused in that campaign are people who were recruited as cheap proxies for Russian intelligence operatives. Moscow is now using that model to target its perceived enemies abroad, according to the French court documents, officials and information from the Lithuanian prosecutor.</p><p>Putin's spokesperson Dmitry Peskov told AP he didn't see “any need” to comment. Russian officials have previously denied that Moscow is behind attempts to kill its opponents abroad.</p><p>The AP spoke to three of the people targeted: Osechkin; Lithuanian activist Valdas Bartkevičius; and Ruslan Gabbasov, who advocates for independence for the Russian region of Bashkortostan.</p><p>A trip to the seaside</p><p>Three of the four men detained by French police in the plot to kill Osechkin traveled to the beach resort of Biarritz, where Osechkin lives, in April 2025, court documents show. They surveilled his house “with a view to assassinating him and subsequently intimidating all political opponents of the Russian authorities living in France,” the documents said.</p><p>All four were born in Russia's Dagestan region. One has multiple criminal convictions while another said he had been arrested by Russia's domestic security service and fled the country to avoid being sent to Ukraine.</p><p>Osechkin founded a rights group for prisoners years ago and runs a project that exposes abuses in Russia's prison system, but he said the threats against him escalated after he began investigating alleged Russian abuses in Ukraine and helping Russian military defectors flee.</p><p>He moved to France in 2015 and was put under police protection seven years later when French officials received information that his life was in danger.</p><p>“If it weren’t for them, I probably would have been killed,” he said.</p><p>Targets say Moscow wins if they hide</p><p>Across the continent in Lithuania, Gabbasov, the activist from Bashkortostan, discovered an Apple AirTag tracker hidden on his car in February 2025. Police told him to leave the device and followed the people following him, he said.</p><p>A few weeks later, Gabbasov said he was attending celebrations marking Lithuania’s independence from the Soviet Union with his wife and 5-year-old son when officers called and told him not to return home.</p><p>The next day, he said officers told him: “Yesterday, a killer was detained near your house; he was waiting for you with a gun. ... He was ready to wait for you all night.”</p><p>Lithuanian authorities, he said, offered him the chance to completely “disappear” — change his name, move and stop his work.</p><p>He turned them down, saying many people from his mainly Muslim home region near Kazakhstan see him as a leader in the campaign for independence. The region is important to the Kremlin, Gabbasov said, because of its gold reserves and because large numbers of its men have been sent to fight in Ukraine.</p><p>“I can’t betray them all by simply disappearing, especially out of fear,” Gabbasov said, adding that would play into Moscow’s hands.</p><p>“What difference does it make to them?” Gabbasov asked, referring to Russia’s security services. “They could kill me ... or I could hide from everyone and stop engaging in political activity. That’s exactly what they want.”</p><p>A plot to put a bomb in a mailbox</p><p>The authorities in Lithuania made the same offer to Bartkevičius, after he said they discovered a plot to kill him with a bomb planted in his mailbox in March 2025.</p><p>But disappearing also wasn't an option for the activist who raises money for Ukraine and who gained notoriety for his anti-Russian acts, including urinating on a Russian war memorial.</p><p>That, he said, would be “social death."</p><p>Lithuanian prosecutors charged 13 people from at least seven countries with involvement in the two plots — among at least 20 people authorities have detained, charged or identified as involved in such plots in Europe over the past year.</p><p>The people involved in the Lithuanian cases were directly ordered by Russian military intelligence, prosecutors said, and some had connections to Russian organized crime and could be linked to other arson and espionage plots elsewhere in Europe.</p><p>Moscow's switch to relying on such proxies can be traced to a previous attempted assassination, Cmdr. Dominic Murphy told AP before he retired as head of the counterterrorism squad at Britain’s Metropolitan Police.</p><p>In 2018, former Russian spy Sergei Skripal was poisoned with a nerve agent in Salisbury, England — an attack the U.K. government accused Moscow of carrying out with military intelligence officers.</p><p>In response, Britain and other Western nations kicked out hundreds of Russian diplomats — and spies — making it harder for Russian officers to operate in Europe, Murphy, a lead investigator, said.</p><p>The fact that most of the plots made public by Western officials since 2022 have been foiled could indicate that it’s harder for Moscow to carry them out with proxies, as opposed to its own officers, one of the Western intelligence officials said.</p><p>Still, the attempted killings may serve additional purposes, they said, including scaring the Kremlin’s opponents into silence and wasting European law enforcement resources.</p><p>Pointing to the case of Maxim Kuzminov — the helicopter pilot who defected and was threatened with death by masked men in military fatigues on Russian state television — the official said it’s clear Russia’s security services can kill someone in Europe if they really want to.</p><p>For that reason, the European intelligence official said, targets will never be safe.</p><p>“Even if you thwart an operation once, you still need to be ready in case they strike again.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/IKWIFBM7MBIZZMHV6VGO5L2TE4.jpg?auth=e5395d673e7acb32310eabd790e65def746fce2e954f78e5ff4bd85eee325119&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Sergei Skripal, left, is seen on a screen speaking to his lawyer from behind bars in Moscow on Aug. 9, 2006. (AP Photo/Misha Japaridze, File)]]></media:description><media:credit role="author" scheme="urn:ebu">MISHA JAPARIDZE</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/MXIHBZVUGXB7XGLY7WEMJ7XPQM.jpg?auth=328fe76f25e68dc462a43996693ae95d401f10f0bdb2d88a10ebefa807950bc2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Russian defector Maksim Kuzminov attends a news conference in Kyiv, Ukraine, Sept. 5, 2023. (AP Photo/Vladyslav Musiienko, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Vladyslav Musiienko</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/246PILGEX2ZNOD4WEEZ4DIXMWA.jpg?auth=36cf4622da4247d3608f39ddbd747174e38400b8e36b480d131ebdf3beab1e05&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Russian President Vladimir Putin attends the talks with Iranian Foreign Minister Abbas Araghchi at the Boris Yeltsin Presidential Library, in St. Petersburg, Russia, April 27, 2026. (AP Photo/Dmitri Lovetsky, Pool, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Dmitri Lovetsky</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WMVYA6P5Q6QMQUPOZKWZHI5DHQ.jpg?auth=d59c68fed385aa88dd7b332039b6fc42b3aa52fda43da29240e84085c0f6386f&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 12, 2018, photo, personnel in protective gear work on a van in Winterslow, England, as investigations continue into the nerve-agent poisoning of Russian ex-spy Sergei Skripal and his daughter Yulia, in Salisbury, England. (AP Photo/Frank Augstein, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Frank Augstein</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/E6WYMZJAXTLXSXNEHESWV6OYG4.jpg?auth=a854c2f8c7c2a6733bc225cb6ab475c35cab1dd7ba5624870095c02eea2d3c27&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Vladimir Osechkin is interviewed by The Associated Press in Paris on Sept. 20, 2022. (AP Photo/Francois Mori, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Francois Mori</media:credit></media:content></item><item><title><![CDATA[Southern Poverty Law Center attorneys make first court appearance in fraud case]]></title><link>https://www.local10.com/news/2026/05/07/southern-poverty-law-center-attorneys-make-first-court-appearance-in-fraud-case/</link><guid isPermaLink="true">https://www.local10.com/news/2026/05/07/southern-poverty-law-center-attorneys-make-first-court-appearance-in-fraud-case/</guid><dc:creator><![CDATA[By SAFIYAH RIDDLE, Associated Press]]></dc:creator><description></description><pubDate>Thu, 07 May 2026 04:06:52 +0000</pubDate><content:encoded><![CDATA[<p>MONTGOMERY, Ala. (AP) — Lawyers for the Southern Poverty Law Center will appear in court Thursday for the first time since the civil rights group was charged with defrauding donors by failing to disclose that money would be paid to informants inside extremist groups.</p><p>The grand jury indictment filed April 21 by the U.S. Justice Department is an extraordinary strike against the Alabama-based organization, which works to combat discrimination and racism particularly in Alabama, Florida, Georgia, Louisiana and Mississippi.</p><p>The SPLC denies wrongdoing, and no individual is charged.</p><p>The group has drawn criticism from conservatives including FBI Director Kash Patel, especially after it included Charlie Kirk's Turning Point USA in a report about “hate and extremism.” Kirk was killed during a Utah college appearance in 2025.</p><p>Supporters say the SPLC is being unfairly targeted by the Trump administration for its civil rights triumphs.</p><p>An arraignment on charges of money laundering conspiracy, wire fraud and false statements to a bank was set for Thursday in federal court in Montgomery.</p><p>The Justice Department accuses the organization of defrauding donors by using their money to fund the same extremism it says it fights. At least $3 million went to informants affiliated with the Ku Klux Klan, the Aryan Nations, the National Socialist Party of America and other groups between 2014 and 2023, the indictment says.</p><p>CEO Bryan Fair said the payments went to confidential informants to monitor threats of violence from the extremist groups. The information gathered helped save lives, he said, and was frequently shared with the FBI.</p><p>“We are outraged by the false allegations levied against SPLC,” Fair said when the charges were filed.</p><p>Acting Attorney General Todd Blanche recently acknowledged that the organization has a history of sharing information with law enforcement after he was challenged for saying the opposite.</p><p>“That's well-documented, and there's no dispute there. They aren't charged with any of that conduct,” Blanche said.</p><p>___</p><p>Associated Press writer Ed White in Detroit contributed.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/KIGMDNQC2WBWQJKIW6KQ6LEL24.jpg?auth=2dd232350092b22a9fdc4a28cd1d832a2e1776ba9bb97258359a3ef5cac28b38&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Acting Attorney General Todd Blanche and FBI Director Kash Patel arrive for a news conference at the Justice Department, Tuesday, April 21, 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[Tech is betting on a former executive in the race for California governor]]></title><link>https://www.local10.com/news/2026/05/07/tech-is-betting-on-a-former-executive-in-the-race-for-california-governor/</link><guid isPermaLink="true">https://www.local10.com/news/2026/05/07/tech-is-betting-on-a-former-executive-in-the-race-for-california-governor/</guid><dc:creator><![CDATA[By TRÂN NGUYỄN, Associated Press]]></dc:creator><description></description><pubDate>Thu, 07 May 2026 04:05:02 +0000</pubDate><content:encoded><![CDATA[<p>SACRAMENTO, Calif. (AP) — One tech investor called him “the only sane” Democrat in the race for California governor. Others have dumped millions to boost his campaign, even paying for a Super Bowl ad to introduce him to voters. He’s against a proposed billionaires’ tax that has the state’s wealthiest residents threatening an exodus.</p><p>San Jose Mayor Matt Mahan is tech’s favorite candidate to be the next leader of California.</p><p>The 43-year-old former tech executive jumped into the crowded race in January, touting himself as a pragmatic problem-solver. A moderate Democrat, Mahan has built his statewide profile mainly by criticizing Gov. Gavin Newsom and the Legislature's response to homelessness and crime. His centrist message has appealed to tech leaders who want a business-friendly governor to succeed Newsom, a longtime tech ally who’s terming out.</p><p>In just three months, Mahan has raised more than any of his rivals, many of whom have been running for more than a year. ( Billionaire Tom Steyer is largely self-funding his campaign.)</p><p>During a Tuesday night debate on CNN, he criticized his rivals as career politicians while crafting himself as the candidate with practical solutions to the state’s challenges.</p><p>“We don’t need MAGA values, but we also don’t need more of the same,” Mahan said, referring to President Donald Trump’s “Make America Great Again” movement supported by Republican rivals Chad Bianco and Steve Hilton, whom Trump has endorsed.</p><p>But Mahan doesn’t appear to have yet gained the momentum he expected or the widespread name recognition to beat his rivals — and he’s running out of time to win over voters ahead of the June 2 primary. His ties to tech are of particular concern to labor unions and a segment of Democratic voters who question whether he’ll stand up to the industry.</p><p>A Silicon Valley mayor</p><p>“People do not want somebody who is a puppet of these big tech billionaires, of these AI billionaires — and that’s who he has always been,” said Lorena Gonzalez Fletcher, president of the California Labor Federation, which has endorsed Steyer, former U.S. Rep. Katie Porter and former Los Angeles Mayor Antonio Villaraigosa.</p><p>Mahan said he's the only candidate who has experience with the behemoth industry, pointing to a coalition he created in San Jose where more than 900 public agencies work together to explore responsible ways to implement artificial intelligence in government. In Tuesday's debate, he said he supports taxing AI companies to fund workforce development.</p><p>“Voters can see past the kind of, you know, shallow connection that because I’m the mayor of the largest city in Silicon Valley, that might mean that I’m not willing to regulate tech,” Mahan told The Associated Press. "It’s actually been quite the opposite.”</p><p>Observers note California is known for leading the way on policies aimed at both boosting and reining in its home-grown tech industry.</p><p>“If they can ensure that they get a governor in California who’s weak on tech accountability, then that can save them a lot of money across the states,” J.B. Branch of Public Citizen, a progressive consumer rights advocacy group, said of the Silicon Valley leaders supporting Mahan.</p><p>Tech's efforts to exert political influence</p><p>Across politics, the tech industry is flexing its political muscle as public skepticism about social media and artificial intelligence rises. Independent groups backed by tech companies and billionaires have already committed at least $40 million to influence California legislative races.</p><p>Political committees backing Mahan have raised more than $25 million, including donations from Google co-founder Sergey Brin, venture capitalist Michael Moritz and Reddit CEO Steve Huffman.</p><p>Some donors, like Brin and Palantir co-founder Joe Lonsdale, are hedging their bets — they also gave to Hilton, the former Fox News host.</p><p>Mahan is “focused on actually solving problems — building more housing, improving public safety and making it possible for people to live and work here again,” Garry Tan, who leads a startup accelerator that helped launch companies like Airbnb and DoorDash, said through a spokesperson.</p><p>From the Ivy League to business and politics</p><p>A Harvard graduate, Mahan was classmates with Meta CEO Mark Zuckerberg, who he's said persuaded him to go into tech instead of law school.</p><p>Mahan was part of the team that built an early Facebook app called Causes that allowed users to promote nonprofit organizations. He then co-founded Brigade, a nonpartisan online voter network.</p><p>But that's not at the center of Mahan's campaign. He's focused instead on his upbringing as the son of a postal worker and a schoolteacher. He's the only major Democrat who wants to suspend the state's gas tax.</p><p>He defeated a labor-backed candidate for mayor in 2022 after serving two years on the city council. As mayor, he convinced council members to direct more city money toward short-term housing to get homeless people off the streets and made them eligible for arrest for rejecting shelters. Both efforts faced fierce opposition, but San Jose last year saw a drop in the number of people without access to shelters, according to county data.</p><p>He bucked Newsom in 2024 by backing a tough-on-crime ballot measure. Mahan has since tamped down his criticism, saying the governor has focused on the right issues.</p><p>Tech support is a double-edged sword</p><p>Mahan has committed to not raising taxes to fix budget holes — including with a one-time tax on billionaires that most of his rivals are also against. He wants to incentivize elected state officials and appointees by tying future pay raises to improvements on issues like unemployment rates and homelessness.</p><p>“Raising taxes isn’t always the answer, Tom,” he pointedly said Tuesday when Steyer pitched a plan to make corporations pay more in property taxes.</p><p>Mahan raised more than $13 million in 11 weeks, allowing him to launch television ads to reach voters in some of the most expensive markets in the country. Two independent expenditure groups have spent more than $18 million to boost him.</p><p>As of last month, only about 730 donations given to Mahan’s campaign were less than $250, indicating limited grassroots support. In contrast, almost all of Porter’s 46,000 donations were under that amount, as were about 5,600 of those to former state attorney general Xavier Becerra.</p><p>Still, voters' support for the other Democratic candidates "is very soft" Mahan said of his chance. “Even if people are leaning a certain way, they’re still persuadable.”</p><p>Tech moguls’ support of Mahan’s candidacy and his plans to regulate them were among the most popular topics during a recent “Ask Me Anything” session Mahan hosted on Reddit, where people can ask questions anonymously.</p><p>Several people asked when Mahan would drop out to prevent a catastrophic scenario for Democrats where two Republicans could advance to the November election. One asked which Democrat he would endorse after exiting the race.</p><p>“I plan to win!” he responded.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/WCRJI4X56AKRVLMIGS5P465R3I.jpg?auth=9349e8cc3fd4d21aab65a3642a920862d953718930a2ae45ab7476db4ef26d15&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Matt Mahan speaks with members of the media following a California gubernatorial debate hosted by CBS LA at Pomona College in Claremont, Calif., Tuesday, April 28, 2026. (AP Photo/Jae C. Hong)]]></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/A3JS4KAFKGXL2NY35EAH37GYUE.jpg?auth=9543f9d1d7744d62531d599d6f018eb4b90c81d8fb4322de2cd762255874019d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Antonio Villaraigosa, right, and Matt Mahan speak during a California gubernatorial debate hosted by CBS LA at Pomona College in Claremont, Calif., Tuesday, April 28, 2026. (AP Photo/Jae C. Hong)]]></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/WYUAJOC4GQ4GM36443EJS4ONUY.jpg?auth=1818a240851f7c831661b02b6742d5f4153312711c65040e8e88162952b7dcad&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Matt Mahan speaks during a gubernatorial debate hosted by CBS LA at Pomona College in Claremont, Calif., Tuesday, April 28, 2026. (AP Photo/Jae C. Hong)]]></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/S4GIKTOBRIMKM3USGNAWDXF5JQ.jpg?auth=13a9a44961d4291fa565ad58186b571d2adbf884b547e219419a8f57ee9cdbbb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Candidates in California's gubernatorial race, from left, Matt Mahan, Xavier Becerra, Chad Bianco, and Steve Hilton look on during a gubernatorial debate hosted by Nexstar Wednesday, April 22, 2026, in San Francisco. (Jason Henry/Pool Photo via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Jason Henry</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LSSNJARI4UXYMVKNORYDBQAGKU.jpg?auth=efa7e15948affaa2755a7ad06a79bce5a9dbf868dcdd4c15b357057d77bb410a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Matt Mahan speaks during a gubernatorial candidate forum in Sacramento, Calif., Tuesday, April 14, 2026. (AP Photo/Godofredo A. Vásquez)]]></media:description><media:credit role="author" scheme="urn:ebu">Godofredo A. Vásquez</media:credit></media:content></item><item><title><![CDATA[Tennessee lawmakers to vote on new US House map sought by Trump that carves up Memphis]]></title><link>https://www.local10.com/news/politics/2026/05/07/tennessee-lawmakers-to-vote-on-new-us-house-map-sought-by-trump-that-carves-up-memphis/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/05/07/tennessee-lawmakers-to-vote-on-new-us-house-map-sought-by-trump-that-carves-up-memphis/</guid><dc:creator><![CDATA[By TRAVIS LOLLER, KIM CHANDLER, JEFFREY COLLINS and DAVID A. LIEB, Associated Press]]></dc:creator><description></description><pubDate>Thu, 07 May 2026 15:09:32 +0000</pubDate><content:encoded><![CDATA[<p>NASHVILLE, Tenn. (AP) — Republican lawmakers in Tennessee forged ahead with a plan Thursday that could carve up a majority-Black congressional district, reshaping it to the GOP's advantage as part of President Donald Trump's strategy to try to hold on to a slim House majority in the November midterm elections.</p><p>Protesters shouted “No Jim Crow” outside the House and Senate chambers as lawmakers convened to consider the legislation. Some protesters later were cleared out of the House chamber after interrupting debate with chants of “Who's House? Our House!”</p><p>The redistricting effort in Tennessee is one of several rapidly advancing plans in Southern states as Republicans try to leverage a U.S. Supreme Court ruling that weakened the federal Voting Rights Act.</p><p>The court ruled that Louisiana relied too heavily on race when creating a second Black-majority House district as it attempted to comply with the federal law. The high court's decision altered a decades-old understanding of the law, giving Republicans grounds to try to eliminate majority-Black districts that have elected Democrats.</p><p>Louisiana has postponed its congressional primary to give time for state lawmakers to craft a new House map. Legislation awaiting a final vote in Alabama also would upend the state’s congressional primaries if courts allow the state to change its U.S. House districts. In South Carolina, meanwhile, Republican lawmakers urged on by Trump have taken initial steps to add congressional redistricting to their agenda.</p><p>The states are the latest to join an already fierce national redistricting battle. Since Trump prodded Texas to redraw its U.S. House districts last year, eight states have adopted new congressional districts. From that, Republicans think they could gain as many as 13 seats while Democrats think they could gain up to 10. But some competitive races mean the parties may not get everything they sought in the November elections.</p><p>Tennessee Republicans act despite protests</p><p>A package of bills in Tennessee would repeal a state law prohibiting mid-decade redistricting and reopen a candidate qualifying until May 15 to allow time for new people to enter the primary and existing candidates to switch districts. The proposed House map would break up Tennessee’s lone Democratic-held district, centered on the majority-Black city of Memphis, creating a ripple effect of alterations to districts throughout the western and central parts of the state.</p><p>Republican House Speaker Cameron Sexton said the proposed districts were drawn based on population and politics, not racial data.</p><p>But Democrats dismissed such assertions.</p><p>“This is being done because of race,” Democratic state Rep. Jason Powell said during Thursday's debate.</p><p>The proposal “is Black vote dilution at an industrial scale,” said Sekou Franklin, a political science professor at Middle Tennessee State University who is part of the Tennessee branch of the NAACP.</p><p>Democrats noted that the state Supreme Court in April 2022 rejected a challenge to the current congressional map, finding it was too close to the election to make changes. This year, there’s even less time before the Aug. 6 primary, raising the potential of confusion for both candidates and voters, Democrats said.</p><p>Alabama presses for changes to primary</p><p>The Alabama House passed legislation Wednesday authorizing special congressional primaries as Republicans eye the possibility of getting a different congressional map in place for the November elections. The bill could receive a Senate vote by Friday.</p><p>Alabama is seeking to lift a federal court order that created a second House district with a near-majority of Black voters. That map led to the 2024 election of Rep. Shomari Figures, a Black Democrat. Republicans want instead to use a 2023 map drawn by state lawmakers that would give the GOP an opportunity to reclaim Figures’ district.</p><p>The legislation won approval on a party-line vote after four hours of fiery debate during which Black legislators recalled the state’s history. Democratic state Rep. Juandalynn Givan likened the legislation to poll taxes and counting jelly beans in a jar — a virtually impossible task that was used to suppress Black voters during the Jim Crow era.</p><p>“It is a calculated political maneuver born out of fear, a fear that is of Black people and most importantly Black political power,” Givan said.</p><p>Alabama’s primaries are May 19. If a court grants the state’s request, the legislation would ignore the results for congressional seats and direct the governor to schedule a new primary under the revised districts.</p><p>South Carolina may add redistricting to its agenda</p><p>The South Carolina Senate could take up a resolution Thursday giving lawmakers permission to return later, after their regular work ends, to redraw congressional districts that could eliminate the state’s only Democratic-held district. The proposal, which passed the House on Wednesday, needs a two-thirds vote in both chambers.</p><p>Republican House leaders said after the vote that they plan to introduce a new map Thursday and hold committee meetings on Friday. But during debate Wednesday, Republicans fended off specific questions from Democrats, including why they were willing to stop the June 9 U.S. House primary elections well after candidates filed and how much a rescheduled primary could cost.</p><p>Democratic Rep. Justin Bamberg said he felt sorry for Republicans who, he said, were giving up their principles to follow the whims of Trump.</p><p>“The president of the United States is a very powerful man. Wields a heavy, heavy thumb — Truth Social, X, Meta, Instagram. To be honest I don’t envy our Republican colleagues,” Bamberg said.</p><p>___</p><p>Chandler reported from Montgomery, Alabama; Collins from Columbia, South Carolina; and Lieb from Jefferson City, Missouri. Associated Press reporter Kristin M. Hall contributed.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/7NFYFFSAGIHJMFQGDXOPX7WUZM.jpg?auth=9d61d0a793b608df3da0aeddbd18b11f6aec05deff8bb4b386403e0e03db85bd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Rep. Joe Towns Jr., D-Memphis, gestures during procedural vote in a House committee meeting of a special session of the state legislature to redraw U.S. Congressional voting maps Wednesday, May 6, 2026, in Nashville, Tenn. (AP Photo/George Walker IV)]]></media:description><media:credit role="author" scheme="urn:ebu">George Walker IV</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4AG3L6CSQ4SJ3BN6CFFXEJW5HM.jpg?auth=b1f36652d08509c56ade2862f63f270df52e11b336d52a22ec2e8ef7dc7baf0b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[State troopers clear a House committee meeting after it was disrupted by protesters during a special session of the state legislature to redraw U.S. Congressional voting maps Wednesday, May 6, 2026, in Nashville, Tenn. (AP Photo/George Walker IV)]]></media:description><media:credit role="author" scheme="urn:ebu">George Walker IV</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BZEUCK4PQLXG5MHPGGTTC33PIE.jpg?auth=356b0350d8c8e959f4ac9fb71a34cff397561f0866c958e1c48f3cdf62a3c5ee&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[House Speaker Cameron Sexton, R-Crossville, sits alone after a House committee meeting during a special session of the state legislature to redraw U.S. Congressional voting maps Wednesday, May 6, 2026, in Nashville, Tenn. (AP Photo/George Walker IV)]]></media:description><media:credit role="author" scheme="urn:ebu">George Walker IV</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VSHPY4QPEUPGSHL3QP4I62H6AY.jpg?auth=1c6865b72b1fdd0514b1f9dcff1a1935a6caaacd8970d0e0d8c766d79d08ca71&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Democratic state Sen. Vivian Figures speaks on SB 1, a redistricting bill, during a special session of the Alabama Legislature, Wednesday, May 6, 2026, in Montgomery, 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/R4WJJFGHZPW7ICT35JBS2TCLGE.jpg?auth=d3251c280898ec3b861f992cb1d2c57bb3c40272b01c51a0ddbee3c4b7a2eceb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Alabama state Sen. J. T. Waggoner listens to debate on SB 1, a redistricting bill, during a special session of the Alabama Legislature, Wednesday, May 6, 2026, in Montgomery, Ala. (AP Photo/Mike Stewart)]]></media:description><media:credit role="author" scheme="urn:ebu">Mike Stewart</media:credit></media:content></item><item><title><![CDATA[Miami friends launch oyster farm mission to restore Florida’s Gulf reefs]]></title><link>https://www.local10.com/news/local/2026/05/06/miami-friends-launch-oyster-farm-mission-to-restore-floridas-gulf-reefs/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/05/06/miami-friends-launch-oyster-farm-mission-to-restore-floridas-gulf-reefs/</guid><dc:creator><![CDATA[Louis Aguirre]]></dc:creator><description><![CDATA[Recent hurricanes, oil spills and overharvesting have devastated Florida’s Gulf oyster populations, cutting off a key supply for many South Florida businesses.]]></description><pubDate>Thu, 07 May 2026 02:46:15 +0000</pubDate><content:encoded><![CDATA[<p>Recent hurricanes, oil spills and overharvesting have devastated Florida’s Gulf oyster populations, cutting off a key supply for many South Florida businesses.</p><p>Two Miami friends say they have a plan to help rebuild it all in half the time -- from an unlikely place inspired by the South Beach nightclub scene.</p><p>“It’s the most exciting thing I’ve ever worked on in my life,” said Fabio Galarce. “I’ve never done anything with so much momentum.”</p><p>The mission is ambitious.</p><p>“We are on a mission to save the Gulf oyster and localize oysters in the South Florida and Central Florida markets,” Galarce said.</p><p>High-end clubs, hotels and restaurants are all looking for quality oysters, and Galarce, a club promoter, teamed up with former professional baseball player Josh Wilkie to launch Everglades Oysters.</p><p>“So, Everglades Oysters is the southernmost tropical farm in the United States,” Galarce said. “We are the biggest off-bottom agriculture farm in the Gulf. And we are on a mission to save the Gulf oyster and localized oysters in the South Florida and Central Florida markets.”</p><p>The duo secured a 74-acre tract in the Ten Thousand Islands, where the Everglades meets the Gulf.</p><p>“We are the tropical oyster, the warm water oyster story is ours to tell,” Galarce said.</p><p>“Here we are growing oysters on the top water column in water that is brackish coming off of the Everglades,” Wilkie said.</p><p>Wilkie, a former major league pitcher, grew up around oysters in South Carolina before moving to South Florida as part of the tech industry. But the opportunity to farm oysters brought him back to his roots.</p><p>“We have an infinite amount of nutrients coming from the Everglades system, the filtration system, and then the organic matter that flows into here,” Wilkie said. “The water quality here is exceptional. It is of the temperature that the oysters thrive.”</p><p>Because of those conditions, the oysters grow six times faster than some northern farms and can grow year-round using a unique process.</p><p>“It’s called flip farm equipment,” Wilkie said. “It’s very cutting edge. It allows us to bring all the tumbling and all the processing of an oyster out here and handling out here and using the wave energy and natural energy of the ocean.”</p><p>The quality, quantity and local sourcing are already winning over chefs across the region.</p><p>“The overwhelming amount of chefs are supportive,” Galarce said. “We’re well on our way to over 100 restaurants that we work with in South Florida. Our goal is to have hundreds by the end of the year.”</p><p>Everglades Oysters supplies restaurants including Stubborn Seed on South Beach, but the company’s mission extends far beyond serving seafood.</p><p>“Fundamentally, the biggest benefit is keep the shells out of the trash because they don’t incinerate, they weigh a lot, they’re a big burden on the trash system,” Galarce said.</p><p>“We give the chefs buckets with lids and they collect the shells as they’re consuming them in the restaurant,” Galarce said. “When our driver comes the following week to do a delivery, they’ll pick up the consumed shells.”</p><p>The company collects empty oyster shells from restaurants and transports them to an avocado farm in Homestead, where they are dried in the sun for six months.</p><p>Keeping the shells out of landfills is one benefit, but the larger goal is restoring Florida’s oyster reefs.</p><p>“The big overarching goal is to save the Gulf oyster,” Galarce said. “Over 90% of the oyster reefs in the wild are functionally extinct.”</p><p>The recycled shells can help repopulate coastal oyster beds because oyster larvae are naturally attracted to empty shells.</p><p>“That oyster is filtering and sequestering nitrogen, carbon,” Galarce said. “50 gallons of water is being filtered by each oyster each day.”</p><p>The company’s early success is fueling plans for rapid expansion.</p><p>“This year, we plan on planting more than 2 million oysters,” Galarce said. “So by 2027, there’s gonna be an abundance of oysters from the Everglades in South Florida.”</p><p>For Wilkie, the work combines business with environmental impact.</p><p>“It’s a perfect mix of everything I love,” he said. “I love being outside. I love the water. We had this really cool mission to not only sell a great product but also do something environmentally impactful and meaningful and giving me a lot of purpose with what I’m doing.”</p><p>The founders say the farm’s success should not come as a surprise. Thousands of years ago, the Calusa tribe built its culture and islands around oysters and their shells, relying on the nutrient-rich waters flowing from the Everglades into the Gulf.</p><p><!-- Local 10 — "Don't Trash Our Treasure" Navbox -->
<div class="dtt-navbox" role="complementary" aria-label="Don't Trash Our Treasure navigation">
  <style>
    .dtt-navbox {
      --dtt-dark: #1e6b3b;
      --dtt-mid:  #2f8d55;
      --dtt-sea:  #1f8a99;
      --ring:     rgba(31,138,153,0.25);

      max-width: 900px;
      margin: 1.25rem auto;
      border-radius: 14px;
      overflow: hidden;
      border: 1px solid rgba(0,0,0,0.08);
      box-shadow: 0 10px 28px rgba(0,0,0,0.08);
      background: #fff;
      font-family: system-ui, -apple-system, Segoe UI, Roboto, "Helvetica Neue", Arial, sans-serif;
      color: #123728;
    }

    .dtt-header img {
      display: block;
      width: 100%;
      height: auto;
      object-fit: cover;
    }

    .dtt-body {
      padding: 14px clamp(14px, 3vw, 22px) 18px;
    }

    /* Vertical stack */
    .dtt-buttons {
      display: flex;
      flex-direction: column;
      gap: 12px;
    }

    .dtt-btn {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      padding: 12px 14px;
      border-radius: 10px;
      background: linear-gradient(180deg, var(--dtt-mid), var(--dtt-dark));
      color: #fff !important;
      text-decoration: none !important;
      font-weight: 700;
      font-size: 0.98rem;
      letter-spacing: .2px;
      border: 1px solid rgba(0,0,0,0.05);
      box-shadow: 0 6px 14px rgba(31,138,153,0.18), inset 0 1px 0 rgba(255,255,255,0.25);
      transition: transform .08s ease, box-shadow .12s ease, filter .12s ease;
      outline: none;
      width: 100%;               /* stretch full width */
      box-sizing: border-box;
      min-height: 48px;
    }
    .dtt-btn:visited { color: #fff !important; }
    .dtt-btn:hover {
      transform: translateY(-1px);
      box-shadow: 0 10px 18px rgba(31,138,153,0.24), inset 0 1px 0 rgba(255,255,255,0.3);
      filter: saturate(1.05);
    }
    .dtt-btn:focus-visible {
      box-shadow: 0 0 0 4px var(--ring), inset 0 1px 0 rgba(255,255,255,0.3);
    }
  </style>

  <!-- Header image only -->
  <div class="dtt-header">
    <img
      src="https://www.local10.com/resizer/v2/2QPYUWHUXFDYBPXRTIGOHHRBKE.png?auth=d632fd4dcdda2eeae8158db6395360d19c0dab43264992a9654a9f0059efebc1"
      alt="Local 10 — Don't Trash Our Treasure"
      width="1600" height="300"
      decoding="async" loading="lazy"
    />
  </div>

  <!-- Body -->
  <div class="dtt-body">
    <nav class="dtt-buttons" aria-label="Don't Trash Our Treasure links">
      <a class="dtt-btn" href="https://www.local10.com/topic/Don%27t_Trash_Our_Treasure/" target="_blank" rel="noopener noreferrer">
        📰 <span>More stories</span>
      </a>

      <a class="dtt-btn" href="https://www.local10.com/community/2021/04/20/send-us-your-story-ideas-for-dont-trash-our-treasure/" target="_blank" rel="noopener noreferrer">
        💡 <span>Send us your ideas</span>
      </a>

      <a class="dtt-btn" href="https://www.local10.com/news/local/2021/04/20/list-get-involved-with-beach-cleanups-in-south-florida/" target="_blank" rel="noopener noreferrer">
        📍 <span>Find beach cleanups</span>
      </a>
    </nav>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Former Spirit flight attendants turn to dog grooming business after airline shutdown]]></title><link>https://www.local10.com/news/local/2026/05/06/former-spirit-flight-attendants-turn-to-dog-grooming-business-after-airline-shutdown/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/05/06/former-spirit-flight-attendants-turn-to-dog-grooming-business-after-airline-shutdown/</guid><dc:creator><![CDATA[Terrell Forney]]></dc:creator><description><![CDATA[Andrea Strausberg and Jason Stroh spent a combined 10 years working as flight attendants for Spirit Airlines.]]></description><pubDate>Thu, 07 May 2026 02:44:39 +0000</pubDate><content:encoded><![CDATA[<p>Andrea Strausberg and Jason Stroh spent a combined 10 years working as flight attendants for Spirit Airlines.</p><p>“I think it is a blessing in disguise,” Stroh said.</p><p>The surprise shutdown of the airline Saturday may have derailed the couple’s careers, but not their spirit.</p><p>“We’re gonna come up from this -- just a little stepping stone to get where we need to get,” Strausberg said.</p><p>That next step is a new passion project centered around pets.</p><p>“We do dog grooming, boarding, doggie daycare,” Stroh said.</p><p>The couple now runs Sunnyside Pups, using skills they said they learned while working in the airline industry.</p><p>“The compassion, empathy and patience above all and we use it every single day in our business and with the fur babies that we look after, so I’m very grateful for everything I learned from Spirit,” Strausberg said.</p><p>“Working at Spirit is kind of like the school of hard knocks in the service industry, so it’s definitely -- we’re polished in that regard,” Stroh added.</p><p>“This is plan A,” Stroh said. “A lot of flight attendants -- it’s hard to stay out of the industry. They go from one to the other. I don’t see that in our cards anytime soon.”</p><p>Roughly 5,000 other people across the state, most of them in South Florida, are now scrambling to find work.</p><p>A job fair planned Thursday at Miami International Airport in Concourse J could help some of those former Spirit employees.</p><p>“I wanted to retire here, I loved this job,” said flight attendant Dante Taylor.</p><p>But Taylor said he needed the health insurance from his job, which stopped in the middle of his treatment for Hodgkin lymphoma.</p><p>“What are we supposed to do?” Taylor said. “When coverage from Marketplace, even though it’s backdated, it’s not effective until June 1. We need coverage now.”</p><p>The fallout also includes Spirit’s new $250 million headquarters in Dania Beach.</p><p>Broward County’s mayor is now floating the idea of turning the vacant property into a new county administration building.</p><p>But no matter what happens with Spirit, the married couple said they are focused on flying high with their new dog grooming business.</p><p>“I applied to Delta and I was gonna move forward with the interview, but I decided I want to pursue this instead,” Strausberg 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[Spirit Airlines sudden layoffs hurt cancer patients and careers]]></title><link>https://www.local10.com/news/2026/05/06/spirit-airlines-sudden-layoffs-hurt-cancer-patients-and-careers/</link><guid isPermaLink="true">https://www.local10.com/news/2026/05/06/spirit-airlines-sudden-layoffs-hurt-cancer-patients-and-careers/</guid><dc:creator><![CDATA[Christian De La Rosa, Andrea Torres]]></dc:creator><description><![CDATA[Earlier this year, Dante Taylor was diagnosed with Hodgkin’s lymphoma, a highly treatable blood cancer of the lymphatic system.]]></description><pubDate>Wed, 06 May 2026 21:56:23 +0000</pubDate><content:encoded><![CDATA[<p>Earlier this year, Dante Taylor was diagnosed with Hodgkin’s lymphoma, a highly treatable blood cancer of the lymphatic system.</p><p>Taylor, a flight attendant, had worked for Spirit Airlines for about seven years when he found out that his health insurance had expired, and he was jobless on Saturday. </p><p>“I wanted to retire here. I love this job ... It really felt like somebody stabbed me right here in my chest ... What are we supposed to do when coverage from <a href="https://www.healthcare.gov/" target="_self" rel="" title="https://www.healthcare.gov/">Marketplace</a> or <a href="https://www.dol.gov/general/topic/health-plans/cobra" target="_self" rel="" title="https://www.dol.gov/general/topic/health-plans/cobra">COBRA</a> ... is not effective until June 1. We need coverage now,” Taylor said. </p><p><b>Related fundraiser</b></p><p><div class="gfm-embed" data-url="https://www.gofundme.com/f/support-dantes-cancer-recovery/widget/large?sharesheet=undefined&attribution_id=sl:9d94de9f-2087-4540-ae35-d7442f8d1017"></div><script defer src="https://www.gofundme.com/static/js/embed.js"></script></p><p>Joe Lopez joined Spirit Airlines in 2011. In an instant, he said he lost the seniority and benefits that took him years to build. </p><p>Lopez said that after he was laidoff he applied for <a href="https://www.floridajobs.org/reemployment-assistance-service-center/reemployment-assistance/claimants/apply-for-benefits" target="_self" rel="" title="https://www.floridajobs.org/reemployment-assistance-service-center/reemployment-assistance/claimants/apply-for-benefits">unemployment benefits</a>, and he has applied for other jobs to stay in the industry. </p><p>“I am so grateful that I still have some savings,” Lopez said. </p><p>Taylor wished they could have had more time to prepare. </p><p>“I want to know why not give us a better heads up,” Taylor said. “Why lead us on to the fact that we thought it was safe to continue working there.”</p><p>Rick Beasley, the executive director of CareerSource South Florida, is hoping to change lives on Thursday with a job fair. </p><p>“American Airlines has jumped in,” Beasley said, adding that the list of employers also includes Miami Dade College, Atlantis University, and Miami Dade County Public Schools.</p><p>It’s from 10 a.m. to 2 p.m. at Miami International Airport’s South Terminal Auditorium’s Concourse J, third level. For more information, call 1-800-385-3920.</p><p><b>Related social media</b></p><p><blockquote class="twitter-tweet" data-media-max-width="560"><p lang="en" dir="ltr">🚨THIS THURSDAY🚨<br> <a href="https://twitter.com/CareerSourceSFL?ref_src=twsrc%5Etfw">@CareerSourceSFL</a> is hosting a Specialized Job Fair at <a href="https://twitter.com/iflymia?ref_src=twsrc%5Etfw">@iflymia</a> from 10 A.M. to 2 P.M. for displaced Spirit Airlines employees.<br><br>Additionally, Spirit employees in Florida affected by this layoff may call a dedicated help line at 1-800-385-3920 if they need help… <a href="https://t.co/QkADARoOhr">pic.twitter.com/QkADARoOhr</a></p>&mdash; FloridaCommerce (@FLACommerce) <a href="https://twitter.com/FLACommerce/status/2051782536074776740?ref_src=twsrc%5Etfw">May 5, 2026</a></blockquote> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script></p><p><b>LOCAL LAYOFFS </b></p><p>With more than $2.5 billion in losses since 2020, the bankruptcy filings followed in 2024 and 2025, and the shutdown was on Saturday after a last-minute $500 million government bailout failed. </p><p>“We have 18,000 people that live in this country that are great people and great employees,” President Donald Trump said about Spirit Airlines employees nationwide <a href="https://www.whitehouse.gov/videos/president-trump-delivers-remarks-apr-23-2026/" target="_self" rel="" title="https://www.whitehouse.gov/videos/president-trump-delivers-remarks-apr-23-2026/">on April 23</a> at the White House.</p><p>Spirit Airlines filed <a href="https://reactwarn.floridajobs.org/WarnList/Records?year=2026" target="_self" rel="" title="https://reactwarn.floridajobs.org/WarnList/Records?year=2026">the layoff notices</a> on Monday with the <a href="https://www.floridajobs.org/Reemployment-Assistance-Service-Center" target="_self" rel="" title="https://www.floridajobs.org/Reemployment-Assistance-Service-Center">FloridaCommerce</a>, the state’s lead agency for workforce, and reported laying off more than 4,850 employees in Florida.</p><p>That included more than 3,260 layoffs in Broward and Miami-Dade counties. There were 2,529 at Fort Lauderdale-Hollywood International Airport, 551 at the Spirit Support Center in Dania Beach, and 181 at Miami International Airport. </p><p><b>Related document: </b><a href="https://reactwarn.floridajobs.org/WarnList/DownloadAzureFile?file=Spirit+Airways++05.04.2026.pdf" target="_self" rel="" title="https://reactwarn.floridajobs.org/WarnList/DownloadAzureFile?file=Spirit+Airways++05.04.2026.pdf">Notice of layoff (May 2-13)</a></p><figure><img src="https://www.local10.com/resizer/v2/NZL5QQ5O6RFFJAFFFB65C2XTB4.jpg?auth=4397c9c07cb6999abfa654c9767c88757ac154df4d088bb72e1e9bb5b3989247&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p><b>Helpful link</b>: <a href="https://www.spiritrestructuring.com/" target="_self" rel="" title="https://www.spiritrestructuring.com/">Spirit Airlines restructuring page</a></p><p><b>Related stories</b></p><ul><li><a href="https://www.local10.com/news/2026/05/06/browards-family-success-centers-aim-to-help-ex-spirit-airlines-employees/" target="_self" rel="" title="https://www.local10.com/news/2026/05/06/browards-family-success-centers-aim-to-help-ex-spirit-airlines-employees/">Commissioner: Family Success Centers ready to help ex-Spirit Airlines employees living in Broward</a></li><li><a href="https://www.local10.com/news/2026/05/05/spirit-airlines-reports-4800-job-cuts-in-florida/" target="_self" rel="" title="https://www.local10.com/news/2026/05/05/spirit-airlines-reports-4800-job-cuts-in-florida/">Spirit Airlines reports over 4,850 job cuts in Florida</a></li><li><a href="https://www.local10.com/news/2026/05/04/while-still-wearing-spirit-airlines-uniforms-job-hunters-turn-out-to-careersource-broward/" target="_self" rel="" title="https://www.local10.com/news/2026/05/04/while-still-wearing-spirit-airlines-uniforms-job-hunters-turn-out-to-careersource-broward/">While still wearing Spirit Airlines uniforms, job seekers start asking for help</a></li><li><a href="https://www.local10.com/news/2026/05/04/jobless-former-spirit-airlines-employees-march-in-dania-beach/" target="_self" rel="" title="https://www.local10.com/news/2026/05/04/jobless-former-spirit-airlines-employees-march-in-dania-beach/">Jobless former Spirit Airlines employees march in Dania Beach</a></li><li> <a href="https://www.local10.com/news/2026/05/04/spirit-airlines-asked-guests-not-to-go-to-the-airport-employees-want-answers-after-collapse/" target="_self" rel="" title="https://www.local10.com/news/2026/05/04/spirit-airlines-asked-guests-not-to-go-to-the-airport-employees-want-answers-after-collapse/">Spirit Airlines asks guests not to go to the airport, or expect rebookings</a></li></ul><h3><b>Upcoming job fairs</b></h3><p>CareerSource South Florida is hosting a job fair for former Spirit Airlines employees from 10 a.m. to 2 p.m. at Miami International Airport’s South Terminal Auditorium’s Concourse J, third level. For more information, call 1-800-385-3920.</p><p>Miramar is hosting a job fair from 10 a.m. to 2 p.m. on May 20 at the Miramar Cultural Center, at 2400 Civic Center Place. Admission and parking are free. For more information, <a href="https://www.eventbrite.com/e/miramar-job-fair-2026-tickets-1984490898699" target="_self" rel="" title="https://www.eventbrite.com/e/miramar-job-fair-2026-tickets-1984490898699">visit the Evenbrite page</a>. </p><p>The <a href="https://www.eventbrite.com/e/port-everglades-career-fair-expo-tickets-1986921960069?aff=oddtdtcreator" target="_self" rel="" title="https://www.eventbrite.com/e/port-everglades-career-fair-expo-tickets-1986921960069?aff=oddtdtcreator">Port Everglades Career Fair &amp; Expo</a> is from 9 a.m. to 1 p.m. on May 27 at the Broward County Convention Center at 1950 Eisenhower Boulevard in Fort Lauderdale. Admission and parking are free. Here is a <a href="https://www.porteverglades.net/articles/post/port-everglades-career-fair/" target="_self" rel="" title="https://www.porteverglades.net/articles/post/port-everglades-career-fair/">list of the participating companies </a>&gt;</p><h3><b>Resources</b></h3><ul><li>Broward County has four <a href="https://www.broward.org/FamilySuccess/Pages/FamilySuccessCenters.aspx" target="_self" rel="" title="https://www.broward.org/FamilySuccess/Pages/FamilySuccessCenters.aspx">Family Success Centers</a> to help with housing and utilities. </li><li>Department of Labor: <a href="https://www.dol.gov/spirit" target="_self" rel="" title="https://www.dol.gov/spirit">Rapid response services</a> includes guidance on<a href="https://www.dol.gov/agencies/ebsa/laws-and-regulations/laws/cobra" target="_self" rel="" title="https://www.dol.gov/agencies/ebsa/laws-and-regulations/laws/cobra"> COBRA continuation coverage</a></li><li>American Airlines launches <a href="https://jobs.aa.com/go/supportingspirit/9903300/" target="_self" rel="" title="https://jobs.aa.com/go/supportingspirit/9903300/">“Supporting Spirit” career page</a></li><li>United Airlines launches program to prioritize former Spirit Airlines employees when hiring. <a href="https://careers.united.com/us/en/search-results?utm_source=spiritemployees&amp;utm_medium=press" target="_self" rel="" title="https://careers.united.com/us/en/search-results?utm_source=spiritemployees&amp;utm_medium=press">Here is the career page &gt;</a></li><li>Southwest Airlines was <a href="https://careers.southwestair.com/us/en/" target="_self" rel="" title="https://careers.southwestair.com/us/en/">recruiting on this page</a>. </li><li>JetBlue’s <a href="https://careers.jetblue.com/viewalljobs/" target="_self" rel="" title="https://careers.jetblue.com/viewalljobs/">jobs page</a></li><li>JetBlue announced an extension of the “jumpseat agreement for the next two weeks, subject to space availability and limited to cabin seating” for those who were stranded while working for Spirit Airlines, and also announced “preferential employment interviews.”</li><li>Delta releases <a href="https://news.delta.com/delta-offers-rescue-fares-support-travelers-following-spirit-airlines-suspension-operations" target="_self" rel="" title="https://news.delta.com/delta-offers-rescue-fares-support-travelers-following-spirit-airlines-suspension-operations">statement of help </a></li><li>For more information about help from the <a href="https://afacwa.org/spirit_resources/#:~:text=Spirit%20employees%20in%20Florida%20affected,new%20employment%20or%20training%20opportunities." target="_self" rel="" title="https://afacwa.org/spirit_resources/#:~:text=Spirit%20employees%20in%20Florida%20affected,new%20employment%20or%20training%20opportunities.">Association of Flight Attendants</a>, call 1-800-385-3920 </li><li><a href="https://careersourcebroward.com/spiritairlines" target="_self" rel="" title="https://careersourcebroward.com/spiritairlines">CareerSource Broward</a> offers services such as job placement and career coaching at three centers at 4941 Coconut Creek Parkway, 2550 West Oakland Park Boulevard, and 7550 Davie Road Extension in Hollywood. </li><li><a href="https://www.employ-miamidade.com/vosnet/default.aspx" target="_self" rel="" title="https://www.employ-miamidade.com/vosnet/default.aspx">Employ Miami-Dade</a> has <a href="https://www.employ-miamidade.com/vosnet/dashboards/default.aspx?menuid=MENU_START_PAGE_DASHBOARD" target="_self" rel="" title="https://www.employ-miamidade.com/vosnet/dashboards/default.aspx?menuid=MENU_START_PAGE_DASHBOARD">services for job seekers</a>. </li><li><a href="https://www.careeronestop.org/LocalHelp/AmericanJobCenters/find-american-job-centers.aspx" target="_self" rel="" title="https://www.careeronestop.org/LocalHelp/AmericanJobCenters/find-american-job-centers.aspx">CareerOneStop</a> has a database for job centers </li><li>To file an <a href="https://www.careeronestop.org/LocalHelp/UnemploymentBenefits/find-unemployment-benefits.aspx?location=FL" target="_self" rel="" title="https://www.careeronestop.org/LocalHelp/UnemploymentBenefits/find-unemployment-benefits.aspx?location=FL">unemployment benefits claim</a> in Florida, call 1-800-204-2418 or <a href="https://www.floridajobs.org/reemployment-assistance-service-center/reemployment-assistance/claimants/apply-for-benefits" target="_self" rel="" title="https://www.floridajobs.org/reemployment-assistance-service-center/reemployment-assistance/claimants/apply-for-benefits">visit this page</a>. </li><li>Find your local food bank, <a href="https://www.feedingamerica.org/find-your-local-foodbank" target="_self" rel="" title="https://www.feedingamerica.org/find-your-local-foodbank">on this Feeding America page</a></li></ul>]]></content:encoded></item><item><title><![CDATA[Jalen Brunson helps the Knicks take a 2-0 lead over the 76ers with a 108-102 victory]]></title><link>https://www.local10.com/sports/2026/05/06/jalen-brunson-helps-the-knicks-take-a-2-0-lead-over-the-76ers-with-a-108-102-victory/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/05/06/jalen-brunson-helps-the-knicks-take-a-2-0-lead-over-the-76ers-with-a-108-102-victory/</guid><dc:creator><![CDATA[By BRIAN MAHONEY, Associated Press]]></dc:creator><description></description><pubDate>Thu, 07 May 2026 02:59:36 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Jalen Brunson scored 26 points and helped New York seize control of a close game after a run of blowouts, leading the Knicks to a 108-102 victory over the Philadelphia 76ers on Wednesday night for a 2-0 lead in the Eastern Conference semifinals.</p><p>Playing without the injured Joel Embiid, the 76ers put up a far better fight than in the Knicks' 137-98 romp in Game 1. The game featured 25 lead changes — the most in a playoff game in 11 years — and 14 ties. Neither team led by more than seven points.</p><p>“Most importantly it’s staying poised, staying composed,” Brunson said. “Just figuring out one just play at a time, one step at a time and not looking too far ahead.”</p><p>Those kinds of situations are made for Brunson, who made the tiebreaking basket with 5:06 remaining and added another jumper for a 103-99 advantage with 3:45 to play before Mikal Bridges' basket made it a six-point game.</p><p>“They started switching a little bit and he got to his spots and scored a bucket and that’s what he’s expected to do for us,” Knicks coach Mike Brown said of Brunson.</p><p>OG Anunoby added 24 points for New York, though he left late in the game, went to the locker room and didn't return to the bench. Brown said after the game he didn't have an update on the forward's status.</p><p>Karl-Anthony Towns had 20 points, 10 rebounds and seven assists for the Knicks, whose Game 1 victory made them the first team to win three straight postseason games by at least 25 points.</p><p>Tyrese Maxey scored 26 points for the 76ers, who face another big climb after falling behind 3-1 against Boston in the first round.</p><p>The series moves to Philadelphia for Game 3 on Friday and Game 4 on Sunday, where Embiid will find out if gets his wish for the arena to be filled with Sixers fans or if New Yorkers made their way in.</p><p>Embiid was ruled out with right hip and ankle injuries after waking up with soreness and being unable to go through the 76ers’ morning shootaround.</p><p>But the 76ers, who won Game 2 in Boston without him while he was still recovering from a late-season appendectomy, got 19 points each from Paul George and Kelly Oubre Jr. and 17 from VJ Edgecombe to nearly overcome their big man’s absence.</p><p>They were ahead for the final time at 99-96 after Oubre’s 3-pointer before Josh Hart — who had appeared to hurt his left hand or wrist in the third quarter and left the game — made a 3-pointer with 6:52 remaining.</p><p>“I thought we had maybe four wide-open shots in a row that didn’t go,” 76ers coach Nick Nurse said. “We just needed to keep the scoreboard moving and we played great offense. We just didn’t shot-make.”</p><p>The 25 lead changes were the most since the Spurs and Clippers combined for 31 on May 2, 2015.</p><p>Maxey managed only 13 points in Game 1 but was back to leaving defenders in the dust Wednesday, scoring 15 points in the second quarter and 19 in the first half.</p><p>The Knicks did a better job on him in the second half, led by Bridges, who also contributed 18 points.</p><p>___</p><p>AP NBA: https://apnews.com/hub/nba</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/5FMK6UCPPVKMWX6IVX5HJ5KK3Q.jpg?auth=f38349aba4b4fbb3a9f17ac75c74df1298c452395d5e5793139b84fdbde4cfad&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[New York Knicks guard Jalen Brunson, right, drives past Philadelphia 76ers guard Quentin Grimes (5) during the first half of Game 2 in a second-round NBA basketball playoffs series, Wednesday, May 6, 2026, in New York. (AP Photo/Yuki Iwamura)]]></media:description><media:credit role="author" scheme="urn:ebu">Yuki Iwamura</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BJVPMLSMRZ6VIHWIJQX7PI7PDQ.jpg?auth=8a20c3382e1e22bf7749f50b380599a7250a9a90756db9f846046622cdc89a2f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Philadelphia 76ers center Adem Bona (30) blocks New York Knicks guard Jordan Clarkson (00) during the first half of Game 2 in a second-round NBA basketball playoffs series, Wednesday, May 6, 2026, in New York. (AP Photo/Yuki Iwamura)]]></media:description><media:credit role="author" scheme="urn:ebu">Yuki Iwamura</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DKVR7NV5MW6H2ANUS5QAGROHII.jpg?auth=92371df619ade2bd5b93a11276c2805575e89ee51a44cd66b86c880bb585beb3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[New York Knicks forward Og Anunoby, center left, blocks Philadelphia 76ers guard Quentin Grimes (5) during the first half of Game 2 in a second-round NBA basketball playoffs series, Wednesday, May 6, 2026, in New York. (AP Photo/Yuki Iwamura)]]></media:description><media:credit role="author" scheme="urn:ebu">Yuki Iwamura</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FMKFHSHB5OSG4U736DSGYDL2JU.jpg?auth=55380b732e4a28cafdfb1d9f1e1f4755a26ab7385e4d2de1c501e52eeff71009&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[New York Knicks center Ariel Hukporti (55) fights for control of the ball with Philadelphia 76ers center Andre Drummond (1) during the first half of Game 2 in a second-round NBA basketball playoffs series, Wednesday, May 6, 2026, in New York. (AP Photo/Yuki Iwamura)]]></media:description><media:credit role="author" scheme="urn:ebu">Yuki Iwamura</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/H44GOBIDUS2B5P5ZFKIOQVXAOM.jpg?auth=0b0e2c042b674073aaca48b81fbf895b3734a54bcf7b969d514b367f523ea065&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Philadelphia 76ers center Adem Bona, right, fights for control of the ball with New York Knicks guard Josh Hart during the first half of Game 2 in a second-round NBA basketball playoffs series, Wednesday, May 6, 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[Chief Justice John Roberts says Supreme Court is not political]]></title><link>https://www.local10.com/news/politics/2026/05/06/chief-justice-john-roberts-says-supreme-court-is-not-political/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/05/06/chief-justice-john-roberts-says-supreme-court-is-not-political/</guid><dc:creator><![CDATA[By LINDSAY WHITEHURST, Associated Press]]></dc:creator><description></description><pubDate>Thu, 07 May 2026 02:24:43 +0000</pubDate><content:encoded><![CDATA[<p>HERSHEY, Pa. (AP) — Supreme Court justices are not “political actors,” Chief Justice John Roberts said Wednesday, insisting unpopular court decisions are based solely on the law.</p><p>“I think, at a very basic level, people think we’re making policy decisions, we're saying we think this is how things should be, as opposed to what the law provides,” he said. “I think they view us as purely political actors, which I don’t think is an accurate understanding of what we do.”</p><p>His remarks to a conference of judges and lawyers from the 3rd U.S. Circuit in Pennsylvania came at a time of low public confidence in the court, and about a week after the court handed down a decision that hollowed out the Voting Rights Act.</p><p>The high court struck down a majority-Black congressional district in Louisiana, finding it was an unconstitutional gerrymander based on race. The decision weakened the Civil Rights era law that has increased minority representation in Congress, and it opened the door for more redistricting across the country that could aid Republican efforts to control the House.</p><p>In recent years, the conservative majority court has also handed down landmark rulings overturning the constitutional right to abortion, expanding gun rights and ending affirmative action in higher education.</p><p>Roberts didn’t reference any specific decisions in his remarks, but said the court is “simply not part of the political process.”</p><p>Opinions, he said, are based on the Constitution — though he acknowledged disagreement with some outcomes. “One thing we have to do is make decisions that are unpopular,” he said.</p><p>Criticism, he said, should focus on rulings rather than personal attacks. He condemned the targeting of lower-court judges, a sentiment he’s repeated amid rising threats to the judiciary. “That’s not appropriate and it can lead to very serious problems,” he said.</p><p>High-profile criticism of judges in personal terms has come from Republican President Donald Trump, who also targeted Roberts and other justices who voted against him in the opinion that struck down tariffs the president levied under an emergency-powers law.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/76UYWTSHE3V45Y45NZLYIZN5DA.jpg?auth=08a9bd6e048100d578e8d81bd33cc8f3051133b3f01a348156021442ba6d3e0b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - John Roberts, Chief Justice of the U.S. Supreme Court, speaks during lecture to the Georgetown Law School graduating class of 2025, in Washington, May 12, 2025. (AP Photo/Manuel Balce Ceneta, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Manuel Balce Ceneta</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/CAJ6SORLSMNH4XVESELG6UGXVE.jpg?auth=67a7e917a8343433133dd11cecea9ab2879f8ee5b853118a6aa7d81962aa9702&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People visit the Supreme Court, Thursday, April 30, 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[Byram, McLeod score to revive Sabres power play in 4-2 win over Montreal in 2nd round playoff opener]]></title><link>https://www.local10.com/sports/2026/05/06/byram-mcleod-score-to-revive-sabres-power-play-in-4-2-win-over-montreal-in-2nd-round-playoff-opener/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/05/06/byram-mcleod-score-to-revive-sabres-power-play-in-4-2-win-over-montreal-in-2nd-round-playoff-opener/</guid><dc:creator><![CDATA[By JOHN WAWROW, Associated Press]]></dc:creator><description></description><pubDate>Thu, 07 May 2026 03:28:01 +0000</pubDate><content:encoded><![CDATA[<p>BUFFALO, N.Y. (AP) — Bowen Byram and Ryan McLeod scored on consecutive power-play opportunities in reviving Buffalo’s anemic special-teams unit, and the Sabres defeated the Montreal Canadiens 4-2 in Game 1 of their second-round playoff series on Wednesday night.</p><p>Josh Doan and Jordan Greenway also scored for Buffalo, which was making its first second-round appearance since 2007, and first overall in 15 years. Alex Lyon stopped 26 shots and improved to 4-1 since taking over the starting duties in Game 3 against Buffalo’s opening-round opponent Boston.</p><p>Nick Suzuki and Kirby Dach scored for Montreal, which appeared slow to find its legs three days after defeating Tampa Bay in Game 7 of its first-round series. Jakub Dobes finished with 12 saves, and allowed four goals after allowing a combined two in splitting Games 6 and 7 against the Lightning.</p><p>Montreal has yet to win consecutive playoff games this postseason, and was coming off a series in which all seven games were decided by one goal, including four in overtime.</p><p>Buffalo hosts Game 2 on Friday night, before the series shifts to Montreal on Sunday.</p><p>The Sabres were the more rested team, having had four days off since beating Boston 4-1 in Game 6 on Friday.</p><p>“I like the quick start we got off to. I know we can be a lot better," Sabres coach Lindy Ruff said, noting he thought Buffalo looked disjointed at times. “There’s a couple situations in the game that we gave them a little bit of momentum.”</p><p>Doan opened the scoring 4:31 in by converting Zach Benson’s pass to cap a 2-on-1 after Montreal defenseman Lane Hutson fell and turned over the puck in front of his bench.</p><p>McLeod made it 2-0 by converting Benson’s pass through the crease on Buffalo’s second power-play opportunity 13:26 into the first period. Byram scored on the next opportunity by snapping in a shot from between the circles to put Buffalo up 4-1 midway through the second period.</p><p>Byram’s goal was his fourth, matching the Sabres’ franchise playoff record for defensemen, joining Mike Ramsey (1988), Jason Woolley and Alexei Zhitnik, who both scored four in 1999.</p><p>Canadiens coach Martin St. Louis was pleased with how much more room his players had to create with the puck after a tight-checking series against the Lightning. His only issue is the Canadiens need to take advantage of it.</p><p>"Now, what does that mean? I got to rewatch," St. Louis said.</p><p>“I have ideas, but I’m not going to put my stamp on those ideas right now. Even if I did, I wouldn't tell you," he added. "I’m confident that we can play any style. I’m confident that we could play the game that’s in front of us. And I’m confident that we can learn from this one and be better.</p><p>Buffalo converted 2 of 3 power-play chances, breathing new life into a unit that went 1 of 24 against Boston. The Sabres' 4.2% conversion rate was tied for 865th out of 897 teams that had 20 or more opportunities in a playoff series since 1978.</p><p>And Buffalo’s man-advantage woes carried over from the final seven regular-season games, during which the team went 0 for 22.</p><p>McLeod didn't mind hearing questions about the power play on Wednesday night.</p><p>“I mean, maybe keep asking, if we’re gonna keep scoring now,” he said with a laugh. “It’s a process of building it and getting your look. So I think, we got them tonight and it was going in.”</p><p>Sabres captain Rasmus Dahlin limped off favoring his right leg with under three minutes left after blocking a shot by Jake Evans. Dahlin briefly went up the tunnel, before returning to the bench, but did not see any further ice time.</p><p>Ruff said he doesn't believe there's an issue after seeing Dahlin walking down the hallway.</p><p>Dach scored the game’s highlight goal, cutting Buffalo’s lead to 4-2 with 3:29 left in the second. Driving up the right wing, Dach’s centering pass was blocked by Lyon’s stick. The puck caromed back to Dach who, while falling, was able to lift the puck over the goalie’s glove.</p><p>___</p><p>AP NHL: https://apnews.com/hub/stanley-cup and https://apnews.com/hub/nhl</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/Q43TKNZARLSC6FWP7CWISSMEMY.jpg?auth=d7212bf2e53c81372a364667c76b04f3eaf62989130a02d8df89b300d1241c81&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Buffalo Sabres right wing Josh Doan, right, celebrates his goal with center Josh Norris, during the first period in Game 1 of a second-round NHL hockey Stanley Cup playoff series, Wednesday, May 6, 2026, in Buffalo, N.Y. (AP Photo/Jeffrey T. Barnes)]]></media:description><media:credit role="author" scheme="urn:ebu">Jeffrey T. Barnes</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/7NQ6FBIY4H3QIBNZWTEU3MNZ6U.jpg?auth=fd4dd8aef9aa9ca9eb2a26e471f6a073d6090adc8a1be56186c8a96df50058a9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Montreal Canadiens goaltender Jakub Dobes, right, watches the puck shot by Buffalo Sabres right wing Alex Tuch (89) during the first period in Game 1 of a second-round NHL hockey Stanley Cup playoff series, Wednesday, May 6, 2026, in Buffalo, N.Y. (AP Photo/Jeffrey T. Barnes)]]></media:description><media:credit role="author" scheme="urn:ebu">Jeffrey T. Barnes</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GEICN63OPUCNPUWGVLIEGC3RLU.jpg?auth=0e151cbd2ff7b8eb3f1b238a1b996f8cda9a9cd03028bf35172e2d7485b81624&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Montreal Canadiens center Nick Suzuki, front left, and Buffalo Sabres center Peyton Krebs (19) battle after a face-off during the second period in Game 1 of a second-round NHL hockey Stanley Cup playoff series, Wednesday, May 6, 2026, in Buffalo, N.Y. (AP Photo/Jeffrey T. Barnes)]]></media:description><media:credit role="author" scheme="urn:ebu">Jeffrey T. Barnes</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4UR4SEMFMRHIQGLIR3G6NPTXLU.jpg?auth=969df2624cb12041f3b526d15407ab5e20592ee17a330e9458896bf139d4731b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Buffalo Sabres right wing Josh Doan, left, is stopped by Montréal Canadiens goaltender Jakub Dobes (75) during the first period in Game 1 of a second-round NHL hockey Stanley Cup playoff series, Wednesday, May 6, 2026, in Buffalo, N.Y. (AP Photo/Jeffrey T. Barnes)]]></media:description><media:credit role="author" scheme="urn:ebu">Jeffrey T. Barnes</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/7AKBEZP74AKV2QNZ2NBJ5BJWZU.jpg?auth=3eea737187253f4d97a341a6ef8452b1f659e726c7b3daf94caf567c02c39e5d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Buffalo Sabres left wing Jordan Greenway, center, celebrates his goal during the second period in Game 1 of a second-round NHL hockey Stanley Cup playoff series against the Montreal Canadiens, Wednesday, May 6, 2026, in Buffalo, N.Y. (AP Photo/Jeffrey T. Barnes)]]></media:description><media:credit role="author" scheme="urn:ebu">Jeffrey T. Barnes</media:credit></media:content></item><item><title><![CDATA[Oil prices keep falling, while US stocks hang near their record highs]]></title><link>https://www.local10.com/business/2026/05/07/oil-prices-keep-falling-while-us-stocks-hang-near-their-record-highs/</link><guid isPermaLink="true">https://www.local10.com/business/2026/05/07/oil-prices-keep-falling-while-us-stocks-hang-near-their-record-highs/</guid><dc:creator><![CDATA[By STAN CHOE, Associated Press]]></dc:creator><description></description><pubDate>Thu, 07 May 2026 14:42:09 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — The U.S. stock market is holding near its records Thursday as oil prices keep dropping on hopes that a deal may be nearing to allow tankers to carry crude once again from the Persian Gulf to customers.</p><p>The price for a barrel of Brent crude oil, the international standard, fell another 4.5% to $96.70, down from more than $115 early this week. It and gasoline are still much more expensive than they were before the war with Iran began, but hope is rising in financial markets as Iran said it was reviewing the latest U.S. proposals on ending their war.</p><p>On Wall Street, the S&P 500 added 0.1% to its all-time high set the day before after a spokesperson for Pakistan’s Foreign Ministry said, “We expect an agreement sooner rather than later.” Pakistan has been acting as a mediator between the United States and Iran. The hope is that an end to the war will reopen the Strait of Hormuz, whose closure has kept oil tankers pent up in the Persian Gulf and sent prices higher for crude and all kinds of products  worldwide.</p><p>The Dow Jones Industrial Average was down 176 points, or 0.4%, as of 10:30 a.m. Eastern time, and the Nasdaq composite was adding 0.5% to its own record.</p><p>Of course, Wall Street has rallied strongly before on hopes for a coming end to the war with Iran, only to get quickly disappointed. That could happen again, and tensions are still high in the Middle East after a U.S. fighter jet shot out the rudder of an Iranian oil tanker in the Gulf of Oman Wednesday as it tried to breach the American blockade of Iran’s ports.</p><p>Despite all those uncertainties, a powerful parade of U.S. companies saying they made even bigger profits during the first three months of the year than analysts expected has helped support the U.S. stock market. Stock prices tend to follow the path of corporate profits over the long term.</p><p>Datadog leaped 28.6% after the monitoring and security platform for cloud applications topped analysts' expectations for profit in the latest quarter. Albemarle jumped 11.2%, and Vistra rose 2.6% after both likewise delivered better-than-expected results.</p><p>They helped offset a 13.1% drop for Whirlpool, which tumbled after reporting much weaker results than analysts expected. The seller of home appliances said it would raise prices by at least 10% for some of its offerings, while accelerating cuts to its costs, as it contends with weaker confidence among U.S. consumers.</p><p>Shake Shack dropped 28.8% after its results for the latest quarter fell well below analysts' expectations.</p><p>McDonald’s held steadier and added 0.6% after its revenue for the latest quarter edged past analysts’ expectations. It credited a new burger and a continuing emphasis on value.</p><p>In the bond market, Treasury yields fell with the price of oil. The yield on the 10-year Treasury eased to 4.34% from 4.36% late Wednesday and from 4.45% at the start of the week.</p><p>Lower yields can bring down rates for mortgages  and other kinds of loans going to U.S. households and businesses, which in turn can give the economy a boost. Lower yields also tend to push upward on prices for stocks and other kinds of investments. The 10-year Treasury yield, though, remains well above its 3.97% level from just before the war.</p><p>Several reports on the U.S. economy also came in mixed. One said more U.S. workers applied for unemployment benefits last week, but the increase was not as bad as economists expected. Another report suggested that productivity for U.S. workers improved by only half of what economists expected last quarter.</p><p>In stock markets abroad, indexes fell in Europe following a stronger finish in Asia.</p><p>Japan’s Nikkei 225 roared 5.6% higher as trading in Tokyo reopened following a holiday and caught up with big gains for Asian markets from earlier in the week. It’s at a record after soaring nearly 71% in the last 12 months on strength for tech stocks benefiting from the boom in artificial intelligence.</p><p>“I think it’s a kind of bubble because buying activity concentrated on leading AI, artificial intelligence stock and semiconductor-related stocks. It’s a situation where only semiconductor stocks are being bought,” said Takashi Hiroki, chief strategist at MONEX.</p><p>___</p><p>AP Business Writers Matt Ott and Elaine Kurtenbach contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/YISLL4CCHWXOCPOH3MXMGWNXRU.jpg?auth=73c2f848c1a846f964d9a9c0850e0a25963b15ba1b00236a86436dced672062b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Trader Edward McCarthy, center, works on the floor of the New York Stock Exchange, Tuesday, May 5, 2026. (AP Photo/Richard Drew)]]></media:description><media:credit role="author" scheme="urn:ebu">Richard Drew</media:credit></media:content></item><item><title><![CDATA[Bolivia convocará a embajadores de Irán y Rusia tras comentarios polémicos]]></title><link>https://www.local10.com/espanol/2026/05/06/bolivia-convocara-a-embajadores-de-iran-y-rusia-tras-comentarios-polemicos-polemicos/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/05/06/bolivia-convocara-a-embajadores-de-iran-y-rusia-tras-comentarios-polemicos-polemicos/</guid><dc:creator><![CDATA[The Associated Press, Associated Press]]></dc:creator><description></description><pubDate>Thu, 07 May 2026 00:48:54 +0000</pubDate><content:encoded><![CDATA[<p>LA PAZ, Bolivia (AP) — El canciller de Bolivia, Fernando Aramayo, informó el miércoles que convocará a los embajadores de Irán y Rusia para pedirles que “no se inmiscuyan en la política interna” tras comentarios polémicos formulados en medios y plataformas sociales.</p><p>El embajador de Irán, Bahram Shahabeddin, y de Rusia, Dmitry Vérchenko, participaron el lunes en la toma de juramento del nuevo gobernador de la región central de Cochabamba, Leonardo Loza, cercano al expresidente izquierdista Evo Morales (2006-2019).</p><p>Aramayo en declaraciones a los corresponsales internacionales dijo que una vez que los diplomáticos retornen a La Paz desde Cochabamba serán convocados. “Les hemos mandado una nota verbal, hemos sacado un comunicado recordando cuáles son los mecanismos de comunicación diplomática”, indicó.</p><p>Shahabeddin dijo a los medios locales que le gustaría que “en el futuro Cochabamba sea la capital de Bolivia”, lo que causó malestar en Sucre, la capital de la nación andina.</p><p>Por su parte, la embajada de Rusia publicó una nota en X y Facebook contra un columnista boliviano que criticó en varios medios del país al presidente ruso Vladimir Putin.</p><p>Aramayo explicó que el tema de la capital de Bolivia es “muy delicado” y reiteró que se deben respetar los canales diplomáticos y no usar redes sociales. No se refirió directamente a la publicación de Rusia.</p><p>“Así como nosotros somos respetuosos de la política interna, demandamos que la Convención de Viena y otros mecanismos son los que tienen que utilizarse para expresar incluso quejas”, agregó.</p><p>Irán y Rusia fueron cercanos a los gobiernos de izquierda de Morales y Luis Arce (2020-2025).</p><p>El presidente centroderechista Rodrigo Paz asumió el 8 de noviembre y dio un giro en las relaciones diplomáticas acercándose a Estados Unidos.</p><p>Aramayo sostuvo que Bolivia busca sostener relaciones con los distintos países en base al respeto mutuo.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/TMNZATYMYBNROB5MYMMQJY57EI.jpg?auth=72c16261e12bc4348ba015df25275e854ec801d54f3c931aaecdfe84b394c9de&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[El ministro de Relaciones Exteriores de Bolivia, Fernando Hugo Aramayo (a la izquierda), y su homólogo chileno, Francisco Pérez Mackenna, se dan la mano para posar en una foto tras una reunión celebrada en La Paz, Bolivia, el jueves 23 de abril de 2026. (Foto AP/Juan Karita)]]></media:description><media:credit role="author" scheme="urn:ebu">Juan Karita</media:credit></media:content></item><item><title><![CDATA[Justice Department targets slow immigration judges as Trump pushes faster deportations]]></title><link>https://www.local10.com/news/politics/2026/05/06/justice-department-targets-slow-immigration-judges-as-trump-pushes-faster-deportations/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/05/06/justice-department-targets-slow-immigration-judges-as-trump-pushes-faster-deportations/</guid><dc:creator><![CDATA[By REBECCA SANTANA, Associated Press]]></dc:creator><description></description><pubDate>Thu, 07 May 2026 02:42:05 +0000</pubDate><content:encoded><![CDATA[<p>PHOENIX (AP) — The Justice Department is aiming to weed out immigration judges who it feels are ruling too slowly or aren't following the law, acting Attorney General Todd Blanche said Wednesday, as the Trump administration seeks to remake the courts and cut down on the backlog of 3.7 million cases to ease its mass deportation push.</p><p>Blanche was in Phoenix to address the Border Security Expo, a yearly gathering that draws top immigration officials, local and state law enforcement officers and representatives from companies doing business with the federal government. Blanche's appearance at the gathering reflects the way immigration enforcement and border security have become priorities throughout the Trump administration.</p><p>Blanche, who has led the Justice Department since Pam Bondi was ousted last month, spoke to The Associated Press after his appearance at the conference. His comments were some of the most detailed on the changes to immigration courts since he took over the role.</p><p>“You take an oath and you’re not allowed to make decisions based upon what appear to be just sympathy or your whim,” Blanche said.</p><p>“If there’s judges that are just not applying the law in the way that it needs to be applied, delaying inappropriately, have backlogs that are just unacceptable, they’re the folks that we’re going to try to find somebody different to fill that spot.”</p><p>The second Trump administration has made mass deportations a central priority and has launched an all-of-government effort to reach its lofty goals. To do so, it has cracked down on migrants in American cities, scaled up detention facilities and increased hiring of immigration officers.</p><p>While the Department of Homeland Security is the Cabinet agency most directly responsible for carrying out President Donald Trump's mass deportation agenda, immigration courts, a key aspect of the immigration system, fall under the Justice Department.</p><p>Dozens of immigration judges have been removed from their jobs during Trump's second term, with critics saying they were targeted because they were approving too many asylum cases. The administration has also directed masked officers to handcuff migrants at closed asylum hearings and sent memos instructing judges to fall into line. Many migrants and their advocates say that immigration courts have increasingly become traps — they show up for routine hearings only to face arrest.</p><p>Unlike federal courts, where there are strict rules of procedure and judges have lifetime tenure, the Justice Department runs immigration courts and the attorney general can fire the judges with fewer restraints.</p><p>But critics take issue with how the administration is remaking the immigration courts.</p><p>“Unfortunately, the Trump Administration is systematically dismantling due process protections in U.S. immigration courts, prioritizing speed and enforcement over fairness, accuracy, and fundamental justice,” the American Immigration Lawyers Association wrote in a policy brief last fall.</p><p>Critics also say that a board within the courts system that determines how immigration judges can rule on cases has issued a number of decisions under the Trump administration that have narrowed the pathway to asylum through the courts. Blanche brushed away the criticism, saying the decisions were consistent with the law.</p><p>Blanche said there were problems with judges repeatedly delaying cases and other cases where judges weren't following the law “because of sympathy towards individuals.”</p><p>Flush with money from Congress last summer that empowered the department to hire more judges, the department is rapidly hiring new immigration court judges, sparking criticism that the judges do not meet standards.</p><p>“We have a very rigorous process to get people interviewed, approved and then trained up. And then we’ll watch them,” Blanche said, expressing confidence in the new hires.</p><p>Blanche also said the Justice Department has been prioritizing efforts to strip citizenship from people who the administration says have defrauded the system, a process known as “denaturalization” that between 1990-2017 was used in only about a dozen cases per year.</p><p>“That’s one of the tools that we are using aggressively that hasn’t been used as aggressively in the past,” Blanche said, without providing specific numbers.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/RCFLJYBUJ7HLHJ7VJXIXOLIST4.jpg?auth=6b4517869ee5c27885bfca348aec905407613727890a85e97d1d085127f84b33&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Acting Attorney General Todd Blanche talks to a technician in a Drug Enforcement Administration (DEA) mobile lab who is running tests on seized drugs in Phoenix, Wednesday, May 6, 2026. (AP Photo/Rebecca Santana)]]></media:description><media:credit role="author" scheme="urn:ebu">Rebeccas Santana</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QZZYLQ2NPDLUMEZ5EWZLWI2QZI.jpg?auth=d25dec04b57ad4436472e904e5b739902e861a53cef9c2a2057fb735bc93dcbe&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Acting Attorney General Todd Blanche looks at weapons and drugs that were seized by federal officers, with Drug Enforcement Administration special agent in charge Apolonio Ruiz, Jr., at a warehouse in Phoenix, Wednesday, May 6, 2026. (AP PhotoRebecca Santana)]]></media:description><media:credit role="author" scheme="urn:ebu">Rebeccas Santana</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ODOLL4TDVMSCXVY3VWM24MAA44.jpg?auth=1a1688459b4d6578b62654133e632fe6b51f941c2775950b74a3d7be722d9e01&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Acting Attorney General Todd Blanche looks at weapons and drugs that were seized by federal officers, with Drug Enforcement Administration special agent in charge Apolonio Ruiz, Jr., at a warehouse in Phoenix, Wednesday, May 6, 2026. (AP Photo/Rebecca Santana)]]></media:description><media:credit role="author" scheme="urn:ebu">Rebeccas Santana</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/IKERJIN3HFSIOHZ2EGKAM7PRZY.jpg?auth=4763fac3e7c443fc07665e97b833d0d1cdafc57976f76c0eaa34f11f623ef848&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Acting Attorney General Todd Blanche talks to a technician in a Drug Enforcement Administration (DEA) mobile lab who is running tests on seized drugs in Phoenix, Wednesday, May 6, 2026. (AP Photo/Rebecca Santana)]]></media:description><media:credit role="author" scheme="urn:ebu">Rebeccas Santana</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/7QSKRWWZIYC3H4LMQYYYDWTE5I.jpg?auth=5e7e0d76a3cb567587eea32066b4c57341585af350f04100a5ce62bf7acf4c2e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Acting Attorney General Todd Blanche talks to a technician in a Drug Enforcement Administration (DEA) mobile lab who is running tests on seized drugs in Phoenix, Wednesday, May 6, 2026. (AP Photo/Rebecca Santana)]]></media:description><media:credit role="author" scheme="urn:ebu">Rebeccas Santana</media:credit></media:content></item><item><title><![CDATA[European fishing firms reflag ships to tap Indian Ocean tuna quotas, report finds]]></title><link>https://www.local10.com/business/2026/05/06/european-fishing-firms-reflag-ships-to-tap-indian-ocean-tuna-quotas-report-finds/</link><guid isPermaLink="true">https://www.local10.com/business/2026/05/06/european-fishing-firms-reflag-ships-to-tap-indian-ocean-tuna-quotas-report-finds/</guid><dc:creator><![CDATA[By HELEN WIEFFERING, Associated Press]]></dc:creator><description></description><pubDate>Thu, 07 May 2026 01:25:56 +0000</pubDate><content:encoded><![CDATA[<p>The European fishing fleet has long been a powerhouse at catching tuna, with a fleet of massive vessels known as purse seiners that can hold as much as 4 million pounds (1.8 million kilograms) of fish at a time. Dozens of them roam the Indian Ocean, fishing for skipjack, yellowfin and bigeye tuna destined for cans on grocery store shelves.</p><p>So when Jess Rattle began seeing purse seine ships fishing the Indian Ocean under the flags of Mauritius, Tanzania and Oman, she wondered whether European corporations might be involved.</p><p>“We wanted to understand who really owned these vessels,” said Rattle, head of investigations at the London-based environmental charity Blue Marine Foundation. “Were they owned by the coastal states whose quota they were now using, or in fact, were they owned by the EU?”</p><p>A new report released Thursday by the Blue Marine Foundation and Kroll, a global investigations firm, and shared with The Associated Press in advance reveals the extent of the European fleet’s access to Indian Ocean tuna stocks, finding that European companies have taken a third of the tropical tuna catch at a time when yellowfin and bigeye tuna are under pressure and still rebounding from being severely overfished.</p><p>They have done so in part by registering their ships under the flags of the Seychelles, Mauritius, Kenya, Tanzania and Oman to gain access to a greater catch limit, Rattle’s team found. The practice has allowed the European-owned fleet to expand to more than 50 purse seine ships and supply vessels and increase its catch of tropical tuna despite the European Union’s commitments to cutting back.</p><p>The finding comes ahead of an annual meeting of the Indian Ocean Tuna Commission in the Maldives, which brings together the EU and 28 countries with a stake in the tuna fishery.</p><p>While common in the fishing industry and not illegal, reflagging a vessel to a foreign country makes it difficult for observers and regulators to gauge the impact of European companies on the fishery. Parent company ownership is often obscured via layers of shell companies and foreign registries, which Rattle and the team at Kroll tracked down over the course of months.</p><p>“Europe’s opportunity to help stop overfishing is greater than first appears,” said Benedict Hamilton, a managing director at Kroll.</p><p>Though European companies have long fished under the Seychelles flag, Rattle said, their registering under the flags of Oman and Kenya is new. Europeche Tuna Group, which represents the European tuna industry, said in a statement that the industry’s relationship with coastal nations reflects its long-term investment in the region and strong local partnerships.</p><p>Spokesperson Anne-France Mattlet said the European industry benefits the economy of regional countries by paying taxes and fishing license fees, investing in local infrastructure, and unloading tuna and other fish in their ports and canneries.</p><p>Mattlet concurred with the report’s findings that Europeche has more than 50 purse seine and supply ships operating throughout the Indian Ocean, including with non-EU flags.</p><p>Maciej Berestecki, a spokesperson for the European Commission, said in a statement the reflagging of fishing vessels is a private business decision not influenced by public authorities, and that the EU does not defend or represent the interests of vessels flagged to other countries.</p><p>“The EU has done, and keeps doing, its utmost to promote and respect catch limits,” Berestecki said.</p><p>Despite Europe’s distance from the Indian Ocean, its fishing fleets have long played a dominant role there. Spanish and French tuna companies first introduced purse seine ships to the Indian Ocean in the 1980s, which allowed them to quickly increase their yearly catch. The ships get their name from their giant nets that encircle the tuna and close like a drawstring purse.</p><p>But the EU has occasionally butted heads with coastal nations that want a say over the fishing practices in the ocean at their doorstep.</p><p>Five years ago, with yellowfin tuna stocks in sharp decline, the Maldives accused the EU of not putting forth a serious proposal to lower tuna quotas at a contentious meeting of the tuna commission. In 2023, the EU objected to a proposal from Indonesia for a closure on purse seine fishing gear that passed with the support of 15 other countries.</p><p>In recent years, the tuna commission has put in place new management measures to rebuild the vulnerable yellowfin and bigeye tuna stocks, which are beginning to show signs of recovering. For instance, the EU agreed to reduce the yellowfin tuna catch for EU-flagged vessels by 21%.</p><p>Those new limits may be pushing European fishing companies to look to other countries’ quotas to maintain their catch, said Glen Holmes, senior officer with Pew Charitable Trusts.</p><p>Holmes and colleagues from Pew, Global Fishing Watch, and other environmental groups are advocating for greater ownership transparency among fishing fleets in the Indian Ocean.</p><p>Shipowners have long registered vessels under the flags of foreign countries, much to the dismay of transparency advocates, who say the practice limits oversight of those ships. Sanctioned oil tankers in the ‘ghost fleet’, for instance, frequently change their name and flags to conceal their ownership.</p><p>Certain flags have become known as ‘flags of convenience,’ offering companies low fees and lenient attitudes toward fishing or trade rules. Some countries may simply have fewer resources to enforce the laws of the sea.</p><p>A January report by the environmental group Oceana found European companies routinely register fishing vessels under the flags of foreign nations, including some countries the EU has accused of “turning a blind eye to illegal fishing activities.”</p><p>Oceana is calling on EU countries to begin collecting and publishing ownership data for their fishing fleet.</p><p>The change would help the EU better enforce its own laws, which prevent any European individual from benefiting financially from the practices of illegal fishing, said Vanya Vulperhorst, Oceana’s illegal fishing campaign director for Europe. And it would shed light on “the real EU fleet,” she said.</p><p>“What we found last year is that the real European fleet, if you add the non-EU flagged vessels, doubles,” Vulperhorst said.</p><p>—-</p><p>This story was supported by funding from the Walton Family Foundation. The AP is solely responsible for all content.</p><p>—-</p><p>Contact AP’s global investigative team at Investigative@ap.org or https://www.ap.org/tips/</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/HFBH2VXKFQE6DE2WUH7653SQME.jpg?auth=5db227a85dc5c75c81c84f524175081591495ee821988d36f110f216d3884c6f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This photo provided by Jess Rattle shows a tuna catch being hauled in by a net aboard a purse seiner, April 24, 2025, in Port Victoria, in the Seychelles. (Jess Rattle via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Jess Rattle</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/K2PD5X222X3TWXTK3NO4J5C6G4.jpg?auth=8f8405b0b99f7326e393ba1556bcf7762fcd06d6216101b563dbdecadeefc52b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A fisherman holds a yellowfin tuna after a catch in Vanga, Kenya, June 14, 2022. (AP Photo/Brian Inganga, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Brian Inganga</media:credit></media:content></item><item><title><![CDATA[From cricket’s capital to Olympic ambitions, India’s next play on the world sports stage]]></title><link>https://www.local10.com/sports/2026/05/07/from-crickets-capital-to-olympic-ambitions-indias-next-play-on-the-world-sports-stage/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/05/07/from-crickets-capital-to-olympic-ambitions-indias-next-play-on-the-world-sports-stage/</guid><dc:creator><![CDATA[By CHETAN NARULA, Associated Press]]></dc:creator><description></description><pubDate>Thu, 07 May 2026 07:03:43 +0000</pubDate><content:encoded><![CDATA[<p>NEW DELHI (AP) — With a massive population, a rapidly growing economy and already the global powerbroker in cricket, India is preparing to expand its influence in international sport.</p><p>The 2030 Commonwealth Games are already locked in for Ahmedabad, and there's high expectations for India's bid to host the 2036 Olympics.</p><p>Prime Minister Narendra Modi has envisioned a developed India by 2047, and the government is focused on improving living standards, transport infrastructure, education and becoming a global hub for tech and innovation.</p><p>And that's the bedrock of India’s aspirations for the Olympics and beyond.</p><p>“India today reflects a confident and aspirational mindset, ready to lead and shape the future of global sport,” Dr. Mansukh Mandaviya, Union Minister of Youth Affairs and Sports, said in an interview with The Associated Press. “Our growing capability to host major international sporting events is a testament to how far we've progressed.</p><p>“At the same time, our athletes continue to make the nation proud, signaling the steady rise of India as a formidable sporting force.”</p><p>Progress reports</p><p>On Thursday, Mandaviya was due to preside over a national sports conclave in Delhi, where India’s preparedness for the 2026 Asian Games and Commonweath Games, as well as the 2028 Olympics in Los Angeles, will be measured.</p><p>Discussion topics also included compliance to the National Sports Governance Act that was introduced last year, pertaining to transparency of national sports federations, and the hosting of and participation in international events.</p><p>So far in 2026, India has hosted three high-profile cricket events — the men’s Twenty20 World Cup, the Women’s Premier League and currently the Indian Premier League, one of the richest and most followed franchise leagues in international sport.</p><p>New Delhi is hosting the badminton world championships, Bhubaneshwar is slated to host a World Athletics Continental Tour meet and Ahmedabad is set to host the Asian weightlifting championships.</p><p>Indian authorities are also considering ways of bringing Formula 1 back to the country for the first time since 2013. Influential sports officials have already helped get cricket back into the Olympics for Los Angeles in 2028.</p><p>Commonwealth Games</p><p>Outside of cricket, the Commonwealth Games are the biggest barometer for India’s developing sport story.</p><p>New Delhi hosted the Asian Games in 1982 and 1951, and also the 2010 Commonwealth Games that was fraught with logistics problems. Long delays in getting facilities ready and a list of scandals overshadowed the event.</p><p>Indian officials expect Ahmedabad to put those problems into the distant past. The Sardar Patel Sports Enclave is marked as a key hub for the 2030 Games, which bring together thousands of athletes from 74 Commonwealth nations and territories.</p><p>The complex also houses the biggest cricket stadium in the world – the Narendra Modi Stadium – and it can be optimized to host different sports.</p><p>On and off the field</p><p>But this is a tale growing beyond infrastructure alone. There is a genuine push toward attaining success on the field as well, and sustained efforts have been made over the past decade to develop a robust sports ecosystem.</p><p>There are more than fifteen professional leagues across sports actively nurturing talent and creating future opportunities.</p><p>The Sports Authority of India has established sports-specific centers of excellence across the country, designed to provide world-class infrastructure and scientific training with the aim of producing Olympic and international medalists.</p><p>The results are showing – India recorded its best-ever showing at the Asian Games with 107 medals in the last edition staged in 2023. It won the Thomas Cup (badminton) in 2022, a first squash World Cup title, earned 29 medals — including seven gold — at the 2024 Paralympics in Paris, and 20 medals at the World Boxing Cup finals.</p><p>Olympic and world champion javelin thrower Neeraj Chopra is among the standout individual performers.</p><p>Sports backers say the individual success stories matter in sending out a message of fitness and participation through society.</p><p>Play India</p><p>Hari Ranjan Rao, Sports Secretary, Government of India, said while the infrastructure is put in place, “we are also working on our messaging.”</p><p>The Khelo India — or Play India — program has grown since 2018 at the youth and university level, winter and para games, beach and water sports, and even tribal games.</p><p>“The aim is to draw out the masses into an active lifestyle,” Rao said, “As well as into participation.”</p><p>And with extra participation, India is hoping for greater success.</p><p>“As we prepare to host the 2030 Commonwealth Games and advance our bid for the 2036 Olympic Games, India stands ready to take center stage,” Mandaviya said. “We are determined to emerge as a global sporting powerhouse, both in producing champions and in hosting world class events.”</p><p>___</p><p>AP sports: https://apnews.com/sports</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/K4QF6KBETOUO4P2LV5DNKXBH5E.jpg?auth=cf2087e2704c6b878f6d4571aa32b0b9812ae59a97b7872cb08eaa80af2525f3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Indian cricket fans cheer holding banners and posters as they arrive at the stadium hours before the start of the ICC Men's Cricket World Cup final match between India and Australia in Ahmedabad, India, Sunday, Nov.19, 2023. (AP Photo/Aijaz Rahi,File)]]></media:description><media:credit role="author" scheme="urn:ebu">Aijaz Rahi</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/65EYGOPXBWGIQWGICO2A2NV3SU.jpg?auth=0f12731127388f37907a66ffbdb6598dc13c3a91a37ee9a260734b607818d354&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - From left, Olympic Bronze medallist in wrestling Bajarng Punia, Olympic Bronze medallists in boxing, Lovlina Borgohain, Olympic Gold medallist in javelin throw Neeraj Chopra, Olympic Silver medallist in wrestling Ravi Dahiya and captain of Indian men's hockey team who won bronze medal, Manpreet Singh at Tokyo Olympic games, stand for a photographs during a felicitation function in New Delhi, India, Monday, Aug. 9 2021. (AP Photo/Manish Swarup.File)]]></media:description><media:credit role="author" scheme="urn:ebu">Manish Swarup</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GHTQ45VCOTQE7LTXUCDVB34QNY.jpg?auth=277552ece81966acd74d4ba1c1b37641c8833c1b6f282d3d847bffb8148355f9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - People search in the rubble after authorities demolished various structures near the Narendra Modi stadium, seen behind, as part of the preparations for the 2030 Commonwealth Games in Ahmedabad, India, Saturday, Nov. 29, 2025. (AP Photo/Ajit Solanki,File)]]></media:description><media:credit role="author" scheme="urn:ebu">Ajit Solanki</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FGABDAHQLYWEVPGEJDKKNOI3FE.jpg?auth=77743aa1d2f6671c47518946069c9334c30a62f97f8c5539fab44b1eb87de1f8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Cheer leaders dance before the Indian Premier League cricket match between Gujarat Titans and Punjab Kings in Ahmedabad, India, Sunday, May 3, 2026. (AP Photo/Ajit Solanki)]]></media:description><media:credit role="author" scheme="urn:ebu">Ajit Solanki</media:credit></media:content></item><item><title><![CDATA[A note a former cellmate says he found after Epstein’s suspected suicide attempt is released]]></title><link>https://www.local10.com/news/2026/05/07/judge-releases-note-cellmate-says-he-found-after-epsteins-suspected-suicide-attempt/</link><guid isPermaLink="true">https://www.local10.com/news/2026/05/07/judge-releases-note-cellmate-says-he-found-after-epsteins-suspected-suicide-attempt/</guid><dc:creator><![CDATA[By MICHAEL R. SISAK and LARRY NEUMEISTER, Associated Press]]></dc:creator><description></description><pubDate>Thu, 07 May 2026 11:45:54 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — A note Jeffrey Epstein’s former cellmate claimed he found after the millionaire sex offender’s first suspected jail suicide attempt was made public Wednesday, years after being sealed and locked in a courthouse vault as part of an unrelated legal dispute.</p><p>U.S. District Judge Kenneth Karas in White Plains, New York, ordered the release of the note after The New York Times asked him last week to unseal it and other documents in a case involving the former cellmate, Nicholas Tartaglione. Federal prosecutors did not oppose the request.</p><p>Few people had known about the note until Tartaglione, a former police officer serving a life sentence for killing four people, mentioned it last year on writer Jessica Reed Kraus’ podcast.</p><p>Tartaglione claimed he discovered the note in a book after Epstein was found on the floor of their cell at a Manhattan federal jail on July 23, 2019, with a strip of bedsheet around the financier's neck. That was about three weeks before Epstein was found dead in his cell in what authorities concluded was a suicide.</p><p>“They investigated me for month -- found nothing!!!” said the short note, which is hard to decipher in some places. “It is a treat to be able to choose” the “time to say goodbye,” the note continues. “Watcha want me to do -- Bust out cryin!!”</p><p>“NO FUN,” the note concludes, with those words underlined. “NOT WORTH IT!!”</p><p>It is unclear who wrote the note Tartaglione claimed to have found. It wasn’t mentioned in the lengthy government reports examining the circumstances of Epstein’s death, nor did it surface in the Justice Department’s recent release of files on the late financier.</p><p>In a written ruling, Karas said he weighed the privacy interests of third parties, including Epstein, before ruling to release the note. He said existing case law suggests that privacy interests of a deceased person, such as Epstein, “are vastly reduced and disclosure of the deceased’s information is unlikely to ‘work a concrete harm.‘”</p><p>According to jail records, Epstein had friction marks and skin irritation on his neck from the suspected July 23 attempt. Jail officers said he was breathing heavily but responsive. One officer reported at the time that Epstein said he believed Tartaglione had tried to kill him, according to a memo included in the Justice Department’s files.</p><p>Jail officials placed Epstein on suicide watch for 31 hours after the incident before downgrading him to psychiatric observation — his status when he killed himself. According to jail records, he denied trying to harm himself, telling a jail psychologist that suicide was against his Jewish religion and that he was a “coward” who didn’t like pain.</p><p>A chronology included in the files states that Tartaglione told his lawyer about the note four days after the suspected July 23 attempt. The note was later submitted as evidence in Tartaglione’s criminal case and was placed under seal amid a dispute over his legal representation.</p><p>Both men were interviewed by jail personnel on July 31, 2019, according to jail records.</p><p>Epstein said he had never had any issues with Tartaglione, wasn't threatened by him and didn't “want to make up something that isn’t there.” Tartaglione said he didn't have any issues being Epstein’s cellmate, though he said they kept their conversations to a minimum. On July 23, he said, he thought Epstein was having a heart attack because his eyes were open and he appeared to be snoring.</p><p>Epstein and Tartaglione shared a cell for about two weeks, beginning soon after Epstein’s July 6, 2019, arrest and ending with the suspected suicide attempt. Both were awaiting trials — Epstein on sex trafficking charges and Tartaglione on charges that in 2016 he killed four men, including a man he tortured and strangled over stolen drug money.</p><p>Tartaglione, who had been an officer in the Hudson River Valley village of Briarcliff Manor, was convicted in 2023. He is currently incarcerated at a federal penitentiary in California and has petitioned President Donald Trump for a pardon.</p><p>Epstein was without a cellmate when he was found dead at the Metropolitan Correctional Center in Manhattan, on Aug. 10, 2019. Authorities have pointed to a series of missteps by jail personnel — including browsing the internet and sleeping when they should've been checking on Epstein — for allowing him to take his own life.</p><p>Officials said they found a handwritten note in Epstein’s cell at the time of his death, but that it didn't appear to be a suicide note. Rather, they said, it appeared to be a list of grievances about conditions at the jail, including about food, showers and the presence of bugs.</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. There is also an online chat at 988lifeline.org</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/CJU2DVBPVHS2ZSXLP7SURTH4WE.jpg?auth=91363c5ad09d6776ca3e568ec28d9a1e8fae25d3efb94cde340722d885dc70a8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This document, released Wednesday, May 6, 2026, by the U.S. District Court for the Southern District of New York, shows a note that Jeffrey Epstein’s former cellmate said he found after Epstein’s reported suicide attempt in July 2019. (U.S. District Court for the Southern District of New York via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/LMWAL4ELKXXXCJK7DO5OXUSWGE.jpg?auth=f85d7068959c8af352f6309eaba958dfa42ec685a5228a1f057c3027e839ba15&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - This March 28, 2017, photo provided by the New York State Sex Offender Registry shows Jeffrey Epstein. (New York State Sex Offender Registry via AP, File)]]></media:description></media:content></item><item><title><![CDATA[Justice Department can keep 2020 election ballots seized from Georgia’s Fulton County, judge rules]]></title><link>https://www.local10.com/news/politics/2026/05/06/justice-department-can-keep-2020-election-ballots-seized-from-georgias-fulton-county-judge-rules/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/05/06/justice-department-can-keep-2020-election-ballots-seized-from-georgias-fulton-county-judge-rules/</guid><dc:creator><![CDATA[By KATE BRUMBACK, Associated Press]]></dc:creator><description></description><pubDate>Thu, 07 May 2026 01:38:38 +0000</pubDate><content:encoded><![CDATA[<p>ATLANTA (AP) — The federal government doesn't have to return the 2020 election ballots from Georgia's Fulton County that were seized by the FBI from a warehouse near Atlanta, a judge ruled Wednesday.</p><p>U.S. District Judge J.P. Boulee's decision came after lawyers for the county had argued that the ballots and other election materials, as well as any electronic copies the Justice Department has made, should be returned because the seizure was improper and unconstitutional.</p><p>The Jan. 28 seizure by the FBI targeted the elections hub in Georgia’s most populous county, which is heavily Democratic and includes most of the city of Atlanta. Fulton County has been at the center of unfounded claims by President Donald Trump and his allies that widespread election fraud cost him the 2020 election.</p><p>The Justice Department has said it is investigating “irregularities that occurred during the 2020 presidential election in the County” and identified two laws that might have been violated. One requires election records to be maintained for 22 months, while the other prohibits procuring, casting or tabulating false, fictitious or fraudulent ballots.</p><p>Georgia’s votes in the 2020 presidential race were counted three times, including once by hand, and each count affirmed Democrat Joe Biden’s win.</p><p>Fulton County Board of Commissioners Chairman Robb Pitts said he strongly disagrees with the judge's denial of the county's request to return the election records.</p><p>“We will continue, as always, to stand by our election workers and the voters of Fulton County,” he said in an emailed statement. “We intend to vigorously pursue all available legal options.”</p><p>The Justice Department did not immediately respond to emails seeking comment on the ruling Wednesday evening.</p><p>“The seizure in this case was certainly not perfect,” Boulee wrote in his 68-page ruling. But he went on to say that Fulton County did not establish that its rights were callously disregarded “either through the lack of probable cause, omissions in the Affidavit or by the manner of the execution of the seizure.”</p><p>The county also failed to show that it needs the documents or will be irreparably harmed if they are not returned, he wrote, noting this is particularly true because the Justice Department has given the county copies of the documents.</p><p>Months after the January seizure of ballots and other election materials, the Justice Department in April obtained a grand jury subpoena for the names and personal contact information of Fulton County employees and volunteers involved in the 2020 election. Fulton County filed a motion Monday to quash that subpoena, arguing that it is overly broad and meant to harass the president’s political opponents.</p><p>The Trump administration has also taken moves to obtain past election records from other critical swing states. The FBI used a subpoena in March to get records related to an audit of the 2020 presidential election in Maricopa County in Arizona. And in April, the Justice Department  demanded that Michigan’s Wayne County turn over its 2024 election ballots.</p><p>The Justice Department is also fighting numerous states in court for access to voter data that includes sensitive personal information. Election officials, including some Republicans, have said handing over the information would violate state and federal privacy laws.</p><p>Democrats have raised concerns that the Trump administration is weaponizing federal law enforcement to pursue the president’s personal grievances and is planning ways to interfere in this year’s midterm elections. The administration has said it is looking into allegations of past problems and seeking to protect future elections.</p><p>During a March 27 hearing on Fulton County’s demand that the FBI return its ballots and other materials, lawyers for the county argued that the seizure was improper and unjustified and demonstrated “callous disregard” for the Fourth Amendment protection against unreasonable search and seizure. They suggested that the Trump administration decided to use a criminal search warrant to obtain the materials because it had grown tired of waiting for the outcome of the civil litigation the Justice Department had filed last year to obtain them.</p><p>Justice Department attorneys argued that they took the appropriate steps to get a warrant and then take the documents. They said it is not uncommon for parallel civil and criminal investigations to be going on at the same time.</p><p>The judge agreed that the affidavit was “defective in some respects” and that some of the statements included in it were “troubling.” But he noted that the FBI agent who wrote it also included “facts that both hurt and helped him.” He concluded that the document's shortcomings don't amount to callous disregard.</p><p>He also agreed that the government can pursue civil and criminal proceedings on the same matter and said the timeline of the investigation weighs against the county's theory that the Justice Department “created an ‘ongoing investigation’ to sidestep procedural hurdles” in civil cases.=</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/R2A4RVOZXDDYXSPDOYH4TLOUNI.jpg?auth=2f53a88a33b4237c496b80b4d65f19da76ed3eb3d29b2680887983ec2c81d07a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Crime scene tape is seen as FBI agents search at the Fulton County Election Hub and Operation Center, Jan. 28, 2026, in Union City, Ga., near 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/WXBTH44NP7MTFNL6DBZS3JCWIA.jpg?auth=ac7250524fac60651e8ed3b932f44e2ad5e980310e08a547ae0befcf96735019&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Stickers sit on a table inside a polling place, Nov. 5, 2024, in Atlanta. (AP Photo/Brynn Anderson, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Brynn Anderson</media:credit></media:content></item><item><title><![CDATA[Patriots QB Drake Maye stands behind coach Mike Vrabel, calling him 'a great human being']]></title><link>https://www.local10.com/sports/2026/05/06/patriots-qb-drake-maye-stands-behind-coach-mike-vrabel-calling-him-a-great-human-being/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/05/06/patriots-qb-drake-maye-stands-behind-coach-mike-vrabel-calling-him-a-great-human-being/</guid><dc:creator><![CDATA[By STEVE REED, Associated Press]]></dc:creator><description></description><pubDate>Wed, 06 May 2026 23:35:39 +0000</pubDate><content:encoded><![CDATA[<p>CHARLOTTE, N.C. (AP) — New England Patriots quarterback Drake Maye called Mike Vrabel “a great human being,” and said he doesn't think the head coach's off-field issues will be a distraction for the defending AFC champions this upcoming season.</p><p>“No, I don't," Maye said. "I mean, he’s our head coach. I think he’s done a great job of talking to us and talking us through it. I’m just looking forward to getting back to work and getting ready.”</p><p>Maye spoke to The Associated Press on Wednesday following the Truist Championship Pro-Am in Charlotte in which he was paired with PGA Tour pro Gary Woodland on the back nine at Quail Hollow.</p><p>Vrabel has found himself entangled in controversy after the New York Post posted pictures of him with longtime NFL reporter Dianna Russini at an Arizona resort. Vrabel said on April 24 that he was taking accountability for his actions without addressing specifics about the published photos.</p><p>Vrabel missed the third day of the draft to attend counseling.</p><p>Vrabel said he had to have hard conversations with the people that he cared about the most, including his family, his team and members of the Patriots organization. He added that, "My previous actions don’t meet the standard that I hold myself to. They don’t.”</p><p>When asked if the issues are something the Patriots will need to put behind them before the season, Maye said, “I think that’ll take care of itself.”</p><p>“I know he’s got the right mindset and I know he’s a great human being,” Maye added. “I think he’s ... like I said, I love playing for him.”</p><p>Maye, the third overall pick in 2024 who grew up in nearby Huntersville, North Carolina, led the Patriots to an appearance in Super Bowl 60 in just his second season. He was runner-up to Los Angeles Rams QB Matthew Stafford for the AP NFL MVP award in 2025.</p><p>Maye also addressed former Patriots teammate Stefon Diggs' acquittal on charges that he assaulted his live-in personal chef.</p><p>The charges stemmed from a Dec. 2 incident at his Massachusetts home where Jamila Adams testified that Diggs slapped and choked her during an argument.</p><p>Diggs had pled not guilty to a felony strangulation charge and a misdemeanor assault and battery charge. The jury deliberated for less than two hours before clearing Diggs of all charges. The acquittal in court clears a path for the four-time Pro Bowl wide receiver to return to the field, although he could still face discipline from the NFL.</p><p>“Well, you know, he’s always been a great teammate to me and I know he’ll do great things," Maye said. "I was fortunate enough to have a year with him, and I’m looking forward to seeing what happens to him. He’s a great player.”</p><p>And as for the shoulder injury that hampered him down the stretch last season, Maye said he's doing “great.”</p><p>“Nothing, nothing, no problems at all," said Maye, adding that he did not need surgery.</p><p>The Patriots will host a three-day rookie minicamp beginning Friday in Foxborough, Massachusetts.</p><p>___</p><p>AP NFL: https://apnews.com/NFL</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/YBGSDTNIZNHVAYDT6OQSTODJ5U.jpg?auth=e895316d1734b04a98f4fa99454c1909fe0926f971665b8297596466b7810636&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[New England Patriots quarterback Drake Maye signs autographs for fans after the pro-am at the Trust Championship golf tournament, Wednesday, May 6, 2026, at Quail Hollow Club in Charlotte. (AP Photo/Steve Reed)]]></media:description><media:credit role="author" scheme="urn:ebu">Steve Reed</media:credit></media:content></item><item><title><![CDATA[Miami-Dade homicide detective in Pata case faces internal affairs investigation  ]]></title><link>https://www.local10.com/news/local/2026/05/06/miami-dade-homicide-detective-in-pata-case-faces-internal-affairs-investigation/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/05/06/miami-dade-homicide-detective-in-pata-case-faces-internal-affairs-investigation/</guid><dc:creator><![CDATA[Liane Morejon]]></dc:creator><description><![CDATA[A spokesperson for the Miami-Dade Sheriff’s Office confirmed on Wednesday that Internal Affairs detectives have been investigating Homicide Detective Juan Segovia.]]></description><pubDate>Wed, 06 May 2026 20:42:28 +0000</pubDate><content:encoded><![CDATA[<p>A spokesperson for the Miami-Dade Sheriff’s Office confirmed on Wednesday that Internal Affairs detectives have been investigating Homicide Detective Juan Segovia.</p><p>About 15 years after the murder of Bryan Pata, a 22-year-old defensive lineman for the Miami Hurricanes, Segovia moved to arrest Rashaun Jones, a former Miami Hurricanes cornerback.</p><p>Jones’s defense claimed that an outside firm found evidence that Segovia had an Instagram account linked to his phone number, email, and IP address, which he had used in violation of a court order. </p><p>On Monday, Miami-Dade County Circuit Judge Cristina Miranda granted the defense’s emergency motion to prevent the deletion of the “balanceof_justice” Instagram account and its comments. </p><p>There is a hearing on Thursday. Jones has been awaiting a retrial after his trial for Pata’s murder in February ended with a hung jury. </p><p>Segovia, who is <a href="https://www.mdc.edu/about/leadership/trustees-juan-segovia.aspx" rel="" title="https://www.mdc.edu/about/leadership/trustees-juan-segovia.aspx">also a </a><a href="https://www.mdc.edu/about/leadership/trustees-juan-segovia.aspx" rel="" title="https://www.mdc.edu/about/leadership/trustees-juan-segovia.aspx">member</a> of the Miami Dade College Board of Trustees, did not respond to Local 10 News requests for comment. </p><p><b>Read M-DSO’s complete statement:</b></p><p><i>The Miami-Dade sheriffs office is committed to transparency and accountability, but we must also ensure the integrity of the legal process is preserved.</i></p><p><i>At this time, there is an Internal Affairs investigation into this matter. </i></p><p><i>Because this case is currently pending trial, it would be inappropriate for us to comment any further. </i></p><p><b>Related reports</b></p><ul><li><a href="https://www.local10.com/news/local/2026/05/04/defense-in-pata-case-claims-detective-violated-order-by-commenting-on-local-10-clips-about-trial/" target="_self" rel="" title="https://www.local10.com/news/local/2026/05/04/defense-in-pata-case-claims-detective-violated-order-by-commenting-on-local-10-clips-about-trial/">Defense in Pata case claims detective violated order by commenting on Local 10 clips about trial</a></li><li><a href="https://www.local10.com/news/local/2026/03/02/verdict-watch-continues-in-bryan-pata-murder-trial/" target="_self" rel="" title="https://www.local10.com/news/local/2026/03/02/verdict-watch-continues-in-bryan-pata-murder-trial/">Mistrial declared 20 years after former UM football player Bryan Pata killed</a></li></ul>]]></content:encoded></item><item><title><![CDATA[The Latest: US military fires on Iranian-flagged oil tanker as Trump presses for deal to end war]]></title><link>https://www.local10.com/news/world/2026/05/06/the-latest-us-military-fires-on-iranian-flagged-oil-tanker-as-trump-presses-for-deal-to-end-war/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/05/06/the-latest-us-military-fires-on-iranian-flagged-oil-tanker-as-trump-presses-for-deal-to-end-war/</guid><dc:creator><![CDATA[By The Associated Press, Associated Press]]></dc:creator><description></description><pubDate>Wed, 06 May 2026 21:56:22 +0000</pubDate><content:encoded><![CDATA[<p>A U.S. fighter jet on Wednesday fired on an Iranian oil tanker in the Gulf of Oman as it tried to breach the U.S. blockade of Iran’s ports, the U.S. military said.</p><p>The attack occurred as Iran and the U.S. are officially in a ceasefire and as the two countries seemed to be approaching an agreement to end the war. U.S. President Donald Trump threatened Iran with a new wave of bombing if a deal is not reached that includes opening the critical Strait of Hormuz.</p><p>Hours after he threatened to bomb Iran into submission, Trump said they want to make a deal and “we’ll see if we get there.”</p><p>Commerce Secretary Howard Lutnick appeared before a House committee for a closed-door interview over his contact with convicted sex offender Jeffrey Epstein in the years after Epstein’s 2008 conviction for soliciting prostitution from an underage girl. Lutnick has given contradictory statements about his relationship with Epstein but says he has done nothing wrong.</p><p>So far, lawmakers emerged from the private interview with vastly different assessments of Lutnick’s answers. The committee chairman, GOP Rep. James Comer of Kentucky, said Lutnick had been “forthcoming” in describing limited interactions with Epstein.</p><p>Democrats accused Lutnick of lying and evading their questions.</p><p>The Latest:</p><p>Justice Department sues again over Colorado gun laws</p><p>The Trump administration has sued Colorado over a statewide ban on large-capacity ammunition magazines that the state adopted after a 2012 mass shooting at a movie theater.</p><p>The lawsuit followed one the Justice Department filed Tuesday against Denver and its police department that sought to strike down an assault weapons ban in place in the city since 1989.</p><p>In both cases the administration asserts that many firearms, including AR-15-style rifles, that have large-capacity magazines are common in the U.S. They are “ordinary semiautomatic rifles” used for lawful purposes, “including but not limited to self-defense,” attorneys for the Justice Department wrote.</p><p>Colorado Attorney General Phil Weiser has called guns with large-capacity magazines a major threat to public safety and said the state’s ban is reasonable.</p><p>Lutnick is departing Capitol Hill</p><p>The commerce secretary has left the room where he was being interviewed by the House Oversight Committee on his previous contacts with Jeffrey Epstein.</p><p>The interview lasted just over four hours, but that’s relatively short by the standards of the committee. Lawmakers have kept some interviewees for hours as they try to wear them down with relentless questions.</p><p>So far, lawmakers emerged from the private interview with vastly different assessments of Lutnick’s answers. The committee chairman, GOP Rep. James Comer of Kentucky, said Lutnick had been “forthcoming” in describing limited interactions with Epstein.</p><p>Democrats accused Lutnick of lying and evading their questions.</p><p>Lutnick interview is not being recorded on video</p><p>The commerce secretary’s interview with lawmakers will be released via transcript, but not video. The committee has video recorded depositions for others, including former President Bill Clinton and Hillary Clinton, a former secretary of state.</p><p>Democrats slammed that decision and said it allowed Lutnick to escape the same level of scrutiny that has been applied to others.</p><p>But the committee’s Republican chair. Rep. James Comer countered that it makes the committee’s investigation easier when subjects like Lutnick voluntarily sit down for an interview, rather than resist the committee’s requests and potential subpoenas.</p><p>“Nobody wants to be videoed. If you come in, you work with us, then you know, you might not have to be videoed,” he said.</p><p>Trump says deal with Iran is ‘very possible’</p><p>Hours after he threatened to bomb Iran into submission, Trump said they want to make a deal and “we’ll see if we get there.”</p><p>“We’ve had very good talks over the last 24 hours and it’s very possible that we’ll make a deal,” Trump told reporters in the Oval Office after he summoned them to see the UFC fighters he’d been meeting with.</p><p>“This is very simple: Iran cannot have a nuclear weapon,” the president said.</p><p>Israeli strikes kill five across Gaza, hospitals say</p><p>Five Palestinians were killed in separate Israeli strikes across Gaza on Wednesday, including incidents near the so-called “Yellow Line,” a boundary dividing Israeli-controlled areas from the rest of the enclave, local health officials said.</p><p>One person was killed in Khan Younis when a strike hit a car, according to Nasser Hospital. In Gaza City, three people, including a 16-year-old, were killed earlier in the day when a strike hit an area where residents had been setting up tents, Al Ahli Hospital said. A fifth fatality was reported later in Gaza City after a strike hit a street about 200 meters from the Yellow Line, the same hospital added.</p><p>There was no immediate comment from the Israeli military.</p><p>At Al-Ahli hospital, relatives wept over bodies laid out on hospital beds, some clinging to each other in grief as they said their final goodbyes.</p><p>At the strike site in Khan Younis, smoke billowed as people ran in panic.</p><p>The deaths come amid a fragile ceasefire that has largely reduced heavy fighting but has not stopped near-daily Israeli fire. Israeli forces have carried out repeated airstrikes and frequently fire on Palestinians near military- held zones, killing at least 837 Palestinians, including at least 226 children and 179 women, according to Gaza health officials.</p><p>Democrats accuse Lutnick of evading their questions about contact with Epstein</p><p>Democratic lawmakers who are questioning Commerce Secretary Howard Lutnick behind closed doors emerged from the room saying that Lutnick is refusing to acknowledge that he made misleading statements in the past about his contacts with Jeffrey Epstein.</p><p>“He was evasive, nervous. He was dishonest,” said Democratic Rep. Suhas Subramanyam of Virginia. “He would not admit to lying, which he clearly did.”</p><p>The lawmakers said that the public should be able to observe Lutnick’s demeanor as he was answering questions, but the Republican-controlled committee is not video recording the interview.</p><p>The Republican committee chair, Rep. James Comer, said that the lack of video kept with the committee’s practice for voluntary interviews and that a transcription of the interview will be released later.</p><p>Iran’s foreign ministry says Tehran is still examining the latest US ceasefire proposal</p><p>The ministry’s spokesperson Esmaeil Baghaei told state media Wednesday that Iran had already “strongly rejected” proposals that the Axios news outlet reported the US had put forward for the agreement with Iran.</p><p>Axios had reported earlier that the deal included Iran agreeing to a moratorium on nuclear enrichment.</p><p>Israel strikes Beirut suburbs for first time since ceasefire was announced</p><p>Israel struck Beirut’s southern suburbs Wednesday for the first time since a ceasefire between Israel and the Hezbollah militant group was announced on April 17.</p><p>Fighting has continued since then in southern Lebanon.</p><p>The last attacks in Beirut were before that, on April 8, when a series of massive Israeli strikes, including in central Beirut, killed more than 350 people.</p><p>A statement released by Prime Minister Benjamin Netanyahu’s office said Wednesday’s strike, which came without warning, targeted a commander in Hezbollah’s Radwan Force. Hezbollah did not immediately comment.</p><p>US military fires on Iranian-flagged oil tanker in Gulf of Oman</p><p>An American fighter jet shot out the rudder of an Iranian oil tanker in the Gulf of Oman on Wednesday as it tried to breach the U.S. blockade of Iran’s ports, the American military said in a social media post.</p><p>The attack occurred as Iran and the U.S. are officially in a ceasefire and as the two countries appear to be moving closer to an initial agreement to end the war. Meanwhile, U.S. President Donald Trump is trying to pressure Tehran with threats of a new wave of bombing if a deal is not reached.</p><p>American forces issued multiple warnings and informed the ship it was violating the blockade, U.S. Central Command said in its post.</p><p>Trump says question is whether Iran can make a deal ‘that’s satisfactory to us’</p><p>The president insisted that Iranian officials want an agreement to end the war, suggesting as he did previously over social media that U.S. actions could ultimately force a settlement.</p><p>“We’re dealing with people that want to make a deal very much, and we’ll see whether or not they can make a deal that’s satisfactory to us,” Trump said at a Mother’s Day lunch at the White House.</p><p>The president added: “And if they don’t agree, they’ll end up agreeing shortly thereafter.”</p><p>Trump called the blockade of the Strait of Hormuz a “wall of steel,” as both countries jockey to use the stoppage in oil and natural gas shipments as a way to pressure the other side.</p><p>AP source: Office of Virginia Senate leader searched by FBI as part of corruption probe</p><p>The FBI searched the Virginia state Senate leader’s office on Wednesday as part of a corruption investigation, a person familiar with the matter said.</p><p>The search at Virginia Sen. L. Louise Lucas’s district office in Portsmouth comes after the Democrat helped lead the state’s recent redistricting effort.</p><p>The FBI said only that it was conducting a court-authorized search warrant in Portsmouth. The person who confirmed the FBI’s search was not authorized to discuss an ongoing investigation by name and spoke to The Associated Press on condition of anonymity.</p><p>A message seeking comment was left on a cellphone for Lucas.</p><p>Amid a national, state-by-state partisan redistricting fight, Virginia voters approved a constitutional amendment on April 21 authorizing new U.S. House districts. Backed by Democrats, the plan could help the party win up to four additional seats.</p><p>Lucas has been a vocal leader of the effort.</p><p>The state Supreme Court let the referendum proceed but has yet to rule whether the effort is legal. The court is considering an appeal of a lower court judge’s ruling that the amendment is invalid because lawmakers violated procedural requirements.</p><p>—By Eric Tucker and Jennifer Peltz</p><p>UAE urges UN to take action against Iran if it keeps blocking shipping and attacking neighbors</p><p>Mohamed Abushahab, the United Arab Emirates’ U.N. ambassador, said the Security Council must “compel Iran’s compliance” with its March resolution demanding that Tehran stop attacking its Gulf neighbors and reopen the Strait of Hormuz.</p><p>He told reporters Wednesday that Iran attacked the UAE on May 4 -- while a ceasefire is in place -- with 12 ballistic missiles, three cruise missiles and four drones which resulted in a fire on critical energy infrastructure in the Fujairah oil industry zone.</p><p>The United States and its Gulf allies including the UAE have circulated a new Security Council resolution threatening Iran with sanctions or other measures if it doesn’t stop attacks and open the critically important strait, where about 20% of the world’s crude oil had transited.</p><p>The proposed resolution was drafted under Chapter 7 of the U.N. Charter which can be enforced militarily. A watered-down resolution aimed at opening the Strait of Hormuz, which was stripped of Chapter 7 language, was vetoed by Russia and China hours before Washington and Tehran announced a temporary ceasefire in early April.</p><p>The UAE’s Abushahab was asked whether he thought Russia and China would agree to the new draft under Chapter 7. “Not only is it possible, but it’s necessary,” he replied.</p><p>GOP chair of oversight panel says Lutnick was not ‘truthful’ about Epstein ties</p><p>Rep. James Comer, the Republican chair of the House Oversight Committee, told reporters as he entered the closed-door interview that Commerce Secretary Howard Lutnick had in the past not been “100% truthful” about whether he had ever visited Epstein’s infamous private island.</p><p>Lutnick said on a podcast last year that he had decided to “never be in the room” with Epstein following a 2005 tour of Epstein’s home that disturbed Lutnick and his wife. But the release of case files on Epstein showed that Lutnick had kept in contact with Epstein and met up with him a couple of times in 2011 and 2012.</p><p>Under questioning from Democrats during an unrelated hearing earlier this year, Lutnick said he had visited Epstein’s private island with his family in 2012 for lunch.</p><p>AP-NORC poll: Many Americans have conflicting views on birthright citizenship</p><p>This poll comes as the Supreme Court weighs President Trump’s efforts to restrict birthright citizenship.</p><p>The AP-NORC poll finds about two-thirds of U.S. adults say automatic citizenship should be granted to all children born in the country. Most Democrats and independents back that view, but Republicans are more doubtful: just 44% support birthright citizenship.</p><p>The poll also shows that some people are conflicted, saying in general that they support birthright citizenship but also that they oppose it in some specific circumstances.</p><p>For instance, the poll found about three-quarters of U.S. adults say they support automatic citizenship for children born to parents who are in the country legally on work visas, while only about half support it for those born to parents who are in the country illegally.</p><p>Trump’s commerce secretary arrives for interview in congressional Epstein investigation</p><p>Howard Lutnick is answering questions from House lawmakers today about his relationship with his former neighbor, Jeffrey Epstein.</p><p>The commerce secretary is the highest-ranking official in the Trump administration, besides Trump himself, to appear in the Epstein case files.</p><p>Lutnick has said he barely knew Epstein and has welcomed the closed-door interview with the House Oversight Committee, but his story on his interactions with Epstein has changed. He met with Epstein a couple times and exchanged emails with the financier, even after Epstein’s 2008 conviction in Florida for soliciting prostitution from an underage girl.</p><p>French navy moving to support shipping through the strait</p><p>France’s aircraft carrier strike group is moving south of the Suez Canal and into the Red Sea in preparation for a potential future mission as part of a French-British plan for the Strait of Hormuz, a senior French military spokesman told The Associated Press on Wednesday.</p><p>The repositioning of the nuclear-powered Charles de Gaulle puts France’s only carrier closer to the Persian Gulf chokepoint where Iran has effectively halted commercial traffic since early March. The French effort is distinct from the U.S. “Project Freedom” mission launched Sunday and paused by Trump on Tuesday evening.</p><p>“Going south of Suez is new for us,” said Col. Guillaume Vernet, spokesman for the French armed forces chief of staff.</p><p>The wider Hormuz coalition — drawn up by France, Britain and more than 50 nations — will not begin operating until the threat to shipping eases and the maritime industry is reassured enough to use the strait, Vernet said, adding that any operation would also require the agreement of neighboring countries.</p><p>An attack damaged a French-operated cargo ship and injured its crew, company says</p><p>A cargo container ship operated by the CMA CGM Group was damaged when it came under attack while transiting the Strait of Hormuz on Tuesday, the French shipping company said Wednesday.</p><p>Multiple crew members were injured in the attack on the CMA CGM San Antonio, the company said without providing details. The injured crew were taken off the ship and are receiving medical treatment.</p><p>Trump is going to Beijing. Iran’s foreign minister got there ahead of him</p><p>Iranian Foreign Minister Abbas Araghchi’s visit comes ahead of Trump’s planned high-profile summit on May 14 and 15 with Chinese President Xi Jinping, the first such trip by a U.S. president since Trump visited in 2017.</p><p>In a televised interview Wednesday with Iran’s state media from Beijing, Araghchi said his discussions with Chinese officials included the Strait of Hormuz, Iran’s nuclear program and sanctions imposed on Tehran. And he said Iran has attained “an elevated international standing,” having proven its capabilities and strength.</p><p>China’s Foreign Ministry said after the meeting that it values Iran’s pledge not to pursue nuclear weapons while affirming its “legitimate right to the peaceful use of nuclear energy.”</p><p>U.S. Secretary of State Marco Rubio had expressed hope on Tuesday Beijing would reiterate the need for Iran to release its chokehold on the strait, its main source of leverage, as Trump demands a major rollback of its disputed nuclear program.</p><p>Trump’s Indiana wins show his power over GOP with more primaries and redistricting debates ahead</p><p>Five months ago, Trump was stinging from a political defeat as Republican state senators defied him on redistricting in Indiana. Now he has proved he can still punish wayward party members after the slate of challengers he endorsed defeated almost every one of those lawmakers.</p><p>The results will likely bolster Trump’s confidence heading into upcoming Republican primaries where he wants more incumbents ousted, including Sen. Bill Cassidy of Louisiana and Rep. Thomas Massie of Kentucky.</p><p>Indiana’s primary results also ratchet up pressure on Republican lawmakers in other states to move aggressively to redraw congressional district boundaries in time for the November elections.</p><p>▶ Read more</p><p>Shipper either loses millions or risks sanctions for paying Iranians for safe passage</p><p>Hamburg-based shipping company Hapag-Lloyd says the closure of the Strait of Hormuz is costing it around $60 million a week, in particular in costs for fuel and insurance, as it remains too risky to permit its ships to try getting through.</p><p>Insurance costs have shot up due to the risk of attack from Iranian drones and small boats. Alternate routes to safe harbors or overland are “limited in capacity and cannot completely replace the regular maritime routes through the region,” a company statement said.</p><p>The number of ships passing the strait has dwindled to a trickle. Iran has demanded that vessels go through a vetting process run by the Islamic Revolutionary Guards Corp that involves passing to the north near the Iranian cost, submitting information on crew and cargo, and in some cases paying. But paying the IRGC risks running afoul of sanctions from the US and the EU, which have designated it a terrorist organization.</p><p>Shipping industry and oil traders see no quick return to normal</p><p>Oil prices and shipping are unlikely to return to normal until it’s clear the risk of attacks in the Strait of Hormuz have receded, cautions Kaho Yu, head of energy and resources resources at risk intelligence company Verisk Maplecroft.</p><p>“Even with diplomatic engagement continuing, energy markets are unlikely to return quickly to pre-crisis assumptions,” he said. “Refiners, shippers, and commodity traders will remain cautious until there is clearer evidence that Hormuz disruptions will not re-escalate.”</p><p>Despite the Iran-China meeting’s emphasis on de-escalation, “Hormuz remains the real metric that will be watched,” he added. “Tanker traffic and energy flows over the coming weeks and months are likely to matter more than diplomatic language in assessing whether Beijing can translate influence with Tehran into practical stability.”</p><p>Poll: Most believe the US is no longer a great place for immigrants</p><p>About 6 in 10 U.S. adults say the United States is no longer a great place for immigrants, according to the AP-NORC poll.</p><p>Roughly 3 in 10 say the U.S. is a great place for immigrants, while about 1 in 10 say it never was. The belief that America is no longer great for immigrants is more common among Democrats and independents.</p><p>Nick Grivas, a 40-year-old Democrat from Massachusetts, said he worries that federal immigration policies could discourage new arrivals from investing in their communities, especially if they don’t believe they will be allowed to remain.</p><p>“You’re less willing to commit to the project if you don’t think that you’re gonna be able to stay,” he said.</p><p>White House says it believes an agreement with Iran is near</p><p>The White House believes it is nearing an agreement with Iran on a one-page memorandum to end the war, according to reporting by Axios.</p><p>There is not an agreement yet, but the provisions include a moratorium on Iranian uranium enrichment, a lifting of U.S. sanctions and the distribution of frozen Iranian funds and the opening of the Strait of Hormuz for ships.</p><p>The White House did not respond to questions about the possible agreement.</p><p>Trump threatens Iran with bombing if it doesn’t reopen Strait of Hormuz</p><p>Trump posted on social media that the war with Iran could soon end and oil and natural gas shipments could restart. But that all depends on Iran accepting a reported agreement that the U.S. president did not detail.</p><p>“If they don’t agree, the bombing starts, and it will be, sadly, at a much higher level and intensity than it was before,” Trump said.</p><p>Trump said that it was “perhaps a big assumption” that Iran would agree to the terms being offered by the United States.</p>]]></content:encoded></item><item><title><![CDATA[May 6: Heat ramps up across South Florida ahead of Mother’s Day]]></title><link>https://www.local10.com/weather/2026/05/06/may-6-heat-ramps-up-across-south-florida-ahead-of-mothers-day/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/05/06/may-6-heat-ramps-up-across-south-florida-ahead-of-mothers-day/</guid><dc:creator><![CDATA[Peta Sheerwood]]></dc:creator><description><![CDATA[We are turning up the heat across South Florida. Starting Thursday, highs will peak in the lower 90s. High temperatures will remain in the lower 90s through Mother’s Day with limited rainfall courtesy of a ridge of high pressure building across the region. ]]></description><pubDate>Wed, 06 May 2026 22:46:48 +0000</pubDate><content:encoded><![CDATA[<p>We are turning up the heat across South Florida. Starting Thursday, highs will peak in the lower 90s. High temperatures will remain in the lower 90s through Mother’s Day with limited rainfall courtesy of a ridge of high pressure building across the region. </p><p>Heat indices will be hotter. Expect it to feel like the mid to upper 90s.With several days of feels like temperatures in the lower 90s, be sure to stay hydrated and take plenty of breaks from these hot temperatures. Days of extreme heat could impact anyone without proper cooling.</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[Bolivia coordina acciones con Brasil y otros países para combatir el crimen organizado]]></title><link>https://www.local10.com/espanol/2026/05/06/bolivia-coordina-acciones-con-brasil-y-otros-paises-para-combatir-el-crimen-organizado/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/05/06/bolivia-coordina-acciones-con-brasil-y-otros-paises-para-combatir-el-crimen-organizado/</guid><dc:creator><![CDATA[Por PAOLA FLORES, Associated Press]]></dc:creator><description></description><pubDate>Wed, 06 May 2026 22:38:24 +0000</pubDate><content:encoded><![CDATA[<p>LA PAZ, Bolivia (AP) — Funcionarios de Bolivia y Brasil se reúnen desde el miércoles en La Paz para fortalecer la cooperación en la lucha contra el narcotráfico, un objetivo que el gobierno del presidente boliviano Rodrigo Paz busca concretar con otros países vecinos ante el crecimiento del crimen organizado.</p><p>Ambos países participan en la XIII Comisión Mixta sobre Drogas y Temas Conexos en la región oriental de Santa Cruz, organizada después de la reunión que tuvo Paz con su colega de Brasil Luiz Inácio Lula Da Silva hace dos meses en Brasilia.</p><p>En la cita están el director de Cooperación Internacional de la Policía Federal brasileña, Felipe Tavares Seixas, y el cónsul de Brasil en Santa Cruz, Carlos Leopoldo de Oliveira. Del lado de Bolivia acudió el ministro de Gobierno, Marco Antonio Oviedo, entre otros.</p><p>Oviedo dijo a medios de prensa bolivianos que en su país hay “un incremento de la violencia asociada al crimen organizado”.</p><p>En tanto, el canciller boliviano, Fernando Aramayo, señaló en conferencia de prensa con corresponsales internacionales que el 28 de mayo Oviedo y él mantendrán un encuentro con el canciller chileno, Francisco Pérez Mackenna, y el ministro del Interior chileno, Claudio Alvarado Andrade, para abordar el problema del crimen organizado tras la reunión mantenida en La Paz el mes pasado.</p><p>Aramayo señaló además que en esa cita del día 28 trabajarán conjuntamente en materia de seguridad "en compañía del Perú y Argentina”.</p><p>La llegada del conservador Paz al poder en noviembre pasado marcó un acercamiento a Estados Unidos y a países con los que los gobiernos de izquierda previos se habían mantenido alejados.</p><p>La nación andina sufre una ola de asesinatos. El pasado jueves un magistrado del Tribunal Agroambiental de Bolivia fue asesinado a tiros por presuntos sicarios en Santa Cruz, que registra los mayores índices de inseguridad ligada al crimen organizado.</p><p>Además se han producido asesinatos que las autoridades vinculan con ajustes de cuentas después de la captura en Bolivia del presunto narcotraficante uruguayo Sebastián Marset, quien fue extraditado a Estados Unidos.</p><p>Paz asistió en marzo a la reunión convocada en Florida por el presidente estadounidense Donald Trump —bautizada por la Casa Blanca como cumbre del “Escudo de las Américas”—, donde participaron varios mandatarios de Latinoamérica de signo conservador.</p><p>A diferencia de la postura contraria de los presidentes Luis Arce (2020-2025) y Evo Morales (2006-2019), Paz activó nuevamente el intercambio de información con la oficina antidrogas de Estados Unidos (DEA por sus siglas en inglés).</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/L2Z2QEJFJL2CR4UZK2JSV6GDXM.jpg?auth=daff8f819e4a60a1011b0a4a4e8979b36ec118fcea04534d959dbf0577567e4b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[ARCHIVO - El presidente boliviano Rodrigo Paz ofrece una conferencia de prensa en el palacio de gobierno en La Paz, Bolivia, el lunes 6 de abril de 2026. (AP Foto/Juan Karita, Archivo)]]></media:description><media:credit role="author" scheme="urn:ebu">Juan Karita</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TMNZATYMYBNROB5MYMMQJY57EI.jpg?auth=72c16261e12bc4348ba015df25275e854ec801d54f3c931aaecdfe84b394c9de&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[El ministro de Relaciones Exteriores de Bolivia, Fernando Hugo Aramayo (a la izquierda), y su homólogo chileno, Francisco Pérez Mackenna, se dan la mano para posar en una foto tras una reunión celebrada en La Paz, Bolivia, el jueves 23 de abril de 2026. (Foto AP/Juan Karita)]]></media:description><media:credit role="author" scheme="urn:ebu">Juan Karita</media:credit></media:content></item><item><title><![CDATA[F-22 Raptor steals the show at Fort Lauderdale Beach Air Dot Show]]></title><link>https://www.local10.com/news/local/2026/05/06/f-22-raptor-steals-the-show-at-fort-lauderdale-beach-air-dot-show/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/05/06/f-22-raptor-steals-the-show-at-fort-lauderdale-beach-air-dot-show/</guid><dc:creator><![CDATA[Jason Carter]]></dc:creator><description><![CDATA[The Air Dot Show Tour is taking over Fort Lauderdale Beach.]]></description><pubDate>Wed, 06 May 2026 22:29:59 +0000</pubDate><content:encoded><![CDATA[<p>The Air Dot Show Tour is taking over Fort Lauderdale Beach.</p><p>The undisputed star of the weekend? The F-22 Raptor.</p><p>Watching it defy the laws of physics, it’s easy to forget this isn’t science fiction. It’s the world’s premier fifth-generation stealth fighter -- one that requires a specially trained pilot to command its power.</p><p>There is only one demo pilot for the entire F-22 Raptor Demo Team: Capt. “LaZ” Letourneau.</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-Dade detectives seek man wanted for multiple felonies]]></title><link>https://www.local10.com/news/local/2026/05/06/miami-dade-detectives-seek-man-wanted-for-multiple-felonies/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/05/06/miami-dade-detectives-seek-man-wanted-for-multiple-felonies/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[Detectives with the Miami-Dade Sheriff’s Office are seeking a suspect they say committed multiple crimes, including aggravated battery on a law enforcement officer and hit-and-run.]]></description><pubDate>Wed, 06 May 2026 22:24:18 +0000</pubDate><content:encoded><![CDATA[<p>Detectives with the Miami-Dade Sheriff’s Office are seeking a suspect they say committed multiple crimes, including aggravated battery on a law enforcement officer and hit-and-run.</p><p>They identified the suspect as Jimmy Altidor and said he was wanted for aggravated battery on a law enforcement officer, aggravated assault on a law enforcement officer, fleeing and eluding, reckless driving and leaving the scene of an accident causing property damage.</p><p>According to MDSO, investigators from the agency’s Organized Crimes Bureau are seeking information leading to Altidor’s arrest.</p><p>The agency provided no details about what led to the charges.</p><p>Anyone with information is asked to call Miami-Dade Crime Stoppers at 305-471-8477. Authorities said tipsters may be eligible for a reward of up to $5,000.</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/CHZ2WNJHQFAJBC7BSXDATVSYJE.jpg?auth=6eefddf13a79239dd923aca19e0347add39b542188698f100c18b60d89780cf2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Jimmy Altidor]]></media:description></media:content></item><item><title><![CDATA[Video shows moments after UM shuttle driver crashed bus while drunk, cops say]]></title><link>https://www.local10.com/news/local/2026/05/06/video-shows-moments-after-um-shuttle-driver-crashed-bus-while-drunk-cops-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/05/06/video-shows-moments-after-um-shuttle-driver-crashed-bus-while-drunk-cops-say/</guid><dc:creator><![CDATA[David Dwork, Christina Vazquez]]></dc:creator><description><![CDATA[Newly released video shows the arrest of a University of Miami shuttle bus driver after a crash in which he was suspected of being under the influence. ]]></description><pubDate>Wed, 06 May 2026 22:21:58 +0000</pubDate><content:encoded><![CDATA[<p>Newly released video shows the arrest of a University of Miami shuttle bus driver <a href="https://www.local10.com/news/local/2026/02/17/university-of-miami-shuttle-bus-driver-arrested-after-dui-crash-in-coral-gables-police-say/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/02/17/university-of-miami-shuttle-bus-driver-arrested-after-dui-crash-in-coral-gables-police-say/">after a crash in which he was suspected of being under the influence</a>. </p><p>Coral Gables police officers took Timothy Kowalewski, 45, into custody on Feb. 16 near the 300 block of U.S. 1. </p><p>According to authorities, responding officers found Kowalewski still sitting in the driver’s seat after the crash. </p><p>He was driving students back to the school’s campus when police said Kowalewski struck a tree and then a car with the shuttle. </p><p>As students quickly exited the bus once it stopped, they could be heard on video asking Kowalewski if he was okay and whether he had anything to drink, noting the small of alcohol. </p><p>After being examined by medical personnel, Kowalewski told officers he did not remember the crash, according to an arrest form. </p><p>Officers at the scene said Kowalewski had red, watery eyes and slurred speech, but he refused to perform any field sobriety exercises or provide a breath sample, which led to his arrest on suspicion of driving under the influence. </p><p>He was taken to Turner Guilford Knight Correctional Center and is facing charges of DUI, DUI causing property damage and refusal to submit to a breath test while driving with a suspended license. </p><p>Following the arrest, the University of Miami released a statement to Local 10 which read: </p><p>“The incident involving a University of Miami campus shuttle is under further investigation by the Coral Gables Police Department,” the statement read. “The safety of our students, faculty, staff, and the broader University community remains our top priority.”</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[Tigers' Framber Valdez suspended 5 games by MLB for intentionally throwing at Boston's Trevor Story]]></title><link>https://www.local10.com/sports/2026/05/06/tigers-framber-valdez-suspended-5-games-by-mlb-for-intentionally-throwing-at-bostons-trevor-story/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/05/06/tigers-framber-valdez-suspended-5-games-by-mlb-for-intentionally-throwing-at-bostons-trevor-story/</guid><dc:creator><![CDATA[By DAVE HOGG, Associated Press]]></dc:creator><description></description><pubDate>Wed, 06 May 2026 22:15:50 +0000</pubDate><content:encoded><![CDATA[<p>DETROIT (AP) — Detroit Tigers pitcher Framber Valdez was suspended for five games and fined on Wednesday, one day after he was ejected for hitting Boston's Trevor Story with a pitch during a 10-2 loss in which he allowed a career-high 10 runs.</p><p>Valdez was at first banned for six games by MLB, which cited him for intentionally throwing a pitch at Story, but the penalty was reduced in an agreement between Major League Baseball and the players' association. He started serving the penalty during Wednesday night's series finale and barring rainouts will be eligible to pitch Wednesday at the New York Mets.</p><p>Detroit already is missing injured starting pitchers Tarik Skubal (elbow), Casey Mize (hamstring) and Justin Verlander (hip).</p><p>"Generally when you have an event like last night where there’s a disruption of play and there’s a guy kicked out of the game for what is deemed throwing at somebody, that doesn’t come for free,” Detroit manager A.J. Hinch said.</p><p>Hinch was suspended for one game for what MLB said was Valdez's intentional actions and was to serve the penalty Wednesday.</p><p>Valdez already allowed eight runs in the first three innings when Willson Contreras hit a 449-foot homer on the first pitch of the fourth. Contreras watched the flight of the ball from home plate before flipping his bat.</p><p>Two pitches later, Wilyer Abreu boosted the score to 10-2 when he homered into the right-field seats, a 109.1 mph drive. His next pitch was a 94.4 mph offering that hit Story between the numbers on his back. Valdez had not thrown a four-seam fastball since last Aug. 3 when he hit Boston's Ceddanne Rafaela under the left arm with a 95.5 pitch with a 3-1 count leading off the sixth inning. The Astros trailed the Red Sox 6-1.</p><p>When home plate umpire Adam Beck and Tigers catcher Dillon Dingler got between Story and the mound Tuesday, the Red Sox dugout emptied, followed by Detroit's bench and both bullpens. There was no physical contact and few harsh words.</p><p>Valdez denied hitting Story on purpose, saying the unfamiliar four-seam fastball got away from him.</p><p>Last season while pitching for Houston, Valdez denied intentionally hitting his catcher César Salazar in the chest with a pitch almost immediately after he gave up a grand slam in a loss to the New York Yankees. Two pitches after Trent Grisham’s slam in the Yankees’ 7-1 victory on Sept. 2, Valdez crossed up catcher César Salazar by throwing a 92.8 mph sinker to Anthony Volpe. Valdez and Salazar both said after the game the pitch that hit the catcher wasn’t on purpose.</p><p>Earlier in the season, Valdez expressed frustration about the defensive positioning on a play in the sixth inning that led to the only run he allowed in the Astros’ 2-1 loss to the Washington Nationals on July 28.</p><p>___</p><p>AP MLB: https://apnews.com/MLB</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/6476US37NIH4YPGZCA275FWHGU.jpg?auth=962c5c7fca2fdc0fb1c1be092e05ea5041e95d70ca27eca48765269e118552e0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Detroit Tigers starting pitcher Framber Valdez throws during the first inning of a baseball game against the Boston Red Sox, Tuesday, May 5, 2026, in Detroit. (AP Photo/Jose Juarez)]]></media:description><media:credit role="author" scheme="urn:ebu">Jose Juarez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/J2WYBVWWZAAND7COS3VAXUIRSE.jpg?auth=13c7e15ec841d3528fecbc15fe641100de0acb253dc889ee17cc5bdf9df8b01d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Detroit Tigers manager A.J. Hinch, left, talks with Boston Red Sox's Willson Contreras after Trevor Story was hit by a pitch during the fourth inning of a baseball game, Tuesday, May 5, 2026, in Detroit. (AP Photo/Jose Juarez)]]></media:description><media:credit role="author" scheme="urn:ebu">Jose Juarez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/EFGREGGHBMKNLFVANAAQEJTN6Y.jpg?auth=fb0a14eeed10a95b6761f6e88c0c9bea01937eccdcd29c70877e7f32a015fe3a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Detroit Tigers starting pitcher Framber Valdez walks to the dugout after being thrown out of the game during the fourth inning of a baseball game against the Boston Red Sox, Tuesday, May 5, 2026, in Detroit. (AP Photo/Jose Juarez)]]></media:description><media:credit role="author" scheme="urn:ebu">Jose Juarez</media:credit></media:content></item><item><title><![CDATA[Ted Turner's vision of news as global and continuous changed both the industry and society itself]]></title><link>https://www.local10.com/news/national/2026/05/06/ted-turners-vision-of-news-as-global-and-continuous-changed-both-the-industry-and-society-itself/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/05/06/ted-turners-vision-of-news-as-global-and-continuous-changed-both-the-industry-and-society-itself/</guid><dc:creator><![CDATA[By JOCELYN NOVECK and WYATTE GRANTHAM-PHILIPS, Associated Press]]></dc:creator><description></description><pubDate>Thu, 07 May 2026 03:04:07 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — When the Space Shuttle Challenger exploded in 1986, Beth Knobel, a future TV news correspondent, was in graduate school. Emerging from class, she saw TV sets had been set up in the lobby. They were tuned to CNN, the 24/7 news channel that Ted Turner had launched about five years earlier, which was carrying the launch live.</p><p>“Shuttle launches were just kind of routine and the broadcast networks weren’t even covering them anymore,” says Knobel, who worked for CBS News in the 1990s and now teaches journalism at Fordham University. “CNN did. So when things went so tragically wrong, there they were on top of the story like no one else.”</p><p>That, says Knobel, who now teaches a class on TV’s biggest innovators, is just one example of why Turner was the biggest of them all — huge steps ahead of anyone else in his understanding of how news needed to be delivered.</p><p>Turner’s death Wednesday comes at a fraught time for cable news, which has struggled to retain viewership in an era of countless media choices and abundant streaming video. CNN has not been immune; changes in the media ecosystem, the company’s financial picture and multiple editorial resets over the years have left it a markedly different entity than the one Turner built.</p><p>But that misses an important point: He built it.</p><p>“We use the word giant sometimes to describe people that really aren’t giant," Knobel says. "Ted Turner truly is a giant. He invented around-the-clock news.”</p><p>Early on, Turner saw news as something global</p><p>Many in and around the news industry struggled Wednesday for big enough words to describe Turner’s impact on how we consume news. Longtime TV analyst Robert Thompson said the issue was hyperbole-proof.</p><p>“Death and hyperbole often go together,” said Thompson, director of Syracuse University’s Bleier Center for Television and Popular Culture. ”But there is no hyperbole here. I can think of very few other things in the 20th century that so dramatically changed American politics, journalism and civic engagement than the invention of 24-hour cable news.”</p><p>He does add a caveat: The real impact would not be truly felt until others started doing it. Which, of course, they did. But for a long time, and certainly well into the 90s, “CNN became almost generic for breaking news,” Thompson says,” like Kleenex for facial tissues and Xerox for photocopying.”</p><p>But it isn't just the 24-hour cycle that defines Turner’s legacy in news. A number of analysts cited, too, how he conceived of news as a global commodity.</p><p>Knobel recalls that when she was Moscow bureau chief for CBS beginning in the early 1990s, she would walk into the Kremlin and see CNN on televisions.</p><p>“That was the way in which they came to understand what the world was thinking about Russia,” Knobel says. The same was true in other seats of power across the world. “Global programming didn’t exist before Ted Turner came along and said, ‘Not only am I going to build a new channel for America, but there are a lot of people around the world that will probably want to watch this news channel.’”</p><p>All of this has become so ingrained by now that it’s hard to convey to younger people that it once didn't exist. Back in the ’70s when Turner — an insomniac — was first dreaming of 24/7 news, in many places you’d turn on your TV late at night and would see only static, a test pattern or an American flag until about 6 am.</p><p>Former CNN White House bureau chief Frank Sesno, now a media and public affairs professor at George Washington University, tells his students about the “Walter Cronkite era" — when news was delivered at an appointed time, by a voice from on high, in a 30-minute broadcast (which actually doubled the 15-minute broadcasts there once were.)</p><p>“I teach these young people and they have no idea who Ted Turner is,“ Sesno said. “I remind them this was, in fact, the world of Walter Cronkite. Ted Turner came in and and CNN was seen as an upstart, as something that wasn’t going to succeed.” Thus the derisive moniker “Chicken Noodle News,” which was echoing across the industry when Sesno joined the network in 1984 .</p><p>“When they hired me, I had zero television experience," he says.</p><p>But CNN wasn’t looking for star anchors at the time. The news was supposed to be the star. The stable of stars came later.</p><p>The first Gulf War was a turning point</p><p>For CNN, a moment of particular success came in October 1987, the year after the Challenger explosion, when 18-month-old Jessica McClure was rescued from a well in Texas after a two-day ordeal. CNN covered not only the outcome but the incremental developments — standard fare today but certainly not so then for TV.</p><p>Brooke Erin Duffy, an associate professor of communication at Cornell University, points to public appetite for that story as a key moment for CNN, which covered the “hours and hours of waiting” and allowed audiences to regularly tune in for updates.</p><p>But it was during the first Gulf War with Iraq when the entire foundation of news shifted. When other journalists left Baghdad, CNN stayed. With correspondents Bernard Shaw, John Holliman and Peter Arnett doing reports under siege from Baghdad's al-Rashid Hotel, the network changed war journalism forever.</p><p>A key factor was technology. CNN's news managers “went to Turner and said you know, there’s a war coming. We need some money to cover it, and Ted Turner said to them well what do you need?” Knobel said. ”What they did with that money is to bring in satellite phone technology that no one else had." It enabled CNN to continue to broadcast news when communications were knocked out.</p><p>“I’m someone who competed against CNN for many years working for CBS (and) I can say CNN always had a technological advantage over everybody else," she said, crediting Turner for giving his network the edge.</p><p>The 24/7 schedule of broadcasting continuous developments also vastly reshaped what it was like to actually work in the TV news industry. Journalist were increasingly expected to “be available 24/7 to satiate the public’s appetite for news," Duffy said.</p><p>After CNN found success, more and more outlets followed suit. The uptick in competition for around-the-clock content made time even more of a currency when it came to breaking news.</p><p>“I think one of the consequences is the race for eyeballs within the saturated media landscape,” Duffy said. “Time is the currency in news media.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/FLLSRA7OALXPZWBPWTB7CTZOYM.jpg?auth=253c6fa635e4dfd965775e44e0be912226911f2d8f03417fd6984b7bf0b6da03&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Atlanta Braves owner Ted Turner watches his team in action against the St. Louis Cardinals during the first National League Championship game, Oct. 6, 1982, St. Louis. (AP Photo/Rusty Kennedy, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Rusty Kennedy</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GPXFVLIZ2YJSNFCWSARYYFZTAM.jpg?auth=0859390ad31d2803b4e0763114f9dbc2b89ad9b301f9e229a0f17175352b5370&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Actress and political activist Jane Fonda and media mogul Ted Turner arrive at a party in support of Proposition 128 in Los Angeles on Nov. 6, 1990. (AP Photo/Reed Saxon, File)]]></media:description><media:credit role="author" scheme="urn:ebu">REED SAXON</media:credit></media:content></item><item><title><![CDATA[Hombre de Miami-Dade enfrenta nuevos cargos por presunto secuestro y agresión sexual de adolescente, dicen agentes]]></title><link>https://www.local10.com/espanol/2026/05/06/hombre-de-miami-dade-enfrenta-nuevos-cargos-por-presunto-secuestro-y-agresion-sexual-de-adolescente-dicen-agentes/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/05/06/hombre-de-miami-dade-enfrenta-nuevos-cargos-por-presunto-secuestro-y-agresion-sexual-de-adolescente-dicen-agentes/</guid><dc:creator><![CDATA[Ryan Mackey, Samiar Nefzi]]></dc:creator><description><![CDATA[Un recluso de Miami-Dade se enfrenta a nuevos cargos de agresión sexual y secuestro derivados de una presunta agresión ocurrida en 2025 en la que estuvo involucrada una niña de 15 años, según un informe de detención obtenido por Local 10 News.  ]]></description><pubDate>Wed, 06 May 2026 16:22:40 +0000</pubDate><content:encoded><![CDATA[<p>Un recluso del condado de Miami-Dade enfrenta nuevos cargos de agresión sexual y secuestro derivados de un presunto ataque ocurrido en 2025 contra una niña de 15 años, según un informe de arresto obtenido por Local 10 News.</p><p>Los registros penitenciarios muestran que el sospechoso, Antwon Trinard Glenn, de 29 años, está encarcelado desde el 22 de enero por 29 cargos de fraude de identidad en un caso aparte.</p><figure><img src="https://www.local10.com/resizer/v2/FSW6445IYFG35OYPKAKDJVYQRY.jpg?auth=9976479a73c93c52426f74031a50fecc8539b75bbacf4b7b47510c1a5bdf7c2a&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>Según los agentes de la Oficina del Sheriff de Miami-Dade, la presunta agresión sexual ocurrió el 5 de julio de 2025, mientras la víctima se hospedaba en la casa de su abuela en el suroeste de Miami-Dade, en la cuadra 11000 de Southwest 203rd Terrace.</p><p>La víctima declaró a los investigadores que se encontraba fuera de la casa cuando Glenn, que conducía un SUV blanco, se le acercó, la agarró del brazo y la obligó a subir al vehículo “en contra de su voluntad”, según consta en el informe.</p><p>Las autoridades indicaron que la víctima denunció haber sido violada dentro del SUV y posteriormente llevada a un apartamento cercano, donde continuó la agresión.</p><p>Los registros muestran que Glenn fue entrevistado el 26 de marzo en el Centro de Detención Metrowest en Doral, donde invocó su derecho a un abogado.</p><p>En el informe de detención de Glenn no se especificaba si la víctima lo conocía.</p><p>Los registros judiciales muestran que Glenn ya había enfrentado cargos, entre ellos el uso fraudulento de identificación y múltiples cargos relacionados con tarjetas de crédito o débito robadas.</p><p>Desde el miércoles, se enfrenta a cargos que incluyen agresión sexual a una menor y secuestro, y permanece detenido sin derecho a fianza en el Centro de Detención de Metrowest.</p>]]></content:encoded></item><item><title><![CDATA[Miami-Dade man faces new charges in alleged kidnapping, sexual battery of teen, deputies say ]]></title><link>https://www.local10.com/news/local/2026/05/06/miami-dade-man-faces-new-charges-in-alleged-kidnapping-sexual-battery-of-teen-deputies-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/05/06/miami-dade-man-faces-new-charges-in-alleged-kidnapping-sexual-battery-of-teen-deputies-say/</guid><dc:creator><![CDATA[Ryan Mackey, Samiar Nefzi]]></dc:creator><description><![CDATA[A Miami-Dade inmate is facing new charges of sexual battery and kidnapping stemming from an alleged 2025 attack involving a 15-year-old girl, according to  an arrest report obtained by Local 10 News.  ]]></description><pubDate>Wed, 06 May 2026 15:28:01 +0000</pubDate><content:encoded><![CDATA[<p>A Miami-Dade inmate is facing new charges of sexual battery and kidnapping stemming from an alleged 2025 attack involving a 15-year-old girl, according to an arrest report obtained by Local 10 News. </p><p><a href="https://www.local10.com/espanol/2026/05/06/hombre-de-miami-dade-enfrenta-nuevos-cargos-por-presunto-secuestro-y-agresion-sexual-de-adolescente-dicen-agentes/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/05/06/hombre-de-miami-dade-enfrenta-nuevos-cargos-por-presunto-secuestro-y-agresion-sexual-de-adolescente-dicen-agentes/">Leer en español</a></p><p>Jail records show the suspect, Antwon Trinard Glenn, 29, has been jailed since Jan. 22 on 29 counts of identification fraud in a separate case.</p><figure><img src="https://www.local10.com/resizer/v2/FSW6445IYFG35OYPKAKDJVYQRY.jpg?auth=9976479a73c93c52426f74031a50fecc8539b75bbacf4b7b47510c1a5bdf7c2a&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>According to deputies with the Miami-Dade Sheriff’s Office, the alleged sexual battery occurred on July 5, 2025, while the victim was staying at her grandmother’s home in southwest Miami-Dade in the 11000 block of Southwest 203rd Terrace. </p><p>The victim told investigators she was outside the home when Glenn, who was driving a white SUV approached her, grabbed her arm and forced her into the vehicle “against her will,” the report states. </p><p>Authorities said the victim reported that she was raped inside the SUV and later taken to a nearby apartment, where the assault continued.</p><p>Records show Glenn was interviewed on March 26 at the Metrowest Detention Center in Doral, where he invoked his right to counsel.</p><p>Glenn’s arrest report did not state if he was known to the victim.</p><p>Court records show Glenn previously faced charges including fraudulent use of identification and multiple counts involving stolen credit or debit cards.</p><p>As of Wednesday, he is now facing charges that include sexual battery of a minor and kidnapping. He remains held without bond at the Metrowest Detention Center.</p><p>Glenn is expected to face a judge Thursday for a hearing on whether he should be held in pretrial detention given the seriousness of the charges and the victim’s age.</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[Sospechoso que huía se estrella contra casa cerca de South Miami, dicen agentes]]></title><link>https://www.local10.com/espanol/2026/05/06/sospechoso-que-huia-se-estrella-contra-casa-cerca-de-south-miami-dicen-agentes/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/05/06/sospechoso-que-huia-se-estrella-contra-casa-cerca-de-south-miami-dicen-agentes/</guid><dc:creator><![CDATA[Chris Gothner, Gabrielle Arzola]]></dc:creator><description><![CDATA[A man fleeing from Miami-Dade deputies trying to pull him over crashed into a home early Wednesday morning.]]></description><pubDate>Wed, 06 May 2026 16:53:47 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre que huía de agentes de Miami-Dade que intentaban detenerlo se estrelló contra una casa la madrugada del miércoles.</p><p>El choque ocurrió en una vivienda en la cuadra 5800 de Southwest 62nd Terrace, en un área no incorporada entre South Miami y Coral Gables.</p><p>Los agentes dijeron que perseguían al sospechoso, cuyo vehículo era sospechoso, tras reportes de robos en el área.</p><p>Indicaron que el conductor resultó herido después del choque y fue trasladado al hospital.</p><p>Las autoridades dijeron que, aunque una llamada inicial sobre un robo en progreso en una vivienda resultó infundada, los detectives recuperaron artículos robados en un robo de vehículo cercano.</p><p>No se sabe si el conductor, que no ha sido identificado públicamente hasta la tarde del miércoles, enfrentará cargos.</p>]]></content:encoded></item><item><title><![CDATA[Fiscalía de Guatemala deberá recuperar su credibilidad tras salida de Porras, dicen analistas]]></title><link>https://www.local10.com/espanol/2026/05/06/fiscalia-de-guatemala-debera-recuperar-su-credibilidad-tras-salida-de-porras-dicen-analistas/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/05/06/fiscalia-de-guatemala-debera-recuperar-su-credibilidad-tras-salida-de-porras-dicen-analistas/</guid><dc:creator><![CDATA[Por SONIA PÉREZ D., Associated Press]]></dc:creator><description></description><pubDate>Wed, 06 May 2026 21:40:07 +0000</pubDate><content:encoded><![CDATA[<p>CIUDAD DE GUATEMALA (AP) — Consuelo Porras termina su periodo como fiscal general de Guatemala dejando tras de sí una gestión de ocho años que según sus críticos estuvo marcada por el uso de constantes intimidaciones para criminalizar a referentes de distintos sectores, lo que le valió sanciones de 40 gobiernos extranjeros por obstruir la lucha anticorrupción en el país centroamericano.</p><p>Analistas señalaron el miércoles a The Associated Press que el principal desafío que se presenta una vez que Porras deje el cargo es recuperar la independencia y la credibilidad del Ministerio Público.</p><p>“Porras usó la fiscalía y el derecho penal para perseguir selectivamente a operadores de justicia, periodistas, defensores de derechos humanos. Ahora habrá que hacer justicia y recuperar esa confianza en la justicia”, reclamó el exfiscal anticorrupción Juan Francisco Sandoval, quien vive en el exilio luego de denunciar persecuciones orquestadas por la fiscalía a raíz de sus investigaciones anticorrupción.</p><p>Un abogado y exjuez es el reemplazante</p><p>El presidente guatemalteco Bernardo Arévalo designó el martes al abogado Gabriel Estuardo García Luna como nuevo fiscal general por un periodo de cuatro años en reemplazo de Porras, quien finalizará su gestión el 17 de mayo. La funcionaria había intentado postularse al cargo una tercera vez.</p><p>“El Ministerio Público recibe una nueva autoridad que no llega para servir a un presidente, al gobierno de turno, ni a intereses políticos particulares o espurios”, señaló Arévalo, quien se ha considerado también una víctima de las políticas de persecución de Porras.</p><p>Sandoval aseguró que el nuevo jefe de los fiscales deberá mostrar voluntad para revisar los polémicos casos de criminalización. “Debe revisarse caso por caso objetivamente para establecer los montajes que se armaron...espero que ningún fiscal, juez o ciudadano vuelva a enfrentar persecución por cumplir con su trabajo o ejercer sus derechos”.</p><p>García Luna, de 49 años, es además notario y doctor en derecho con 22 años de experiencia. Ha fungido como juez de paz de primera instancia y magistrado de sala de apelaciones.</p><p>Señalamientos contra Porras</p><p>Desde hace años varias instituciones vienen alertando sobre la criminalización ejercida por Porras contra colectivos y personas que investigan casos de corrupción, y son críticos de su gestión. Así lo hizo en mayo de 2025 la Relatora Especial sobre la Independencia de los magistrados y abogados de Naciones Unidas, Margaret Satterthwaite.</p><p>Stephen McFarland, quien ejerció como embajador de Estados Unidos en Guatemala entre 2008 y 2011, dijo que el nuevo fiscal general se va a enfrentar a “una institución bastante debilitada y desvirtuada”.</p><p>El embajador retirado destacó que será necesario averiguar y publicar qué pasó durante la gestión de Porras, "responder por las injusticias e identificar mecanismos para que no vuelva a pasar”.</p><p>La fiscalía a cargo de Porras implementó políticas como la de reservar el contenido de expedientes judiciales a los acusados para que no supieran de qué se les acusaba o las pruebas en su contra, muchas veces con el aval de jueces. Uno de los casos es el de los líderes indígenas Luis Pacheco y Héctor Chaclán, acusados de terrorismo por las protestas que lideraron en 2023 pidiendo la renuncia de la funcionaria. A un año de prisión, sus abogados no han tenido acceso a las pruebas en su contra.</p><p>La fiscal se ha defendido diciendo que bajo su cargo el Ministerio Público “se transformó” con mejoras continuas y que cumplió con todos los requisitos de idoneidad, capacidad y honorabilidad.</p><p>Cuando deje el puesto, Porras perderá su inmunidad y podrá ser investigada por la misma fiscalía si se presentan denuncias en su contra.</p><p>Algunas propuestas</p><p>Según Claudia Paz y Paz, exfiscal general de Guatemala que vive en el exilio, es primordial “identificar a las personas que forman parte de la estructura que favoreció la impunidad y criminalización, sobre todo los puestos más cercanos a la actual fiscal general porque van a seguir haciendo daño”.</p><p>Paz y Paz, que ha denunciado persecución por haber ordenado investigar casos de crímenes de lesa humanidad —tal como exigieron instancias internacionales de justicia—advirtió además que es necesario rescatar ciertas fiscalías desmanteladas, como la de derechos humanos que investigaba crímenes de guerra.</p><p>Los analistas coincidieron en que habrá que reactivar la cooperación perdida con otros países y revisar las unidades especiales dedicadas a la lucha contra el crimen internacional que, según dijeron, se usaron para la persecución selectiva.</p><p>Sandoval afirmó al respecto que “no hay ni un solo caso de investigación" contra estructuras del narcotráfico en Guatemala que haya derivado en su desarticulación.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/SYBCTVUJQ2QUVIG5RTBW5TRXGI.jpg?auth=9946d11678e1eb7effc227100fab8a24c14ee1222ec969083bcd587017d520ec&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[ARCHIVO - Activistas portan una pancarta que dice "Defender la democracia es un derecho no un delito" sobre retratos de los líderes indígenas encarcelados Luis Pacheco (izquierda) y Héctor Chaclán, quienes enfrentan cargos de terrorismo y asociación ilícita en relación con las protestas nacionales de 2023, frente a la Corte Suprema en Ciudad de Guatemala, el 25 de agosto de 2025. (Foto AP/Moisés Castillo, Archivo)]]></media:description><media:credit role="author" scheme="urn:ebu">Moises Castillo</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/H73RUWKVNBJGI3JC2WTN2DDSOQ.jpg?auth=04f9ad76028f0021b1c3a6ca431e65fdb3b53cb69f0a5b5c33d85e09dee38060&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[El presidente de Guatemala Bernardo Arévalo en conferencia de prensa, el 5 de marzo de 2026, en Ciudad de Guatemala. (AP Foto/Moises Castillo, Archivo)]]></media:description><media:credit role="author" scheme="urn:ebu">Moises Castillo</media:credit></media:content></item><item><title><![CDATA[Activists pushing to protect sea turtles in South Florida waters]]></title><link>https://www.local10.com/news/local/2026/05/06/activists-pushing-to-protect-sea-turtles-in-south-florida-waters/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/05/06/activists-pushing-to-protect-sea-turtles-in-south-florida-waters/</guid><dc:creator><![CDATA[Kristi Krueger]]></dc:creator><description><![CDATA[Sea turtle breading and nesting season is in full swing across South Florida, and wildlife experts are urging boaters to slow down.]]></description><pubDate>Wed, 06 May 2026 21:19:33 +0000</pubDate><content:encoded><![CDATA[<p>Sea turtle breading and nesting season is in full swing across South Florida, and wildlife experts are urging boaters to slow down.</p><p><a href="https://www.local10.com/espanol/2026/05/06/activistas-impulsan-esfuerzos-para-proteger-a-las-tortugas-marinas-en-aguas-del-sur-de-florida/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/05/06/activistas-impulsan-esfuerzos-para-proteger-a-las-tortugas-marinas-en-aguas-del-sur-de-florida/">Leer en español</a></p><p>The warning comes after four endangered leatherback turtles were killed in recent boat strikes in the Palm Beach County intracoastal waterway.</p><p>From march through October, roughly 40,000 sea turtles come to palm beach county to nest.</p><p>But just as the season began, conservationists say four leather backs were killed by boat strikes.</p><p>“The loss of one of those individuals is a really great loss to the species as a whole,” said Dr. Heather Barron.</p><p>Barron says boat strikes can damage a turtle’s brain, spinal cord, limbs, and even internal organs.</p><p>“But one thing is certain,” she said. “They’re almost all pretty bad in terms of their impact on the animal. And the prognosis for the animal is often quite grave.” </p><p>And during nesting and breeding season those strikes can make an already vulnerable population even more fragile.</p><p>“If many of the sea turtles that would nest in this area are hit by boats and killed that will be fewer and fewer animals that will ever come back here,” said Barron. </p><p>Andy Dehart is a CEO of Lagerhead marine life center.</p><p>“We’re critically affecting these species that come here for this valuable time in their life,” said Dehart. “We’re a long way from where we used to be where turtles were caught in bycatch and turtles were caught for soup. This isn’t targeted injuries on turtles. It’s just an accident. But what we do hope is that people learn.”</p><p>With Memorial Day and the Fourth of July approaching, he says boaters play a key role in preventing these tragedies.</p><p>“It’s very preventable if people just monitor their speed,” said Dehart. “There’s no set speed limit. We’re not advocating for a set speed limit, but monitor, go safe in that first mile and a half from shore, put on polarized glasses, and if you can, have a spotter.”</p><p>A voluntary sea turtle protection zone remains in place until Oct. 31 and spans all 45 miles of Palm Beach County from shore to one mile out at sea.</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[Activistas impulsan esfuerzos para proteger a las tortugas marinas en aguas del sur de Florida]]></title><link>https://www.local10.com/espanol/2026/05/06/activistas-impulsan-esfuerzos-para-proteger-a-las-tortugas-marinas-en-aguas-del-sur-de-florida/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/05/06/activistas-impulsan-esfuerzos-para-proteger-a-las-tortugas-marinas-en-aguas-del-sur-de-florida/</guid><dc:creator><![CDATA[Kristi Krueger]]></dc:creator><description><![CDATA[La temporada de reproducción y anidación de las tortugas marinas está en pleno apogeo en todo el sur de Florida, y los expertos en vida silvestre instan a los navegantes a reducir la velocidad.]]></description><pubDate>Wed, 06 May 2026 21:38:24 +0000</pubDate><content:encoded><![CDATA[<p>La temporada de apareamiento y anidación de tortugas marinas está en pleno auge en el sur de Florida, y expertos en vida silvestre están instando a los navegantes a reducir la velocidad.</p><p>La advertencia surge luego de que cuatro tortugas laúd en peligro de extinción murieran recientemente tras ser impactadas por embarcaciones en la vía intracostera del condado Palm Beach.</p><p>Desde marzo hasta octubre, aproximadamente 40,000 tortugas marinas llegan al condado Palm Beach para anidar.</p><p>Pero justo cuando comenzó la temporada, conservacionistas aseguran que cuatro tortugas laúd murieron tras ser impactadas por embarcaciones.</p><p>“La pérdida de uno de esos individuos es una gran pérdida para la especie en general”, dijo la doctora Heather Barron.</p><p>Barron señaló que los impactos de embarcaciones pueden dañar el cerebro, la médula espinal, las extremidades e incluso los órganos internos de una tortuga.</p><p>“Pero una cosa es segura”, dijo. “Casi todos son bastante graves en términos del impacto en el animal. Y el pronóstico para el animal suele ser bastante crítico”.</p><p>Y durante la temporada de anidación y apareamiento, esos impactos pueden hacer que una población ya vulnerable sea aún más frágil.</p><p>“Si muchas de las tortugas marinas que anidarían en esta área son impactadas por embarcaciones y mueren, habrá cada vez menos animales que regresen aquí”, dijo Barron.</p><p>Andy Dehart es director ejecutivo del Loggerhead Marine Life Center.</p><p>“Estamos afectando críticamente a estas especies que vienen aquí durante este momento tan valioso de sus vidas”, dijo Dehart. “Estamos muy lejos de los tiempos en que las tortugas quedaban atrapadas accidentalmente o eran capturadas para hacer sopa. Estas no son lesiones intencionales contra las tortugas. Simplemente son accidentes. Pero lo que esperamos es que la gente aprenda”.</p><p>Con el Día de los Caídos y el 4 de Julio acercándose, dijo que los navegantes desempeñan un papel clave para prevenir estas tragedias.</p><p>“Es muy prevenible si las personas simplemente controlan su velocidad”, dijo Dehart. “No hay un límite de velocidad establecido. No estamos abogando por un límite específico, pero sí por monitorear, navegar de forma segura durante la primera milla y media desde la costa, usar gafas polarizadas y, si es posible, tener un observador”.</p><p>Una zona voluntaria de protección de tortugas marinas permanecerá vigente hasta el 31 de octubre y abarca las 45 millas del condado Palm Beach desde la costa hasta una milla mar adentro.</p>]]></content:encoded></item><item><title><![CDATA[Police make arrest connected to string of Facebook Marketplace robberies]]></title><link>https://www.local10.com/news/local/2026/05/06/police-make-arrest-connected-to-string-of-facebook-marketplace-robberies/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/05/06/police-make-arrest-connected-to-string-of-facebook-marketplace-robberies/</guid><dc:creator><![CDATA[Rosh Lowe]]></dc:creator><description><![CDATA[A string of robberies connected to Facebook Marketplace postings have led to an arrest in Miami-Dade County.]]></description><pubDate>Wed, 06 May 2026 21:26:57 +0000</pubDate><content:encoded><![CDATA[<p>A string of robberies connected to Facebook Marketplace postings have led to an arrest in Miami-Dade County.</p><p><a href="https://www.local10.com/espanol/2026/05/06/arrestan-a-sospechoso-vinculado-a-serie-de-robos-en-facebook-marketplace/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/05/06/arrestan-a-sospechoso-vinculado-a-serie-de-robos-en-facebook-marketplace/">Leer en español</a></p><p>Police said Terrell Barry is the suspect who has been busted.</p><p>They also say he linked to 10 cases connected to a string of Facebook Marketplace robberies all following the same MO.</p><p>Local 10 News spoke to one of Barry’s alleged victims. </p><p>She said she traveled with her father to 15221 NE Sixth Avenue after a woman on the website had expressed interest in an iPhone 17 Pro Max</p><p>After arriving, she said she received a message from the suspect stating, “I have my boyfriend coming down.”</p><p>According to police, there are many victims out there who police said had MacBooks and iPhones stolen just like that.</p><p>The charges are piling up on Barry, who was arrested by police and placed behind bars. </p><p>Police officers always advise people to make these exchanges at a safe place like a police station, and this story shows just how dangerous these interactions could be.</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[Arrestan a sospechoso vinculado a serie de robos en Facebook Marketplace]]></title><link>https://www.local10.com/espanol/2026/05/06/arrestan-a-sospechoso-vinculado-a-serie-de-robos-en-facebook-marketplace/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/05/06/arrestan-a-sospechoso-vinculado-a-serie-de-robos-en-facebook-marketplace/</guid><dc:creator><![CDATA[Rosh Lowe]]></dc:creator><description><![CDATA[Una serie de robos relacionados con anuncios publicados en Facebook Marketplace ha dado lugar a una detención en el condado de Miami-Dade.]]></description><pubDate>Wed, 06 May 2026 21:35:21 +0000</pubDate><content:encoded><![CDATA[<p>Una serie de robos relacionados con publicaciones en Facebook Marketplace llevaron a un arresto en el condado Miami-Dade.</p><p>La Policía informó que Terrell Barry es el sospechoso que fue arrestado.</p><p>También indicaron que está vinculado a 10 casos relacionados con una serie de robos en Facebook Marketplace, todos siguiendo el mismo modus operandi.</p><p>Local 10 News habló con una de las presuntas víctimas de Barry.</p><p>Ella dijo que viajó junto a su padre hasta el 15221 de la avenida NE Sixth luego de que una mujer en el sitio web expresó interés en un iPhone 17 Pro Max.</p><p>Tras llegar, dijo que recibió un mensaje del sospechoso que decía: “Tengo a mi novio bajando”.</p><p>Según la Policía, hay muchas víctimas a las que les robaron MacBooks y iPhones de la misma manera.</p><p>Los cargos siguen acumulándose contra Barry, quien fue arrestado por la Policía y encarcelado.</p><p>Los agentes siempre recomiendan a las personas realizar estos intercambios en un lugar seguro, como una estación de Policía, y esta historia demuestra cuán peligrosas pueden ser estas interacciones.</p>]]></content:encoded></item><item><title><![CDATA[Lula hablará de lucha contra el crimen organizado y de aranceles en reunión con Trump]]></title><link>https://www.local10.com/espanol/2026/05/06/lula-hablara-de-lucha-contra-el-crimen-organizado-y-de-aranceles-en-reunion-con-trump/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/05/06/lula-hablara-de-lucha-contra-el-crimen-organizado-y-de-aranceles-en-reunion-con-trump/</guid><dc:creator><![CDATA[Por ELÉONORE HUGHES, Associated Press]]></dc:creator><description></description><pubDate>Wed, 06 May 2026 23:22:45 +0000</pubDate><content:encoded><![CDATA[<p>RÍO DE JANEIRO (AP) — El presidente brasileño Luiz Inácio Lula da Silva hablará sobre cooperación en la lucha contra el crimen organizado y sobre los aranceles cuando se reúna esta semana con el presidente de Estados Unidos, Donald Trump, manifestó el miércoles el ministro de Hacienda de Brasil, Dario Durigan.</p><p>"El objetivo es proteger a la población de Brasil, dar prioridad al país y mantener un diálogo constructivo”, comentó Durigan a la emisora estatal EBC. “Las expectativas para el viaje son muy positivas”.</p><p>El encuentro en la Casa Blanca se produce luego de que el año pasado se viviera una crisis en las relaciones bilaterales, después de que Estados Unidos impusiera un arancel del 50% a los productos brasileños y vinculara la medida al enjuiciamiento del expresidente Jair Bolsonaro por su participación en un intento de golpe de Estado.</p><p>Lula defendió con firmeza la soberanía de Brasil y, más tarde, Trump flexibilizó los aranceles a Brasil con el fin de reducir los costos para los consumidores estadounidenses.</p><p>Trump y Lula comenzaron a recomponer la relación en la Asamblea General de las Naciones Unidas en septiembre, lo que fue seguido por su primera reunión privada en Malasia en octubre y luego por conversaciones telefónicas.</p><p>La forma en que el gobierno brasileño manejó el arancel del 50% seguramente aumentó el margen de maniobra del país frente al gobierno de Trump, señaló Ana Garcia, profesora de relaciones internacionales en la Universidad Federal Rural de Río de Janeiro.</p><p>“Es probable que el gobierno de Trump vea a Brasil como un socio al que hay que tomar en cierta medida en serio, pero seguirá presionándolo para que haga concesiones”, comentó Garcia.</p><p>Un punto de fricción entre ambos gobiernos es la presunta consideración del gobierno de Trump para designar como organizaciones terroristas extranjeras a las mayores facciones criminales de Brasil: el Comando Vermelho, o CV, y el Primer Comando de la Capital, o PCC.</p><p>Esas designaciones darían a Estados Unidos más poder “para actuar como un actor político o económico en Brasil”, afirmó Leonardo Paz Neves, profesor de relaciones internacionales en la Fundación Getulio Vargas, un centro de estudios y universidad. “Para Brasil es un asunto defensivo que no le sirve en absoluto a sus intereses”.</p><p>Un funcionario del gobierno brasileño, que habló bajo condición de anonimato porque no tiene permitido tratar el tema públicamente, indicó que ambas partes parecían comprometidas a profundizar la cooperación en la lucha contra el crimen organizado, en lugar de optar por acciones unilaterales.</p><p>Otro asunto clave que probablemente figure en la agenda de la reunión es el acceso a los yacimientos de tierras raras de Brasil. El país sudamericano tiene las segundas mayores reservas del mundo de tierras raras, que son minerales utilizados en una amplia gama de productos, incluidos teléfonos, vehículos eléctricos, paneles solares y motores para avión.</p><p>Durigan reiteró el miércoles la postura de Brasil de que el país no quiere ser simplemente un exportador de materias primas.</p><p>“Los países del norte global... están sedientos de esta materia prima”, indicó. Pero “aunque la inversión extranjera es bienvenida, queremos desarrollo industrial dentro de Brasil: crear empleos en asociación con nuestras universidades”.</p><p>El viaje a Estados Unidos ocurre en un escenario interno difícil para Lula, quien la semana pasada sufrió dos reveses en el Congreso. La Cámara de Diputados anuló su veto a una ley que busca reducir el tiempo de prisión de Bolsonaro, mientras que el Senado rechazó a su nominado para el Supremo Tribunal Federal, algo que no ocurría desde hace más de 100 años.</p><p>El mandatario brasileño, de 80 años, buscará un cuarto mandato no consecutivo en las elecciones de octubre. Las encuestas actualmente lo muestran en un empate técnico con el senador Flávio Bolsonaro, el hijo del exmandatario.</p><p>Lula partió hacia Washington D.C. a primera hora de la tarde del miércoles y se espera que llegue por la noche.</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/YCZFWKI6AQDJ2W267JLHZGU2YQ.jpg?auth=e8a031518e9aa34f4a4cb06bd88b19e4570d4b02200fa78f4f555561740754f6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[ARCHIVO - El presidente de EEUU, Donald Trump, se reúne con el presidente de Brasil, Luiz Inácio Lula da Silva, al margen de la Cumbre de la ASEAN en Kuala Lumpur, Malasia, el 26 de octubre de 2025. (AP Foto/Mark Schiefelbein/Archivo)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark Schiefelbein</media:credit></media:content></item><item><title><![CDATA[An outrageous owner and savvy businessman, Ted Turner reshaped the sports world]]></title><link>https://www.local10.com/sports/2026/05/06/an-outrageous-owner-and-savvy-businessman-ted-turner-reshaped-the-sports-world/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/05/06/an-outrageous-owner-and-savvy-businessman-ted-turner-reshaped-the-sports-world/</guid><dc:creator><![CDATA[By R.J. RICO and TIM REYNOLDS, Associated Press]]></dc:creator><description></description><pubDate>Wed, 06 May 2026 21:30:57 +0000</pubDate><content:encoded><![CDATA[<p>ATLANTA (AP) — Ted Turner was a sportsman of all types, a world champion in sailing and a World Series-winning owner in baseball.</p><p>He famously owned the Atlanta Braves, leveraging his ownership of the TBS superstation to broadcast their games across the country, all while showcasing his outsized personality at a time when many owners stayed behind the scenes.</p><p>Turner, who died Wednesday, bought the struggling Braves in the 1970s, put the team on his then-tiny TV station and then sold the signal to cable systems nationwide.</p><p>“He effectively transformed the Braves into a team with a national reach and set the table for ways that local teams have now gained more of a national footprint,” said Travis Vogan, a sports media professor at the University of Iowa.</p><p>With a burgeoning fanbase that stretched far beyond the South, the Braves turned into a World Series mainstay during the 1990s, and Turner finally hoisted the Commissioner’s Trophy in 1995 before selling the franchise the next year.</p><p>In a statement Wednesday, MLB Commissioner Rob Manfred called Turner a “visionary whose impact on the media landscape transformed how fans experience sports.”</p><p>Turner also once owned the NBA's Atlanta Hawks and NHL’s Atlanta Thrashers, and the rest of his sports interests were about as varied as could be — everything from professional wrestling to sailing to the Olympics.</p><p>He tried to make the 1964 Olympic sailing team, won a world sailing championship in 1971 off the coast of Long Island and skippered the winning entry in the 1977 America’s Cup — the most famous yachting competition in the world.</p><p>“There will never be a time in my life as good as this time,” he said when told he would skipper in the America’s Cup that year. “I can’t believe all this is really happening to me.”</p><p>A ‘swashbuckling’ owner</p><p>Turner always wanted to be part of the action and famously named himself owner-manager of the Braves in 1977. Atlanta had lost 16 straight, and Turner told manager Dave Bristol to take a few days off. Turner took over, and the Braves lost 2-1 to the Pittsburgh Pirates to extend their losing streak.</p><p>“I wanted to see what it’s like down in the trenches,” Turner said that night.</p><p>Major League Baseball intervened and put a stop to Turner’s managerial career after that one game — just as they had forced Turner to stop putting “Channel” on the back of the jersey of pitcher Andy Messersmith, who wore No. 17.</p><p>But Turner continued to lean into his identity as “Captain Outrageous,” helping to set a model for “swashbuckling” modern-day owners who use their ownership to shape their public image, said Vogan, the Iowa professor.</p><p>Larger-than-life sports moguls like Dallas Cowboys owner Jerry Jones, former Dallas Mavericks owner Mark Cuban and Los Angeles Clippers owner Steve Ballmer “have all emulated Turner by being these kinds of celebrity entrepreneurs that use sports to build their own identities and to build their own kind of brands in the popular imagination," Vogan said.</p><p>“Our good friend and former owner, Ted Turner, was one of a kind,” read a statement from the Braves on Wednesday.</p><p>A new international competition</p><p>Turner’s competitive drive wasn’t satisfied by owning teams, though.</p><p>He founded the Goodwill Games, born in large part out of his frustration with the U.S. boycotting the 1980 Summer Olympics in Moscow and then the Soviets leading a boycott of the 1984 Summer Games in Los Angeles. He brought the inaugural Goodwill Games to Moscow in 1986, with about 3,000 athletes from 79 countries taking part.</p><p>The Goodwill Games would be held five times in all, ending in 2001. There was also a Winter Goodwill Games, held only once — at Lake Placid, New York, in 2000.</p><p>“There’s nothing better for kids than sport,” Turner said at the opening ceremony of those Lake Placid Games.</p><p>Vogan said the Goodwill Games showcased Turner's “audacity,” even if it didn't work out.</p><p>“The fact that he was involved in an initiative like that says a lot about his ambitions and his role as a disruptive force in media,” Vogan said.</p><p>___</p><p>Reynolds reported from Miami.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/LG5YZTB73RODNIMHQG75MSW36Y.jpg?auth=296aab6e2f908ef7d1bbfdb91c9aca5e576b290ce2ec28d45ec602490e97a6eb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Ted Turner, center, is carried off by his crew following a news conference after his vessel Courageous won the Americas Cup sailing race, Sept. 19, 1977, in Newport, R.I. At right is Bill Ficker, skipper of cup winner Intrepid in 1970. (AP Photo/J. Walter Green, File)]]></media:description><media:credit role="author" scheme="urn:ebu">J. Walter Green</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FS7PC3G4GHHPU4NTL7F4JRJV2E.jpg?auth=5b46ab3d0019cfcf801901772459714b61a1fd9e831a38a8fff2b81d3d1251b2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Ted Turner, owner of the Atlanta Braves, took over as manager of the Braves prior to the game, May 11, 1977, in Pittsburgh. (AP Photo, File)]]></media:description><media:credit role="author" scheme="urn:ebu">RCG</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/MEMTU4KWEAB3I5C3AHYVF6PJO4.jpg?auth=37d89d8de17285acb50b4585a82d7cba832b0524c8a0ee84fd370417f0ce1a96&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Atlanta Braves owner Ted Turner holds up the World Series trophy on the field at Atlanta Fulton County Stadium after the Braves won the 1995 World Series, Oct. 28, 1995, in Atlanta. (AP Photo/John Bazemore, File)]]></media:description><media:credit role="author" scheme="urn:ebu">JOHN BAZEMORE</media:credit></media:content></item><item><title><![CDATA[Fleeing suspect crashes into home near South Miami, deputies say]]></title><link>https://www.local10.com/news/local/2026/05/06/fleeing-suspect-crashes-into-home-near-south-miami-deputies-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/05/06/fleeing-suspect-crashes-into-home-near-south-miami-deputies-say/</guid><dc:creator><![CDATA[Gabrielle Arzola, Chris Gothner]]></dc:creator><description><![CDATA[A man fleeing from Miami-Dade deputies trying to pull him over crashed into a home early Wednesday morning.]]></description><pubDate>Wed, 06 May 2026 16:42:01 +0000</pubDate><content:encoded><![CDATA[<p>A man fleeing from Miami-Dade deputies trying to pull him over crashed into a home early Wednesday morning.</p><p><a href="https://www.local10.com/espanol/2026/05/06/sospechoso-que-huia-se-estrella-contra-casa-cerca-de-south-miami-dicen-agentes/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/05/06/sospechoso-que-huia-se-estrella-contra-casa-cerca-de-south-miami-dicen-agentes/">Leer en español</a></p><p>The wreck happened at a home in the 5800 block of Southwest 62nd Terrace, in an unincorporated area between South Miami and Coral Gables.</p><p>Deputies said they were pursuing the suspect, whose vehicle was suspicious, after reported burglaries in the area.</p><p>They said the driver was injured after the crash and taken to the hospital.</p><p>Authorities said while an original call about a home burglary in progress was unfounded, detectives did recover items stolen in a nearby vehicle burglary.</p><p>It isn’t known if the driver, who wasn’t publicly identified as of Wednesday afternoon, will be charged.</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[Trump, hoping for an eventual Supreme Court victory, seeks to halt $83M payment in sexual abuse case]]></title><link>https://www.local10.com/news/politics/2026/05/06/trump-hoping-for-an-eventual-supreme-court-victory-seeks-to-halt-83m-payment-in-sexual-abuse-case/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/05/06/trump-hoping-for-an-eventual-supreme-court-victory-seeks-to-halt-83m-payment-in-sexual-abuse-case/</guid><dc:creator><![CDATA[By MICHAEL R. SISAK and LARRY NEUMEISTER, Associated Press]]></dc:creator><description></description><pubDate>Wed, 06 May 2026 23:23:32 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — President Donald Trump’s lawyer, hoping for an eventual Supreme Court victory, has asked a federal appeals court in New York to temporarily block a longtime columnist from collecting an $83 million defamation award.</p><p>The lawyer, Justin D. Smith, told the 2nd U.S. Circuit Court of Appeals in a filing Tuesday to stay its decision supporting the award so that Trump won’t have to pay writer E. Jean Carroll while he appeals to the high court.</p><p>A Manhattan jury awarded Carroll the payout in January 2024. Another jury in May 2023 awarded Carroll $5 million after concluding Trump sexually abused her in a Manhattan luxury department store dressing room in 1996 and then defamed her after she published her account of it in 2019.</p><p>Trump has vehemently denied sexually abusing Carroll or ever knowing her and has repeatedly accused her of making accusations against him for political purposes or to promote her memoir.</p><p>In court papers filed with the 2nd Circuit, Smith told the appeals court that Carroll's lawyer does not oppose the request for a stay as long as Trump increases the bond posted after the verdict by $7.4 million to cover any post-judgment interest that would accrue during a possible Supreme Court review.</p><p>Attorney Roberta Kaplan, who represents Carroll, declined comment through a spokesperson.</p><p>Smith told the 2nd Circuit that Trump “will suffer irreparable harm” if he must pay Carroll now because she has said publicly that she plans to give the award away, meaning the president would not be able to recover the money if the high court reverses the verdict.</p><p>Smith said there was a “reasonable probability” that the Supreme Court will take up an appeal in part based on Trump's insistence that he has absolute immunity from a lawsuit stemming from statements he made while he was president.</p><p>In support of his request, Smith cited arguments in a dissent by three 2nd Circuit judges to a decision last week in which the appeals court refused to put the case before all of the court's active judges, leaving standing a three-judge panel's September decision upholding the verdict.</p><p>He wrote that there was “at least a fair prospect that the Supreme Court will reverse the Panel.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/DHBM5IC2SGKSUPZWAXYEUF7EWY.jpg?auth=317ce26e25e86721a33ea3c4bbdc81fd2316b92d8b3a91d997038688f9dc60c5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - E. Jean Carroll exits the New York Federal Court after former President Donald Trump appeared in court, Sept. 6, 2024, in New York. (AP Photo/Eduardo Munoz Alvarez, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Eduardo Munoz Alvarez</media:credit></media:content></item><item><title><![CDATA[Miramar man accused of six-figure fraud involving jet fuel, palm oil]]></title><link>https://www.local10.com/news/local/2026/05/06/miramar-man-accused-of-six-figure-fraud-involving-jet-fuel-palm-oil/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/05/06/miramar-man-accused-of-six-figure-fraud-involving-jet-fuel-palm-oil/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[A Miramar man is facing felony charges in two separate cases dealing with fraud involving the sale of jet fuel and palm oil, totaling more than $280,000.]]></description><pubDate>Wed, 06 May 2026 20:33:58 +0000</pubDate><content:encoded><![CDATA[<p>A Miramar man is facing felony charges in two separate cases dealing with fraud involving the sale of jet fuel and palm oil, totaling more than $280,000.</p><p><a href="https://www.local10.com/espanol/2026/05/06/acusan-a-hombre-de-miramar-de-fraude-de-seis-cifras-relacionado-con-combustible-para-aviones-y-aceite-de-palma/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/05/06/acusan-a-hombre-de-miramar-de-fraude-de-seis-cifras-relacionado-con-combustible-para-aviones-y-aceite-de-palma/">Leer en español</a></p><p>Miramar police took Riyadh Gabbara, 70, into custody on fraud and grand theft charges on Tuesday, stemming from allegations dating back to 2023. </p><p>He was already facing charges in a similar case in Pembroke Pines ― and that city’s police force had arrested him on a grand theft charge in November.</p><p>In the Miramar case, investigators said the Iraqi-born Gabbara, who owns a company called ME Global Oil Holding LLC, signed a contract with a victim to sell him jet fuel for $140 million.</p><p>The victim agreed to make a $200,000 deposit, according to an arrest report. But authorities said he never got the fuel and he never got his deposit back.</p><p>“No evidence was found showing any legitimate business activity,” the report states.</p><p>Meanwhile, in the Pembroke Pines case, authorities said a victim made a deal with Gabbara to buy crude palm oil in April 2022.</p><p>In a similar deal, authorities say the victim agreed to buy the product, made a deposit and never got the oil.</p><p>Pembroke Pines police said Gabbara had given the victim a $125,000 check that bounced because Gabbara’s account was almost running on empty: It only had $200.52.</p><p>Eventually, police said Gabbara wired the man only $5,000 and the victim lost a total of $82,100 from the fraud.</p><p>That case remains pending in the Broward court system.</p><p>After his latest arrest, records show Gabbara was being held in the Broward Main Jail on a $50,000 bond as of Wednesday afternoon.</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/ALDFQF77ZNESPFPKTUGB7SANNI.jpg?auth=d0eb68674bc79ff0fcdd9c0928485deca3916c089b9e6127c9b5cc4c65b806a2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Riyadh Gabbara]]></media:description></media:content></item><item><title><![CDATA[Acusan a hombre de Miramar de fraude de seis cifras relacionado con combustible para aviones y aceite de palma]]></title><link>https://www.local10.com/espanol/2026/05/06/acusan-a-hombre-de-miramar-de-fraude-de-seis-cifras-relacionado-con-combustible-para-aviones-y-aceite-de-palma/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/05/06/acusan-a-hombre-de-miramar-de-fraude-de-seis-cifras-relacionado-con-combustible-para-aviones-y-aceite-de-palma/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[Un hombre de Miramar se enfrenta a cargos por delitos graves en dos casos distintos relacionados con un fraude en la venta de combustible para aviones y aceite de palma, por un valor total de más de 280,000 USD.]]></description><pubDate>Wed, 06 May 2026 21:07:47 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre de Miramar enfrenta cargos graves en dos casos separados relacionados con fraude en la venta de combustible para aviones y aceite de palma, que totalizan más de $280,000 USD.</p><p>La Policía de Miramar arrestó el martes a Riyadh Gabbara, de 70 años, por cargos de fraude y robo mayor, derivados de acusaciones que se remontan a 2023.</p><p>Gabbara ya enfrentaba cargos en un caso similar en Pembroke Pines, donde la Policía de esa ciudad lo arrestó por un cargo de robo mayor en noviembre.</p><p>En el caso de Miramar, los investigadores indicaron que Gabbara, nacido en Irak y propietario de una empresa llamada ME Global Oil Holding LLC, firmó un contrato con una víctima para venderle combustible para aviones por $140 millones USD.</p><p>La víctima aceptó hacer un depósito de $200,000 USD, según un informe de arresto. Pero las autoridades dijeron que nunca recibió el combustible ni recuperó su depósito.</p><p>“No se encontró evidencia que demostrara alguna actividad comercial legítima”, indica el informe.</p><p>Mientras tanto, en el caso de Pembroke Pines, las autoridades informaron que una víctima hizo un acuerdo con Gabbara para comprar aceite de palma crudo en abril de 2022.</p><p>En un acuerdo similar, las autoridades dijeron que la víctima aceptó comprar el producto, hizo un depósito y nunca recibió el aceite.</p><p>La Policía de Pembroke Pines indicó que Gabbara le entregó a la víctima un cheque por $125,000 USD que fue rechazado porque la cuenta de Gabbara casi no tenía fondos: solo tenía $200.52 USD.</p><p>Eventualmente, la Policía indicó que Gabbara transfirió al hombre solo $5,000 USD y la víctima perdió un total de $82,100 USD debido al fraude.</p><p>Ese caso sigue pendiente en el sistema judicial de Broward.</p><p>Tras su arresto más reciente, los registros muestran que Gabbara permanecía detenido en la cárcel principal de Broward con una fianza de $50,000 USD hasta la tarde del miércoles.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ALDFQF77ZNESPFPKTUGB7SANNI.jpg?auth=d0eb68674bc79ff0fcdd9c0928485deca3916c089b9e6127c9b5cc4c65b806a2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Riyadh Gabbara]]></media:description></media:content></item></channel></rss>