<?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, 11 Jun 2026 21:09:24 +0000</lastBuildDate><language>en</language><ttl>1</ttl><sy:updatePeriod>hourly</sy:updatePeriod><sy:updateFrequency>1</sy:updateFrequency><item><title><![CDATA[Woman dies in diving accident near Jupiter Inlet]]></title><link>https://www.local10.com/news/local/2026/06/11/woman-dies-in-diving-accident-near-jupiter-inlet/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/11/woman-dies-in-diving-accident-near-jupiter-inlet/</guid><dc:creator><![CDATA[Calvin Hughes]]></dc:creator><description><![CDATA[Palm Beach County Fire Rescue responded to an open-water emergency near the Jupiter inlet on Saturday morning.]]></description><pubDate>Thu, 11 Jun 2026 21:04:12 +0000</pubDate><content:encoded><![CDATA[<p>Palm Beach County Fire Rescue responded to an open-water emergency near the Jupiter Inlet on Saturday morning. </p><p>Officials say an unknown problem caused a diver to panic.</p><p>That woman went underwater, and when she didn’t resurface, she was pulled back onto the boat unconscious and rushed to shore.</p><p>The woman was taken to a local hospital, where she later died.</p><p>Foul play is not suspected.</p><p>Daniel Lomas was out on the water that day and saw the emergency response from a distance. </p><p>“Whether you’re free diving or if you’re scuba, they all come with their pros and cons,” he said. “They all come with different levels of risk for different things.”</p><p>As an experienced diver and shark safety guide, Lomas said every dive requires careful planning and an honest assessment of a person’s health.</p><p>“As you get deeper and deeper, certain things change about the dive, especially gas laws and how your body is dealing with those gases,” he said. “And that’s when you have to really make sure that that person is physically fit to do that dive.”</p><p>He added that equipment must be thoroughly checked before entering the water.</p><p>“Assembling the equipment, making sure that your regulators work, making sure that there’s no sticking or corrosion or anything that might be affecting those systems,” said Lomas. </p><p>He says, like with any sport, diving carries risks but proper training and safety procedures can reduce them.</p><p>“If you do everything by the book, I don’t think there’s anything that can really go wrong, especially when you’re down there with over divers, other educated divers,” said Lomas. </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[BSO seeks $937 million budget for 2027, drawing concern from Broward commissioners]]></title><link>https://www.local10.com/news/local/2026/06/11/bso-seeks-937-million-budget-for-2027-drawing-concern-from-broward-commissioners/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/11/bso-seeks-937-million-budget-for-2027-drawing-concern-from-broward-commissioners/</guid><dc:creator><![CDATA[Bridgette Matter]]></dc:creator><description><![CDATA[The Broward Sheriff’s Office is seeking roughly $937 million for its fiscal year 2027 budget, an increase from its adopted budget of $833 million.]]></description><pubDate>Thu, 11 Jun 2026 20:32:57 +0000</pubDate><content:encoded><![CDATA[<p>The Broward Sheriff’s Office is seeking roughly $937 million for its fiscal year 2027 budget, an increase from its adopted budget of $833 million.</p><p><a href="https://www.local10.com/espanol/2026/06/11/bso-solicita-presupuesto-de-937-millones-usd-para-2027-y-genera-preocupacion-entre-comisionados-de-broward/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/11/bso-solicita-presupuesto-de-937-millones-usd-para-2027-y-genera-preocupacion-entre-comisionados-de-broward/">Leer en español</a></p><p>The request was the focus of a Broward County budget workshop Thursday.</p><p>Sheriff Gregory Tony was absent from the meeting but was watching via livestream.</p><p>“I think Sheriff Tony is watching, I think we should pull the plug and drive him crazy,” Broward County Mayor Mark Bogen joked during the workshop.</p><p>Undersheriff Steve Robson addressed commissioners about the department’s need for additional funding.</p><p>“Of course the elephant is our unresolved issue, money of this current year rolled into next year’s budget,” Robson said.</p><p>Robson also highlighted deputy starting salaries, saying they are the lowest among Broward law enforcement agencies and that deputies are leaving in large numbers.</p><p>BSO is requesting 50 additional positions, with much of the proposed budget tied to employee costs and staffing.</p><p>“Here’s a pie chart showing within the agency the different categories where the funds flow to. Personnel is 80%,” Robson said.</p><p>The budget discussion comes amid an ongoing dispute between BSO and Deerfield Beach as the city moves toward operating its own police department.</p><p>“October is when October 1 takes over, they have their own force. What happens to the 150 officers? So we plan to absorb them through our transition plan that we’ve given to the city, and the city has refuted the plan that we put forward, so we’re kind of in that position right now,” Robson said. “Before October 1 of ’27, I plan to absorb all of those officers into the BSO.”</p><p>Commissioners raised concerns about the size of the budget request, including Commissioner Steven Geller.</p><p>“Tony asks us for more money than is available,” Geller said.</p><p>Geller said public safety remains a top priority but noted that other county services also require funding.</p><p>“It is a top priority, but it is not our only priority,” Geller said.</p><p>“Currently, out of our general revenue budget, we’re spending approximately 54% on public safety. But there’s a lot of other things we have to pay for,” he added.</p><p>Mayor Bogen agreed that the request may be difficult to accommodate.</p><p>“Based on our budget constraints right now, it isn’t realistic,” Bogen said.</p><p>The final county budget is scheduled to be approved in September.</p><p>BSO declined a request for an interview with the undersheriff and referred questions to remarks made during the meeting.</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[BSO solicita presupuesto de $937 millones USD para 2027 y genera preocupación entre comisionados de Broward]]></title><link>https://www.local10.com/espanol/2026/06/11/bso-solicita-presupuesto-de-937-millones-usd-para-2027-y-genera-preocupacion-entre-comisionados-de-broward/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/11/bso-solicita-presupuesto-de-937-millones-usd-para-2027-y-genera-preocupacion-entre-comisionados-de-broward/</guid><dc:creator><![CDATA[Bridgette Matter]]></dc:creator><description><![CDATA[La Oficina del Sheriff de Broward está buscando aproximadamente $937 millones para su presupuesto del año fiscal 2027, un aumento con respecto a su presupuesto adoptado de $833 millones.]]></description><pubDate>Thu, 11 Jun 2026 20:46:00 +0000</pubDate><content:encoded><![CDATA[<p>La Oficina del Sheriff de Broward (BSO) está solicitando aproximadamente $937 millones USD para su presupuesto del año fiscal 2027, un aumento respecto a los $833 millones USD aprobados en el presupuesto actual.</p><p>La solicitud fue el tema central de un taller presupuestario del condado Broward realizado el jueves.</p><p>El sheriff Gregory Tony estuvo ausente de la reunión, pero la siguió por transmisión en vivo.</p><p>“Creo que el sheriff Tony está viendo esto, creo que deberíamos desconectar la transmisión y volverlo loco”, bromeó el alcalde del condado Broward, Mark Bogen, durante el taller.</p><p>El subjefe Steve Robson se dirigió a los comisionados para explicar la necesidad de fondos adicionales para el departamento.</p><p>“Por supuesto, el gran problema es nuestro asunto no resuelto: el dinero de este año que se trasladará al presupuesto del próximo año”, dijo Robson.</p><p>Robson también destacó los salarios iniciales de los agentes, señalando que son los más bajos entre las agencias policiales de Broward y que muchos agentes están abandonando la institución.</p><p>La BSO está solicitando 50 puestos adicionales, y gran parte del presupuesto propuesto está relacionado con costos de personal y contratación.</p><p>“Aquí hay un gráfico circular que muestra las diferentes categorías dentro de la agencia a las que se destinan los fondos. El personal representa el 80%”, dijo Robson.</p><p>La discusión presupuestaria ocurre en medio de una disputa en curso entre la BSO y Deerfield Beach, mientras la ciudad avanza hacia la creación de su propio departamento de policía.</p><p>“Octubre es cuando entra en vigor el 1 de octubre, y ellos tendrán su propia fuerza policial. ¿Qué pasará con los 150 agentes? Planeamos absorberlos mediante nuestro plan de transición que presentamos a la ciudad, y la ciudad ha rechazado el plan que propusimos, así que estamos en esa situación en este momento”, dijo Robson. “Antes del 1 de octubre de 2027, planeo incorporar a todos esos agentes a la BSO”.</p><p>Los comisionados expresaron preocupación por el tamaño de la solicitud presupuestaria, incluido el comisionado Steven Geller.</p><p>“Tony nos está pidiendo más dinero del que está disponible”, dijo Geller.</p><p>Geller afirmó que la seguridad pública sigue siendo una prioridad principal, pero señaló que otros servicios del condado también requieren financiamiento.</p><p>“Es una prioridad principal, pero no es nuestra única prioridad”, dijo Geller.</p><p>“Actualmente, de nuestro presupuesto de ingresos generales, estamos destinando aproximadamente el 54% a la seguridad pública. Pero hay muchas otras cosas que también tenemos que financiar”, agregó.</p><p>El alcalde Bogen coincidió en que la solicitud podría ser difícil de atender.</p><p>“Con las limitaciones presupuestarias que tenemos en este momento, no es realista”, dijo Bogen.</p><p>Está previsto que el presupuesto final del condado sea aprobado en septiembre.</p><p>La BSO rechazó una solicitud de entrevista con el subjefe y remitió las preguntas a los comentarios realizados durante la reunión.</p>]]></content:encoded></item><item><title><![CDATA[Man, 21, arrested in connection with hit-and-run that left bicyclist dead in Hialeah ]]></title><link>https://www.local10.com/news/local/2026/06/11/driver-at-large-after-bicyclist-killed-in-hialeah-hit-and-run-cops-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/11/driver-at-large-after-bicyclist-killed-in-hialeah-hit-and-run-cops-say/</guid><dc:creator><![CDATA[Ryan Mackey, Rosh Lowe]]></dc:creator><description><![CDATA[A 21-year-old man has been arrested in connection with a fatal hit-and-run crash that police say killed a bicyclist in Hialeah early Thursday morning. ]]></description><pubDate>Thu, 11 Jun 2026 16:08:29 +0000</pubDate><content:encoded><![CDATA[<p>A 21-year-old man has been arrested in connection with a fatal hit-and-run crash that police say killed a bicyclist in Hialeah early Thursday morning. </p><p><a href="https://www.local10.com/espanol/2026/06/11/policia-conductor-se-da-a-la-fuga-tras-atropellar-y-matar-a-ciclista-en-hialeah/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/11/policia-conductor-se-da-a-la-fuga-tras-atropellar-y-matar-a-ciclista-en-hialeah/">Leer en español</a></p><p>Traffic homicide detectives with the Hialeah Police Department confirmed the arrest of Leonel Alejandro Laferte following an investigation into the crash.</p><p>According to police, the collision occurred around 4:11 a.m. near Southeast Fourth Avenue and East Okeechobee Road. </p><p>Investigators said Laferte was driving a dark-colored vehicle when he allegedly struck 37-year-old Kenneth Wembley, who was riding a bicycle, and then continued southeast on East Okeechobee Road without stopping.</p><p>Wembley died from his injuries, authorities said. </p><p>Police previously confirmed that Laferte’s vehicle was believed to have noticeable front-end damage and was missing its passenger-side mirror.</p><p>Lt. Eddie Rodriguez, a HPD spokesman, said Laferte is facing one count each of leaving the scene of a crash involving death and driving while his license was suspended. </p><p>Police said no additional information was being released as the case moves forward for prosecution.</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/UL325C47IXMUR3VVBHU752VR2A.jpg?auth=a6b4daa5a093081e009b9513e22d1ce7fa173d22dbda5bda66f1984538c01ba6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Man faces charges in 2019 reality TV car guru’s murder-for-hire hit in Miami-Dade]]></title><link>https://www.local10.com/news/local/2026/06/11/man-faces-charges-in-2019-murder-for-hire-hit-targeting-reality-tv-car-guru-in-miami-dade/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/11/man-faces-charges-in-2019-murder-for-hire-hit-targeting-reality-tv-car-guru-in-miami-dade/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[A 30-year-old man faced charges on Thursday in Miami-Dade County over the 2019 murder-for-hire hit of a reality TV car customization guru, records show.]]></description><pubDate>Thu, 11 Jun 2026 19:54:22 +0000</pubDate><content:encoded><![CDATA[<p>A 30-year-old man faced charges on Thursday in Miami-Dade County over the 2019 murder-for-hire hit of a <a href="https://www.imdb.com/title/tt7209820/" target="_self" rel="" title="https://www.imdb.com/title/tt7209820/">reality TV</a> car customization guru, records show.</p><p><a href="https://www.local10.com/espanol/2026/06/11/acusan-a-hombre-por-asesinato-por-encargo-de-figura-de-programas-de-autos-ocurrido-en-miami-dade-en-2019/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/11/acusan-a-hombre-por-asesinato-por-encargo-de-figura-de-programas-de-autos-ocurrido-en-miami-dade-en-2019/">Leer en español</a></p><p>According to an arrest warrant, a Miami-Dade Sheriff’s Office detective reported surveillance videos show Julian Jimenez at the crime scene and his getaway car after the shooting on Aug. 27, 2019, in Kendale Lakes. </p><p>A surveillance video shows Jimenez wearing a mask and gloves and holding a .40 caliber gun, after <a href="https://www.imdb.com/title/tt7209820/" target="_self" rel="" title="https://www.imdb.com/title/tt7209820/">Alex Vega</a> pulled into his home’s driveway along Southwest 118 Avenue, near Killian Parkway, according to the warrant. </p><p>Jimenez, then 23, fired, and deputies found Vega, then 50, suffering from wounds to his back, according to the arrest warrant. Fire rescue personnel took Vega to the Kendall Regional Medical Center, which now operates as HCA Florida Kendall Hospital, records show. </p><p>More than 15 years ago, Vega and Rolando Ramirez had a conflict over debt, <a href="https://www.justice.gov/usao-sdfl/pr/south-florida-jury-convicts-murder-hire-conspirators-face-life-prison-1" target="_self" rel="" title="https://www.justice.gov/usao-sdfl/pr/south-florida-jury-convicts-murder-hire-conspirators-face-life-prison-1">according</a> to federal prosecutors who worked in a related case. </p><p><b>Related story</b>: <a href="https://www.local10.com/news/local/2025/05/22/they-are-going-away-forever-victim-of-would-be-murder-for-hire-speaks-after-guilty-verdicts/" target="_self" rel="" title="https://www.local10.com/news/local/2025/05/22/they-are-going-away-forever-victim-of-would-be-murder-for-hire-speaks-after-guilty-verdicts/">‘They are going away forever’: Victim of would-be murder-for-hire plot speaks after guilty verdicts</a></p><p>In 2012, Ramirez, the owner of the Doral Collision Center, took over Vega’s Exclusive Motoring Worldwide in Doral as part of a settlement, according to prosecutors. </p><p>Ramirez’s friend Rasheed Ali, a former University of Miami football player, helped to arrange the murder for hire plot in 2018, according to prosecutors.</p><p>Ali, also known as “Fresh,” and his friend, Tamrat Mason, better known as reggae artist “Shifta,” recruited Jaime Serrano, a “marijuana distributor” with an outstanding debt, <a href="https://www.justice.gov/usao-sdfl/pr/south-florida-jury-convicts-murder-hire-conspirators-face-life-prison-1" target="_self" rel="" title="https://www.justice.gov/usao-sdfl/pr/south-florida-jury-convicts-murder-hire-conspirators-face-life-prison-1">according</a> to prosecutors.</p><p>On Aug. 21, 2019, Serrano flew with Jimenez from New York to Miami and rented a 2018 Nissan Rogue from Enterprise Rental Car, according to deputies. </p><p>A few minutes after Vega was wounded on Aug. 27, 2019, surveillance video shows Jimenez walking southbound on Southwest 117 Avenue and “towards a bus stop that contained a garbage can where the firearm was later located,” according to the warrant. </p><p>Another surveillance video shows the Nissan Rogue, “about five minutes later, at the Bird Road toll plaza on the northbound Florida Turnpike,” according to the warrant, which didn’t mention how much Jimenez was allegedly paid. </p><p><b>Related story</b>:<a href="https://www.local10.com/news/local/2024/08/16/fbi-agents-raid-doral-auto-shop-in-connection-with-plot-to-kill-celebrity-car-designer/" target="_self" rel="" title="https://www.local10.com/news/local/2024/08/16/fbi-agents-raid-doral-auto-shop-in-connection-with-plot-to-kill-celebrity-car-designer/"> FBI agents raid Doral auto shop in connection with plot to kill celebrity car designer</a></p><p>“Law enforcement located a mask and a pair of gloves,” a deputy wrote, according to the warrant. </p><p>Jimenez, who is from the Bronx, complied with a warrant to provide his DNA to detectives on June 26, 2022, and the MDSO Forensic Services Bureau laboratory analyzed it, according to the warrant. </p><p>Miami-Dade County corrections booked Jimenez shortly before 11:40 p.m. on Wednesday at the Turner Guilford Knight Correctional Center, according to inmate records. </p><p>Jimenez had two warrant cases: One was for attempted murder with a deadly weapon and conspiracy to commit murder with a deadly weapon, and the other was a hold for another agency, records show. </p><p><b>Read a segment from the warrant</b></p><figure><img src="https://www.local10.com/resizer/v2/TPCQKNFUPJB2TLNHKPP6KMPS3A.jpg?auth=2b31b419dd97fab11af1f2e02d426e7bbb1fa175e2a878271d5a3f3d8518a83d&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><figure><img src="https://www.local10.com/resizer/v2/GTJ5K2WI3REP3PP66XR6XDEMYQ.jpg?auth=3e171babdc52f7d159df955300feba3dd77fd133512c48a3c1e801a04e1c4076&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><figure><img src="https://www.local10.com/resizer/v2/IFPB4SBNZFE7VF4JVSDZKD3SOQ.jpg?auth=e6247f6c5e66300beaa1987488c367bc271952673113df34d295a7bb41c1d55a&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p><i>Local 10 News Assignment Desk Editor Mercedes Cevallos contributed to this report. </i></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/R5PRCFRWYVDDTFY7UJOJKBWKJI.jpg?auth=73b7bbef96499148a73713a569ca1f2f3a05051629037b5bf5d4e9b0c31e3000&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Corrections booked Julian Jimenez on Wednesday night at the Turner Guilford Knight Correctional Center in Miami-Dade County, according to inmate records.]]></media:description></media:content></item><item><title><![CDATA[Acusan a hombre por asesinato por encargo de figura de programas de autos ocurrido en Miami-Dade en 2019]]></title><link>https://www.local10.com/espanol/2026/06/11/acusan-a-hombre-por-asesinato-por-encargo-de-figura-de-programas-de-autos-ocurrido-en-miami-dade-en-2019/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/11/acusan-a-hombre-por-asesinato-por-encargo-de-figura-de-programas-de-autos-ocurrido-en-miami-dade-en-2019/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[Un hombre de 30 años enfrentó cargos el jueves en el condado de Miami-Dade por el asesinato a sueldo de un gurú de la personalización de automóviles de un reality show en 2019, según muestran los registros.]]></description><pubDate>Thu, 11 Jun 2026 20:22:59 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre de 30 años fue acusado el jueves en el condado de Miami-Dade por el asesinato por encargo, perpetrado en 2019, de un gurú de la personalización de automóviles de un programa de <a href="https://www.imdb.com/title/tt7209820/" rel="" title="https://www.imdb.com/title/tt7209820/">telerrealidad</a> , según consta en los registros.</p><p>Según una orden de arresto, un detective de la Oficina del Sheriff de Miami-Dade informó que los videos de vigilancia muestran a Julian Jimenez en la escena del crimen y su automóvil de huida después del tiroteo ocurrido el 27 de agosto de 2019 en Kendale Lakes.</p><p>Según la orden judicial, un video de vigilancia muestra a Jiménez con una máscara y guantes, y sosteniendo una pistola calibre .40, después de que <a href="https://www.imdb.com/title/tt7209820/" rel="" title="https://www.imdb.com/title/tt7209820/">Alex Vega</a> llegara en su auto al camino de entrada de su casa en Southwest 118 Avenue, cerca de Killian Parkway.</p><p>Jiménez, que entonces tenía 23 años, disparó, y los agentes encontraron a Vega, que entonces tenía 50 años, con heridas en la espalda, según la orden de arresto. Los bomberos trasladaron a Vega al Centro Médico Regional de Kendall, que ahora funciona como Hospital HCA Florida Kendall, según consta en los registros.</p><p>Hace más de 15 años, Vega y Rolando Ramírez tuvieron un conflicto por deudas, <a href="https://www.justice.gov/usao-sdfl/pr/south-florida-jury-convicts-murder-hire-conspirators-face-life-prison-1" rel="" title="https://www.justice.gov/usao-sdfl/pr/south-florida-jury-convicts-murder-hire-conspirators-face-life-prison-1">según</a> fiscales federales que trabajaron en un caso relacionado.</p><p><b>Noticia relacionada</b> : <a href="https://www.local10.com/news/local/2025/05/22/they-are-going-away-forever-victim-of-would-be-murder-for-hire-speaks-after-guilty-verdicts/" rel="" title="https://www.local10.com/news/local/2025/05/22/they-are-going-away-forever-victim-of-would-be-murder-for-hire-speaks-after-guilty-verdicts/">«Se van para siempre»: La víctima de un intento de asesinato por encargo habla tras los veredictos de culpabilidad.</a></p><p>En 2012, según los fiscales, Ramírez, propietario del Doral Collision Center, se hizo cargo de Vega’s Exclusive Motoring Worldwide en Doral como parte de un acuerdo.</p><p>Según los fiscales, Rasheed Ali, amigo de Ramírez y exjugador de fútbol americano de la Universidad de Miami, ayudó a organizar el complot para cometer un asesinato por encargo en 2018.</p><p><a href="https://www.justice.gov/usao-sdfl/pr/south-florida-jury-convicts-murder-hire-conspirators-face-life-prison-1" rel="" title="https://www.justice.gov/usao-sdfl/pr/south-florida-jury-convicts-murder-hire-conspirators-face-life-prison-1">Según</a> los fiscales, Ali, también conocido como “Fresh”, y su amigo Tamrat Mason, más conocido como el artista de reggae “Shifta”, reclutaron a Jaime Serrano, un “distribuidor de marihuana” con una deuda pendiente.</p><p>Según los agentes, el 21 de agosto de 2019, Serrano voló con Jiménez de Nueva York a Miami y alquiló un Nissan Rogue de 2018 en Enterprise Rental Car.</p><p>Pocos minutos después de que Vega resultara herido el 27 de agosto de 2019, un video de vigilancia muestra a Jiménez caminando hacia el sur por la Avenida 117 Suroeste y “hacia una parada de autobús que contenía un bote de basura donde posteriormente se encontró el arma de fuego”, según la orden judicial.</p><p>Otro video de vigilancia muestra el Nissan Rogue, “unos cinco minutos después, en la plaza de peaje de Bird Road en la autopista Florida Turnpike en dirección norte”, según la orden judicial, que no menciona cuánto se le pagó supuestamente a Jiménez.</p><p><b>Noticia relacionada</b> : <a href="https://www.local10.com/news/local/2024/08/16/fbi-agents-raid-doral-auto-shop-in-connection-with-plot-to-kill-celebrity-car-designer/" rel="" title="https://www.local10.com/news/local/2024/08/16/fbi-agents-raid-doral-auto-shop-in-connection-with-plot-to-kill-celebrity-car-designer/">Agentes del FBI allanan un taller mecánico en Doral en relación con un complot para asesinar a un famoso diseñador de automóviles.</a></p><p>“Las fuerzas del orden encontraron una máscara y un par de guantes”, escribió un agente, según la orden judicial.</p><p>Jiménez, originario del Bronx, accedió a una orden judicial para proporcionar su ADN a los detectives el 26 de junio de 2022, y el laboratorio de la Oficina de Servicios Forenses del MDSO lo analizó, según consta en la orden.</p><p>Según los registros de reclusos, el departamento penitenciario del condado de Miami-Dade ingresó en el centro penitenciario Turner Guilford Knight poco antes de las 23:40 del miércoles.</p><p>Jiménez tenía dos órdenes de arresto pendientes: una por intento de asesinato con arma mortal y conspiración para cometer asesinato con arma mortal, y la otra por una orden de detención emitida por otra agencia, según consta en los registros.</p><p><b>Lea un fragmento de la orden judicial.</b></p><figure><img src="https://www.local10.com/resizer/v2/TPCQKNFUPJB2TLNHKPP6KMPS3A.jpg?auth=2b31b419dd97fab11af1f2e02d426e7bbb1fa175e2a878271d5a3f3d8518a83d&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p><i>La editora de la mesa de asignaciones de Local 10 News, Mercedes Cevallos, contribuyó a este reportaje.</i></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/R5PRCFRWYVDDTFY7UJOJKBWKJI.jpg?auth=73b7bbef96499148a73713a569ca1f2f3a05051629037b5bf5d4e9b0c31e3000&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Corrections booked Julian Jimenez on Wednesday night at the Turner Guilford Knight Correctional Center in Miami-Dade County, according to inmate records.]]></media:description></media:content></item><item><title><![CDATA[More than 30 lawsuits filed against aerospace company in California over damaged chemical tank]]></title><link>https://www.local10.com/news/national/2026/06/11/more-than-30-lawsuits-filed-against-aerospace-company-in-california-over-damaged-chemical-tank/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/06/11/more-than-30-lawsuits-filed-against-aerospace-company-in-california-over-damaged-chemical-tank/</guid><dc:creator><![CDATA[By MARTHA BELLISLE, Associated Press]]></dc:creator><description><![CDATA[More than 30 lawsuits have been filed against GKN Aerospace after one of the company's tanks containing a highly flammable chemical overheated and threatened a catastrophic explosion last month, forcing the evacuation of about 50,000 residents in California's Orange County.]]></description><pubDate>Thu, 11 Jun 2026 20:02:50 +0000</pubDate><content:encoded><![CDATA[<p>More than 30 lawsuits have been filed against GKN Aerospace after one of the company's tanks containing a highly flammable chemical overheated and threatened a catastrophic explosion last month, forcing the evacuation of about 50,000 residents in California's Orange County.</p><p>Debbie Cohran, who lives about 500 feet (152 meters) from the aerospace facility in Garden Grove, wasn’t told to evacuate until several hours after the leak started, according to her complaint. Her suit said she experienced nausea and headaches for several days afterward.</p><p>Melanie Rose Burciaga of nearby Westminster had just given birth to her first child and had to leave the hospital when the evacuation orders came in, her lawyer said in a lawsuit.</p><p>And Juan Diego Orozco was part of a street repair crew working in Garden Grove on the day the overheating started. He said he suffered a headache and went to the hospital due to difficulty breathing and vomiting, his lawyer said.</p><p>More than 100 individuals — including some families with pets — as well as local businesses are suing GKN Aerospace, saying the U.K.-based company was negligent in maintaining a safe facility, especially since it’s located in a large population center.</p><p>Ten of the cases were filed as class actions in federal court, while 21 are in state court and cover one to 31 plaintiffs. The suits seek compensatory and punitive damages.</p><p>Sarah Hasse Blodgett, a spokesperson for GKN Aerospace, did not immediately respond Thursday to questions seeking comment about the lawsuits and their claims.</p><p>Adam Zimmerman, a professor at the University of Southern California Gould School of Law who is not involved in the litigation, said the federal cases will likely be consolidated and the state cases will likely be moved under one judge, to ensure they are handled efficiently. Some of those state lawsuits may be moved to federal court, he said.</p><p>Pressure on the company increased on Wednesday when FBI agents served a search warrant at the facility to collect documents and records related to the “storage, use, or disposal” of methyl methacrylate, the chemical inside the affected tank.</p><p>The Environmental Protection Agency said Thursday that it had joined the FBI to “search for and seize evidence of potential federal environmental crimes." The agency declined to provide more information, saying it doesn't comment on criminal investigations.</p><p>GKN Aerospace makes cockpit windows, canopies and windshields. The tank that overheated starting on May 21 contained 6,000 to 7,000 gallons (22,700 to 26,500 liters) of methyl methacrylate, which is highly flammable. The liquid is used in the manufacturing of plastics and coatings, such as Plexiglas.</p><p>Health officials said no contamination or fumes were released, and they plan to monitor the air for several months. Exposure to the chemical can cause serious respiratory problems, neurological issues and irritation to the skin, eyes and throat, according to the EPA.</p><p>Although the tank did not explode, tens of thousands of residents were evacuated from the area for three to five days until crews were able to stabilize the tank.</p><p>Blodgett said that the company was cooperating with federal authorities.</p><p>GKN Aerospace senior vice president Steve Carlin spoke at a community meeting Tuesday, saying he was sorry that the event occurred, and that it was especially unsettling because the company has a long history with the community.</p><p>Many of the lawsuits say the company had a duty to maintain the tank, cooling system, valves and monitoring systems to keep the community safe.</p><p>The complaints say the residents were forced to leave their homes and had to pay for hotels, food and other daily needs, which created a financial burden. They also said they experienced anxiety during the evacuation process and continue to be concerned about exposure to chemicals.</p><p>Businesses in the area also suffered. The emergency happened over Memorial Day weekend -– a time when many restaurants and food service companies bring in some of their best revenue of the year.</p><p>“Our data shows approximately 3,000 businesses were forced to shut down because of the evacuation, and at least another 3,000 businesses right outside the evacuation zone while not forced to close, but had their revenue dropped considerably because of the tank failure and evacuation,” said lawyer Richard McCune, who has filed a class action lawsuit on behalf of Big Rob’s Pizzeria and Fruit Caboose Concessions.</p><p>Lawyers say the FBI investigation will help their legal cases.</p><p>“We trust that the search will uncover important information and materials related to this crisis,” said lawyer Sean Litteral, who represents Jonathan Sanchez, a father of two children, including an infant born just days before the crisis.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/H7SKMWARNTZBERGTQMJDRCEZTU.jpg?auth=f31c03c8470e221afea3dbedb602e34aa2363c3a2ff11469031c251e31f81495&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FBI agents work around GKN Aerospace in Garden Grove, Calif. on Wednesday, June 10, 2026. (AP Photo/William Liang)]]></media:description><media:credit role="author" scheme="urn:ebu">William Liang</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/2EX66XZZUKOEOT3G4B76BOBIFE.jpg?auth=734bc75fde73a5e34112febd0c3f31e00165a1a992e43b877319dccaa7e7cebe&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ariel view of the chemical tank at GKN Aerospace in Garden Grove, Calif. on Wednesday, June 10, 2026. (AP Photo/William Liang)]]></media:description><media:credit role="author" scheme="urn:ebu">William Liang</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/2P7W26INHZHCS74TO6FFTFSUXY.jpg?auth=02002f7f6df0c621ad5d397c696b9d0b3b446336d60152cc824be36fe5ffa493&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ariel view of the chemical tank at GKN Aerospace in Garden Grove, Calif. on Wednesday, June 10, 2026. (AP Photo/William Liang)]]></media:description><media:credit role="author" scheme="urn:ebu">William Liang</media:credit></media:content></item><item><title><![CDATA[Hurricanes, Golden Knights meet for crucial Game 5 in what is now a best-of-3 Stanley Cup Final]]></title><link>https://www.local10.com/sports/2026/06/11/hurricanes-golden-knights-meet-for-crucial-game-5-in-what-is-now-a-best-of-3-stanley-cup-final/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/11/hurricanes-golden-knights-meet-for-crucial-game-5-in-what-is-now-a-best-of-3-stanley-cup-final/</guid><dc:creator><![CDATA[By AARON BEARD, Associated Press]]></dc:creator><description><![CDATA[RALEIGH, N.C. (AP) — Carolina Hurricanes forward Taylor Hall figures his team has played all season for the opportunity that now awaits in the Stanley Cup Final.]]></description><pubDate>Thu, 11 Jun 2026 19:43:06 +0000</pubDate><content:encoded><![CDATA[<p>RALEIGH, N.C. (AP) — Carolina Hurricanes forward Taylor Hall figures his team has played all season for the opportunity that now awaits in the Stanley Cup Final.</p><p>The Hurricanes host the Vegas Golden Knights in Thursday night's Game 5, with the best-of-seven series even at 2-2. The Hurricanes won Game 4 on the road to retake home-ice advantage, which would include next Wednesday's Game 7 if the series goes the distance.</p><p>Game 6 is Sunday in Las Vegas and will provide the first opportunity for a Cup-clinching win.</p><p>‘We're excited to be at home," Hall said. "I think our game has been trending in the right direction all series long, doing a lot of really good things. We feel like we're an in-shape team. We can go as long as this needs to go. The fact we had three short series to start with, we’re confident in where we’re at."</p><p>Home ice hasn't mattered much in a series in which the only reliable element is its unpredictability. It’s made for an epic finale with nightly blown multi-goal leads, wild swings and close finishes — perfect for fans packed into buzzing arenas and TV viewers but leading to what Carolina coach Rod Brind’Amour has described as intensely stressful nights behind the bench.</p><p>As Vegas coach John Tortorella said Wednesday: “I don't think anybody expected this.”</p><p>It's come in a series that was expected to be a defense-first battle but has instead seen 33 goals through four games (8.3 per game), making life tricky for each team's goaltenders.</p><p>Carolina started veteran Frederik Andersen after he had led them in a 12-1 run through the Eastern Conference playoffs, but pulled him in the third period of Game 3 with the Hurricanes down 4-0 before rallying in what ended as a double-overtime loss. Brandon Bussi played well in relief, then got the start in Game 4 with Brind'Amour saying Andersen — who didn't dress out — needed a break.</p><p>Brind’Amour wouldn’t specify a Game 5 starter beyond saying everyone is available.</p><p>As for Vegas, Carter Hart has become the first goaltender in Stanley Cup Final history to give up at least four goals in each of the first four games yet two of them were wins. Tortorella said he had no concerns about Hart's play “at all.”</p><p>This Stanley Cup Final has offered a perfect companion to what's going in the other major American pro sports championship series taking place. On Wednesday night, the New York Knicks rallied from 29 down to stun the San Antonio Spurs in the biggest comeback in NBA Finals history to take a 3-1 series lead.</p><p>“I wanted to go to bed,” Tortorella said of watching the comeback. “But when they got it down to 15, you knew something stupid was going to happen. I'm just basically saying the same stupid stuff's happened in our series.”</p><p>___</p><p>AP NHL: https://apnews.com/hub/nhl</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/Y5T3OKHD73KFZPY7RWCDSWNSUE.jpg?auth=250cf7a6602cb926ea31a0a427da523225b1fd1bf06c0580db50d6ae41ee8ee5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Vegas Golden Knights goaltender Carter Hart, left, stops a shot by Carolina Hurricanes left wing Taylor Hall during the first period in Game 4 of the NHL hockey Stanley Cup Final series Tuesday, June 9, 2026, in Las Vegas. (AP Photo/Candice Ward)]]></media:description><media:credit role="author" scheme="urn:ebu">Candice Ward</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/X4BRMJJS6WM225HCHHAUQELGVY.jpg?auth=dce882e89c3cd5995e483bb67a25739c5c452cc798aeb7df66abc6a0cb5df49b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Vegas Golden Knights head coach John Tortorella, right, talks to a referee during the third period in Game 4 of the NHL hockey Stanley Cup Final series against the Carolina Hurricanes, Tuesday, June 9, 2026, in Las Vegas. (AP Photo/John Locher)]]></media:description><media:credit role="author" scheme="urn:ebu">John Locher</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/J6PFG5S4N5OQAXKMA7PSYNDYS4.jpg?auth=354f46f53010c55b04dffccd7b668cff6103f8f39fb30e0456005ad1f1243830&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Carolina Hurricanes left wing Nikolaj Ehlers, right, celebrates his empty net goal with defenseman Jaccob Slavin, left, and goaltender Brandon Bussi during the third period in Game 4 of the NHL hockey Stanley Cup Final series against the Vegas Golden Knights, Tuesday, June 9, 2026, in Las Vegas. (AP Photo/Candice Ward)]]></media:description><media:credit role="author" scheme="urn:ebu">Candice Ward</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ORILSLKE6ZNVFO6QEI3Q22JWKU.jpg?auth=0c19597588e67f56b2c68c78d36332a979169065f3aad9c1dbb3c55708707f99&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Vegas Golden Knights goaltender Carter Hart is scored on by Carolina Hurricanes center Jordan Staal during the third period in Game 4 of the NHL hockey Stanley Cup Final series Tuesday, June 9, 2026, in Las Vegas. (AP Photo/John Locher)]]></media:description><media:credit role="author" scheme="urn:ebu">John Locher</media:credit></media:content></item><item><title><![CDATA[Suspect in hit-and-run that injured Hollywood police officer captured in Chicago]]></title><link>https://www.local10.com/news/local/2026/06/11/suspect-in-hit-and-run-that-injured-hollywood-police-officer-captured-in-chicago/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/11/suspect-in-hit-and-run-that-injured-hollywood-police-officer-captured-in-chicago/</guid><dc:creator><![CDATA[David Dwork]]></dc:creator><description><![CDATA[A suspect in a hit-and-run crash that injured a Hollywood police officer was arrested this week in Chicago. ]]></description><pubDate>Thu, 11 Jun 2026 15:53:03 +0000</pubDate><content:encoded><![CDATA[<p>A suspect in <a href="https://www.local10.com/news/local/2026/05/20/bmw-collides-with-hollywood-police-vehicle-on-ocean-drive/" target="_self" rel="" title="https://www.local10.com/news/local/2026/05/20/bmw-collides-with-hollywood-police-vehicle-on-ocean-drive/">a hit-and-run crash</a> that injured a Hollywood police officer was arrested this week in Chicago. </p><p><a href="https://www.local10.com/espanol/2026/06/11/capturan-en-chicago-a-sospechoso-de-atropello-con-fuga-que-hirio-a-agente-de-policia-de-hollywood/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/11/capturan-en-chicago-a-sospechoso-de-atropello-con-fuga-que-hirio-a-agente-de-policia-de-hollywood/">Leer en español</a></p><p>According to the Hollywood Police Department, the May 20 crash happened at around 12:25 a.m. on North Ocean Drive near Hollywood Boulevard. </p><p>Police said the driver of a BMW, who has since been identified as Artiom Echiusciu, was going more than 100 mph when he crossed over the center median and struck the officer’s vehicle before getting out and running away. </p><figure><img src="https://www.local10.com/resizer/v2/H7RV5OQTGNECHNGE6JSH4HHRY4.jpg?auth=e7c65407719e76632aa6e343aaf62d7b5d40a22a19c89e9e4dba02ee3a9e400f&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p><a href="https://www.local10.com/news/local/2026/05/26/hollywood-police-officer-out-of-hospital-after-suffering-brain-bleed-in-hit-and-run/" target="_self" rel="" title="https://www.local10.com/news/local/2026/05/26/hollywood-police-officer-out-of-hospital-after-suffering-brain-bleed-in-hit-and-run/">Officer Luis Diaz</a> suffered injuries considered serious but not life-threatening and was hospitalized, but is currently recovering, according to HPD. </p><p>Police said Echiusciu ordered a Lyft to help flee the scene, and eventually traveled all the way to Illinois where he was taken into custody on Wednesday by the U.S. Marshals Service Great Lakes Regional Fugitive Task Force in Chicago. </p><p>Echiusciu, a Russian national who police said was in the country illegally, is facing charges of leaving the scene of a crash involving serious bodily injuries, reckless driving causing serious bodily injury, reckless driving causing property damage, driving with a suspended license, leaving the scene of a crash involving property damage and failure to register a motor vehicle. </p><p>He is in the process of being extradited to Broward County, authorities 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><media:content url="https://www.local10.com/resizer/v2/IKWGPARS25DT5L3O4FQTQHIJWM.jpg?auth=40990d3a16ec29956095a2dea3319c7311ae767cf40d3b1ad677ab53b5ec334e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Report: Mickelson kicked out of San Diego club for inappropriate contact with female employee]]></title><link>https://www.local10.com/sports/2026/06/11/report-mickelson-kicked-out-of-san-diego-club-for-inappropriate-contact-with-female-employee/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/11/report-mickelson-kicked-out-of-san-diego-club-for-inappropriate-contact-with-female-employee/</guid><dc:creator><![CDATA[By DOUG FERGUSON, Associated Press]]></dc:creator><description><![CDATA[Phil Mickelson has been kicked out of a San Diego golf club over allegations he made unwanted physical contact with a female employee, Golf Digest reported Thursday.]]></description><pubDate>Thu, 11 Jun 2026 20:54:49 +0000</pubDate><content:encoded><![CDATA[<p>Phil Mickelson has been kicked out of a San Diego golf club over allegations he made unwanted physical contact with a female employee, Golf Digest reported Thursday.</p><p>Golf Digest cited multiple sources as saying Mickelson is no longer welcome at The Farms Golf Club in Rancho Santa Fe, California, where the six-time major champion has played and practiced for decades. The unwanted contact was said to have happened earlier this spring.</p><p>Mickelson, the chief recruiter in the launching of LIV Golf, has only played once this year because of a serious family health matter that has not been disclosed. He did not play the Masters and PGA Championship, and is no longer exempt for the U.S. Open.</p><p>Golf Digest said it verified the identity of The Farms employee and was withholding her name to protect her privacy. It said she declined to participate in the reporting of the story.</p><p>A spokesperson for Mickelson told Golf Digest, “Any misunderstanding has been cleared up. Phil continues to attend to a family health matter and is uncertain when he will be able to return to professional golf.”</p><p>Golf Digest cited sources in reporting Mickelson approached the woman in the clubhouse and made nonconsensual and inappropriate physical contact with her. The woman rejected his advances and reported it to her supervisors.</p><p>Officials at The Farms reviewed and investigated, Golf Digest reported, and then confronted Mickelson on the course. Mickelson, 55, was told to leave the premises.</p><p>The Farms said in a statement to Golf Digest, “Following a staff member report of member misconduct, the club provided immediate and ongoing support to the staff member, conducted a thorough independent investigation of the incident and took decisive action. This individual is no longer a member of The Farms Golf Club.”</p><p>“To protect the safety and privacy of our staff and member, we are unable to speak further on the matter.”</p><p>Golf Digest cited multiple sources in confirming the member was Mickelson.</p><p>The Farms, located about 10 miles from Torrey Pines, is a private club where several top players are members such as Annika Sorenstam and Xander Schauffele, both of whom have primary residences in Florida.</p><p>The development adds to what has become a dark chapter for Mickelson, who is married with three children and was once one of the most beloved public figures in golf for his bold and creative game, and for the time he spent after rounds signing autographs.</p><p>Mickelson was a relief defendant in an insider trading scheme in 2016 in which he was not criminally charged but agreed to repay nearly $1 million he made in a single trade. Noted gambler Billy Walters was involved in that case and sentenced to five years in prison.</p><p>Walters wrote an autobiography in 2023 in which he claims Mickelson has wagered more than $1 billion over the last 30 years, including one day in 2011 in which Mickelson was said to have placed 43 bets on Major League Baseball that resulted in $143,500 in losses.</p><p>Mickelson became the oldest major champion in golf history when he won the 2021 PGA Championship. A year later, he was a central figure in helping to launch Saudi-funded LIV Golf. He lost major sponsorships when he was quoted in early 2022 as calling the Saudis “scary mother (expletives)” and that he was only thinking of joining the league to gain leverage over the PGA Tour.</p><p>The Public Investment Fund of Saudi Arabia is ending its financial support of LIV after this year.</p><p>___</p><p>AP golf: https://apnews.com/hub/golf</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/D3DCQQIURK6SGRJVNVOHG4U4RE.jpg?auth=6b532d352bccdad7d82215b0920e3e6f015e0c3a23f102d83321ab9f58a79a18&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Phil Mickelson tees off on the 13th hole during the first round of the U.S. Open golf tournament at Oakmont Country Club, June 12, 2025, in Oakmont, Pa. (AP Photo/Carolyn Kaster, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Carolyn Kaster</media:credit></media:content></item><item><title><![CDATA[EN VIVO: Tras visita al lugar, jurado reanuda testimonios en juicio de George Pino]]></title><link>https://www.local10.com/espanol/2026/06/11/jurado-en-juicio-de-george-pino-observa-embarcacion-involucrada-en-choque-mortal/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/11/jurado-en-juicio-de-george-pino-observa-embarcacion-involucrada-en-choque-mortal/</guid><dc:creator><![CDATA[Hannah Yechivi, Chris Gothner]]></dc:creator><description><![CDATA[En el cuarto día del juicio de George Pino, los jurados realizaron el jueves una excursión a una instalación de la Comisión de Conservación de Pesca y Vida Silvestre de Florida en el norte de Miami para ver el barco involucrado en el accidente que enfrenta al magnate de bienes raíces del sur de Florida una posible pena de prisión.]]></description><pubDate>Thu, 11 Jun 2026 16:23:11 +0000</pubDate><content:encoded><![CDATA[<p>En el cuarto día del juicio de <a href="https://www.local10.com/topic/George_Pino/" target="_blank" rel="noreferrer" title="https://www.local10.com/topic/George_Pino/">George Pino</a>, los miembros del jurado realizaron el jueves una visita a una instalación de la Comisión de Conservación de Pesca y Vida Silvestre de Florida (FWC) en North Miami para observar la embarcación involucrada en el accidente que podría llevar al magnate inmobiliario del sur de Florida a enfrentar tiempo en prisión.</p><p>Pino, de 55 años, enfrenta cargos de homicidio involuntario y homicidio por embarcación por la muerte de Lucy Fernandez, de 17 años.</p><p>Los fiscales acusan a Pino, entonces de 52 años, de actuar de manera imprudente cuando perdió el control de una embarcación Robalo de 29 pies durante las primeras horas de la noche del 4 de septiembre de 2022 y chocó contra una baliza de canal cerca de Boca Chita Key, causando la muerte de Fernandez. Otras dos jóvenes resultaron gravemente heridas, incluida Katerina Puig, de 17 años.</p><p>Su equipo de defensa sostiene que el accidente fue simplemente un hecho fortuito.</p><p>El jueves, los miembros del jurado que visitaron la instalación de la FWC, escoltados por agentes de la Oficina del Sheriff de Miami-Dade, pudieron observar detalladamente la embarcación en cuestión e incluso abordarla para comprender mejor las posiciones que ocupaban las jóvenes el día del accidente y el lugar donde se encontraba Pino.</p><p>Los miembros del jurado pudieron ver la ubicación exacta y la magnitud de los daños, lo que les brindó una perspectiva diferente a la obtenida a través de los videos y fotografías presentados en la corte.</p><p>La visita duró aproximadamente 40 minutos. Luego regresaron al tribunal después de una pausa para almorzar, con los procedimientos programados para reanudarse más tarde en la tarde.</p>]]></content:encoded></item><item><title><![CDATA[Defensa de Petro denunciará a congresista que pidió suspenderlo de la presidencia de Colombia]]></title><link>https://www.local10.com/espanol/2026/06/11/defensa-de-petro-denunciara-a-congresista-que-pidio-suspenderlo-de-la-presidencia-de-colombia/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/11/defensa-de-petro-denunciara-a-congresista-que-pidio-suspenderlo-de-la-presidencia-de-colombia/</guid><dc:creator><![CDATA[The Associated Press, Associated Press]]></dc:creator><description><![CDATA[BOGOTÁ (AP) — El abogado defensor del presidente colombiano Gustavo Petro anunció el jueves que denunciará ante la Corte Suprema de Justicia a la congresista que pidió que el mandatario fuera temporalmente suspendido de su cargo en medio de una investigación por presunta participación indebida en política.]]></description><pubDate>Thu, 11 Jun 2026 20:07:43 +0000</pubDate><content:encoded><![CDATA[<p>BOGOTÁ (AP) — El abogado defensor del presidente colombiano Gustavo Petro anunció el jueves que denunciará ante la Corte Suprema de Justicia a la congresista que pidió que el mandatario fuera temporalmente suspendido de su cargo en medio de una investigación por presunta participación indebida en política.</p><p>La congresista Gloria Arizabaleta, del oficialista Pacto Histórico, firmó un documento que fue conocido la víspera por la prensa en el que reclamó que Petro sea suspendido hasta el 21 de junio, día en que se celebrará la segunda vuelta presidencial entre el oficialista Iván Cepeda y el conservador Abelardo de la Espriella.</p><p>El abogado Alejandro Carranza, quien representa a Petro, aseguró a medios de prensa que la congresista “abusó de su autoridad” como presidenta de la Comisión de Investigación y Acusación de la Cámara de Representantes con funciones judiciales y encargada de tratar las denuncias contra el presidente y otros aforados.</p><p>La Corte Suprema, donde el abogado presentará la denuncia, es la encargada de investigar penalmente a los congresistas.</p><p>Arizabaleta indicó en el documento que se trataba de una medida provisional mientras se adelanta la investigación contra Petro en la Comisión por presunta participación indebida en política, luego de que el presidente hiciera declaraciones sobre los candidatos.</p><p>La investigación se refiere especialmente a publicaciones en X en las que Petro hizo referencia a los aspirantes a la presidencia o usa expresiones como “el gato/tigre seguirá cazando ratones”, en lo que parece una alusión a De la Espriella, quien se apoda “El Tigre”.</p><p>Petro dijo que la congresista le hace oposición —pese a ser de su mismo partido— y negó haber intervenido en política. Al respecto indicó que sus menciones a De la Espriella fueron para defender su “buen nombre”, porque el candidato quiere acusarlo frente a la justicia estadounidense.</p><p>El mandatario continúa en funciones, mientras que Arizabaleta fue suspendida de su cargo por la Procuraduría, encargada de investigar disciplinariamente a los funcionarios públicos, mientras investiga su actuación. El procurador, Gregorio Eljach, dijo a la prensa que recogieron múltiples quejas y actuaron.</p><p>La solicitud de la congresista generó una discusión jurídica sobre su alcance y el procedimiento que se debe seguir. Según las normas colombianas, en la Comisión de Investigación y Acusación los congresistas que la integran deben decidir si archivan las causas o si presentan un proyecto de acusación contra el presidente ante el pleno de la Cámara de Representantes, donde de ser aprobada se traslada al Senado, que se encarga de enjuiciarlo.</p><p>Carranza tildó la solicitud de Arizabaleta de “inconstitucional”. Aseguró que la tomó como un “mensaje” luego de que presuntamente la congresista ejerciera sobre el gobierno una “presión indebida” para obtener “prebendas” bajo la supuesta amenaza de que la Comisión avance en otra investigación sobre posibles irregularidades en la financiación de la campaña electoral con la que Petro llegó al poder en 2022.</p><p>En declaraciones en X cuestionando a la legisladora, el mandatario dijo que es lamentable que "la codicia lleve a los seres humanos a destruir incluso su propia vida”. Afirmó además que “estamos ante un posible prevaricato”, en referencia al delito en el que un servidor público actúa a sabiendas que su decisión es contraria a la ley.</p><p>En tanto, la oposición política interpretó la solicitud de la congresista como un truco para “victimizar” al presidente y dar impulso a la campaña de Cepeda, su aliado político.</p><p>De la Espriella advirtió en un comunicado, sin enseñar pruebas, que se trata de una maniobra de Petro para “robar las elecciones”.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/EU2Q5ZSQWK6XQBUAAAHLL2JQFM.jpg?auth=32980b8ac8a7ac86c4a30c91add26eaaae0c04964c9dcf466a9d2a451e283415&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[El presidente de Colombia, Gustavo Petro, pronuncia un discurso durante una ceremonia militar en Bogotá, Colombia, el viernes 5 de junio de 2026. (AP Foto/Fernando Vergara)]]></media:description><media:credit role="author" scheme="urn:ebu">Fernando Vergara</media:credit></media:content></item><item><title><![CDATA[Texas AG warns Big 12 could face legal action if league pursues actions against Tech over Sorsby]]></title><link>https://www.local10.com/sports/2026/06/11/big-12-could-face-legal-action-from-texas-ag-if-league-pursues-some-actions-against-tech-over-sorsby/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/11/big-12-could-face-legal-action-from-texas-ag-if-league-pursues-some-actions-against-tech-over-sorsby/</guid><dc:creator><![CDATA[By STEPHEN HAWKINS, Associated Press]]></dc:creator><description><![CDATA[The Texas attorney general's office warned the Big 12 on Thursday of potential legal action from Texas Tech as the conference considers what to do after quarterback Brendan Sorsby won a court order restoring his eligibility and setting aside his ban by the NCAA for gambling on pro and college sports.]]></description><pubDate>Thu, 11 Jun 2026 20:41:55 +0000</pubDate><content:encoded><![CDATA[<p>The Texas attorney general's office warned the Big 12 on Thursday of potential legal action from Texas Tech as the conference considers what to do after quarterback Brendan Sorsby won a court order restoring his eligibility and setting aside his ban by the NCAA for gambling on pro and college sports.</p><p>Big 12 Commissioner Brett Yormark said the notice came shortly before the start of the league's executive board meeting to discuss its options in the Sorsby situation.</p><p>The temporary injunction issued Monday by a Texas district court prevents the NCAA from enforcing its permanent ban of Sorsby, a decision that sent shock waves across college sports. The transfer QB had been ruled ineligible after he acknowledged years of gambling that included at least 40 bets on his own team while he was a freshman at Indiana. Texas Tech said he has completed a month-long inpatient treatment program and will continue to receive treatment and support while being monitored.</p><p>The letter from the Texas AG's office was addressed to Yormark and Kansas Chancellor Douglas Girod, the chairman of the Big 12 board of directors. It specifically references a conference bylaw that, with a supermajority vote, could result in sanctioning a school that has "engaged in any action or a course of conduct materially adverse to the best interests of the conference taken as a whole.”</p><p>The AG's office said any sanctions against Texas Tech for “acting consistent" with the district court injunction “would be a per se violation of federal and state antitrust laws — a naked horizontal agreement among competitors to disadvantage Texas Tech by cutting off access to the resources it needs to compete.”</p><p>Beyond any antitrust exposure, the letter said, the Big 12 would also face liability for “breach of contract and tortious interference" for any sanction that results in the alteration of Texas Tech's scheduled games.</p><p>The letterwas signed by Thomas York, chief of the antitrust division, and Kimberly Gdula, chief of the litigation division. The attorney general, Ken Paxton, is the Republican nominee for the U.S. Senate race in Texas this fall.</p><p>Yormark said the conference is taking time with its legal counsel to understand the concerns of the state.</p><p>Since NCAA rules call for a permanent loss of eligibility for any player who wagered on his own team, the judge’s decision sent shockwaves through college sports, including in Texas Tech’s own league. The executive board met as planned Thursday in preparation for a meeting Monday of the Big 12's full board of directors, which is made up of presidents and chancellors from the league's 16 schools.</p><p>“We had a good and informative discussion. Sentiment among the executive board was no different from what we heard from the ADs earlier this week,” Yormark said. "Our discussion with the full board will determine our course of action, and all options remain on the table.”</p><p>The board meeting came two days after a conference call among Big 12 athletic directors, who expressed strong opposition to Sorsby playing for the Red Raiders for what will be his final college season. Some of those ADs even suggested maybe not playing Texas Tech if he does.</p><p>Sorsby transferred to Texas Tech in January for a reported multimillion-dollar deal after playing the past two seasons at Cincinnati, another Big 12 school. The Texas native first spent two seasons at Indiana.</p><p>___</p><p>AP college football: https://apnews.com/hub/ap-top-25-college-football-poll and https://apnews.com/hub/college-football</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/F2JL54MKBVVXE7GJNVYNUGRSSM.jpg?auth=22061bca247a7ffe5eeb1b20c2ae69499a8e41d9114f49ee2c91634702a597f4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Big 12 Commissioner Brett Yormark addresses the media during the NCAA college Big 12 women's basketball media day, Oct. 22, 2024, in Kansas City, Mo. (AP Photo/Charlie Riedel, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Charlie Riedel</media:credit></media:content></item><item><title><![CDATA[WATCH LIVE: After site visit, jurors resume hearing testimony in George Pino trial]]></title><link>https://www.local10.com/news/local/2026/06/11/jurors-in-george-pino-trial-get-look-at-boat-at-center-of-deadly-crash/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/11/jurors-in-george-pino-trial-get-look-at-boat-at-center-of-deadly-crash/</guid><dc:creator><![CDATA[Hannah Yechivi, Chris Gothner]]></dc:creator><description><![CDATA[In day four of the George Pino trial, jurors took a field trip to a Florida Fish and Wildlife Conservation Commission facility in North Miami on Thursday to get a look at the boat involved in the crash that has the South Florida real estate mogul facing possible prison time.]]></description><pubDate>Thu, 11 Jun 2026 16:14:24 +0000</pubDate><content:encoded><![CDATA[<p>In day four of the <a href="https://www.local10.com/topic/George_Pino/" target="_self" rel="" title="https://www.local10.com/topic/George_Pino/">George Pino</a> trial, jurors took a field trip to a Florida Fish and Wildlife Conservation Commission facility in North Miami on Thursday to get a look at the boat involved in the crash that has the South Florida real estate mogul facing possible prison time.</p><p><a href="https://www.local10.com/espanol/2026/06/11/jurado-en-juicio-de-george-pino-observa-embarcacion-involucrada-en-choque-mortal/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/11/jurado-en-juicio-de-george-pino-observa-embarcacion-involucrada-en-choque-mortal/">Leer en español</a></p><p>Pino, 55, is facing manslaughter and vessel homicide charges in the death of 17-year-old Lucy Fernandez. </p><p>Prosecutors accuse Pino, then 52, of being reckless when he lost control of a 29-foot Robalo boat in the early evening hours of Sept. 4, 2022 and slammed it into a channel marker near Boca Chita Key, killing Fernandez. Two other girls were seriously hurt, including 17-year-old Katerina Puig. </p><p><b>NOON REPORT:</b></p><p>His defense team counters that the crash was merely an accident.</p><p>On Thursday, jurors visiting the FWC facility, escorted by deputies with the Miami-Dade Sheriff’s Office, got a detailed look at the boat in question and could even board it to better understand the passenger positions of the girls on the day of the accident and where Pino was standing.</p><p>The jury members were able to see the exact location and the extent of the damage, giving them a different perspective from the videos and pictures they had seen in court court.</p><p>The field trip took about 40 minutes. They then went back to the courthouse after a lunch break with proceedings set to resume later in the 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></item><item><title><![CDATA[EEUU sanciona a empresa cubana de petróleo y gas en medio de crecientes tensiones]]></title><link>https://www.local10.com/espanol/2026/06/11/eeuu-sanciona-a-empresa-cubana-de-petroleo-y-gas-en-medio-de-crecientes-tensiones/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/11/eeuu-sanciona-a-empresa-cubana-de-petroleo-y-gas-en-medio-de-crecientes-tensiones/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[SAN JUAN, Puerto Rico (AP) — El gobierno de Estados Unidos anunció el jueves sanciones contra la empresa estatal de petróleo y gas de Cuba, en una medida que, previsiblemente, aumentará las tensiones entre ambos países.]]></description><pubDate>Thu, 11 Jun 2026 20:16:23 +0000</pubDate><content:encoded><![CDATA[<p>SAN JUAN, Puerto Rico (AP) — El gobierno de Estados Unidos anunció el jueves sanciones contra la empresa estatal de petróleo y gas de Cuba, en una medida que, previsiblemente, aumentará las tensiones entre ambos países.</p><p>El secretario de Estado Marco Rubio sostuvo que activos clave de la compañía, conocida como Cupet, fueron “expropiados ilegalmente a propietarios estadounidenses hace años”.</p><p>También acusó al gobierno de Cuba de convertir la energía en un arma.</p><p>“Mientras el pueblo cubano ha sufrido escasez de combustible y apagones debido a décadas de falta de inversión en infraestructura crítica, los líderes comunistas de Cuba han desviado recursos energéticos para llenarse los bolsillos”, afirmó Rubio en un comunicado.</p><p>Además, señaló, sin aportar pruebas, que funcionarios cubanos “revenden incontables barriles de la escasa energía en el mercado secundario, acaparan suministros energéticos para sus fuerzas militares, de inteligencia y represivas, y racionan la energía como herramienta de control social”.</p><p>Hasta el momento, el gobierno cubano no ha respondido a un mensaje en el que se solicitaban comentarios. Anteriormente ha dicho que las sanciones castigan a todos los cubanos y buscan estrangular la economía para desestabilizar tanto al gobierno como a su pueblo.</p><p>Las ventas de combustible de Cupet al público son casi inexistentes y actualmente están racionadas.</p><p>Ricardo Herrero, un economista cubano radicado en Estados Unidos y director ejecutivo del Cuba Study Group, una organización no partidista con sede en Washington, D.C., dijo que estaba “realmente desconcertado” por la medida.</p><p>“¿Cómo se supone que los importadores privados almacenen diésel y lo introduzcan en los vehículos sin usar las instalaciones de CUPET?”, escribió en X. “Esto socava lo que, hasta esta mañana, había sido una prioridad humanitaria para Estados Unidos. O algo mucho más grande está en marcha, o hemos entrado en la fase de ‘crueldad indiscriminada’ de esta política”.</p><p>El anuncio del jueves se produce casi una semana después de que el gobierno de Estados Unidos sancionara al presidente cubano Miguel Díaz-Canel y a otros funcionarios, así como a varias instituciones.</p><p>Rubio indicó en un comunicado que quedan bloqueadas todas las propiedades o participaciones de Cupet ubicadas en Estados Unidos o en posesión o bajo el control de personas de Estados Unidos.</p><p>“El presidente Trump quiere un nuevo futuro para el pueblo cubano con mayor libertad y oportunidades económicas y políticas”, escribió Rubio en X . “Hasta entonces, seguiremos apuntando a la capacidad del régimen comunista de aprovechar su comercio energético para impulsar su agenda corrupta y reprimir violentamente al pueblo cubano”.</p><p>Cuba ya enfrenta dificultades bajo un embargo de décadas y la falta de petróleo, mientras Estados Unidos sigue presionando para que cambie su modelo económico y político.</p><p>Los cortes de electricidad —ya habituales dada la crisis económica y energética que afecta a la isla desde hace cinco años— no han hecho más que intensificarse desde que el presidente de Estados Unidos, Donald Trump, amenazó, a finales de enero, con imponer aranceles a cualquier país que venda o suministre petróleo a Cuba.</p><p>Ambos países han reconocido que han mantenido conversaciones, pero se desconoce su alcance.</p><p>Mientras tanto, Trump ha amenazado con una acción militar en Cuba desde que el ejército de estadounidense invadió Venezuela y arrestó al expresidente Nicolás Maduro.</p><p>Trump dijo el jueves pasado que Cuba “se ha derrumbado, más o menos” y afirmó: “vamos a encargarnos de eso en cuanto hayamos terminado” las operaciones militares en Irán.</p><p>__________________________________</p><p>Esta historia fue traducida del inglés por un editor de AP con ayuda de una herramienta de inteligencia artificial generativa.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/2EFKOXTU5EWDG5ISJKYX5WTAJI.jpg?auth=01dc0c0dfeed35c5c2cd9f72c1c7965dc0f66900e1c6c763566bef233cfe5862&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[ARCHIVO – Un hombre camina frente a una gasolinería donde se ha agotado el combustible, ubicada cerca de la embajada estadounidense, que se ve al fondo, en La Habana, Cuba, el 7 de febrero de 2026. (AP Foto/Ramon Espinosa, Archivo)]]></media:description><media:credit role="author" scheme="urn:ebu">Ramon Espinosa</media:credit></media:content></item><item><title><![CDATA[Former Raider Henry Ruggs denied parole nearly 5 years after deadly car crash]]></title><link>https://www.local10.com/sports/2026/06/11/former-raider-henry-ruggs-denied-parole-nearly-5-years-after-deadly-car-crash/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/11/former-raider-henry-ruggs-denied-parole-nearly-5-years-after-deadly-car-crash/</guid><dc:creator><![CDATA[By JESSICA HILL, Associated Press]]></dc:creator><description><![CDATA[LAS VEGAS (AP) — Ex-NFL player Henry Ruggs was denied parole nearly five years after killing a woman in a car crash in Las Vegas, the Nevada Board of Parole Commissioners ruled Thursday.]]></description><pubDate>Thu, 11 Jun 2026 19:53:21 +0000</pubDate><content:encoded><![CDATA[<p>LAS VEGAS (AP) — Ex-NFL player Henry Ruggs was denied parole nearly five years after killing a woman in a car crash in Las Vegas, the Nevada Board of Parole Commissioners ruled Thursday.</p><p>Ruggs, a former first-round draft pick and Raiders wide receiver, drove his sports car at speeds up to 156 mph (251 kph) in the city on Nov. 2, 2021, slamming into a vehicle that killed driver Tina Tintor and her dog, Max. Tintor was 23.</p><p>Prosecutors at the time said his blood-alcohol level taken within the required two hours after the crash was 0.16%, which is twice the legal limit for drivers in Nevada. Before the crash, he was at TopGolf, a sports entertainment venue in Las Vegas, according to prosecutors.</p><p>Ruggs pleaded guilty in May 2023 to felony DUI causing death and misdemeanor vehicular manslaughter. He was sentenced in August 2023 to a three- to 10-year prison sentence. The earliest he was eligible for parole was August 2026.</p><p>Ruggs will go before the parole board again three months before Aug. 24, 2027, his mandatory parole release date, according to Kathi Baker, executive director of the Nevada Board of Parole Commissioners.</p><p>“Mr. Ruggs, and our office, continue to feel the grief and loss suffered by Ms. Tintor’s family,” Ruggs’ attorneys David Chesnoff and Richard Schonfeld said in a Thursday statement, adding that they were disappointed by the parole board’s decision to deny parole.</p><p>The attorneys said there is “overwhelming evidence” of Ruggs’ accepting responsibility for his conduct and engaging in community outreach efforts related to DUI prevention, including completing educational programs while in custody.</p><p>—</p><p>This story has been updated to correct the day that Henry Ruggs' parole was denied. It was on Thursday, not Friday.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/BYH3ESVGIGRRMOGR3HBNR7H4GM.jpg?auth=4811b14f5134b45c62c61ca93d4fd2e0b4d4e8c56623e0071c64aa287c7c0785&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Former Las Vegas Raiders player Henry Ruggs appears in court May 10, 2023, in Las Vegas. (AP Photo/John Locher, File)]]></media:description><media:credit role="author" scheme="urn:ebu">John Locher</media:credit></media:content></item><item><title><![CDATA[News Producer]]></title><link>https://www.local10.com/careers/2026/06/11/news-producer/</link><guid isPermaLink="true">https://www.local10.com/careers/2026/06/11/news-producer/</guid><description><![CDATA[Oversee the complete preparation of newscast including writing stories and coordinating with: reporters, executive producers, assignment desk staff and production department.]]></description><pubDate>Thu, 11 Jun 2026 19:02:35 +0000</pubDate><content:encoded><![CDATA[<p><u><b>As of June 11, 2026</b></u></p><p><u><b>Job Listing</b></u><u> – </u><u><b>News Producer</b></u></p><p><b>Responsibilities:</b></p><p>Oversee the complete preparation of newscast including writing stories and coordinating with: reporters, executive producers, assignment desk staff and production department. The producer will also coordinate the program in the control room. Must be able to use knowledge of current events to participate in editorial process and write scripts.</p><p><b>Qualifications:</b></p><ul><li>Knowledge of television news</li><li>Excellent interpersonal and communication skills required</li><li>Ability to work flexible hours including nights, weekends and holidays</li><li>Ability to work in a fast-paced high-energy environment with daily deadlines and changing priorities</li><li>3-5 years’ experience as a writer or producer in a commercial news operation required</li><li>College degree in journalism or broadcasting preferred</li><li>News computer knowledge necessary</li></ul><p><i>***</i><i><b>All of the essential functions of this position are not necessarily described in this posting.</b></i></p><p><b>***</b><i><b>We are an Equal Opportunity Employer and will consider all qualified candidates regardless of race, color, religion, national origin, age gender, marital status, disability, matriculation or political affiliation. Any offer of employment is conditioned on successful completion of a pre-employment drug screening, investigative background check, employment/education verifications, and reference checks. A Valid driver’s license is required.</b></i></p><p><b>Please follow link below to apply for Producer Position:</b></p><p><a href="https://jobs.dayforcehcm.com/en-US/wplg/CANDIDATEPORTAL/jobs/8960" rel="">https://jobs.dayforcehcm.com/en-US/wplg/CANDIDATEPORTAL/jobs/8960</a></p><p>Chris Schenk</p><p>Executive Producer</p><p><b>WPLG/TV</b></p><p>3401 W. Hallandale Beach Blvd.</p><p>Pembroke Park, FL 33023</p><p>cschenk@wplg.com</p><p>No phone calls please.</p>]]></content:encoded></item><item><title><![CDATA[Miami woman, 74, arrested after trying to attack neighbor over package dispute, police say]]></title><link>https://www.local10.com/news/local/2026/06/11/miami-woman-74-arrested-after-trying-to-attack-neighbor-over-package-dispute-police-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/11/miami-woman-74-arrested-after-trying-to-attack-neighbor-over-package-dispute-police-say/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[A 74-year-old Miami woman was arrested Wednesday after she tried to attack one of her neighbors with a wooden stool over a dispute about a package, authorities said.]]></description><pubDate>Thu, 11 Jun 2026 18:22:05 +0000</pubDate><content:encoded><![CDATA[<p>A 74-year-old Miami woman was arrested Wednesday after she tried to attack one of her neighbors with a wooden stool over a dispute about a package, authorities said.</p><p><a href="https://www.local10.com/espanol/2026/06/11/policia-arrestan-a-mujer-de-miami-de-74-anos-tras-intentar-atacar-a-vecino-por-disputa-de-paquete/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/11/policia-arrestan-a-mujer-de-miami-de-74-anos-tras-intentar-atacar-a-vecino-por-disputa-de-paquete/">Leer en español</a></p><p>According to an arrest report from the Miami Police Department, officers responded to the scene at about 1:30 p.m. Wednesday and found the suspect, Alfrada Barbara Garcia, being looked at by paramedics due to several scratches on her face.</p><p>Police said Garcia claimed that she was assaulted by the victim after seeing the victim take a package from the mailbox that didn’t belong to her.</p><p>Police said Garcia and a witness, who the package belonged to, confronted the victim, but the victim returned the package and said she only had it because it was delivered to the wrong address.</p><p>According to the report, video obtained by property management shows Garcia walking on the sidewalk before running over to a small wooden stool chair, picking it up over her head and swinging it several times at the victim in a downward motion.</p><p>Police said the victim was able to take the stool away from Garcia and then pulled her to the ground and held her down.</p><p>Garcia claimed that the victim had punched her in the back before she picked up the stool, but the witness told police that Garcia was never struck by the victim.</p><p>Garcia was arrested on a charge of attempted aggravated battery with a deadly weapon.</p><p>As of Thursday afternoon, she was being held at the Turner Guilford Knight Correctional Center on a $5,000 bond.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZVQFRULICRBNTLQ6H2AEYGC6SI.jpg?auth=9a14e4b14d0eec3c30da565f31a3605876ac458de53c94bf68c636fb7c811ff3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Policía: Arrestan a mujer de Miami de 74 años tras intentar atacar a vecino por disputa de paquete]]></title><link>https://www.local10.com/espanol/2026/06/11/policia-arrestan-a-mujer-de-miami-de-74-anos-tras-intentar-atacar-a-vecino-por-disputa-de-paquete/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/11/policia-arrestan-a-mujer-de-miami-de-74-anos-tras-intentar-atacar-a-vecino-por-disputa-de-paquete/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[Una mujer de Miami de 74 años fue arrestada el miércoles luego de que intentó atacar a uno de sus vecinos con un taburete de madera por una disputa sobre un paquete, dijeron las autoridades.]]></description><pubDate>Thu, 11 Jun 2026 18:48:38 +0000</pubDate><content:encoded><![CDATA[<p>Una mujer de 74 años de Miami fue arrestada el miércoles después de intentar atacar a una de sus vecinas con un taburete de madera debido a una disputa por un paquete, dijeron las autoridades.</p><p>Según un informe de arresto del Departamento de Policía de Miami, los agentes respondieron a la escena alrededor de la 1:30 p.m. del miércoles y encontraron a la sospechosa, Alfrada Barbara Garcia, siendo atendida por paramédicos debido a varios rasguños en el rostro.</p><p>La policía indicó que Garcia afirmó haber sido agredida por la víctima después de verla tomar un paquete del buzón que no le pertenecía.</p><p>La policía dijo que Garcia y una testigo, quien era la propietaria del paquete, confrontaron a la víctima, pero la víctima devolvió el paquete y explicó que lo tenía porque había sido entregado en la dirección equivocada.</p><p>Según el informe, un video obtenido por la administración de la propiedad muestra a Garcia caminando por la acera antes de correr hacia un pequeño taburete de madera, levantarlo sobre su cabeza y blandirlo varias veces contra la víctima en un movimiento descendente.</p><p>La policía indicó que la víctima logró quitarle el taburete a Garcia y luego la derribó al suelo, donde la mantuvo inmovilizada.</p><p>Garcia afirmó que la víctima la había golpeado en la espalda antes de que ella tomara el taburete, pero la testigo dijo a la policía que la víctima nunca golpeó a Garcia.</p><p>Garcia fue arrestada por un cargo de intento de agresión agravada con un arma mortal.</p><p>Hasta la tarde del jueves, permanecía detenida en el Centro Correccional Turner Guilford Knight con una fianza de $5,000 USD.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZVQFRULICRBNTLQ6H2AEYGC6SI.jpg?auth=9a14e4b14d0eec3c30da565f31a3605876ac458de53c94bf68c636fb7c811ff3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Latest updates from Local 10 Cuba Analyst Dr. Andy Gomez]]></title><link>https://www.local10.com/news/world/2026/06/01/looking-to-the-future-should-cuban-americans-invest-in-cuba/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/01/looking-to-the-future-should-cuban-americans-invest-in-cuba/</guid><dc:creator><![CDATA[Andy Gomez]]></dc:creator><description><![CDATA[U.S. Secretary of State Marco Rubio announced Thursday afternoon the sanctioning of Cuba’s oil and gas company, Union Cuba Petroleo (CUPET). ]]></description><pubDate>Mon, 01 Jun 2026 13:35:22 +0000</pubDate><content:encoded><![CDATA[<p><b>June 11 update: </b>U.S. Secretary of State Marco Rubio announced Thursday afternoon the sanctioning of Cuba’s oil and gas company, Union Cuba Petroleo (CUPET). This company had been confiscated from American owners at the start of the revolution.</p><p>This is a sign that Cuba’s government has not shown any willingness to negotiate with the U.S. &nbsp;This action further chokes the regime who is running out of options as the socio-economic problems get worse each day that passes.</p><p><b>June 10 update: Defense Secretary Pete Hegseth visits Guantanamo Bay for operational briefings</b></p><p>Defense Secretary Pete Hegseth traveled to Naval Station Guantanamo Bay in Cuba on Wednesday to receive updates and operational briefings on the base’s mission, according to the Pentagon.</p><p>According to <a href="https://www.reuters.com/world/americas/pentagons-hegseth-travels-guantanamo-bay-cuba-2026-06-10/" target="_self" rel="" title="https://www.reuters.com/world/americas/pentagons-hegseth-travels-guantanamo-bay-cuba-2026-06-10/">Reuters</a>, Hegseth flew into the U.S. naval base at Guantanamo Bay, marking the latest visit by a senior American official to the communist-led island as President Donald Trump’s administration continues to increase pressure on the Cuban government.</p><p>His trip comes less than two weeks after General Francis Donovan, the top U.S. military commander for Latin America, visited Guantanamo Bay and held discussions with a senior Cuban military official near the base’s perimeter.</p><p>Hegseth is the third high-ranking U.S. official to visit Cuba in recent months, highlighting Washington’s continued focus on the island amid ongoing tensions between the two countries.</p><p><b>June 8 update: What will be brought up during any future negotiations?</b></p><p>One of the issues that will certainly come up during any future negotiations between the U.S. and Cuba will be the 5,913 American companies, as well as Cuban-American properties, that were confiscated by the Cuban Revolution in the early 1960’s.</p><p>According to Mauricio Tamargo, former chairman of the Foreign Claims Office in the U.S. Department of Justice, the estimated values of these properties are in the billions.</p><p><b>June 3 update: Raúl Castro turns 95</b></p><p>Raúl Castro, the former president of Cuba, turns 95 years old Wednesday under the shadow of a criminal indictment from the U.S. and an uncertain future for Cuba with the legacy of his brother, Fidel Castro, on his shoulders.</p><p><a href="https://www.local10.com/espanol/2026/06/03/ultimas-actualizaciones-del-analista-sobre-cuba-de-local-10-dr-andy-gomez/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/03/ultimas-actualizaciones-del-analista-sobre-cuba-de-local-10-dr-andy-gomez/">Leer en español</a></p><p><b>June 1 update: Looking to the future: Should Cuban Americans invest in Cuba?</b></p><p>A few months ago, Cuba’s Vice Minister Oscar Pérez-Oliva Fraga, who is the grand-nephew of Raúl Castro, invited Cuban Americans in exile to invest in Cuba. </p><p>In 2019, the Cuban government amended their constitution to allow foreign investment. However, they did not change their laws to protect the investments. </p><p>Therefore, the risks to invest in Cuba remain greater than the opportunities.</p><p><i>Dr. Andy S. Gomez is Local 10’s Cuba Analyst. Gomez is considered one of the leading scholars on Cuba. He worked in higher education for 32 years before retiring from the University of Miami in 2012. </i></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/JMGZQ7DPNZ3ZOPBXDRRYCWJJ5M.jpg?auth=049c2eb29d863f0952c855fa4132934282bdbaf70d47c93a1e3ea43551fad5b8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[El presidente de Cuba, Miguel Díaz-Canel (segundo desde la izquierda), y el nieto de Raúl Castro, Raúl Guillermo Rodríguez Castro, en el centro al fondo, participan en una manifestación en apoyo al expresidente Raúl Castro frente a la embajada de Estados Unidos en La Habana, Cuba, el viernes 22 de mayo de 2026. (AP Foto/Ramón Espinosa)]]></media:description><media:credit role="author" scheme="urn:ebu">Ramon Espinosa</media:credit></media:content></item><item><title><![CDATA[Trump administration identifies 'super-sponsors' of migrant children in a possible prosecution tack]]></title><link>https://www.local10.com/news/national/2026/06/11/trump-administration-identifies-super-sponsors-of-migrant-children-in-a-possible-prosecution-tack/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/06/11/trump-administration-identifies-super-sponsors-of-migrant-children-in-a-possible-prosecution-tack/</guid><dc:creator><![CDATA[By ALANNA DURKIN RICHER and VALERIE GONZALEZ, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — The Trump administration has identified more than 15,000 cases of adults gaining custody of multiple immigrant children who enter the U.S. without a parent, officials said Thursday, signaling a potential push to prosecute prolific child sponsors.]]></description><pubDate>Thu, 11 Jun 2026 20:06:22 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The Trump administration has identified more than 15,000 cases of adults gaining custody of multiple immigrant children who enter the U.S. without a parent, officials said Thursday, signaling a potential push to prosecute prolific child sponsors.</p><p>The Justice Department highlighted cases against three Guatemalan nationals that they say underscore the dangers of improper vetting of sponsors in a program that seeks to unite kids with relatives or family friends after they enter the U.S. Officials said they are investigating numerous other so-called super-sponsors — those who gained custody of more than three unrelated children — to determine whether the sponsors took the kids in fraudulently.</p><p>“We will not accept half measures when it comes to securing the border, protecting American lives and saving children from exploitation,” Acting Attorney General Todd Blanche told reporters.</p><p>Taking custody of multiple unrelated migrant children is not a crime. The sponsors may be caring and well-intentioned, but senior administration officials calling them out suggests that authorities harbor suspicion about them and may subject them to deeper scrutiny.</p><p>Under the Biden administration, officials tried to release children to eligible adult sponsors within 30 days, reuniting many families quickly. But the approach also yielded errors, with some children being released to adults who forced them to work illegally, or to people who provided clearly false identification and addresses.</p><p>Under Trump, the administration tightened rules aimed at preventing traffickers from illegally bringing children into the country and that has also led to a dramatic increase in federal custody times for kids. As of May, children are held in federal custody for an average of 206 days before they’re released, compared with an average of 37 days when Trump took office. At the same time, the number of total children in custody has steadily dropped.</p><p>Striking a balance to release children to vetted sponsors and shielding them from danger has proved a contentious partisan disagreement.</p><p>Democrats “want to claim that Republicans, because we’re enforcing the laws, it’s inhumane, somehow,” Blanche said after criticizing the vetting procedures under the Biden administration. "What’s inhumane about taking care of our kids?”</p><p>The cases announced Thursday include charges against a woman who, authorities say, was living in the U.S. illegally, schemed with others to smuggle kids across the border, then used fake identities to gain custody of them in exchange for money. Her attorney, Michael J. Goldberg, said “the only comment I can make is that the case will be tried in court and not in a press conference.”</p><p>In another case, a woman is accused of falsely claiming that she was siblings with a teen who had entered the U.S. illegally in her application to become the teen’s sponsor.</p><p>Critics of the Trump administration have raised concerns over wellness checks carried out by immigration officers at elementary schools, immigration officers showing up and detaining sponsors at reunification meetings with children, and newly required documentation that's created a “paperwork barrier” and led to a recent lawsuit.</p><p>Shaina Aber, executive director of the Acacia Center for Justice, which provides legal services for unaccompanied migrant children under contract with the government, said the administration has not acknowledged the harm it has caused to kids by “subjecting them to indefinite detention and eroding nearly every avenue for legal relief.”</p><p>Aber added: “If the administration is concerned with the well-being of unaccompanied children, the answer can’t be to take them away from loved ones, try to undermine their representation, and detain them in group facilities with well-documented risks of isolation, abuse, and mental health deterioration.”</p><p>Even sponsors willing to undergo the new vetting procedures have been forced to wait through unnecessary delays.</p><p>A Chicago father who is a U.S. citizen and had a valid birth certificate for his child was kept waiting for five months before the government could schedule a fingerprinting appointment. During the wait, his toddler daughter was sexually abused in federal custody, a lawsuit claimed. The government did not respond to repeated requests for comment on the case.</p><p>_____</p><p>Gonzalez reported from McAllen, Texas.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/4RKOIISIE2HR2FMCWQYCTKIRA4.jpg?auth=41fe389198bb44deb7d600e8c6c841c4bf1f4e84d5abbed17e1f4e18fe59041d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Homeland Security Secretary Markwayne Mullin speaks during a news conference on unaccompanied children at the Justice Department Thursday, June 11, 2026, in Washington. (AP Photo/Manuel Balce Ceneta)]]></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/2MH4VCJ3VF6C423CPUIACVWCHA.jpg?auth=9dd55229bfb7e1716eb0267adfdc89bac969fdcb06808b9471219340a1e41876&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 listens during a news conference on unaccompanied children at the Justice Department Thursday, June 11, 2026, in Washington. (AP Photo/Manuel Balce Ceneta)]]></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/HU3TZ7YUU7CPVR4ZIC6MYGCWOQ.jpg?auth=a816ae4e60a289db46eb599abfa96c57fd18c3a4eab1cf26b9d420dea3d01fcd&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 speaks during a news conference on unaccompanied children at the Justice Department Thursday, June 11, 2026, in Washington. (AP Photo/Manuel Balce Ceneta)]]></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/P25ERGJEGMEHCELGHSVEN2PZAI.jpg?auth=0bafb295c9fa6a79456d389f272b673c00fb30cbf74bf85fdee526f31f36727b&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 speaks during a news conference on unaccompanied children at the Justice Department Thursday, June 11, 2026, in Washington. (AP Photo/Manuel Balce Ceneta)]]></media:description><media:credit role="author" scheme="urn:ebu">Manuel Balce Ceneta</media:credit></media:content></item><item><title><![CDATA[Virginia Evans and Lyse Doucet win Women's Prize book awards]]></title><link>https://www.local10.com/entertainment/2026/06/11/virginia-evans-and-lyse-doucet-win-womens-prize-book-awards/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/06/11/virginia-evans-and-lyse-doucet-win-womens-prize-book-awards/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[LONDON (AP) — American novelist Virginia Evans won the Women’s Prize for Fiction on Thursday with “The Correspondent,” a word-of-mouth bestseller told in letters from the protagonist.]]></description><pubDate>Thu, 11 Jun 2026 20:14:05 +0000</pubDate><content:encoded><![CDATA[<p>LONDON (AP) — American novelist Virginia Evans won the Women’s Prize for Fiction on Thursday with “The Correspondent,” a word-of-mouth bestseller told in letters from the protagonist.</p><p>Canadian journalist Lyse Doucet won the Women’s Prize for Nonfiction with “The Finest Hotel in Kabul: A People’s History of Afghanistan.”</p><p>Both prizes come with a 30,000 pound ($40,000) purse and are open to female English-language writers from any country.</p><p>Evans wrote seven unpublished novels before writing “The Correspondent" during the COVID-19 pandemic, and it was released quietly in 2025. A story told through years’ worth of letters from retired lawyer Sybil Van Antwerp to friends, family and famous writers, it gradually climbed bestseller lists and became a book club favorite. A film adaptation starring Jane Fonda is in the works.</p><p>Former Australian Prime Minister Julia Gillard, who chaired the fiction judging panel, said the novel “captured our hearts.”</p><p>“It is no mean feat to write a life in letters, but Evans makes this feel effortless, asking the reader to consider the choices we make, whilst elevating an ordinary life in the most heartfelt of ways,” she said.</p><p>Doucet, the BBC’s chief international correspondent, profiles staff and guests of Kabul’s once-glamorous Inter-Continental Hotel – scarred but still standing -- to provide a microcosm of Afghanistan’s turbulent recent history.</p><p>Labour Party politician Thangam Debbonaire, head of the nonfiction jury, called it “a perfect work of narrative non-fiction” that is “informed by decades of excellent reporting.”</p><p>Previous winners of the fiction prize, founded in 1996, include Zadie Smith, Tayari Jones and Barbara Kingsolver.</p><p>The sister prize for nonfiction was founded in 2024 to help redress a gender imbalance in publishing. In 2022, only 26.5% of nonfiction books reviewed in Britain’s newspapers were by women, and male writers dominated established nonfiction writing prizes.</p><p>Last year’s nonfiction winner was British physician Rachel Clarke’s account of an organ transplant, “The Story of a Heart.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/RX5GRUGSA7KD67VV6TQ4UP7PWU.jpg?auth=9edbd8ea3eccbae689f72b4b48b9ca9630be0b745b3396812a3cfb4911ebb1d5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Virginia Evans, right, and Lyse Doucet winners of The Women's Prize for fiction and nonfiction, left, pose for a photograph at the 2026 Women's Prize Trust Summer Party & Awards Ceremony in London, Thursday, June 11, 2026. (AP Photo/Kin Cheung)]]></media:description><media:credit role="author" scheme="urn:ebu">Kin Cheung</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ZAHRCOCFEWH2KNDK7ONQZIZQ3Q.jpg?auth=9953288a42ef12fe52f61b7e10cdbc6a142332f4a7ef0cb31f26f8b9a99382c8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Lyse Doucet, winner of The Women's Prize for nonfiction, poses for a photograph at the Women's Prize Trust Summer Party & Awards Ceremony for the 2026, in London, Thursday, June 11, 2026. (AP Photo/Kin Cheung)]]></media:description><media:credit role="author" scheme="urn:ebu">Kin Cheung</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/Z6HWP4Q6DGUJKJCH2RCEH6NSVA.jpg?auth=82df5b635e1cd01497a576b4ab4408bd077d04e0036e6fca81b387dc2de616d0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Virginia Evans, winner of The Women's Prize for fiction, poses for a photograph at the 2026 Women's Prize Trust Summer Party & Awards Ceremony in London, Thursday, June 11, 2026. (AP Photo/Kin Cheung)]]></media:description><media:credit role="author" scheme="urn:ebu">Kin Cheung</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/E3KXSN3ESR5B323HLZEZO5WN5M.jpg?auth=bc5c2f8ecc94aa6ee823d709cf2d29ad5c312568284f15a0821b7f59ba1dd415&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Virginia Evans, left, and Lyse Doucet winners of The Women's Prize for fiction, left, and nonfiction, pose for a photograph at the 2026 Women's Prize Trust Summer Party & Awards Ceremony in London, Thursday, June 11, 2026. (AP Photo/Kin Cheung)]]></media:description><media:credit role="author" scheme="urn:ebu">Kin Cheung</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/EBILR24VGJ6MXK53KFMEUDAAZI.jpg?auth=2d0bcdacd14356d9b4255b05c75829e6fe8cef153b803aac147a650e52cef0c1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Virginia Evans holding her book The Correspondent, poses for a photograph at the Women's Prize Trust Summer Party & Awards Ceremony for the 2026 in London, Thursday, June 11, 2026. (AP Photo/Kin Cheung)]]></media:description><media:credit role="author" scheme="urn:ebu">Kin Cheung</media:credit></media:content></item><item><title><![CDATA[Trump plans to nominate US Attorney Jay Clayton to be national intelligence director]]></title><link>https://www.local10.com/news/politics/2026/06/11/trump-plans-to-nominate-us-attorney-jay-clayton-to-be-national-intelligence-director/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/11/trump-plans-to-nominate-us-attorney-jay-clayton-to-be-national-intelligence-director/</guid><dc:creator><![CDATA[By COLLIN BINKLEY, LARRY NEUMEISTER and MICHAEL R. SISAK, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — President Donald Trump said Thursday that he plans to nominate Jay Clayton, the U.S. attorney for the Southern District of New York and a former Securities and Exchange Commission chairman, as director of national intelligence.]]></description><pubDate>Thu, 11 Jun 2026 20:17:07 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — President Donald Trump said Thursday that he plans to nominate Jay Clayton, the U.S. attorney for the Southern District of New York and a former Securities and Exchange Commission chairman, as director of national intelligence.</p><p>Trump announced the nomination on social media amid pressure from Congress to name a permanent replacement for Tulsi Gabbard, who resigned last month. Trump faced intense pushback over his decision to name Bill Pulte, head of the Federal Housing Finance Agency, as acting director. The job oversees the coordination of 18 intelligence agencies.</p><p>The situation has led to a standoff in Congress after Democrats said they would refuse to renew foreign intelligence powers unless Trump pulled Pulte’s nomination and named a permanent nominee.</p><p>“Few people anywhere in the Legal Community are respected at the level of Jay,” Trump wrote. “I encourage the United States Senate to confirm Jay as soon as possible.”</p><p>Later on Thursday, Trump said he still plans to put Pulte in the role “for a little while.” Speaking to reporters in the Oval Office, Trump called Clayton an “incredible talent” and said, “nobody has better credentials.”</p><p>As the U.S. attorney in Manhattan, Clayton oversees the most prestigious of the Justice Department’s prosecution offices, with a vast portfolio ranging from terrorism and espionage cases to security fraud and public corruption.</p><p>He took over from interim U.S. attorney Danielle Sassoon, who resigned in February after refusing to carry out orders from the Justice Department to drop corruption charges against Mayor Eric Adams. The case was eventually dropped after prosecutors from Washington submitted a request to a judge.</p><p>Republicans hope to move quickly on nomination</p><p>Clayton appeared on Monday on CNBC’s “Squawk Box,” where he raised questions about the integrity of California’s elections. Trump has claimed without evidence that the state’s slow count in its recent primaries meant the vote was rigged.</p><p>“The American people are right to question it,” Clayton said, adding that the delay in results increased the opportunity for fraud.</p><p>Senate Majority Leader John Thune, R-S.D., says the Senate could move “fairly quickly” to confirm Clayton as Director of National Intelligence if the White House submits his paperwork soon.</p><p>He praised Clayton after Trump said on social media that he would nominate him for the job, saying he has a “great reputation.”</p><p>Democrats are holding up the renewal of a key surveillance law, the Foreign Intelligence Surveillance Act, in protest of Trump’s decision to temporarily tap Pulte. They say they won’t support an extension of the law, which expires at midnight on Friday, until Trump withdraws Pulte’s appointment.</p><p>Trump previously said Pulte would take over on June 19. It is unclear whether the Senate could move quickly enough to confirm Clayton before that date.</p><p>“I don’t know what realistic is, but we’re gonna probe the limits of it,” Thune said.</p><p>Connecticut Rep. Jim Himes, the top Democrat on the House Intelligence Committee, said he has “known and respected” Clayton for decades and that had he been tapped as DNI a week ago, “lots of pain might have been avoided.”</p><p>“His intelligence, temperament and deep commitment to public service will make him a terrific DNI,” Himes said.</p><p>Asked about Clayton’s nomination, Senate Democratic Leader Chuck Schumer said that “Pulte has to go.”</p><p>“He cannot be in the DNI role,” Schumer said. “It’s too important.”</p><p>Trump's pick has led SDNY during a tumultuous period</p><p>Clayton navigated his way through a 14-month tenure in the Southern District of New York without clashing with the federal judges in the busiest court in the nation, unlike his counterparts in upstate New York and New Jersey. After his interim term expired after 120 days, the judges of the Southern District appointed him as U.S. attorney.</p><p>Clayton was sworn in as U.S. attorney in April 2025 on the same day three prosecutors resigned, saying they felt pressured to admit wrongdoing or regret about prosecuting the now-dismissed corruption case against then-New York Mayor Eric Adams.</p><p>Then, weeks later, the office had to withstand controversy over the Trump administration’s firing of one of its most respected and successful prosecutors, Maurene Comey. She claims she was fired because of Trump’s dislike of her father, former FBI Director James Comey.</p><p>Under Clayton, the Manhattan U.S. attorney’s office facilitated the unsealing of thousands of pages of court records from the prosecutions of Jeffrey Epstein and Ghislaine Maxwell — documents that were made public as part of the Justice Department’s release of records related to the late sex offender and his longtime confidant.</p><p>Clayton filed documents with the court explaining the process the government followed in releasing the materials.</p><p>Clayton has also overseen the prosecution of former Venezuelan President Nicolás Maduro and Maduro’s wife, Cilia Flores, on drug trafficking charges.</p><p>Clayton has overseen cases involving national security threats</p><p>Several recent terrorism cases brought by Clayton’s office touch on the global threats and influences that he’ll be navigating if confirmed as director of national intelligence.</p><p>They include the May arrest of Mohammad Baqer Saad Dawood Al-Saadi, an Iraqi and Iranian citizen accused of plotting 20 attacks in Europe and Canada and planning to attack a Manhattan synagogue and Jewish centers in Los Angeles and Scottsdale, Arizona, in retaliation for the U.S. war on Iran.</p><p>“There are foreign nations and terrorist organizations that see our success as a threat. A threat that they want eliminated,” Clayton said at a recent press briefing. “That is a stark truth.”</p><p>“And don’t take my word for it,” he added. “Take their words and their actions. When your enemies tell you something, and when they act, you should know that they mean it.”</p><p>The first Trump administration tried in June 2020 to install Clayton, then the chairman of the SEC, as U.S. attorney in Manhattan, but backed down and instead allowed Deputy U.S. Attorney Audrey Strauss to serve in the post. The reversal came after then-U.S. Attorney Geoffrey S. Berman agreed to step down, following assurances that probes into Trump allies would not be disrupted and that Strauss could lead the office.</p><p>At the time, the office was looking into dealings by Rudy Giuliani, who was serving then as Trump’s personal attorney, and was also investigating the actions of a state-owned Turkish bank.</p><p>Trump doubled down on naming Pulte as the acting director, even though he emphasized it would be a short-term job. The president said he wanted Pulte to downsize the office, which has already been significantly scaled back in his second term.</p><p>Gabbard resigned on May 22, citing her husband's cancer diagnosis.</p><p>Trump said last week that he was interviewing five candidates for his pick to lead the agency permanently and that all have national security backgrounds.</p><p>___</p><p>Neumeister and Sisak reported from New York. Associated Press writers Eric Tucker, Mary Clare Jalonick and Seung Min Kim in Washington contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/XJW7WCG66N7OLJVJ43QHEC2ILY.jpg?auth=d6f9c157b07b73e1eb63db2f758979a012d88bb77b3426844a023109a393a691&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Jay Clayton, U.S. Attorney for the Southern District of New York, listens during a news conference in New York, March 9, 2026. (AP Photo/Seth Wenig, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Seth Wenig</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QMIW4CTTV6KBPCHH354465HZZU.jpg?auth=4d4a0bba84f1993ee0ec1db0fd38ab00496ea07c76fe7436cdf8194ddd3b2869&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump talks with reporters before boarding Air Force One at John F. Kennedy International Airport in New York, early Tuesday, June 9, 2026. (AP Photo/Mark Schiefelbein)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark Schiefelbein</media:credit></media:content></item><item><title><![CDATA[US puts up $750K to evacuate an American who was aboard hantavirus cruise ship from remote island]]></title><link>https://www.local10.com/news/world/2026/06/11/us-puts-up-750k-to-evacuate-an-american-who-was-aboard-hantavirus-cruise-ship-from-remote-island/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/11/us-puts-up-750k-to-evacuate-an-american-who-was-aboard-hantavirus-cruise-ship-from-remote-island/</guid><dc:creator><![CDATA[By MATTHEW LEE, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — The Trump administration put up $750,000 to charter a private yacht to evacuate a single American citizen from a remote South Pacific island after she had been aboard a cruise ship at the center of a deadly hantavirus outbreak, a move that has further strained the State Department's emergency budget.]]></description><pubDate>Thu, 11 Jun 2026 18:16:04 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The Trump administration put up $750,000 to charter a private yacht to evacuate a single American citizen from a remote South Pacific island after she had been aboard a cruise ship at the center of a deadly hantavirus outbreak, a move that has further strained the State Department's emergency budget.</p><p>The woman, who may have been exposed to the virus while aboard the Dutch MV Hondius cruise liner in April, had gotten off the ship and then flown to San Francisco before traveling to the isolated British territory of Pitcairn Island through Tahiti, according to two U.S. officials and an internal government document obtained by The Associated Press.</p><p>The exact amount of the total evacuation payment is still being assessed because the operation is still underway. Both officials spoke on condition of anonymity to discuss a medical case covered by U.S. privacy laws.</p><p>The costly effort to pick up the woman has added to the expense of rapid evacuations for diplomats and private U.S. citizens from the Middle East since the start of the Iran war as well as preparations for possible evacuations from Ebola-stricken countries. All have stressed the State Department budget for unforeseen emergencies, known as the “K Fund,” and brought its balance to the lowest level in seven years.</p><p>State Department emergency budget strained by multiple evacuations</p><p>Another internal document said the State Department is looking at transferring as much as $50 million into that emergency fund from other accounts — $35 million from the budget for embassy security, construction and maintenance and an additional $15 million from an account that pays for broader diplomatic programming. No decision on the transfers has yet been made.</p><p>One of the officials said the State Department has another option, to ask Congress to replenish the fund. However, the official said the department is expected to be able to handle payments for both ongoing and “emerging contingency needs.”</p><p>The official would not say what the potential shortfall is but insisted that the department is “well positioned" to support diplomats, other U.S. government employees and private Americans who have been forced to leave the Middle East because of the Iran confict, as well as U.S. citizens who may need assistance due to developments such as the Ebola outbreak in Africa.</p><p>How the US is evacuating an American exposed to hantavirus from a remote island</p><p>The State Department declined to comment on the specifics of the woman’s case on Pitcairn Island but said that “when an American is at risk abroad and unable to access commercial transportation, the Department of State seeks to provide appropriate assistance to get them home to the United States or to another safe location.”</p><p>After the woman departed the cruise liner where the hantavirus outbreak occurred, the ship continued to other destinations in the South Atlantic, with some passengers falling ill and at least three dying. The unidentified American woman was stuck on Pitcairn, an island with only about 50 inhabitants, no airport and infrequent maritime options to depart.</p><p>Pitcairn is well-known as the island on which Fletcher Christian and other British mutineers from the HMS Bounty took refuge after the 1789 events that toppled Capt. William Bligh, which have entered into the public lexicon with books and films about the “Mutiny on the Bounty.” Their descendants make up most of the island's current population.</p><p>Complicating matters, British authorities had sought urgent American assistance in evacuating the woman from the island, which is their territory, according to the government document about the cost of the evacuation and the second U.S. official.</p><p>But initial attempts to send her to Tahiti, a French dependency, about 1,350 miles (2,160 kilometers) — or a 30-hour sea journey — from Pitcairn, were rejected by French Polynesian authorities. They did not want to allow her in because she had not disclosed her exposure when she transited the island on her way to Pitcairn.</p><p>The U.S. is transporting the woman, who was not symptomatic, from Pitcairn to Easter Island, another remote location in the Pacific about 1,400 miles (2,253 km) away, which is a territory of Chile and has direct flights to Santiago, so she can return to the United States for any necessary treatment.</p><p>All of those factors mean the process of getting her moved from Pitcairn to Easter Island took many weeks to arrange, the officials said.</p><p>The government document, which was confirmed as accurate by the two officials, said moving the woman from Pitcairn eventually was arranged via the “Titaina Explorer” trimaran yacht owned by a wealthy Frenchman, who uses it for personal exploration in the South Pacific. Pitcairn has no airport and only limited sea access.</p><p>The officials said the woman had no political or celebrity connections and they did not know exactly when she will return to the U.S. Maritime tracking sites show that the Titaina Explorer departed Pitcairn Island on June 5. The voyage to Easter Island can take up to 10 days depending on the speed of the boat and the weather.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/BTR47FKPH6RTZKEEPHPUIIF6Y4.jpg?auth=e38b899ba9511b026cb62479a886e202dbcd54bdd38c69fb4621a4209f10a254&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 arrives at the Port of Rotterdam, Netherlands, Monday, May 18, 2026. (AP Photo/Patrick Post)]]></media:description><media:credit role="author" scheme="urn:ebu">Patrick Post</media:credit></media:content></item><item><title><![CDATA[Slovenia's new government lifts entry ban on Netanyahu and other measures against Israel]]></title><link>https://www.local10.com/news/world/2026/06/11/slovenias-new-government-lifts-entry-ban-on-netanyahu-and-other-measures-against-israel/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/11/slovenias-new-government-lifts-entry-ban-on-netanyahu-and-other-measures-against-israel/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[LJUBLJANA, Slovenia (AP) — Slovenia's new conservative government on Thursday abolished an entry ban on Israeli Prime Minister Benjamin Netanyahu and two of his ministers, marking a shift in policies toward Israel that had been pursued by the previous center-left government.]]></description><pubDate>Thu, 11 Jun 2026 18:06:22 +0000</pubDate><content:encoded><![CDATA[<p>LJUBLJANA, Slovenia (AP) — Slovenia's new conservative government on Thursday abolished an entry ban on Israeli Prime Minister Benjamin Netanyahu and two of his ministers, marking a shift in policies toward Israel that had been pursued by the previous center-left government.</p><p>The government of populist Prime Minister Janez Jansa also lifted a ban on imports from Jewish settlements and ended an embargo on the export and transit of military weapons and equipment to and from Israel, the official STA news agency reported.</p><p>Jansa's government took office earlier this month following a parliamentary election in March. Jansa has said he would seek to improve ties with Israel, in a contrast to the policies of his predecessor, Robert Golob.</p><p>Under Golob, Slovenia was one of the most vocal critics of Israel in the European Union. The small Alpine nation recognized a Palestinian state in 2024, before imposing the entry bans in 2025 on National Security Minister Itamar Ben-Gvir, Finance Minister Bezalel Smotrich and Netanyahu.</p><p>Ben-Gvir was banned also by France last month. He has sparked global outrage after promoting a video of himself taunting the activists from a flotilla to Gaza who were detained by Israeli police.</p><p>The new Slovenian government said in its statement that it was scrapping the punitive measures to open political communication, the official STA news agency reported. The Defense Ministry said that weapons trading is already sufficiently regulated by existing national defense laws and the EU arms export criteria, the same report said.</p><p>Political dialogue and quiet diplomacy will help “strengthen the role of the Republic of Slovenia in the efforts to achieve a lasting peace in the Middle East,” the government said. It cited “active cooperation” over “actions that limit and close off channels for direct communication.”</p><p>Last year, Slovenia linked the entry ban for Netanyahu to an arrest warrant issued by the International Criminal Court.</p><p>Shortly after taking office, Jansa's government removed a Palestinian flag from the government building, also symbolically marking the policy shift. Slovenia's liberal president, Natasa Pirc Musar, then raised the flag on the presidency building.</p><p>Also this month, Israel announced that it would open an embassy in Slovenia. The country's embassy in Austrian capital Vienna has previously covered Israel's diplomatic interests in neighboring Slovenia.</p><p>Jansa is serving his fourth term in office. The political veteran is an admirer of U.S. President Donald Trump and was a close ally of former populist Hungarian Prime Minister Viktor Orbán, who was defeated in a landslide election in April.</p><p>The March 22 election was marred by allegations of foreign influence and corruption. The population of around 2 million in the Alpine nation are deeply divided between liberals and conservatives.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/RQRXBIELQIZ4POB5AWTMKKNWFI.jpg?auth=38bef54c31779663464b2547253afd5da86913400cbda670b2aecabaca204ca6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Slovenia's Prime Minister Janez Jansa arrives to attend the EU-Western Balkans summit in Tivat, Montenegro, Friday, June 5, 2026. (AP Photo/Risto Bozovic)]]></media:description><media:credit role="author" scheme="urn:ebu">Risto Bozovic</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/CFB7EM4MQ6ALPLFTMUYE3REQGQ.jpg?auth=b4f8a79f9c14f053b24e44775adb5591bc6b1e48157e56cacf3fbbde29da4ba8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Israel's Prime Minister Benjamin Netanyahu attends a ceremony at the Military Cemetery on Mount Herzl in Jerusalem, April 21, 2026. (Ilia Yefimovich/Pool Photo via AP, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Ilia Yefimovich</media:credit></media:content></item><item><title><![CDATA[Colombia: Cepeda denunciará a su contendor De la Espriella por presuntos vínculos con paramilitares]]></title><link>https://www.local10.com/espanol/2026/06/11/colombia-cepeda-denunciara-a-su-contendor-de-la-espriella-por-presuntos-vinculos-con-paramilitares/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/11/colombia-cepeda-denunciara-a-su-contendor-de-la-espriella-por-presuntos-vinculos-con-paramilitares/</guid><dc:creator><![CDATA[Por ASTRID SUÁREZ, Associated Press]]></dc:creator><description><![CDATA[BOGOTÁ (AP) — El candidato progresista Iván Cepeda anunció el jueves que presentará denuncias penales ante la fiscalía colombiana y la Corte Penal Internacional contra el candidato conservador Abelardo de la Espriella por sus presuntos vínculos con grupos paramilitares.]]></description><pubDate>Thu, 11 Jun 2026 17:50:29 +0000</pubDate><content:encoded><![CDATA[<p>BOGOTÁ (AP) — El candidato progresista Iván Cepeda anunció el jueves que presentará denuncias penales ante la fiscalía colombiana y la Corte Penal Internacional contra el candidato conservador Abelardo de la Espriella por sus presuntos vínculos con grupos paramilitares.</p><p>“Siempre se había afirmado, presumido, que De la Espriella era financiador o cómplice de la organización paramilitar, pero a raíz de los documentos que hemos venido consultando y reuniendo podría eventualmente esclarecerse si perteneció y actuó como parte de las Autodefensas Unidas de Colombia” (AUC), aseguró Cepeda en una declaración a la prensa.</p><p>Cepeda aseguró que las demandas son por los presuntos delitos de concierto para delinquir agravado, financiación del terrorismo y enriquecimiento ilícito “relacionados con crímenes de lesa humanidad cometidos por estructuras paramilitares”.</p><p>A su vez pidió a la fiscalía que revise la presunta participación de De la Espriella en un presunto soborno a un exparamilitar que estaba recluido en una cárcel.</p><p>En tanto, a la Corte Penal Internacional le solicitó investigar porque considera que Colombia no ha indagado al conservador “debidamente” por crímenes que “son parte del Estatuto de Roma”.</p><p>De la Espriella, quien recibió el apoyo político del presidente Donald Trump, respondió en la red social X que la denuncia de Cepeda es una “cortina de humo” para cubrir otra denuncia que él presentó en Estados Unidos sobre lo que llamó “la alianza de Cepeda con los criminales que le pusieron votaciones atípicas en Cauca, Chocó y Nariño”, sugiriendo que grupos armados ilegales habrían presionado a los votantes de esos departamentos colombianos.</p><p>“Su reacción: denunciarme por lo único que sale de su boca ‘paraco’ (paramilitar)”, aseguró De la Espriella.</p><p>Cepeda, aliado político del presidente Gustavo Petro, argumentó que su denuncia se basa en versiones de exparamilitares, un informe de la Comisión de la Verdad —un órgano extrajudicial que investigó el conflicto armado— y decisiones judiciales.</p><p>Señaló que De la Espriella habría creado y liderado una fundación que “múltiples jefes paramilitares indican como organización creada por las Autodefensas Unidas de Colombia con fines políticos”.</p><p>Las AUC, dedicadas a combatir ilegalmente a las guerrillas izquierdistas, se desmovilizaron entre los años 2003 y 2005 durante el gobierno del expresidente Álvaro Uribe (2002-2010) y dejaron las armas a cambio de beneficios judiciales que incluyeron pocos años de cárcel a cambio de someterse a un tribunal especial.</p><p>De la Espriella rechazó haber apoyado ilegalmente a los paramilitares y defendió su participación en la fundación en una entrevista en 2008. “Hice parte de la comisión civil acompañante del proceso de paz con las autodefensas”, acotó.</p><p>De la Espriella, de 47 años, se hizo un nombre como abogado defendiendo clientes de alto perfil como el expresidente Uribe, y también a polémicos como Alex Saab, un aliado cercano del derrocado presidente venezolano Nicolás Maduro que enfrenta problemas con la justicia estadounidense y a quien dejó de representar hace aproximadamente siete años.</p><p>En su primera aspiración electoral ha dicho que su campaña se financió con el dinero que ha acumulado en su carrera de abogado y luego como empresario con marcas propias de vino, ron y ropa. Se inscribió por el movimiento Defensores de la Patria tras reunir millones de firmas de ciudadanos que apoyaron su campaña.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/544X6F2BS7X6QVWCNTL4HQ2FXI.jpg?auth=c661dda029d1e745c81ffa88e934dd36207a8da093923f3147c44e85189f9142&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[En esta combinación de fotos aparecen los candidatos presidenciales Abelardo de la Espriella, a la izquierda, el 6 de mayo de 2026, e Iván Cepeda el 31 de mayo de 2026, en Bogotá, Colombia. (AP Foto)]]></media:description></media:content></item><item><title><![CDATA[World Cup begins with Mexico hosting South Africa in opening match]]></title><link>https://www.local10.com/sports/2026/06/11/world-cup-begins-with-mexico-hosting-south-africa-in-opening-match/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/11/world-cup-begins-with-mexico-hosting-south-africa-in-opening-match/</guid><dc:creator><![CDATA[By CARLOS RODRIGUEZ, Associated Press]]></dc:creator><description><![CDATA[MEXICO CITY (AP) — The largest World Cup in tournament history kicked off Thursday with co-host Mexico taking on South Africa in the opening match.]]></description><pubDate>Thu, 11 Jun 2026 20:11:22 +0000</pubDate><content:encoded><![CDATA[<p>MEXICO CITY (AP) — The largest World Cup in tournament history kicked off Thursday with co-host Mexico taking on South Africa in the opening match.</p><p>Amid escalating protests and social tensions in Mexico’s capital, more than 80,000 fans made their way to Mexico City Stadium — better known as Azteca Stadium. It got a much-needed facelift ahead of the 48-team tournament that Mexico is co-hosting alongside the United States and Canada.</p><p>The iconic venue will be the first stadium to host three World Cup openers — after doing so at the 1970 and 1986 tournaments.</p><p>It is the eighth opening match of a World Cup for the Mexicans, who had previously lost five and drawn the last two, including against South Africa in the 2010 World Cup.</p><p>South Africa is playing in its first World Cup since hosting the 2010 tournament. Bafana Bafana also played in the 1998 and 2002 editions.</p><p>Mexico arrived with an eight-match unbeaten streak and has not lost since last November, when Paraguay beat them in a friendly.</p><p>The Mexican team is led by the 67-year-old coach Javier Aguirre, who is in his third stint with the national team.</p><p>___</p><p>AP World Cup coverage: https://apnews.com/hub/fifa-world-cup</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/FYLWLFNSQRPR2PSG4NTRGTPL7Y.jpg?auth=d85ae82b92b3bd7b3724bfe6f7e18c5b373c7f3f4b89e10bb9993f876c0cd424&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Mexico's Raul Jimenez, left, jumps for the ball with South Africa's Ime Okon during the World Cup Group A soccer match between Mexico and South Africa in Mexico City, Thursday, June 11, 2026. (AP Photo/Natacha Pisarenko)]]></media:description><media:credit role="author" scheme="urn:ebu">Natacha Pisarenko</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GWP4M56ASTSOG3YGWHVQQCKFFQ.jpg?auth=d051a941893a5ab78a243838defe63726da4b5c1556eb2316d5356f2743dd651&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Mexico's Julian Quinones (16) celebrates with Israel Reyes after scoring their opening goal against South Africa during the World Cup Group A soccer match between Mexico and South Africa in Mexico City, Thursday, June 11, 2026. (AP Photo/Eduardo Verdugo)]]></media:description><media:credit role="author" scheme="urn:ebu">Eduardo Verdugo</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FL524CWP6CC5B3XC2VLHKM5N5A.jpg?auth=d86fe96fe94b752729a485a569296effcafb1f4c815d2b9d3684aef22b7de739&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[South Africa's Iqraam Rayners, left, controls the ball against Mexico's Alvaro Fidalgo during the first half in the World Cup Group A soccer match between Mexico and South Africa in Mexico City, Thursday, June 11, 2026. (AP Photo/Eduardo Verdugo)]]></media:description><media:credit role="author" scheme="urn:ebu">Eduardo Verdugo</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/S7ZOJ7ZZCRYDSENWMRTTA3U6FY.jpg?auth=fa8d27b825d27a4c83720008251f1e6c0af4a5083593ee9f094e761aed88f960&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Mexico's Roberto Alvarado vies for the ball with South Africa's Aubrey Modiba, left, during the World Cup Group A soccer match between Mexico and South Africa in Mexico City, Thursday, June 11, 2026. (AP Photo/Natacha Pisarenko)]]></media:description><media:credit role="author" scheme="urn:ebu">Natacha Pisarenko</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/SCATY2NFJGK3NDQK3WJWLZ52GE.jpg?auth=a16ce4f46d683560c6da5445194ceb3049dee0a984e65efedd3375b87291e7e0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Relatives of Mexico's disappeared march before the opening match of the 2026 FIFA World Cup in Mexico City, Thursday, June 11, 2026. (AP Photo/Alejandro Cegarra)]]></media:description><media:credit role="author" scheme="urn:ebu">Alejandro Cegarra</media:credit></media:content></item><item><title><![CDATA[Brasil reporta menor deforestación en la Amazonía y rechaza justificación de EEUU de aranceles]]></title><link>https://www.local10.com/espanol/2026/06/11/brasil-reporta-menor-deforestacion-en-la-amazonia-y-rechaza-justificacion-de-eeuu-de-aranceles/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/11/brasil-reporta-menor-deforestacion-en-la-amazonia-y-rechaza-justificacion-de-eeuu-de-aranceles/</guid><dc:creator><![CDATA[Por GABRIELA SÁ PESSOA, Associated Press]]></dc:creator><description><![CDATA[SAO PAULO (AP) — Las autoridades brasileñas anunciaron una fuerte caída en las tasas de deforestación el jueves y rebatieron uno de los argumentos que el gobierno del presidente Donald Trump usó la semana pasada para justificar aranceles adicionales al país sudamericano.]]></description><pubDate>Thu, 11 Jun 2026 17:34:42 +0000</pubDate><content:encoded><![CDATA[<p>SAO PAULO (AP) — Las autoridades brasileñas anunciaron una fuerte caída en las tasas de deforestación el jueves y rebatieron uno de los argumentos que el gobierno del presidente Donald Trump usó la semana pasada para justificar aranceles adicionales al país sudamericano.</p><p>La deforestación en la Amazonía fue 61,4% menor en mayo que en el mismo mes de 2025, según funcionarios del Instituto Nacional de Investigaciones Espaciales (INPE, por sus siglas en portugués) y del Ministerio de Medio Ambiente.</p><p>Aun así, se talaron 370 kilómetros cuadrados (casi 143 millas cuadradas) de selva tropical. La deforestación en el mismo periodo cayó 12% en el Cerrado, una sabana del centro de Brasil que desde hace tiempo está bajo presión del poderoso sector del agronegocio.</p><p>El ministro de Medio Ambiente, João Paulo Capobianco, señaló que la cifra es la más baja jamás registrada para mayo, y que Brasil va camino de alcanzar sus niveles anuales más bajos una vez que los datos se consoliden el próximo semestre.</p><p>Explicó que el mes suele registrar una mayor deforestación porque marca el inicio de la estación seca en la Amazonía. En los 10 meses de agosto de 2025 a mayo de 2026, la deforestación en la Amazonía ya cayó 37,5% en comparación con el mismo periodo anterior.</p><p>El gobierno de Trump propuso aranceles de 25% a las importaciones procedentes de Brasil el 2 de junio, al afirmar que la 10ma economía más grande del mundo incurre en prácticas comerciales “irrazonables” y que “cargan o restringen el comercio de Estados Unidos”. El anuncio se produjo tras una investigación de la Oficina del Representante Comercial de Estados Unidos (USTR, por sus siglas en inglés) que acusó a Brasil de deforestación ilegal y de aplicar aranceles injustos propios, entre otras cosas.</p><p>Capobianco afirmó que las cifras de deforestación “desmienten la acusación injusta e infundada de Estados Unidos, que citó la deforestación para justificar la imposición de aranceles”. El presidente Luiz Inácio Lula da Silva asintió al tiempo que escuchaba las declaraciones.</p><p>Lula sostuvo que el gobierno de Trump mintió cuando impuso por primera vez aranceles adicionales a Brasil el año pasado, al decir que Estados Unidos tenía un déficit comercial.</p><p>“Y ahora cuestionaron la deforestación. No entienden el trabajo que estamos haciendo para llevar la deforestación a cero para 2030. Esta no es una decisión de ninguna COP ni de Naciones Unidas. Es una decisión de nuestro gobierno”, expresó el presidente brasileño, usando el acrónimo de las conferencias climáticas de la ONU.</p><p>“Es una cuestión de justicia, de la contribución de Brasil al planeta, cumpliendo nuestra obligación de evitar la deforestación tanto como sea posible. Evitar la deforestación beneficia a Brasil, beneficia a la Amazonía y beneficia al mundo”, manifestó.</p><p>La deforestación es el principal motor de las emisiones de gases de efecto invernadero de Brasil, que contribuyen al calentamiento global.</p><p>La Amazonía, la selva tropical más grande del mundo, también desempeña un papel crucial en la regulación del clima mucho más allá de Sudamérica. Científicos advierten que la pérdida de bosque podría acelerar el calentamiento global y alterar la agricultura tan lejos como la región del centro-norte de Estados Unidos y partes de Europa.</p><p>Tras alcanzar niveles récord en las décadas de 1990 y 2000, la deforestación disminuyó hasta el mandato 2019-2022 del entonces presidente Jair Bolsonaro, cuyo gobierno fue ampliamente criticado por debilitar las protecciones ambientales. En el gobierno de Lula, la deforestación volvió a caer, y el año pasado alcanzó su nivel más bajo en una década.</p><p>Sin embargo, pese a los avances para mantener el bosque en pie, muchas otras amenazas —desde el cambio climático hasta una posible legislación en el horizonte— están poniendo al bosque en riesgo.</p><p>La degradación forestal, impulsada por incendios forestales, tala y sequía, afecta a alrededor de 40% de la Amazonía y en los últimos años ha superado a la tala rasa. Todo esto podría agravarse este año con un fuerte El Niño, un calentamiento cíclico del Pacífico ecuatorial, que provoca temperaturas más altas y un clima más seco en la selva tropical, condiciones que empeoran los incendios forestales.</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. Consulte las normas de la AP para trabajar con filantropías, una lista de patrocinadores y las áreas de cobertura financiadas en AP.org.</p><p>___</p><p>Esta historia fue traducida del inglés por un editor de AP con ayuda de una herramienta de inteligencia artificial generativa.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/AC532ISRSGVZ42LW7BMFN7H42I.jpg?auth=5b30ec2338f07798a898d9d1145dd5b9343bf4b302f7bea3b97d14581f08644d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[El presidente brasileño Luiz Inácio Lula da Silva llega al Observatorio Regional de la Amazonía de la Organización del Tratado de Cooperación Amazónica (OCTA), en Brasilia, Brasil, el jueves 11 de junio de 2026. (Foto AP/Eraldo Peres)]]></media:description><media:credit role="author" scheme="urn:ebu">Eraldo Peres</media:credit></media:content></item><item><title><![CDATA[Policía: Conductor se da a la fuga tras atropellar y matar a ciclista en Hialeah]]></title><link>https://www.local10.com/espanol/2026/06/11/policia-conductor-se-da-a-la-fuga-tras-atropellar-y-matar-a-ciclista-en-hialeah/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/11/policia-conductor-se-da-a-la-fuga-tras-atropellar-y-matar-a-ciclista-en-hialeah/</guid><dc:creator><![CDATA[Ryan Mackey, Rosh Lowe]]></dc:creator><description><![CDATA[Un ciclista murió en un atropello y fuga el jueves por la mañana en Hialeah, confirmó la policía.]]></description><pubDate>Thu, 11 Jun 2026 16:19:00 +0000</pubDate><content:encoded><![CDATA[<p>Un ciclista murió en un atropello con fuga la mañana del jueves en Hialeah, confirmó la policía.</p><p>El accidente ocurrió cerca de la intersección de Southeast Eighth Avenue y Okeechobee Road.</p><p>Según la Policía de Hialeah, un hombre de 37 años que viajaba en bicicleta fue atropellado por el conductor de un vehículo negro de cuatro puertas. La policía indicó que el conductor huyó de la escena después del accidente.</p><p>Según los investigadores, el ciclista murió a causa de sus heridas.</p><p>La policía no ha divulgado información adicional sobre el vehículo, la víctima ni el conductor involucrado.</p><p>Cualquier persona con información sobre el caso debe comunicarse con el Departamento de Policía de Hialeah al 305-687-2525.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/UL325C47IXMUR3VVBHU752VR2A.jpg?auth=a6b4daa5a093081e009b9513e22d1ce7fa173d22dbda5bda66f1984538c01ba6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Hialeah police cruiser]]></media:description></media:content></item><item><title><![CDATA[Police: 1 arrested after shooting leaves senior amputee dead at Sunrise apartment complex ]]></title><link>https://www.local10.com/news/local/2026/06/10/1-detained-after-fatal-shooting-at-sunrise-apartment-complex-cops-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/10/1-detained-after-fatal-shooting-at-sunrise-apartment-complex-cops-say/</guid><dc:creator><![CDATA[Saira Anwer, Ryan Mackey]]></dc:creator><description><![CDATA[A suspect was taken into custody after police say a shooting at a Sunrise apartment complex left an elderly man dead overnight Wednesday.]]></description><pubDate>Wed, 10 Jun 2026 12:54:21 +0000</pubDate><content:encoded><![CDATA[<p>A suspect was taken into custody after police say a shooting at a Sunrise apartment complex left an elderly man dead overnight Wednesday.</p><p><a href="https://www.local10.com/espanol/2026/06/10/policia-detienen-a-una-persona-tras-balacera-mortal-en-complejo-de-apartamentos-de-sunrise/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/10/policia-detienen-a-una-persona-tras-balacera-mortal-en-complejo-de-apartamentos-de-sunrise/">Leer en español</a></p><p>Sunrise police said officers responded around 12:18 a.m. to reports of gunfire on Sunrise Lakes Boulevard near Pine Island Road and Oakland Park Boulevard.</p><p>Police said that when officers arrived, they found 70-year-old Winston Murphy dead at the scene.</p><p>Investigators later revealed Murphy was an amputee who used a wheelchair. </p><p>Police said the suspect, who they identified on Thursday as Kanhai Wilson, was apprehended in Dania Beach with assistance from the Broward Sheriff’s Office after fleeing the area following the shooting.</p><p>Authorities said Wilson is facing one count each of murder with a dangerous, depraved mind without premeditation, fleeing and eluding, and resisting arrest.</p><p>On Wednesday morning, a Local 10 News crew observed Sunrise police detaining a man who was allegedly arguing with officers. That man identified himself as the caretaker of the victim, though it was not immediately clear whether he faces charges.</p><p>About 13 miles away in Dania Beach, a Local 10 News crew spotted Sunrise police surrounding a purple Chevrolet sedan. Police sources told Local 10 News the vehicle was connected to the shooting as investigators tracked down the Wilson and took him into custody. </p><p>Police said the incident appears to be isolated and there is no ongoing threat to the public.</p><p>No other details about the shooting were immediately released.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/FD7HMPHVQ5HD3NAJC4FUQJW6BQ.jpg?auth=bf4f68e2ddcf1d6d8c4307d4974f3573c65a14001c1c1d3b51a4317626b842f9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Victor Wembanyama nearly hit by egg following loss to Knicks, video shows]]></title><link>https://www.local10.com/sports/2026/06/11/victor-wembanyama-nearly-hit-by-egg-following-loss-to-knicks-video-shows/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/11/victor-wembanyama-nearly-hit-by-egg-following-loss-to-knicks-video-shows/</guid><dc:creator><![CDATA[Associated Press, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — A brutal night for Victor Wembanyama continued even after he returned to his hotel on Wednesday, as he was pelted with boos from jeering Knicks fans and nearly struck by a flying egg.]]></description><pubDate>Thu, 11 Jun 2026 17:14:53 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — A brutal night for Victor Wembanyama continued even after he returned to his hotel on Wednesday, as he was pelted with boos from jeering Knicks fans and nearly struck by a flying egg.</p><p>A video shared online showed at least one egg tossed in the direction of the San Antonio Spurs superstar as he entered his hotel, flanked by security, following the team's game 4 loss to the Knicks.</p><p>It was not clear who threw the egg. The video showed taunting fans swarming the hotel, a few blocks south of Madison Square Garden.</p><p>A few seconds after the egg cracks on a street sign, Wembanyama turns around and confronts a person standing near the hotel's entrance, before continuing inside.</p><p>The Spurs did not immediately respond to a request seeking clarity on whether the object struck Wembanyama.</p><p>The confrontation followed a historic collapse by the Spurs, who now find themselves on the brink of elimination after blowing a 29-point lead to the Knicks. Wembanyama missed two key free throws in the game's final minutes.</p><p>The Knicks victory prompted scenes of bedlam and jubilation across New York City, as ecstatic fans packed the streets, set off fireworks, scaled lampposts and at times clashed with police.</p><p>According to the New York Police Department, 56 people were taken into custody for charges that ranged from assault to disorderly conduct.</p><p>“Once again, there were large crowds of people who engaged in incredibly reckless and dangerous behavior last night both during and after the game,” the police department said in a statement.</p><p>An NYPD spokesperson said they had nothing on file about the egg incident.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/DUEGE3T2H2WFY3PVIUYRDJX5GQ.jpg?auth=b4f0654f5cdde4af35e8f1341b4f022ce88b5f741acc2994d90b1d6459ff0653&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 sits on the court after being knocked down during the first half of Game 4 of the NBA Finals basketball series against the New York Knicks, Wednesday, June 10, 2026, in New York. (AP Photo/Frank Franklin II)]]></media:description><media:credit role="author" scheme="urn:ebu">Frank Franklin II</media:credit></media:content></item><item><title><![CDATA[Man hospitalized after being stabbed in North Miami ]]></title><link>https://www.local10.com/news/local/2026/06/11/man-hospitalized-after-being-stabbed-in-north-miami/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/11/man-hospitalized-after-being-stabbed-in-north-miami/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[A man was hospitalized after being stabbed in a North Miami neighborhood Thursday, police confirmed. ]]></description><pubDate>Thu, 11 Jun 2026 16:54:16 +0000</pubDate><content:encoded><![CDATA[<p>A man was hospitalized after being stabbed in a North Miami neighborhood on Thursday morning, police confirmed. </p><p><a href="https://www.local10.com/espanol/2026/06/11/hospitalizan-a-hombre-tras-ser-apunalado-en-north-miami/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/11/hospitalizan-a-hombre-tras-ser-apunalado-en-north-miami/">Leer en español</a></p><p>According to North Miami police, officers responded to an area near the 500 block of Northeast 132nd Terrace regarding a reported stabbing involving two men. </p><p>Police said after arriving at the scene, they found one of the men suffering from “injuries consistent with a stabbing.” </p><p>They said Miami-Dade Fire Rescue medics transported the victim to HCA Florida Aventura Hospital for treatment.</p><p>Sky 10 flew over the scene around 11:45 a.m., where crime scene tape could be seen surrounding the area as North Miami police officers investigated. </p><p>Police said the person involved in the incident has been identified, but no arrests have been announced at this time. </p><p>They also confirmed that no additional information was immediately available regarding witnesses.</p><p>Detectives said the investigation “remains active and ongoing,” and a motive for the stabbing remains unclear at this time. </p><p>Anyone with information on the case is urged to call Miami-Dade Crime Stoppers at 305-471-8477. </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/ODRGJQH7GNGKRABCNMYBON2HDM.jpeg?auth=05943882a19c5ad9a442aec82a0c19c0f1e502db32da784dc9da747420204228&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Hospitalizan a hombre tras ser apuñalado en North Miami]]></title><link>https://www.local10.com/espanol/2026/06/11/hospitalizan-a-hombre-tras-ser-apunalado-en-north-miami/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/11/hospitalizan-a-hombre-tras-ser-apunalado-en-north-miami/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Un hombre fue hospitalizado después de ser apuñalado en un vecindario del norte de Miami el jueves, confirmó la policía.]]></description><pubDate>Thu, 11 Jun 2026 17:03:33 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre fue hospitalizado después de ser apuñalado la mañana del jueves en un vecindario de North Miami, confirmó la policía.</p><p>Según la Policía de North Miami, los agentes respondieron a un área cercana a la cuadra 500 de Northeast 132nd Terrace por el reporte de un apuñalamiento que involucraba a dos hombres.</p><p>La policía informó que, al llegar a la escena, encontraron a uno de los hombres con “lesiones consistentes con un apuñalamiento”.</p><p>Indicaron que paramédicos de Miami-Dade Fire Rescue trasladaron a la víctima al Hospital HCA Florida Aventura para recibir tratamiento.</p><p>Sky 10 sobrevoló la escena alrededor de las 11:45 a.m., donde se podía observar cinta de la escena del crimen rodeando el área mientras agentes de la Policía de North Miami realizaban la investigación.</p><p>La policía dijo que la persona involucrada en el incidente ya fue identificada, pero hasta el momento no se han anunciado arrestos.</p><p>También confirmaron que no había información inmediata disponible sobre posibles testigos.</p><p>Los detectives dijeron que la investigación “permanece activa y en curso”, y que el motivo del apuñalamiento sigue sin estar claro por ahora.</p><p>Cualquier persona con información sobre el caso debe comunicarse con Miami-Dade Crime Stoppers al 305-471-8477.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ODRGJQH7GNGKRABCNMYBON2HDM.jpeg?auth=05943882a19c5ad9a442aec82a0c19c0f1e502db32da784dc9da747420204228&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Arrestan a madre por cargo no relacionado después de que niña de 5 años fuera baleada dentro de vivienda en Florida City]]></title><link>https://www.local10.com/espanol/2026/06/11/arrestan-a-madre-por-cargo-no-relacionado-despues-de-que-nina-de-5-anos-fuera-baleada-dentro-de-vivienda-en-florida-city/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/11/arrestan-a-madre-por-cargo-no-relacionado-despues-de-que-nina-de-5-anos-fuera-baleada-dentro-de-vivienda-en-florida-city/</guid><dc:creator><![CDATA[Amanda Batchelor, Hannah Yechivi]]></dc:creator><description><![CDATA[Una madre fue arrestada el miércoles después de que su hija de 5 años muriera a causa de un disparo dentro de una casa en Florida City, pero las autoridades dijeron que el cargo en su contra no está relacionado con el tiroteo.]]></description><pubDate>Thu, 11 Jun 2026 13:43:08 +0000</pubDate><content:encoded><![CDATA[<p>Una madre fue arrestada el miércoles después de que su hija de 5 años muriera tras recibir un disparo dentro de una vivienda en Florida City, pero las autoridades dijeron que el cargo no está relacionado con la balacera.</p><p>Los registros de la cárcel en línea muestran que Ashley Marie Hosendove, de 32 años, enfrenta un cargo de alteración del orden público/quebrantamiento de la paz.</p><p>Según documentos judiciales, una orden de arresto judicial fue emitida el 1 de junio contra Hosendove por un incidente ocurrido el 12 de marzo.</p><p>Un informe de arresto indica que Hosendove fue víctima de una agresión presuntamente cometida por su novio ese día.</p><p>Pero mientras su novio era puesto bajo custodia por la policía, Hosendove comenzó a “gritar y proferir obscenidades” contra los agentes presentes en la escena y se negó a proporcionar una identificación, señala el informe.</p><p>La policía dijo que las acciones de Hosendove, que fueron captadas por cámaras corporales, provocaron que vecinos se reunieran afuera.</p><p>Según la Oficina del Sheriff de Miami-Dade (MDSO), la <a href="https://www.local10.com/espanol/2026/06/10/mdso-muere-nina-de-5-anos-tras-balacera-dentro-de-vivienda-en-florida-city/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/10/mdso-muere-nina-de-5-anos-tras-balacera-dentro-de-vivienda-en-florida-city/">balacera fue reportada alrededor de las 2 a.m.</a> del miércoles en una vivienda ubicada en Northwest First Court cerca de la calle 16.</p><p>Las autoridades dijeron que la niña, identificada por un familiar como Janova Park, sufrió heridas de bala en el estómago y el torso y fue trasladada de emergencia al HCA Florida Kendall Hospital, donde posteriormente murió.</p><p>“Sabemos que al momento de la balacera había tres adultos y dos niños: la víctima, que tenía 5 años, y su hermano de 4 años”, dijo el detective de la MDSO Angel Rodriguez el miércoles.</p><p>Los detectives confirmaron que Hosendove estaba entre los adultos que se encontraban dentro de la vivienda al momento de la balacera.</p><p>Los detectives dijeron que todavía intentan determinar cómo Janova recibió el disparo, incluyendo si pudo haber tenido acceso al arma por sí misma o si otra persona le disparó.</p><p>Hannah Yechivi, de Local 10, habló el miércoles con Laticha Ellison, abuela de Janova, quien dijo que la balacera pudo haberse evitado.</p><p>“Mi nietecita tiene 5 años”, dijo Ellison entre lágrimas. “Solo tiene 5 años. Me da rabia porque algo así no debería poder ocurrir, especialmente en tu propia casa, por descuido”.</p><p>Ellison describió a su nieta como “inteligente y atrevida”.</p><p>Los investigadores dijeron que recuperaron un arma dentro de la vivienda y que “no están buscando a ninguna persona que pueda representar una amenaza para la comunidad”.</p>]]></content:encoded></item><item><title><![CDATA[OG Anunoby puts the Knicks on the verge of a title and himself in the discussion for NBA Finals MVP]]></title><link>https://www.local10.com/sports/2026/06/11/og-anunoby-puts-the-knicks-on-the-verge-of-a-title-and-himself-in-the-discussion-for-nba-finals-mvp/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/11/og-anunoby-puts-the-knicks-on-the-verge-of-a-title-and-himself-in-the-discussion-for-nba-finals-mvp/</guid><dc:creator><![CDATA[By BRIAN MAHONEY, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — When OG Anunoby is introduced at Madison Square Garden, it sounds like a 20,000-person singalong.]]></description><pubDate>Thu, 11 Jun 2026 17:34:08 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — When OG Anunoby is introduced at Madison Square Garden, it sounds like a 20,000-person singalong.</p><p>The anticipation builds as the public address announcer begins to reveal the second starter, a 6-foot-7 forward from Indiana. When he finally reaches the player's name, the fans scream it right along with him.</p><p>“O! ... G! ... AN-UN-OBY!!!!”</p><p>Early Thursday morning, fans again chanted Anunoby's name, this time in a bar outside the arena as they celebrated one of the most memorable moments in New York Knicks history.</p><p>Anunoby's tip-in with 1.2 seconds remaining in Game 4 put the Knicks on the verge of a title and moved him into the discussion for NBA Finals MVP.</p><p>Anunoby is not the kind of player who usually wins awards, and he might be the least-known of the Knicks' starters. But his teammates understand Anunoby's value far exceeds his reputation.</p><p>“So regardless of what the outside world thinks of him, we know what we have in our locker room, and we have a superstar in that locker room,” guard Jalen Brunson said.</p><p>Anunoby is the only player on the Knicks' postseason roster who has won a ring, but he was injured and didn't play for Toronto in the 2019 NBA Finals. But there's no way New York would have a chance at its first championship since 1973 if he wasn't front and center now.</p><p>From scoring to stopping, Anunoby might to be asked to do more than any Knicks player. He not only finished with 33 points in Game 4 but also made the biggest defensive play of the game when he chased down De'Aaron Fox to block his shot with 11 seconds left and the Spurs leading 106-105.</p><p>Knicks center Karl-Anthony Towns said that's what he expects from a player who seems to save his best for the biggest moments.</p><p>“Every time I talk to him, I say, I already know what OG Anunoby is going to do in the fourth quarter, and he did exactly what I thought he would do,” Towns said. “He gave us a chance to win, and that’s all you could ask for from the best two-way player in the NBA.”</p><p>The Knicks couldn't believe Anunoby was only voted to the All-Defensive second team, certain there aren't five better defenders in the NBA. It was those defensive skills that made him most attractive when the Knicks acquired him from the Raptors in 2023, giving up two of their most promising players on a developing team in RJ Barrett and Immanuel Quickley.</p><p>Anunoby was also known as a reliable 3-point shooter from the corners, and he made one as time expired to give the Raptors a victory over Boston in the 2020 playoffs. He hardly celebrated after the shot went through, just as he was one of the few people inside Madison Square Garden who appeared completely calm after his basket in Game 4.</p><p>“Just, the game wasn’t over,” Anunoby explained. “I looked up to see the time. If it would have been 0:00, I would have been more excited, but it was just 1.2 left. So just knowing, get a stop now, just stay with it, staying present, not getting too happy because the game is not over yet.”</p><p>Anunoby is averaging 23.8 points in the series, shooting 58% from the field and 55.6% from 3-point range. He finished 10 for 15 in Game 4, including 7 for 9 behind the arc.</p><p>When Anunoby limped off the court with a hamstring injury late in the Knicks' victory over Philadelphia in Game 2 of the second round, there was concern this run could be in jeopardy just as it was picking up steam. When Anunoby was hurt at the same time in the 2024 playoffs, the Knicks blew a 2-0 lead against Indiana and ultimately lost the series in Game 7, when Anunoby gamely tried to return after missing four games but it was clear he could hardly move and was yanked after five minutes.</p><p>This injury was not as bad. Helped by extended time off when the Knicks swept the 76ers, Anunoby was able to return in time for the start of the Eastern Conference finals.</p><p>Having him on the floor now — and soaring through the air in the final seconds of Game 4 — could be what it takes to end a 53-year title drought.</p><p>“OG, he’s been amazing since he’s got here,” fellow forward Josh Hart said. “This whole playoff run, he’s been amazing on both ends of the ball. He’s a winning player and he made a winning play.”</p><p>___</p><p>This story has been corrected to show that Anunoby returned from injury at the start of the Eastern Conference finals, not semifinals.</p><p>___</p><p>AP NBA: https://apnews.com/hub/nba</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/3PEPHLMBU35HLZ3OX4VT4ZF3I4.jpg?auth=acaaad353bfd9a868f80d70f9d512a08aee759256a833d920b59d146e3da0910&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 (8) shoots between San Antonio Spurs forward Victor Wembanyama (1) and guard De'aaron Fox (4) during the first half of Game 4 of the NBA Finals basketball series, Wednesday, June 10, 2026, in New York. (AP Photo/Ross D. Franklin)]]></media:description><media:credit role="author" scheme="urn:ebu">Ross D. Franklin</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/W5L2LSCULJUKKDEBULKXWNR35M.jpg?auth=4836be9841eaeb2bf1210568917e4014eef9f28827cde88a82f67ca1fe255002&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 (8) dunks over San Antonio Spurs forward Victor Wembanyama (1) during the second half of Game 4 of the NBA Finals basketball series, Wednesday, June 10, 2026, in New York. (AP Photo/Frank Franklin II)]]></media:description><media:credit role="author" scheme="urn:ebu">Frank Franklin II</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QC6UJBRZZONDSIVJOCGIO5HZMI.jpg?auth=e1a7b1dc01086b0987d75d052754064c04baf9fba24010340a4c7725cd4c9b51&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 blocks the shot of New York Knicks forward Og Anunoby (8) during the first half of Game 4 of the NBA Finals basketball series, Wednesday, June 10, 2026, in New York. (AP Photo/Ross D. Franklin)]]></media:description><media:credit role="author" scheme="urn:ebu">Ross D. Franklin</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WCREQACKORYTRVZTIGNC6JRGNU.jpg?auth=fb67d66286c75d3ee2c958030d8c064c3baad490629e83e197f19b610c09b2f1&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 (8) shoots during Game 3 of the NBA Finals basketball series against the San Antonio Spurs, Monday, June 8, 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/TXROFKSIJR5US6S3O3RDP7YKRI.jpg?auth=57b6eb54f6476f79dab4aa9e0e43090b2ea7ee525fd6870aaa1a221a41605c5f&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 (8) defends against San Antonio Spurs guard Stephon Castle during the first half of Game 3 of the NBA Finals basketball series, Monday, June 8, 2026, in New York. (AP Photo/Ross D. Franklin)]]></media:description><media:credit role="author" scheme="urn:ebu">Ross D. Franklin</media:credit></media:content></item><item><title><![CDATA[Melania Trump unveils a spinoff of Trump Accounts for children in foster care]]></title><link>https://www.local10.com/news/politics/2026/06/11/melania-trump-unveils-a-spinoff-of-trump-accounts-for-foster-kids/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/11/melania-trump-unveils-a-spinoff-of-trump-accounts-for-foster-kids/</guid><dc:creator><![CDATA[By FATIMA HUSSEIN, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — First lady Melania Trump and Treasury Secretary Scott Bessent on Thursday announced the launch of Fostering the Future Accounts, a spinoff of the Trump Accounts investment funds meant to give $1,000 to every newborn whose parent opens one.]]></description><pubDate>Thu, 11 Jun 2026 18:03:33 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — First lady Melania Trump and Treasury Secretary Scott Bessent on Thursday announced the launch of Fostering the Future Accounts, a spinoff of the Trump Accounts investment funds meant to give $1,000 to every newborn whose parent opens one.</p><p>Building on her work helping foster children, Trump said the new federal guidance will give child welfare agencies the ability to act as a guardian for children in foster care for the purposes of opening an account.</p><p>The first lady, speaking at a news conference at the Treasury Department, said the move “gives foster children the same chance at asset ownership and long-term wealth as every other child.”</p><p>The accounts will be open for contributions on July 4. To qualify for an account, a child must also be a U.S. citizen born between Jan. 1, 2025, and Dec. 31, 2028.</p><p>The White House Council of Economic Advisers estimates that a Trump Account balance for a baby born in 2026 will be $5,800 by age 18 and $18,100 by age 28 if no other contributions are made.</p><p>The first lady said 23 governors, all Republicans, have pledged to allow state agencies to begin the process of enrolling children in the program. “I urge every governor and business leader to help fund these accounts," she said.</p><p>There are roughly 330,000 children in the U.S. foster care system, according to the National Council for Adoption. One in 5 of them is at risk of homelessness after aging out of foster care, and only half gain employment by the time they are 24, the National Foster Youth Institute says.</p><p>“Those outcomes are unsettling, but we refuse to accept them as inevitable,” Bessent told the news conference. “We are affirming that the American dream belongs to every child.”</p><p>A provision of President Donald Trump’s tax and spending legislation that he signed into law last summer created Trump Accounts. Under them, the Treasury Department gives $1,000 to babies so long as their parents open an account. That money is then invested in the stock market by private firms, and the children can access the money when they turn 18.</p><p>Employers and billionaires across the country have pledged to make matching Trump Account contributions for employee benefits. Among them are Michael and Susan Dell, who announced a $6.25 billion donation, and hedge fund founder Ray Dalio and his wife, Barbara, who pledged $75 million for kids under 10 in Connecticut, where the Dalios live.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/DIQHWLY4XF4R4RIR5VUDJFROLM.jpg?auth=f9559e0ebbc5af08532cb13e16be24663e81014d3affb8cee41c21544215ef9d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[First lady Melania Trump speaks about Trump Accounts for children in foster care at the Department of Treasury, Thursday, June 11, 2026, in Washington. (AP Photo/Allison Robbert)]]></media:description><media:credit role="author" scheme="urn:ebu">Allison Robbert</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/I7CNRALQOBBSHR4MUWFPSBKHVY.jpg?auth=941953531a70ffa17974ea22bd2c011000576ebed17daf8fdcc334387a280288&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[First lady Melania Trump speaks about Trump Accounts for children in foster care at the Department of Treasury, Thursday, June 11, 2026, in Washington. (AP Photo/Allison Robbert)]]></media:description><media:credit role="author" scheme="urn:ebu">Allison Robbert</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ZMZWIJ2L6BHUHXI7VTQANN2XEI.jpg?auth=198afcf402cce0bbc7f41e0ea7639b62eb1aa5a6e16b2130e2f18173495c81ce&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[First lady Melania Trump speaks about Trump Accounts for children in foster care at the Department of Treasury, Thursday, June 11, 2026, in Washington. (AP Photo/Allison Robbert)]]></media:description><media:credit role="author" scheme="urn:ebu">Allison Robbert</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/SH5LMSIY23ENJX7TFX62DIVERE.jpg?auth=cf8a721055625fbedc1a39fc312ea7b7962a79c601f980634e6edb7b337638a8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[First lady Melania Trump and Treasury Secretary Scott Bessent speak about Trump Accounts for children in foster care at the Department of Treasury, Thursday, June 11, 2026, in Washington. (AP Photo/Allison Robbert)]]></media:description><media:credit role="author" scheme="urn:ebu">Allison Robbert</media:credit></media:content></item><item><title><![CDATA[June 11: Drier than normal pattern persists across South Florida]]></title><link>https://www.local10.com/weather/2026/06/11/june-11-drier-than-normal-pattern-persists-across-south-florida/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/06/11/june-11-drier-than-normal-pattern-persists-across-south-florida/</guid><dc:creator><![CDATA[Brandon Orr]]></dc:creator><description><![CDATA[It’s another mostly dry day with only a few showers around, mainly in the Florida Keys.]]></description><pubDate>Thu, 11 Jun 2026 16:44:39 +0000</pubDate><content:encoded><![CDATA[<p>It’s another mostly dry day with only a few showers around, mainly in the Florida Keys. Any afternoon pop up thunderstorms will be too far to the west in the Everglades. Temperatures will be near 90° which is typical for this time of the year. We will have a higher chance of running into occasional thunderstorms this weekend into early next week. High temperatures will be slightly warmer in the low 90s. Factor in the humidity and it will feel like the low 100s. </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[Mother arrested on unrelated charge after girl, 5, shot inside Florida City home]]></title><link>https://www.local10.com/news/local/2026/06/11/mother-arrested-on-unrelated-charge-after-girl-5-shot-inside-florida-city-home/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/11/mother-arrested-on-unrelated-charge-after-girl-5-shot-inside-florida-city-home/</guid><dc:creator><![CDATA[Amanda Batchelor, Hannah Yechivi]]></dc:creator><description><![CDATA[A mother was arrested Wednesday after her 5-year-old daughter was fatally shot inside a Florida City home, but authorities said her charge is unrelated to the shooting.]]></description><pubDate>Thu, 11 Jun 2026 11:19:07 +0000</pubDate><content:encoded><![CDATA[<p>A mother was arrested Wednesday after her 5-year-old daughter was fatally shot inside a Florida City home, but authorities said her charge is unrelated to the shooting.</p><p><a href="https://www.local10.com/espanol/2026/06/11/arrestan-a-madre-por-cargo-no-relacionado-despues-de-que-nina-de-5-anos-fuera-baleada-dentro-de-vivienda-en-florida-city/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/11/arrestan-a-madre-por-cargo-no-relacionado-despues-de-que-nina-de-5-anos-fuera-baleada-dentro-de-vivienda-en-florida-city/">Leer en español</a></p><p>Online jail records show Ashley Marie Hosendove, 32, faces a charge of disorderly conduct/breach of the peace.</p><p>According to court documents, a bench warrant was issued June 1 for Hosendove for an incident that occurred on March 12.</p><p>An arrest report states that Hosendove was the victim of a battery allegedly committed by her boyfriend that day.</p><p>But as her boyfriend was being taken into custody by police, Hosendove began to “shout and scream profanities” towards officers at the scene and refused to provide them with a form of ID, the report stated.</p><p>Police said Hosendove’s actions, which were captured on bodycam video, caused neighbors to gather outside. </p><p>According to the Miami-Dade Sheriff’s Office, Wednesday’s <a href="https://www.local10.com/news/local/2026/06/10/authorities-respond-to-reports-of-fatal-shooting-in-florida-city/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/10/authorities-respond-to-reports-of-fatal-shooting-in-florida-city/">shooting was reported at about 2 a.m. </a>at a home off Northwest First Court near 16<sup>th</sup> Street.</p><p>Authorities said the girl, who was identified by a family member as Janova Park, suffered gunshot wounds to her stomach and torso and was rushed to HCA Florida Kendall Hospital, where she later died.</p><p>“We know that at the time of the shooting, there were three adults and two children -- the victim who’s 5 years old and her 4-year-old brother,” MDSO Detective Angel Rodriguez said Wednesday. </p><p>Detectives confirmed that Hosendove was among the adults inside the home at the time of the shooting.</p><p>Detectives said they’re still trying to determine how Janova was shot, including whether she may have accessed the gun herself or whether someone else shot her. </p><p>Local 10’s Hannah Yechivi spoke to Laticha Ellison, Janova’s grandmother, on Wednesday, who said the shooting could’ve been prevented. </p><p>“My grandbaby is 5 years old,” Ellison said through tears. “She’s only 5. It makes me angry because nothing like this should be able to happen, especially in your home — carelessness.”</p><p>Ellison described her granddaughter as “smart and sassy.” </p><p>Investigators said a gun was recovered inside the home and that they “are not looking for any individuals that may pose a threat to the community.” </p><p>Hosendove appeared in court Thursday morning and was ordered held on a $1,500 bond. </p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Capturan en Chicago a sospechoso de atropello con fuga que hirió a agente de Policía de Hollywood]]></title><link>https://www.local10.com/espanol/2026/06/11/capturan-en-chicago-a-sospechoso-de-atropello-con-fuga-que-hirio-a-agente-de-policia-de-hollywood/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/11/capturan-en-chicago-a-sospechoso-de-atropello-con-fuga-que-hirio-a-agente-de-policia-de-hollywood/</guid><dc:creator><![CDATA[David Dwork]]></dc:creator><description><![CDATA[Un sospechoso de un accidente de atropello y fuga que hirió a un oficial de policía de Hollywood fue arrestado esta semana en Chicago.]]></description><pubDate>Thu, 11 Jun 2026 16:30:17 +0000</pubDate><content:encoded><![CDATA[<p>Un sospechoso de un <a href="https://www.local10.com/espanol/2026/05/20/bmw-choca-contra-patrulla-de-policia-de-hollywood-en-ocean-drive/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/05/20/bmw-choca-contra-patrulla-de-policia-de-hollywood-en-ocean-drive/">atropello con fuga</a> que dejó herido a un agente de la Policía de Hollywood fue arrestado esta semana en Chicago.</p><p>Según el Departamento de Policía de Hollywood, el accidente ocurrió el 20 de mayo alrededor de las 12:25 a.m. en North Ocean Drive, cerca de Hollywood Boulevard.</p><p>La policía informó que el conductor de un BMW, identificado posteriormente como Artiom Echiusciu, circulaba a más de 100 mph cuando cruzó el separador central y chocó contra el vehículo del agente antes de salir del automóvil y huir corriendo.</p><p>Según la Policía de Hollywood, el <a href="https://www.local10.com/espanol/2026/05/26/sale-del-hospital-oficial-de-policia-de-hollywood-tras-sufrir-hemorragia-cerebral-en-atropello-y-fuga/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/05/26/sale-del-hospital-oficial-de-policia-de-hollywood-tras-sufrir-hemorragia-cerebral-en-atropello-y-fuga/">agente Luis Díaz</a> sufrió heridas consideradas graves, pero no mortales, y fue hospitalizado. Actualmente se encuentra en recuperación.</p><p>La policía indicó que Echiusciu solicitó un Lyft para ayudarlo a escapar de la escena y finalmente viajó hasta Illinois, donde fue arrestado el miércoles por la Fuerza Regional de Tareas de Fugitivos de los Grandes Lagos del Servicio de Alguaciles de Estados Unidos en Chicago.</p><p>Echiusciu, ciudadano ruso que, según la policía, se encontraba ilegalmente en el país, enfrenta cargos por abandonar la escena de un accidente con lesiones corporales graves, conducción temeraria causando lesiones corporales graves, conducción temeraria causando daños a la propiedad, conducir con una licencia suspendida, abandonar la escena de un accidente con daños a la propiedad y no registrar un vehículo de motor.</p><p>Las autoridades informaron que actualmente se encuentra en proceso de extradición al condado Broward.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/IKWGPARS25DT5L3O4FQTQHIJWM.jpg?auth=40990d3a16ec29956095a2dea3319c7311ae767cf40d3b1ad677ab53b5ec334e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Coral Springs family displaced after apartment fire destroys home]]></title><link>https://www.local10.com/news/local/2026/06/10/coral-springs-family-displaced-after-apartment-fire-destroys-home/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/10/coral-springs-family-displaced-after-apartment-fire-destroys-home/</guid><dc:creator><![CDATA[Magdala Louissaint]]></dc:creator><description><![CDATA[A week ago, a large fire coming from a first floor apartment unit in Coral Springs caught the attention of neighbors.]]></description><pubDate>Wed, 10 Jun 2026 22:04:58 +0000</pubDate><content:encoded><![CDATA[<p>A week ago, a large fire coming from a first-floor apartment unit in Coral Springs caught the attention of neighbors.</p><p><a href="https://www.local10.com/espanol/2026/06/11/incendio-en-apartamento-deja-a-familia-de-coral-springs-desplazada-tras-destruir-su-vivienda/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/11/incendio-en-apartamento-deja-a-familia-de-coral-springs-desplazada-tras-destruir-su-vivienda/">Leer en español</a></p><p>The fire started in the unit of Tavaras Calvin. Fortunately, neither Calvin, his wife nor their children were home at the time.</p><p>“Thankfully we weren’t home,” Calvin said. “Obviously the material things (we’re) not concerned about. Everything can be replaced, but it’s just a disheartening feeling to see what you do call home just go up in flames.”</p><p>Calvin said fire marshals believe the battery from his son’s Power Wheels toy car may have sparked the fire.</p><p>“The fire inspector said because we don’t have anything else electronic out here -- that was literally the only thing, and it wasn’t even connected to the actual toy,” Calvin said. “But the Power Wheels battery -- they’ve been known to be faulty and just catch fire and trigger something. He said it possibly could have been the heat -- we don’t know.”</p><p>According to Calvin, the fire shattered the patio window before spreading quickly through the inside of the two-bedroom unit, burning everything in its path.</p><p>“The television shattered,” he added. “It literally got into every room in the house, made it to the front door, the bathrooms, closet, everywhere.”</p><p>Calvin, his wife and their four children -- ages 9, 6, 5 and 3 -- recently booked a hotel room so they could reunite as a family after spending the last week living apart to stay close to work.</p><p>“I’m just thankful we weren’t home and no one got hurt and we’re all safe,” Calvin said. “That’s the most important thing.”</p><p>The American Red Cross’ Broward County chapter has been helping the family. Calvin said the organization has provided financial assistance.</p><p>The cause of the fire remains under investigation.</p><p>A <a href="https://www.gofundme.com/f/support-for-coral-springs-family-after-devastating-fire" target="_self" rel="" title="https://www.gofundme.com/f/support-for-coral-springs-family-after-devastating-fire">GoFundMe page </a>has been created to assist the family during their time of need. </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[New Hampshire court reverses father's murder conviction in case of missing 5-year-old girl]]></title><link>https://www.local10.com/news/national/2026/06/11/new-hampshire-court-reverses-fathers-murder-conviction-in-case-of-missing-5-year-old-girl/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/06/11/new-hampshire-court-reverses-fathers-murder-conviction-in-case-of-missing-5-year-old-girl/</guid><dc:creator><![CDATA[By HOLLY RAMER, Associated Press]]></dc:creator><description><![CDATA[CONCORD, N.H. (AP) — The New Hampshire Supreme Court on Thursday reversed a murder conviction for a man accused of killing his 5-year-old daughter and moving her corpse around for months before disposing of it.]]></description><pubDate>Thu, 11 Jun 2026 17:33:43 +0000</pubDate><content:encoded><![CDATA[<p>CONCORD, N.H. (AP) — The New Hampshire Supreme Court on Thursday reversed a murder conviction for a man accused of killing his 5-year-old daughter and moving her corpse around for months before disposing of it.</p><p>Though her body has never been found, police believe Harmony Montgomery was killed in 2019, nearly two years before she was reported missing. Her father, Adam Montgomery, was sentenced to a minimum of 56 years in prison in 2024 after being convicted of second-degree murder, abuse of a corpse, falsifying evidence, witness tampering and assault.</p><p>The Supreme Court, however, reversed the most serious charge, agreeing with Montgomery that the lesser assault charge should have been prosecuted separately. It sent the second-degree murder charge back to the lower court while letting the other convictions stand.</p><p>In their unanimous ruling, justices said combining the cases jeopardized Montgomery’s right to a fair trial because jurors may have used the stronger evidence about the assault to conclude, based on weaker evidence, that he killed her months later.</p><p>“There was a significant risk that the jury would draw the impermissible inference that because the defendant assaulted the victim before by striking her in the head, he must be the one who fatally assaulted her in December by again striking her in the head,” the justices said.</p><p>The second-degree murder conviction accounts for 45 years of Montgomery’s 56-years-to-life sentence, which was imposed on top of an earlier 32 ½-year sentence he already was serving on unrelated gun charges.</p><p>The attorney general’s office said Thursday it will pursue a retrial on the second-degree murder charge.</p><p>“We remain confident in the facts of this case, the evidence presented, and the exceptional work of our prosecutors, investigators, and law enforcement partners,” said spokesperson Michael Garrity. “We will continue our efforts to seek justice for Harmony Montgomery and all those who knew and loved her.”</p><p>Montgomery's attorneys did not respond to emails seeking comment.</p><p>Last year, the state agreed to pay $2.25 million to Harmony Montgomery's mother to settle a lawsuit accusing social workers of ignoring signs that the girl was being abused by her father after he was awarded custody in early 2019. Crystal Sorey went to police in 2021, and in 2022 authorities announced that they believed Harmony was dead.</p><p>Adam Montgomery did not attend his trial in February 2022, and his lawyers called no defense witnesses. His attorneys acknowledged he was guilty of falsifying evidence and abusing a corpse, but they said he did not kill Harmony and instead suggested the girl actually died while alone with her stepmother, Kayla Montgomery.</p><p>Kayla Montgomery, who served an 18-month prison sentence for lying to a grand jury about where she was when Harmony was last seen, was the star witness for the prosecution. She testified that her husband killed Harmony on Dec. 7, 2019, while the family lived in their car. Montgomery was driving to a fast-food restaurant when he turned around and repeatedly punched Harmony in the face and head because he was angry that she was having bathroom accidents in the car, she said. He then hid the body in the trunk of a car, in a ceiling vent of a homeless shelter and in the walk-in freezer at his workplace before disposing of it in March 2020, she said.</p><p>Kayla Montgomery said she tried to stop her husband from hitting the girl but was scared of him and that he beat her as well as he grew paranoid that she would go to police.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/E7ZMS7HDNZMYKALZBEFR3AGKC4.jpg?auth=4f7de6244f2501899649b402ff66ea75805cefda9eb11ae85823c4ca1a76a1d2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Adam Montgomery listens during his sentencing hearing at Hillsborough Superior Court, May 9, 2024, in Manchester, N.H. (AP Photo/Charles Krupa, Pool, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Charles Krupa</media:credit></media:content></item><item><title><![CDATA[Florida City woman forced younger brother to kneel on rice for hours, cops say]]></title><link>https://www.local10.com/news/local/2026/06/11/florida-city-woman-forced-younger-brother-to-kneel-on-rice-for-hours-cops-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/11/florida-city-woman-forced-younger-brother-to-kneel-on-rice-for-hours-cops-say/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[Florida City police say a child went to his neighbor’s house on Wednesday for help, saying “he couldn’t take it anymore.” That’s because they say his older sister ― his guardian ― was forcing him to kneel on rice inside of a shed for hours.]]></description><pubDate>Thu, 11 Jun 2026 15:42:47 +0000</pubDate><content:encoded><![CDATA[<p>Florida City police say a child went to his neighbor’s house on Wednesday for help, saying “he couldn’t take it anymore.”</p><p><a href="https://www.local10.com/espanol/2026/06/11/policia-mujer-de-florida-city-obligo-a-su-hermano-menor-a-arrodillarse-sobre-arroz-durante-horas/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/11/policia-mujer-de-florida-city-obligo-a-su-hermano-menor-a-arrodillarse-sobre-arroz-durante-horas/">Leer en español</a></p><p>That’s because they say his older sister ― his guardian ― was forcing him to kneel on rice inside of a shed for hours.</p><p>According to the Florida City Police Department, the brother of Nataly Francelia Cruz, 26, went to the neighbor just before 4:45 p.m. and said he had been kneeling on the rice since around 11 a.m., saying “this is not the first time he has been punished this way when he misbehaves.”</p><p>“I observed minor injuries on his knees consistent with kneeling for a long time on a surface with rice,” an FCPD officer wrote in the report. “He also reported that while kneeling, he attempted to use the restroom inside the house but his sister refused to let him inside the house.”</p><p>Cruz, police said, has been taking care of the boy since their mother was deported.</p><p>A statement she made to authorities was redacted from the publicly-released report.</p><p>Police arrested Cruz on a child abuse charge and took her to the Turner Guilford Knight Correctional Center, where she was being held on a $2,500 bond as of Thursday morning. </p><p>The Honduran national also faces an immigration hold.</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/TONSQRAU6BCSBDFQK2V6Y4FUOI.jpg?auth=4dd1156ea875640c08af664c1a9b74fcedf5f64be428def5b2fa86ac855f3a84&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Nataly Cruz]]></media:description></media:content></item><item><title><![CDATA[Policía: Mujer de Florida City obligó a su hermano menor a arrodillarse sobre arroz durante horas]]></title><link>https://www.local10.com/espanol/2026/06/11/policia-mujer-de-florida-city-obligo-a-su-hermano-menor-a-arrodillarse-sobre-arroz-durante-horas/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/11/policia-mujer-de-florida-city-obligo-a-su-hermano-menor-a-arrodillarse-sobre-arroz-durante-horas/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[La policía de Florida City dice que un niño fue a la casa de su vecino el miércoles en busca de ayuda y dijo que "no podía soportarlo más". Eso es porque dicen que su hermana mayor, su tutora, lo obligaba a arrodillarse sobre arroz dentro de un cobertizo durante horas.]]></description><pubDate>Thu, 11 Jun 2026 16:26:08 +0000</pubDate><content:encoded><![CDATA[<p>La policía de Florida City informó que un menor acudió el miércoles a la casa de un vecino en busca de ayuda, diciendo que “ya no podía soportarlo más”.</p><p>Esto se debe a que, según las autoridades, su hermana mayor —quien es su tutora— lo obligaba a arrodillarse sobre arroz dentro de un cobertizo durante horas.</p><p>Según el Departamento de Policía de Florida City, el hermano de Nataly Francelia Cruz, de 26 años, acudió al vecino poco antes de las 4:45 p.m. y dijo que había estado arrodillado sobre arroz desde aproximadamente las 11 a.m., agregando que “esta no es la primera vez que lo castigan de esta manera cuando se porta mal”.</p><p>“Observé lesiones menores en sus rodillas consistentes con haber permanecido arrodillado durante mucho tiempo sobre una superficie con arroz”, escribió un agente de la FCPD en el informe. “También informó que mientras estaba arrodillado intentó usar el baño dentro de la casa, pero su hermana se negó a permitirle entrar”.</p><p>La policía indicó que Cruz ha estado cuidando al menor desde que su madre fue deportada.</p><p>Una declaración que Cruz hizo a las autoridades fue censurada en el informe divulgado públicamente.</p><p>La policía arrestó a Cruz por un cargo de abuso infantil y la trasladó al Centro Correccional Turner Guilford Knight, donde permanecía detenida con una fianza de $2,500 USD hasta la mañana del jueves.</p><p>La ciudadana hondureña también enfrenta una retención migratoria.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/TONSQRAU6BCSBDFQK2V6Y4FUOI.jpg?auth=4dd1156ea875640c08af664c1a9b74fcedf5f64be428def5b2fa86ac855f3a84&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Nataly Cruz]]></media:description></media:content></item><item><title><![CDATA[Updated 2026 hurricane outlook trends down as El Niño is officially declared]]></title><link>https://www.local10.com/weather/hurricane/2026/06/11/updated-2026-hurricane-outlook-trends-down-as-el-nino-is-officially-declared/</link><guid isPermaLink="true">https://www.local10.com/weather/hurricane/2026/06/11/updated-2026-hurricane-outlook-trends-down-as-el-nino-is-officially-declared/</guid><dc:creator><![CDATA[Michael Lowry]]></dc:creator><description><![CDATA[On Wednesday, the team of hurricane experts at Colorado State University (CSU) issued their June forecast update for the 2026 Atlantic hurricane season, reducing their predictions from their earlier April outlook, and now calls for the lowest tropical activity seen across the basin since 2015.]]></description><pubDate>Thu, 11 Jun 2026 15:47:22 +0000</pubDate><content:encoded><![CDATA[<p>On Wednesday, the team of hurricane experts at Colorado State University (CSU) <a href="https://tropical.colostate.edu/Forecast/2026-06.pdf" rel="">issued their June forecast update</a> for the 2026 Atlantic hurricane season, reducing their predictions from their earlier April outlook, and now calls for the lowest tropical activity seen across the basin since 2015.</p><p><a href="https://www.local10.com/espanol/2026/06/11/actualizan-pronostico-de-huracanes-de-2026-a-la-baja-tras-declararse-oficialmente-el-nino/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/11/actualizan-pronostico-de-huracanes-de-2026-a-la-baja-tras-declararse-oficialmente-el-nino/">Leer en español</a></p><figure><img src="https://www.local10.com/resizer/v2/B3QOAYNFDVHZRD5PIXPBVYZLCA.PNG?auth=8e20330f3112bca524de0ba8526083ade98df29cc8aeb5e8186d85bb79e7ac12&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>The pioneering forecast team – the first group to issue seasonal hurricane outlooks, starting in 1984 – predicts 11 named storms and 5 hurricanes across the Atlantic in 2026, with 2 hurricanes reaching “major” Category 3, 4, or 5 status.</p><p>This is below the 30-year average of 14 named storms, 7 hurricanes, and 3 Category 3 or stronger hurricanes. Most noticeably, CSU’s predictions for Accumulated Cyclone Energy or ACE, a seasonal scorecard that considers storm intensity and duration, is reduced by about 40% compared to the 30-year average. The team also predicts the odds of a Category 3 or stronger hurricane hitting the U.S. in 2026 to be nearly cut in half from 43% (1880-2020 average) to 23%.</p><p>Though the pre-season predictions are heartening after a decade of mostly above-average or hyperactive Atlantic hurricane seasons, devastating hurricanes can strike even during down years. Hurricane Andrew was the only Category 3 or stronger hurricane to form in 1992 – a very inactive season with a meager 7 named storms – but its catastrophic impact on South Florida made it one of the costliest U.S. disasters on record.</p><h3><b>El Niño officially arrives</b></h3><p>Earlier today, NOAA and the National Weather Service <a href="https://www.noaa.gov/news-release/el-nino-forms-expected-to-strengthen-say-noaa-forecasters" rel="">officially declared El Niño</a> conditions present in the eastern tropical Pacific.</p><figure><img src="https://www.local10.com/resizer/v2/Y5W7O44IMNH5VJPSCMNZBX4OKE.gif?auth=01fbb5d1734dfe02c9b4e8686aafb6c20caa02a0fb7e06992286da133caf7637&smart=true&width=1200&height=900" alt="Animation of the departure from average of sea surface temperatures in the eastern Pacific from January 1st through June 8th, 2026. Red colors indicate above-average water temperatures, with the tongue of much warmer than average waters stretching from the coast of Peru into the central Pacific the classic calling card of El Niño. Credit: NOAA." height="900" width="1200"/><figcaption>Animation of the departure from average of sea surface temperatures in the eastern Pacific from January 1st through June 8th, 2026. Red colors indicate above-average water temperatures, with the tongue of much warmer than average waters stretching from the coast of Peru into the central Pacific the classic calling card of El Niño. Credit: NOAA.</figcaption></figure><p>The abnormal warmth across the main El Niño monitoring region used by NOAA (termed the Nino 3.4 region) is at record warmth for the time of year and so far the warmup is outpacing other strong El Niños that began in 2023, 2015, 1997, and 1982. El Niño conditions typically peak in the late fall or winter months.</p><figure><img src="https://www.local10.com/resizer/v2/ZWQTRNKSI5AZFEF2VVKJCXG6PU.png?auth=92fc0a18eb312175c69cd5f3c135a196e6fde22a1633b8e9099ed6c01b185b9d&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>Seasonal forecast models used to predict El Niño continue to suggest a historic and potentially record-setting El Niño in the works. </p><figure><img src="https://www.local10.com/resizer/v2/XKW2UIO2O5GBXM5XCA6RBVRJAE.png?auth=9b7fd8a17896bd0c5d9eb9f37b29cc4f2fe3202358b02a1443a94cdac36b65df&smart=true&width=1200&height=900" alt="Odds of El Niño conditions for each three-month period from May-June-July 2026 through January-February-March 2027 from the 13 main seasonal forecast modeling systems used to predict El Niño. The strength probabilities indicate a 95% chance of a strong to very strong or “super” El Niño developing by the peak months of the 2026 Atlantic hurricane season (August-September-October or ASO). Credit: Zeke Hausfather/theclimatebrink.com." height="900" width="1200"/><figcaption>Odds of El Niño conditions for each three-month period from May-June-July 2026 through January-February-March 2027 from the 13 main seasonal forecast modeling systems used to predict El Niño. The strength probabilities indicate a 95% chance of a strong to very strong or “super” El Niño developing by the peak months of the 2026 Atlantic hurricane season (August-September-October or ASO). Credit: Zeke Hausfather/theclimatebrink.com.</figcaption></figure><p>This rapid transition to El Niño is the primary reason we expect much lower-than-average activity this Atlantic hurricane season. Abnormally warm waters in the tropical eastern Pacific – especially during strong El Niños – increase wind shear (the difference in wind strength and direction with altitude) over the Caribbean and main development region of the Atlantic. Wind shear is a deterrent to organized tropical activity as it works to topple would-be storms.</p><p>Not surprisingly, seasonal forecast models are predicting the highest wind shear on record (back to 1981) for the Atlantic main development region this fall due to the strong El Niño conditions.</p><p>While El Niño can take on different flavors – such as <a href="https://agupubs.onlinelibrary.wiley.com/doi/full/10.1029/2006JC003798" rel="">El Niño Modoki</a> (Japanese for “similar but different), where warming is concentrated in the central Pacific and Atlantic, hurricane activity is less affected like during the busy 2004 hurricane season – the current El Niño is as textbook as it gets and is considered a canonical or classical El Niño, with major impacts expected globally.</p><h3><b>Chances for Gulf development remain low</b></h3><p>As we’ve covered in this newsletter since last week, the now remnants of once Tropical Storm Cristina in the eastern Pacific are crossing over Central America and expected to merge with a tropical disturbance approaching from the west over the southern reaches of the Gulf and Bay of Campeche on Friday.</p><figure><img src="https://www.local10.com/resizer/v2/Z7ZPIUOCDVBTNMUAVIZPJVPTAE.jpg?auth=31de75794d73aa1e6215274a0de69cda24b65bce2a6e2408ee7e56b9703c8215&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>Forecast models continue to show only a narrow window for development tomorrow and Saturday before the system moves inland over northeastern Mexico by early Sunday.</p><p>It’s worth noting that a small handful of members from Google’s DeepMind machine learning-based hurricane model suggest residual spin could hang off the Texas coast into early next week and develop over the northern Gulf before being deflected eastward by an approaching cold front in about a week.</p><figure><img src="https://www.local10.com/resizer/v2/6O3IPZSDUVBJLNNMCS456LVDIU.png?auth=d4e476fbe7fdd2dc44d320658146841c4441996dfe9f1c18db33d3dda414f528&smart=true&width=1200&height=900" alt="Forecast low-pressure tracks from Google’s DeepMind machine learning-based hurricane model through early next Thursday (June 18th). Only a few scenarios of the 50-member ensemble suggest development over the northern Gulf, for now outliers not shown in traditional physics-based models. Credit: Weathernerds.org." height="900" width="1200"/><figcaption>Forecast low-pressure tracks from Google’s DeepMind machine learning-based hurricane model through early next Thursday (June 18th). Only a few scenarios of the 50-member ensemble suggest development over the northern Gulf, for now outliers not shown in traditional physics-based models. Credit: Weathernerds.org.</figcaption></figure><p>For now, these are outliers and not shown in the physics-based models. Even DeepMind’s newest 1,000-member hurricane ensemble indicates about a 10% chance of this scenario playing out.</p><figure><img src="https://www.local10.com/resizer/v2/XBXK4DQXSFB7VKICPKALGCA2TI.png?auth=3b604390732a38f0ad10eeffabf674342ecff37e146fb8cd6b0811eece1aa862&smart=true&width=1200&height=900" alt="Odds of a tropical system passing within about 125 miles of a given location through Sunday, June 21st (a week from this Sunday) from Google’s 1000-member DeepMind ensemble. For now, odds are low (~10%) of a system developing next week over the northern Gulf. Credit: Deelan Jariwala." height="900" width="1200"/><figcaption>Odds of a tropical system passing within about 125 miles of a given location through Sunday, June 21st (a week from this Sunday) from Google’s 1000-member DeepMind ensemble. For now, odds are low (~10%) of a system developing next week over the northern Gulf. Credit: Deelan Jariwala.</figcaption></figure><p>Nevertheless, given DeepMind’s impressive performance last season, we’ll keep an eye on the trends in the days ahead.</p><p><!-- Local 10 Hurricane Resources (compact, aligned, no overlap) -->
<div class="l10-hurribox" role="complementary" aria-label="Local 10 Hurricane Resources">
  <style>
    /* Prevent width calc overflow across the component */
    .l10-hurribox, .l10-hurribox * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  <!-- Decorative wave -->
  <div class="l10-wave" aria-hidden="true">
    <svg viewBox="0 0 1200 120" preserveAspectRatio="none">
      <defs>
        <linearGradient id="l10-ocean" x1="0" x2="0" y1="0" y2="1">
          <stop offset="0" stop-color="#3b78c2" stop-opacity=".85"/>
          <stop offset="1" stop-color="#0b2747" stop-opacity=".95"/>
        </linearGradient>
      </defs>
      <path d="M0,40 C150,90 350,-10 600,40 C850,90 1050,10 1200,40 L1200,120 L0,120 Z" fill="url(#l10-ocean)">
        <animate attributeName="d" dur="9s" repeatCount="indefinite"
          values="
          M0,40 C150,90 350,-10 600,40 C850,90 1050,10 1200,40 L1200,120 L0,120 Z;
          M0,35 C150,80 350,0 600,35 C850,80 1050,0 1200,35 L1200,120 L0,120 Z;
          M0,40 C150,90 350,-10 600,40 C850,90 1050,10 1200,40 L1200,120 L0,120 Z"/>
      </path>
    </svg>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/GYQZDWLE6RBZZGMGSKX2XFN5IE.png?auth=ca051f132a823b373d726e194930a48abec18c8456f975440ae36849ca85ee5d&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"/></item><item><title><![CDATA[Actualizan pronóstico de huracanes de 2026 a la baja tras declararse oficialmente El Niño]]></title><link>https://www.local10.com/espanol/2026/06/11/actualizan-pronostico-de-huracanes-de-2026-a-la-baja-tras-declararse-oficialmente-el-nino/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/11/actualizan-pronostico-de-huracanes-de-2026-a-la-baja-tras-declararse-oficialmente-el-nino/</guid><dc:creator><![CDATA[Michael Lowry]]></dc:creator><description><![CDATA[El miércoles, el equipo de expertos en huracanes de la Universidad Estatal de Colorado (CSU) publicó su actualización de pronóstico de junio para la temporada de huracanes del Atlántico de 2026, reduciendo sus predicciones con respecto a sus perspectivas anteriores de abril, y ahora prevé la actividad tropical más baja observada en toda la cuenca desde 2015.]]></description><pubDate>Thu, 11 Jun 2026 16:15:40 +0000</pubDate><content:encoded><![CDATA[<p>El miércoles, el equipo de expertos en huracanes de la Universidad Estatal de Colorado (CSU) <a href="https://tropical.colostate.edu/Forecast/2026-06.pdf" rel="">publicó su actualización de pronóstico de junio</a> para la temporada de huracanes del Atlántico de 2026, reduciendo sus predicciones con respecto a su pronóstico anterior de abril, y ahora prevé la actividad tropical más baja observada en toda la cuenca desde 2015.</p><figure><img src="https://www.local10.com/resizer/v2/B3QOAYNFDVHZRD5PIXPBVYZLCA.PNG?auth=8e20330f3112bca524de0ba8526083ade98df29cc8aeb5e8186d85bb79e7ac12&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>El equipo pionero de pronósticos, el primer grupo en emitir previsiones estacionales de huracanes, a partir de 1984, predice 11 tormentas con nombre y 5 huracanes en el Atlántico en 2026, con 2 huracanes que alcanzarán la categoría “importante” de 3, 4 o 5.</p><p>Esto está por debajo del promedio de 30 años de 14 tormentas con nombre, 7 huracanes y 3 huracanes de categoría 3 o superior. Lo más destacable es que las predicciones de la CSU para la Energía Ciclónica Acumulada (ACE), un indicador estacional que considera la intensidad y la duración de las tormentas, se reducen en aproximadamente un 40 % en comparación con el promedio de 30 años. El equipo también predice que la probabilidad de que un huracán de categoría 3 o superior azote Estados Unidos en 2026 se reducirá casi a la mitad, del 43 % (promedio de 1880-2020) al 23 %.</p><p>Si bien las predicciones previas a la temporada son alentadoras tras una década de temporadas de huracanes en el Atlántico mayormente por encima del promedio o hiperactivas, los huracanes devastadores pueden azotar incluso en años de baja actividad. El huracán Andrew fue el único huracán de categoría 3 o superior que se formó en 1992, una temporada muy inactiva con apenas 7 tormentas con nombre, pero su impacto catastrófico en el sur de Florida lo convirtió en uno de los desastres más costosos registrados en Estados Unidos.</p><h3><b>El Niño llega oficialmente</b></h3><figure><img src="https://www.local10.com/resizer/v2/Y5W7O44IMNH5VJPSCMNZBX4OKE.gif?auth=01fbb5d1734dfe02c9b4e8686aafb6c20caa02a0fb7e06992286da133caf7637&smart=true&width=1200&height=900" alt="Animation of the departure from average of sea surface temperatures in the eastern Pacific from January 1st through June 8th, 2026. Red colors indicate above-average water temperatures, with the tongue of much warmer than average waters stretching from the coast of Peru into the central Pacific the classic calling card of El Niño. Credit: NOAA." height="900" width="1200"/><figcaption>Animation of the departure from average of sea surface temperatures in the eastern Pacific from January 1st through June 8th, 2026. Red colors indicate above-average water temperatures, with the tongue of much warmer than average waters stretching from the coast of Peru into the central Pacific the classic calling card of El Niño. Credit: NOAA.</figcaption></figure><p>Esta mañana, la NOAA y el Servicio Meteorológico Nacional <a href="https://www.noaa.gov/news-release/el-nino-forms-expected-to-strengthen-say-noaa-forecasters" rel="">declararon oficialmente la presencia de condiciones de El Niño</a> en el Pacífico tropical oriental.</p><p>El calor anormal en la principal región de monitoreo de El Niño utilizada por la NOAA (denominada región Niño 3.4) está alcanzando niveles récord para esta época del año y, hasta el momento, el calentamiento está superando a otros fuertes fenómenos de El Niño que comenzaron en 2023, 2015, 1997 y 1982. Las condiciones de El Niño suelen alcanzar su punto máximo a finales de otoño o en los meses de invierno.</p><figure><img src="https://www.local10.com/resizer/v2/ZWQTRNKSI5AZFEF2VVKJCXG6PU.png?auth=92fc0a18eb312175c69cd5f3c135a196e6fde22a1633b8e9099ed6c01b185b9d&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>Los modelos de pronóstico estacional utilizados para predecir El Niño siguen sugiriendo que se avecina un fenómeno de El Niño histórico y potencialmente sin precedentes.</p><figure><img src="https://www.local10.com/resizer/v2/XKW2UIO2O5GBXM5XCA6RBVRJAE.png?auth=9b7fd8a17896bd0c5d9eb9f37b29cc4f2fe3202358b02a1443a94cdac36b65df&smart=true&width=1200&height=900" alt="Odds of El Niño conditions for each three-month period from May-June-July 2026 through January-February-March 2027 from the 13 main seasonal forecast modeling systems used to predict El Niño. The strength probabilities indicate a 95% chance of a strong to very strong or “super” El Niño developing by the peak months of the 2026 Atlantic hurricane season (August-September-October or ASO). Credit: Zeke Hausfather/theclimatebrink.com." height="900" width="1200"/><figcaption>Odds of El Niño conditions for each three-month period from May-June-July 2026 through January-February-March 2027 from the 13 main seasonal forecast modeling systems used to predict El Niño. The strength probabilities indicate a 95% chance of a strong to very strong or “super” El Niño developing by the peak months of the 2026 Atlantic hurricane season (August-September-October or ASO). Credit: Zeke Hausfather/theclimatebrink.com.</figcaption></figure><p>Esta rápida transición a El Niño es la razón principal por la que prevemos una actividad mucho menor a la media durante esta temporada de huracanes en el Atlántico. Las aguas anormalmente cálidas en el Pacífico oriental tropical, especialmente durante los episodios intensos de El Niño, aumentan la cizalladura del viento (la diferencia en la fuerza y ​​dirección del viento con la altitud) sobre el Caribe y la principal región de desarrollo de huracanes en el Atlántico. La cizalladura del viento dificulta la actividad tropical organizada, ya que contribuye a disipar las tormentas potenciales.</p><p>Como era de esperar, los modelos de pronóstico estacional predicen la mayor cizalladura del viento registrada hasta la fecha (desde 1981) para la principal región de desarrollo del Atlántico este otoño debido a las fuertes condiciones de El Niño.</p><p>Si bien El Niño puede adoptar diferentes características, como <a href="https://agupubs.onlinelibrary.wiley.com/doi/full/10.1029/2006JC003798" rel="">El Niño Modoki</a> (que en japonés significa “similar pero diferente”), donde el calentamiento se concentra en el Pacífico y el Atlántico centrales y la actividad de los huracanes se ve menos afectada, como durante la ajetreada temporada de huracanes de 2004, el El Niño actual es un ejemplo típico y se considera un El Niño canónico o clásico, con importantes repercusiones previstas a nivel mundial.</p><h3><b>Las probabilidades de desarrollo en el Golfo siguen siendo bajas</b></h3><p>Como hemos informado en este boletín desde la semana pasada, los restos de la antigua tormenta tropical Cristina, en el Pacífico oriental, están cruzando Centroamérica y se espera que se fusionen con una perturbación tropical que se aproxima desde el oeste sobre el extremo sur del Golfo y la Bahía de Campeche el viernes.</p><figure><img src="https://www.local10.com/resizer/v2/Z7ZPIUOCDVBTNMUAVIZPJVPTAE.jpg?auth=31de75794d73aa1e6215274a0de69cda24b65bce2a6e2408ee7e56b9703c8215&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>Los modelos de pronóstico siguen mostrando solo una ventana de tiempo muy estrecha para su desarrollo mañana y el sábado, antes de que el sistema se desplace tierra adentro sobre el noreste de México a primera hora del domingo.</p><p>Cabe destacar que un pequeño grupo de miembros del modelo de huracanes basado en aprendizaje automático DeepMind de Google sugiere que el giro residual podría permanecer frente a la costa de Texas hasta principios de la próxima semana y desarrollarse sobre el norte del Golfo antes de ser desviado hacia el este por un frente frío que se aproxima en aproximadamente una semana.</p><figure><img src="https://www.local10.com/resizer/v2/6O3IPZSDUVBJLNNMCS456LVDIU.png?auth=d4e476fbe7fdd2dc44d320658146841c4441996dfe9f1c18db33d3dda414f528&smart=true&width=1200&height=900" alt="Forecast low-pressure tracks from Google’s DeepMind machine learning-based hurricane model through early next Thursday (June 18th). Only a few scenarios of the 50-member ensemble suggest development over the northern Gulf, for now outliers not shown in traditional physics-based models. Credit: Weathernerds.org." height="900" width="1200"/><figcaption>Forecast low-pressure tracks from Google’s DeepMind machine learning-based hurricane model through early next Thursday (June 18th). Only a few scenarios of the 50-member ensemble suggest development over the northern Gulf, for now outliers not shown in traditional physics-based models. Credit: Weathernerds.org.</figcaption></figure><p>Por ahora, estos son casos atípicos que no se muestran en los modelos basados ​​en la física. Incluso el conjunto de modelos de huracanes más reciente de DeepMind, compuesto por 1000 miembros, indica una probabilidad de aproximadamente el 10 % de que se produzca este escenario.</p><figure><img src="https://www.local10.com/resizer/v2/XBXK4DQXSFB7VKICPKALGCA2TI.png?auth=3b604390732a38f0ad10eeffabf674342ecff37e146fb8cd6b0811eece1aa862&smart=true&width=1200&height=900" alt="Odds of a tropical system passing within about 125 miles of a given location through Sunday, June 21st (a week from this Sunday) from Google’s 1000-member DeepMind ensemble. For now, odds are low (~10%) of a system developing next week over the northern Gulf. Credit: Deelan Jariwala." height="900" width="1200"/><figcaption>Odds of a tropical system passing within about 125 miles of a given location through Sunday, June 21st (a week from this Sunday) from Google’s 1000-member DeepMind ensemble. For now, odds are low (~10%) of a system developing next week over the northern Gulf. Credit: Deelan Jariwala.</figcaption></figure><p>No obstante, teniendo en cuenta el impresionante desempeño de DeepMind la temporada pasada, estaremos atentos a las tendencias en los próximos días.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/GYQZDWLE6RBZZGMGSKX2XFN5IE.png?auth=ca051f132a823b373d726e194930a48abec18c8456f975440ae36849ca85ee5d&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"/></item><item><title><![CDATA[Brazil reports drop in Amazon deforestation rates, pushing back on US tariff accusations]]></title><link>https://www.local10.com/business/2026/06/11/brazil-reports-drop-in-amazon-deforestation-rates-pushing-back-on-us-tariff-accusations/</link><guid isPermaLink="true">https://www.local10.com/business/2026/06/11/brazil-reports-drop-in-amazon-deforestation-rates-pushing-back-on-us-tariff-accusations/</guid><dc:creator><![CDATA[By GABRIELA SÁ PESSOA, Associated Press]]></dc:creator><description><![CDATA[SAO PAULO (AP) — Brazilian officials on Thursday announced a sharp drop in deforestation rates, pushing back on one of the arguments that the Trump administration used last week to justify additional tariffs on the South American country.]]></description><pubDate>Thu, 11 Jun 2026 16:13:13 +0000</pubDate><content:encoded><![CDATA[<p>SAO PAULO (AP) — Brazilian officials on Thursday announced a sharp drop in deforestation rates, pushing back on one of the arguments that the Trump administration used last week to justify additional tariffs on the South American country.</p><p>In May, Amazon deforestation was 61.4% lower than in the same month in 2025, according to officials from the National Institute for Space Research, or INPE, and the Ministry of Environment.</p><p>Still, 370 square kilometers (nearly 143 square miles) of the rainforest were cleared. Deforestation over the same period fell 12% in the Cerrado, a savanna in central Brazil that has long been under pressure from the powerful agribusiness sector.</p><p>Environment Minister João Paulo Capobianco said that the figure is the lowest ever recorded for May, and that Brazil is on track to reach its lowest annual levels once the data is consolidated next semester.</p><p>He said that the month typically sees higher deforestation, because it marks the start of the Amazon’s dry season. In the 10 months from August 2025 to May 2026, deforestation in the Amazon already fell by 37.5%, compared with the same previous period.</p><p>On June 2, the Trump administration proposed 25% tariffs on imports from Brazil, saying that the world’s 10th-biggest economy engages in trade practices that are “unreasonable” and that “burden or restrict U.S. commerce.” The announcement came after an investigation by the Office of the U.S. Trade Representative that accused Brazil of illegal deforestation and unfair tariffs of its own, among other things.</p><p>Capobianco said that the deforestation figures “debunk the unfair and unfounded accusation by the United States, which cited deforestation to justify imposing tariffs.” President Luiz Inácio Lula da Silva nodded as he listened to the remarks.</p><p>Lula said that the Trump administration lied when they first imposed additional tariffs on Brazil last year, saying that the U.S. had a trade deficit.</p><p>“And now they raised questions about deforestation. They don’t understand the work we are doing to bring deforestation down to zero by 2030. This is not a decision by any COP or by the United Nations. It is a decision of our government,” the Brazilian president said, using the acronym for U.N. climate conferences.</p><p>“It’s a matter of justice, of Brazil’s contribution to the planet, fulfilling our obligation to avoid deforestation as much as possible. Preventing deforestation benefits Brazil, benefits the Amazon and benefits the world,” he said.</p><p>Deforestation is the leading driver of Brazil’s greenhouse gas emissions, which contribute to global warming.</p><p>The Amazon, the world’s largest rainforest, also plays a critical role in regulating the climate far beyond South America. Scientists warn that forest loss could accelerate global warming and disrupt agriculture as far away as the U.S. Midwest and parts of Europe.</p><p>After reaching record levels in the 1990s and 2000s, deforestation declined until the 2019-2022 term of then President Jair Bolsonaro, whose government was widely criticized for weakening environmental protections. Under Lula’s administration, deforestation has fallen again, reaching its lowest level in a decade last year.</p><p>Despite gains in keeping forest standing, however, many other threats, ranging from climate change to potential legislation on the horizon, are putting the forest at risk.</p><p>Forest degradation, driven by wildfires, logging and drought, affects about 40% of the Amazon and has outpaced clear-cutting in recent years. All of this could be exacerbated this year with a strong El Niño, a cyclic warming of the equatorial Pacific, which causes higher temperatures and drier weather in the rainforest, conditions that worsen wildfires.</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/GJZFDOHZPGWDHCFZRXTMDD2KKE.jpg?auth=0e92b6c1cfc2c7a6c8f56e0a9f6d6e2bf49d9a7e0d77b9b357acd1f975364ee7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Brazilian President Luiz Inacio Lula da Silva arrives at the Amazon Regional Observatory of the Amazon Cooperation Treaty Organization in Brasilia, Brazil, Thursday, June 11, 2026. (AP Photo/Eraldo Peres)]]></media:description><media:credit role="author" scheme="urn:ebu">Eraldo Peres</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6XO7GJT6H5A6XCQUNDRBQNZM4Q.jpg?auth=4138be9b842d4765232c31ef976c4aed4a2379c9362f756862d6a2f52adec7ac&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Brazilian President Luiz Inacio Lula da Silva listens to a presentation at the Amazon Regional Observatory of the Amazon Cooperation Treaty Organization in Brasilia, Brazil, Thursday, June 11, 2026. (AP Photo/Eraldo Peres)]]></media:description><media:credit role="author" scheme="urn:ebu">Eraldo Peres</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YVQVQV3VNO5G427TUAF33LZZ64.jpg?auth=1e1f1831ea20f6bd5b17e90feca7bfc0a72a1f77fa8750009f3371201d95315a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Brazilian President Luiz Inacio Lula da Silva attends a meeting at the Amazon Regional Observatory of the Amazon Cooperation Treaty Organization in Brasilia, Brazil, Thursday, June 11, 2026. (AP Photo/Eraldo Peres)]]></media:description><media:credit role="author" scheme="urn:ebu">Eraldo Peres</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4YBGMKLGH3LZRTUK4P3FL5SY3Y.jpg?auth=c7e0c4fc95e67bbfee91ef668f59bc461d07a52c1c1cf68ba0f6bc1a216cd027&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Brazilian President Luiz Inacio Lula da Silva speaks in front of a screen displaying a 61.4% decrease in Amazon deforestation compared with May 2025 during a visit to the Amazon Regional Observatory of the Amazon Cooperation Treaty Organization in Brasilia, Brazil, Thursday, June 11, 2026. (AP Photo/Eraldo Peres)]]></media:description><media:credit role="author" scheme="urn:ebu">Eraldo Peres</media:credit></media:content></item><item><title><![CDATA[Average US long-term mortgage rate rises to 6.52%, just below its high for the year]]></title><link>https://www.local10.com/business/2026/06/11/average-us-long-term-mortgage-rate-rises-to-652-just-below-its-high-for-the-year/</link><guid isPermaLink="true">https://www.local10.com/business/2026/06/11/average-us-long-term-mortgage-rate-rises-to-652-just-below-its-high-for-the-year/</guid><dc:creator><![CDATA[By ALEX VEIGA, Associated Press]]></dc:creator><description><![CDATA[The average long-term U.S. mortgage rate ticked up this week to just below its high for the year, the latest sign that borrowing costs on home loans remain elevated relative to where they were before the war with Iran started.]]></description><pubDate>Thu, 11 Jun 2026 16:58:58 +0000</pubDate><content:encoded><![CDATA[<p>The average long-term U.S. mortgage rate ticked up this week to just below its high for the year, the latest sign that borrowing costs on home loans remain elevated relative to where they were before the war with Iran started.</p><p>The benchmark 30-year fixed rate mortgage rate rose to 6.52% from 6.48% last week, mortgage buyer Freddie Mac said Thursday. Despite the increase, the average rate remains below 6.84%, where it was a year ago.</p><p>Borrowing costs on 15-year fixed-rate mortgages, often sought by borrowers refinancing a home loan, also rose this week. That average rate climbed to 5.84% from 5.79% last week. A year ago, it was at 5.97%, Freddie Mac said.</p><p>When mortgage rates rise they can add hundreds of dollars a month in costs for borrowers, reducing their purchasing power.</p><p>Mortgage rates are influenced by several factors, from the Federal Reserve’s interest rate policy decisions to bond market investors’ expectations for the economy and inflation. They generally follow the trajectory of the 10-year Treasury yield, which lenders use as a guide to pricing home loans.</p><p>Rates have been mostly trending higher since the conflict between the U.S. and Iran began in late February, disrupting the flow of crude oil from the Persian Gulf to customers worldwide. That’s sent oil prices sharply higher, helping drive up inflation.</p><p>Expectations of higher oil prices as the war drags on have kept long-term bond yields elevated, causing mortgage rates to mostly trend higher.</p><p>The yield on the U.S. 10-year Treasury note was at 4.53% in midday trading Thursday on the bond market, up from 4.47% a week ago. It was just 3.97% in late February, before the war broke out.</p><p>As recently as late February, the average rate on a 30-year mortgage had slipped just under 6% for the first time since late 2022. It’s hasn’t fallen below that threshold since. Two weeks ago, it climbed to 6.53%, its highest level since August 28.</p><p>While average long-term mortgage rates remain lower than they were at this time last year, their mostly upward trajectory and uncertainty over how much higher they may go has kept many would-be homebuyers on the sideline.</p><p>Sales of previously occupied U.S. homes declined in the first three months of the year compared to a year earlier, extending a nationwide housing slump that dates back to 2022 when mortgage rates began to climb from pandemic-era lows. Sales were essentially flat in April, but accelerated in May to their fastest pace since December.</p><p>Still, sales of existing U.S. homes continue to hovering close to a 4-million annual pace, far short of the historic norm that is closer to 5.2-million.</p><p>The latest mortgage applications data suggest home shoppers who can afford to buy at current rates are not holding out for them to move lower.</p><p>After declining in recent weeks, mortgage applications, which include loans to buy a home or refinance an existing mortgage, jumped 10.8% last week from the previous week, according to the Mortgage Bankers Association. Applications for both home purchase and refinancing loans rebounded.</p><p>The increase in mortgage applications is an encouraging sign for the housing market heading into the second half of the year after a lackluster spring homebuying season.</p><p>“However, if inflation continues to outpace wage growth, eroding purchasing power alongside still-elevated mortgage rates, household budgets will come under increasing pressure, posing a meaningful drag on housing demand heading into the summer,” said Jiayi Xu, an economist at Realtor.com.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/4KI4KLSNBUNNZCDCQCT4WH74SA.jpg?auth=2737452b2c38c474a36a622d2cdb8caf8883ef516aaa05c73867bdbc57553f7e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A "For Sale" sign is seen on Tuesday, Jan. 6, 2026, in Portland, Ore. (AP Photo/Jenny Kane, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jenny Kane</media:credit></media:content></item><item><title><![CDATA[Lights! Camera! Cage match! The White House lawn's Octagon is ready for Trump's 80th birthday bash]]></title><link>https://www.local10.com/entertainment/2026/06/11/lights-camera-cage-match-the-white-house-lawns-octagon-is-ready-for-trumps-80th-birthday-bash/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/06/11/lights-camera-cage-match-the-white-house-lawns-octagon-is-ready-for-trumps-80th-birthday-bash/</guid><dc:creator><![CDATA[By WILL WEISSERT, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — It looks from afar more UFO than UFC.]]></description><pubDate>Thu, 11 Jun 2026 21:01:43 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — It looks from afar more UFO than UFC.</p><p>Maybe it's the kind of contraption that has carried space aliens to the White House to force a meeting with America's leader.</p><p>But come closer and you'll see the contours of the eight-sided cage, 30 feet (9 meters) in diameter and shaped, with careful precision, like the MMA league's signature Octagon.</p><p>That is, a STOP! sign flipped on its edge, with wire-mesh sides and padded corners fitted with different sponsors' logos: Morgan & Morgan, Bud Light, Dodge Ram, Corona Extra and Polymarket, which identifies itself as the world’s largest prediction market.</p><p>Overhead looms The Claw, a four-sided mass that arcs more than 90 feet (27 meters) into the air and features lights, speakers, thick snakes of wiring and four large screens so fans not seated right next to the Octagon can follow the cage fighting below.</p><p>Think more of the four-sided, metal grabby thing that tries to grasp stuffed animals at a video arcade rather than what house cats have — hence the extraterrestrial vibes.</p><p>And surrounding all that are risers filled with gray folding chairs forming a temporary arena expected to seat 4,000-plus people for the seven UFC fights being staged on Sunday to celebrate the 80th birthday of President Donald Trump and the 250th anniversary of the Declaration of Independence’s signing.</p><p>‘Quite attractive to a lot of people’</p><p>For non-UFC fans, all of this might be disorienting under any circumstances. But the temporary arena is covering nearly the entirety of the White House's South Lawn, where Marine One usually lands to ferry the president to out-of-town trips and gobs of kids scramble in the grass during the Easter Egg Roll every spring.</p><p>More than $60 million and tens of thousands of hours of labor have been poured into building the arena, according to a court filing from the National Park Service, which oversees the South Lawn and is contesting a lawsuit meant to block the event.</p><p>The White House says the UFC is covering the costs, though the filing states that seven agencies — including the Department of Homeland Security and the Federal Aviation Administration — have “allocated significant resources and manpower.”</p><p>Fighters, their entourages and assorted support staffers are expected to take over the driveway and part of the West Wing when they're not fighting. But they'll enter the arena via curtained-off walkways with access to the Octagon.</p><p>They, as well as ordinary attendees of Sunday's spectacle, will have picturesque views of the White House's Executive Residence and its storied Truman Balcony on one side and the Washington Monument towering in the distance on the other. All of it will be accentuated by swirling spotlights, and perhaps even sweat and blood pouring off the fighters pummeling each other.</p><p>A packed pre-event schedule includes a press conference at the Lincoln Memorial with UFC chief Dana White and the fighters on Friday night.</p><p>There's also a ceremonial weigh-in for combatants on Saturday at the Ellipse, a park near the White House where organizers expect 120,000-plus visitors to watch Sunday night's proceedings on large screens after winning free tickets in a lottery.</p><p>Stunt athlete Travis Pastrana is also set to do a potentially death-defying backflip on a dirt bike on the White House lawn as part of the preshow extravaganza.</p><p>Trump has called the Octagon and its Claw “quite attractive to a lot of people.” He's even suggested that maybe the temporary structure could become permanent, like the Eiffel Tower, which he notes was originally built as part of the 1889 World's Fair but then was never taken back down.</p><p>Only the president knows how serious that suggestion really is.</p><p>The fights will go on rain or shine — despite a lack of covering</p><p>Work on the arena began May 20 and has continued for weeks. During a walk-through for reporters on Thursday, construction noises — particularly sanding and hammering — could be heard. Giant cranes were carrying materials around overhead, though that was for the $400 million ballroom that Trump is building nearby, not the UFC fight.</p><p>The remaining grassy lawn around the arena, on the other sides of the White House, has been fitted with supplemental spotlights. But the grass that normally grows between the White House and the start of the risers for the arena is now gone, with nothing but dusty dirt that will need to be resodded when this is all over — unless the president really does decide to leave the arena up permanently.</p><p>There's also a large Freedom 250 logo standing between the White House and the arena. Nearby, crews removed the tables and yellow patio umbrellas from Trump’s refurbished Rose Garden and were power-washing that space, as well as the colonnade to the Oval Office, in preparation for the fights.</p><p>Secretary of State Marco Rubio signed a cooperation agreement with UFC that will pair the two to provide fight training and health and diet regimens, while promoting teamwork and leadership among youth around the world.</p><p>“We are so polarized,” Rubio said. “There are only a handful of things that bring people together in one place at one time, united by their interest in one thing. We need more of those.”</p><p>Later Thursday, crews began testing the sound system, unleashing a deep rumbling — and sometimes unsettling bass notes — throughout the West Wing. During a subsequent Oval Office event, the music from the lawn was loud enough that the 1970s hit "Boys are Back in Town” rollicked in the background as Trump spoke.</p><p>Sunday's event starts at 8 p.m. ET. As darkness falls, crews will illuminate The Claw in red, white and blue, and the mass of lights will offer projections that make it seem as though the entire structure has been enveloped in a twirling stars and stripes pattern.</p><p>The weather forecast calls for hot and muggy conditions with thunderstorms possible. The underside of The Claw's tower features an overhead cover that should keep the fighters reasonably dry should it rain — and Trump is also likely to watch from a protected, covered area.</p><p>But everyone else would almost certainly get wet.</p><p>White has vowed that even heavy lightning — when The Claw might make a conspicuous target for bolts — wouldn't stop the show.</p><p>“I don’t care if it snows," White said.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/WTZ3VRLIED7DMPCOZFBSFOGOZM.jpg?auth=ccdab00b0b8407dc6b0982a0d0e6281fc9c31d98b0654a9ce8558e7ea69f6cd0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Members of the media view the arena for the UFC Freedom 250 fights on the South Lawn of the White House, Thursday, June 11, 2026, in Washington. (AP Photo/Alex Brandon)]]></media:description><media:credit role="author" scheme="urn:ebu">Alex Brandon</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/M35IVOBMNNMXJGBHS3WXYHD4OI.jpg?auth=7ec5c96fa0e7b3ddf8ba0a0a607edc18afb3585e0afcb3b99c7b6b04addbd5fc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Members of the media view the arena for the UFC Freedom 250 fights on the South Lawn of the White House, Thursday, June 11, 2026, in Washington. (AP Photo/Alex Brandon)]]></media:description><media:credit role="author" scheme="urn:ebu">Alex Brandon</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6YTUBACXTEVZRRS6C7DZAEAR44.jpg?auth=8872d7134bc6ac9ddcb882143cdbc74602af189f6e6c8b82a2e234182dcbba67&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The arena for the UFC Freedom 250 fights on the South Lawn of the White House is photographed Thursday, June 11, 2026, in Washington. (AP Photo/Alex Brandon)]]></media:description><media:credit role="author" scheme="urn:ebu">Alex Brandon</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/F6OABIXGHNAQITCDCM42SSGO2M.jpg?auth=452bc33aca44ed38f762e7a49085551d662e62ab8f3134c8e498f7e1aef47164&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The arena for the UFC Freedom 250 fights on the South Lawn of the White House is photographed Thursday, June 11, 2026, in Washington. (AP Photo/Alex Brandon)]]></media:description><media:credit role="author" scheme="urn:ebu">Alex Brandon</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3TFO4HXV72TKVNTRB73JHUKIAA.jpg?auth=3041f51e493f437411c909aab2d3a62848f133e79be39b550d45d86750adfda1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Members of the media view the arena for the UFC Freedom 250 fights on the South Lawn of the White House, Thursday, June 11, 2026, in Washington. (AP Photo/Alex Brandon)]]></media:description><media:credit role="author" scheme="urn:ebu">Alex Brandon</media:credit></media:content></item><item><title><![CDATA[Miami-Dade Animal Services spotlights Louie ahead of adoption event]]></title><link>https://www.local10.com/pets/2026/06/11/miami-dade-animal-services-spotlights-louie-ahead-of-adoption-event/</link><guid isPermaLink="true">https://www.local10.com/pets/2026/06/11/miami-dade-animal-services-spotlights-louie-ahead-of-adoption-event/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[A gentle dog named Louie is looking for a forever home through Miami-Dade Animal Services after being rescued from a hoarding situation earlier this year.]]></description><pubDate>Thu, 11 Jun 2026 15:16:29 +0000</pubDate><content:encoded><![CDATA[<p>A gentle dog named Louie is looking for a forever home through Miami-Dade Animal Services after being rescued from a hoarding situation earlier this year.</p><p><a href="https://www.local10.com/espanol/2026/06/11/servicios-de-animales-de-miami-dade-destaca-a-louie-antes-de-evento-de-adopcion/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/11/servicios-de-animales-de-miami-dade-destaca-a-louie-antes-de-evento-de-adopcion/">Leer en español</a></p><p>According to Miami-Dade Animal Services, Louie arrived at the shelter in February along with several other dogs that had been living together in overcrowded conditions. </p><p>Staff members describe the 2 to 3-year-old mixed-breed dog as sweet, affectionate and easygoing around both people and other animals.</p><p>Shelter workers say Louie enjoys attention — especially belly and back scratches — and has earned positive reviews for his calm demeanor while waiting for adoption.</p><p>Those interested in adopting Louie or another pet can attend the Florida Mega Pet Adoption Event on Saturday at TY Park in Broward County. </p><p>Miami-Dade Animal Services, Broward County Animal Care, the Humane Society of Broward County and the Humane Society of Greater Miami will participate in the event, where adoption fees are expected to be waived.</p><p>More information about Louie and other adoptable pets is available by <a href="https://www.miamidade.gov/global/animals/home.page" target="_self" rel="" title="https://www.miamidade.gov/global/animals/home.page">clicking here</a>. </p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Servicios de Animales de Miami-Dade destaca a Louie antes de evento de adopción]]></title><link>https://www.local10.com/espanol/2026/06/11/servicios-de-animales-de-miami-dade-destaca-a-louie-antes-de-evento-de-adopcion/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/11/servicios-de-animales-de-miami-dade-destaca-a-louie-antes-de-evento-de-adopcion/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Un amable perro llamado Louie está buscando un hogar permanente a través de Servicios para Animales de Miami-Dade después de haber sido rescatado de una situación de acaparamiento a principios de este año.]]></description><pubDate>Thu, 11 Jun 2026 15:35:40 +0000</pubDate><content:encoded><![CDATA[<p>Un perro dócil llamado Louie está buscando un hogar permanente a través de Servicios de Animales de Miami-Dade después de haber sido rescatado de una situación de acumulación de animales a principios de este año.</p><p>Según Servicios de Animales de Miami-Dade, Louie llegó al refugio en febrero junto con varios otros perros que vivían en condiciones de hacinamiento.</p><p>Los miembros del personal describen al perro mestizo, de entre 2 y 3 años, como dulce, cariñoso y tranquilo tanto con las personas como con otros animales.</p><p>Los trabajadores del refugio dicen que a Louie le encanta recibir atención, especialmente que le rasquen la barriga y la espalda, y que ha recibido comentarios positivos por su comportamiento calmado mientras espera ser adoptado.</p><p>Quienes estén interesados en adoptar a Louie o a otra mascota pueden asistir al Evento Mega de Adopción de Mascotas de Florida el sábado en TY Park, en el condado Broward.</p><p>Servicios de Animales de Miami-Dade, Broward County Animal Care, la Sociedad Humanitaria del Condado Broward y la Sociedad Humanitaria del Gran Miami participarán en el evento, donde se espera que las tarifas de adopción sean exoneradas.</p><p>Más información sobre Louie y otras mascotas disponibles para adopción está disponible haciendo <a href="https://www.miamidade.gov/global/animals/home.page" target="_blank" rel="noreferrer" title="https://www.miamidade.gov/global/animals/home.page">clic aquí</a>.</p>]]></content:encoded></item><item><title><![CDATA[Policía: Hombre de Miami Gardens que mató a intruso a tiros era narcotraficante]]></title><link>https://www.local10.com/espanol/2026/06/10/policia-hombre-de-miami-gardens-que-mato-a-intruso-a-tiros-era-narcotraficante/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/10/policia-hombre-de-miami-gardens-que-mato-a-intruso-a-tiros-era-narcotraficante/</guid><dc:creator><![CDATA[Andrea Torres, Aaron Maybin]]></dc:creator><description><![CDATA[Un hombre de 50 años enfrentó cargos el miércoles después de que los detectives lo acusaran de dispararle a un hombre en la cabeza el martes en Miami Gardens.]]></description><pubDate>Wed, 10 Jun 2026 19:44:31 +0000</pubDate><content:encoded><![CDATA[<p>Un narcotraficante convicto de 50 años enfrentó cargos el miércoles después de que detectives lo acusaran de dispararle en la cabeza a un hombre el <a href="https://www.local10.com/espanol/2026/06/09/policia-balean-en-la-cabeza-a-hombre-que-intentaba-robar-a-residentes-en-casa-de-miami-gardens/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/09/policia-balean-en-la-cabeza-a-hombre-que-intentaba-robar-a-residentes-en-casa-de-miami-gardens/">martes</a> en Miami Gardens.</p><p>Los agentes de policía arrestaron a <a href="https://pubapps.fdc.myflorida.com/offenderSearch/detail.aspx?Page=Detail&amp;DCNumber=L20105&amp;TypeSearch=IR" target="_blank" rel="noreferrer" title="https://pubapps.fdc.myflorida.com/offenderSearch/detail.aspx?Page=Detail&amp;DCNumber=L20105&amp;TypeSearch=IR">Anthony Gordon</a> después de que detectives, con una orden de registro, encontraran $1.4 millones USD en efectivo y aproximadamente $5 millones USD en narcóticos en su vivienda, según el Departamento de Policía de Miami Gardens.</p><p>Correccionales de Miami-Dade registró el ingreso de Gordon, un delincuente convicto en Florida, poco después de las 7 a.m. del miércoles en el Centro Correccional Turner Guilford Knight, según registros de reclusos.</p><p>Gordon, también conocido como “Peanut”, fue liberado por última vez de prisión el 2 de diciembre de 2020, después de siete condenas en Miami-Dade y una en Broward, todas relacionadas con tráfico de drogas en 2013 y 2014, según el Departamento de Correcciones de Florida.</p><p>Gordon enfrenta 16 cargos: tráfico de propiedad robada, tráfico de cocaína, tráfico de fentanilo, tráfico de anfetaminas, tráfico de oxicodona, tráfico de drogas ilegales mientras estaba armado, 10 cargos de posesión de arma de fuego o municiones por un delincuente convicto y posesión de drogas sin receta médica.</p><p><i>Esta es una noticia en desarrollo.</i></p>]]></content:encoded></item><item><title><![CDATA[Festival de Aficionados de la Copa Mundial de la FIFA abrirá el sábado en Bayfront Park]]></title><link>https://www.local10.com/espanol/2026/06/10/festival-de-aficionados-de-la-copa-mundial-de-la-fifa-abrira-el-sabado-en-bayfront-park/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/10/festival-de-aficionados-de-la-copa-mundial-de-la-fifa-abrira-el-sabado-en-bayfront-park/</guid><dc:creator><![CDATA[Gabrielle Arzola, Andrea Torres, Janine Stanwood]]></dc:creator><description><![CDATA[La gran inauguración del Festival de Aficionados de la Copa Mundial de la FIFA 2026 tendrá lugar el sábado de 14:00 a 24:00 en Bayfront Park, en el centro de Miami.]]></description><pubDate>Wed, 10 Jun 2026 17:29:50 +0000</pubDate><content:encoded><![CDATA[<p>La gran inauguración del Festival de Aficionados de <a href="https://www.local10.com/topic/World_Cup/" rel="" title="https://www.local10.com/topic/World_Cup/">la Copa Mundial de la FIFA 2026</a> tendrá lugar el sábado de 14:00 a 24:00 en Bayfront Park, en el centro de Miami.</p><p>Los organizadores indicaron que hay espacio suficiente para que unos 30.000 aficionados disfruten de las proyecciones en cuatro pantallas gigantes en el parque ubicado en 301 Biscayne Boulevard.</p><p>“Todos son bienvenidos, de todas las edades... podrán ver los partidos gratis, mientras disfrutan de la música, el baile y la comida”, dijo el miércoles la alcaldesa de Miami-Dade, Daniella Levine Cava.</p><p>Por motivos de seguridad, habrá detectores de metales y solo se permitirán bolsos transparentes. No se permiten bolsos de más de 30 cm x 15 cm.</p><p>También está prohibido vapear y fumar. Sillas, mantas, tiendas de campaña, patinetes, bocinas de aire comprimido, punteros láser e hinchables están incluidos en <a href="https://miamifwc26.com/fan-festival/" rel="" title="https://miamifwc26.com/fan-festival/">la lista de artículos prohibidos</a> .</p><p>Excepto la comida para bebés, no se permite la entrada de alimentos ni bebidas del exterior. Los organizadores instalaron una larga fila de puestos de comida y bebida. El festival estará abierto todos los días hasta el 5 de julio.</p><h3><b>Programa del festival</b></h3><p><b>13 de junio</b> : El festival para aficionados abre sus puertas de 14:00 a 24:00. Los partidos <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/">del Grupo A</a> se juegan a las 15:00 (México contra Sudáfrica) y a las 23:00 (Corea del Sur contra la República Checa).</p><p><b>14 de junio</b> : El festival de aficionados abre de 12:00 a 22:00. El partido <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/">del Grupo B</a> , Canadá vs. Bosnia, es a las 15:00 y el partido <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/">del Grupo D</a> , EE. UU. vs. Paraguay, es a las 21:00.</p><p>15 de junio: El festival de fans abre de 11:00 a 21:00.</p><p>16 de junio: El festival de fans abre sus puertas de 14:00 a 24:00.</p><p>17 de junio: El festival de fans abre sus puertas de 12:00 a 22:00.</p><p>18 de junio: El festival de fans abre de 11:00 a 21:00.</p><p>19 de junio: El festival de fans abre sus puertas de 14:00 a 24:00.</p><p>20 de junio: El festival de fans abre sus puertas de 12:00 a 23:00.</p><p>21 de junio: El festival de fans abre de 11:00 a 21:00.</p><p>22 de junio: El festival de fans abre sus puertas de 12:00 a 20:00.</p><p>23 de junio: El festival de fans abre de 12:00 a 13:00.</p><p>24 de junio: El festival de fans abre sus puertas de 14:00 a 21:00.</p><p>25 de junio: El festival de fans abre de 15:00 a 01:00.</p><p>26 de junio: El festival de fans abre sus puertas de 14:00 a 23:00.</p><p>27 de junio: El festival de fans abre de 16:00 a 01:00.</p><p>28 de junio: El festival de fans abre de 13:00 a 22:00.</p><p>29 de junio: El festival de fans abre sus puertas desde el mediodía hasta la medianoche.</p><p>30 de junio: El festival de fans abre sus puertas desde el mediodía hasta la medianoche.</p><p>1 de julio: El festival de fans abre de 11:00 a 23:00.</p><p>2 de julio: El festival de fans abre de 14:00 a 22:00.</p><p>3 de julio: El festival de fans abre de 13:00 a 21:00.</p><p>4 de julio: El festival de fans abre sus puertas desde el mediodía hasta la medianoche.</p><p>5 de julio: El festival de fans abre de 15:00 a 23:00.</p><p>Para obtener más información sobre el festival, <a href="https://miamifwc26.com/fan-festival/" rel="" title="https://miamifwc26.com/fan-festival/">visite esta página.</a></p><p><b>Historias relacionadas</b></p><ul><li><a href="https://www.local10.com/news/local/2026/06/10/feds-warn-against-flying-drones-at-stadium-on-7-fifa-world-cup-game-days/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/10/feds-warn-against-flying-drones-at-stadium-on-7-fifa-world-cup-game-days/">Las autoridades federales advierten contra el uso de drones en los estadios durante 7 jornadas de la Copa Mundial de la FIFA.</a></li><li><a href="https://www.local10.com/news/2026/06/10/fbi-director-counterterrorism-to-be-a-top-priority-during-fifa-world-cup/" target="_self" rel="" title="https://www.local10.com/news/2026/06/10/fbi-director-counterterrorism-to-be-a-top-priority-during-fifa-world-cup/">Director del FBI: La lucha contra el terrorismo será una prioridad absoluta durante la Copa Mundial de la FIFA.</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/">Copa Mundial de la FIFA 2026, Grupo A: México jugará su partido inaugural el 11 de junio.</a></li></ul><h3><b>Seguimiento de los grupos de la Copa Mundial de la FIFA</b></h3><ul><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/">Grupo A</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/">Grupo B</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/">Grupo C</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/">Grupo D</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/">Grupo E</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/">Grupo F</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/">Grupo G</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/">Grupo H</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">Grupo I</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/">Grupo J</a></li><li><a href="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/" target="_self" rel="" title="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/">Grupo K</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/">Grupo L</a></li></ul>]]></content:encoded></item><item><title><![CDATA[Policía: Agente de los Cayos se lesiona la mano al desplegar ponchallantas para sospechoso que conducía de forma errática a 120 mph]]></title><link>https://www.local10.com/espanol/2026/06/11/policia-agente-de-los-cayos-se-lesiona-la-mano-al-desplegar-ponchallantas-para-sospechoso-que-conducia-de-forma-erratica-a-120-mph/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/11/policia-agente-de-los-cayos-se-lesiona-la-mano-al-desplegar-ponchallantas-para-sospechoso-que-conducia-de-forma-erratica-a-120-mph/</guid><dc:creator><![CDATA[David Dwork]]></dc:creator><description><![CDATA[Los agentes del condado de Monroe anunciaron que arrestaron a un hombre de 25 años acusado de varios delitos graves.]]></description><pubDate>Thu, 11 Jun 2026 15:21:01 +0000</pubDate><content:encoded><![CDATA[<p>Agentes en el condado Monroe anunciaron el arresto de un hombre de 25 años por varios cargos graves.</p><p>La Oficina del Sheriff del Condado Monroe informó que arrestó a Aaron Tipsford, de Marathon, el miércoles.</p><p>Según los agentes, tuvieron contacto con Tipsford varias veces la noche del martes “debido a su comportamiento errático”, pero indicaron que no cumplía con los criterios para ser internado bajo la Ley Baker.</p><p>Después de que un familiar solicitara posteriormente una verificación de bienestar de Tipsford, los agentes dijeron que lo observaron conduciendo una SUV Honda alrededor de las 5:30 a.m. del miércoles cerca del marcador de milla 30 en Big Pine Key.</p><p>Las autoridades dijeron que durante una parada de tráfico, el “patrón de habla era anormal” y que “tenía dificultades para completar oraciones y llevaba una chaqueta pesada y guantes a pesar de las altas temperaturas”.</p><p>La temperatura máxima en Big Pine Key la mañana del miércoles fue de <a href="https://www.timeanddate.com/weather/@4147800/historic" target="_blank" rel="noreferrer" title="https://www.timeanddate.com/weather/@4147800/historic">84 grados</a>.</p><p>Cuando los agentes le pidieron a Tipsford que mostrara su licencia de conducir, dijeron que huyó y comenzó a rebasar varios vehículos a velocidades de hasta 120 mph en la autopista U.S. 1.</p><p>Las autoridades dijeron que utilizaron ponchallantas varias veces contra el vehículo de Tipsford antes de que finalmente girara hacia la calle 39 en Marathon y chocara contra una roca antes de ser puesto bajo custodia.</p><p>La oficina del sheriff informó que una agente sufrió una lesión en la mano mientras desplegaba los ponchallantas y fue atendida el miércoles en el Hospital Jackson Memorial de Miami.</p><p>Tipsford enfrenta cargos por conducir bajo la influencia causando lesiones corporales graves, huir y evadir a las autoridades, resistirse al arresto, exceso de velocidad peligroso, daños criminales a la propiedad, posesión de marihuana y posesión de parafernalia de drogas.</p><p>Hasta la mañana del jueves, permanecía detenido sin derecho a fianza en la cárcel de Key West de la Oficina del Sheriff del Condado Monroe.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/PTSMDAUXZBFH3N44RGMOHBZXUI.jpg?auth=a5a2756fbfc385c203cfb03c60f73cce8cc59f7f24604003a892bc6d8f3bd9ee&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Keys deputy injures hand deploying spikes for ‘erratic’ suspect driving 120 mph, cops say]]></title><link>https://www.local10.com/news/local/2026/06/11/keys-deputy-injures-hand-deploying-spikes-for-erratic-suspect-driving-120-mph-cops-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/11/keys-deputy-injures-hand-deploying-spikes-for-erratic-suspect-driving-120-mph-cops-say/</guid><dc:creator><![CDATA[David Dwork]]></dc:creator><description><![CDATA[Deputies in Monroe County announced they arrested a 25-year-old man on several felony charges. ]]></description><pubDate>Thu, 11 Jun 2026 15:01:25 +0000</pubDate><content:encoded><![CDATA[<p>Deputies in Monroe County announced they arrested a 25-year-old man on several felony charges. </p><p><a href="https://www.local10.com/espanol/2026/06/11/policia-agente-de-los-cayos-se-lesiona-la-mano-al-desplegar-ponchallantas-para-sospechoso-que-conducia-de-forma-erratica-a-120-mph/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/11/policia-agente-de-los-cayos-se-lesiona-la-mano-al-desplegar-ponchallantas-para-sospechoso-que-conducia-de-forma-erratica-a-120-mph/">Leer en español</a></p><p>The Monroe County Sheriff’s Office said they took Aaron Tipsford, of Marathon, into custody on Wednesday. </p><p>According to deputies, they made contact with Tipsword several times on Tuesday night “due to his erratic behavior” but said that he did not meet the criteria to be Baker Acted. </p><p>After a family member later requested a welfare check on Tipsword, deputies said they observed him driving a Honda SUV around 5:30 a.m. Wednesday near Mile Marker 30 on Big Pine Key.</p><p>Authorities said during a traffic stop, Tipsword’s “speech pattern was abnormal” and that “he had difficulty completing sentences and was wearing a heavy jacket and gloves despite warm temperatures.”</p><p>The high temperature in Big Pine Key on Wednesday morning <a href="https://www.timeanddate.com/weather/@4147800/historic" target="_blank" rel="noreferrer" title="https://www.timeanddate.com/weather/@4147800/historic">was 84 degrees</a>. </p><p>When deputies asked Tipsword to provide his driver’s license, they said he took off and proceeded to speed past several vehicles, reaching speeds of 120 mph on U.S. 1. </p><p>Authorities said they used tire spikes on Tipsword’s vehicle several times before he eventually turned onto 39th Street in Marathon and struck a boulder before being taken into custody. </p><p>The sheriff’s department said that a deputy suffered an injury to her hand while deploying the spikes and was treated on Wednesday at Jackson Memorial Hospital in Miami.</p><p>Tipsword is facing charges of DUI causing serious bodily injury, fleeing and eluding, resisting arrest, dangerous/excessive speeding, criminal mischief with property damage, possession of marijuana, and possession of drug paraphernalia. </p><p>As of Thursday morning, he was being held at MCSO’s Key West jail facility on no bond. </p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/PTSMDAUXZBFH3N44RGMOHBZXUI.jpg?auth=a5a2756fbfc385c203cfb03c60f73cce8cc59f7f24604003a892bc6d8f3bd9ee&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[From YouTube to Disney+: Preschool hit 'Gracie's Corner' lands streaming and development deal]]></title><link>https://www.local10.com/entertainment/2026/06/11/from-youtube-to-disney-preschool-hit-gracies-corner-lands-streaming-and-development-deal/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/06/11/from-youtube-to-disney-preschool-hit-gracies-corner-lands-streaming-and-development-deal/</guid><dc:creator><![CDATA[By JONATHAN LANDRUM Jr., Associated Press]]></dc:creator><description><![CDATA[LOS ANGELES (AP) — When Javoris Hollingsworth looked over his children’s shoulders during the pandemic, he noticed something missing from the educational videos keeping them occupied: Black characters who reflected families like his own.]]></description><pubDate>Thu, 11 Jun 2026 15:01:01 +0000</pubDate><content:encoded><![CDATA[<p>LOS ANGELES (AP) — When Javoris Hollingsworth looked over his children’s shoulders during the pandemic, he noticed something missing from the educational videos keeping them occupied: Black characters who reflected families like his own.</p><p>“Did you realize that none of the characters look like our children?” he asked his wife, Arlene Gordon-Hollingsworth.</p><p>Instead of simply pointing out the problem, the couple set out to change it. That observation eventually led to “Gracie’s Corner,” the educational music series inspired by their daughter Graceyn Hollingsworth that has attracted more than 6.3 million YouTube subscribers and nearly 10 billion views.</p><p>Now, “Gracie’s Corner” is headed to Disney+.</p><p>Disney announced Thursday that it has acquired the global streaming rights to the popular preschool series and will develop new original content with the Hollingsworth family. The deal includes global linear and streaming rights to more than 120 shorts and 18 themed compilations from the existing series.</p><p>Graceyn, 13, said she was “really ecstatic” when she learned Disney would become part of the show's next chapter.</p><p>“Disney, Disney. The one that makes all the princess movies and everything,” she recalled thinking. “It was really surprising.”</p><p>When will ‘Gracie’s Corner' premiere on Disney+?</p><p>“Gracie’s Corner” will debut Monday on Disney+ in the United States and select international markets, with 68 shorts and seven compilations available at launch. Additional shorts and compilations will roll out globally through 2026.</p><p>The acquisition adds “Gracie’s Corner” to Disney Jr.’s preschool lineup, which includes “Bluey,” “Marvel’s Spidey and his Amazing Friends,” “Mickey Mouse Clubhouse,” “SuperKitties” and the recently launched “Sofia the First: Royal Magic.”</p><p>“‘Gracie’s Corner’ has made a real connection with families by meeting kids where they are, while still delivering the kind of joyful, enriching experience parents are looking for,” said Ayo Davis, president of Disney Branded Television. “It feels very at home alongside the Disney characters and stories families already love, bringing together music, learning and participation in a way that really resonates with today’s preschoolers.”</p><p>The inspiration for ‘Gracie’s Corner'</p><p>The journey began in 2020 when the Hollingsworths, both university professors, were juggling virtual work and parenting from home during the early days of COVID-19. Arlene Gordon-Hollingsworth, a licensed clinical psychologist, and her husband were teaching classes remotely while helping their children navigate online learning.</p><p>Like many parents, they relied on educational videos to keep their children entertained and engaged. But they quickly realized many of the characters their children watched did not reflect their own experiences.</p><p>At the time, Graceyn was in elementary school. The couple’s younger children were toddlers.</p><p>“We were like every other parent, putting them in front of what we could to entertain them,” Arlene Gordon-Hollingsworth said.</p><p>The conversation sparked an idea that would eventually become a family business.</p><p>Sing-along show blends hip-hop, R&B and learning</p><p>The Hollingsworths created “Gracie’s Corner,” an animated sing-along series that reimagines nursery rhymes while blending literacy, math, science and social-emotional lessons with music inspired by hip-hop, R&B and other contemporary sounds. It features animated versions of Graceyn and her family. The show is designed to provide educational content that children can enjoy while also giving parents something they won't mind hearing repeatedly.</p><p>Success did not come overnight.</p><p>The family’s earliest videos attracted only a few hundred views, mostly from relatives and friends. But a phonics-focused song helped the channel gain traction, eventually transforming the project into one of YouTube’s most successful educational brands.</p><p>“It didn't always look like it would be successful in the beginning,” Arlene Gordon-Hollingsworth said. “What we set out to do, we’re seeing it’s important for other families too.”</p><p>The channel’s growth eventually attracted attention from across the entertainment industry including Disney.</p><p>Javoris Hollingsworth recalled receiving a LinkedIn message several years ago from a Disney executive expressing interest in the series.</p><p>“I thought it was a prank,” he said. “There’s no way Disney is reaching out to us.”</p><p>The partnership marks another milestone for a family-built brand that has won four NAACP Image Awards, landed a book deal with HarperCollins and expanded into live entertainment through its sold-out national tour.</p><p>Why ‘Gracie’s Corner' appealed to Disney</p><p>For Disney, the deal also reflects the growing influence of creator-led programming in children’s entertainment and the ways young audiences increasingly discover content outside traditional television channels.</p><p>“Disney has always created stories and characters that families trust, and kids genuinely connect with,” Davis said. “As the ways preschool audiences engage with content continue to evolve, we see an opportunity to work with creators who understand the kinds of music-driven, participatory experiences kids return to again and again, and bring those voices into the Disney ecosystem in a way that is thoughtful, curated and true to our brand.”</p><p>Unlike many traditional acquisitions, “Gracie’s Corner” will continue to live on YouTube while expanding to Disney’s platforms.</p><p>Javoris Hollingsworth said maintaining ownership of the brand and ensuring its accessibility were important considerations as discussions moved forward. The arrangement also includes a development agreement that will allow Disney and the Hollingsworth family to create new original content together.</p><p>“We always wanted to make sure that our content is accessible and available to those who may not have access to some of the things that others have,” he said. “Disney respected that.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/B7IQIIS6QPQTFOIVVLDIWVT52Y.jpg?auth=3da9539659472f7f40fc09aa5e0d0b505baf78e825a6f46540a37b14d481a77b&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 Disney shows animated character Gracie, voiced by Gracie Hollingsworth, in a scene from the series "Gracie's Corner." (Disney via AP)]]></media:description></media:content></item><item><title><![CDATA[The Spurs are still believers, but it's the Knicks who are 1 game from winning the NBA title]]></title><link>https://www.local10.com/sports/2026/06/11/the-spurs-are-still-believers-but-its-the-knicks-who-are-1-game-from-winning-the-nba-title/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/11/the-spurs-are-still-believers-but-its-the-knicks-who-are-1-game-from-winning-the-nba-title/</guid><dc:creator><![CDATA[By TIM REYNOLDS, Associated Press]]></dc:creator><description><![CDATA[SAN ANTONIO (AP) — Victor Wembanyama surely knew he was overstating the obvious, when he pointed out that there are two possible outcomes for Game 5 of the NBA Finals on Saturday night.]]></description><pubDate>Thu, 11 Jun 2026 16:30:29 +0000</pubDate><content:encoded><![CDATA[<p>SAN ANTONIO (AP) — Victor Wembanyama surely knew he was overstating the obvious, when he pointed out that there are two possible outcomes for Game 5 of the NBA Finals on Saturday night.</p><p>— San Antonio wins and extends the series.</p><p>— New York wins and becomes NBA champions.</p><p>That's it. It's one or the other. After 1,321 games — 1,230 in the regular season, 84 in the playoffs, six more in the play-in tournament and one between the Spurs and Knicks that decided the NBA Cup — it really is that simple. If Wembanyama and the Spurs win in San Antonio, the season lives for at least one more game. If the Knicks win, all that'll be left in this season will be a parade.</p><p>The Spurs trail the series 3-1 and Wembanyama understands the reality. Of the previous 38 teams that trailed 3-1 in the NBA Finals, 37 wound up watching the other team celebrate the title. And if that bit of history didn't look daunting enough, the Spurs will try to climb out of this 3-1 hole after the biggest collapse in NBA Finals history — wasting a 29-point lead in a Game 4 loss at New York.</p><p>“I think it’s going to go one of two ways,” Wembanyama said shortly after Wednesday's 107-106 loss in Game 4, a game where the Spurs were outscored 55-25 in the final 21 1/2 minutes. “One of two ways. A bad one and a good one. The bad one would be giving up. The good one would be getting stronger through this, getting more together. I know this is what we’re going to do.”</p><p>Thursday was an off day for the teams, at least in terms of formal practices. Both sides are scheduled to practice in San Antonio on Friday, and then Game 5 is there on Saturday night — with the Knicks one win away from what would be their first championship in 53 years.</p><p>New York won Games 1 and 2 of the finals in San Antonio — rallying from double-digit deficits in both games — to take command of the series. The Knicks, with a win Saturday, would become the first team since Houston in 1995 to go 3-0 on the Spurs' floor in a single postseason series.</p><p>“Our mentality has to be 0-0, the way it’s been,” Knicks guard Jalen Brunson said, repeating the mantra he's cited time and time again in this postseason run. “It has to be that way, and I feel like us moving forward with that mindset can really benefit us. There's nothing to celebrate. It’s not over yet, not even close.”</p><p>It's common sense for the team with a 3-1 lead to hold off on celebrating. But in this case, there's also some truth to what Brunson is saying.</p><p>Yes, the 3-1 deficit has been proven to be virtually insurmountable in NBA history; the only team that successfully escaped its grip in the finals was LeBron James' Cleveland Cavaliers in 2016, when they rallied to beat the Golden State Warriors for that title.</p><p>This series, however, isn't exactly a statistical runaway.</p><p>The Knicks have outscored the Spurs by a total of eight points over the four games. Shooting is basically even; the Knicks are at 44%, the Spurs at 43%. The Knicks have made 52 3-pointers, the Spurs 49. Free-throw percentage, Knicks 79%, Spurs 78%. The Knicks have three more rebounds and both teams have exactly 90 assists through four games.</p><p>“Just take this one game at a time,” said Spurs guard De'Aaron Fox, who took heavy criticism for electing to try a layup — which was blocked — in the final seconds of Game 4 instead of taking time off the clock with a one-point lead. “It obviously looks like a steep hill, but this is something that’s happened before. Take this thing one game at a time. We’ve been in a position to win all these games. We’ve been up double digits. We have to figure out what we need to do to be able to put some of these games away.”</p><p>It has been a baffling problem for the Spurs.</p><p>They led Game 1 by one with 1:51 left, then lost after the Knicks finished on an 11-0 run.</p><p>They had the ball in a tie game with 11 seconds left in Game 2, then lost after Wembanyama threw a pass that Stephon Castle never saw and became a turnover that led to Brunson's game-winning free throw.</p><p>And now, this — a 29-point lead wasted in Game 4, and they still led by one until Anunoby's tip-in with 2.1 seconds left.</p><p>"We have to try to put this behind us," Fox said.</p><p>If they don't, the Knicks' 53-year wait for a title could end Saturday night.</p><p>___</p><p>AP NBA: https://apnews.com/hub/NBA</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZAHRYKXSBW3TSXLUTXMXJQ7OQE.jpg?auth=7169911ff9d5a0e1b0ab55f444722d858aa7ff81320ac7fbc816b3284e1c6531&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) shoots against the New York Knicks during the second half of Game 4 of the NBA Finals basketball series, Monday, June 8, 2026, in New York. (Al Bello/Pool Photo via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Al Bello</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ZAFQ4NZHK3RQLBZ44FXHJHCQUY.jpg?auth=9d2fb1fc93169b59a294403fd899cbea55772d9321abb3ac3cdad0ab6e9ba37d&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 shoots against the New York Knicks during the first half of Game 4 of the NBA Finals basketball series, Monday, June 8, 2026, in New York. (Al Bello/Pool Photo via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Al Bello</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/2URGA2UVVP525IKTJGNS67HK34.jpg?auth=25d138891289a7a5421cd23d712b8acf8ed8d5d55ff2ace8ea313bf61a93972f&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, drives as New York Knicks forward Og Anunoby, left, defends during the second half of Game 4 of the NBA Finals basketball series, Wednesday, June 10, 2026, in New York. (AP Photo/Ross D. Franklin)]]></media:description><media:credit role="author" scheme="urn:ebu">Ross D. Franklin</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/CIPMPANUI4L34CIEMVKFNXYKEY.jpg?auth=592a7905d313e83ef74b888663daf896295758b2494d02488b6c741ece049f50&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 (11) shoots past San Antonio Spurs guard Stephon Castle during first half of Game 4 of the NBA Finals basketball series, Wednesday, June 10, 2026, in New York. (AP Photo/Ross D. Franklin)]]></media:description><media:credit role="author" scheme="urn:ebu">Ross D. Franklin</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/PTALYSKPWAE2UIDE3OJ35G5BCE.jpg?auth=c6d1bbc03db803cadd589cb47e1300d88287eb239791ef198561f4bd02dc6325&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 Devin Vassell passes the ball as New York Knicks guard Mikal Bridges (25), guard Jalen Brunson (11) and center Ariel Hukporti (55) defend during the first half of Game 4 of the NBA Finals basketball series, Wednesday, June 10, 2026, in New York. (AP Photo/Frank Franklin II)]]></media:description><media:credit role="author" scheme="urn:ebu">Frank Franklin II</media:credit></media:content></item><item><title><![CDATA[Hegseth visita a tropas en Guantánamo en medio de tensiones entre Estados Unidos y Cuba]]></title><link>https://www.local10.com/espanol/2026/06/10/hegseth-visita-a-tropas-en-guantanamo-en-medio-de-tensiones-entre-estados-unidos-y-cuba/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/10/hegseth-visita-a-tropas-en-guantanamo-en-medio-de-tensiones-entre-estados-unidos-y-cuba/</guid><dc:creator><![CDATA[Christina Vazquez]]></dc:creator><description><![CDATA[El secretario del Departamento de Guerra de los Estados Unidos, Pete Hegseth, realizó un viaje a Cuba esta semana.]]></description><pubDate>Wed, 10 Jun 2026 16:57:47 +0000</pubDate><content:encoded><![CDATA[<p>El secretario de Defensa de Estados Unidos, Pete Hegseth, realizó un viaje a Cuba esta semana.</p><p>Hegseth estuvo en la Estación Naval de la Bahía de Guantánamo, donde se reunió con miembros de las Fuerzas Armadas de Estados Unidos destacados en la base.</p><p>Funcionarios informaron que también planea visitar el Comando Central de Estados Unidos en Tampa, que además alberga una gran comunidad cubanoamericana.</p><p>La presencia de Hegseth en Cuba se produce mientras Estados Unidos exige cambios drásticos en la isla y tras la acusación contra Raúl Castro en relación con el derribo de las avionetas de <a href="https://www.local10.com/topic/Brothers_To_The_Rescue/" target="_blank" rel="noreferrer" title="https://www.local10.com/topic/Brothers_To_The_Rescue/">Hermanos al Rescate</a> en 1996.</p><p>Estados Unidos ha bloqueado el suministro de petróleo hacia Cuba tras las amenazas del presidente Donald Trump de remover por la fuerza al régimen gobernante del país.</p><p>El mes pasado, un portaaviones estadounidense y su grupo de ataque, compuesto por aviones de combate y equipos de interferencia de radar, ingresaron al sur del Caribe, y el director de la Agencia Central de Inteligencia (CIA) visitó a funcionarios cubanos en La Habana.</p><p>En ese momento, el <a href="https://www.local10.com/espanol/2026/06/03/ultimas-actualizaciones-del-analista-sobre-cuba-de-local-10-dr-andy-gomez/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/03/ultimas-actualizaciones-del-analista-sobre-cuba-de-local-10-dr-andy-gomez/">analista de Cuba de Local 10, Andy Gómez</a>, dijo que sus contactos en la isla confirmaron que tenían acceso a drones con fines “defensivos”.</p><p>Eso ocurrió mientras el Comando Sur publicaba en redes sociales que había establecido un nuevo “comando de guerra autónoma”, mostrando un ejercicio militar realizado este año en Key West con sistemas autónomos, semiautónomos y no tripulados que, según indicó, se utilizan para contrarrestar amenazas en la región.</p><p>El lunes, el alto comisionado de las Naciones Unidas para los Derechos Humanos, Volker Türk, advirtió que la campaña de “máxima presión” de Estados Unidos, que ha incluido bloquear el acceso al petróleo para la isla comunista, está provocando una crisis humanitaria.</p><p>Sin embargo, el secretario de Estado de Estados Unidos, Marco Rubio, atribuyó el debilitamiento económico y el creciente descontento a lo que describió como el largo legado de codicia, mala gestión y liderazgo corrupto en la isla, destacando además un conglomerado operado por las Fuerzas Armadas cubanas que, según dijo, priva a la población del acceso a los recursos necesarios para enfrentar la escasez de alimentos y el deterioro de la infraestructura.</p>]]></content:encoded></item><item><title><![CDATA[FIFA World Cup 2026: Key information for fans attending matches at Miami Stadium ]]></title><link>https://www.local10.com/sports/local/2026/06/11/fifa-world-cup-2026-key-information-for-fans-attending-matches-at-miami-stadium/</link><guid isPermaLink="true">https://www.local10.com/sports/local/2026/06/11/fifa-world-cup-2026-key-information-for-fans-attending-matches-at-miami-stadium/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[As South Florida prepares to host FIFA World Cup 2026 matches, organizers are reminding fans to plan ahead for game days at “Miami Stadium,” the temporary name that will be used for Hard Rock Stadium throughout the tournament.]]></description><pubDate>Thu, 11 Jun 2026 14:20:54 +0000</pubDate><content:encoded><![CDATA[<p>As South Florida prepares to host <a href="https://www.local10.com/topic/World_Cup/" target="_self" rel="" title="https://www.local10.com/topic/World_Cup/">FIFA World Cup 2026</a> matches, organizers are reminding fans to plan ahead for game days at “Miami Stadium,” the temporary name that will be used for Hard Rock Stadium throughout the tournament.</p><p><a href="https://www.local10.com/espanol/2026/06/11/copa-mundial-de-la-fifa-2026-informacion-clave-para-aficionados-que-asistiran-a-partidos-en-el-estadio-de-miami/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/11/copa-mundial-de-la-fifa-2026-informacion-clave-para-aficionados-que-asistiran-a-partidos-en-el-estadio-de-miami/">Leer en español</a></p><p>Officials recommend arriving at least two hours before kickoff to allow enough time for transportation, security screenings and stadium entry.</p><h3>Tickets and Stadium Access</h3><p>Only fans with valid match tickets will be allowed onto stadium property.</p><p>Those without tickets will not be permitted inside the stadium grounds or surrounding parking lots. Organizers also say there will be no designated watch parties or gathering areas outside the venue for people without tickets.</p><p>Fans should be prepared to pass through multiple security and ticket checkpoints before entering the stadium. A heightened law enforcement and security presence is also expected at every match.</p><h3>Parking Information</h3><p>Parking at Miami Stadium will be available only to fans who purchase parking passes in advance through <a href="https://www.justpark.com/us/event-parking/fifa-world-cup-2026/miami-stadium/" target="_self" rel="" title="https://www.justpark.com/us/event-parking/fifa-world-cup-2026/miami-stadium/">FIFA</a>.</p><p>Parking will not be sold at the stadium on match days, and only vehicles displaying valid FIFA-issued parking credentials will be allowed through traffic restrictions surrounding the venue.</p><p>Officials encourage fans to make parking arrangements early, as demand is expected to be high throughout the tournament.</p><h3>Rideshare and Taxi Services</h3><p>Fans using Uber, Lyft, taxis or similar services should be aware that rideshare vehicles will not be allowed to drop off passengers directly at the stadium.</p><p>Instead, rideshare users will be directed to designated transportation hubs away from the venue and will need to take a complimentary shuttle to Miami Stadium.</p><p>Organizers also warn that heavy demand after matches could result in longer wait times and increased rideshare fares.</p><h3>Free Shuttle Service</h3><p>To help move large crowds efficiently, free shuttle service will be available for ticket holders on match days.</p><p>Shuttles will run beginning about 3 1/2 hours before kickoff and continue operating for up to two hours after each match.</p><p>Pickup locations include:</p><ul><li>Hard Rock Hotel, 1 Seminole Way in Hollywood</li><li>Golden Glades Park &amp; Ride, 15890 Northwest Seventh Ave. in Miami</li><li>Brightline Aventura Station, 19796 West Dixie Highway</li><li>MLK Station, 6205 Northwest 27th Ave. in Miami</li></ul><p>Fans must present a valid ticket for that day’s match before boarding a shuttle bus.</p><p>Those planning to park at a shuttle location will also need to secure parking through FIFA in advance.</p><h3>Road Closures and Traffic Impacts</h3><p>Drivers should expect significant traffic changes around the stadium on match days.</p><p>Several roads near Miami Stadium will be closed to vehicles without valid FIFA parking passes. Additional road closures are scheduled to begin during matches and remain in place until postgame traffic has cleared.</p><p>Officials are encouraging fans to leave early, allow extra travel time and review transportation plans before heading to the stadium.</p><p>Additional match-day information, transportation details and parking updates are available through FIFA’s official Miami World Cup resources.</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/ZT6Y2VUIFVEK5DRAJR4BIA4TCA.jpg?auth=05897ba3ace393e81b78a61a2ccd828f68f90b87d376f47b36b4b463c21ac6ae&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Copa Mundial de la FIFA 2026: Información clave para aficionados que asistirán a partidos en el estadio de Miami]]></title><link>https://www.local10.com/espanol/2026/06/11/copa-mundial-de-la-fifa-2026-informacion-clave-para-aficionados-que-asistiran-a-partidos-en-el-estadio-de-miami/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/11/copa-mundial-de-la-fifa-2026-informacion-clave-para-aficionados-que-asistiran-a-partidos-en-el-estadio-de-miami/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Mientras el sur de Florida se prepara para albergar los partidos de la Copa Mundial de la FIFA 2026, los organizadores recuerdan a los fanáticos que planifiquen con anticipación los días de juego en el “Miami Stadium”, el nombre temporal que se usará para el Hard Rock Stadium durante todo el torneo.]]></description><pubDate>Thu, 11 Jun 2026 14:38:33 +0000</pubDate><content:encoded><![CDATA[<p>Mientras el sur de Florida se prepara para recibir partidos de la <a href="https://www.local10.com/topic/World_Cup/" target="_blank" rel="noreferrer" title="https://www.local10.com/topic/World_Cup/">Copa Mundial de la FIFA 2026</a>, los organizadores recuerdan a los aficionados que planifiquen con anticipación para los días de partido en el “Miami Stadium”, el nombre temporal que se utilizará para el Hard Rock Stadium durante todo el torneo.</p><p>Las autoridades recomiendan llegar al menos dos horas antes del inicio del partido para contar con suficiente tiempo para el transporte, los controles de seguridad y el ingreso al estadio.</p><h3><b>Entradas y acceso al estadio</b></h3><p>Solo los aficionados con entradas válidas para los partidos podrán ingresar a la propiedad del estadio.</p><p>Quienes no tengan entradas no podrán acceder a los terrenos del estadio ni a los estacionamientos circundantes. Los organizadores también indicaron que no habrá áreas designadas para ver los partidos ni zonas de reunión fuera del recinto para personas sin entradas.</p><p>Los aficionados deben estar preparados para pasar por múltiples controles de seguridad y verificación de boletos antes de ingresar al estadio. También se espera una mayor presencia de las fuerzas del orden y de seguridad en cada partido.</p><h3><b>Información sobre estacionamiento</b></h3><p>El estacionamiento en el Miami Stadium estará disponible únicamente para los aficionados que compren pases de estacionamiento por adelantado a través de la <a href="https://www.justpark.com/us/event-parking/fifa-world-cup-2026/miami-stadium/" target="_blank" rel="noreferrer" title="https://www.justpark.com/us/event-parking/fifa-world-cup-2026/miami-stadium/">FIFA</a>.</p><p>No se venderán pases de estacionamiento en el estadio los días de partido, y solo los vehículos que exhiban credenciales válidas de estacionamiento emitidas por la FIFA podrán atravesar las restricciones de tráfico alrededor del recinto.</p><p>Las autoridades recomiendan hacer los arreglos de estacionamiento con anticipación, ya que se espera una alta demanda durante todo el torneo.</p><h3><b>Servicios de transporte compartido y taxis</b></h3><p>Los aficionados que utilicen Uber, Lyft, taxis o servicios similares deben saber que estos vehículos no podrán dejar pasajeros directamente en el estadio.</p><p>En su lugar, los usuarios serán dirigidos a centros de transporte designados alejados del recinto y deberán tomar un servicio gratuito de transporte hacia el Miami Stadium.</p><p>Los organizadores también advierten que la alta demanda después de los partidos podría generar tiempos de espera más largos y tarifas más elevadas en los servicios de transporte compartido.</p><h3><b>Servicio gratuito de transporte</b></h3><p>Para ayudar a movilizar grandes multitudes de manera eficiente, habrá servicio gratuito de transporte para los poseedores de entradas los días de partido.</p><p>Los autobuses comenzarán a operar aproximadamente tres horas y media antes del inicio del partido y continuarán funcionando hasta dos horas después de cada encuentro.</p><p>Los puntos de recogida incluyen:</p><ul><li>Hard Rock Hotel, 1 Seminole Way, Hollywood</li><li>Golden Glades Park &amp; Ride, 15890 Northwest Seventh Ave., Miami</li><li>Estación Brightline de Aventura, 19796 West Dixie Highway</li><li>Estación MLK, 6205 Northwest 27th Ave., Miami</li></ul><p>Los aficionados deberán presentar una entrada válida para el partido de ese día antes de abordar el autobús.</p><p>Quienes planeen estacionar en alguno de los puntos de recogida también deberán obtener estacionamiento a través de la FIFA con anticipación.</p><h3><b>Cierres de carreteras e impacto en el tráfico</b></h3><p>Los conductores deben esperar cambios significativos en el tráfico alrededor del estadio los días de partido.</p><p>Varias carreteras cercanas al Miami Stadium estarán cerradas para vehículos que no cuenten con pases de estacionamiento válidos emitidos por la FIFA. También se prevén cierres adicionales durante los partidos y estos permanecerán vigentes hasta que el tráfico posterior al encuentro se haya despejado.</p><p>Las autoridades recomiendan a los aficionados salir temprano, prever tiempo adicional para el traslado y revisar sus planes de transporte antes de dirigirse al estadio.</p><p>Información adicional sobre los días de partido, detalles de transporte y actualizaciones sobre estacionamiento está disponible a través de los recursos oficiales de la FIFA para la Copa Mundial en Miami.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZT6Y2VUIFVEK5DRAJR4BIA4TCA.jpg?auth=05897ba3ace393e81b78a61a2ccd828f68f90b87d376f47b36b4b463c21ac6ae&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[FDA's e-cigarette authorization: Fruity vapes not significantly better than tobacco ones]]></title><link>https://www.local10.com/business/2026/06/11/fdas-e-cigarette-authorization-fruity-vapes-not-significantly-better-than-tobacco-ones/</link><guid isPermaLink="true">https://www.local10.com/business/2026/06/11/fdas-e-cigarette-authorization-fruity-vapes-not-significantly-better-than-tobacco-ones/</guid><dc:creator><![CDATA[By MATTHEW PERRONE, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — Fruit-flavored e-cigarettes recently authorized by the Food and Drug Administration were not significantly better at helping smokers quit than tobacco-flavored e-cigarettes, according to a new memo that’s likely to stir more questions about the agency’s decision.]]></description><pubDate>Thu, 11 Jun 2026 16:13:24 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Fruit-flavored e-cigarettes recently authorized by the Food and Drug Administration were not significantly better at helping smokers quit than tobacco-flavored e-cigarettes, according to a new memo that’s likely to stir more questions about the agency’s decision.</p><p>The FDA last month gave its first OK to fruit-flavored vapes — essentially endorsing them as a less-harmful alternative to traditional cigarettes. The decision came despite the agency’s longstanding position that such flavors appeal to children and must show extra health benefits to warrant approval for adults.</p><p>Health groups and Washington lawmakers quickly condemned the decision and have called for an explanation.</p><p>A six-page FDA memo released this week provides more details about the agency's rationale. In it, FDA regulators appear to sidestep previous statements about the risks of sweet vaping flavors while acknowledging shortcomings in the data submitted by vape manufacturer Glas Inc.</p><p>To meet federal standards, companies must show that their products benefit public health. In practice, that means demonstrating that their vapes help adult smokers switch or quit cigarettes, while not attracting underage use by teens.</p><p>Smokers who tried Glas vapes were much more likely to completely switch from cigarettes over the course of a three-month study, according to the memo.</p><p>But the data did not show “statistically significant differences” between adults using the company's mango and blueberry flavors and those using a tobacco-flavored e-cigarette.</p><p>That means the new vapes failed to meet the same bar as a handful of other flavored products previously sanctioned by the FDA, including menthol-flavored vapes from Juul and NJOY. Those companies showed that adults who used menthol were significantly more likely to cut down or quit cigarettes compared with those vaping tobacco flavors.</p><p>Elsewhere, FDA regulators explained that the Glas flavored vapes “did not have to demonstrate added adult benefit,” because young people were unlikely to use them. Glas requires users to unlock each e-cigarette with an age-verifying cellphone app.</p><p>The agency's authorization also runs counter to recent FDA guidelines advising companies that fruit and dessert flavors would have to meet “a high evidentiary burden" for adult use, given their risks to children. Tobacco-flavored products are not popular with teens and generally face lower regulatory hurdles at the FDA.</p><p>The FDA document is also unusual in its brevity.</p><p>Previous FDA memos on new vaping products typically run dozens of pages. For example, last year’s document authorizing Juul’s menthol e-cigarettes was more than 90 pages and included detailed scientific data from research involving 50,000 people.</p><p>The short memo on Glas does not include key details, such as how many smokers the firm studied.</p><p>Previously, the FDA almost always posted such memos immediately after announcing an authorization. The document on Glas appeared on the agency's website more than a month after regulators OK’d the products.</p><p>The agency has faced questions from members of Congress about the decision. Last month, 10 Democratic senators sent a letter to the agency requesting more information about the authorization, calling it a “shortsighted and reckless decision.”</p><p>The application from Glas, which also included menthol and tobacco-flavored vapes, followed a winding path to authorization. The small, Los Angeles-based company submitted a marketing request to the FDA in 2021.</p><p>In February, FDA scientists authorized several of the flavors. But that decision was blocked by a senior official reporting to then-FDA Commissioner Marty Makary, according to internal memos later released by the agency.</p><p>The mango- and blueberry-flavored products were finally OK’d during Makary’s last full week leading the agency. He resigned the post after months of criticisms from industry stakeholders, including tobacco companies that have lobbied President Donald Trump's Republican White House for looser regulations on vaping flavors.</p><p>A spokesperson for the company could not immediately provide comment when reached Thursday morning.</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/6X37SJVLTY6APWD226OEH25CVI.jpg?auth=412a1e2ca9d8d720f7ec16c35651209ea28851c590947db1e4bf58d6e8c60a20&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Disposable flavored electronic cigarette devices are displayed for sale at a store in Pinecrest, Fla., June 26, 2023. (AP Photo/Rebecca Blackwell, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Rebecca Blackwell</media:credit></media:content></item><item><title><![CDATA[Key West dispensary burglar took $420 in items, cops say; they want to find him]]></title><link>https://www.local10.com/news/local/2026/06/11/key-west-dispensary-burglar-took-420-in-items-cops-say-they-want-to-find-him/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/11/key-west-dispensary-burglar-took-420-in-items-cops-say-they-want-to-find-him/</guid><dc:creator><![CDATA[David Dwork]]></dc:creator><description><![CDATA[A dispensary burglar in the Florida Keys made off with an ironic haul, authorities say. ]]></description><pubDate>Thu, 11 Jun 2026 14:16:42 +0000</pubDate><content:encoded><![CDATA[<p>A dispensary burglar in the Florida Keys made off with an ironic haul, authorities say. Now they’re trying to find him.</p><p><a href="https://www.local10.com/espanol/2026/06/11/policia-buscan-a-ladron-que-robo-420-usd-en-articulos-de-dispensario-de-key-west/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/11/policia-buscan-a-ladron-que-robo-420-usd-en-articulos-de-dispensario-de-key-west/">Leer en español</a></p><p>The burglary happened on June 9 at an undisclosed business in Key West. </p><p>According to the Key West Police Department, the man they are seeking was caught on surveillance footage. </p><p>Authorities said he stole $420 worth of merchandise from the store. </p><p>Anyone with information or who thinks they recognize him is urged to contact Key West police at 305-809-1000.</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/EPETGMWKZ5G77AUY642GLG263I.jpg?auth=368568896c47a3b6c3b59f00cd410f3f249463509fba03d0bf4edff6a0c8c275&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Policía: Buscan a ladrón que robó $420 USD en artículos de dispensario de Key West]]></title><link>https://www.local10.com/espanol/2026/06/11/policia-buscan-a-ladron-que-robo-420-usd-en-articulos-de-dispensario-de-key-west/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/11/policia-buscan-a-ladron-que-robo-420-usd-en-articulos-de-dispensario-de-key-west/</guid><dc:creator><![CDATA[David Dwork]]></dc:creator><description><![CDATA[Un ladrón de dispensario en los Cayos de Florida se llevó un botín irónico, dicen las autoridades.]]></description><pubDate>Thu, 11 Jun 2026 14:32:14 +0000</pubDate><content:encoded><![CDATA[<p>Un ladrón que robó en un dispensario de los Cayos de Florida se llevó un botín irónicamente llamativo, dijeron las autoridades. Ahora están tratando de encontrarlo.</p><p>El robo ocurrió el 9 de junio en un negocio no revelado de Key West.</p><p>Según el Departamento de Policía de Key West, el hombre que buscan fue captado por cámaras de vigilancia.</p><p>Las autoridades dijeron que robó mercancía valorada en $420 USD de la tienda.</p><p>Cualquier persona con información o que crea reconocerlo debe comunicarse con la Policía de Key West al 305-809-1000.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/EPETGMWKZ5G77AUY642GLG263I.jpg?auth=368568896c47a3b6c3b59f00cd410f3f249463509fba03d0bf4edff6a0c8c275&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Haiti's World Cup jersey deemed too political, echoing censure of its Winter Olympic uniform]]></title><link>https://www.local10.com/sports/2026/06/11/haitis-world-cup-jersey-deemed-too-political-echoing-censure-of-its-winter-olympic-uniform/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/11/haitis-world-cup-jersey-deemed-too-political-echoing-censure-of-its-winter-olympic-uniform/</guid><dc:creator><![CDATA[By COLLEEN BARRY, Associated Press]]></dc:creator><description><![CDATA[MILAN (AP) — Haiti has been forced to change the design of its World Cup jersey after it was deemed too political by FIFA just months after the Caribbean nation had to amend its Winter Olympic uniforms.]]></description><pubDate>Thu, 11 Jun 2026 14:15:21 +0000</pubDate><content:encoded><![CDATA[<p>MILAN (AP) — Haiti has been forced to change the design of its World Cup jersey after it was deemed too political by FIFA just months after the Caribbean nation had to amend its Winter Olympic uniforms.</p><p>The jersey, by Colombian sportswear manufacturer Saeta, originally included a depiction of the final battle of the Haitian War of Independence in 1803 on its front. The image was rejected during FIFA’s approval process.</p><p>Saeta said in a statement Wednesday that it would comply with the ban even though the design “was not intended as a political statement,” but rather as a “tribute to the men and women who contribute every day to Haiti’s future.”</p><p>The jersey featured blue to mirror the sea and red for the nation's “strength and passion,” the sportswear maker said. Players wore the now-banned jersey in a warmup match against Peru last week. The original design was currently marked as sold out on the SaetaUSA online shop.</p><p>Similarly, the International Olympic Committee required the removal of an image of Haitian founding father Toussaint Louverture from Haiti’s opening ceremony uniforms for the Milan Cortina Winter Games, ruling that it violated Olympic rules barring political symbolism.</p><p>Haiti gained independence in 1804 and is widely regarded as the world’s first independent nation founded by formerly enslaved people after a successful slave revolt.</p><p>Italian-Haitian designer Stella Jean, who designed the Olympic uniforms, came up with a creative solution: Painting over the figure, leaving just a horse against the background of tropical foliage. The designs were so much in demand that Jean later created a production version featuring the original Louverture image.</p><p>“Either way, Haiti has to be setting a record: Two rebukes from the highest international sports authorities in just a few months,” Jean told The Associated Press on Thursday.</p><p>Haiti opens World Cup play on Saturday against Scotland in Foxborough, Massachusetts, then plays five-time champion Brazil on June 19 in Philadelphia and Morocco on June 24 in Atlanta.</p><p>___</p><p>AP World Cup: https://apnews.com/fifa-world-cup</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/A3MK5G3RRMZSIJCLPO7QGIJEJM.jpg?auth=7152fb9b14c90e537310c2a149c0f7cd770ef9a125d29342ee52c614124dfbea&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Haiti midfielder Dominique Simon reacts following an unsuccessful scoring attempt during the second half of an international friendly soccer match against Peru, Friday, June 5, 2026, in Miami. (AP Photo/Rebecca Blackwell)]]></media:description><media:credit role="author" scheme="urn:ebu">Rebecca Blackwell</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/MLLIE422WOGSTL4L5TKBTXVOSM.jpg?auth=2393c8071de95221af8794960e6148747958861e8c6d9a64026b1ac693d1f21a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Peru midfielder Jesus Pretell (6) vies for the ball with Haiti midfielder Dominique Simon during the second half of an international friendly soccer match, Friday, June 5, 2026, in Miami. (AP Photo/Rebecca Blackwell, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Rebecca Blackwell</media:credit></media:content></item><item><title><![CDATA[Incendio en apartamento deja a familia de Coral Springs desplazada tras destruir su vivienda]]></title><link>https://www.local10.com/espanol/2026/06/11/incendio-en-apartamento-deja-a-familia-de-coral-springs-desplazada-tras-destruir-su-vivienda/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/11/incendio-en-apartamento-deja-a-familia-de-coral-springs-desplazada-tras-destruir-su-vivienda/</guid><dc:creator><![CDATA[Magdala Louissaint]]></dc:creator><description><![CDATA[Hace una semana, un gran incendio proveniente de un apartamento del primer piso en Coral Springs llamó la atención de los vecinos.]]></description><pubDate>Thu, 11 Jun 2026 14:08:48 +0000</pubDate><content:encoded><![CDATA[<p>Una familia de Coral Springs quedó desplazada después de que un incendio en un apartamento destruyera su vivienda.</p><p>Hace una semana, un gran incendio que provenía de un apartamento en el primer piso en Coral Springs llamó la atención de los vecinos.</p><p>El incendio comenzó en la unidad de Tavaras Calvin. Afortunadamente, ni Calvin, ni su esposa, ni sus hijos estaban en casa en ese momento.</p><p>“Gracias a Dios no estábamos en casa”, dijo Calvin. “Obviamente no estamos preocupados por las cosas materiales. Todo se puede reemplazar, pero es desalentador ver cómo lo que llamas hogar queda consumido por las llamas”.</p><p>Calvin dijo que los inspectores de incendios creen que la batería del automóvil de juguete Power Wheels de su hijo pudo haber provocado el incendio.</p><p>“El inspector de incendios dijo que, como no teníamos ningún otro aparato electrónico aquí afuera, eso era literalmente lo único, y ni siquiera estaba conectado al juguete”, dijo Calvin. “Pero las baterías de Power Wheels tienen antecedentes de presentar fallas y simplemente incendiarse y provocar algo. Dijo que posiblemente pudo haber sido el calor, no lo sabemos”.</p><p>Según Calvin, el incendio rompió la ventana del patio antes de propagarse rápidamente por el interior de la unidad de dos habitaciones, quemando todo a su paso.</p><p>Calvin, su esposa y sus cuatro hijos, de 9, 6, 5 y 3 años, reservaron recientemente una habitación de hotel para poder reunirse como familia después de pasar la última semana viviendo separados para mantenerse cerca de sus trabajos.</p><p>“Solo agradezco que no estábamos en casa, que nadie resultó herido y que todos estamos a salvo”, dijo Calvin. “Eso es lo más importante”.</p><p>La Cruz Roja Americana del condado Broward ha estado ayudando a la familia. Calvin dijo que la organización les ha brindado asistencia financiera.</p><p>La causa del incendio continúa bajo investigación.</p><p>Se ha creado una página de <a href="https://www.gofundme.com/f/support-for-coral-springs-family-after-devastating-fire" target="_blank" rel="noreferrer" title="https://www.gofundme.com/f/support-for-coral-springs-family-after-devastating-fire">GoFundMe</a> para ayudar a la familia durante este momento de necesidad.</p>]]></content:encoded></item><item><title><![CDATA[University of Florida trustees select Stuart Bell as next president]]></title><link>https://www.local10.com/news/florida/2026/06/11/university-of-florida-trustees-select-stuart-bell-as-next-president/</link><guid isPermaLink="true">https://www.local10.com/news/florida/2026/06/11/university-of-florida-trustees-select-stuart-bell-as-next-president/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[The University of Florida Board of Trustees voted unanimously to select Dr. Stuart R. Bell as the university’s next president, according to an article posted Wednesday by UF.]]></description><pubDate>Thu, 11 Jun 2026 13:04:57 +0000</pubDate><content:encoded><![CDATA[<p>The University of Florida Board of Trustees voted unanimously to select Dr. Stuart R. Bell as the university’s next president, according to an <a href="https://news.ufl.edu/2026/06/bell-selection/" target="_self" rel="" title="https://news.ufl.edu/2026/06/bell-selection/">article posted Wednesday by UF.</a></p><p><a href="https://www.local10.com/espanol/2026/06/11/fideicomisarios-de-la-universidad-de-florida-seleccionan-a-stuart-bell-como-proximo-presidente/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/11/fideicomisarios-de-la-universidad-de-florida-seleccionan-a-stuart-bell-como-proximo-presidente/">Leer en español</a></p><p>Bell is expected to become UF’s 14th president, pending ratification by the Florida Board of Governors, which oversees Florida’s public university system. The board is expected to vote on his ratification at its June 25 meeting.</p><p>Bell previously served as president of the University of Alabama from 2015 to 2025. Before that, he was provost and professor of engineering at Louisiana State University and dean of the School of Engineering at the University of Kansas.</p><p>UF Board of Trustees Chair Mori Hosseini called the unanimous vote “a resounding and undeniable show of support” for Bell, saying his experience and leadership will be important as UF works to climb higher in national rankings.</p><p>Bell was selected from among hundreds of potential candidates, according to Rahul Patel, vice chair of the Board of Trustees and chair of UF’s Presidential Search Committee.</p><p>Bell holds a Ph.D. in mechanical engineering and a bachelor’s degree in nuclear engineering from Texas A&amp;M University. He is also known for research on natural gas and combustion engines and was inducted into the State of Alabama Engineering Hall of Fame in 2023, UF said.</p><p>Bell is expected to succeed Interim President Donald Landry. He was announced May 18 as the sole finalist chosen by UF’s 15-member Presidential Search Committee.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/VZHFOXFNWJDQBAX6XRMJ6RSGDE.jpg?auth=eed0988791422b606c86b75da1e290be256608fda8986050b82e40219de1f2c6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Junta directiva de la Universidad de Florida selecciona a Stuart Bell como próximo presidente]]></title><link>https://www.local10.com/espanol/2026/06/11/fideicomisarios-de-la-universidad-de-florida-seleccionan-a-stuart-bell-como-proximo-presidente/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/11/fideicomisarios-de-la-universidad-de-florida-seleccionan-a-stuart-bell-como-proximo-presidente/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[La Junta Directiva de la Universidad de Florida votó por unanimidad para seleccionar al Dr. Stuart R. Bell como el próximo presidente de la universidad, según un artículo publicado el miércoles por la UF.]]></description><pubDate>Thu, 11 Jun 2026 13:59:55 +0000</pubDate><content:encoded><![CDATA[<p>La Junta directiva de la Universidad de Florida votó por unanimidad para seleccionar al Dr. Stuart R. Bell como próximo presidente de la universidad, según un <a href="https://news.ufl.edu/2026/06/bell-selection/" target="_blank" rel="noreferrer" title="https://news.ufl.edu/2026/06/bell-selection/">artículo publicado el miércoles por la UF</a>.</p><p>Se espera que Bell se convierta en el presidente número 14 de la UF, pendiente de ratificación por parte de la Junta de Gobernadores de Florida, que supervisa el sistema de universidades públicas del estado. Se espera que la junta vote sobre su ratificación en su reunión del 25 de junio.</p><p>Bell se desempeñó previamente como presidente de la Universidad de Alabama entre 2015 y 2025. Antes de eso, fue rector y profesor de ingeniería en la Universidad Estatal de Luisiana y decano de la Escuela de Ingeniería de la Universidad de Kansas.</p><p>El presidente de la Junta de Fideicomisarios de la UF, Mori Hosseini, calificó la votación unánime como “una demostración contundente e innegable de apoyo” a Bell, afirmando que su experiencia y liderazgo serán importantes mientras la UF busca ascender aún más en las clasificaciones nacionales.</p><p>Bell fue seleccionado entre cientos de posibles candidatos, según Rahul Patel, vicepresidente de la Junta de Fideicomisarios y presidente del Comité de Búsqueda Presidencial de la UF.</p><p>Bell posee un doctorado en ingeniería mecánica y una licenciatura en ingeniería nuclear de la Universidad Texas A&amp;M. También es conocido por sus investigaciones sobre gas natural y motores de combustión, y fue incorporado al Salón de la Fama de la Ingeniería del Estado de Alabama en 2023, informó la UF.</p><p>Se espera que Bell suceda al presidente interino Donald Landry. El 18 de mayo fue anunciado como el único finalista seleccionado por el Comité de Búsqueda Presidencial de la UF, integrado por 15 miembros.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/VZHFOXFNWJDQBAX6XRMJ6RSGDE.jpg?auth=eed0988791422b606c86b75da1e290be256608fda8986050b82e40219de1f2c6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Breve y desafiante, esposa de George Pino testifica en juicio por accidente mortal de embarcación]]></title><link>https://www.local10.com/espanol/2026/06/10/continua-tercer-dia-de-testimonios-en-juicio-por-homicidio-de-embarcacion-contra-george-pino/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/10/continua-tercer-dia-de-testimonios-en-juicio-por-homicidio-de-embarcacion-contra-george-pino/</guid><dc:creator><![CDATA[Ryan Mackey, Liane Morejon, Chris Gothner]]></dc:creator><description><![CDATA[El tercer día del juicio por homicidio en barco del magnate inmobiliario del sur de Florida, George Pino, continuó el miércoles, luego de un emotivo testimonio y declaraciones de apertura a principios de semana.]]></description><pubDate>Wed, 10 Jun 2026 13:20:12 +0000</pubDate><content:encoded><![CDATA[<p>El tercer día del juicio por homicidio de embarcación contra el magnate inmobiliario del sur de Florida <a href="https://www.local10.com/topic/George_Pino/" target="_blank" rel="noreferrer" title="https://www.local10.com/topic/George_Pino/">George Pino</a> continuó el miércoles, luego de testimonios emotivos y declaraciones de apertura a principios de la semana.</p><p>El martes, <a href="https://www.local10.com/espanol/2026/06/09/en-vivo-continuan-alegatos-iniciales-en-juicio-por-muerte-en-bote-de-george-pino-tras-comportamientos-emocionales-que-descarrilaron-el-primer-dia-del-juicio/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/09/en-vivo-continuan-alegatos-iniciales-en-juicio-por-muerte-en-bote-de-george-pino-tras-comportamientos-emocionales-que-descarrilaron-el-primer-dia-del-juicio/">los miembros del jurado escucharon a múltiples testigos</a>, incluido el padre de la víctima, Andy Fernandez, quien describió haber abrazado a su hija por última vez antes de lo que calificó como una “hermosa tarde” que terminó en tragedia.</p><p>Los fiscales alegan que Pino, un desarrollador inmobiliario del sur de Florida, operaba una embarcación de 29 pies cuando chocó contra una baliza de canal cerca de Boca Chita Key durante el fin de semana del Día del Trabajo de 2022, causando la muerte de Lucy Fernandez, de 17 años, y dejando gravemente heridos a otros dos adolescentes.</p><p>Los testimonios también incluyeron a un pasajero de la embarcación, quien describió cómo la nave se volcó y el caótico desenlace en el agua, así como a un abogado civil que hizo referencia a declaraciones previas relacionadas con la investigación del accidente.</p><p>Los miembros del jurado fueron enviados a casa la tarde del martes y tenían previsto regresar la mañana del miércoles.</p>]]></content:encoded></item><item><title><![CDATA[Miami package theft suspect faces charges in 7 additional cases, police say]]></title><link>https://www.local10.com/news/local/2026/06/11/miami-package-theft-suspect-faces-charges-in-7-additional-cases-police-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/11/miami-package-theft-suspect-faces-charges-in-7-additional-cases-police-say/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[A 22-year-old man who was arrested last month in connection with a package theft investigation in Miami now faces additional charges in connection with seven additional thefts, authorities confirmed Thursday to Local 10 News.]]></description><pubDate>Thu, 11 Jun 2026 12:49:34 +0000</pubDate><content:encoded><![CDATA[<p>A 22-year-old man who was arrested last month in connection with a package theft investigation in Miami now faces additional charges in connection with seven additional thefts, authorities confirmed Thursday to Local 10 News.</p><p><a href="https://www.local10.com/espanol/2026/06/11/policia-sospechoso-de-robo-de-paquetes-en-miami-enfrenta-cargos-en-siete-casos-adicionales/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/11/policia-sospechoso-de-robo-de-paquetes-en-miami-enfrenta-cargos-en-siete-casos-adicionales/">Leer en español</a></p><p>According to the Miami Police Department, the initial investigation began on April 16 after a resident reported that several Amazon packages had been stolen from the front porch of his home. The stolen items were valued at approximately $111.</p><p>The victim told police the packages had been delivered earlier that morning. When he discovered they were missing, he reviewed footage from his Ring doorbell camera and saw an unknown man arrive on a black bicycle around 11:44 a.m.</p><p>Investigators said the video showed a man entering the property, taking the packages from the porch, placing them into a black backpack and riding away eastbound.</p><p>Based on the video evidence, police distributed a “Need-to-Identify” flyer in an effort to identify the suspect.</p><p>More than a month later, on May 28, officers located <a href="https://www.local10.com/news/local/2026/05/29/man-accused-of-package-thefts-in-miami-arrested-police-seek-possible-additional-victims/" target="_self" rel="" title="https://www.local10.com/news/local/2026/05/29/man-accused-of-package-thefts-in-miami-arrested-police-seek-possible-additional-victims/">Jeyner Francisco Monzon</a>, who they said matched the description of the package thief.</p><p>Authorities said Monzon was taken to Miami Police Headquarters for questioning before being arrested and transported to the Turner Guilford Knight Correctional Center.</p><p>After Monzon’s arrest, more victims came forward regarding package thefts that occurred from March through May, authorities said.</p><p>Police said the thefts included packages that contained groceries, speakers worth about $1,000 and dog supplies, among other items. </p><p>The Miami Police Department is urging residents who may have experienced similar package thefts in the area to come forward and file a police report as the investigation continues.</p><p>Those who believe they were victimized may call the Miami Police Department’s General Investigations Unit at 305-603-6030. Anonymous tips can be made by calling Miami-Dade Crime Stoppers at 305-471-8477. </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/I47XUCX6WBAFLBLWJXJNMNWK34.jpg?auth=a5f5807380c763cee955e777dc4f7ede89e0130d02ce5bd45d2cbb4a3d794386&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Policía: Sospechoso de robo de paquetes en Miami enfrenta cargos en siete casos adicionales]]></title><link>https://www.local10.com/espanol/2026/06/11/policia-sospechoso-de-robo-de-paquetes-en-miami-enfrenta-cargos-en-siete-casos-adicionales/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/11/policia-sospechoso-de-robo-de-paquetes-en-miami-enfrenta-cargos-en-siete-casos-adicionales/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[Un hombre de 22 años que fue arrestado el mes pasado en relación con una investigación de robo de paquetes en Miami ahora enfrenta cargos adicionales en relación con siete robos adicionales, confirmaron las autoridades el jueves a Local 10 News.]]></description><pubDate>Thu, 11 Jun 2026 13:52:47 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre de 22 años que fue arrestado el mes pasado en relación con una investigación por robo de paquetes en Miami ahora enfrenta cargos adicionales relacionados con otros siete robos, confirmaron las autoridades el jueves a Local 10 News.</p><p>Según el Departamento de Policía de Miami, la investigación inicial comenzó el 16 de abril después de que un residente reportara que varios paquetes de Amazon habían sido robados del porche delantero de su vivienda. Los artículos robados estaban valorados en aproximadamente $111 USD.</p><p>La víctima dijo a la policía que los paquetes habían sido entregados más temprano esa mañana. Cuando descubrió que faltaban, revisó las imágenes de la cámara de su timbre Ring y vio a un hombre desconocido llegar en una bicicleta negra alrededor de las 11:44 a.m.</p><p>Los investigadores dijeron que el video mostraba a un hombre entrando en la propiedad, tomando los paquetes del porche, colocándolos en una mochila negra y alejándose en dirección este.</p><p>Con base en la evidencia en video, la policía distribuyó un volante de “Necesitamos identificar” en un esfuerzo por identificar al sospechoso.</p><p>Más de un mes después, el 28 de mayo, agentes localizaron a <a href="https://www.local10.com/espanol/2026/05/29/arrestan-a-hombre-acusado-de-robo-de-paquetes-en-miami-policia-busca-posibles-victimas-adicionales/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/05/29/arrestan-a-hombre-acusado-de-robo-de-paquetes-en-miami-policia-busca-posibles-victimas-adicionales/">Jeyner Francisco Monzon</a>, quien, según dijeron, coincidía con la descripción del ladrón de paquetes.</p><p>Las autoridades dijeron que Monzon fue llevado a la sede de la Policía de Miami para ser interrogado antes de ser arrestado y trasladado al Centro Correccional Turner Guilford Knight.</p><p>Después del arresto de Monzon, más víctimas se presentaron para denunciar robos de paquetes ocurridos entre marzo y mayo, dijeron las autoridades.</p><p>La policía indicó que los robos incluyeron paquetes que contenían comestibles, bocinas valoradas en aproximadamente $1,000 USD y suministros para perros, entre otros artículos.</p><p>El Departamento de Policía de Miami está instando a los residentes que hayan experimentado robos similares de paquetes en el área a que se presenten y presenten un informe policial mientras la investigación continúa.</p><p>Quienes crean haber sido víctimas pueden llamar a la Unidad de Investigaciones Generales del Departamento de Policía de Miami al 305-603-6030. También se pueden proporcionar denuncias anónimas llamando a Miami-Dade Crime Stoppers al 305-471-8477.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/I47XUCX6WBAFLBLWJXJNMNWK34.jpg?auth=a5f5807380c763cee955e777dc4f7ede89e0130d02ce5bd45d2cbb4a3d794386&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Woman accused in armed robbery, kidnapping of man in Miami Beach]]></title><link>https://www.local10.com/news/local/2026/06/11/woman-accused-in-armed-robbery-kidnapping-of-man-in-miami-beach/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/11/woman-accused-in-armed-robbery-kidnapping-of-man-in-miami-beach/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[A 27-year-old woman has been arrested in connection with an alleged armed robbery and kidnapping that began at a Miami Beach Airbnb and ended along Interstate 95, according to an arrest report obtained Thursday by Local 10 News.]]></description><pubDate>Thu, 11 Jun 2026 12:03:46 +0000</pubDate><content:encoded><![CDATA[<p>A 27-year-old woman has been arrested in connection with an alleged armed robbery and kidnapping that began at a Miami Beach Airbnb and ended along Interstate 95, according to an arrest report obtained Thursday by Local 10 News.</p><p><a href="https://www.local10.com/espanol/2026/06/11/acusan-a-mujer-de-robo-a-mano-armada-y-secuestro-de-hombre-en-miami-beach/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/11/acusan-a-mujer-de-robo-a-mano-armada-y-secuestro-de-hombre-en-miami-beach/">Leer en español</a></p><p>According to the report, Miami Beach police arrested Kihmanii McKenziee, of Miami, on Tuesday. She faces charges stemming from an incident reported on May 15.</p><p>According to police, the victim walked into the Miami Beach Police Department shortly before 9 a.m. on May 15 to report that he had been robbed at gunpoint and forced to drive against his will earlier that morning.</p><p>The victim told investigators he met McKenziee and another individual at Haulover Beach on the evening of May 14. He described both as “African American transgender females,” the report stated.</p><p>After meeting, the group agreed to go to an Airbnb located on Ocean Drive in Miami Beach, authorities said.</p><p>According to the arrest report, the victim told detectives that he and McKenziee spent several hours together at the rental property and attempted to have intercourse before an argument broke out around 6:30 a.m. </p><p>“You wasted my night,” McKenziee told the victim, according to the report. “I could’ve been making money. If you don’t give me $200 right now, I’ll shoot you in the face.”</p><p>McKenziee allegedly pulled a gun from her purse and pointed it at the victim’s head while demanding money, authorities said.</p><p>Police said the victim reported that after initially refusing, he was punched multiple times and eventually surrendered $100 out of fear for his safety.</p><p>Investigators said McKenziee then allegedly ordered the victim to drive her home while continuing to point the gun at him. The victim told police he complied because he feared being harmed.</p><p>The victim drove onto northbound Interstate 95 during morning rush-hour traffic while McKenziee allegedly continued demanding money from him, according to the report. At one point, the victim said she struck him in the head with the gun, causing a minor laceration.</p><p>Police said the ordeal ended when the victim pulled onto the shoulder of the interstate and stopped the vehicle, at which time McKenziee exited the car and fled on foot.</p><p>During the investigation, the victim provided detectives with a phone number he said belonged to McKenziee. According to the report, the contact information was saved in his phone under the name “Kihmanii (Money) Miami.” A records check linked the number to McKenziee, police said.</p><p>Authorities also reviewed surveillance footage and identified McKenziee through prior law enforcement contacts, according to investigators.</p><p>Detectives said McKenziee was located Tuesday, driving in the 500 block of Northwest 95th Street in Miami. Police said a gray pistol was visible inside a purse on the front passenger seat of the vehicle.</p><p>After taking McKenziee into custody, detectives reported observing tattoos that matched those seen in surveillance footage connected to the case. Investigators also said she was carrying a cellphone associated with the phone number provided by the victim.</p><p>McKenziee was arrested and transported to the Turner Guilford Knight Correctional Center. She faces charges of armed kidnapping and armed robbery.</p><p>A separate arrest report from the Miami-Dade Sheriff’s Office shows McKenziee also faces charges in connection with an incident in which she was accused of going to her ex-boyfriend’s home and forcing her way inside.</p><p>In that case, detectives said McKenziee arrived at the victim’s home in northeast Miami-Dade and pushed her way inside after the victim’s new girlfriend answered the door.</p><p>Deputies said the trio got into an argument before the victims agreed to call an Uber for McKenziee. </p><p>At one point, McKenziee grabbed the new girlfriend’s wrist, at which time her ex-boyfriend fired his gun at the ground in an attempt to get McKenziee to leave the area, authorities said.</p><p>Detectives said McKenziee fled the scene before deputies arrived.</p><p>In that case, she is facing charges of burglary with assault or battery and burglary of an occupied structure.</p><p>As of Thursday morning, McKenziee was being held at the Metrowest Detention Center without bond.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/26ONFOR7IFE4DEPBVUIVACTF6Q.jpg?auth=d4eb5f3df5c97141d59b1434c6eae765b9bdc2a0ed7dacf0af115ac132131670&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Alonso signals he is nearing end of F1 career in his likely farewell to Barcelona]]></title><link>https://www.local10.com/sports/2026/06/11/alonso-signals-he-is-nearing-end-of-f1-career-in-his-likely-farewell-to-barcelona/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/11/alonso-signals-he-is-nearing-end-of-f1-career-in-his-likely-farewell-to-barcelona/</guid><dc:creator><![CDATA[By JOSEPH WILSON, Associated Press]]></dc:creator><description><![CDATA[MONTMELO, Spain (AP) — Two-time Formula 1 champion Fernando Alonso has signaled he is near the end of his career after saying Sunday's race will likely be his last in Barcelona.]]></description><pubDate>Thu, 11 Jun 2026 15:34:11 +0000</pubDate><content:encoded><![CDATA[<p>MONTMELO, Spain (AP) — Two-time Formula 1 champion Fernando Alonso has signaled he is near the end of his career after saying Sunday's race will likely be his last in Barcelona.</p><p>The Barcelona-Catalunya Grand Prix, the new name for the race held outside Barcelona, won’t be staged in 2027 as it starts being held every two years.</p><p>“It is probably going to be my last Barcelona race in Formula 1,” the 44-year-old Alonso told reporters at the track on Thursday.</p><p>Alonso quickly added he was not announcing his retirement, but the fact that the next Barcelona race will be in 2028 made it less likely he will take part.</p><p>He said in the coming months he will think hard about whether he is willing to keep racing next season while Aston Martin gives him a car that struggles to get him even near the top.</p><p>“I don’t have anything in mind, and after the summer I will take the decision to continue or not,” the Spaniard said. “But Barcelona is not happening next year, and if I don’t know what I am doing next year it is near impossible to know what I will doing two years from now.</p><p>“Every race I go to could be my last.”</p><p>Alonso is an icon of Spanish sports thanks to his world championships in 2005 and 2006, and he has remained one of the series' best drivers, even though he has never had the car to match his skills for several years.</p><p>His last F1 victory, No. 32, came in 2013 at this track in Montmelo. Few racing fans would then have imagined that Alonso, who remained sharp behind a wheel, would not stand atop a podium again.</p><p>Still, tens of thousands of his fans flock to the Spanish race to cheer him on each year.</p><p>This season he has just one point and was 18th out of 22 drivers.</p><p>And while Alonso said he was “at peace” with his career, it hurt not to be competitive.</p><p>“The hardest thing is to not win races and not be competitive,” he said. “If (this season) is the last, it is not affecting me. I am at peace now with myself and my career. I achieved a lot more than I ever dreamt when I was a kid."</p><p>___</p><p>AP auto racing: https://apnews.com/hub/auto-racing</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/2JIBMYG5HAYYNNEM7EP7WVBUWA.jpg?auth=1ba98456bf529027ace781fb8935affa53e9964357e25231cb473da82db1c98a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Aston Martin driver Fernando Alonso of Spain, walks at the Barcelona Catalunya racetrack in Montmelo, near Barcelona, Spain, Thursday, June 11, 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/Z2YAHD43BBZSFYTO6SPWIGIJWQ.jpg?auth=b89c5f539f95acade62b41ddb6fda80cd474ce12263c249e87044392503eed2a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Aston Martin driver Fernando Alonso of Spain attends a press conference ahead of the Spanish Formula One Grand Prix at the Barcelona Catalunya racetrack in Montmelo, near Barcelona, Spain, Thursday, June 11, 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/Z7S47VWSCDOJNDYFJOSRUILMNU.jpg?auth=6a13b4a152513d8abf7b0a391881e1f3802ad30b3c0108b51ee28396c138b747&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Aston Martin driver Fernando Alonso of Spain, right, walks at the Barcelona Catalunya racetrack in Montmelo, near Barcelona, Spain, Thursday, June 11, 2026. (AP Photo/ Joan Monfort)]]></media:description><media:credit role="author" scheme="urn:ebu">Joan Monfort</media:credit></media:content></item><item><title><![CDATA[Acusan a mujer de robo a mano armada y secuestro de hombre en Miami Beach]]></title><link>https://www.local10.com/espanol/2026/06/11/acusan-a-mujer-de-robo-a-mano-armada-y-secuestro-de-hombre-en-miami-beach/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/11/acusan-a-mujer-de-robo-a-mano-armada-y-secuestro-de-hombre-en-miami-beach/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[Una mujer de 27 años ha sido arrestada en relación con un presunto robo a mano armada y secuestro que comenzó en un Airbnb de Miami Beach y terminó en la Interestatal 95, según un informe de arresto obtenido el jueves por Local 10 News.]]></description><pubDate>Thu, 11 Jun 2026 13:47:18 +0000</pubDate><content:encoded><![CDATA[<p>Una mujer de 27 años fue arrestada en relación con un presunto robo a mano armada y secuestro que comenzó en un Airbnb de Miami Beach y terminó a lo largo de la Interestatal 95, según un informe de arresto obtenido el jueves por Local 10 News.</p><p>Según el informe, la policía de Miami Beach arrestó el martes a Kihmanii McKenziee, de Miami. Enfrenta cargos derivados de un incidente reportado el 15 de mayo.</p><p>Según la policía, la víctima entró en el Departamento de Policía de Miami Beach poco antes de las 9 a.m. del 15 de mayo para denunciar que había sido robada a punta de pistola y obligada a conducir contra su voluntad esa misma mañana.</p><p>La víctima dijo a los investigadores que conoció a McKenziee y a otra persona en Haulover Beach la noche del 14 de mayo. Describió a ambas como “mujeres transgénero afroamericanas”, señala el informe.</p><p>Tras conocerse, el grupo acordó ir a un Airbnb ubicado en Ocean Drive, en Miami Beach, dijeron las autoridades.</p><p>Según el informe de arresto, la víctima dijo a los detectives que él y McKenziee pasaron varias horas juntos en la propiedad de alquiler e intentaron tener relaciones sexuales antes de que surgiera una discusión alrededor de las 6:30 a.m.</p><p>“Me hiciste perder la noche”, le dijo McKenziee a la víctima, según el informe. “Pude haber estado ganando dinero. Si no me das $200 USD ahora mismo, te dispararé en la cara”.</p><p>McKenziee presuntamente sacó un arma de su bolso y la apuntó a la cabeza de la víctima mientras exigía dinero, dijeron las autoridades.</p><p>La policía indicó que la víctima reportó que, tras negarse inicialmente, fue golpeada varias veces y finalmente entregó $100 USD por temor a su seguridad.</p><p>Los investigadores dijeron que McKenziee presuntamente ordenó luego a la víctima que la llevara a su casa mientras continuaba apuntándole con el arma. La víctima dijo a la policía que obedeció porque temía resultar herida.</p><p>La víctima condujo por la Interestatal 95 en dirección norte durante el tráfico de la hora pico de la mañana mientras McKenziee presuntamente continuaba exigiéndole dinero, según el informe. En un momento dado, la víctima dijo que ella lo golpeó en la cabeza con el arma, causándole una laceración menor.</p><p>La policía dijo que la situación terminó cuando la víctima se detuvo en el arcén de la autopista y paró el vehículo, momento en que McKenziee salió del automóvil y huyó a pie.</p><p>Durante la investigación, la víctima proporcionó a los detectives un número de teléfono que dijo pertenecía a McKenziee. Según el informe, la información de contacto estaba guardada en su teléfono bajo el nombre “Kihmanii (Money) Miami”. Una verificación de registros vinculó el número con McKenziee, dijo la policía.</p><p>Las autoridades también revisaron videos de vigilancia e identificaron a McKenziee a través de contactos previos con las fuerzas del orden, según los investigadores.</p><p>Los detectives dijeron que McKenziee fue localizada el martes mientras conducía en la cuadra 500 de Northwest 95th Street, en Miami. La policía dijo que una pistola gris era visible dentro de un bolso en el asiento delantero del pasajero del vehículo.</p><p>Tras poner a McKenziee bajo custodia, los detectives informaron que observaron tatuajes que coincidían con los vistos en los videos de vigilancia relacionados con el caso. Los investigadores también dijeron que llevaba un teléfono celular asociado con el número proporcionado por la víctima.</p><p>McKenziee fue arrestada y trasladada al Centro Correccional Turner Guilford Knight. Enfrenta cargos de secuestro a mano armada y robo a mano armada.</p><p>Un informe de arresto separado de la Oficina del Sheriff de Miami-Dade muestra que McKenziee también enfrenta cargos en relación con un incidente en el que fue acusada de acudir a la casa de su ex novio y entrar por la fuerza.</p><p>En ese caso, los detectives dijeron que McKenziee llegó a la vivienda de la víctima en el noreste de Miami-Dade y se abrió paso a la fuerza después de que la nueva novia de la víctima respondiera a la puerta.</p><p>Los agentes dijeron que los tres se involucraron en una discusión antes de que las víctimas aceptaran pedir un Uber para McKenziee.</p><p>En un momento dado, McKenziee agarró la muñeca de la nueva novia, momento en el que su ex novio disparó su arma al suelo en un intento de hacer que McKenziee abandonara el lugar, dijeron las autoridades.</p><p>Los detectives dijeron que McKenziee huyó de la escena antes de que llegaran los agentes.</p><p>En ese caso, enfrenta cargos de allanamiento con agresión o lesiones y allanamiento de una estructura ocupada.</p><p>Hasta la mañana del jueves, McKenziee permanecía detenida en el Centro de Detención Metrowest sin derecho a fianza.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/26ONFOR7IFE4DEPBVUIVACTF6Q.jpg?auth=d4eb5f3df5c97141d59b1434c6eae765b9bdc2a0ed7dacf0af115ac132131670&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Florida immigration arrests have quietly surged, with state and local agencies at the forefront]]></title><link>https://www.local10.com/news/florida/2026/06/11/florida-immigration-arrests-have-quietly-surged-with-state-and-local-agencies-at-the-forefront/</link><guid isPermaLink="true">https://www.local10.com/news/florida/2026/06/11/florida-immigration-arrests-have-quietly-surged-with-state-and-local-agencies-at-the-forefront/</guid><dc:creator><![CDATA[By GISELA SALOMON, Associated Press]]></dc:creator><description><![CDATA[The surge in Florida immigration arrests during Trump’s second term has largely flown under the public’s radar, as many start as run-of-the-mill police traffic stops, the public seems more supportive of the initiative, and participating state and local agencies are roundly rejecting requests for arrest records and body camera video at the behest of the Department of Homeland Security.]]></description><pubDate>Thu, 11 Jun 2026 13:18:21 +0000</pubDate><content:encoded><![CDATA[<p>MIAMI (AP) — On a late March afternoon, a Florida Fish and Wildlife officer pulled up to a Guatemalan couple walking their dog in a park in the affluent beachside community of Bonita Springs, along the Gulf Coast. From his car, he asked to see the husband’s identification and then ordered them to head toward the park exit, according to the wife.</p><p>When they arrived in the parking lot, the officer arrested the husband on a bogus charge, said his wife, who spoke to The Associated Press on the condition of anonymity for her and her 48-year-old husband because she didn’t want to risk being detained as well or put either of their pending asylum cases at risk.</p><p>“He told us he was issuing a ticket because the dog had bitten him, but that wasn’t true because the officer never got out of the car,” she said. “He started making calls, arrested him, and waited 40 minutes” for federal Immigration and Customs Enforcement officers to arrive and take her husband away.</p><p>Trump’s immigration crackdown has met with fierce resistance in Democratic-led sanctuary cities, where police are forbidden from assisting, elected officials have pushed back and local residents have tried to defend their migrant neighbors by whistling the alarm, recording cellphone videos and berating the masked federal agents viewed by many as an invading force.</p><p>That hasn’t been the case in Republican-led Florida, though, where 347 state and local agencies have signed on to take part in the crackdown and unleashed a flood of immigration arrests. Among them are police and sheriff’s departments, the Florida National Guard and the Highway Patrol, but also ones as seemingly unlikely as the state Fish and Wildlife Conservation Commission and Florida Lottery.</p><p>The surge in Florida immigration arrests during Trump’s second term has largely flown under the public’s radar, as many start as run-of-the-mill police traffic stops, the public seems more supportive of the initiative, and participating state and local agencies are roundly rejecting requests for arrest records and body camera video at the behest of the Department of Homeland Security.</p><p>Immigration arrests more than triple</p><p>Nearly 39,000 immigrants were arrested in Florida in the 416 days beginning Jan. 20, 2025 — the start of President Donald Trump’s second term — through March 11, 2026, the last day for which data was available in a set provided to the University of California, Berkeley’s, Deportation Data Project and analyzed by the AP. During the preceding 416 days of the Biden administration, there were 11,088. On average, Florida recorded 93 daily arrests during that Trump-led period, trailing only the 239 recorded by Texas, which shares the nation’s longest border with Mexico.</p><p>Republican Gov. Ron DeSantis has championed Florida’s push to partner with ICE through so-called 287(g) agreements, which bestow immigration enforcement powers on state and local law enforcement agencies, allowing them to interrogate immigrants in their custody and detain them for possible deportation. And they are under pressure to deliver, experts say.</p><p>“There’s a lot of officers who have been deputized, given immigration authority, and they are just looking for people,” said immigration attorney Vilerka Bilbao, who represents at least 23 clients detained by local police in the Jacksonville area. “They are arresting anybody — they need to show the numbers to DeSantis and the federal government.”</p><p>Officers stop vehicles for a “pretext reason” — such as a broken taillight or overly dark window tint — “and then you end up in ICE custody,” Bilbao said.</p><p>A father and son are deported</p><p>On Feb. 15, Lee County sheriff’s deputies detained a 44-year-old Guatemalan man and his 21-year-old son on the outskirts of Fort Myers. They approached the two in a store parking lot, told them their license plate was expired and ordered them out of their car even though its tags were valid until March 25, according to the older man’s wife and younger man’s mother.</p><p>The woman, a 40-year-old Guatemalan asylum-seeker who spoke on condition of anonymity for herself and her family over concerns for her safety and the safety of her three kids still with her in Florida, said her husband and adult son were detained and deported to Guatemala a week later, leaving behind her, her two underage sons and her daughter, who is an American citizen.</p><p>She said her husband and adult son had pending immigration court cases but were detained anyway. Her husband had attended three immigration court hearings but missed one because it was in Miami, about 120 miles (193 kilometers) south of Fort Myers, and he didn’t have the money to get there, she said. Her son, meanwhile, was seeking asylum, had a valid driver’s license and a work permit.</p><p>DHS disputes that the man and his son were legally in the U.S., saying they crossed the border illegally in 2017 and had a final order of removal from 2019.</p><p>In the case of the man walking his dog, DHS said he was arrested because he had two final orders of removal.</p><p>A test of Florida’s Sunshine Law</p><p>In both cases, the Florida agencies that initiated the stops — the Fish and Wildlife Commission and the Lee County Sheriff’s Office — refused to share the arrest reports and body camera footage with the AP, explaining that ICE requires them to forward all inquiries about immigration arrests to it.</p><p>ICE and DHS, its parent agency, declined to share the arrest reports and bodycam footage, with DHS explaining in a statement: “We are not going to disclose law enforcement sensitive intelligence.”</p><p>An ICE directive sent to the 287 (g) partners in Florida states that “information obtained or developed” under the agreements is “under the control of ICE” and cannot be released without federal approval.</p><p>The directive appears to violate the long-standing Florida Sunshine Law, which was passed in 1967 and presumes records are public unless specifically protected. The conservative state Legislature, though, has carved out exclusions in recent years.</p><p>It’s not just Florida</p><p>Although Florida is at the forefront of partnering in the crackdown, opening the “Alligator Alcatraz” and “Deportation Depot” immigration detention centers in the past year, participation in the 287(g) program has skyrocketed, going from 135 agreements in 20 states before Trump’s second term began to more than 1,700 in 41 states and territories.</p><p>DHS announced financial incentives for state and local law enforcement agencies, including salary reimbursement. This includes up to $7,500 for equipment for each officer participating in the agreements, and up to $100,000 for agencies to purchase new vehicles.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/HPJT4SI2SFCMDDXBCF7JQTJK2Q.jpg?auth=19df1eb7ad4fb3b7cfcc369f17de539785306e9d7b134a850c8fbae83213ec01&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Florida Highway Patrol officers watch Gov. Ron DeSantis arrive at a press conference about a recent immigration enforcement operation, at the South Florida office of U.S. Immigration and Customs Enforcement and Enforcement and Removal Operations, May 1, 2025, in Miramar, Fla. (AP Photo/Rebecca Blackwell, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Rebecca Blackwell</media:credit></media:content></item><item><title><![CDATA[Somali ref Artan picked for showpiece UEFA game after being barred by US from World Cup]]></title><link>https://www.local10.com/sports/2026/06/11/somali-ref-artan-picked-for-showpiece-uefa-game-after-being-barred-by-us-from-world-cup/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/11/somali-ref-artan-picked-for-showpiece-uefa-game-after-being-barred-by-us-from-world-cup/</guid><dc:creator><![CDATA[By GRAHAM DUNBAR, Associated Press]]></dc:creator><description><![CDATA[GENEVA (AP) — Somali referee Omar Artan who was barred by the United States from the World Cup was picked on Thursday for the showcase UEFA Super Cup game in August.]]></description><pubDate>Thu, 11 Jun 2026 13:36:13 +0000</pubDate><content:encoded><![CDATA[<p>GENEVA (AP) — Somali referee Omar Artan who was barred by the United States from the World Cup was picked on Thursday for the showcase UEFA Super Cup game in August.</p><p>European soccer body UEFA said Artan will referee the Aug. 12 game between Champions League winner Paris Saint-Germain and Aston Villa, the Europa League winner. The game will be in Salzburg, Austria.</p><p>“Football is made to connect people and UEFA wants to show its respect to Omar and his outstanding officiating skills,” UEFA president Aleksander Čeferin said in a statement.</p><p>Artan got a hero’s welcome returning to Somalia on Wednesday, days after he was refused entry in Miami and questioned for 11 hours by U.S. authorities despite being picked by FIFA for World Cup duty. He was sent away on a flight to Turkey.</p><p>U.S. officials claimed Artan had connections to terror organizations, though without providing proof.</p><p>Artan's treatment heightened concerns about U.S. immigration policy around the World Cup that was criticized by the United Nations ' top human rights official on Wednesday.</p><p>FIFA president Gianni Infantino said on Wednesday it was powerless to prevent Artan's ordeal, and "we need to respect that we are not the kings of the world who can rule over governments and police forces.”</p><p>The 34-year-old referee was judged the best in Africa last season and worked the decisive game in the continent's Champions League final last month.</p><p>Čeferin said UEFA worked on the plan with the Confederation of African Football and its president Patrice Motsepe. Čeferin and Motsepe both are FIFA vice presidents.</p><p>"Omar Artan has made Somalia and the entire people of the African continent extremely proud," Motsepe said in the UEFA statement.</p><p>"This is a great honor for Omar Artan and for African referees and is also an excellent example of football bringing together and uniting people from Africa and Europe and worldwide,” Motsepe said, hours before his native South Africa opened the World Cup against co-host Mexico. They play at the storied Azteca Stadium in Mexico City.</p><p>___</p><p>AP World Cup: https://apnews.com/fifa-world-cup</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/XNJMD2ZLCIHK3YNERTUEXUQNGA.jpg?auth=6b102eafd6e5525e7548413d5ae5e8783eaf3a7dc41e2470b3177957d09fe3c9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Referee Omar Artan, who was denied entry to the United States, is welcomed by supporters upon his arrival in Mogadishu, Somalia, Wednesday, June 10, 2026. (AP Photo/Farah Abdi Warsameh)]]></media:description><media:credit role="author" scheme="urn:ebu">Farah Abdi Warsameh</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ZZDFWI7S7RXUREOCVP7WMIUJ2Y.jpg?auth=ab726ec82b749fd71c45f09f67ac4b2ec610ae9455593ee30534d51d502acad4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Referee Omar Artan, center, of Somalia, is confronted by players after calling a penalty kick during the CAF Champions League final soccer match between AS FAR Rabat and Mamelodi Sundowns, in Rabat, Morocco, Sunday, May 24, 2026. (AP Photo/Mosa'ab Elshamy)]]></media:description><media:credit role="author" scheme="urn:ebu">Mosa'ab Elshamy</media:credit></media:content></item><item><title><![CDATA[Security guard accused of stealing FIFA referee uniform from Miami Beach hotel]]></title><link>https://www.local10.com/news/local/2026/06/10/security-guard-accused-of-stealing-fifa-referee-uniform-from-miami-beach-hotel/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/10/security-guard-accused-of-stealing-fifa-referee-uniform-from-miami-beach-hotel/</guid><dc:creator><![CDATA[Rosh Lowe]]></dc:creator><description><![CDATA[Outside the Grand Beach Hotel in Miami Beach, FIFA logos could be seen throughout the property.]]></description><pubDate>Wed, 10 Jun 2026 21:53:39 +0000</pubDate><content:encoded><![CDATA[<p>Outside the Grand Beach Hotel in Miami Beach, FIFA logos could be seen throughout the property.</p><p><a href="https://www.local10.com/espanol/2026/06/10/acusan-a-guardia-de-seguridad-de-robar-uniforme-de-arbitro-de-la-fifa-en-hotel-de-miami-beach/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/10/acusan-a-guardia-de-seguridad-de-robar-uniforme-de-arbitro-de-la-fifa-en-hotel-de-miami-beach/">Leer en español</a></p><p>But on Sunday, something was missing: a referee’s uniform.</p><p>Police said the uniform was stolen by Jordan Martinez, a security guard at the hotel, and the theft was caught on camera.</p><p>According to police, Martinez, 25, of Miami Beach, was brought into an interview room where he confessed to taking laundry bags that contained FIFA referee uniforms.</p><p>Police said Martinez told investigators that when he realized the bags contained official FIFA referee uniforms, he decided to keep them because he is a big soccer fan and wanted to wear one after the game.</p><p>“That’s insane,” one tourist from Iowa said. “I’m not even from here, I’m from Iowa. I don’t know why he’d steal a jersey from a referee.”</p><p>Investigators said equipment and property belonging to two FIFA officials were stolen.</p><p>“That’s kind of odd. Maybe he’s trying to sell it. I have no idea,” the tourist said.</p><p>Police did not provide further details about what Martinez planned to do with the referee’s uniform.</p><p>Authorities arrested Martinez Monday on a charge of third-degree grand theft.</p><p>He has since been released on bond. </p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/TR3IHCXVDZEJLFFUL7YJJUQ47M.jpg?auth=e237605d1ac6611eee8a244782f3e5e22afd88b901ea31cc41e91244c291e918&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Anthropic announces 'Claude Corps' to teach nonprofits to use AI more effectively]]></title><link>https://www.local10.com/tech/2026/06/11/anthropic-announces-claude-corps-to-teach-nonprofits-to-use-ai-more-effectively/</link><guid isPermaLink="true">https://www.local10.com/tech/2026/06/11/anthropic-announces-claude-corps-to-teach-nonprofits-to-use-ai-more-effectively/</guid><dc:creator><![CDATA[By GLENN GAMBOA, Associated Press]]></dc:creator><description><![CDATA[SAN FRANCISCO (AP) — Anthropic will donate $150 million to launch a fellowship program that places people early in their careers with nonprofits around the country to help them use artificial intelligence more effectively in their work.]]></description><pubDate>Thu, 11 Jun 2026 18:03:50 +0000</pubDate><content:encoded><![CDATA[<p>SAN FRANCISCO (AP) — Anthropic will donate $150 million to launch a fellowship program that places people early in their careers with nonprofits around the country to help them use artificial intelligence more effectively in their work.</p><p>Claude Corps, named for the company’s popular AI chatbot, will hire and embed 1,000 fellows trained in the use of Claude at a wide range of organizations for a year. Anthropic President Daniela Amodei told The Associated Press the company hopes the program will expand and become a pillar of its strategy to help humankind realize the benefits of AI while also managing its risks.</p><p>Amodei said Claude Corps will be evaluated after its first year to see if it should continue and expand.</p><p>“We’re hoping it’s a good idea that can take root and that other people can build on and learn from, whether that’s public or private,” Amodei said in an interview at Anthropic headquarters in San Francisco. “But I think my hope is that we’ll learn, the people who do it will learn, and we’ll be able to come back and do it again next time even better.”</p><p>Anthropic's commitment includes paying the Claude Corps members and providing at least 400 host organizations with a $10,000 grant and free credits to use Claude.</p><p>Anthropic says it wants to balance profits and social impact</p><p>Philanthropy is built into the way Anthropic’s co-founders believe the company should be run, Amodei said. Amodei, her brother Dario, who is Anthropic’s CEO, and the company’s five other co-founders have already pledged that they will donate 80% of their wealth. They established Anthropic as a public benefit corporation, a designation that for-profit companies select to balance financial goals and social impact.</p><p>Anthropic, which is valued at $965 billion, is moving toward going public on Wall Street, announcing earlier this month it submitted a confidential filing for an initial public offering.</p><p>Amodei, interviewed before the SEC filing, said she could not comment about IPO plans but said the company’s values are very clear to anyone looking to invest in it.</p><p>“There’s decisions and choices that we might make that might feel in conflict with just the pure commercial interests of the business and we’re going to be really open about that,” she said. “I think we have been very well served by our inclination to just be very honest about who we are because people who like that really like us. And for people, if it’s not what they like, they don’t work with us. And I think that’s actually better for everyone.”</p><p>Anthropic has been outspoken about the risks inherent to the breakthrough technology. It warned last week that companies should coordinate a way to pause development of advanced AI systems if humans risk losing control of the self-improving technology. It collaborated with Pope Leo XIV as he developed his encyclical on AI and the need for increased regulation. And it found itself in a high-profile fight with President Donald Trump’s administration when Anthropic refused to allow the U.S. military unrestricted use of its AI technology.</p><p>Amodei said Anthropic is an “unusual” company because its business teams and research teams are run separately.</p><p>“Sometimes research says things like ‘AI is doing bad things’ and we really want to be open about what those things are,” she said. “Because I don’t think there’s a way for the broader community that is the world to adapt to these changes if we don’t understand the challenges.”</p><p>Bella DeVaan, director of the Charity Reform Initiative at the progressive research organization the Institute of Policy Studies, said she is skeptical that any AI company will willingly set aside enough of its profits to support all the people affected by the adoption of AI.</p><p>“The fox can't guard the henhouse,” said DeVaan, who has studied the donations of the ultra-rich. “They can’t be responsible for their own regulation or for their own definition of what their altruistic mandate is. That has to be determined by the public.”</p><p>Like Pope Leo outlined in his encyclical, DeVaan is calling for more stringent government regulation of AI companies. Without government intervention, she worries AI will create a permanent underclass of workers. She said governments also need to do their own research about the potential benefits and harms of AI rather than leaving it up to the AI companies.</p><p>Anthropic announced separately Wednesday that it will donate $200 million to support an economic framework to help workers displaced by AI. It will start with investment into studying the issues created by AI adoption.</p><p>“We can’t understand what the societal disruption might look like if we don’t study it, publish it and talk about it,” Amodei said.</p><p>Claude Corps aims to enlist AI-minded people early in their careers</p><p>To create Claude Corps, Anthropic partnered with CodePath, the San Francisco-based nonprofit created to help first-generation and low-income students enter the tech workforce through higher education courses and career support.</p><p>CodePath CEO Michael Ellison said he had long been thinking about redesigning AmeriCorps to account for AI adoption. The federal agency for volunteer service was gutted by Trump administration cuts last year.</p><p>“I think we need programs that are meeting folks where they are when you’re looking at the traditional late adopters — from nonprofits to governments, to schools,” Ellison said. “We’re putting humans into the organizations that serve the majority of Americans as a way to bring them along and bring our communities along.”</p><p>He said CodePath will manage the initiative, which will accept fellowship applications through July 17. Ellison said the fellowship will be available to a wide range of young people early in their careers.</p><p>“We are intentionally trying to be extremely accessible,” he said. “We’re not requiring that you have a certain degree. We want the initial group of fellows to be representative of a broad section of the population in this country.”</p><p>Jennifer Blatz, CEO and president of StriveTogether, a Cincinnati-based nonprofit network that helps prepare young people for better economic opportunities, said she was thrilled her organization was chosen to host two Claude Corps fellows.</p><p>Though her nonprofit already uses AI to analyze some of the data it gathers on the impact of its programs, she hopes that Claude Corps can help standardize its usage in her organization and throughout its network, which spans 27 states. Blatz said she wants both her network and the people it supports to understand “AI is a tool – not the whole strategy.”</p><p>“AI can help us work smarter, but trust building and community collaboration, that’s a deeply human part of the work,” she said. “And that’s not going away just because we use this tool.”</p><p>_____</p><p>Associated Press coverage of philanthropy and nonprofits receives support through the AP’s collaboration with The Conversation US, with funding from Lilly Endowment Inc. The AP is solely responsible for this content. For all of AP’s philanthropy coverage, visit https://apnews.com/hub/philanthropy.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/L3FRLVUSVWDMKYF2IFN6FI34TA.jpg?auth=ce2cb8d0f11c6367ca732f75b9b7f08e13bad6c83b9d91a50bcff55de6be726f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Anthropic co-founder and president Daniela Amodei stands for a portrait at her company's San Francisco headquarters on Friday, May 22, 2026. (AP Photo/Noah Berger)]]></media:description><media:credit role="author" scheme="urn:ebu">Noah Berger</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HESMG7F27OWJ3C7GKLGNYBEA74.jpg?auth=bf8a76bebf24b5ee29b97a4c8fd4ae75c3c1d1a9937849d32ec7f6b4da6906db&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Anthropic co-founder and president Daniela Amodei sits for a portrait at her company's San Francisco headquarters on Friday, May 22, 2026. (AP Photo/Noah Berger)]]></media:description><media:credit role="author" scheme="urn:ebu">Noah Berger</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HKIUYGWVSWPJGMH2R6WGSVBONA.jpg?auth=1b721dc96b1f3ab3e4a58d464c398a33fec43e01e679c4f8da6394259891d3da&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Anthropic co-founder and president Daniela Amodei stands for a portrait at her company's San Francisco headquarters on Friday, May 22, 2026. (AP Photo/Noah Berger)]]></media:description><media:credit role="author" scheme="urn:ebu">Noah Berger</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KQWXMUYCAX67OZ7HF3EW6HXEWM.jpg?auth=753363e7b8b715338aeb270aefd6d481db1ef7ab864bfe98b8786b588ceb4aef&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Anthropic co-founder and president Daniela Amodei stands for a portrait at her company's San Francisco headquarters on Friday, May 22, 2026. (AP Photo/Noah Berger)]]></media:description><media:credit role="author" scheme="urn:ebu">Noah Berger</media:credit></media:content></item><item><title><![CDATA[El Nino is here and scientists fear it'll be big, bad and costly with heat, floods, droughts, fires]]></title><link>https://www.local10.com/news/world/2026/06/11/el-nino-is-here-and-scientists-fear-itll-be-big-bad-and-costly-with-heat-floods-droughts-fires/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/11/el-nino-is-here-and-scientists-fear-itll-be-big-bad-and-costly-with-heat-floods-droughts-fires/</guid><dc:creator><![CDATA[By SETH BORENSTEIN, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — El Nino, Nature's chaotic climate agent, has formed in a warmed-up Pacific Ocean and is expected to grow to historic strength, meteorologists announced Thursday.]]></description><pubDate>Thu, 11 Jun 2026 17:14:08 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — El Nino, Nature's chaotic climate agent, has formed in a warmed-up Pacific Ocean and is expected to grow to historic strength, meteorologists announced Thursday.</p><p>Experts said the El Nino, a natural warming cycle, should further heat a globe already warming from fossil fuel pollution and will likely turbocharge extreme weather across the planet. Meteorologists forecast it will rival — or exceed — a record El Nino that began in 1997 and helped trigger billions of dollars in damage from heat waves, floods, droughts, tornadoes and wildfires.</p><p>The U.S. National Oceanic and Atmospheric Administration officially confirmed the existence of the El Nino, which is a warming of the Pacific near the equator that affects weather patterns across the globe. NOAA's announcement said there's a 63% chance that the El Nino will get so intense this late fall and early winter that it “would rank among the largest El Nino events in the historical record going back to 1950.”</p><p>The warm, deep waters of an El Nino affect weather patterns by bringing “a lot of extra heat to the surface, fueling a lot of extreme events for a lot of places around the world,” said Clark University climate scientist Abby Frazier.</p><p>She said, especially in the Pacific, “it can get dire very quickly.”</p><p>United Nations Secretary-General António Guterres described El Nino as an “urgent climate warning.”</p><p>“El Nino conditions will pour fuel on the fire of a warming world,” Guterres said in a video message.</p><p>El Nino's impacts spawn winners and losers</p><p>The weather pattern's effects vary by region. El Nino often dampens — but doesn't eliminate — Atlantic hurricane season activity, but increases it in the Pacific. So while the U.S. East and Gulf coasts may get a break, Hawaii and other islands are more in danger, Frazier said.</p><p>The drought-stricken Middle East could benefit, climate scientists said. Other places are looking at more danger. Parts of western South America — where the first El Ninos were noticed decades ago — often get heavy rain and floods, along with an extra warm summer. India faces more intense heat waves, while drought, wildfires and heat threaten Australia.</p><p>Northeastern Africa is likely going to get weather whiplash from intense drought to dangerously heavy rains, said Columbia University climate scientist and El Nino expert Muhammad Azhar Ehsan.</p><p>In the U.S., El Ninos can cause more intense storms with heavier rainfall in the South, but they also tend to generally benefit the U.S. agriculture industry, said Jon Gottschalck, operational branch chief at NOAA's Climate Prediction Center.</p><p>Michael Ferrari, meteorologist and head of research at the investment research firm Moby, said conditions for grains and seed, especially soybeans, look favorable in 18 major growing states, but are more mixed when it comes to dairy and cattle.</p><p>The northern Rockies and Southwest — where there’s an “off the charts” snow drought — could get some strong summer rains, Gottschalck said. The biggest effect in the U.S. is often in the winter, when the south can get wetter and the Pacific Northwest warmer and drier.</p><p>But overall, temperatures raised by the weather pattern can dampen American economic growth, said Stanford climate economist Marshall Burke. Several climate scientists forecast that 2027 will be the hottest year on record because of lagging effects of this El Nino, which is expected to peak in the fall or winter.</p><p>“We have pretty clear evidence that the U.S. economy grows more slowly when temps are above normal,” Burke said.</p><p>Strong early signs</p><p>The weather extremes caused by an El Nino also depend on when it develops.</p><p>Usually El Ninos form in the summer, peak in the late fall or early winter, and peter out the next spring, scientists said.</p><p>However, Ehsan's team forecasts that this El Nino will peak a month or two earlier based on strong early signs from recent weeks. Princeton University climate scientist Gabriel Vecchi said large El Ninos like these also tend to last longer.</p><p>The early indications — including warmer water pushing toward the surface of the Pacific — have been so strong and noticeable that forecasters have all been predicting the same ultra strong El Nino, Vecchi said, adding that El Nino forecasts often are all over the place at this time of year.</p><p>Scientists predict stronger El Ninos as the world warms from the burning of coal, oil and gas, Frazier and others said. But she said it is too early to say if this El Nino is part of that.</p><p>Even before it officially formed, this El Nino has gotten nicknames ranging from “super” to “Godzilla.”</p><p>“Instead of scared, we can ask people to be prepared,” Columbia's Ehsan said</p><p>___</p><p>The Associated Press’ climate and environmental coverage receives financial support from multiple private foundations. AP is solely responsible for all content. Find AP’s standards for working with philanthropies, a list of supporters and funded coverage areas at AP.org.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/NI44AEYEGT6M6TUEYTOFOIF4DQ.jpg?auth=b327561ead87e1c50bebd4bc3f1590577df31d0b447605f92c744e4af63c5729&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A firefighter monitors flames caused by the Hughes Fire along Castaic Lake in Castaic, Calif., Jan. 22, 2025. (AP Photo/Jae C. Hong, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jae C. Hong</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YX2JDPQDS636XUTKNP5XFQV6OU.jpg?auth=ff4d1d1be633e45c44e666f16c8c0fed832607c0cf4dd6c298466326b4459980&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A person uses a fan during a heat advisory in the Brooklyn borough of New York, May 19, 2026. (AP Photo/Adam Gray, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Adam Gray</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/OCU5QRTS2YLBISSNVGENSDZF2Q.jpg?auth=8a82b4636c999f9ff4b88996eb176913f8278dbb10d70b08a5d431d0087032d1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Joe Chyuwei, right, Addison Black, front center, James Black, front left, and back row from left, Helen Chyuwei, Jameson Black, Grace Chyuwei and Grayson Black watch the sunset in the heat at Zabriskie Point, Aug. 3, 2025, in Death Valley National Park, Calif. (AP Photo/John Locher, File)]]></media:description><media:credit role="author" scheme="urn:ebu">John Locher</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/OMAWNM5LUU24WGRFZLKF4LZGJQ.jpg?auth=7d195caaad38e94747c01eacfde8ac555c1d0150a143b7434a319ba34fba2d1b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Drought-stressed wheat plants stand adjacent to parched ground in a field near Macksville, Kan., May 16, 2026. (AP Photo/Charlie Riedel, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Charlie Riedel</media:credit></media:content></item><item><title><![CDATA[Opening of Canada-US bridge that Trump threatened to block is delayed over unresolved 'issues']]></title><link>https://www.local10.com/business/2026/06/11/opening-of-canada-us-bridge-that-trump-threatened-to-block-is-delayed-over-unresolved-issues/</link><guid isPermaLink="true">https://www.local10.com/business/2026/06/11/opening-of-canada-us-bridge-that-trump-threatened-to-block-is-delayed-over-unresolved-issues/</guid><dc:creator><![CDATA[By JOEY CAPPELLETTI and COREY WILLIAMS, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — The opening of a Canadian-U.S. bridge across the Detroit River, which President Donald Trump had previously threatened to block, was delayed on Thursday due to unresolved issues.]]></description><pubDate>Thu, 11 Jun 2026 20:13:38 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The opening of a Canadian-U.S. bridge across the Detroit River, which President Donald Trump had previously threatened to block, was delayed on Thursday due to unresolved issues.</p><p>In a statement released before a scheduled Friday ribbon-cutting ceremony at the bridge, the Windsor-Detroit Bridge Authority said that “Canada and the United States have agreed to delay the opening of the bridge, taking the necessary time to resolve any outstanding issues.” It didn't elaborate on what those are.</p><p>The 1.5-mile-long (2.4-kilometer-long) Gordie Howe International Bridge spans the Detroit River and connects the Motor City with Windsor, Ontario. The bridge is jointly owned by Canada and Michigan and was expected to open to traffic later this month.</p><p>But the opening had been thrown into question after Trump in February demanded in a social media post that Canada turn over at least half of the bridge’s ownership to the U.S. federal government and agree to other unspecified demands in one of the Republican president's many salvos over cross-border trade issues.</p><p>Michigan officials and the White House had been in contact for months about the bridge following Trump's post, with the understanding that the opening would move forward on Friday. Invitations for the bridge’s opening went out this week following a conversation between Michigan Gov. Gretchen Whitmer, a Democrat, and White House chief of staff Susie Wiles.</p><p>“This project is a powerful example of bipartisan and international cooperation, and the governor looks forward to attending the ribbon-cutting ceremony when it happens,” a statement from Whitmer spokesperson Bobby Leddy said.</p><p>New bridge a “long-term play”</p><p>Internal disagreements within the Trump administration threw those plans into question, as Commerce Secretary Howard Lutnick pushed back on the opening, according to two people with knowledge of the matter who insisted on anonymity to discuss the private talks.</p><p>The White House did not immediately return a request for comment on Thursday.</p><p>Canadian Prime Minister Mark Carney hinted Wednesday that the opening could be delayed, while downplaying any concerns.</p><p>“There is no big drama. If it takes a little longer it will take a little bit longer, but this will benefit Canadians, Americans, business, tourists, residents for decades and decades to come,” Carney said on his way into Parliament.</p><p>Even with the delay, officials remained optimistic that the bridge — a roughly $4.4 billion project — is still expected to open.</p><p>“We need to keep this very much in perspective,” said Sandy Baruah, president of the Detroit Regional Chamber and former U.S. assistant secretary of Commerce. “Our organization, the state of Michigan and others have been working on this bridge for 20 years. If it opens July 1, Aug. 1 or Sept. 1, I’m not going to get overly agitated about it. This is a long-term play.”</p><p>Named after the late Canadian Hockey great Gordie Howe, who spent 25 seasons leading the Detroit Red Wings, the bridge is expected to be another vital economic artery between Canada and the United States.</p><p>The construction project was negotiated by Rick Snyder, the former Republican governor of Michigan, and paid for by Canada to help ease congestion at the existing Ambassador Bridge and the Detroit-Windsor tunnel. Work has been underway since 2018.</p><p>U.S. Sen. Elissa Slotkin, a Michigan Democrat, said she’s taking people at their word that the holdup is “a minor hiccup.”</p><p>“This is probably the most bipartisan issue in the state of Michigan, so it’s ridiculous that we can’t just seal the deal,” Slotkin said.</p><p>Commerce and border crossings</p><p>Detroit and Windsor have been neighborly for generations, with residents in both countries frequently crossing the shared river border for entertainment and shopping. Windsor's population in 2021 was about 230,000. Like Detroit, the Canadian city's economy has a strong focus on manufacturing and the auto industry.</p><p>Commercial trade between the two cities primarily has been across the nearly century-old and privately-owned Ambassador Bridge, which is closer to downtown Detroit than the Gordie Howe Bridge.</p><p>The Ambassador Bridge had been the busiest commercial border crossing between the United States and Canada until last year, when truck traffic along the Blue Water Bridge connecting Port Huron, Michigan, to Sarnia, Ontario, surpassed the Ambassador Bridge's numbers, according to the Bridge and Tunnel Operators Association.</p><p>In 2025, about 2.1 million trucks crossed the Blue Water Bridge compared to just over 1.8 million that used the Ambassador Bridge. About 3.5 million passenger vehicles used the Ambassador Bridge last year, while 1.6 million crossed via the Blue Water Bridge.</p><p>Combined, more than 9.2 million vehicles crossed the border on those two bridges in 2025, according to the U.S. Bureau of Transportation Statistics.</p><p>More than 3.7 million cars and SUVs also traveled between the United States and Canada last year via the Detroit-Windsor Tunnel.</p><p>Both bridges and the tunnel are working at full capacity, and the new bridge will help improve the efficiency of commercial and personal traffic between the two countries, Baruah said.</p><p>“This is what government is supposed to do, make it easier for business to conduct commerce,” he said.</p><p>___</p><p>Williams reported from Detroit.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/QWVQJS7RRTBJN2ZKNNBQ3FA75M.jpg?auth=57cc8cd0cc1058bdb8d2e5145baea1ea0a1a0c98eef6898cb0f15acd269b9fbc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The Gordie Howe Bridge is shown under construction between Windsor, Ontario and Detroit, May 22, 2026. (AP Photo/Paul Sancya, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Paul Sancya</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XZ6CIFRRXCEY33O73SCFRLO4BI.jpg?auth=243a305132fffb779c6f7e7f530a257b1b65eb14ad5cf55b25212d717c7466b6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Canadian and American flags are shown on the Gordie Howe Bridge under construction between Windsor, Ontario and Detroit, May 22, 2026. (AP Photo/Paul Sancya, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Paul Sancya</media:credit></media:content></item><item><title><![CDATA[The skills people still perform better than AI, according to workplace experts]]></title><link>https://www.local10.com/tech/2026/06/11/the-skills-people-still-perform-better-than-ai-according-to-workplace-experts/</link><guid isPermaLink="true">https://www.local10.com/tech/2026/06/11/the-skills-people-still-perform-better-than-ai-according-to-workplace-experts/</guid><dc:creator><![CDATA[By CATHY BUSSEWITZ, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Many workers fear machines will supplant them as adoption of artificial intelligence accelerates.]]></description><pubDate>Thu, 11 Jun 2026 12:48:19 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Many workers fear machines will supplant them as adoption of artificial intelligence accelerates.</p><p>But what if people have qualities both unmistakably human and essential to career success that AI could not easily replace them?</p><p>Some workplace experts argue that with more businesses adopting AI tools, soft skills such as empathy, critical thinking and ethical decision-making are worth cultivating to help employees become indispensible.</p><p>Across industries and occupations, “the skills that are most resistant to displacement by AI are the ones that are the most distinctly human,” Maria Flynn, president and CEO of Jobs for the Future, a nonprofit focused on workforce development, said. “Some of those things are relationship building, conflict resolution, the ability to guide and motivate other people and ethical judgment.”</p><p>Even in job listings for technical roles such as IT support, organizations say they're looking for candidates who communicate well and take leadership initiative, Flynn said.</p><p>“We started to use the term ‘durable skills’ and think about them as capabilities that really are durable, in that they hold their value across economic shifts and technological change and labor market disruption,” she said. “And we think, especially now, in this time of AI advancement, that it’s the durable skills that really make a worker genuinely valuable at work, regardless of what tools and technology are available.”</p><p>Here are five skills to cultivate based on the areas where experts say humans still hold an edge over artificial intelligence.</p><p>Empathy</p><p>Interpreting body language and reading between the lines to decipher what wasn’t explicitly communicated are skills that many people find are best performed by humans. They also inform the ability to show empathy, and being sensitive to the feelings of others is a sought-after trait in workers.</p><p>Marco Iansiti, a professor of business administration at Harvard Business School, said he saw that firsthand during a hospital stay.</p><p>“A nurse has incredibly human impacts. Feeling, relating to the patient, the type of care that is so important,” Iansiti said. “I remember times when I was sick in the hospital and the nurse was like the godsend. Would I have let a robot do the same thing? No. There was a human connection there that I found very valuable.”</p><p>Where AI could be helpful in a hospital setting is by taking on mundane tasks such as paperwork, freeing up time for nurses to provide compassionate patient care, he said.</p><p>“There’s a lot of systems that are being deployed now that I think are very effective in doing this and essentially release healthcare workers to do the things that they should be doing and do best.”</p><p>Nurturing relationships</p><p>Building strong personal ties with colleagues, clients and stakeholders remains a prized skill that experts say artificial intelligence models have difficulty replicating. Salespeople, for example, have files or databases with information they've learned about their clients from interacting face-to-face.</p><p>"You have people that have trusted you and have bought products from you for the last 10 years. That has value and that’s hard to transfer to artificial intelligence,” Iansiti said.</p><p>Interpersonal skills also are invaluable when conflicts arise. “Having that human in the loop to manage those expectations, to ease any ruffled feathers, to build the type of relationships that are needed, to expedite good work, is still going to be critical,” Flynn said.</p><p>Conflict resolution is a must-have quality for managers, said Colleen Adler, director analyst in the human resources practice at the Gartner consulting firm.</p><p>“People do still have managers, and managers and leaders impact the way they feel, and co-workers impact the ways we feel as well," Adler said. "There is still a tone to AI that does not yet mimic human connection. That could change; I don’t think we’re there yet.”</p><p>Work environments are rapidly changing and many employees feel like they're lurching from one difficult dynamic to another, Adler said. While AI agents can't help workers feel better about that uncertainty, strong leaders can help their teams, she added.</p><p>Critical thinking</p><p>Artificial intelligence models collect information and produce responses but can generate inaccuracies, so it's important to second-guess its output. Developing deep knowledge about your field can help you notice when the AI-generated results on topics from your industry are incorrect, said Amalia Kaufman, course developer and instructor at the University of California, Irvine Division of Continuing Education.</p><p>“You have to have the cognition and the critical thinking and the subject matter expertise to make sense of it, and to know when it’s wrong,” Kaufman said. “You have to check your facts.”</p><p>In a study published in the journal Science, researchers at Stanford tested 11 popular AI systems and found that artificial intelligence chatbots were prone to flattering and validating the feelings of users, affirming a user's actions 49% more often than humans did. Taking a step back and applying critical thinking skills when reading results generated by AI can help combat the tendency for it to be overly agreeable with its users.</p><p>Having a conscience</p><p>The ability to distinguish right from wrong, or listen to one's inner conscience, is a skill that is innately human, experts said.</p><p>Sometimes, people rely on sensations in their bodies to help guide their decision-making. “Gut feelings are something you feel in your gut," Iansiti said. “It’s not just a pattern of information that’s going through your brain. It is actually an emotional reaction that is intrinsically different from the way that AI operates. At least this generation of AI.”</p><p>When life-or-death decisions have to be made, such as when to use lethal military force, “do you want something that does not have human emotion, it does not have a body attached with the intelligence?” Iansiti asked. “AI can fake having a conscience because it’s read about what a conscience is, but it doesn’t have a conscience.”</p><p>People can build parameters, or guardrails, into artificial intelligence models to help AI agents make ethical decisions, he said. But human input is still required.</p><p>“It’s very hard to design a model that’s ethical for everything. It’s much better to build it around a specific use case. Say hiring,” Iansiti said.</p><p>Judgement calls</p><p>Ethical questions aren't the only ones that AI is less equipped to handle for now. The capacity to come up with creative ideas and make decisions in ambiguous situations — while mapping out strategies or developing a brand identity, for example — is another important human skill, experts said.</p><p>"We don’t believe that’s something that’s going to be replicated by artificial intelligence,” said Heather Stefanski, chief learning and development officer at management consulting firm McKinsey. "If we’re all just using the AI answer to problem-solve, how are you really going to be distinctive?”</p><p>Humans make judgment calls based on a constellation of knowledge and lived experiences, Flynn said. Artificial intelligence draws from a lot of data but doesn't necessarily work well in gray areas, Flynn said. For now, the ability to see all angles of an issue and add context remains a form of intelligence that people possess to a greater extent than AI, she said.</p><p>“The things that make us uniquely human to me are going to continue to be the things that help our society thrive in productive ways,” Flynn said. “And making sure that we are calling those things out, paying attention to them, making sure those are attributes that folks can name and articulate and feel good about, is going to be key as we all navigate a rapidly changing future.”</p><p>___</p><p>Share your stories and questions about workplace wellness at cbussewitz@ap.org. Follow AP’s Be Well coverage, focusing on wellness, fitness, diet and mental health at https://apnews.com/hub/be-well</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/CHA3RDJ6NDUPPTZVOQHPKHXVLE.jpg?auth=25d9371634c905a177162693508fc1a973ee05a93d83b4eaf78a33ced7a52d1d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[(AP Illustration / Peter Hamlin)]]></media:description><media:credit role="author" scheme="urn:ebu">AP Illustration /  Peter Hamlin</media:credit></media:content></item><item><title><![CDATA[US producer prices spike in May as soaring energy prices fuel largest yearly jump since 2022]]></title><link>https://www.local10.com/business/2026/06/11/us-producer-prices-spike-in-may-as-soaring-energy-prices-fuel-largest-yearly-jump-since-2022/</link><guid isPermaLink="true">https://www.local10.com/business/2026/06/11/us-producer-prices-spike-in-may-as-soaring-energy-prices-fuel-largest-yearly-jump-since-2022/</guid><dc:creator><![CDATA[By PAUL WISEMAN, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — U.S. producer prices climbed last month at the fastest pace since November 2022, fueled by a surge in energy prices after the start of the Iran war.]]></description><pubDate>Thu, 11 Jun 2026 16:51:45 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — U.S. producer prices climbed last month at the fastest pace since November 2022, fueled by a surge in energy prices after the start of the Iran war.</p><p>The Labor Department reported Thursday that its producer price index — which captures inflation before it reaches consumers — jumped 6.5% from May 2025. It rose 1.1% from April, as it did the previous month. Wholesale gasoline prices surged by more than 23% from April to May, and nearly 70% from a year earlier.</p><p>Inflationary pressures, intensified by the energy shock caused by the Iran war, are frustrating Americans five months before midterm elections that will determine whether President Donald Trump's Republicans keep full control of Congress.</p><p>Gasoline prices have been falling in recent days, but the cost of a gallon of regular gasoline has been above $4 since March, according to motor club AAA. And the U.S. driving season, which pushes prices higher each year, has just begun.</p><p>Excluding volatile food and energy prices, so-called core wholesale prices rose 0.4% from April and 4.9% from May 2025.</p><p>The wholesale inflation numbers came out a day after the Labor Department reported that consumer prices rose 4.2% in May from a year earlier, most in three years. Gasoline prices were up nearly 41% from May 2025. Airfares were up almost 27%.</p><p>Inflation is running well ahead of the Federal Reserve's 2% target. The central bank is expected to leave its benchmark interest rate unchanged as its meeting next week. But financial markets expect the Fed could raise rates by the end of the year in an effort to curb price increases.</p><p>Wholesale prices can offer an early look at where consumer inflation might be headed. Economists also watch it because some of its components, notably health care and financial services, flow into the Fed's preferred inflation gauge — the personal consumption expenditures, or PCE, index.</p><p>Stephen Brown, chief North America economist at Capital Economics, wrote that the producer prices “that feed into the PCE price calculation rose by much more than we expected ... It supports our view that the Fed will hike interest rates toward the end of the year.’’</p><p>After the United States and Israel attacked Feb. 28, Iran shut the Strait of Hormuz, causing the biggest disruption in oil supplies in history. Energy prices rocketed. S&P Global Energy warned Thursday that U.S. crude oil inventories are drying up as the summer driving season approaches.</p><p>“The bottom line is that U.S. inventory levels remain above estimated minimum operating thresholds,'' said S&P Global Energy's Aaron Brady. “However, with continued disruption to Middle East flows, draws are likely to extend into the third quarter, even in the event of a near-term diplomatic resolution.'' More big, sustained drops in inventories ”would likely signal entry into a ‘danger zone’ for the U.S. refining system.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/JMYXUSK4P6HB76V74NDOIXVX6Q.jpg?auth=52a79307484c02e3fb2d3b36a4b693b288db9993de3124c596a67891d9d27952&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People shop in the produce section of a grocery store on Monday, May 11, 2026, in Portland, Ore. (AP Photo/Jenny Kane)]]></media:description><media:credit role="author" scheme="urn:ebu">Jenny Kane</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/SLGXGUQRG6SDR7KCKC53OFPXGI.jpg?auth=c1b0f25f9fcdb0a1de2afdf15f4bccacc1b2427a5113cd3dc1643498f0ef5481&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Customers shop in the produce section of a grocery store on Monday, May 11, 2026, in Portland, Ore. (AP Photo/Jenny Kane)]]></media:description><media:credit role="author" scheme="urn:ebu">Jenny Kane</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/JWOZZFWJB5YZBK6FQVCAFOICCY.jpg?auth=1f1ee15990cddee07be428aceb30f186dc5c7e3a01a3d3092ee2a151417f1def&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The price for sweet lime is displayed as a customer shops in the produce section of a grocery store on Monday, May 11, 2026, in Portland, Ore. (AP Photo/Jenny Kane)]]></media:description><media:credit role="author" scheme="urn:ebu">Jenny Kane</media:credit></media:content></item><item><title><![CDATA[Hegseth visits troops at Guantanamo Bay amid US-Cuba tension]]></title><link>https://www.local10.com/news/local/2026/06/10/hegseth-visits-troops-at-guantanamo-bay-amid-us-cuba-tension/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/10/hegseth-visits-troops-at-guantanamo-bay-amid-us-cuba-tension/</guid><dc:creator><![CDATA[Christina Vazquez]]></dc:creator><description><![CDATA[United States Department of War Secretary Pete Hegseth made a trip to Cuba this week.]]></description><pubDate>Wed, 10 Jun 2026 16:31:43 +0000</pubDate><content:encoded><![CDATA[<p>U.S. Defense Secretary Pete Hegseth made a trip to Cuba this week.</p><p><a href="https://www.local10.com/espanol/2026/06/10/hegseth-visita-a-tropas-en-guantanamo-en-medio-de-tensiones-entre-estados-unidos-y-cuba/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/10/hegseth-visita-a-tropas-en-guantanamo-en-medio-de-tensiones-entre-estados-unidos-y-cuba/">Leer en español</a></p><p>Hegseth was at Naval Station Guantanamo Bay Wednesday, where he met with U.S. service members who are stationed there. </p><p>The Department of Defense shared video of Hegseth meeting with troops.</p><p>“We are taking back our hemisphere,” he said. “Look at Venezuela and Nicolas Maduro, who thought he could flaunt the United States of America. He found out in about 45 minutes in the middle of the night.”</p><p>Officials said he also plans to pay a visit to U.S. Central Command in Tampa, which is also home to a large Cuban American community. </p><p>Hegseth’s presence in Cuba comes amid the U.S. calling for dramatic changes on the island and <a href="https://www.local10.com/news/world/2026/06/06/raul-castro-makes-1st-public-appearance-in-cuba-since-us-murder-indictment/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/world/2026/06/06/raul-castro-makes-1st-public-appearance-in-cuba-since-us-murder-indictment/">the indictment of </a>Raúl Castro in connection to the 1996 <a href="https://www.local10.com/topic/Brothers_To_The_Rescue/" target="_blank" rel="noreferrer" title="https://www.local10.com/topic/Brothers_To_The_Rescue/">Brothers to the Rescue</a> plane shootdown.</p><p>The U.S. has blocked oil from reaching Cuba following threats by President Donald Trump to remove the country’s leadership regime by force. </p><p>Hegseth told troops that the future of Cuba is in the hands of Trump and Cuban leadership. </p><p>“Be prepared for whatever our commander in chief asks us to do on behalf of defending the American people,” he said. </p><p>Last month, a U.S. aircraft carrier and its strike group of fighter jets and radar-jamming equipment entered the southern Caribbean and the director of the Central Intelligence Agency visited Cuban officials in Havana.</p><p>At the time, <a href="https://www.local10.com/news/world/2026/06/01/looking-to-the-future-should-cuban-americans-invest-in-cuba/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/world/2026/06/01/looking-to-the-future-should-cuban-americans-invest-in-cuba/">Local 10’s Cuba analyst, Andy Gomez</a>, said his contacts on the island confirmed they had access to drones for “defensive purposes.”</p><p>That came as SOUTHCOM posted on social media that it has established a new “autonomous warfare command.” The post showed a military exercise in Key West earlier this year of its autonomous, semi-autonomous and unmanned systems which they said are used to counter threats in the region.</p><p>Now, Gomez said it seems to him the U.S. might be trying to follow what he called the “Venezuela plan.”</p><p>“The period of time for Venezuela is going to be very different from Cuba, so we have to wait and see,” he said. </p><p>On Monday, the United Nations High Commissioner for Human Rights Volker Turk warned that America’s “maximum pressure” campaign, which has included blocking oil access to the communist island, is leading to a humanitarian crisis.</p><p>But U.S. Secretary of State Marco Rubio has blamed economic weakening and growing unrest on what he has described as the island’s long legacy of greed, mismanagement and corrupt leadership, calling attention to a Cuban military-operated conglomerate which he said is starving the people from access to the money needed to address food shortages and crumbling infrastructure.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[US jobless aid filings rise to 229,000 last week, remain historically low despite Iran war headwinds]]></title><link>https://www.local10.com/business/2026/06/11/us-jobless-aid-filings-rise-to-229000-last-week-remain-historically-low-despite-iran-war-headwinds/</link><guid isPermaLink="true">https://www.local10.com/business/2026/06/11/us-jobless-aid-filings-rise-to-229000-last-week-remain-historically-low-despite-iran-war-headwinds/</guid><dc:creator><![CDATA[By MATT OTT, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — U.S. applications for jobless aid rose modestly last week, but remain at a historically low level despite economic headwinds brought on by the war in Iran.]]></description><pubDate>Thu, 11 Jun 2026 12:45:17 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — U.S. applications for jobless aid rose modestly last week, but remain at a historically low level despite economic headwinds brought on by the war in Iran.</p><p>The number of Americans filing for unemployment aid for the week ending June 6 rose by 4,000 to 229,000, the Labor Department reported Thursday. That’s the most since early February, before the U.S. and Israel launched attacks on Iran, but still considered a healthy level. It's also more than the 216,000 new applications forecast by analysts surveyed by the data firm FactSet.</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 concerns that the conflict in the Middle East could further squeeze a flagging labor market, hiring has picked up in recent months following a miserable 2025 that saw fewer than 200,000 job gains. For comparison, about 1.5 million jobs were added in 2024.</p><p>U.S. employers delivered a surprising 172,000 new jobs in May and the economy is averaging 188,000 job gains in the three months since the Iran war began in late February. That’s the best three months of hiring since early 2024. The unemployment rate remains historically low at 4.3%.</p><p>Job openings also rose in April as employers posted 7.6 million vacancies, up from 6.9 million in March and the most since May 2024.</p><p>The government reported Wednesday that rising gas prices — triggered by the closure of the Strait of Hormuz off Iran’s southern border — pushed U.S. consumer inflation in May to 4.2%, its highest level in three years. Despite recent declines, prices for oil and gas remain elevated, which can squeeze consumers’ budgets and make businesses think twice about hiring.</p><p>With inflation well above the Federal Reserve’s 2% target, most analysts expect officials at the U.S. central bank to stand pat on its benchmark interest rate when they meet next week. That meeting will be the first with new Fed Chair Kevin Warsh, who replaces Jerome Powell after his eight-year run as the U.S. central bank’s leader.</p><p>Lower interest rates can boost the economy and hiring, but also tend to stoke inflation, leading a number of Fed policymakers to say they are actually willing to consider an interest rate hike this year. That could potentially help bring inflation down, but higher borrowing costs generally make businesses more reluctant to hire.</p><p>Optimism over artificial intelligence has also injected a degree of uncertainty about the job market due to the investment required to develop it and because the powerful technology could alter or even replace some jobs.</p><p>Among the companies that have cut jobs recently are Verizon, UPS, Amazon, Disney, Starbucks and Walmart.</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 tariffs, his purge of the federal workforce and the lingering effects of high interest rates meant to control inflation.</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 volatility, rose by 4,250 to 219,000.</p><p>The total number of Americans filing for unemployment benefits for the previous week ending May 30 jumped by 24,000 to 1.8 million, slightly more than analysts predicted.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/A3RQZXURNTGP7KYG5AKSRSCHKM.jpg?auth=84e42fd0f0c9552c5ed2abfdf4391cb6488121836d959d277d25e2434e76fe81&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A hiring sign is displayed at a restaurant in Niles, Ill., Thursday, May 14, 2026. (AP Photo/Nam Y. Huh, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Nam Y. Huh</media:credit></media:content></item><item><title><![CDATA[Courthouse glimpse of prominent Gaza doctor renews calls for his release from Israeli detention]]></title><link>https://www.local10.com/news/world/2026/06/11/courthouse-glimpse-of-prominent-gaza-doctor-renews-calls-for-his-release-from-israeli-detention/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/11/courthouse-glimpse-of-prominent-gaza-doctor-renews-calls-for-his-release-from-israeli-detention/</guid><dc:creator><![CDATA[By JULIA FRANKEL, Associated Press]]></dc:creator><description><![CDATA[JERUSALEM (AP) — Israel’s Supreme Court was weighing whether to extend the detention of a prominent Palestinian doctor who was seized by Israeli forces 17 months ago in Gaza and appeared via video conference before the judges to challenge his imprisonment.]]></description><pubDate>Thu, 11 Jun 2026 13:55:44 +0000</pubDate><content:encoded><![CDATA[<p>JERUSALEM (AP) — Israel’s Supreme Court was weighing whether to extend the detention of a prominent Palestinian doctor who was seized by Israeli forces 17 months ago in Gaza and appeared via video conference before the judges to challenge his imprisonment.</p><p>By Thursday afternoon, the court had not yet released a decision, said Naji Abbas, director of prisoners and detainees at Physicians for Human Rights — Israel, a nonprofit group.</p><p>Hussam Abu Safiya, who served as director of the Kamal Adwan Hospital in northern Gaza, became of the face of health workers struggling to treat patients throughout the Israel-Hamas war. He led the facility through an 85-day siege by the Israeli military, releasing videos in which he pleaded for help. Fourteen doctors from Gaza are still being held in Israeli prisons, PHRI said.</p><p>In a screen grab from his brief appearance on Wednesday, Abu Safiya, 53, was shown handcuffed and sitting in white prison garb. His face was pale and gaunt and he had lash-like marks on both arms. Multiple clips circulating on social media from the court showed Israeli officials quickly turning the video off as people jostled to see the doctor.</p><p>His lawyer, Nasser Odeh, can be heard in the video telling Abu Safiya that onlookers cannot see him, saying guards turned off the monitor and they are waiting for the judge to enter and decide whether to allow his image back on screen.</p><p>“Many people are present to show solidarity and support. The media is also both inside and outside the court,” Odeh said in the video.</p><p>Journalists' footage of the brittle doctor spread on social media, prompting renewed calls for his release. The Israeli military has said Abu Safiya is being investigated on suspicion of cooperating with or working for Hamas, the militant group that rules Gaza. Medical staff and international aid groups that have worked with Abu Safiya have denied those claims.</p><p>According to PHRI, he was recently placed in solitary confinement, a move his son, Elias Abu Safiya, said in a video posted on social media was made shortly after his appeal. Israel has yet to charge Abu Safiya with a crime.</p><p>“How can a person be punished for seeking to know why he was detained?” the younger Abu Safiya asked.</p><p>A son of the doctor was killed earlier in the war</p><p>Israel’s Justice Ministry did not immediately respond to a request for comment on Thursday. The Israeli Prison Service denied claims that the doctor, a trained pediatrician, was being mistreated. In a statement, it said all detainees receive professional medical care and any allegations of abuse or mistreatment made through official channels are examined.</p><p>After the hearing Wednesday, Odeh said he had a message from the doctor.</p><p>“I am a pediatrician who provides medical care to patients, the wounded, and the most vulnerable in the Strip,” Odeh said, relaying the doctor’s words. “I carried out my work in accordance with international law and humanitarian standards. My detention is unjust and arbitrary.”</p><p>In the weeks leading up to his imprisonment, Abu Safiya fought to maintain his composure as Israeli forces surrounded the hospital, releasing grainy video dispatches from the facility under siege. When a drone strike killed Abu Safiya’s son near the hospital, the doctor spoke with tears in his eyes.</p><p>“Everything we have built, they have burned,” he said, his voice cracking. They killed my son. ... I buried my son in the hospital yard.”</p><p>The war between Israel and Hamas began on Oct. 7, 2023, after the Gaza-based militant group led an attack on southern Israel, killing around 1,200 people and taking 251 people hostage. Since then, nearly 73,000 people have been killed in the Israeli offensive in Gaza, according to the territory’s Health Ministry, which doesn’t distinguish between civilians and combatants. The ministry is staffed by medical professionals and the United Nations and other independent experts view its figures as the most reliable count of casualties.</p><p>___</p><p>Find more of AP’s coverage at https://apnews.com/hub/israel-hamas-war</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/L67IQIL3OMX2SZRI64XYDDYSDY.jpg?auth=118c390bfb68167cd9e8c1419114ee3366ce1c5764d50294935e46bf7213ca82&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This image provided by the Physicians for Human Rights Israel (PHRI), Dr. Hussam Abu Safiya, who was head of the Kamal Adwan Hospital in Gaza and has been held in Israeli detention for the past 17 months without charge, is seen on a video call from prison during an Israeli Supreme Court hearing of an appeal by his lawyers to end his detention, in Jerusalem, Wednesday, June 10, 2026. (Physicians for Human Rights Israel (PHRI) via AP)]]></media:description></media:content></item><item><title><![CDATA[Europe's central bank raises rates to fight inflation from Iran war, the Fed to decide next week]]></title><link>https://www.local10.com/business/2026/06/11/europes-central-bank-raises-rates-to-fight-inflation-from-iran-war-the-fed-to-decide-next-week/</link><guid isPermaLink="true">https://www.local10.com/business/2026/06/11/europes-central-bank-raises-rates-to-fight-inflation-from-iran-war-the-fed-to-decide-next-week/</guid><dc:creator><![CDATA[By DAVID McHUGH and CHRISTOPER RUGABER, Associated Press]]></dc:creator><description><![CDATA[FRANKFURT, Germany (AP) — The European Central Bank on Thursday became the first major central bank to raise interest rates in response to the Iran war as policymakers around the world including new U.S. Federal Reserve Chair Kevin Warsh wrestle with how to confront the inflation fed by sharply higher oil prices.]]></description><pubDate>Thu, 11 Jun 2026 13:15:38 +0000</pubDate><content:encoded><![CDATA[<p>FRANKFURT, Germany (AP) — The European Central Bank on Thursday became the first major central bank to raise interest rates in response to the Iran war as policymakers around the world including new U.S. Federal Reserve Chair Kevin Warsh wrestle with how to confront the inflation fed by sharply higher oil prices.</p><p>The ECB’s rate-setting council raised its benchmark rate to 2.25% from 2%, where it had been for a year. The move comes ahead of rate-setting meetings next week at the Fed, the Bank of Japan, and the Bank of England.</p><p>Oil prices have risen sharply due to Iran choking off the flow of crude oil through the Strait of Hormuz, the sea passage for a fifth of the world’s oil and fuel products during normal times. Raising rates aims to dampen the consumer price inflation fed by higher costs for products made from crude such as gasoline, diesel fuel, cooking gas and heating oil.</p><p>International benchmark Bent crude was trading at around $93 per barrel on Thursday, up from around $73 on the eve of the war. That has helped push inflation to 3.2% in May in the 21 countries that use the euro currency, above the ECB’s target of 2%.</p><p>But ECB policymakers must also consider the impact of higher borrowing costs on an economy showing only mediocre growth. That has led analysts to think Thursday’s hike will be a one and done affair, aimed mainly at signaling to financial markets that the bank is determined not to get behind the curve if inflation spirals higher.</p><p>The bank's future decisions depend to a great extent on how long energy prices remain elevated and how high they go, ECB President Christine Lagarde said at a post-decision news conference. She said the bank was “well positioned to navigate the uncertainty caused by the war” and would “closely monitor the situation and follow a data-dependent and meeting-by-meeting approach.” She said the bank was “not pre-committing to a particular rate path.”</p><p>She said oil prices were expected to “lift inflation further over the summer” and that inflation was expected to remain “well above target” into the first half of next year. The Strait of Hormuz has been closed to most ship traffic for 103 days now.</p><p>Central banks in Australia and the Philippines have raises rates since the start of the war, and attention is focusing now on decisions in larger economies. For its part, the U.S. Federal Reserve is expected to keep its key interest rate unchanged when it meets next week with new chair Warsh, appointed earlier this year by President Donald Trump.</p><p>Warsh advocated for rate cuts last year and Trump repeatedly attacked Warsh’s predecessor, Jerome Powell, for not cutting borrowing costs deeply enough. Yet with inflation jumping to a three-year high as gas prices have spiked in the wake of the Iran war, even Trump and his officials have started to shift their focus more to a push to keep rates unchanged.</p><p>The Fed is likely to change the statement it issues after each meeting by removing language that had suggested that its next move would be a cut. That would open the door for a rate hike down the road. Many Fed officials have warned that if inflation doesn’t begin to cool soon, a rate hike may be necessary by the end of the year.</p><p>Raising benchmark rates influences what lenders charge throughout the economy, increasing the cost of borrowing money to buy things and thus dampening demand for goods. Higher central bank rates can send interest costs higher for home purchases, investment in new factories, and government borrowing.</p><p>The ECB may be able to get by with only one or two increases because the inflationary surge may be milder than feared, said Carsten Brzeski, global chief of macro at ING bank.</p><p>That is because consumers burned by the post-pandemic spike in inflation are in no mood to pay higher prices, leaving businesses little choice but to swallow higher energy costs: “The pass-through of higher energy and input prices to final consumption will be limited due to a lack of ability and willingness of consumers to actually pay for these higher prices,” he wrote in an emailed comment.</p><p>——</p><p>Rugaber reported from Washington.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/24D3VWGWFRAOW4QGHIVSIGFWDE.jpg?auth=06267d58ca1721921a3060befc6a16d90ff3b85b9bb140461671641f76e2af1a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The European Bank is pictured in Frankfurt, Germany, Tuesday, June 9, 2026. (AP Photo/Michael Probst)]]></media:description><media:credit role="author" scheme="urn:ebu">Michael Probst</media:credit></media:content></item><item><title><![CDATA[The Latest: Trump says he’s called off new military strikes on Iran after threatening escalation]]></title><link>https://www.local10.com/news/2026/06/11/the-latest-trump-says-hes-called-off-new-military-strikes-on-iran-after-threatening-escalation/</link><guid isPermaLink="true">https://www.local10.com/news/2026/06/11/the-latest-trump-says-hes-called-off-new-military-strikes-on-iran-after-threatening-escalation/</guid><dc:creator><![CDATA[By The Associated Press, Associated Press]]></dc:creator><description><![CDATA[President Donald Trump said Thursday he has called off new military strikes on Iran, hours after threatening to escalate the war.]]></description><pubDate>Thu, 11 Jun 2026 20:47:22 +0000</pubDate><content:encoded><![CDATA[<p>President Donald Trump said Thursday he has called off new military strikes on Iran, hours after threatening to escalate the war.</p><p>Trump had threatened major strikes on Iran and to seize control of its oil and gas industries as escalating attacks between the countries pushed the Middle East closer to full-scale war.</p><p>The threats to seize Iran’s Kharg Island oil terminal came after the U.S and Iran traded strikes for a second straight day, pushing the Middle East closer to the resumption of a full-scale war. It was the third time this week that back-and-forth strikes have rattled the Middle East.</p><p>Here's the latest:</p><p>Trump again threatens federal takeover of DC</p><p>The president’s comments came in response to a question about the possibility of Janeese Lewis George winning the District of Columbia’s mayoral primary next week.</p><p>“I wouldn’t like it,” Trump said. “And maybe we’d take back Washington, run it on the federal basis. We won’t put up with it. We’re not going to lose our businesses.”</p><p>George is one of the front-runners vying to replace Mayor Muriel Bowser and identifies as a democratic socialist.</p><p>Trump has claimed the US has essentially reached a deal with Iran before, so why is this different?</p><p>“Because they’ve taken a pounding,” Trump explained Thursday when asked why he was confident.</p><p>But his answer was vague as he described it as a “very strong memorandum of understanding,” that he described as “a little conceptual.”</p><p>He said of Iran, “They want to make the deal a lot more than I do.”</p><p>Trump believes Iran Supreme Leader has signed off on emerging deal</p><p>“I understand the answer is yes” Trump said when asked if Ayatollah Mojtaba Khamenei has agreed to the deal.</p><p>Khamenei was wounded in the opening salvos of the U.S. and Israeli bombardment of Iran and has been in hiding since.</p><p>Iran has not yet confirmed that it’s agreed to terms with the U.S. on a settlement to end the war</p><p>Trump says Pulte will continue to be acting director of national intelligence</p><p>Trump is insisting that Pulte will stay in the temporary role despite the president’s announcement earlier Thursday that he’s chosen Clayton as the permanent nominee.</p><p>“He’s only there for a little while,” Trump said of Pulte. Pressed on Pulte’s lack of national security credentials, the president responded “but he’s intelligent, unlike a lot of other people.”</p><p>Trump was also vague on whether he’ll take any executive actions to address the potential lapse in surveillance authorities after midnight Friday.</p><p>“Congress wants me to do it, and let’s see what happens,” he said.</p><p>Trump opens up more protected ocean areas to fishing</p><p>Trump opened three marine protected areas in the Pacific Ocean to commercial fishing with a proclamation Thursday that he said will boost the U.S. seafood industry.</p><p>Trump has targeted marine protections created in the era of Presidents Barack Obama and George W. Bush that he said stifle the country’s ability to compete in the global seafood marketplace. He moved to reestablish fishing in Northeast Canyons and Seamounts Marine National Monument off New England in February.</p><p>Thursday’s move focused on portions of Mariana Trench Marine National Monument, Papahānaumokuākea Marine National Monument and Rose Atoll Marine National Monument. The monuments are protected zones in remote areas of the Pacific.</p><p>Environmental groups have criticized Trump’s moves to allow fishing in protected zones, which they said provide vital habitat for rare sea life.</p><p>US stocks jump and oil prices ease</p><p>U.S. stocks have rallied to their best day in two months and oil prices have fallen after Trump said he had called off new military strikes on Iran.</p><p>Trump’s comments raised hopes Thursday for a potential deal to get the global flow of oil going again.</p><p>The S&P 500 jumped 1.8%, coming off a back-to-back drop that had yanked it back to where it was in early May.</p><p>The Dow Jones Industrial Average leaped 1.9%, and the Nasdaq composite rallied 2.5%. Strong gains for chip stocks helped offset a slide for Oracle. Treasury yields eased sharply in the bond market.</p><p>Rubio says UFC fights are a great uniter for a polarized America as White House prepares for cage match</p><p>“There are only a handful of things that bring people together in one place at one time, united by their interest in one thing. We need more of those,” Rubio said.</p><p>He lauded the popularity of the Ultimate Fighting Championship and the diversity of fight audiences as he signed a sports diplomacy agreement with UFC president Dana White.</p><p>He said the White House event on Sunday could have been a concert or a “Shakespeare in the Park” production, “but this one will have people watching probably … a billion people over the world will be watching America celebrate its 250th birthday with the White House in the background.”</p><p>National Mall vandalism investigated</p><p>The U.S. Park Police is investigating after someone marked the numbers “86 47” on the grass of the lawn west of the Washington Monument.</p><p>“The cause of the discoloration has not yet been determined. Grass samples have been collected for testing,” Park Police said in an email.</p><p>The same numbers got attention after former FBI Director James Comey was indicted in April over a photograph he posted on social media of seashells arranged to say “86 47.” The Justice Department contends the numbers amounted to a threat against Trump, the 47th president. Comey has said he assumed the numbers reflected a political message, not a call to violence.</p><p>According to Merriam-Webster, 86 is slang meaning “to throw out,” “to get rid of” or “to refuse service to.”</p><p>“The deranged vandalism on our National Mall will not be tolerated,” the Department of Interior said in an email. “Any threat against the President is taken very seriously by the Department.”</p><p>Trump claims he’s close to making a deal with Iran aimed at winding down conflict</p><p>“We just made a great settlement of the war with Iran,” Trump said at the start of an Oval Office event. “And we’re going to be, subject to finalization of documents, which should get done over the next few days, probably have a signing, maybe in Europe.”</p><p>Trump started the day by again threatening to hit Iran “very hard” with new strikes. Hours later, he returned to social media to say that he decided to cancel plans to escalate the fighting because progress had been made in the talks with Iran and suggested anew that a deal is within view.</p><p>But Trump on multiple occasions over the last several weeks has claimed that the warring parties have been on a cusp of a deal without anything coming to fruition.</p><p>Taiwan’s opposition leader met US lawmakers</p><p>The leader of Taiwan’s opposition party met five U.S. lawmakers at a time when Washington is seeking to stabilize ties with Beijing despite their differences over the self-governed island, including U.S. arms sales to Taiwan.</p><p>Cheng Li-wun, chairperson of Taiwan’s Kuomintang Party, is on a two-week trip to the U.S. to promote her party’s approach to peace in the Taiwan Strait through dialogue and to explain its stance on Taiwan’s defense budget and purchase of U.S. weapons. Her party opposes the formal independence of Taiwan.</p><p>Taiwan’s media reported that Cheng on Wednesday met with Sen. Steve Daines, R-Mont., Rep. John Rose, R-Tenn., Rep. Chuck Fleischmann, R-Tenn., Rep. Tom Suozzi, D-N.Y., and Rep. Brian Mast, R-Fla. Mast chairs the House Foreign Affairs Committee. Fleischmann’s office confirmed the meeting.</p><p>Thune says Senate could move ‘fairly quickly’ to confirm Clayton</p><p>“I don’t know what realistic is, but we’re gonna probe the limits of it,” Senate Majority Leader John Thune, R-S.D., said after Trump announced on social media that he would nominate Jay Clayton for director of national intelligence.</p><p>Democrats are holding up the renewal of a key surveillance law, the Foreign Intelligence Surveillance Act, in protest of Trump’s temporary pick for the job, federal housing regulator Bill Pulte. The law expires Friday at midnight.</p><p>Trump has previously said that Pulte will take over from the outgoing director, Tulsi Gabbard, on June 19. It is unclear whether the Senate could move quickly enough to confirm Clayton before that date.</p><p>Rubio signs sports diplomacy agreement with UFC ahead of cage fight at the White House</p><p>Secretary of State Marco Rubio has signed a cooperation agreement with the president of the Ultimate Fight Championship that will pair the two institutions in providing fight training, health and diet regimes and promote teamwork and leadership for youths around the world.</p><p>Rubio signed the agreement with UFC chief Dana White at the State Department on Thursday, just three days before the UFC will stage a cage match at the White House. Sunday’s match will be held in conjunction with Trump’s 80th birthday and the celebration of America’s 250th independence anniversary.</p><p>The partnership will be part of a broader sports diplomacy initiative that has been operating for decades. It has involved golf, tennis, figure skating, American football, soccer and other athletes. Under the program, program, UFC athletes and coaches will serve as U.S. sports ambassadors, leading training clinics for young international athletes.</p><p>Trump picks Jay Clayton, ex-SEC head and current US attorney, as director of national intelligence</p><p>Trump says he plans to nominate Jay Clayton, the former head of the Securities and Exchange Commission and current U.S. attorney for the Southern District of New York, as director of national intelligence.</p><p>Trump announced the nomination on social media on Thursday amid pressure from Congress to name Tulsi Gabbard’s permanent replacement. Trump faced intense pushback over his decision to name Bill Pulte, head of the Federal Housing Finance Agency, as acting director after Gabbard announced last month that she was stepping down because of her husband’s cancer diagnosis.</p><p>The situation led to a standoff in Congress as Democrats said they would refuse to renew a foreign intelligence powers unless Trump pulled Pulte’s nomination and named a permanent nominee.</p><p>“Few people anywhere in the Legal Community are respected at the level of Jay,” Trump wrote. “I encourage the United States Senate to confirm Jay as soon as possible.”</p><p>Pentagon ends lockdown over ‘air quality’ issue</p><p>The Pentagon has stood down from a lockdown over what officials described as an “air quality issue.”</p><p>“Subsequent testing confirmed no hazard exists, and normal operations have resumed,” the Pentagon’s top spokesman, Sean Parnell, said in a social media post.</p><p>The lockdown lasted for about two hours and prompted a response from hazmat teams of the Pentagon’s internal police force as well as the team from nearby Arlington, Virginia.</p><p>Trump calls off threatened strikes against Iran after indicating progress in talks</p><p>Trump says he’s called off new military strikes on Iran hours after threatening to escalate the 3-month-old war.</p><p>The president said in a social media post Thursday that he made the move “based on the fact that discussions with the Islamic Republic of Iran have been brought to the highest level of Iranian leadership and approved.”</p><p>Trump also suggested that progress has been made in talks to extend the fragile ceasefire, writing that “discussions and final points have been, in both concept and great detail,” approved by United States, Israel, and other regional allies. He did not offer details.</p><p>Trump on multiple occasions over the last several weeks has claimed that the warring parties have been on a cusp of a deal without anything coming to fruition.</p><p>Targeting Iran’s Kharg Island carries major risks</p><p>Kharg Island has emerged as a focus of the war launched by the United States and Israel. The Persian Gulf island is home to a terminal through which Iran exports most of its oil.</p><p>Strikes on oil infrastructure on Kharg — or a ground invasion — would severely curb Iran’s oil exports, a key source of revenue for the Islamic Republic.</p><p>An assault would also mark a major escalation that could provoke even heavier retaliatory attacks on Gulf infrastructure. That would further drive up oil prices that already threaten the world economy.</p><p>▶ Read more</p><p>A look at the scene on the White House South Lawn for Sunday’s UFC event</p><p>It looks from afar more UFO than UFC.</p><p>Maybe it’s the kind of contraption that has carried space aliens to the White House to force a meeting with America’s leader.</p><p>But come closer and you’ll see the contours of the eight-sided cage, 30 feet in diameter and shaped like the MMA league’s signature Octagon.</p><p>Overhead looms The Claw, a four-sided mass that arcs more than 90 feet into the air and features lights, speakers, thick snakes of wiring and four large screens so fans not seated right next to the Octagon can follow the fighting in the cage below.</p><p>And surrounding all that are risers filled with gray folding chairs forming a temporary arena expected to seat 4,000-plus for the seven UFC fights being staged on Sunday to celebrate the 80th birthday of President Donald Trump and the 250th anniversary of the Declaration of Independence’s signing.</p><p>▶ Read more</p><p>Iran’s parliamentary speaker responds</p><p>Mohammad Bagher Qalibaf warned in a social media post Thursday that “wrong strategies and impulsive decisions” would wreak havoc on energy markets and “create an endless quagmire that you will be stuck in for years.”</p><p>Iran’s monthslong stranglehold on the Strait of Hormuz has disrupted global energy supplies, driven up fuel prices and made food and other basics more expensive well beyond the region.</p><p>Hazardous materials units respond to the Pentagon</p><p>The Pentagon Force Protection Agency’s hazardous materials team was responding to an unknown issue and parts of the Pentagon were under a shelter-in-place order while officials investigate.</p><p>“The Pentagon has sophisticated systems to ensure the safety of the building and its occupants. Those systems have detected an air quality issue necessitating precautionary measures until we determine its significance,” Chief Pentagon spokesperson Sean Parnell said Thursday. “The Department is executing standard protection protocols, including a shelter-in-place order for the affected area.”</p><p>The Arlington County Fire Department also sent units, including its hazardous materials team, according to a posting on its X account. Questions to the media office were referred to the Pentagon.</p><p>Iranian student says hope dwindles as attacks escalate</p><p>A 25-year-old student in northern Iran says Iranians are fearing “chaos” amid the war with the U.S. and Israel and multiplying crises at home.</p><p>The student, who lives in the city of Babol, said many Iranians are struggling to afford groceries in the face of mass job losses and triple-digit food inflation. He spoke on the condition of anonymity out of security fears.</p><p>“Everything is going wrong and there is no hope among the people,” the student added.</p><p>The student first spoke to The Associated Press before the war when he participated in widespread anti-government protests. He now says his chief concern is that Iran “maintain territorial integrity and deterrence” in the face of attacks by the U.S. and Israel.</p><p>— Amir-Hussein Radjy</p><p>Tensions persist over Iran’s nuclear program and the Strait of Hormuz</p><p>U.S. Treasury Secretary Scott Bessent said in a social media post that the U.S. would extract funds from frozen Iranian accounts to offset the costs of damage to American allies as well as any tolls Iran imposes on ships seeking passage through the Strait of Hormuz.</p><p>Beyond the deadlock over the strait, the two sides also remain at odds over Iran’s nuclear program. Tehran insists its nuclear efforts are peaceful. The U.S. and Israel fear Tehran’s stockpile of highly enriched uranium could be used to build an atomic weapon. That was a main reason they cited for going to war Feb. 28.</p><p>Trump doesn’t back down on Bill Pulte</p><p>After bipartisan pushback to Pulte’s temporary appointment as director of national intelligence, Trump said last week that he would not permanently nominate him to the position. But Democrats, and some Republicans, want his appointment pulled immediately and for Trump to nominate a replacement that can be confirmed by the Senate.</p><p>On Tuesday, though, Trump announced that Pulte would not only take over as acting director — he’d also start earlier than expected, on June 19.</p><p>One of several possible replacements could be Pete Hoekstra, Trump’s ambassador to Canada and a former chairman of the House Intelligence Committee. The White House has reached out to Hoekstra about the job and conversations are ongoing, according to a person familiar with the outreach who requested anonymity to discuss the private conversations.</p><p>— Mary Clare Jalonick, Lisa Mascaro and Seung Min Kim</p><p>GOP leaders lobbied the White House, to no avail</p><p>Congressional Republicans have lobbied Trump all week to quickly nominate a permanent replacement for director of national intelligence. But he said he needs more time to do so.</p><p>Senate Majority Leader John Thune said Republican leaders have “made our views known” to the White House.</p><p>Trump has said he’s interviewing five candidates for his pick to lead the agency permanently, after the resignation of Tulsi Gabbard.</p><p>House Speaker Mike Johnson said the president has made it very clear that Pulte will serve a “very short term — a sort of renovation role” to help the Office of the Director of National Intelligence be “renovated and downsized.”</p><p>But Democrats on the House Intelligence Committee led by Rep. Jim Himes of Connecticut said in a letter to the president that Pulte is a “uniquely poor choice” to serve even in the acting capacity.</p><p>House vote to extend FISA spy tool fails and it could lapse as Friday deadline looms</p><p>A rare lapse in a law that allows the United States to gather intelligence abroad appears likely after the House failed Thursday to temporarily extend the program, in a protest of President Trump ’s refusal to name a permanent head of the nation’s intelligence agencies.</p><p>Trump has doubled down on his temporary pick for director of national intelligence, federal housing finance regulator Bill Pulte, even though Pulte has little experience for the job. Democrats say they won’t support the renewal of Section 702 of the Foreign Intelligence Surveillance Act, known as FISA, unless the Republican president withdraws Pulte’s appointment and nominates a permanent replacement.</p><p>The House vote collapsed in bipartisan fashion, with some Republicans and nearly all Democrats rejecting the temporary measure. The Senate may try its own vote later Thursday, but hopes are dimming to prevent what could be an unprecedented lapse in the surveillance tool. The law expires Friday at midnight.</p><p>▶ Read more</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/GBDBXH4YNZ6QPXDKA3E3VDTO34.jpg?auth=362a010b11cd82da9c30d4dfca651972341c0b6fdd6fc709450a869d28fc94a0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump signs a bill funding immigration enforcement in the Oval Office of the White House, Wednesday, June 10, 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/ZJYBVZDHUVLP3XAZIQXC2BS2SU.jpg?auth=e3352e44ce092d4e5ad46ee16889d8c534d1eaf26f8fd56f41fc2d017ea9270a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A small motorboat passes anchored vessels in the Strait of Hormuz off Bandar Abbas, Iran, Thursday, June 11, 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[UK defense secretary resigns, saying the government isn't willing to spend enough on the military]]></title><link>https://www.local10.com/news/2026/06/11/uk-defense-secretary-resigns-saying-the-government-isnt-willing-to-spend-enough-on-the-military/</link><guid isPermaLink="true">https://www.local10.com/news/2026/06/11/uk-defense-secretary-resigns-saying-the-government-isnt-willing-to-spend-enough-on-the-military/</guid><dc:creator><![CDATA[By JILL LAWLESS and DANICA KIRKA, Associated Press]]></dc:creator><description><![CDATA[LONDON (AP) — U.K. Defense Secretary John Healey unexpectedly quit on Thursday, saying the government is unwilling to spend enough on the military at a time of “rising threats.” The resignation dealt another blow to embattled Prime Minister Keir Starmer, who is already facing demands from Labour colleagues to step down.]]></description><pubDate>Thu, 11 Jun 2026 20:20:29 +0000</pubDate><content:encoded><![CDATA[<p>LONDON (AP) — U.K. Defense Secretary John Healey unexpectedly quit on Thursday, saying the government is unwilling to spend enough on the military at a time of “rising threats.” The resignation dealt another blow to embattled Prime Minister Keir Starmer, who is already facing demands from Labour colleagues to step down.</p><p>Healey told Starmer in a letter that the government’s Defense Investment Plan falls “well short of what is required at this dangerous time.”</p><p>Publication of the plan has been delayed amid reports of disagreement between the Defense Ministry and the Treasury.</p><p>Healey was followed out the door several hours later by Al Carns, a decorated war veteran who served as a prominent junior minister in the defense ministry. He said he could not defend “a level of investment I know to be inadequate to the task." Carns has been suggested as a possible contender in the anticipated contest to challenge Starmer’s leadership.</p><p>Starmer said in a letter to Healey that he was sorry to see him go, but insisted that the funding plan would provide “sustainable and fair” spending increases that would keep the U.K. safe.</p><p>Late Thursday the prime minister appointed Dan Jarvis, formerly the security minister, to the defense secretary post.</p><p>Critics say too little, too late</p><p>Starmer has pledged to boost U.K. defense spending to 2.5% of gross domestic product by 2027 and 3% by 2035. But many in the military say that isn't fast enough.</p><p>“You have been unable, and the Treasury has been unwilling, to commit the resources that the nation needs to defend the country at this time of rising threats,” Healey wrote in his resignation letter.</p><p>He said that the spending plan put forward by the Treasury, and presented to him on Monday, would see defense spending rise to just 2.68% in 2030, after hitting 2.6% next year.</p><p>Healey said that isn't enough with growing demands on defense and British military commitments, citing the Iran war, Russia's all-out invasion of Ukraine and threats from Moscow.</p><p>“I am now left with no other option than to submit my resignation,” he said.</p><p>Gen. Richard Barrons, who helped lead a defense review that underpins the investment plan, said the government is “actively going backwards” by refusing to fund its own review.</p><p>“It diminishes the U.K.’s standing within NATO, weakens our credibility with allies, and increases our vulnerability to the realities of 21st-century conflict,” he said. “Allies and adversaries alike will be paying attention.”</p><p>The government said that it was delivering “the largest sustained boost to defense spending since the Cold War.”</p><p>“This country is safer because of the decisions Keir Starmer has made and we will continue to act in our national interest,” it said in a statement.</p><p>Healey is considered a safe pair of hands</p><p>Healey has been U.K. defense secretary since the Labour Party government was elected in July 2024, and he's regarded as a capable and serious minister.</p><p>He has played a key role in bolstering international support for Ukraine and assembling a multinational coalition to help guarantee security if a ceasefire is reached. Healey also has helped spearhead a maritime security force that would help keep the Strait of Hormuz open to shipping if the Iran war ends.</p><p>The United Kingdom and other NATO member nations have faced pressure from U.S. President Donald Trump to increase military spending. Trump has long questioned the value of the military alliance and complained that the United States provides security to European countries that don’t pull their weight.</p><p>The U.K. military is also seeking to reverse years of decline in the face of an increasingly assertive Russia, which fully invaded its neighbor Ukraine on Feb. 24, 2022, and increasingly tests the defenses of European nations with overt and covert activity.</p><p>NATO Secretary-General Mark Rutte, informed of Healey's resignation by The Associated Press during a news conference in Brussels, said that Healey is someone “I respect very much.”</p><p>“What we are seeing all over the alliance is countries increasing their defense investments, and of course it is not easy, because in the end there is always a trade-off with other expenses, which are also important,” Rutte said.</p><p>Healey’s resignation is likely to further stoke talk that Starmer’s days as prime minister are numbered. Already bruised by a series of missteps since Labour returned to power less than two years ago, Starmer has faced calls within his party’s ranks to stand down.</p><p>In a sign of his waning authority, Starmer appears to have been unable to bridge the gap between Healey’s department and Treasury chief Rachel Reeves over defense spending.</p><p>Olivia O’Sullivan, head of the U.K. in the World program at the Chatham House think tank, said the resignation “significantly undermines Starmer,” especially since the prime minister has had “a relatively assured track record on defense and foreign affairs.”</p><p>Greater Manchester Mayor Andy Burnham is widely expected to challenge Starmer for the leadership, if he returns to Parliament in a June 18 special election.</p><p>Justin Crump, a former British tank commander who heads security consultancy Sibylline, said that Healey's resignation “should not have been allowed to occur in a well-run government.”</p><p>“It just further underlines a lack of control here, a lack of clarity, a lack of resolution, a gap between words and delivery,” he said.</p><p>___</p><p>Mark Carlson in Brussels, and Pan Pylas and Brian Melley in London, contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/PC2BV6YL7G72XXF4LC3UES7P2E.jpg?auth=89c2b323d8a2409ff6864a93ca25a1cdb2910dd5af5ef84a3f1b46cfed0fbe40&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Britain's Prime Minister Keir Starmer, left, looks on as Defence Secretary John Healey speaks to apprentices and representatives in the defence industry, during a careers fair inside 10 Downing Street in central London, Monday March 3, 2025. (Adrian Dennis/Pool via AP, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Adrian Dennis</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ZDQQISIYVDSHZUTVQ3BA6EBN6Q.jpg?auth=808504171e8e9e45999ca1675394be85db371cb5d71d7df55f39b9434f650f4f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[John Healey, Britain's Minister of Defense arrives for a cabinet meeting inside 10 Downing Street in London, Tuesday, June 2, 2026. (AP Photo/Alberto Pezzali)]]></media:description><media:credit role="author" scheme="urn:ebu">Alberto Pezzali</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/K56I6K5MDZFOJG64WPQBPKNN3Q.jpg?auth=329b711e7d01b5859971548a1ead1df8d2a437829baa9c7cd95fbf37e24d045e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Britain's Defence Secretary John Healey listens Australia's Minister for Foreign Affairs Penny Wong at a press conference following the AUKMIN Summit, at Lancaster House in London, Wednesday, June 10, 2026. (AP Photo/Kin Cheung, Pool)]]></media:description><media:credit role="author" scheme="urn:ebu">Kin Cheung</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/AO3WLCR6T7OLLA24M3S6YEIFUY.jpg?auth=d4062e15dadedfb85b0be8da79d8a8b96d2e70e7352a1a3b34809fa56f4ca544&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Defence Secretary John Healey walks into the press conference following the AUKMIN Summit, at Lancaster House in London, Wednesday, June 10, 2026. (AP Photo/Kin Cheung, Pool)]]></media:description><media:credit role="author" scheme="urn:ebu">Kin Cheung</media:credit></media:content></item><item><title><![CDATA[MDSO: Girl, 5, dies after shooting inside Florida City home ]]></title><link>https://www.local10.com/news/local/2026/06/10/authorities-respond-to-reports-of-fatal-shooting-in-florida-city/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/10/authorities-respond-to-reports-of-fatal-shooting-in-florida-city/</guid><dc:creator><![CDATA[Hannah Yechivi, Ryan Mackey]]></dc:creator><description><![CDATA[A 5-year-old girl died after she was shot inside a Florida City home early Wednesday morning, and investigators are working to determine how the shooting occurred, according to the Miami-Dade Sheriff’s Office.]]></description><pubDate>Wed, 10 Jun 2026 10:44:36 +0000</pubDate><content:encoded><![CDATA[<p>A 5-year-old girl died after she was shot inside a Florida City home early Wednesday morning, and investigators are working to determine how the shooting occurred, according to the Miami-Dade Sheriff’s Office.</p><p><a href="https://www.local10.com/espanol/2026/06/10/mdso-muere-nina-de-5-anos-tras-balacera-dentro-de-vivienda-en-florida-city/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/10/mdso-muere-nina-de-5-anos-tras-balacera-dentro-de-vivienda-en-florida-city/">Leer en español</a></p><p>Authorities said the girl, who was identified by a family member as Janova Park, suffered gunshot wounds to her stomach and torso and was rushed to HCA Florida Kendall Hospital, where she later died.</p><p>“We know that at the time of the shooting, there were three adults and two children -- the victim who’s 5 years old and her 4-year-old brother,” said MDSO Det. Angel Rodriguez, a spokesperson for the agency. “Detectives are going to be here for quite some time, taking part in this investigation. They’re going to make sure that no stone is left unturned, and right now we’re just asking for prayers from the community.”</p><p>The shooting happened inside a home on Northwest First Court. </p><p>Deputies said they were called to the home around 2 a.m. after shots were fired. </p><p>They also confirmed that Janova’s mother was among those inside the home at the time of the shooting.</p><p>Detectives said they’re still trying to determine how Janova was shot, including whether she may have accessed the gun herself or whether someone else shot her. </p><p>Local 10’s Hannah Yechivi spoke to Laticha Ellison, Janova’s grandmother, who said the shooting could’ve been prevented. </p><p>“My grandbaby is 5 years old,” Ellison said through tears. “She’s only 5. It makes me angry because nothing like this should be able to happen, especially in your home — carelessness.”</p><p>Ellison described her granddaughter as “smart and sassy.” </p><p>Investigators said a gun was recovered inside the home and that they “are not looking for any individuals that may pose a threat to the community.” </p><p>Crime scene tape remained up outside the home later Wednesday morning as investigators continued to process the scene.</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[Too sick to work, but can they prove it? New Medicaid rule worries patients]]></title><link>https://www.local10.com/health/2026/06/11/too-sick-to-work-but-can-they-prove-it-new-medicaid-rule-worries-patients/</link><guid isPermaLink="true">https://www.local10.com/health/2026/06/11/too-sick-to-work-but-can-they-prove-it-new-medicaid-rule-worries-patients/</guid><dc:creator><![CDATA[By ALI SWENSON, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — On hot afternoons, DeAnna Brandon’s three dogs zag around while she splashes in a backyard kiddie pool with her grandkids. These are the moments the 48-year-old blood cancer survivor cherishes — and wonders if she will get to have in the years to come.]]></description><pubDate>Thu, 11 Jun 2026 14:39:59 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — On hot afternoons, DeAnna Brandon’s three dogs zag around while she splashes in a backyard kiddie pool with her grandkids. These are the moments the 48-year-old blood cancer survivor cherishes — and wonders if she will get to have in the years to come.</p><p>Brandon, who lives in Rockwell, North Carolina, is worried that new Medicaid work requirements starting next year could jeopardize her health coverage. She had expected to qualify for a medical frailty exemption, but new guidance introduced by President Donald Trump's administration last week has thrown that into question.</p><p>The interim final rule released by the Centers for Medicare and Medicaid Services means being sick with extreme exhaustion and memory challenges related to her treatments may not be enough for Brandon to evade the new work requirements. She will have to attest and later prove that those symptoms “significantly impair” her ability to fulfill the mandates.</p><p>If the government doesn’t accept her case, she could lose her coverage and the twice-monthly maintenance chemotherapy that keeps her multiple myeloma in remission. Working is “outside of the realm of possibility for me,” she said in an interview.</p><p>“I was always a push-through-it person — you know, ‘Oh, you’re tired. Push through,’” Brandon said. “It’s hard to explain to people you can’t push through it.”</p><p>Health analysts have sounded the alarm about the Republican Trump administration’s newest guidance, which differs from what states had been expecting. Experts said it will put more Americans at risk of losing health insurance and force states to scramble in their already harried efforts to implement the changes on time.</p><p>“This will mean more paperwork for Medicaid patients — specifically for the sickest Medicaid patients,” said Adrianna McIntyre, a professor at Harvard University’s school of public health. That, she said, "is going to push in the direction of more people needlessly losing coverage.”</p><p>Medical frailty rules may mean paperwork nightmares for sick people</p><p>The new Medicaid restrictions, which Democrats have criticized, were part of Trump’s big tax and policy law in 2025. The change affects those covered through an expansion in most states that gave more lower-income people access to the government’s safety net healthcare program.</p><p>Expansion enrollees age 19 to 64 will have to show that they work or do community service at least 80 hours a month or are in school at least half the time. There are exceptions for those considered medically frail or in addiction treatment programs, among others.</p><p>Last week’s announcement from CMS caught states off guard with a new definition of medical frailty. The law had said medically frail people include those who have substance use disorders, disabilities or serious medical conditions. But the CMS rule went further, saying someone’s condition must “significantly impair” their ability to work, volunteer or attend school at the rates required in the law for them to be granted an exemption.</p><p>In 2027 and once in 2028, the patient can attest that they meet this definition. But when they try to renew coverage in 2028, they’ll need to prove it.</p><p>Advocates said it is unclear what kind of documentation could prove that point. They said doctor notes may be required — something some providers don’t feel comfortable writing. Medicaid enrollees fighting disease may carry the bureaucratic burden.</p><p>Brandon, who tried to prove she couldn’t work to access disability benefits during her active cancer treatment and failed, said she’s worried about the hoops she and other patients may need to jump through.</p><p>“It’s not that easy — you may have to go through four doctors,” Brandon said. “If you’re already battling an illness like this, you don’t have the physical or the mental or the emotional energy to do that all the time.”</p><p>States and advocates are confused by the government's approach</p><p>States have been planning to use Medicaid claims data and other data sources to automatically exempt eligible enrollees whenever possible.</p><p>On a call with reporters last week, the CMS administrator, Dr. Mehmet Oz, endorsed that approach, saying he hoped most people would be helped "without ever having to talk to anybody.”</p><p>Asked to clarify how the rule should be implemented, the agency told The Associated Press in an email that it “chose not to allow states to categorically exclude individuals from work requirements based solely on a diagnosis or condition type.” For renewal in 2028, it said, “verification through claims data or other documentation will generally be required.”</p><p>But state Medicaid officials and consultants said Medicaid claims data doesn’t prove someone is significantly impaired from working, and they don’t know of any existing data that does. That has left them confused about how to honor the government's rule.</p><p>“States are going to be asked to make a determination using information that doesn’t exist in their systems,” said Kinda Serafi, a partner at the legal and consulting firm Manatt Health who is working with states to make the changes.</p><p>One state, Nebraska, started the new Medicaid work requirements ahead of schedule. But it used diagnostic codes to identify people who are medically frail, and therefore will likely have to rework its system, said Sarah Maresh, healthcare access program director at the advocacy group Nebraska Appleseed.</p><p>Maresh said she was concerned doctors in the rural state who are already reluctant to take Medicaid patients may stop.</p><p>“They’re already drowning in paperwork, so to require them to do an additional step of certifying whether someone is able to work, I think is concerning,” she said.</p><p>Preparing for the Jan. 1 kickoff of the new policies is an immense and expensive task. A $200 million federal allotment is flowing to states to help, and CMS has partnered with technology companies to provide free and discounted services, but the tab for the additional technology requirements and more staff is likely to exceed $1 billion, according to an AP analysis. That extra cost will be borne by a mix of federal and state tax dollars.</p><p>Republicans say the rules will save Medicaid for those who need it most</p><p>Democrats have slammed the Medicaid work requirements as attacks on healthcare coverage for struggling Americans.</p><p>Republicans promoting the new rules, though, say they are commonsense measures to eliminate government freeloading and preserve benefits for people who need them most. Oz last week, citing a report by the conservative American Enterprise Institute think tank, said able-bodied people on Medicaid spend an average of 6.1 hours a day “watching TV or just hanging out.”</p><p>“This is a concern, not a criticism,” he said. “Work requirements are going to turn this around, we hope."</p><p>Current enrollees who don’t meet the work requirement threshold said that’s a misrepresentation of their experience.</p><p>Mids Meinberg, a 42-year-old freelance writer from New Jersey who lives with chronic depression and diabetes, said that even with his health issues, he’s proud to have found a meaningful career. But his conditions make him unable to work 80 hours a month. He said he thinks there are many people with disabilities who are “too disabled to work but not disabled enough for the state to think they can’t work.”</p><p>Brandon, in North Carolina, said she wants the government to understand that she’s “not just sitting around wasting time or being a drain on society.”</p><p>“I’m pouring into my grandchildren,” she said. “We’re valuable, and we can still contribute to our communities even if it’s not working.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/DBC32JL5LGBLX7F6RIMFUM7Y5I.jpg?auth=76840a6232b8de1f9157a9adc6bc75b250e4effdc79dd866c31348f1ca05fc5e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A woman uses a walker as she exits an assisted living building, July 4, 2025, in Boca Raton, Fla. (AP Photo/Rebecca Blackwell, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Rebecca Blackwell</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/H7UBXNIBTWUGJGNKFCAWH2Y2AQ.jpg?auth=b6c7c10130ee21d1de41aa53aec025bbf68fa47d7121ff7d7719a9ec956ad490&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Workers at a Medicaid call center in Jefferson City, Mo., field questions and review information regarding eligibility determinations on Aug. 16, 2023. (AP Photo/David A. Lieb, FIle)]]></media:description><media:credit role="author" scheme="urn:ebu">David A. Lieb</media:credit></media:content></item><item><title><![CDATA[June 11: Limited rain through tomorrow]]></title><link>https://www.local10.com/weather/2026/06/11/june-11-limited-rain-through-tomorrow/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/06/11/june-11-limited-rain-through-tomorrow/</guid><dc:creator><![CDATA[John Gerard]]></dc:creator><description><![CDATA[Our relatively quiet June weather pattern continues with warm, humid weather but not much rain here locally through tomorrow. ]]></description><pubDate>Thu, 11 Jun 2026 11:02:18 +0000</pubDate><content:encoded><![CDATA[<p>Our relatively quiet June weather pattern continues with warm, humid weather but not much rain here locally through tomorrow. Like the past several days, the heaviest rainfall will hit the west coast around Naples but an easterly wind will steer those showers &amp; storms away from us here locally. The winds shifting more southerly should allow for better storm coverage for us by the weekend with most of those storms hitting in the afternoon and evening hours. Stay hydrated and cool off as much as you can today with the “feels like” temperatures climbing into the upper 90s this afternoon. There’s a low (10%) chance for tropical development in the Bay of Campeche the next couple of days but there’s no threat for anything tropical for the U.S. through the next 7 days.</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['Doctor Who' future uncertain as BBC scraps Christmas special and showrunner exits]]></title><link>https://www.local10.com/entertainment/2026/06/11/doctor-who-future-uncertain-as-bbc-scraps-christmas-special-and-showrunner-exits/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/06/11/doctor-who-future-uncertain-as-bbc-scraps-christmas-special-and-showrunner-exits/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[LONDON (AP) — The galaxy-hopping hero of “Doctor Who” has survived many narrow escapes and reinventions over more than six decades.]]></description><pubDate>Thu, 11 Jun 2026 12:00:49 +0000</pubDate><content:encoded><![CDATA[<p>LONDON (AP) — The galaxy-hopping hero of “Doctor Who” has survived many narrow escapes and reinventions over more than six decades.</p><p>But is time finally up for the BBC science fiction series that has entertained generations of fans?</p><p>The British broadcaster has canceled a Christmas special previously announced for later this year, and showrunner Russell T. Davies has confirmed his exit.</p><p>Davies had been due to write the Christmas episode, announced when the last season ended in May 2025.</p><p>The BBC said Wednesday that it, Davies and production company Bad Wolf “have collectively decided not to go ahead” with the Christmas episode. The broadcaster said it was determined “to push forward to invest in the long-term future of the show.”</p><p>It said it would put out a tender for production companies to work on the series. A deal between the BBC and Disney+ to co-produce and distribute the show ended in 2025 after two seasons.</p><p>First broadcast in 1963, “Doctor Who” follows the adventures of a Time Lord from the planet Gallifrey who travels in the Tardis, a time-and-space machine that from the outside resembles a mid-20th century British police telephone box.</p><p>Its longevity is due in part to its premise: the central character can regenerate into a new body when the old one wears out, so the show can outlive any individual star. More than a dozen actors have played the role, most recently Ncuti Gatwa.</p><p>Davies, who revived the show in 2005 after a 16-year hiatus and returned as showrunner in 2022, said the Christmas episode had not been written and no actor had been approached to play the central role of the Doctor.</p><p>Davies, who has also written dramas including “Queer as Folk,” “It’s a Sin” and the recent “Tip Toe,” said the show’s future was “unpredictable” in an Instagram post.</p><p>“You’ll have to wait a bit longer for new Doctor Who … but you’ll be waiting for MORE Doctor Who than a one-off. So it’s worth it!” Davies wrote. “It’s all up for grabs, which is so Doctor Who — exciting and unpredictable and new! Here comes the future.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/IHP5HXURBUMNI7HDB6BGMSLRC4.jpg?auth=c99b67d7d1f0d086cd268d8a906ce3dc6580756288eac51264555bb552ea6a93&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE -Ncuti Gatwa, from left, Russell T Davies, and Millie Gibson pose for a portrait to promote "Doctor Who" during Comic-Con International on July 26, 2024, in San Diego. (AP Photo/Chris Pizzello, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Chris Pizzello</media:credit></media:content></item><item><title><![CDATA[Associate Producer]]></title><link>https://www.local10.com/careers/2026/06/11/associate-producer/</link><guid isPermaLink="true">https://www.local10.com/careers/2026/06/11/associate-producer/</guid><description><![CDATA[Oversee the complete preparation of newscast including writing stories and coordinating with: reporters, executive producers, assignment desk staff and production department. ]]></description><pubDate>Thu, 11 Jun 2026 10:56:44 +0000</pubDate><content:encoded><![CDATA[<p><u><b>As of June 9, 2026</b></u></p><p><u><b>Job Listing</b></u><b>: Associate Producer </b></p><p><b>Responsibilities:</b></p><p>Oversee the complete preparation of newscast including writing stories and coordinating with: reporters, executive producers, assignment desk staff and production department. The producer will also coordinate the program in the control room. Must be able to use knowledge of current events to participate in editorial process and write scripts.</p><p><b>Qualifications:</b></p><ul><li>Knowledge of television news</li><li>Excellent interpersonal and communication skills required</li><li>Ability to work flexible hours including nights, weekends and holidays</li><li>Ability to work in a fast-paced high-energy environment with daily deadlines and changing priorities</li><li>3-5 years’ experience as a writer or producer in a commercial news operation required</li><li>College degree in journalism or broadcasting preferred</li><li>News computer knowledge necessary</li></ul><p> <i>***All of the essential functions of this position are not necessarily described in this posting.</i></p><p><i>***We are an Equal Opportunity Employer and will consider all qualified candidates regardless of race, color, religion, national origin, age, gender, marital status, disability, or political affiliation. Any offer of employment is conditioned on successful completion of a pre-employment drug screen, investigative background check, employment/education verifications and reference checks. A valid driver’s license is required.</i></p><p><b>Please follow link below to apply for Associate Producer Position:</b></p><p><a href="https://jobs.dayforcehcm.com/en-US/wplg/CANDIDATEPORTAL/jobs/8954" rel=""><b>https://jobs.dayforcehcm.com/en-US/wplg/CANDIDATEPORTAL/jobs/8954</b></a></p><p>Chris Schenk</p><p>Executive Producer</p><p><b>WPLG/TV</b></p><p>3401 W. Hallandale Beach Blvd.</p><p>Pembroke Park, FL 33023</p><p><a href="mailto:cschenk@wplg.com" rel="">cschenk@wplg.com</a></p><p>No phone calls please.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/LPPJMX4BHJDQFMV66ISUWVBKVE.jpg?auth=0db37ab6179236b8be376383ad9969fbcacfca660c6366d72cc4fea34bda11b6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Elon Musk's SpaceX is about to make its debut on Wall Street]]></title><link>https://www.local10.com/business/2026/06/11/elon-musks-spacex-is-about-to-make-its-debut-on-wall-street/</link><guid isPermaLink="true">https://www.local10.com/business/2026/06/11/elon-musks-spacex-is-about-to-make-its-debut-on-wall-street/</guid><dc:creator><![CDATA[Associated Press, Associated Press]]></dc:creator><description><![CDATA[Elon Musk's rocket company SpaceX will make its debut on Wall Street Friday and both institutional and retail investors are expected to gobble up the 555.6 million shares going up for sale at $135 apiece. Musk, already the world's richest man, could become its first trillionaire.]]></description><pubDate>Thu, 11 Jun 2026 15:18:10 +0000</pubDate><content:encoded><![CDATA[<p>Elon Musk's rocket company SpaceX will make its debut on Wall Street Friday and both institutional and retail investors are expected to gobble up the 555.6 million shares going up for sale at $135 apiece. Musk, already the world's richest man, could become its first trillionaire.</p><p>SpaceX is likely to become the biggest IPO ever, with proceeds of around $75 billion. SpaceX hopes to become the first company to send people to Mars. In fact, part of Musk’s future compensation depends on SpaceX eventually establishing a colony of at least 1 million people on the red planet.</p><p>Why SpaceX is going public now</p><p>In a video conference on Musk's social media platform X, he told JPMorgan CEO Jamie Dimon that people have suggested for the last 10 years that he take SpaceX public. He's doing it now because the company plans to put 100,000 next-generation Starlink satellites into orbit. Deploying AI data centers in space is a “massive new growth base and you need capital for that,” he said.</p><p>Going public provides access to the capital that SpaceX needs. But it also exposes it to more scrutiny from shareholders and more regulatory oversight. That includes filing quarterly financial reports, which critics say incentivizes short-term thinking over longer-term planning and creates unnecessary costs for a company. Securities regulators are currently soliciting public comment on a proposal to require public companies to file the financial reports only twice every year.</p><p>How the IPO impacts the company</p><p>Musk will hold the majority of a special class of shares, giving him control over decisions related to company strategy, finances and personnel. On the latter, because of his ownership of most of these Class B shares, the only person who can fire Musk as CEO ... is Musk.</p><p>The company credits Musk with being the “driving force” behind its growth, innovation and success. But what happens if Musk is no longer in the picture? SpaceX warns that the loss of Musk could disrupt its ability to execute its strategy as well as hurt its “reputation and relationships with customers, partners and other stakeholders.”</p><p>The company also warns that finding a replacement with the same skills and experience as Musk would be time-consuming, if not nearly impossible. As Wedbush Securities analyst Dan Ives wrote Wednesday, “At the end of the day Musk is SpaceX and SpaceX is Musk.”</p><p>Some big investors are unhappy. Officials from pension funds for firefighters, teachers and other workers in California and New York sent a letter to SpaceX last month decrying some of the provisions in its IPO, including the “super voting shares,” mandatory arbitration of shareholder claims instead of the possibility of lawsuits and how much power Musk will hold over the company.</p><p>They said they could become owners of SpaceX stock because they hold index funds, which automatically buy stocks after they get included in certain indexes.</p><p>What could make or break SpaceX</p><p>Currently in the test phase, the gigantic reusable Starship rocket is key to SpaceX realizing Musk's ambitions. Much of the commercial space business hinges on SpaceX developing Starship’s capability to be fully reusable and hearty enough for a quick turnaround between flights. If that doesn't happen, SpaceX warns that putting data centers and satellites in space will take longer and cost more money, meaning it risks customers bailing on the company.</p><p>Analysts say that by pioneering reusable rockets, SpaceX has established a clear lead on competitors such as Blue Origin, led by Amazon founder Jeff Bezos. The Starlink satellite business competes with, among others, AST SpaceMobile – which is relying on a SpaceX rocket to send its latest generation of satellites into orbit next week.</p><p>The prospectus filed last week says SpaceX’s biggest potential market is the sale of business-oriented artificial intelligence products designed to transform how people get work done. It’s an opportunity SpaceX predicts would be worth $22.7 trillion if it could somehow dominate rivals like Anthropic, OpenAI and Microsoft in a highly competitive industry. But the prospectus shows no clear path to profitability for the xAI business, which merged with SpaceX earlier this year.</p><p>Why Wall Street is paying attention</p><p>If the SpaceX IPO is as successful, the stock could quickly join the Nasdaq 100, a widely followed index that tracks the 100 largest non-financial companies in the composite. That's important because some popular funds, such as the $460 billion QQQ exchange-traded fund, mimic the index and will automatically buy whatever is listed in the index.</p><p>Nasdaq recently changed its rules to allow select companies to enter the Nasdaq 100 after just 15 trading days.</p><p>S&P Dow Jones Indices, on the other hand, is sticking to established and more traditional thresholds that will not allow SpaceX or other companies with gargantuan IPOs faster entry into its S&P 500 index. That means even high-profile companies will still need to wait for their stocks to trade a full 12 months before they can enter the index.</p><p>Companies want to be in the S&P 500 in particular because it's arguably the most important index on Wall Street, with trillions of dollars either mimicking it exactly or benchmarked against it. Vanguard's VOO fund that tracks the S&P 500 has roughly $950 billion invested in it, for example.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/UGGFJ4DQ7WEFJKPDWCNJWOFXTA.jpg?auth=71d47aab92f31a85c6977d7085794fd6bbcb474bc0c46de25574b8eea84e1cc4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - SpaceX's mega rocket Starship prepares for a test flight from Starbase in Boca Chica, Texas, Monday, Nov. 18, 2024. (AP Photo/Eric Gay, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Eric Gay</media:credit></media:content></item><item><title><![CDATA[Serena Williams' comeback at the Queen's Club is over after injury to doubles partner]]></title><link>https://www.local10.com/sports/2026/06/11/serena-williams-comeback-at-the-queens-club-is-over-after-injury-to-doubles-partner/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/11/serena-williams-comeback-at-the-queens-club-is-over-after-injury-to-doubles-partner/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[LONDON (AP) — Serena Williams' much-hyped comeback to professional tennis at the Queen's Club lasted just one match.]]></description><pubDate>Thu, 11 Jun 2026 11:25:02 +0000</pubDate><content:encoded><![CDATA[<p>LONDON (AP) — Serena Williams' much-hyped comeback to professional tennis at the Queen's Club lasted just one match.</p><p>The 44-year-old Williams' doubles partner, 19-year-old Canadian Victoria Mboko, was forced to withdraw from the draw on Thursday because of a knee injury she sustained in a singles match against Karolina Pliskova in the last 16 on Wednesday.</p><p>In her first professional match since the 2022 U.S. Open, Williams teamed up with Mboko to beat third-seeded duo Nicole Melichar-Martinez and Erin Routliffe 7-6 (2), 6-2 at the grass-court event on Tuesday. They were scheduled to face Leylah Fernandez and Laura Siegemund in the quarterfinals.</p><p>Williams is set to play doubles at the Berlin Open in Germany next week. Her partner has yet to be announced, though British newspaper The Times of London reported it was Karolina Muchova.</p><p>Williams won 23 Grand Slam singles titles — including seven at Wimbledon — before stepping away from the game, saying at the time she was “evolving” away from tennis rather than "retiring."</p><p>___</p><p>This story has been corrected to say Mboko was injured in the last 16 of the singles, not the last 32</p><p>___</p><p>AP tennis: https://apnews.com/hub/tennis</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/UIGJUIC67E3IWGLPG2NONIW2ZQ.jpg?auth=f64d8ddc8b2c991e346925a983b0c6cc7dbf8652c959f3aab771f92680e12654&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[United States' Serena Williams during a practice session on day three of the Queen's Club tennis championships in London, Wednesday, June 10, 2026. (Ben Whitley/PA via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Ben Whitley</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/MUTFXLCB444RRTF6NWX5DFOFFU.jpg?auth=9d56ce8e57885dc2d8fd6f6dee43bf070b5f3d53d20cd7f75118f395c6b80be6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Serena Williams of the United States, right, hits a return as she and playing partner Victoria Mboko of Canada play against Nicole Melichar-Martinez of Canada and Erin Routliffe of New Zealand during their first round doubles match at the Queen's Club tennis championships in London, Tuesday, June 9, 2026. (AP Photo/Alberto Pezzali)]]></media:description><media:credit role="author" scheme="urn:ebu">Alberto Pezzali</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4INYGQHT3IKBZXC7YK23DHHY2I.jpg?auth=ce175716a60c51f7eadc6b7d9c3e263a126112ec19812aa66fa561afa7eea110&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Serena Williams of the United States, bottom right, serves as she and playing partner Victoria Mboko of Canada play against Nicole Melichar-Martinez of Canada and Erin Routliffe of New Zealand during their first round doubles match at the Queen's Club tennis championships in London, Tuesday, June 9, 2026. (AP Photo/Alberto Pezzali)]]></media:description><media:credit role="author" scheme="urn:ebu">Alberto Pezzali</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HHWZZ7325PD4LTQQ4DZC7DP6IM.jpg?auth=184de3120c79b43527ecc9713cef4c828ac5ce8d506f857df7626efdad315a52&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Serena Williams of the United States, celebrates with playing partner Victoria Mboko of Canada after defeating Nicole Melichar-Martinez of Canada and Erin Routliffe of New Zealand during their first round doubles match at the Queen's Club tennis championships in London, Tuesday, June 9, 2026. (AP Photo/Alberto Pezzali)]]></media:description><media:credit role="author" scheme="urn:ebu">Alberto Pezzali</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XV62NXW6YWEG53ASAIXT2KX3BE.jpg?auth=0b21c777aa6e0312fc1f2f428bc43478a87e85bd4c43fbb57d661c1bed31daf1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Serena Williams of the United States, celebrates winning a point as she and playing partner Victoria Mboko of Canada play against Nicole Melichar-Martinez of Canada and Erin Routliffe of New Zealand during their first round doubles match at the Queen's Club tennis championships in London, Tuesday, June 9, 2026. (AP Photo/Alberto Pezzali)]]></media:description><media:credit role="author" scheme="urn:ebu">Alberto Pezzali</media:credit></media:content></item><item><title><![CDATA[World ski president Eliasch loses election by one vote and alleges IOC influence]]></title><link>https://www.local10.com/sports/2026/06/11/world-ski-president-eliasch-loses-election-by-one-vote-and-alleges-ioc-influence/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/11/world-ski-president-eliasch-loses-election-by-one-vote-and-alleges-ioc-influence/</guid><dc:creator><![CDATA[By GRAHAM DUNBAR, Associated Press]]></dc:creator><description><![CDATA[GENEVA (AP) — World ski federation leader Johan Eliasch was ousted in a tight presidential election on Thursday after a campaign led by the sport’s heartland nations in Europe and North America that was backed by top skiers including Mikaela Shiffrin.]]></description><pubDate>Thu, 11 Jun 2026 14:17:25 +0000</pubDate><content:encoded><![CDATA[<p>GENEVA (AP) — World ski federation leader Johan Eliasch was ousted in a tight presidential election on Thursday after a campaign led by the sport’s heartland nations in Europe and North America that was backed by top skiers including Mikaela Shiffrin.</p><p>The billionaire owner of the Head sports goods business lost a 65-64 vote to Alexander Ospelt, a lawyer from Liechtenstein who got a four-year term to lead the International Ski and Snowboard Federation (FIS).</p><p>Eliasch also loses his membership of the International Olympic Committee, one of the most exclusive clubs in world sport. The 100-plus invited members include royal family members, former government leaders, industrialists, sports officials, athletes and Oscar-winning actress Michelle Yeoh.</p><p>In his concession speech, Eliasch aimed an allegation at the Olympic body and urged FIS to protect its independence before congratulating Ospelt.</p><p>“The IOC tried to influence the outcome of today’s vote. Against this we must stay firm,” Eliasch said.</p><p>He also stood in the IOC presidential election won by Kirsty Coventry 15 months ago.</p><p>In a statement on Thursday, the IOC congratulated Ospelt on his win without directly addressing Eliasch's claim, adding: “We thank Mr. Johan Eliasch for his work as FIS president and IOC member.”</p><p>The FIS congress in the Serbian capital Belgrade started with shows of power by 75 member federations; the votes hinted at problems ahead for Eliasch.</p><p>The agenda was changed on an 88% vote to bring the presidential election forward as the first item of business. The weighted voting used by FIS gives two or three votes to established ski nations instead of a one-member-one-vote system by other federations such as soccer body FIFA.</p><p>Then there was a 60% vote to use paper ballots instead of electronic voting, which seemed to reflect some mistrust in the FIS administration.</p><p>The 64-year-old Eliasch served as FIS president for five years that were marked by constant sparring with ski nations including Austria and Switzerland over issues such as his management style and spending of the ski body's cash reserves.</p><p>A dual citizen of Sweden and Britain, Eliasch was not supported by either of those national federations to stand for re-election. He complied with FIS rules by getting a passport and nomination from the country of Georgia.</p><p>The new president</p><p>FIS rules mean Ospelt becomes president officially one day after the election, leaving Eliasch to oversee the rest of the congress business of what was now his last day in office.</p><p>“It’s been a great privilege to serve you,” said the outgoing president, who had said the election would be a win-win as he could “get my life back” if he lost. “Either way I am very happy.”</p><p>Ospelt, who has been a member of the Eliasch-chaired FIS council, said he would start his new job with “great joy and humility.”</p><p>“I will be the president for all of you. Let’s be united,” he said.</p><p>Ospelt does not immediately become an IOC member, though he would probably be invited to join as head of the sports body that oversees about half of the medal events at each Winter Olympics.</p><p>___</p><p>AP skiing: https://apnews.com/hub/alpine-skiing</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/MFL55YQIOPLPZJW2U52OGR6ZWI.jpg?auth=db0a44053f12f6ff7329e945f8eebd0f14e45a63294668b29f4be725377892ef&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Candidate to the presidency of the International Olympic Committee Johan Eliasch arrives at the mixed zone during a break of the 144th session, which will elect the new IOC President, in Costa Navarino, western Greece, March 19, 2025. (AP Photo/Thanassis Stavrakis, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Thanassis Stavrakis</media:credit></media:content></item><item><title><![CDATA[A mass funeral is held for 22 Pakistani soldiers who died in a helicopter crash in Kashmir]]></title><link>https://www.local10.com/news/world/2026/06/11/a-mass-funeral-is-held-for-22-pakistani-soldiers-who-died-in-a-helicopter-crash-in-kashmir/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/11/a-mass-funeral-is-held-for-22-pakistani-soldiers-who-died-in-a-helicopter-crash-in-kashmir/</guid><dc:creator><![CDATA[By ISHFAQ HUSSAIN, Associated Press]]></dc:creator><description><![CDATA[MUZAFFARABAD, Pakistan (AP) — Rescuers recovered the remains of all 22 soldiers aboard a military helicopter that crashed in Pakistan-administered Kashmir the previous day, officials said Thursday, confirming there were no survivors, as senior government and military officials attended a mass funeral for the victims.]]></description><pubDate>Thu, 11 Jun 2026 09:31:16 +0000</pubDate><content:encoded><![CDATA[<p>MUZAFFARABAD, Pakistan (AP) — Rescuers recovered the remains of all 22 soldiers aboard a military helicopter that crashed in Pakistan-administered Kashmir the previous day, officials said Thursday, confirming there were no survivors, as senior government and military officials attended a mass funeral for the victims.</p><p>The helicopter crashed Wednesday in Muzaffarabad, the regional capital, apparently because of a technical fault, according to Pakistan’s military. An investigation is underway to determine the exact cause.</p><p>An Associated Press reporter counted 22 coffins draped in Pakistan’s national flag at a funeral ceremony.</p><p>Witnesses and regional officials said the remains of the soldiers were recovered from the badly burned wreckage. The dead included a colonel and two army majors, according to two security officials who spoke on condition of anonymity because they were not authorized to speak publicly.</p><p>Among those attending the funerals was regional Prime Minister Faisal Mumtaz Rathore.</p><p>According to the officials, the soldiers had been traveling to carry out security duties after a call for a march on Muzaffarabad by the Joint Awami Action Committee, a recently banned alliance of various groups.</p><p>Authorities have not indicated any connection between the planned protest and the crash.</p><p>Pakistan has deployed additional security forces across the region, where tensions have been high since the weekend after members of an outlawed group attacked police and security personnel, killing four officers.</p><p>Military helicopter crashes are not uncommon in Pakistan.</p><p>In September, an army helicopter on a routine flight crashed in northern Pakistan, killing two pilots and three technicians.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/KCXX4CMBF5CPETXFV3X4ZP4Z3Q.jpg?auth=51f976af61b97268597499b9997e51586a774d8febd8ceb459557a3266a897f8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Army soldiers carry a flag-wrapped casket of military personnel, killed in the Wednesday's helicopter crashed, during a funeral prayer, in Muzaffarabad, the capital of Pakistan-administered Kashmir, Thursday, June 11, 2026. (AP Photo/M.D. Mughal)]]></media:description><media:credit role="author" scheme="urn:ebu">M.D. Mughal</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/SBM5ESWIO7ZHAAXGH3MMDUIPXQ.jpg?auth=18c2d8bb80d3114908ce8630f02408b356ff2530728a4d12126c17c9b5c6de2b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Military officers and civilians attend the funeral prayers of military personnel, killed in Wednesday's helicopter crash, during a funeral prayer, in Muzaffarabad, the capital of Pakistan-administered Kashmir, Thursday, June 11, 2026. (AP Photo/M.D. Mughal)]]></media:description><media:credit role="author" scheme="urn:ebu">M.D. Mughal</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KCAABQM3TEBCNYMTHMZZMUVCNY.jpg?auth=9c365059ec59b52fe4faf6fe8e82c5f5a1301f6514d7d1a4bd9b9809303f63c7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Military officers and civilians attend the funeral prayers of military personnel, killed in Wednesday's helicopter crash, during a funeral prayer, in Muzaffarabad, the capital of Pakistan-administered Kashmir, Thursday, June 11, 2026. (AP Photo/M.D. Mughal)]]></media:description><media:credit role="author" scheme="urn:ebu">M.D. Mughal</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WFFSFRZXD4QLRKKAJYBEUK3PLY.jpg?auth=5f2cfd597e7fd0e271eaaf1a352e34ab9e11891f5a15ed3173df5feec68eed89&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Military officers and civilians attend the funeral prayers of military personnel, killed in Wednesday's helicopter crash, during a funeral prayer, in Muzaffarabad, the capital of Pakistan-administered Kashmir, Thursday, June 11, 2026. (AP Photo/M.D. Mughal)]]></media:description><media:credit role="author" scheme="urn:ebu">M.D. Mughal</media:credit></media:content></item><item><title><![CDATA[French singer Patrick Bruel charged with rape, attempted rape and sexual assault]]></title><link>https://www.local10.com/entertainment/2026/06/11/french-singer-patrick-bruel-charged-with-rape-attempted-rape-and-sexual-assault/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/06/11/french-singer-patrick-bruel-charged-with-rape-attempted-rape-and-sexual-assault/</guid><dc:creator><![CDATA[By SYLVIE CORBET, Associated Press]]></dc:creator><description><![CDATA[PARIS (AP) — French singer and actor Patrick Bruel was handed preliminary charges of rape, attempted rape, sexual assault and sexual harassment of several women between 2008 and 2019 and released under strict judicial supervision, a prosecutor's office said Thursday.]]></description><pubDate>Thu, 11 Jun 2026 16:33:54 +0000</pubDate><content:encoded><![CDATA[<p>PARIS (AP) — French singer and actor Patrick Bruel was handed preliminary charges of rape, attempted rape, sexual assault and sexual harassment of several women between 2008 and 2019 and released under strict judicial supervision, a prosecutor's office said Thursday.</p><p>Bruel, 67, denies the allegations.</p><p>He was brought Wednesday before four investigative judges at the court in Nanterre, in the western suburbs of Paris, following a two-day police custody.</p><p>The Nanterre prosecutor’s office said the formal investigation concerns allegations of rape in 2008 in Neuilly-sur-Seine, west of Paris, attempted rape in 2010 in Brussels, and sexual assault and sexual harassment in Perpignan, in southern France, and Ajaccio, Corsica, both in 2019.</p><p>The judicial investigation also continues into other allegations of rape, attempted rape and sexual harassment between 2010 and 2019 in three French cities and in Nyon, Switzerland, according to prosecutors.</p><p>Some allegations that had previously been dismissed without further action were reexamined and included in the case, the prosecutor’s office said.</p><p>Bruel was released under judicial supervision and barred from leaving France. He was ordered to surrender his passport, undergo psychological treatment and post bail of 500,000 euros ($576,760). He is also prohibited from contacting his accusers or members of their families and from entering massage parlors, where some of the alleged offenses are alleged to have occurred.</p><p>Bruel’s lawyers said in a statement the singer would cooperate fully with the investigation and remains available to the judicial authorities.</p><p>In recent weeks, a series of media reports, notably by French investigative website Mediapart, brought into public attention allegations by multiple women spanning several decades against Bruel, prompting additional complaints to be filed.</p><p>Prosecutors said accusations by other women that appear to be barred by the statute of limitations have nevertheless been attached to the case file so investigating judges can gain a broader understanding of the allegations. Complaints filed in other jurisdictions could later be added to the Nanterre investigation.</p><p>Bruel became one of the biggest stars in the French-speaking world in the late 1980s and 1990s. His popularity was so intense that French media coined the term “Bruelmania,” drawing comparisons with Beatlemania.</p><p>Hit songs from his 1989 second album have became part of French popular culture, addressing universal themes including love, heartbreak, nostalgia and childhood and bringing together generations of fans. Bruel later built a parallel acting career, appearing in dozens of film and television productions.</p><p>Last month he canceled all shows planned this summer in France, Canada, Switzerland and Belgium and at the end of the year in Canada.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/UBFEHB7JX3JFNZCNX2WZKMNW2E.jpg?auth=c1dc70c019b5e7ae85687b833022ec7c0f0fd92718b7ae00cd2c47264a3fe051&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - French singer Patrick Bruel performs during the Victoires de la Musique awards ceremony in Paris on March 10, 2007. (AP Photo/Jacques Brinon, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jacques Brinon</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FCQYPE7CRYRZHTBV3QCK54C2FU.jpg?auth=f852f0a101bad5afd475efc517c685ff08fb5c2f77f30a63ff4c87d540829819&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - French singer Patrick Bruel attends the official presentation of Paris as a candidate for the 2024 Olympic summer games in Paris, France, on Feb. 17, 2016. (AP Photo/Francois Mori, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Francois Mori</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YAVW56VX4EQ5FLWSMIF2N6O6BM.jpg?auth=47ceeb90039bb63a7756d70a254994f6106f3dae81ae65532ce6607fb6d4d206&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Actor-singer Patrick Bruel appears on the red carpet for the film "Promises" at the 16th edition of the Rome Film Fest in Rome, on Oct. 17, 2021. (AP Photo/Domenico Stinellis, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Domenico Stinellis</media:credit></media:content></item><item><title><![CDATA[Thai court sentences 2 Uyghur men to death over 2015 Bangkok bombing that killed 20]]></title><link>https://www.local10.com/news/2026/06/11/thai-court-sentences-2-uyghur-men-to-death-over-2015-bangkok-bombing-that-killed-20/</link><guid isPermaLink="true">https://www.local10.com/news/2026/06/11/thai-court-sentences-2-uyghur-men-to-death-over-2015-bangkok-bombing-that-killed-20/</guid><dc:creator><![CDATA[By JINTAMAS SAKSORNCHAI, Associated Press]]></dc:creator><description><![CDATA[BANGKOK (AP) — A court in Thailand on Thursday convicted and sentenced to death two members of China’s Muslim Uyghur minority over a 2015 bombing at a Bangkok landmark that killed 20 people and injured more than 120.]]></description><pubDate>Thu, 11 Jun 2026 09:25:01 +0000</pubDate><content:encoded><![CDATA[<p>BANGKOK (AP) — A court in Thailand on Thursday convicted and sentenced to death two members of China’s Muslim Uyghur minority over a 2015 bombing at a Bangkok landmark that killed 20 people and injured more than 120.</p><p>Yusufu Mieraili and Bilal Mohammad were arrested shortly after the Aug. 17, 2015, bombing of the Erawan shrine, which is a popular tourist destination, particularly for visitors from China.</p><p>The men were charged with a variety of offenses, including murder, attempted murder and illegal possession of explosive materials. They allegedly were linked by video, fingerprints and other evidence to the bombing.</p><p>Four judges presided over the ruling at Bangkok South Criminal Court. The court ruled the two were found guilty due to overwhelming evidence against them and were unable to provide substantial evidence proving otherwise.</p><p>After the judges left the courtroom, Mieraili shouted in broken Thai that he rejected the ruling and was innocent.</p><p>“I mourn for Thailand,” he said. “I did not receive justice … I ask Thai people to help me.”</p><p>Mieraili learned Thai while in detention, according to his lawyer. He also speaks English and on Thursday was asked to translate the proceedings into Uyghur for Bilal because only an English interpreter was available in court. The trial was repeatedly delayed because of difficulties finding suitable translators.</p><p>Chuchart Kanpai, one of the defense lawyers, said they will appeal as there are still several aspects of the case that were not taken into consideration.</p><p>The two men allegedly confessed during the initial questioning but pleaded not guilty when the trial began in 2016. The proceedings originally took place in a military court before the case was transferred to the civilian Bangkok South Criminal Court in 2019.</p><p>The men said they suffered mistreatment and torture in jail after their arrests. But the judges said Thursday there was no evidence of torture and that investigators did not appear to have coerced the confessions.</p><p>China on Thursday said it welcomed the verdict.</p><p>“The terrorist bombing that year killed 20 people, including seven Chinese citizens, and injured more than 100 others. The perpetrators were utterly inhumane and guilty of heinous crimes," Ministry of Foreign Affairs spokesman Lin Jian said. “China supports Thailand in conducting the trial in accordance with the law and severely punishing the perpetrators.”</p><p>Several human rights groups have criticized the procedures and the lengthy trial. In 2023, the International Federation for Human Rights based in France submitted a petition to the United Nations alleging numerous violations of human rights and due process, including the lack of a legal basis for the arrests and discriminatory treatment.</p><p>Authorities identified 17 suspects in connection to the blast but only three were apprehended. Charges against a Thai woman were dropped in 2024 due to lack of evidence.</p><p>Police said they believe Mieraili detonated the bomb minutes after a backpack containing the device was allegedly left at the shrine by Bilal, who also is known as Adem Karadag.</p><p>Thai authorities have said the bombing was revenge by a people smuggling gang whose activities had been disrupted by the police. Thailand cracked down on human traffickers earlier in 2015 after abandoned camps for Rohingyas fleeing persecution in Myanmar and economic migrants from Bangladesh were found in the jungles along the Thai-Malaysia border.</p><p>However, some analysts suspect the bombing was the work of Uyghur separatists angry that Thailand had forcibly repatriated scores of Uyghurs to China in July 2015. Many Uyghurs try to escape persecution and tight control in China with the help of professional smugglers.</p><p>Thailand deported 40 Uyghur asylum seekers back to China in 2025, which drew international criticism.</p><p>The shrine’s popularity among Chinese tourists lent support to the theory that the bombing had a political element.</p><p>___</p><p>Associated Press writer Huizhong Wu contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/2E2WPXWBEFFKDRVPMV2FHDPH7U.jpg?auth=8ad47c2f0df65bebc8eaf9106fd5eb81d3594c93e074d62c3595bd1bf7ae022f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Explosive Ordnance Disposal officers enter the Erawan Shrine after an explosion in Bangkok, on Aug. 17, 2015. (AP Photo/Sackchai Lalit, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Sakchai Lalit</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/SNWS5UQGWGGIARGKLPZVBXDLSI.jpg?auth=9e3ef924bcc74a14701fb957f8c94271ce371efd6dae15e7253b79ab65f6946a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Lawyer Chuchart Kanpai talks to reporters after he left a courtroom at Bangkok South Criminal Court in Bangkok, Thailand, Thursday, June 11, 2026. (AP Photo/Sakchai Lalit)]]></media:description><media:credit role="author" scheme="urn:ebu">Sakchai Lalit</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/UFTTKNPZMHCWN2H3SXPNDHTBVE.jpg?auth=e5e680afb05c8d52436ab0bde26c37097d21e29c1bd6d072ec417949e035a8c1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Police officers escort Bilal Mohammad, center, during a reenactment at Erawan Shrine in Bangkok, on Sept. 26, 2015. (AP Photo/Sakchai Lalit, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Sakchai Lalit</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/CUAZGI3SDVWSR26BP5253CWZOI.jpg?auth=819e2c7fca974f2a02fb17fb641e41df2bac47754db35425f99cccdd92d4ec20&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Police officers escort Yusufu Mieraili, yellow shirt, outside Hua Lamphong railway station in Bangkok, on Sept. 9, 2015. (AP Photo/Sakchai Lalit, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Sakchai Lalit</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/UJF6PDSQAPL6KNGU37L4IRXIKM.jpg?auth=8c31deca5316180a5e7d7c366c4d740e3602f77e5d7baf1e3abe30f6d9e99468&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Visitors pray at the Erawan Shrine in Bangkok, Thailand, Wednesday, June 10, 2026. (AP Photo/Sakchai Lalit)]]></media:description><media:credit role="author" scheme="urn:ebu">Sakchai Lalit</media:credit></media:content></item><item><title><![CDATA[A fire on the Spanish island of Mallorca kills 2 people and injures several]]></title><link>https://www.local10.com/news/world/2026/06/11/a-fire-on-the-spanish-island-of-mallorca-kills-2-people-and-injures-several/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/11/a-fire-on-the-spanish-island-of-mallorca-kills-2-people-and-injures-several/</guid><dc:creator><![CDATA[By TERESA MEDRANO, Associated Press]]></dc:creator><description><![CDATA[MADRID (AP) — A fire that broke out early Thursday at a home in a tourist area on the Spanish island of Mallorca killed two people and injured several others, authorities said.]]></description><pubDate>Thu, 11 Jun 2026 13:05:30 +0000</pubDate><content:encoded><![CDATA[<p>MADRID (AP) — A fire that broke out early Thursday at a home in a tourist area on the Spanish island of Mallorca killed two people and injured several others, authorities said.</p><p>The fire broke out at around 5 a.m. on the third floor of a residential building in the Magaluf area, according to the Civil Guard, a Spanish law enforcement agency. The cause of the fire was under investigation.</p><p>Residents tried unsuccessfully to put out the blaze, which spread to the rest of the building, especially toward the upper floors, it added. The flames were extinguished about two hours later.</p><p>Four people remained hospitalized, local authorities said in a statement on their website. About 20 residents were affected by the fire, it added. Nearby hotels will provide temporary housing for affected residents.</p><p>One of the deceased was a 58-year-old Argentine citizen, and the other was a woman who hasn't yet been identified, the Civil Guard said. They were in two separate apartments.</p><p>The floor where the fire started was cordoned off, along with the levels directly above and below it, authorities said.</p><p>Magaluf, a popular beach and nightlife destination among young British and German tourists, is located on the coast of Calvià, 22 kilometers (nearly 14 miles) west of Palma de Mallorca, the capital of the Mediterranean archipelago.</p><p>Local authorities declared two days of mourning following the tragedy.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/M3QAEG5BFBJAI2CN5F2GEWM7HU.jpg?auth=ffad18c4f5ff97d2e540d97db490856c6625bc1a9890a24e9e3dd4296f48a71f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Map showing Mallorca, Spain and the location of a residential fire . (AP Digital Embed)]]></media:description><media:credit role="author" scheme="urn:ebu">Panagiotis Mouzakis</media:credit></media:content></item><item><title><![CDATA[Mexico City installed a chandelier in its metro for the World Cup. Then came the crush of memes]]></title><link>https://www.local10.com/news/world/2026/06/11/mexico-city-installed-a-chandelier-in-its-metro-for-the-world-cup-then-came-the-crush-of-memes/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/11/mexico-city-installed-a-chandelier-in-its-metro-for-the-world-cup-then-came-the-crush-of-memes/</guid><dc:creator><![CDATA[By MEGAN JANETSKY, Associated Press]]></dc:creator><description><![CDATA[MEXICO CITY (AP) — The sound of construction roared over the most memed metro station in Mexico City as workers hammered at marble floors under a chandelier and rows of lamps reminiscent of a scene from “Harry Potter” or “Titanic,” racing to finish ahead of the FIFA World Cup opening ceremony Thursday.]]></description><pubDate>Thu, 11 Jun 2026 07:29:24 +0000</pubDate><content:encoded><![CDATA[<p>MEXICO CITY (AP) — The sound of construction roared over the most memed metro station in Mexico City as workers hammered at marble floors under a chandelier and rows of lamps reminiscent of a scene from “Harry Potter” or “Titanic,” racing to finish ahead of the FIFA World Cup opening ceremony Thursday.</p><p>Mexicans milling through the busy Hidalgo metro station pointed and laughed, occasionally snapping pictures of the face-lift that has become the subject of a cascade of internet memes.</p><p>The cosmetic makeover that authorities have attempted to give the capital as visitors arrive from around the globe also has become a symbol of criticisms that the government is prioritizing its superficial appearance for World Cup fans over fixing critical structural issues that have long plagued the city.</p><p>“People make fun of it because it's a failed aesthetic, it doesn't make a lot of sense,” said Silvia Escamilla, 28, who was hustling to work among a crowd of Mexican commuters. “All these renovations are like putting makeup on the city, because the infrastructure they could actually invest in just isn’t there.”</p><p>Decorations cover the problems</p><p>For weeks, Mexico City workers have plastered walls and metro cars with cartoon axolotls, the mole salamander that has become a city mascot. They also have painted bridges purple and planted Mexican marigold flowers typical of Day of the Dead celebrations in November.</p><p>The 22 million residents of the sprawling capital, known as Chilangos, have jokingly referred to the renovations as the city's “axolotlization.” They have posted videos of flooded underpasses next to freshly painted murals of axolotls and crumbling stairs and potholes painted bright purple.</p><p>Hidalgo station, in the heart of the downtown, has perhaps become the subject of more memes than anywhere else in the city.</p><p>When city workers installed the chandelier near the metro entrance and rows of Victorian wall lamps in May, social media users were quick to joke that authorities were trying to make the gritty metro system look like it was in a European city.</p><p>Social media creators mock the changes</p><p>Residents began to show up at the station in elegant dresses in videos layered over Mozart music. One social media influencer descended the marble stairs dressed as the Beast from the classic Disney cartoon “Beauty and the Beast.” Another arrived as Napoleon Bonaparte in a white wig and French military uniform.</p><p>“May you have an elegant metro connection,” one social media influencer said as he strolled through throngs of commuters dressed in a tuxedo and top hat. Another filmed herself selling pink dresses aboard one of the metro trains, yelling to passengers that the items matched the “etiquette” of Metro Hidalgo.</p><p>Many more posed next to marble floors and walls torn up by construction ahead of the soccer tournament being hosted by Mexico, the United States and Canada.</p><p>The humor highlights larger issues</p><p>The crush of jokes amused Mexicans for weeks, but also cut to the core of a deeper problem in the city, said Aldo Solano Rojas, an art historian in Mexico City who has criticized the remodel.</p><p>Failures to prioritize issues like the metro's crumbling infrastructure and holes in the major municipal roadways show the government “doesn't understand the real needs of the city,” he said.</p><p>“State presence, at its best, is reflected in well-maintained sidewalks and adequate transportation infrastructure that doesn't collapse every day,” Solano Rojas said. “It's not reflected in frivolous, superficial axolotl murals while the streets are flooding.”</p><p>The criticisms come in the midst of wider social unrest in Mexico City as the country's teachers union, families of Mexico's 130,000 missing people and a range of other social movements use the proximity to the event to pressure authorities.</p><p>The government also has faced accusations of displacing sex workers and street vendors in an effort to clean up the streets. Despite the tensions, city workers on Wednesday were still racing to complete construction ahead of the opening ceremony and first match.</p><p>Mirna Baranco looked fondly on the renovations, but the 46-year-old laughed at the chandelier over Hidalgo construction workers. She nudged her boyfriend and pointed.</p><p>“I've already seen it all over the place on Facebook, but not in real life,” she said.</p><p>Baranco understood the criticisms, but said she didn't think it was necessarily a bad thing that authorities were making changes to be more attractive to international visitors. The World Cup has helped push local governments to make needed renovations, even if some look a little out of place, she said.</p><p>The changes show that “Mexico isn't just how others stereotype us, as a country with narcos,” Baranco said. “Mexico has a lot to give the world.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/JN44XGZQMWJRFDKBPQFVV7WCMU.jpg?auth=4c95af1c15bb635a4017dda7a3cef477dc54ec37c43a6f5c06a486a21e05bf09&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People walk through a subway station that has new lighting, part of preparations for hosting the World Cup soccer tournament in Mexico City, Wednesday, June 10, 2026. (AP Photo/Marco Ugarte)]]></media:description><media:credit role="author" scheme="urn:ebu">Marco Ugarte</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RXSQWTQB2J7U422ASKMVYQCYIE.jpg?auth=c4a6a0a670ad07f0432f05d2892b2c0ef6695e186cc8918bd969a025e6868acc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People walk through a subway station that has new lighting, part of preparations for hosting the World Cup soccer tournament in Mexico City, Wednesday, June 10, 2026. (AP Photo/Marco Ugarte)]]></media:description><media:credit role="author" scheme="urn:ebu">Marco Ugarte</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/THNTTVYAULSUPZIE7JDTM5VV3M.jpg?auth=a38646cfe0762d8f9c80932c200195a293b8843f0a7198ccf943b3df53a749b6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A worker paints the ceiling during a guided media tour of the renovation work at Benito Juárez International Airport, in preparation for the 2026 World Cup, as passengers await their flights in Mexico City, Tuesday, May 19, 2026. (AP Photo/Fernando Llano)]]></media:description><media:credit role="author" scheme="urn:ebu">Fernando Llano</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/Z76FKFGVPIL3742GHL7XJK4ZAU.jpg?auth=c1237fb0a18240e2faaa305fc7b39ef1a89335957f9477bc4e3193fd03e1b821&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A dancer holds a replica of the World Cup trophy as soccer fans stand along Reforma Avenue in Mexico City, Saturday, June 6, 2026 ahead of the FIFA World Cup. (AP Photo/Moises Castillo)]]></media:description><media:credit role="author" scheme="urn:ebu">Moises Castillo</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/76OEJXT4GDJNHNDMLJY354LUW4.jpg?auth=8310a23c4c38e548ff179b07f4832987a758359271797142cb92b622e4de2ca7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A woman puts on makeup at the subway in Mexico City, Tuesday, June 9, 2026. (AP Photo/Marco Ugarte)]]></media:description><media:credit role="author" scheme="urn:ebu">Marco Ugarte</media:credit></media:content></item><item><title><![CDATA[Pope slams world's indifference to migrants while visiting onetime 'dock of shame' in Canary Islands]]></title><link>https://www.local10.com/news/world/2026/06/11/pope-slams-worlds-indifference-to-migrants-while-visiting-onetime-dock-of-shame-in-canary-islands/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/11/pope-slams-worlds-indifference-to-migrants-while-visiting-onetime-dock-of-shame-in-canary-islands/</guid><dc:creator><![CDATA[By NICOLE WINFIELD, HELENA ALVES and RENATA BRITO, Associated Press]]></dc:creator><description><![CDATA[ARGUINEGUÍN, Spain (AP) — Pope Leo XIV traveled to a once-notorious epicenter of the European migration debate on Thursday, challenging countries to uphold migrants’ rights while shaming those leaders, including Christians, who turn them away with indifference.]]></description><pubDate>Thu, 11 Jun 2026 15:02:00 +0000</pubDate><content:encoded><![CDATA[<p>ARGUINEGUÍN, Spain (AP) — Pope Leo XIV traveled to a once-notorious epicenter of the European migration debate on Thursday, challenging countries to uphold migrants’ rights while shaming those leaders, including Christians, who turn them away with indifference.</p><p>Leo issued an impassioned plea to recognize the dignity of migrants from the port of Arguineguín, in the Canary Islands. In 2020, the port was dubbed “dock of shame” because of the squalid conditions migrants were forced to live in for months during a spike in arrivals.</p><p>“Human dignity has no passport and does not lose its value when crossing a border,” Leo said, with rescue ships docked behind him and a simple wooden cross made from a shipwrecked migrant boat nearby.</p><p>Leo is spending the final two days of his weeklong trip to Spain in the Canary Islands, a Spanish archipelago closer to Africa than the Iberian Peninsula and a key point of entry for migrants who make the perilous Atlantic crossing from West Africa.</p><p>He is fulfilling a wish of Pope Francis to visit the islands to commemorate the thousands of lives lost at sea.</p><p>With two migrants standing by him, Leo threw a bouquet of flowers into the sea. The gesture recalled one Francis made in 2013, at the start of his pontificate, when he visited another migration flashpoint in Lampedusa, Sicily and denounced the “globalization of indifference” that the world showed migrants.</p><p>A visit to the ‘dock of shame’</p><p>The Canary Islands have long been a stepping stone for migrants trying to reach Europe from West Africa and Morocco. Some experts consider the Atlantic route they take to get here more deadly than the more well-known central Mediterranean smuggling route from Libya and Tunisia to Italy.</p><p>Migrant arrivals in the Canary Islands peaked in 2024 at nearly 47,000. Following pressure and deals between the European Union, Spain and the governments of several West African nations, arrivals have fallen dramatically, with just over 3,000 people landing there in the first five months of 2026.</p><p>Upon his arrival, Leo went straight to the port in Arguineguín, where in 2020 arrivals reached such numbers that migrants were forced to sleep on the dock in makeshift camps in the open air.</p><p>Many spent weeks just a blanket and no showers. Potential asylum seekers had no proper access to legal advice and some people were held for weeks, much longer than the three days that the law allowed. The ombudsman later forced the government to shutter the makeshift camp and relocate the migrants in hotels that had been emptied by COVID-19.</p><p>A challenge to uphold dignity</p><p>At the port on Thursday, Leo sat under a shaded platform while a fierce midday sun baked down on the migrants and aid workers. He heard testimonies from rescue workers, humanitarian workers and the personal story of a Nigerian victim of human trafficking. Nearby a banner, recalling the port's former nickname, rebaptized it “Dock of Hope.”</p><p>“Dear migrants, before saying anything else to you, I want to bow before your dignity,” Leo said to them, bowing his head slightly.</p><p>Addressing the Nigerian woman and other women who have been trafficked and forced into prostitution, Leo assured them: “If others have put a price on your body, know that God has never ceased to recognize your inestimable worth,” he said.</p><p>He urged countries of origin to create the security and economic conditions so people are not forced to flee, and for transit countries to protect migrants so they don’t fall prey to smugglers. And he appealed to the “conscience of Europe, which cannot claim to uphold human dignity while growing accustomed to the Mediterranean and the Atlantic becoming unmarked graves.”</p><p>In one of the most powerful speeches of his pontificate, dedicated entirely to migration, Leo listed the rights of migrants to flee or remain. But he didn't mention the right of nations to control their borders or limit asylum requests as he has done in the past. And significantly, he insisted that if one is Christian, one cannot ignore the plight of migrants.</p><p>“May history not accuse us of turning the pain of those who suffer into a common sight along our shores,” he said. “Today, here by the sea, every individual that arrives asks us what remains of our humanity. Sooner or later, it will be known whether we protected life or whether we yielded to indifference.”</p><p>Among the migrants waiting for Leo was Mame Amandou Neang, a 56-year-old who arrived in the Arguineguín port from Senegal earlier this year.</p><p>“This is a great honor,” said Neang. “We hope that if we see him, all our problems will stay behind us, we will forget our problems, because we have many things to forget for the moment.”</p><p>The International Organization of Migration’s Missing Migrants Project has recorded some 6,600 deaths on the Atlantic route from West Africa since it began keeping record in 2014. But it admits their estimate is a vast undercount due to the lack of information on the route and the phenomenon of “invisible shipwrecks.”</p><p>Since 2020, Spanish migrants rights group Walking Borders estimates more than 25,000 dead or missing trying to reach the Canary Islands.</p><p>Leo follows in Francis' footsteps in prioritizing migrants</p><p>Francis had made the plight of refugees a hallmark of his papacy, following the Gospel mandate to “welcome the stranger.”</p><p>Leo has followed suit, insisting especially on the dignity of migrants in his native United States amid the Trump administration’s crackdown and mass deportation program.</p><p>Next month, on July 4, the American pope will spend U.S. Independence Day on the island of Lampedusa, where Francis in 2013 first denounced the “globalization of indifference” the world shows migrants.</p><p>___</p><p>Winfield reported from Las Palmas de Gran Canaria, Spain. Brito contributed from Barcelona, Spain.</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/RJMSQV4PGVKPO2FOZSKVZNNCBI.jpg?auth=061bc38200b738de142c0efacfc3c3669fa7c194c3f350f01db4c4fcacc3933f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Pope Leo XIV blesses a migrant during a meeting with organisations working with migrants in Arguineguin at the Canary Islands, Spain, Thursday, June 11, 2026. (AP Photo/Alessandra Tarantino)]]></media:description><media:credit role="author" scheme="urn:ebu">Alessandra Tarantino</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QGH7VWKCTLQ6M7BH6EJCSRY4YI.jpg?auth=82912c0951eba2859f21cdf219a53b3c7847997187ff1f44b91335fa9a1b4f40&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Pope Leo XIV attends a meeting with organizations working with migrants in Arguineguin in Las Palmas de Gran Canaria, Spain, Thursday, June 11, 2026.(AP Photo/Arturo Rodriguez)]]></media:description><media:credit role="author" scheme="urn:ebu">Arturo Rodriguez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GZA5H42QB6P7RL27PJZZWPZCBE.jpg?auth=f2aa45085b2e410e94a5f71a81cd6ef05853b20f0ac55ab37147b732d1f64845&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Pope Leo XIV throws a bouquet of flowers into the sea, flanked by migrants, during a meeting with organisations working with migrants in Arguineguin at the Canary Islands, Spain, Thursday, June 11, 2026. (AP Photo/Alessandra Tarantino)]]></media:description><media:credit role="author" scheme="urn:ebu">Alessandra Tarantino</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QEJ7HVL7O5BWP7VXIDNZKMCZTQ.jpg?auth=befa6eba532f1ffba402a32f655907c1bf1c07884c4827f59332b6cf868089cb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Pope Leo XIV attends a meeting with organisations working with migrants in Arguineguin at the Canary Islands, Spain, Thursday, June 11, 2026. (AP Photo/Alessandra Tarantino)]]></media:description><media:credit role="author" scheme="urn:ebu">Alessandra Tarantino</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NT3QLTBKWUW46TMHHKDQ3Q2IZQ.jpg?auth=c48990484a702d4f7b4885a18f389de3c5700eece2efb8cfc153a92ae3fddd57&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Pope Leo XIV attends a meeting with organizations working with migrants in Arguineguin in Las Palmas de Gran Canaria, Spain, Thursday, June 11, 2026.(AP Photo/Arturo Rodriguez)]]></media:description><media:credit role="author" scheme="urn:ebu">Arturo Rodriguez</media:credit></media:content></item></channel></rss>