<?xml version="1.0" encoding="UTF-8"?><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:media="http://search.yahoo.com/mrss/" version="2.0"><channel><title><![CDATA[WPLG]]></title><link>https://www.local10.com</link><atom:link href="https://www.local10.com/arc/outboundfeeds/google-news-feed/" rel="self" type="application/rss+xml"/><description><![CDATA[WPLG News Feed]]></description><lastBuildDate>Fri, 10 Apr 2026 21:42:59 +0000</lastBuildDate><language>en</language><ttl>1</ttl><sy:updatePeriod>hourly</sy:updatePeriod><sy:updateFrequency>1</sy:updateFrequency><item><title><![CDATA[Miami-Dade condo building manager accused of soliciting, accepting kickback payments ]]></title><link>https://www.local10.com/news/local/2026/04/10/miami-dade-condo-building-manager-accused-of-soliciting-accepting-kickback-payments/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/10/miami-dade-condo-building-manager-accused-of-soliciting-accepting-kickback-payments/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[A Miami-Dade condo building manager was arrested Thursday on multiple charges, authorities announced.]]></description><pubDate>Fri, 10 Apr 2026 11:50:46 +0000</pubDate><content:encoded><![CDATA[<p>A Miami-Dade condo building manager was arrested Thursday on multiple charges, authorities announced.</p><p><a href="https://www.local10.com/espanol/2026/04/10/acusan-a-administrador-de-condominio-en-miami-dade-de-solicitar-y-aceptar-sobornos/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/04/10/acusan-a-administrador-de-condominio-en-miami-dade-de-solicitar-y-aceptar-sobornos/">Leer en español</a></p><p>According to the Miami-Dade Sheriff’s Office, Maria Del Carmen Alvarez-Concepcion, 57, was arrested Thursday afternoon on charges of soliciting/accepting kickback payments, organized fraud and second-degree grand theft.</p><p>An arrest report states that a current board member and homeowner at the Greynolds Park Club Condominium Association, located at 17890 W. Dixie Highway, contacted MDSO about concerns he had regarding the mismanagement of association funds by certain members of the board of directors and the on-site building manager, identified as Alvarez-Concepcion.</p><p>Detectives said the board member told detectives that on Jan. 23, he was approached by a contracted vendor who reported that Alvarez-Concepcion had been soliciting and accepting kickback payments “in the form of cash and Zelle transfers.”</p><p>The report states that the board member “further reported longstanding concerns regarding the defendant’s exclusive control over multimillion dollar contracts, lack of financial transparency, questionable fees, missing records, and the exclusion of certain board members from major association decisions.”</p><p>According to the report, the vendor who spoke with the board member met with detectives on Feb. 13 and corroborated the information initially provided by the board member.</p><p>Detectives said that the vendor claimed that between March 7, 2025, and Dec. 5, 2025, Alvarez-Concepcion repeatedly solicited and accepted kickback payments, saying that he paid her about $19,910 in cash and Zelle transfers during that time period.</p><p>Authorities said the payments were not authorized by the association and were “intentionally concealed from the board of directors.”</p><p>According to the report, between Feb. 18 and March 19 of this year, Alvarez-Concepcion accepted an additional $1,000 in kickback payments.</p><p>In total, she is believed to have accepted $20,910 in “undisclosed kickback payments,” authorities said.</p><p>According to the arrest report, Alvarez-Concepcion was located Thursday afternoon in the parking lot of the condominium community and was taken into custody.</p><p>Detectives said she provided them with a “self-serving” statement, in which she “admitted to accepting kickback payments while acting in her position as an on-site manager.”</p><p>“This arrest reflects our commitment to protecting residents and holding accountable those who exploit positions of trust, and we will continue to aggressively combat association fraud in our community,” Sheriff Rosie Cordero-Stutz said in a statement.</p><p>As of Friday morning, Alvarez-Concepcion was being held at the Turner Guilford Knight Correctional Center. Online jail records listed her bond at $10,000, which she has since posted. </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[Video shows man exposing himself, grabbing unsuspecting woman from behind in Weston]]></title><link>https://www.local10.com/news/local/2026/04/10/video-shows-man-exposing-himself-grabbing-unsuspecting-woman-from-behind-in-weston/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/10/video-shows-man-exposing-himself-grabbing-unsuspecting-woman-from-behind-in-weston/</guid><dc:creator><![CDATA[Jenise Fernandez, Chris Gothner]]></dc:creator><description><![CDATA[Broward Sheriff’s Office deputies are looking for a suspect they said was caught on video exposing himself and then attacking a woman as she sat in the grass near a golf course in Weston.]]></description><pubDate>Fri, 10 Apr 2026 20:35:34 +0000</pubDate><content:encoded><![CDATA[<p>Broward Sheriff’s Office deputies are looking for a suspect they said was caught on video exposing himself and then attacking a woman as she sat in the grass near a golf course in Weston.</p><p><a href="https://www.local10.com/espanol/2026/04/10/video-muestra-a-hombre-exponiendose-y-manoseando-por-detras-a-mujer-desprevenida-en-weston/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/04/10/video-muestra-a-hombre-exponiendose-y-manoseando-por-detras-a-mujer-desprevenida-en-weston/">Leer en español</a></p><p>Deputies said it happened just before 4:40 p.m. near the 16500 block of Golf Club Road, near the Bonaventure Golf Club.</p><p>Authorities said the video shows “a light-skinned male wearing a khaki hoodie and distinctive red and black pants exposing and pleasuring himself in an adjacent parking lot,” then “slowly approaching the victim, surveying his surroundings and removing his shoes before grabbing her from behind.”</p><p>“She struggled with the attacker before he got up, put on his shoes, and ran to a nearby scooter, which he used to flee the scene,” a BSO news release states.</p><p>Anyone with information on the suspect is being asked to call BSO Detective Michael Kravecz at 954-626-4006 or Broward Crime Stoppers at 954-493-8477.</p><p>According to BSO, tips leading to an arrest “are eligible for a reward of up to $5,000.”</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Video muestra a hombre exponiéndose y manoseando por detrás a mujer desprevenida en Weston]]></title><link>https://www.local10.com/espanol/2026/04/10/video-muestra-a-hombre-exponiendose-y-manoseando-por-detras-a-mujer-desprevenida-en-weston/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/10/video-muestra-a-hombre-exponiendose-y-manoseando-por-detras-a-mujer-desprevenida-en-weston/</guid><dc:creator><![CDATA[Jenise Fernandez, Chris Gothner]]></dc:creator><description><![CDATA[Los agentes de la Oficina del Sheriff del Condado de Broward están buscando a un sospechoso que, según dicen, fue grabado en video exhibiéndose y luego atacando a una mujer que estaba sentada en el césped cerca de un campo de golf en Weston.]]></description><pubDate>Fri, 10 Apr 2026 21:30:59 +0000</pubDate><content:encoded><![CDATA[<p>Agentes de la Oficina del Sheriff de Broward buscan a un sospechoso que, según dijeron, fue captado en video exponiéndose y luego atacando a una mujer mientras estaba sentada en el césped cerca de un campo de golf en Weston.</p><p>Los agentes indicaron que ocurrió poco antes de las 4:40 p.m. cerca de la cuadra 16500 de Golf Club Road, en las inmediaciones del Bonaventure Golf Club.</p><p>Las autoridades dijeron que el video muestra “a un hombre de tez clara, vestido con una sudadera con capucha color caqui y pantalones distintivos rojos y negros, exponiéndose y tocándose en un estacionamiento cercano”, y luego “acercándose lentamente a la víctima, observando a su alrededor y quitándose los zapatos antes de sujetarla por detrás”.</p><p>“Ella forcejeó con el atacante antes de que él se levantara, se pusiera los zapatos y corriera hacia un scooter cercano, que utilizó para huir de la escena”, señala un comunicado de BSO.</p><p>Cualquier persona con información sobre el sospechoso debe llamar al detective de BSO Michael Kravecz al 954-626-4006 o a Broward Crime Stoppers al 954-493-8477.</p><p>Según BSO, las pistas que conduzcan a un arresto “pueden ser elegibles para una recompensa de hasta $5,000 USD”.</p>]]></content:encoded></item><item><title><![CDATA[Single mother of 6 girls carries family through darkest of times through love, perseverance ]]></title><link>https://www.local10.com/news/local/2026/04/10/single-mother-of-6-girls-carries-family-through-darkest-of-times-through-love-perseverance/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/10/single-mother-of-6-girls-carries-family-through-darkest-of-times-through-love-perseverance/</guid><dc:creator><![CDATA[Mayte Padron]]></dc:creator><description><![CDATA[Good news is living and powerful in South Florida, and it can be found even in the midst of adversity. ]]></description><pubDate>Fri, 10 Apr 2026 17:59:26 +0000</pubDate><content:encoded><![CDATA[<p>Good news is living and powerful in South Florida, and it can be found even in the midst of adversity. </p><p>Oneka Davis is an example of that.</p><p><a href="https://www.local10.com/espanol/2026/04/10/madre-soltera-de-seis-ninas-saca-adelante-a-su-familia-en-tiempos-dificiles-con-amor-y-perseverancia/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/04/10/madre-soltera-de-seis-ninas-saca-adelante-a-su-familia-en-tiempos-dificiles-con-amor-y-perseverancia/">Leer en español</a></p><p>She’s a mom whose love and perseverance carried her family through the darkest of times. </p><p>Three years ago, the 38-year-old mother of six girls was abandoned by the person she trusted most. </p><p>“My husband decided he no longer wanted to pay bills. He no longer wanted to help,” Oneka said. “So he packed up and he left me with our daughters.” </p><p>He also left them without a home. Oneka’s salary as a full-time county track repair technician wasn’t enough to cover the rent.</p><p>“We stayed at hotels,” she said. “From there, it was back to square one, living out of my car.” </p><p>“Your daughters are with you in your car?” Local 10’s Mayte Padron asked.</p><p>“Yes,” Oneka said. </p><p>“So, it’s you and your six daughters?” Padron asked.</p><p>“Yes,” Oneka responded. </p><p>Oneka’s daughter, Melanie, 15, shared what it was like for her. </p><p>“At first, I didn’t understand. I was very confused,” she said. “It was very hard. We would search for a place, but then they would turn us down.”</p><p>The family lived this way for 2 1/2 years. And during that time, they were hit by another crisis. Oneka’s youngest daughter, Noa, was diagnosed with a brain tumor. </p><p>“She had brain surgery at 3 years old,” Oneka said. “Everything was removed successfully.”</p><p>“She made it through. She’s healthy,” Oneka added. </p><p>And it was the love of family and love of community that changed the course of the family’s lives. </p><p>“My union got involved and my union reached out to <a href="https://chapmanpartnership.org/" target="_self" rel="" title="https://chapmanpartnership.org/">Chapman Partnership </a>and Chapman immediately stepped in to help,” Oneka said. </p><p>Chapman Partnership is a leading emergency housing provider in Miami-Dade County.</p><p>“We are just incredibly blessed to be able to help families, like Oneka and her family, to transition themselves very rapidly into stable housing,” Kavaja Sarduy, Vice President of Operations for Chapman Partnership, said. </p><p>“I am so thankful to have a roof over my head, to be able not to worry about them being safe. I know that they are safe,” Oneka said. </p><p>Natalia, Melanie, Paris, Hazel, Justise and little Noa are indeed safe, happy and very grateful for their mom.</p><p>“Mom, I want to tell you that you are a vessel in my life and I love you dearly,” Natalia said. </p><p>This is only the first chapter in Oneka’s story and we hope to bring you another update soon. </p><p>Until then, it’s important to point out that Oneka does not receive any government assistance -- not for food or for rent.</p><ul><li><i><b>To donate:</b></i>&nbsp;If you’d like to make a monetary donation toward a Good News South Florida story or project,&nbsp;<a href="https://miami.fcsuite.com/erp/donate/create/fund?funit_id=3700" target="_self" rel="" title="https://miami.fcsuite.com/erp/donate/create/fund?funit_id=3700">click here.</a>&nbsp;Local 10 has established the Local 10 Fund with The Miami Foundation and 100% of your donation will go toward the cause you designate in the “additional information” box.</li><li><i><b>To volunteer or submit a story idea:</b></i>&nbsp;If you’d like to volunteer for a Good News South Florida project or would like to submit a story for consideration, email&nbsp;<a href="mailto:goodnews@local10.com">goodnews@local10.com</a>.</li></ul><p>Good News South Florida airs Fridays on the Local 10 morning news at 10 a.m. It will encore Fridays at 3:30 p.m. and Sunday mornings, beginning at 6 a.m.</p><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[Madre soltera de seis niñas saca adelante a su familia en tiempos difíciles con amor y perseverancia]]></title><link>https://www.local10.com/espanol/2026/04/10/madre-soltera-de-seis-ninas-saca-adelante-a-su-familia-en-tiempos-dificiles-con-amor-y-perseverancia/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/10/madre-soltera-de-seis-ninas-saca-adelante-a-su-familia-en-tiempos-dificiles-con-amor-y-perseverancia/</guid><dc:creator><![CDATA[Mayte Padron]]></dc:creator><description><![CDATA[Las buenas noticias están presentes y son poderosas en el sur de Florida, y se pueden encontrar incluso en medio de la adversidad.]]></description><pubDate>Fri, 10 Apr 2026 21:24:59 +0000</pubDate><content:encoded><![CDATA[<p>Las buenas noticias están vivas y son poderosas en el sur de Florida, y pueden encontrarse incluso en medio de la adversidad.</p><p>Oneka Davis es un ejemplo de ello.</p><p>Es una madre cuyo amor y perseverancia sacaron a su familia adelante en los momentos más difíciles.</p><p>Hace tres años, la madre de 38 años y seis hijas fue abandonada por la persona en la que más confiaba.</p><p>“Mi esposo decidió que ya no quería pagar las cuentas. Ya no quería ayudar”, dijo Oneka. “Así que empacó sus cosas y me dejó con nuestras hijas”.</p><p>También las dejó sin hogar. El salario de Oneka como técnica de reparación de pistas del condado a tiempo completo no era suficiente para cubrir el alquiler.</p><p>“Nos quedamos en hoteles”, dijo. “De ahí, volvimos al punto de partida, viviendo en mi carro”.</p><p>“¿Tus hijas estaban contigo en el carro?”, preguntó Mayte Padron de Local 10.</p><p>“Sí”, respondió Oneka.</p><p>“¿Eran tú y tus seis hijas?”, preguntó Padron.</p><p>“Sí”, respondió Oneka.</p><p>La hija de Oneka, Melanie, de 15 años, compartió cómo fue esa experiencia.</p><p>“Al principio, no entendía. Estaba muy confundida”, dijo. “Fue muy difícil. Buscábamos un lugar, pero nos rechazaban”.</p><p>La familia vivió así durante 2 años y medio. Y durante ese tiempo, enfrentaron otra crisis. La hija menor de Oneka, Noa, fue diagnosticada con un tumor cerebral.</p><p>“Tuvo una cirugía cerebral a los 3 años”, dijo Oneka. “Todo fue removido con éxito”.</p><p>“Salió adelante. Está saludable”, agregó.</p><p>Y fue el amor de la familia y de la comunidad lo que cambió el rumbo de sus vidas.</p><p>“Mi sindicato se involucró y contactó a <a href="https://chapmanpartnership.org/" target="_blank" rel="noreferrer" title="https://chapmanpartnership.org/">Chapman Partnership</a>, y Chapman intervino de inmediato para ayudar”, dijo Oneka.</p><p>Chapman Partnership es uno de los principales proveedores de vivienda de emergencia en el condado Miami-Dade.</p><p>“Nos sentimos increíblemente bendecidos de poder ayudar a familias como la de Oneka a hacer una transición rápida hacia una vivienda estable”, dijo Kavaja Sarduy, vicepresidenta de operaciones de Chapman Partnership.</p><p>“Estoy muy agradecida de tener un techo sobre mi cabeza, de no tener que preocuparme por su seguridad. Sé que están seguras”, dijo Oneka.</p><p>Natalia, Melanie, Paris, Hazel, Justise y la pequeña Noa están seguras, felices y muy agradecidas con su madre.</p><p>“Mamá, quiero decirte que eres una bendición en mi vida y te amo mucho”, dijo Natalia.</p><p>Este es solo el primer capítulo en la historia de Oneka y esperamos poder traer otra actualización pronto.</p><p>Hasta entonces, es importante señalar que Oneka no recibe ninguna asistencia gubernamental, ni para alimentos ni para el alquiler.</p><ul><li><b>Para donar</b>: Si desea hacer una donación monetaria para una historia o proyecto de Good News South Florida, <a href="https://miami.fcsuite.com/erp/donate/create/fund?funit_id=3700" target="_blank" rel="noreferrer" title="https://miami.fcsuite.com/erp/donate/create/fund?funit_id=3700">haga clic aquí</a>. Local 10 ha establecido el Local 10 Fund con The Miami Foundation y el 100% de su donación se destinará a la causa que usted designe en el campo de “información adicional”.</li><li><b>Para ser voluntario o enviar una idea</b>: Si desea ser voluntario en un proyecto de Good News South Florida o enviar una historia para consideración, envíe un correo electrónico a <a href="goodnews@local10.com" target="_blank" rel="noreferrer" title="goodnews@local10.com">goodnews@local10.com</a>.</li></ul><p>Good News South Florida se transmite los viernes en el noticiero matutino de Local 10 a las 10 a.m. y se retransmite los viernes a las 3:30 p.m. y los domingos por la mañana a partir de las 6 a.m.</p>]]></content:encoded></item><item><title><![CDATA[Report details Sunrise domestic case that led to chase, crash, several hurt]]></title><link>https://www.local10.com/news/local/2026/04/10/report-details-sunrise-domestic-case-that-led-to-chase-crash-several-hurt/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/10/report-details-sunrise-domestic-case-that-led-to-chase-crash-several-hurt/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Local 10 News obtained an arrest report detailing a domestic violence case that preceded a police pursuit involving a suspect in Sunrise that ended in a rollover crash in Fort Lauderdale and left several people hurt.]]></description><pubDate>Fri, 10 Apr 2026 17:56:35 +0000</pubDate><content:encoded><![CDATA[<p>Local 10 News obtained an arrest report detailing a domestic violence case that preceded a police pursuit involving a suspect in Sunrise that ended in a rollover <a href="https://www.local10.com/news/local/2026/04/09/police-pursuit-ends-in-rollover-crash-several-hospitalized-in-fort-lauderdale/" target="_self" rel="" title="https://www.local10.com/news/local/2026/04/09/police-pursuit-ends-in-rollover-crash-several-hospitalized-in-fort-lauderdale/">crash in Fort Lauderdale and left several people hurt.</a></p><p><a href="https://www.local10.com/espanol/2026/04/10/reporte-detalla-caso-domestico-en-sunrise-que-provoco-persecucion-choque-y-varios-heridos/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/04/10/reporte-detalla-caso-domestico-en-sunrise-que-provoco-persecucion-choque-y-varios-heridos/">Leer en español</a></p><p>Sunrise police identified the suspect as 24-year-old Thomas Jamaine Roberson.</p><p>On Thursday, the victim told police about a domestic violence incident involving her boyfriend, Roberson, with whom she had been in a relationship for five to six months, according to the report.</p><p>Police said the victim is about 10 weeks pregnant with Roberson’s child, and the two lived together as a family.</p><p>The victim said that around midnight Thursday, she asked Roberson to return her cellphone after the couple got into an argument at a home in Sunrise.</p><p>Roberson initially denied having the phone but later retrieved it from under a pillow inside the home they shared, the report states.</p><p>Shortly after, police said Roberson left the home and took the victim’s vehicle, which was registered to her grandmother but in the victim’s care, along with her cellphone and other property.</p><p>About an hour later, they said Roberson returned to the home but refused to give the phone back. </p><p>The victim then reminded Roberson that she was pregnant, to which he responded, “I don’t care,” the report states.</p><p>Sunrise police said the victim later found Roberson’s loaded gun hidden inside the home in a laundry basket under clothing.</p><p>Shortly after, they said Roberson then pulled the victim, tearing her shirt and causing her to fall onto her neck.</p><p>The report states that Roberson refused to call 911, and the victim remained on the floor for about an hour after the incident.</p><p>Police said the victim attempted to flee the home multiple times, but at least twice Roberson “restrained her and brought her back inside against her will.”</p><p>The victim later fell asleep, then woke up and requested her phone. Roberson gave it to her after she handed him the gun, according to the report.</p><p>Police said the victim then gathered her two children, ages 2 and 3, and attempted to leave on foot when Roberson used his vehicle to block her path and “forcibly took both children from her custody without her consent, placing them into the vehicle without proper constraints.” Investigators noted Roberson is not the father of the children.</p><p>The victim then attempted to call 911 using her laptop, but Roberson allegedly grabbed it and threw it to prevent her from calling, police said.</p><p>They said the victim later fled and located her two children inside a vehicle before driving away and calling 911.</p><p>While on the phone with dispatchers, police said Roberson located the victim, forcibly entered her vehicle to turn off the ignition and took her phone.</p><p>He then attempted to remove her from the vehicle and threatened to kill her before fleeing with the vehicle while one of the children was still inside, according to the report.</p><p>A short time later, police said Roberson released the child to the victim and returned to the home, where she observed “extensive property damage, including overturned furniture, destroyed food items, and damaged electronics valued in excess of $1,000.”</p><p>Roberson was later located in Fort Lauderdale, where police said he fled from a traffic stop, leading to a pursuit that ended in a rollover crash near Powerline Road and Northwest 12th Street.</p><p>Fort Lauderdale police said the crash involved a vehicle, which overturned after being struck. They said several people, including Roberson, were taken to Broward Health Medical Center with minor injuries. </p><p>Jail records show Roberson is facing charges including robbery with carjacking, aggravated battery of a pregnant female, obstruction of justice, grand theft of a vehicle, child neglect and interfering with custody of a minor.</p><p>As of Friday morning, he was being held without bond at the Broward County Main Jail and ordered to have no contact with any victims or to possess firearms, weapons or ammunition.</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/OUXRCLLLPBFD7BNYXD2EB64ZTI.jpg?auth=b0b78e2fdb930eeeaa7fa6d3cdf17115ad286d642fdbe049964392896121bb65&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Reporte detalla caso doméstico en Sunrise que provocó persecución, choque y varios heridos]]></title><link>https://www.local10.com/espanol/2026/04/10/reporte-detalla-caso-domestico-en-sunrise-que-provoco-persecucion-choque-y-varios-heridos/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/10/reporte-detalla-caso-domestico-en-sunrise-que-provoco-persecucion-choque-y-varios-heridos/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[El canal Local 10 News obtuvo un informe de arresto que detalla un caso de violencia doméstica que precedió a una persecución policial en Sunrise que involucró a un sospechoso y que terminó en un accidente con vuelco en Fort Lauderdale, dejando a varias personas heridas.]]></description><pubDate>Fri, 10 Apr 2026 21:14:33 +0000</pubDate><content:encoded><![CDATA[<p>Local 10 News obtuvo un informe de arresto que detalla un caso de violencia doméstica que precedió una persecución policial que involucró a un sospechoso en Sunrise y que terminó en un <a href="https://www.local10.com/espanol/2026/04/09/termina-en-volcadura-persecucion-policial-varios-hospitalizados-en-fort-lauderdale/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/04/09/termina-en-volcadura-persecucion-policial-varios-hospitalizados-en-fort-lauderdale/">choque con volcadura en Fort Lauderdale, dejando a varias personas heridas.</a></p><p>La policía de Sunrise identificó al sospechoso como Thomas Jamaine Roberson, de 24 años.</p><p>El jueves, la víctima informó a la policía sobre un incidente de violencia doméstica con su novio, Roberson, con quien mantenía una relación de cinco a seis meses, según el informe.</p><p>La policía indicó que la víctima tiene aproximadamente 10 semanas de embarazo de Roberson y que ambos vivían juntos como familia.</p><p>La víctima dijo que alrededor de la medianoche del jueves le pidió a Roberson que le devolviera su teléfono celular después de una discusión en una vivienda en Sunrise.</p><p>Roberson inicialmente negó tener el teléfono, pero luego lo sacó de debajo de una almohada dentro de la casa que compartían, según el informe.</p><p>Poco después, la policía indicó que Roberson salió de la vivienda y se llevó el vehículo de la víctima, registrado a nombre de su abuela pero bajo su cuidado, junto con su teléfono y otras pertenencias.</p><p>Aproximadamente una hora después, regresó a la vivienda, pero se negó a devolver el teléfono.</p><p>La víctima le recordó que estaba embarazada, a lo que él respondió: “No me importa”, según el informe.</p><p>La policía de Sunrise indicó que la víctima luego encontró el arma cargada de Roberson escondida dentro de la casa en una canasta de ropa debajo de prendas.</p><p>Poco después, dijeron que Roberson la jaló, rompiéndole la camisa y provocando que cayera sobre su cuello.</p><p>El informe indica que Roberson se negó a llamar al 911 y que la víctima permaneció en el suelo durante aproximadamente una hora tras el incidente.</p><p>La policía dijo que la víctima intentó huir de la vivienda en múltiples ocasiones, pero al menos dos veces Roberson “la retuvo y la llevó de regreso al interior en contra de su voluntad”.</p><p>La víctima se quedó dormida y luego despertó y pidió su teléfono. Roberson se lo devolvió después de que ella le entregó el arma, según el informe.</p><p>La policía indicó que la víctima reunió a sus dos hijos, de 2 y 3 años, e intentó irse a pie, cuando Roberson utilizó su vehículo para bloquearle el paso y “le quitó por la fuerza a ambos niños sin su consentimiento, colocándolos en el vehículo sin las debidas sujeciones”. Los investigadores señalaron que Roberson no es el padre de los menores.</p><p>La víctima intentó llamar al 911 usando su computadora portátil, pero Roberson presuntamente la tomó y la lanzó para impedir la llamada, según la policía.</p><p>Posteriormente, la víctima logró huir, encontró a sus dos hijos dentro de un vehículo y se fue conduciendo mientras llamaba al 911.</p><p>Mientras hablaba con los operadores, la policía indicó que Roberson la localizó, entró por la fuerza al vehículo para apagarlo y le quitó el teléfono.</p><p>Luego intentó sacarla del vehículo y la amenazó de muerte antes de huir con el auto mientras uno de los niños aún estaba dentro, según el informe.</p><p>Poco tiempo después, la policía dijo que Roberson devolvió al menor a la víctima y regresó a la vivienda, donde ella observó “daños extensos a la propiedad, incluyendo muebles volcados, alimentos destruidos y aparatos electrónicos dañados valorados en más de $1,000 USD”.</p><p>Roberson fue localizado más tarde en Fort Lauderdale, donde la policía indicó que huyó de una parada de tráfico, lo que provocó una persecución que terminó en un choque con volcadura cerca de Powerline Road y la calle 12 del noroeste.</p><p>La policía de Fort Lauderdale indicó que el choque involucró a otro vehículo que volcó tras ser impactado. Varias personas, incluido Roberson, fueron trasladadas al Broward Health Medical Center con heridas leves.</p><p>Registros de la cárcel muestran que Roberson enfrenta cargos que incluyen robo con robo de vehículo, agresión agravada contra una mujer embarazada, obstrucción de la justicia, hurto mayor de un vehículo, negligencia infantil e interferencia con la custodia de un menor.</p><p>Hasta la mañana del viernes, permanecía detenido sin derecho a fianza en la cárcel principal del condado Broward y se le ordenó no tener contacto con las víctimas ni poseer armas de fuego, armas o municiones.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/OUXRCLLLPBFD7BNYXD2EB64ZTI.jpg?auth=b0b78e2fdb930eeeaa7fa6d3cdf17115ad286d642fdbe049964392896121bb65&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Scottie Scheffler has 2 shots in the water and his first round over par in the Masters in 3 years]]></title><link>https://www.local10.com/sports/2026/04/10/scottie-scheffler-has-2-shots-in-the-water-and-his-first-round-over-par-in-the-masters-in-3-years/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/04/10/scottie-scheffler-has-2-shots-in-the-water-and-his-first-round-over-par-in-the-masters-in-3-years/</guid><dc:creator><![CDATA[By DOUG FERGUSON, Associated Press]]></dc:creator><description></description><pubDate>Fri, 10 Apr 2026 21:13:14 +0000</pubDate><content:encoded><![CDATA[<p>AUGUSTA, Ga. (AP) — Scottie Scheffler battled back from two bogeys and was even par for the second round, still very much in the mix Friday at the Masters and still with a pair of par 5s to play. The world's No. 1 player was not expecting two shots into the water.</p><p>Scheffler hit 3-iron into a tributary of Rae's Creek on the par-5 13th, and his second shot into the par-5 15th went over the green and rolled into the pond on the 16th hole.</p><p>Both led to bogeys, and he didn't recover. His 2-over 74 was his first round over par at the Masters since a 75 in the second round in 2023.</p><p>“It was frustrating to get it back to even, have a couple of par 5s in front of me, and then not do many things I felt wrong and wasn't able to convert basically anything coming down the stretch,” said Scheffler, who was at even-par 144.</p><p>The water balls stand out. Scheffler tried to play a draw into the 13th, a deceptively difficult shot because the ball is slightly above the feet but a shot not cleanly struck tends to stay out to the right, and that's where the trouble is.</p><p>“I just tried to kind of swing it with the slope and just didn’t catch it that solid and kind of hung out there,” Scheffler said. “But that was one ... to that pin specifically that’s a shot that I could get in there close, so I felt like it was worth the risk of going for it.”</p><p>The real problem was his putting. He didn't make many, mainly an issue of speed more than line.</p><p>“I felt like I definitely played better than my score,” he said.</p><p>Scheffler, trying to win his third Masters in the last five years, now has a big climb. The two times he won, he went into the weekend with at least a share of the lead.</p><p>Li feels sick but still shows major form</p><p>The majors seem to bring out the best in Haotong Li of China, even when he's so sick he wonders if he can even play.</p><p>Such was the case Friday at the Masters. Li said he was in the bathroom most of the night and “kind of live in the toilet” even when he got to Augusta National. And then he made four straight birdies on the back nine and shot 69 to finish at 4-under 140.</p><p>“I didn’t hit many balls on the driving range. I was feeling really, really bad,” Li said. “No energy, fuzzy, want to throw up something. I actually just planned to play a few holes, see how it goes. If really sick, then I probably just decide not to. So glad I survived today.”</p><p>Li closed out the 2017 British Open at Royal Birkdale with a 63. Three years later, he opened 67-65 at Harding Park in the PGA Championship to become China's first player to lead after any round of a major championship.</p><p>No low amateur this year</p><p>For the second straight year, none of the amateurs will be sticking around for the weekend.</p><p>That's not to suggest they all are leaving disappointed, and some of them are not in any hurry to leave at all.</p><p>“My friends were telling me, ‘Thank you for inviting me, it was awesome to see you.’ Yeah, I would love to have played better, but it's fine,” Mateo Pulcini of Argentina said after going 81-78. “We're going to keep having fun. We're going to come to watch tomorrow and Sunday and enjoy the moment and the tournament.”</p><p>Amateurs have access to stay in the Crow's Nest in the top of the clubhouse even if they fail to make the 36-hole cut.</p><p>Fifa Laopakdee of Thailand, who won the Asia-Pacific Amateur, had rounds of 80-75. He also had the pleasure of spending two rounds with Fred Couples, who even at 66 oozes charisma and cool.</p><p>“Oh, man, if you give me an hour I can write 100 bullet points what I learned this week,” said Laopakdee, who plays at Arizona State. “Play with Freddie and Min Woo (Lee), I learned a lot. If you watch Freddie first 14 holes (Thursday), it was perfect golf.”</p><p>Koepka is in the mix</p><p>Brooks Koepka's first mission was to get in the mix in his return to the PGA Tour after four years with Saudi-funded LIV Golf. He didn't think it would take until the Masters, but here he is.</p><p>Koepka has made 11 birdies through two rounds, enough to offset some soft bogeys. He had a 69 on Friday and goes into the weekend at 3-under 141. Key to his second round was changing the setting on his driver and getting the ball in play.</p><p>“Ball-striking has been really good this week. Putted better today. Short game has been kind of iffy,” he said. “But I like the way I’m playing right now. Just need to be a little bit more aggressive.”</p><p>Tom Watson was critical of the PGA Tour for letting Koepka return under a program that kept Koepka from getting equity grants for five years and not having access to bonus money this year. Watson felt the tour reneged on its promise to ban LIV players for life. If anything, he said Koepka or anyone else should have spent a year on the Korn Ferry Tour.</p><p>“I would have to look at exactly what he said. Just going off your summary, everybody is entitled to their own opinion,” Koepka said. “He’s not the first person that’s thought that. I’m just grateful to be out here. The people that make those decisions let me out here. If you’re going to get the opportunity to come back out, you’re going to take it.”</p><p>___</p><p>AP golf: https://apnews.com/hub/golf</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/5TQ7MI3AAH3B2KJRXLZQEUI4HU.jpg?auth=ae30deea56ee1d366dffae78a793ee11dba8ac5bcf547cccfdb1c13d52d14c9d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Scottie Scheffler chips to the green on the second hole during the second round of the Masters golf tournament at the Augusta National Golf Club, Friday, April 10, 2026, in Augusta, Ga. (AP Photo/David J. Phillip)]]></media:description><media:credit role="author" scheme="urn:ebu">David J. Phillip</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/N64T7U6HHE72DNVKXJAUCYWHQU.jpg?auth=12c2ee855f7ec9a06cc1919906adc175ccacf6f6dec2f77ed1a5b3b5a87383a3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Scottie Scheffler chips to the green on the 13th hole during the second round of the Masters golf tournament at the Augusta National Golf Club, Friday, April 10, 2026, in Augusta, Ga. (AP Photo/Matt Slocum)]]></media:description><media:credit role="author" scheme="urn:ebu">Matt Slocum</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VWGAKTTDQWCPYMMMKVRLZA5ROM.jpg?auth=32f48f64d3766ed0c2dabd1766c73442cfaed4f60eb6d727bbf1a53b30600a88&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Haotong Li, of China, waits to play on the second hole during the second round of the Masters golf tournament at the Augusta National Golf Club, Friday, April 10, 2026, in Augusta, Ga. (AP Photo/Gerald Herbert)]]></media:description><media:credit role="author" scheme="urn:ebu">Gerald Herbert</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6N7QXNPVGVN63YZAC63XNOMZWM.jpg?auth=be9195ce2c0f8c951f4586c64e3a9b0ed7165b0b4866716fa09deca77df3d7a2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Mateo Pulcini, of Argentina, hits from the bunker on the third hole during the second round of the Masters golf tournament at the Augusta National Golf Club, Friday, April 10, 2026, in Augusta, Ga. (AP Photo/Ashley Landis)]]></media:description><media:credit role="author" scheme="urn:ebu">Ashley Landis</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/OHEVI6WJNVB6UUKGWSVRRO27DM.jpg?auth=fc3c43172f5bb8d05724e22a09051f869dcf88fc1275315e5d5be389000aa7b3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Brooks Koepka waves after his putt on the 13th hole during the second round of the Masters golf tournament at the Augusta National Golf Club, Friday, April 10, 2026, in Augusta, Ga. (AP Photo/Matt Slocum)]]></media:description><media:credit role="author" scheme="urn:ebu">Matt Slocum</media:credit></media:content></item><item><title><![CDATA[Woman accused of dumping kittens in Wilton Manors park faces animal cruelty charges]]></title><link>https://www.local10.com/news/local/2026/04/09/woman-accused-of-dumping-kittens-in-wilton-manors-park-faces-animal-cruelty-charges/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/09/woman-accused-of-dumping-kittens-in-wilton-manors-park-faces-animal-cruelty-charges/</guid><dc:creator><![CDATA[Bridgette Matter, Christian De La Rosa]]></dc:creator><description><![CDATA[A 29-year-old woman is facing multiple animal cruelty and abandonment charges after investigators say she dumped five kittens in a park on Easter morning.]]></description><pubDate>Fri, 10 Apr 2026 02:36:12 +0000</pubDate><content:encoded><![CDATA[<p>A 29-year-old woman is facing multiple animal cruelty and abandonment charges after investigators say <a href="https://www.local10.com/pets/2026/04/06/video-shows-woman-abandoning-kittens-at-wilton-manors-2-remain-up-for-adoption/" target="_self" rel="" title="https://www.local10.com/pets/2026/04/06/video-shows-woman-abandoning-kittens-at-wilton-manors-2-remain-up-for-adoption/">she dumped five kittens in a park on Easter morning.</a></p><p><a href="https://www.local10.com/espanol/2026/04/10/acusan-a-mujer-de-abandonar-gatitos-en-parque-de-wilton-manors-enfrenta-cargos-por-crueldad-animal/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/04/10/acusan-a-mujer-de-abandonar-gatitos-en-parque-de-wilton-manors-enfrenta-cargos-por-crueldad-animal/">Leer en español</a></p><p>Wilton Manors police say Katherine Luciano left the kittens at Donn Eisele Park around 10 a.m. on Sunday. Surveillance video from a nearby home shows a red sedan pulling up, with a taped cardboard box inside.</p><p>Moments later, the five baby kittens spill out onto the ground as the woman walks away. </p><p>“While walking back to the car, the defendant is heard asking the male she is with, ”There were five total correct," her arrest report states. </p><p>The two then got back into the vehicle and left the park, abandoning the five kittens with no access to food, water, or shelter. </p><p>Peter Carey, who was walking his dog at the time, told Local 10 that he witnessed the kittens being abandoned.</p><p>“I was really focused on the cats, but it kept my anger from being focused on her,” he said. “Because I really wish that I could just put her in a box and dump her in a field so she could see how it felt. That’s how I feel.”</p><p>Carey rescued four of the kittens, while the fifth was found later.</p><p>All five have since been adopted.</p><p>“Happy to say that they’ve all been adopted,” Carey said. “I dropped off the last kitty last night to a nurse that lives in Aventura.”</p><p>After seeing her mugshot, Carey said, “It looks like her. And I hope I never see her again.”</p><p>Zachary Rinkins at Broward County Animal Care says they have resources to help shelter or house animals — even strays.</p><p>Luciano appeared to smirk when a judge on Friday morning told her that she is not allowed to have an animal while on pre-trial release. </p><p>Luciano remained at the Broward County Main Jail on five counts of animal abandonment and five counts of conservation of animals: torment, deprive, mutilate or kill. Her total bond was set at $5,000. </p><p>It’s not clear if the passenger in the car will face any charges.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Body camera video, 911 calls reveal chaos in deadly 2025 FSU shooting ]]></title><link>https://www.local10.com/news/2026/04/10/body-camera-video-911-calls-reveal-chaos-in-deadly-2025-fsu-shooting/</link><guid isPermaLink="true">https://www.local10.com/news/2026/04/10/body-camera-video-911-calls-reveal-chaos-in-deadly-2025-fsu-shooting/</guid><dc:creator><![CDATA[Isabella Martin]]></dc:creator><description><![CDATA[Newly released video shows the frantic moments after shots rang out at Florida State University, as body camera footage, surveillance video and 911 calls provide a clearer picture of the fear and chaos that unfolded during last April’s campus shooting.]]></description><pubDate>Fri, 10 Apr 2026 21:00:22 +0000</pubDate><content:encoded><![CDATA[<p>Newly released video shows the frantic moments <a href="https://www.local10.com/topic/FSU_Shooting/?ref=cb" target="_self" rel="" title="https://www.local10.com/topic/FSU_Shooting/?ref=cb">after shots rang out at Florida State University</a>, as body camera footage, surveillance video and 911 calls provide a clearer picture of the fear and chaos that unfolded during last April’s campus shooting.</p><p>Investigators said people were killed and six others were injured in the attack, which happened nearly a year ago.</p><p>The material, released by the State Attorney’s Office, include body camera video showing officers rushing to the scene, confronting the suspected gunman and taking him into custody.</p><p>Recordings of 911 calls capture the urgency of the moment.</p><p>“Can you tell me exactly what’s happening?” a 911 dispatcher asked the caller.</p><p>“There’s a shooter at the FSU Student Union” the caller responded. </p><p>Authorities later identified the suspect as <a href="https://www.local10.com/news/local/2025/04/18/fsu-vigil-honors-2-fathers-killed-during-shooting-injuring-6-on-campus/" target="_self" rel="" title="https://www.local10.com/news/local/2025/04/18/fsu-vigil-honors-2-fathers-killed-during-shooting-injuring-6-on-campus/">Phoenix Ikner</a>, who was 20 years old at the time of the shooting. </p><p>Records related to his parent’s custody dispute show Ikner’s identity before 2020 was Christian Gunnar Eriksen, a dual citizen of the U.S. and Norway, and included allegations that he had been diagnosed with “several health and mental issues” by the time he was 11 years old, <a href="https://abcnews.go.com/US/alleged-florida-state-university-gunman-son-local-sheriffs/story?id=120915207" rel="" title="https://abcnews.go.com/US/alleged-florida-state-university-gunman-son-local-sheriffs/story?id=120915207">ABC News</a> and <a href="https://www.firstcoastnews.com/article/news/local/who-is-phoenix-ikner-fsu-mass-shooting-background/77-1537b979-f6e5-410a-9909-98b739c00ee6" rel="" title="https://www.firstcoastnews.com/article/news/local/who-is-phoenix-ikner-fsu-mass-shooting-background/77-1537b979-f6e5-410a-9909-98b739c00ee6">First Coast News</a>.</p><p>After the FSU shooting, Leon County Sheriff Walter A. McNeil said Ikner was a “long-standing” member of The Leon County Sheriff’s Office<a href="https://www.leoncountyso.com/portals/0/docs/news-releases/lcso-announces-youth-advisory-council-members.pdf" rel="" title="https://www.leoncountyso.com/portals/0/docs/news-releases/lcso-announces-youth-advisory-council-members.pdf"> Youth Advisory Council</a> and identified, <a href="https://www.leoncountyso.com/Portals/0/adam/Staff/Jmltr4iKQUOHs25Kqq9B8Q/Image/Ikner_Jessica.JPG" rel="" title="https://www.leoncountyso.com/Portals/0/adam/Staff/Jmltr4iKQUOHs25Kqq9B8Q/Image/Ikner_Jessica.JPG">Jessica Ikner</a>, a deputy who served in LCSO for over 18 years, as his mother..</p><p>“Her son had access to one of her weapons and that was one of the weapons that was found at the scene,” McNeil said referring to the deputy’s stepson.</p><p>Newly released court documents also detail Eichner’s alleged conversations on the day of the shooting with OpenAI’s ChatGPT, including questions about the university and prompts such as when the FSU student union is busiest.</p><p>Attorneys in Tallahassee have since filed a lawsuit against ChatGPT on behalf of one of the victims. Florida Attorney General James Uthmeier also announced an investigation into the company this week.</p><p>Investigators said Eichner faces nine charges, including first-degree murder. His trial is expected to begin in October.</p><p><i>Local 10 digital journalist Andrea Torres contributed to this story. </i></p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Juez mexicano pone multa millonaria a dueño de avión estrellado en Cuba en 2018]]></title><link>https://www.local10.com/espanol/2026/04/10/juez-mexicano-pone-multa-millonaria-a-dueno-de-avion-estrellado-en-cuba-en-2018/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/10/juez-mexicano-pone-multa-millonaria-a-dueno-de-avion-estrellado-en-cuba-en-2018/</guid><dc:creator><![CDATA[Por MARÍA VERZA, Associated Press]]></dc:creator><description></description><pubDate>Fri, 10 Apr 2026 21:15:32 +0000</pubDate><content:encoded><![CDATA[<p>CIUDAD DE MÉXICO (AP) — Un juez mexicano consideró acreditado que el avión que se estrelló hace casi ocho años en Cuba, provocando la muerte de 112 personas, tenía graves fallos de mantenimiento y no debería haberse permitido su vuelo, por lo que condenó a la empresa mexicana propietaria de la aeronave a pagar una millonaria indemnización por daños morales a las familias de las víctimas que demandaron.</p><p>Según la sentencia, fechada el 31 de marzo y a la que tuvo acceso The Associated Press el viernes, el perito independiente solicitado por el juez dio la razón a los demandantes y estableció que el siniestro ocurrido en mayo de 2018 fue un “accidente institucional", es decir, que se gestó dentro la compañía por las negligencias en el mantenimiento y colocó a los pilotos como "la última barrera de defensa y a quienes desafortunadamente no les fue posible controlar el desplome a baja altura" de la aeronave.</p><p>Por eso, el juez ordenó a la empresa, Aerolíneas Damojh, pagar 1,5 millones de dólares por familia de los cuatro miembros de la tripulación que fueron los primeros en demandar. La compañía no se presentó al juicio y fue juzgada en rebeldía. La empresa que aseguraba el avión también fue demandada pero quedó exenta de multas.</p><p>El avión, un Boeing 737, se estrelló sobre un campo de yuca poco después de haber despegado del aeropuerto internacional José Martí en La Habana en lo que fue una de las peores tragedias aéreas de la isla en décadas. Aunque algunas personas fueron hospitalizadas, finalmente solo sobrevivió una mujer.</p><p>Un año después del accidente, Cuba dijo que el siniestro se debió a errores de cálculo de la tripulación. Previamente las autoridades de aviación civil mexicanas habían suspendido temporalmente a la empresa, que había tenido irregularidades en el pasado, y abrió una investigación sobre el caso.</p><p>L a AP preguntó por la situación actual de dichas pesquisas a la Secretaría de Comunicaciones y Transportes pero no recibió respuesta de manera inmediata.</p><p>Damojh utilizaba el nombre comercial de Global Air y rentaba el avión con tripulación incluida a la aerolínea estatal de la isla, Cubana de Aviación, que era la que operaba el vuelo.</p><p>“Es una sentencia ejemplar... que se logró probar después de muchísimos esfuerzos”, dijo uno de los abogados litigantes, Samuel González. Según explicó, el juez confirmó lo que el jefe de mantenimiento de la empresa dijo a varios familiares desde el primer día, “que el avión no podía volar”, máxime porque días antes había tenido un golpe.</p><p>”Ese avión voló por la cabeza de todos nosotros durante diez años sin mantenimiento", agregó. “Cayó en Cuba... pero pudo haber caído en cualquier parte”.</p><p>La sentencia todavía puede ser apelada. González cree que Damojh está tramitando su quiebra, “que puede ser una quiebra fraudulenta, en cuyo caso también denunciaremos”.</p><p>Además de esta primera demanda de familias de la tribulación, el abogado señaló que hay una acción civil colectiva ya en trámite en representación de todas la víctimas y una denuncia penal por homicidio contra la empresa y todo aquel que resulte responsable ante la Fiscalía General de la República.</p><p>Esta última investigación está ralentizada, según González, porque las autoridades cubanas no han aportado la información solicitada. La fiscalía no respondió de manera inmediata a la AP sobre el estado de este caso.</p><p>Queda por verse si hubo responsabilidad por acción u omisión de autoridades mexicanas, aunque el equipo litigante ya interpuso denuncias en otras dependencias, entre ellas la fiscalía anticorrupción, contra quienes autorizaron el vuelo y dieron el certificado de aeronavegabilidad al avión.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/LBIPG3TLDVZ6RU4O7OTIFLBTP4.jpg?auth=9d5f85cdafcfb1389e933827768fe8231ed21f5b58d0787f179961efb330b5c0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[ARCHIVO - Equipos de rescate buscan entre los restos de un Boeing 737 que se estrelló en un campo de yuca con más de 100 pasajeros a bordo, en La Habana, Cuba, el 18 de mayo de 2018. (Foto AP/Ramón Espinosa, Archivo)]]></media:description><media:credit role="author" scheme="urn:ebu">Ramon Espinosa</media:credit></media:content></item><item><title><![CDATA[Easter egg hunts draw families across Miami-Dade and Broward counties]]></title><link>https://www.local10.com/community/2026/04/04/easter-egg-hunts-draw-families-across-miami-dade-and-broward-counties/</link><guid isPermaLink="true">https://www.local10.com/community/2026/04/04/easter-egg-hunts-draw-families-across-miami-dade-and-broward-counties/</guid><dc:creator><![CDATA[Jackie Pascale, Isabella Martin]]></dc:creator><description><![CDATA[Families across Miami-Dade and Broward counties kicked off Easter weekend with egg hunts, outdoor activities and visits with the Easter Bunny.]]></description><pubDate>Sat, 04 Apr 2026 18:44:51 +0000</pubDate><content:encoded><![CDATA[<p>Families across Miami-Dade and Broward counties kicked off Easter weekend with egg hunts, outdoor activities and visits with the Easter Bunny.</p><p><a href="https://www.local10.com/espanol/2026/04/04/busquedas-de-huevos-de-pascua-reunen-a-familias-en-miami-dade-y-broward/" target="_self" rel="" title="https://www.local10.com/espanol/2026/04/04/busquedas-de-huevos-de-pascua-reunen-a-familias-en-miami-dade-y-broward/">Leer en español</a></p><p>At The Berry Farm in southwest Miami-Dade, children and parents spread out across 40 acres Saturday for the farm’s annual Eggstravaganza.</p><p>Kids of all ages raced through egg hunts, played on playgrounds, visited baby animals and posed for photos with the Easter Bunny.</p><p>“We actually live in Chicago,” said Christine Burger, a grandmother attending the event. “And the weather is better than Chicago. It’s a whole lot of outdoor activities for us to do today too.”</p><p>Karl Wiegandt of The Berry Farm said the event has grown over the years and has become a tradition for many families.</p><p>“This is the sixth year we’ve done the egg hunts here at the berry farm and we’ve really learned a lot,” Wiegandt said. “We do 39 egg hunts to keep organization, enough eggs for all the kids, and really for parents to be able to get those pictures where it’s not a congestion of kid running at the same time.”</p><p>“We always say we try to create that forever moment and picture and those memories. I think we’ve done a great job of it,” he added.</p><p>The event continues on Easter Sunday.</p><p>In Broward County, families gathered in Plantation for the city’s annual Royal Easter Egg Hunt at Pop Travers Park. </p><p>Children from toddlers to 10 years old were split into age groups, each taking turns running across the field to collect eggs.</p><p>“It was very nice to come out on a Saturday. I got up really early to do it. I wasn’t expecting this but it was really good. The kids enjoyed it,” said Ambria Butts.</p><p>After the hunt, families stayed to enjoy inflatables, games and a visit from the Royal Easter Bunny.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Miami-Dade man accused of impersonating cop while robbing escort at gunpoint]]></title><link>https://www.local10.com/news/local/2026/04/10/miami-dade-man-accused-of-impersonating-cop-while-robbing-escort-at-gunpoint/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/10/miami-dade-man-accused-of-impersonating-cop-while-robbing-escort-at-gunpoint/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[Miami-Dade Sheriff’s Office deputies arrested a 23-year-old man on Thursday after accusing him of claiming to be a police officer when he robbed an escort at gunpoint in late February.]]></description><pubDate>Fri, 10 Apr 2026 18:35:37 +0000</pubDate><content:encoded><![CDATA[<p>Miami-Dade Sheriff’s Office deputies arrested a 23-year-old man on Thursday after accusing him of claiming to be a police officer when he robbed an escort at gunpoint in late February.</p><p><a href="https://www.local10.com/espanol/2026/04/10/acusan-a-hombre-de-miami-dade-de-hacerse-pasar-por-policia-para-robar-a-escort-a-punta-de-pistola/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/04/10/acusan-a-hombre-de-miami-dade-de-hacerse-pasar-por-policia-para-robar-a-escort-a-punta-de-pistola/">Leer en español</a></p><p>Investigators said it happened on Feb. 24 near suspect Joel Xavier McNeil’s home in the county’s unincorporated West Little River area.</p><p>According to an MDSO arrest report, the victim told investigators that she had arranged a “quick visit out call” with McNeil early that morning, in which she would drive to him and have sex with him.</p><p>Authorities said the woman picked McNeil up near his home and the two drove close to a Dollar General, but McNeil had her turn around and head back to where she picked him up, near his home.</p><p>Deputies said at around 7:30 a.m., he had the victim pull over along the side of the road near Northwest 18th Avenue and 93rd Terrace, and “began to rub (her) inner thigh.”</p><p>According to the report, after she asked McNeil to pay first, he “stopped, used his phone, then pulled out a pistol from his waistband and pulled the slide backwards to chamber a round.”</p><p>The report states that he then told her “that he was police and (he) was going to need her to wait right there.”</p><p>Authorities said the woman put her hands up and asked what McNeil what he was doing and he asked her, “Where is the money?”</p><p>Deputies said the victim told him she had no money and showed her empty purse. At that point, they said McNeil, listed in the report as 6-foot-5 and 200 pounds, grabbed hold of the woman’s jacket as she tried to leave the vehicle and held her at gunpoint.</p><p>Authorities said she briefly got back in the vehicle, then ran out again and broke free from McNeil’s grip as another car headed her way.</p><p>“The victim then walked in front of the passing vehicle and asked for them to help her and call the police, however the vehicle continued driving away, not assisting (her),” the report states. “The victim then used her cellphone camera to record (McNeil) in her vehicle as he continued to ask her to come back into the vehicle. (He) then jumped over to the drivers side of the vehicle, closed the door and drove off in an unknown direction.”</p><p>On Thursday, authorities said McNeil’s father had called MDSO regarding a dispute over McNeil leaving their home in the 1800 block of Northwest 93rd Street.</p><p>Deputies said a check revealed an unrelated domestic violence warrant and a probable cause message in connection with the escort robbery.</p><p>As four deputies tried taking McNeil into custody, he started “pulling his hands away and rolling on the ground in an effort to avoid being handcuffed,” a separate arrest report states.</p><p>He was eventually taken into custody on charges of armed robbery, false imprisonment with a deadly weapon, falsely personating an officer with a deadly weapon in the commission of a felony and resisting an officer without violence.</p><p>Appearing in court on Friday, a Miami-Dade judge ordered he be held without bond.</p><p>As of Friday afternoon, McNeil was being held in the Turner Guilford Knight Correctional Center, online records show.</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/NVMXSB7CURGPZGVNEMGJS7WTXM.jpg?auth=ac489030571182576ed0753f06b6e5dda6420c690d24efd640e498a082fc30a9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Joel McNeil]]></media:description></media:content></item><item><title><![CDATA[Washington Mayor Muriel Bowser unveils her last budget, proposing to cut spending]]></title><link>https://www.local10.com/news/national/2026/04/10/washington-mayor-muriel-bowser-unveils-her-last-budget-proposing-to-cut-spending/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/04/10/washington-mayor-muriel-bowser-unveils-her-last-budget-proposing-to-cut-spending/</guid><dc:creator><![CDATA[By GARY FIELDS and MORIAH BALINGIT, Associated Press]]></dc:creator><description></description><pubDate>Fri, 10 Apr 2026 20:59:46 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Washington Mayor Muriel Bowser on Friday unveiled her last budget before she steps down later this year, a $21.2 billion gross operating spending plan that is sure to spark battles on the District Council and Capitol Hill, where Republican lawmakers have shown a growing willingness to interject themselves into local affairs.</p><p>Bowser’s proposal makes education and health care spending priorities but would cut funding for several areas, including $127 million set aside for future collective bargaining agreements and non-union pay increases for city employees.</p><p>Notable in the proposal is the decrease in the proposed general funds budget of $12.7 billion, a 3.3% cut from 2026. General funds are what pay for city services. Bowser said the cuts are necessary because of a drop in revenue due in part to federal workforce reductions and rising costs, including higher Medicaid expenses and higher administration costs for the Supplemental Nutrition Assistance Program (SNAP) because of a change in federal law that shifted some costs to states.</p><p>Bowser, speaking to the Council, assured members the city is “not broke” as she walked them through what she called the three periods of her tenure, the days of growth, the COVID-economic years and post-COVID.</p><p>“We are adjusting to what DOGE has done to our workforce and commercial corridor,” she said, referring to the Trump administration's efforts to shrink the federal government. She said the rising costs and decreased revenue have left the city with an estimated budget gap to address.</p><p>“I think we all have to be clear headed about where we are and what it will take to keep growing,” said Bowser, who has served as mayor since 2015 and has announced she will not be running for reelection this year.</p><p>Members of the council questioned Bowser and members of her staff on proposed targets, including taking aim at programs intended to help defray the cost of child care in a city where a family pays on average more than $25,000 a year for infant care, according to the advocacy group Child Care Aware of America. It would cap the District’s child care subsidy program, which helps the city’s poorest families afford care, at 6,000 children. Families currently receiving the subsidies would continue to receive them. And it would eliminate a program that supplemented the wages of child care providers, a measure passed during the pandemic to help attract and retain workers to a field with historically low wages.</p><p>Council Chairman Phil Mendelson said the council would likely vote on the budget in June.</p><p>Washington's budget has been complicated in the last two years, including in 2025 when the House passed a federal government funding bill that would force the district’s government to revert to its 2024 budget parameters, effectively cutting $1.1 billion from its previously balanced budget midway through the financial year.</p><p>The remaking of the federal workforce by the Department of Government Efficiency heavily impacted the Washington region. Terry Clower, director of the Center for Regional Analysis at George Mason University estimated more than 50,000 jobs were lost in the region. Clover said those job losses would be more than lost salaries and income taxes for the workers, also hitting businesses that support those workers, meaning additional lost revenue for localities.</p><p>The D.C. Office of Revenue Analysis estimated that Washington had a net loss of 22,000 federal jobs at a combined annual pay of more than $3 billion.</p><p>City Administrator Kevin Donahue said said one area where revenue was hit was the impact of the reductions in the federal workforce, primarily by the Department of Government Efficiency, that cost about $325 million in lost revenue from job cuts and the accompanying consumer spending. Those losses will be even higher in the 2027 fiscal year.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/EKMTUUZXR3RZQDHTFJNYPNLRJM.jpg?auth=c25873d73d7a646bbba4acc6e5fc721231f812326544818101b35359edb0fc73&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[District of Columbia Mayor Muriel Bowser speaks at a news conference ahead of severe storms that are expected to impact Washington in the afternoon on Monday, March 16, 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[Acusan a hombre de Miami-Dade de hacerse pasar por policía para robar a escort a punta de pistola]]></title><link>https://www.local10.com/espanol/2026/04/10/acusan-a-hombre-de-miami-dade-de-hacerse-pasar-por-policia-para-robar-a-escort-a-punta-de-pistola/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/10/acusan-a-hombre-de-miami-dade-de-hacerse-pasar-por-policia-para-robar-a-escort-a-punta-de-pistola/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[El jueves, agentes de la Oficina del Sheriff del Condado de Miami-Dade arrestaron a un hombre de 23 años tras acusarlo de hacerse pasar por policía cuando asaltó a punta de pistola a una escort a finales de febrero.]]></description><pubDate>Fri, 10 Apr 2026 20:48:16 +0000</pubDate><content:encoded><![CDATA[<p>Agentes de la Oficina del Sheriff de Miami-Dade arrestaron el jueves a un hombre de 23 años, acusado de hacerse pasar por policía para robar a una escort a punta de pistola a finales de febrero.</p><p>Los investigadores dijeron que el hecho ocurrió el 24 de febrero cerca de la vivienda del sospechoso, Joel Xavier McNeil, en el área no incorporada de West Little River.</p><p>Según un informe de arresto de MDSO, la víctima dijo a los investigadores que había coordinado una “visita rápida a domicilio” con McNeil esa mañana, en la que ella conduciría hasta él para tener relaciones sexuales.</p><p>Las autoridades indicaron que la mujer recogió a McNeil cerca de su casa y ambos condujeron hacia un área cercana a un Dollar General, pero McNeil le pidió que diera la vuelta y regresara al lugar donde lo había recogido.</p><p>Los agentes dijeron que alrededor de las 7:30 a.m., él le indicó a la víctima que se detuviera a un lado de la vía cerca de la avenida 18 del noroeste y la terraza 93, y “comenzó a tocar la parte interna de su muslo”.</p><p>Según el informe, después de que ella le pidiera que pagara primero, él “se detuvo, usó su teléfono y luego sacó una pistola de la cintura y deslizó la corredera hacia atrás para cargar un proyectil”.</p><p>El informe indica que luego le dijo “que era policía y que iba a necesitar que se quedara allí”.</p><p>Las autoridades dijeron que la mujer levantó las manos y le preguntó qué estaba haciendo, a lo que él respondió: “¿Dónde está el dinero?”</p><p>Los agentes dijeron que la víctima le indicó que no tenía dinero y le mostró su bolso vacío. En ese momento, McNeil, descrito en el informe como de 6 pies y 5 pulgadas de estatura y 200 libras, sujetó la chaqueta de la mujer cuando ella intentó salir del vehículo y la mantuvo a punta de pistola.</p><p>Las autoridades indicaron que ella volvió brevemente al vehículo, luego salió corriendo nuevamente y logró soltarse del agarre de McNeil cuando otro vehículo se acercaba.</p><p>“La víctima caminó frente al vehículo que pasaba y les pidió ayuda y que llamaran a la policía, sin embargo, el vehículo continuó su marcha sin asistirla”, señala el informe. “Luego, la víctima utilizó la cámara de su teléfono celular para grabar a McNeil en su vehículo mientras él continuaba pidiéndole que regresara. Posteriormente, él se pasó al lado del conductor, cerró la puerta y se fue conduciendo en dirección desconocida”.</p><p>El jueves, las autoridades dijeron que el padre de McNeil llamó a MDSO por una disputa relacionada con que su hijo había salido de la vivienda en la cuadra 1800 de la calle 93 del noroeste.</p><p>Los agentes dijeron que al verificar, encontraron una orden de arresto por un caso no relacionado de violencia doméstica y una causa probable vinculada al robo de la escort.</p><p>Mientras cuatro agentes intentaban detener a McNeil, este comenzó a “retirar las manos y a rodar en el suelo en un intento de evitar ser esposado”, según otro informe de arresto.</p><p>Finalmente fue puesto bajo custodia y enfrenta cargos de robo a mano armada, privación ilegal de la libertad con arma mortal, hacerse pasar por agente con arma mortal durante la comisión de un delito grave y resistirse a un agente sin violencia.</p><p>Durante su comparecencia en corte el viernes, un juez de Miami-Dade ordenó que permaneciera detenido sin derecho a fianza.</p><p>Hasta la tarde del viernes, McNeil permanecía detenido en el Centro Correccional Turner Guilford Knight, según registros en línea.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/NVMXSB7CURGPZGVNEMGJS7WTXM.jpg?auth=ac489030571182576ed0753f06b6e5dda6420c690d24efd640e498a082fc30a9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Joel McNeil]]></media:description></media:content></item><item><title><![CDATA[Kansas City officials are proposing $600M in stadium bonds to keep MLB's Royals in Missouri]]></title><link>https://www.local10.com/business/2026/04/10/kansas-city-officials-are-proposing-600m-in-stadium-bonds-to-keep-mlbs-royals-in-missouri/</link><guid isPermaLink="true">https://www.local10.com/business/2026/04/10/kansas-city-officials-are-proposing-600m-in-stadium-bonds-to-keep-mlbs-royals-in-missouri/</guid><dc:creator><![CDATA[By JOHN HANNA, Associated Press]]></dc:creator><description></description><pubDate>Fri, 10 Apr 2026 20:46:39 +0000</pubDate><content:encoded><![CDATA[<p>Kansas City, Missouri, would issue $600 million in bonds for a new downtown stadium for Major League Baseball's Royals under a proposal officials are pursuing months after Kansas lured professional football's Chiefs over the state line with a massive stadium subsidy.</p><p>Mayor Quinton Lucas and nine of 12 City Council members introduced a proposed ordinance Thursday to allow the city manager to negotiate with the Royals over a new stadium near the city's historic Union Station and its World War I museum, about 6 miles northwest of the Royals' current Kauffman Stadium.</p><p>The city expects the new stadium to cost $1.9 billion, and Missouri last year enacted a law allowing the state to cover half, or $950 million. If Kansas City issued its bonds, the Royals would need $350 million in private funds.</p><p>Kauffman Stadium sits beside the Chiefs' Arrowhead Stadium in the Truman Sports Complex, owned by Jackson County, Missouri, and home to both teams since 1973. Their stadium leases expire in 2031, and in April 2024, county voters rejected extending  a tax that would have helped pay for renovations of both.</p><p>The Royals also have considered another site for a new stadium about 5 miles north in neighboring North Kansas City.</p><p>Kansas legislative leaders who would have to approve a deal to attract the Royals have shown little appetite for one after the state committed in December to issuing $2.4 billion in bonds to cover 60% of the cost of a new, $3 billion domed stadium for the Chiefs in Kansas City, Kansas. Two of them, House Speaker Dan Hawkins, a Republican, and Minority Leader Brandon Woodard, a Democrat, issued a joint statement Friday congratulating Missouri, adding, “We're looking forward to what's ahead.”</p><p>The Kansas City, Missouri, City Council could vote on the proposed ordinance as early as Thursday, but City Manager Mario Vasquez said the work toward keeping the team “is just beginning.”</p><p>The team said in a statement Friday: "We are grateful for their engagement in this process, as well as for the critical work of the State of Missouri, and look forward to more detailed conversations as we consider solutions that are best for our team, our fans, and our community.”</p><p>Economists who have studied pro sports teams have concluded for decades that subsidizing stadiums isn’t worth the cost for their communities because the venues pull economic activity away from other parts of the area instead of expanding the overall economy. Yet states and cities continue providing subsidies to renovate stadiums or build new ones.</p><p>Missouri Gov. Mike Kehoe called the Royals “a key economic catalyst” for his state.</p><p>“The State of Missouri is committed to continue working alongside the Kansas City Royals organization and the City of Kansas City to ensure the Royals remain in Missouri — where they belong," Kehoe said.</p><p>Of the 60 stadiums used by MLB and NFL teams, 49 are publicly owned or sit on public land.</p><p>New York state and Erie County together chipped in $850 million, or 40% of the cost, for the Buffalo Bills' new $2.1 billion NFL stadium. Ohio state and local governments have pledged $1.2 billion to cover half the cost of a new stadium for the NFL's Cleveland Browns, though the state's portion is held up by a lawsuit.</p><p>Kansas officials have described the Chiefs' stadium as the largest economic development project in state history. The team also plans a retail district around the stadium and a new training complex in Olathe, Kansas.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/X2FKQS6VOUYIZEO7BYQPMOJWZQ.jpg?auth=41590b3d330d1e4f3866cf649dbb8f07837f9feabb4bf7839c3f64fa3430a94a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Kansas City Royals starting pitcher Seth Lugo throws during the first inning of a baseball game against the Chicago White Sox, Thursday, April 9, 2026, in Kansas City, Mo. (AP Photo/Charlie Riedel)]]></media:description><media:credit role="author" scheme="urn:ebu">Charlie Riedel</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/7GKIHOJW5RQOJZ6AIGCW4RFXUA.jpg?auth=174c3a0cd5ad603a169cb6556acfd2ab590c14314f64a034bede175a723831d8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Kansas City Royals shortstop Bobby Witt Jr. runs to second after hitting a double during the third inning of a baseball game against the Chicago White Sox, Thursday, April 9, 2026, in Kansas City, Mo. (AP Photo/Charlie Riedel)]]></media:description><media:credit role="author" scheme="urn:ebu">Charlie Riedel</media:credit></media:content></item><item><title><![CDATA[Michigan couple at center of Bahamas disappearance chronicled sailing adventures on social media]]></title><link>https://www.local10.com/news/national/2026/04/10/michigan-couple-at-center-of-bahamas-disappearance-chronicled-sailing-adventures-on-social-media/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/04/10/michigan-couple-at-center-of-bahamas-disappearance-chronicled-sailing-adventures-on-social-media/</guid><dc:creator><![CDATA[By COREY WILLIAMS, Associated Press]]></dc:creator><description></description><pubDate>Fri, 10 Apr 2026 20:45:39 +0000</pubDate><content:encoded><![CDATA[<p>Lynette Hooker bounced around the deck of the docked Soul Mate, smiled into the camera and proclaimed: “We're finally leaving Kemah,” referring to a Texas port town.</p><p>“It's only been four months,” she said as her husband, Brian, tugged on some rigging as they got ready to set sail.</p><p>The “Gulf Crossing” video more than three years ago marked the start of a sailing adventure — chronicled on Facebook — for a couple who are now at the center of criminal investigations after Lynette went missing in the Bahamas.</p><p>A few days after Lynette disappeared, police in the Atlantic Ocean island nation arrested Brian. He denies any wrongdoing in his wife’s disappearance and has been cooperating with law enforcement, his attorney, Terrel Butler, said.</p><p>Brian Hooker told police that his wife of more than 20 years fell overboard Saturday night from a small motorboat that was carrying the couple from Hope Town to Elbow Cay, small islands on the eastern end of the Bahamas. He said Lynette, 55, had the keys and the boat's engine shut off.</p><p>“Strong currents subsequently carried her away, and he lost sight of her,” police said in a statement Saturday.</p><p>He paddled to shore and alerted others early Sunday, said authorities, who arrested and questioned him Wednesday.</p><p>The U.S. Coast Guard has opened an investigation separate from the one by Bahamas authorities.</p><p>Karli Aylesworth, Lynette's daughter, has said it's unlikely her mother would “just fall” from a boat.</p><p>And while the couple is seen smiling, laughing and joking in social media videos of their voyage, they have a history of contention.</p><p>Brian and Lynette Hooker accused each other of assault in 2015, according to a Kentwood, Michigan, police report obtained by NBC News.</p><p>Brian Hooker, who was intoxicated and bleeding from the nose, told police his wife had struck him multiple times in the face, the report said. He told officers Lynette also was drunk. She was arrested for assault and spent the night in jail. A warrant was denied because it wasn't clear “who started the assault.”</p><p>Aylesworth also told NBC that the couple’s relationship was volatile and that they have a “history of not getting along, especially when they drink.”</p><p>The couple’s home is in Onsted, about 72 miles (117 kilometers) southwest of Detroit. The closest big body of water is Lake Erie, about 60 miles (72 kilometers) southeast of Onsted.</p><p>Lynette Hooker's mother, Darlene Hamlett, said Wednesday that the family “grew up on water” and that her daughter's life has been “near lakes, on boats, sailing and swimming.”</p><p>The couple posted videos of their years sailing around the Caribbean on their “Sailing Hookers” Facebook page.</p><p>Lynette, in the March 2023 video, describes the start of the couple's voyage aboard the Soul Mate as the sailboat slips through the Kemah, Texas, fog and into the open waters of the Gulf of Mexico.</p><p>“Pretty cool,” Lynette said as Brian blared the Soul Mate's foghorn. Later, while changing an engine alternator belt, he looks up at his wife and says, “Hi sexy.”</p><p>In an earlier video, the couple explains how they bought the Soul Mate in the coastal town of Rockport, Texas, and fixed it up.</p><p>“After several years of driving around the country, looking for our perfect sailboat, we finally found her in Texas,” Lynette said in that eight-minute video, posted in January 2023. “She was a little rough on the edges. The decks needed to be redone, but we knew we were up for the task.”</p><p>That video shows them working together, scraping, priming and painting. “The decks are done! we're still married! party time!” is printed in a message on the video.</p><p>A video posted two years ago shows them using their smaller motorboat to buy food on land. The video doesn't give the couple's location.</p><p>“We got the grub,” Brian says into the camera, which shifts to a case of beer at his feet and bags of groceries in the bow. “Delivery ... the way of life, man.”</p><p>___</p><p>Associated Press writers R.J. Rico and Dánica Coto contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/UOCKZIAK3JYNEDLTIHQVV7A6DI.jpg?auth=430b8622a120b243ea09baedbe5875897fd6ca4a0a823b22c20c28f2d9c0cc91&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A Michigan woman is missing after going overboard from a small boat in the Bahamas. (AP Digital Embed)]]></media:description><media:credit role="author" scheme="urn:ebu">Kevin S. Vineys</media:credit></media:content></item><item><title><![CDATA[Padre de Broward enfrenta cargos tras arresto por muerte de su bebé y presunto encubrimiento]]></title><link>https://www.local10.com/espanol/2026/04/10/padre-de-broward-enfrenta-cargos-tras-arresto-por-muerte-de-su-bebe-y-presunto-encubrimiento/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/10/padre-de-broward-enfrenta-cargos-tras-arresto-por-muerte-de-su-bebe-y-presunto-encubrimiento/</guid><dc:creator><![CDATA[Michaila Hightower, Andrea Torres]]></dc:creator><description><![CDATA[Una pareja acusada de la muerte de su bebé compareció el jueves ante el tribunal del condado de Broward. Un juez les negó la libertad bajo fianza. También tienen un hijo de dos años.]]></description><pubDate>Fri, 10 Apr 2026 20:38:32 +0000</pubDate><content:encoded><![CDATA[<p>Un padre de 25 años acusado de causar y encubrir la muerte de su hijo de tres semanas enfrentó cargos el viernes en el condado Broward.</p><p>Anfernee Watts, quien también tiene una hija de 2 años, compareció <a href="https://www.local10.com/espanol/2026/04/10/acusan-a-pareja-en-corte-de-broward-por-muerte-de-su-hijo-de-tres-semanas-y-encubrimiento/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/04/10/acusan-a-pareja-en-corte-de-broward-por-muerte-de-su-hijo-de-tres-semanas-y-encubrimiento/">el jueves</a> ante la corte de fianza de Broward, donde un juez le negó la fianza.</p><p>Watts “admitió haber fabricado una historia para presentar a las autoridades, colocando al bebé fallecido de nuevo en el corral con la intención de hacer parecer que murió mientras dormía”, escribió un agente, según la orden de arresto.</p><p>Crystal Garcia tenía 20 años cuando dio a luz a su hijo el 11 de julio en el Memorial Regional Hospital, según la policía.</p><p>Un pediatra reportó que el bebé estaba en buen estado de salud el 28 de julio, según la orden. La tragedia ocurrió pocos días después.</p><p>“Ella restringió intencionalmente al bebé envolviéndolo firmemente en una manta, asegurando un chupón en su boca y sujetándolo en un asiento de auto antes de colocarlo dentro de una bañera y aislarlo detrás de una puerta cerrada mientras sonaba música a alto volumen”, y “ignoró deliberadamente su angustia y no lo revisó durante varias horas”, escribió un detective, según la orden.</p><p>Personal de Hollywood Fire Rescue declaró muerto al bebé a la 1:50 p.m. del 1 de agosto en una vivienda ubicada en 6660 Thomas St., según los registros.</p><p>Los oficiales notaron una “almohadilla desechable para cambiar pañales que parecía tener manchas de sangre”, y el bebé “tenía espuma visible en la boca y labios agrietados que parecían tener sangre seca”, según la orden de arresto.</p><p>Watts dijo a los agentes que había asistido a una entrevista de trabajo cuando ocurrió la muerte, pero el supuesto entrevistador indicó que eso era falso, según la orden.</p><p>La Oficina del Médico Forense de Broward determinó que la causa de la muerte fue asfixia y la clasificó como homicidio. La evidencia también incluye un video de una cámara de vigilancia Ring que muestra a Garcia con una bolsa de basura antes de llamar al 911.</p><p>La madre de Watts contactó a la policía para reportar que Garcia, de 21 años, le dijo que el bebé murió atrapado entre el marco de la cama y el colchón, según la orden.</p><p>Garcia dejó mensajes de voz a la policía desde el 4 de agosto hasta el miércoles y admitió haber mentido y haber “asfixiado” al bebé, según la orden.</p><p>“Crystal admitió que mintió a la policía por miedo a ser arrestada”, escribió un agente, según la orden.</p><p>El Grupo de Trabajo de Fugitivos de los U.S. Marshals arrestó a la pareja <a href="https://www.local10.com/espanol/2026/04/10/acusan-a-pareja-en-corte-de-broward-por-muerte-de-su-hijo-de-tres-semanas-y-encubrimiento/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/04/10/acusan-a-pareja-en-corte-de-broward-por-muerte-de-su-hijo-de-tres-semanas-y-encubrimiento/">el miércoles</a>.</p><p>Registros carcelarios indican que Garcia permanecía detenida sin derecho a fianza el viernes en el North Broward Bureau, un centro de detención en Pompano Beach.</p><p>Garcia y Watts enfrentan cada uno cinco cargos: obstrucción de una investigación criminal, homicidio agravado de un menor, negligencia infantil con gran daño corporal, manipulación de evidencia y alterar o manipular un cadáver, su vestimenta o elementos circundantes sin autorización.</p><p>La madre de Watts tiene la custodia de la hija de 2 años desde que tenía aproximadamente 5 meses, luego de que Garcia y la bebé dieran positivo a THC al nacer, según la orden de arresto.</p><p><b>Lea una parte de la orden de arresto</b></p><p><div style="position: relative; width: 100%; height: 0px; padding: 1602.86% 0px 0px; overflow: hidden; will-change: transform;"><iframe loading="lazy" src="https://e.infogram.com/1cec0773-a357-40e2-92c4-30d5ccd0bf3d?src=embed&amp;embed_type=responsive_iframe" title="Manslaughter Case in Hollywood " allowfullscreen="" allow="fullscreen" style="position: absolute; width: 100%; height: 100%; top: 0px; left: 0px; border: none; padding: 0px; margin: 0px;"></iframe></div></p><p><b>Historia relacionada:</b> p<a href="https://www.local10.com/espanol/2026/04/10/acusan-a-pareja-en-corte-de-broward-por-muerte-de-su-hijo-de-tres-semanas-y-encubrimiento/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/04/10/acusan-a-pareja-en-corte-de-broward-por-muerte-de-su-hijo-de-tres-semanas-y-encubrimiento/">areja comparece en corte de Broward acusada por la muerte de su hijo de tres semanas y encubrimiento</a></p>]]></content:encoded></item><item><title><![CDATA[Broward father fights charges after arrest over baby’s death and cover up]]></title><link>https://www.local10.com/news/local/2026/04/10/broward-father-fights-charges-after-arrest-over-babys-death-and-coverup/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/10/broward-father-fights-charges-after-arrest-over-babys-death-and-coverup/</guid><dc:creator><![CDATA[Michaila Hightower, Andrea Torres]]></dc:creator><description><![CDATA[A couple accused of their baby's death appeared in court on Thursday in Broward County. A judge denied them bond.  They also have a 2-year-old child.]]></description><pubDate>Fri, 10 Apr 2026 18:02:56 +0000</pubDate><content:encoded><![CDATA[<p>A 25-year-old father who was accused of covering up and causing his 3-week-old son’s death was fighting charges on Friday in Broward County. </p><p><a href="https://www.local10.com/espanol/2026/04/10/padre-de-broward-enfrenta-cargos-tras-arresto-por-muerte-de-su-bebe-y-presunto-encubrimiento/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/04/10/padre-de-broward-enfrenta-cargos-tras-arresto-por-muerte-de-su-bebe-y-presunto-encubrimiento/">Leer en español</a></p><p>Anfernee Watts, who also has a 2-year-old daighter, appeared in Broward bond court <a href="https://www.local10.com/news/local/2026/04/09/couple-accused-of-covering-up-3-week-old-sons-death-appears-in-broward-court/" target="_self" rel="" title="https://www.local10.com/news/local/2026/04/09/couple-accused-of-covering-up-3-week-old-sons-death-appears-in-broward-court/">on Thursday</a>, and a judge denied him bail. </p><p>Watts “admitted to fabricating a story to present to law enforcement, placing the deceased baby back into the playpen in an effort to make it appear as though the baby died in his sleep,” a police officer wrote, according to an arrest warrant. </p><p>Crystal Garcia was 20 years old when she gave birth to their son on July 11 at Memorial Regional Hospital, according to police. </p><p>A pediatrician reported the baby boy was in good health on July 28, according to the arrest warrant. The tragedy unfolded a few days later. </p><p>“She intentionally restrained the baby by tightly wrapping him in a blanket, securing a pacifier in his mouth, and strapping him into a car seat before placing him inside a bathtub and isolating him behind a closed door while loud music played,” and she “willfully ignored his distress and failed to check on him for several hours,” a detective wrote, according to the warrant. </p><p>Hollywood Fire Rescue personnel pronounced the baby dead at 1:50 p.m. on Aug. 1st, in a house at 6660 Thomas St., records show. </p><p>Police officers noticed a “disposable changing pad that appeared to have blood spotting on it,” and the baby “had visible foam in his mouth and cracked lips that appeared to have dried blood on them,” according to the arrest warrant. </p><p>Watts told police officers that he had attended a job interview when the baby died, but the alleged interviewee said that was false, according to the warrant. </p><p>The Broward Medical Examiner’s Office ruled the baby’s cause of death to be suffocation and the manner of death to be a homicide. The evidence also includes a video recorded by a Ring surveillance camera showing Garcia with a garbage bag before calling 911.</p><p>Watts’ mother contacted police to report that Garcia, 21, told her the baby died while pinned between the bed frame and the mattress, according to an arrest warrant. </p><p>Garcia left voicemails to police from Aug. 4 to Wednesday and admitted to lying and to report that she had “smothered” the baby, according to the arrest warrant.</p><p>“Crystal admitted she lied to the police out of fear of being arrested,” a police officer wrote, according to the arrest warrant. </p><p>The U.S. Marshals Fugitive Task Force arrested the couple <a href="https://www.local10.com/news/local/2026/04/09/couple-accused-of-covering-up-3-week-old-sons-death-appears-in-broward-court/" target="_self" rel="" title="https://www.local10.com/news/local/2026/04/09/couple-accused-of-covering-up-3-week-old-sons-death-appears-in-broward-court/">on Wednesday.</a> </p><p>Corrections was holding Garcia without bond on Friday at the North Broward Bureau, a detention center in Pompano Beach, according to inmate records. </p><p>Garcia and Watts are each facing five charges: Obstruction of a criminal investigation, aggravated manslaughter of a child, child neglect with great bodily harm, tampering with evidence, and willfully touching, removing, or disturbing a dead body, clothing, or surrounding items without authorization. </p><p>Watt’s mother has had custody of their 2-year-old daughter since she was about 5 months old after Garcia and the baby tested positive for THC at birth, according to the arrest warrant. </p><p><b>Read a part of the arrest warrant</b></p><p><div style="position: relative; width: 100%; height: 0px; padding: 1602.86% 0px 0px; overflow: hidden; will-change: transform;"><iframe loading="lazy" src="https://e.infogram.com/1cec0773-a357-40e2-92c4-30d5ccd0bf3d?src=embed&amp;embed_type=responsive_iframe" title="Manslaughter Case in Hollywood " allowfullscreen="" allow="fullscreen" style="position: absolute; width: 100%; height: 100%; top: 0px; left: 0px; border: none; padding: 0px; margin: 0px;"></iframe></div></p><p><b>Related story</b>: <a href="https://www.local10.com/news/local/2026/04/09/couple-accused-of-covering-up-3-week-old-sons-death-appears-in-broward-court/" target="_self" rel="" title="https://www.local10.com/news/local/2026/04/09/couple-accused-of-covering-up-3-week-old-sons-death-appears-in-broward-court/">Couple appears in Broward court accused of 3-week-old son’s death and cover up</a></p>]]></content:encoded></item><item><title><![CDATA[Melania Trump denied ties to Jeffrey Epstein. The question remains: Why now?]]></title><link>https://www.local10.com/news/politics/2026/04/10/what-to-know-about-melania-trumps-statement-denying-knowledge-of-jeffrey-epsteins-crimes/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/04/10/what-to-know-about-melania-trumps-statement-denying-knowledge-of-jeffrey-epsteins-crimes/</guid><dc:creator><![CDATA[By The Associated Press, Associated Press]]></dc:creator><description></description><pubDate>Fri, 10 Apr 2026 21:31:31 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — First lady Melania Trump’s seemingly out-of-the-blue statement Thursday denying affiliation with disgraced sex trafficker Jeffrey Epstein left people still wondering Friday what prompted the public declaration at a time when the case had receded from the spotlight.</p><p>Reading prepared remarks at the White House on Thursday, Melania Trump said she and her attorneys were fighting back against “unfound and baseless lies” in regards to her connections to the late financier, a convicted sex offender who leveraged connections to the rich, powerful and famous to recruit his victims and cover up his crimes.</p><p>“The lies linking me with the disgraceful Jeffrey Epstein need to end today,” she said. “The individuals lying about me are devoid of ethical standards, humility and respect. I do not object to their ignorance, but rather I reject their mean-spirited attempts to defame my reputation.”</p><p>The first lady didn't take questions from the press after her statement, leaving many with questions:</p><p>Why now?</p><p>It's unclear.</p><p>The message came as her husband, President Donald Trump, and his administration had finally seemed to move past more than a year of controversy surrounding Epstein, especially as the Iran war had become all-consuming in Washington.</p><p>The first lady’s comments almost assuredly will serve to push the story back into the political spotlight even as the president urged the public and media to move on from the case.</p><p>Who was Melania Trump responding to?</p><p>Melania Trump seemingly referenced a brief email from 2002 with the sender and recipient blacked out. It begins, “Dear G!” and ends “Love, Melania,” and compliments the recipient on a magazine article about “JE.”</p><p>“I know you are very busy flying all over the world,” it says. “How was Palm Beach? I cannot wait to go down. Give me a call when you are back in NY.”</p><p>That email was sent the same month that a New York Magazine article was published about Epstein in which Trump called him a “terrific guy.”</p><p>Melania Trump said Thursday that she was not friends with Epstein or his confidant and onetime girlfriend Ghislaine Maxwell, but was in overlapping social circles in New York and Florida. She described an email reply she sent to Maxwell as “casual correspondence” without elaborating.</p><p>“My polite reply to her email doesn’t amount to anything more than a trivial note,” she said.</p><p>Among other documents released was an image from Epstein’s home showing a series of photographs along a credenza and in drawers. In that image, inside a drawer among other photos, was a photograph of Donald Trump alongside Epstein, Melania Trump and Maxwell.</p><p>Melania Trump noted Thursday that several individuals and organizations have had to apologize for their “lies about me.” Of the examples she cited, the most recent was in October. In that case, book publisher HarperCollins UK apologized to the first lady and retracted passages from a book suggesting Epstein played a role in introducing her and Donald Trump.</p><p>What did President Trump say about his wife’s comments?</p><p>MS ​NOW ​reporter Jacqueline Alemany said on social media Thursday that President Trump told her he ⁠did ​not “know anything ​about” ​Melania ​Trump’s statement about ⁠Epstein.</p><p>The White House press office did not respond to requests for comment.</p><p>Nick Clemens, a spokesperson for the first lady, said the West Wing was aware beforehand that she was making a statement. But he deferred to the West Wing on whether the content of what Melania Trump planned to say was known.</p><p>In recent weeks President Trump’s public appearances have largely centered around the war in Iran.</p><p>What is the status of the release of the Epstein files?</p><p>The first lady brought Epstein back to the forefront months after federal authorities released millions of pages of documents under the Epstein Files Transparency Act, the law enacted after months of public and political pressure. It requires the government to open its files on the late financier and Maxwell.</p><p>Lawmakers initially complained when the Justice Department made only a limited release, but officials said more time was needed to review additional documents that were discovered and to ensure no sensitive information about victims was released.</p><p>Did anyone get punished after the files were made public?</p><p>Several key leaders in Europe have been punished for their affiliation with Epstein but there have been no comparable prosecutions in the U.S.</p><p>Most notably, Andrew Mountbatten-Windsor — Britain's former Prince Andrew — was arrested in February following the most recent trove of files that were released. Mountbatten-Windsor's name frequently appeared in the files, depicting a close relationship with Epstein.</p><p>But his arrest didn't have anything to do with sexual impropriety. Instead, he was arrested for allegedly sharing confidential trade information with Epstein.</p><p>Melania Trump called on Congress to hold a public hearing centered on survivors of Epstein’s crimes, with a chance to testify before lawmakers and have their stories entered into the congressional record.</p><p>“Each and every woman should have her day to tell her story in public if she wishes,” she said. “Then, and only then, we will have the truth.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/O4LCVREOG6ZE4HYNENNOP3T4A4.jpg?auth=1cc656ba02b0bace9b6778780a6dcb5a612ba9a5b1e09a814567fe523f6f05ac&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 arrives to speak with reporters Thursday, April 9, 2026, in the Grand Foyer of the White House in Washington. (AP Photo/Jacquelyn Martin)]]></media:description><media:credit role="author" scheme="urn:ebu">Jacquelyn Martin</media:credit></media:content></item><item><title><![CDATA[Ichiro Suzuki's statue unveiling has a mishap as bat snaps during ceremony]]></title><link>https://www.local10.com/sports/2026/04/10/ichiro-suzukis-statue-unveiling-has-a-mishap-as-bat-snaps-during-ceremony/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/04/10/ichiro-suzukis-statue-unveiling-has-a-mishap-as-bat-snaps-during-ceremony/</guid><dc:creator><![CDATA[By ANDREW DESTIN, Associated Press]]></dc:creator><description></description><pubDate>Fri, 10 Apr 2026 21:11:18 +0000</pubDate><content:encoded><![CDATA[<p>SEATTLE (AP) — Oh, snap.</p><p>The unveiling of Hall of Famer Ichiro Suzuki's statue had an unforced error on Friday — a broken bat.</p><p>As broadcaster Rick Rizzs declared “we're going to count down from 51!” — a nod to the jersey number retired by the Seattle Mariners for their beloved Suzuki — the curtain covering the bronze statue was pulled down, and so too went the bat.</p><p>A snapping noise could be heard as the bronze bat flopped down and confetti sprouted up.</p><p>“Here it is! The statue of one of the greatest players in the history of the game!” Rizzs declared as the curtain was pulled and a celebratory tune rang outside of T-Mobile Park.</p><p>The statue depicts Suzuki in his famed batting stance. He appeared to find the mishap to be hilarious, and joked through an interpreter that New York Yankees Hall of Fame closer Mariano Rivera got the best of him again.</p><p>“I didn’t think Mariano would come out here,” Suzuki said with a smile through the interpreter, “and break the bat.”</p><p>It did not take long for the Mariners to fix the statue; Suzuki’s bat was soon turned upright and reconnected at the handle. Suzuki, who was inducted into the Hall of Fame last summer, became only the third Mariners player to have his number retired by the franchise last year, joining Ken Griffey Jr. (No. 24) and Edgar Martinez (No. 11).</p><p>Griffey and Martinez also have statues outside of the park. They joined Suzuki at the ceremony, and all three pulled the curtain off the statue together. Suzuki made history last summer as the first Japanese-born player inducted into the Hall of Fame, earning a near-unanimous 99.7% of the vote from the Baseball Writers’ Association of America.</p><p>The way a jovial Suzuki saw it, his statue having an imperfection was only fitting.</p><p>“In the Hall of Fame, I was short one vote,” Suzuki said. “Today, the bat was broke. It kind of lets me know that I’m still not there, that I still need to keep going. So, this is a good example of that.”</p><p>___</p><p>AP MLB: https://apnews.com/MLB</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/VZATUILTX7EO6D3N5EIAMMNEOQ.jpg?auth=cb729a74b031d5a59ac5c52184d3c45ce34eb4256b173217390180f30a893ca0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Former Seattle Mariners Edgar Martinez, left, and Ken Griffey Jr., second from left, look on with right fielder Ichiro Suzuki, right, at the broken bat of Ichiro's statue during its unveiling outside of T-Mobile Park, Friday, April 10, 2026, in Seattle. (AP Photo/Lindsey Wasson)]]></media:description><media:credit role="author" scheme="urn:ebu">Lindsey Wasson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/T5LUHQ52V6FYMTAETAIR3UXI5M.jpg?auth=8db088c102b549dd96866bac12441f2b439c0e583bc7d22881b58191103e6883&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The bat on the statue of former Seattle Mariners right fielder Ichiro Suzuki is broken during the unveiling ceremony outside of T-Mobile Park, Friday, April 10, 2026, in Seattle. (AP Photo/Lindsey Wasson)]]></media:description><media:credit role="author" scheme="urn:ebu">Lindsey Wasson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GT3WNTCRVAC2VMSXO3UNOPPCZQ.jpg?auth=aed4f669e707c4dd03c7edf70fc13f2d80b17a088db5c1e2cbc9741fbbf43257&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A broken bat is seen on the statue of former Seattle Mariners right fielder Ichiro Suzuki during an unveiling ceremony outside of T-Mobile Park, Friday, April 10, 2026, in Seattle. (AP Photo/Lindsey Wasson)]]></media:description><media:credit role="author" scheme="urn:ebu">Lindsey Wasson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5T3YXYSMIZIWM5C6VMD3MWVO5Y.jpg?auth=201a69a57588ad20b149a717188a92926f1aae5ae423f6c7ec443e2b24ff9f74&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The statue of former Seattle Mariners right fielder Ichiro Suzuki is seen outside of T-Mobile Park, Friday, April 10, 2026, in Seattle. (AP Photo/Lindsey Wasson)]]></media:description><media:credit role="author" scheme="urn:ebu">Lindsey Wasson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QTB7K4OT7P42GNDOXDXXXI665I.jpg?auth=8f350f6f9c3d78d64481eac4dc721f412d9c66c12793a91779e909f4ac56f674&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Former Seattle Mariners right fielder Ichiro Suzuki departs with his dog Kikyu after the unveiling ceremony for his statue outside of T-Mobile Park, Friday, April 10, 2026, in Seattle. (AP Photo/Lindsey Wasson)]]></media:description><media:credit role="author" scheme="urn:ebu">Lindsey Wasson</media:credit></media:content></item><item><title><![CDATA[Eric Adams, former 'international mayor' of NYC, becomes an honorary Albanian citizen]]></title><link>https://www.local10.com/news/national/2026/04/10/eric-adams-former-international-mayor-of-nyc-becomes-an-honorary-albanian-citizen/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/04/10/eric-adams-former-international-mayor-of-nyc-becomes-an-honorary-albanian-citizen/</guid><dc:creator><![CDATA[By JAKE OFFENHARTZ, Associated Press]]></dc:creator><description></description><pubDate>Fri, 10 Apr 2026 20:19:58 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Former New York City Mayor Eric Adams announced Friday that he had become a citizen of Albania, putting him one step closer to his oft-repeated dream of leaving politics behind for a life abroad.</p><p>Adams, a Democrat, received the honorary citizenship “at his request,” according to an official decree from the country’s president, Bajram Begaj.</p><p>The news was first reported in the Albanian press and confirmed by a spokesperson for Adams, who said the ex-mayor had “long been a friend and ally of the Albanian-American community.”</p><p>“The decision by the Republic of Albania to grant Mayor Adams citizenship reflects that enduring relationship and mutual respect,” the spokesperson, Todd Shapiro, said in a text message, adding that the recognition “further strengthens the bond between New York and Albania.”</p><p>Adams, who once described himself as an “international mayor,” has previously expressed an affinity for the small Balkan nation. His adult son lived in the country while competing in Albania’s version of “American Idol." Adams traveled there himself in October — one of several international trips taken in his final months in office.</p><p>The purpose, he said at the time, was “to say hello to a friend and learn from a friend and build a relationship with a friendship that will not allow our oceans or seas to divide us.”</p><p>It wasn’t immediately clear what, if anything, Adams planned to do with his new citizenship. But he has previously expressed a desire to move far from his hometown of New York City.</p><p>“When I retire from government, I’m going to live in Baku,” Adams, then Brooklyn Borough President, said at an event honoring the Azerbaijan community in 2018. A few years later, in an interview with a Jewish publication, Adams said he would like to retire in the Israeli-occupied Golan Heights.</p><p>As mayor, Adams' penchant for international trips to Turkey prompted a federal indictment focused, in part, on allegations that he accepted improper travel benefits from foreign nationals.</p><p>Adams denied the allegations, and the case was later ordered dropped by President Donald Trump’s Justice Department. Adams later met with Trump administration officials about the possibility of taking an ambassadorship, which did not materialize.</p><p>Shortly after dropping his ailing bid for reelection, Adams embarked on a four-day trip to Albania, meeting with the country’s Prime Minister Edi Rama and members of his Cabinet, along with local business leaders. The trip was paid for in part by the Albanian government.</p><p>Since leaving office, Adams has been spotted in Dubai and the Democratic Republic of Congo. He also told reporters that he planned to fly to Senegal for a business opportunity, which he declined to discuss further.</p><p>In January, he launched a cryptocurrency coin that he said would beat back antisemitism and “anti-Americanism,” but it drew scrutiny after losing millions of dollars in value.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/PYPQIW5A7PPUD32CA3GME6EMRA.jpg?auth=ab89b1d1feef1c1b51712ad2522257b2ebb44b07edc81dc7ce7b371489c14724&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - New York City Mayor Eric Adams appears before a House Committee on Oversight and Government Reform hearing with Sanctuary City Mayors on Capitol Hill, March 5, 2025, in Washington. (AP Photo/Rod Lamkey, Jr.,File)]]></media:description><media:credit role="author" scheme="urn:ebu">Rod Lamkey</media:credit></media:content></item><item><title><![CDATA[Marlins place Griffin Conine on IL with hamstring tear, recall Deyvison De Los Santos]]></title><link>https://www.local10.com/sports/local/2026/04/10/marlins-place-griffin-conine-on-il-with-hamstring-tear-recall-deyvison-de-los-santos/</link><guid isPermaLink="true">https://www.local10.com/sports/local/2026/04/10/marlins-place-griffin-conine-on-il-with-hamstring-tear-recall-deyvison-de-los-santos/</guid><dc:creator><![CDATA[Pablo Hernandez]]></dc:creator><description><![CDATA[The Miami Marlins announced roster changes Friday afternoon, including an update on outfielder Griffin Conine’s injury.]]></description><pubDate>Fri, 10 Apr 2026 19:56:50 +0000</pubDate><content:encoded><![CDATA[<p>The Miami Marlins announced roster changes Friday afternoon, <a href="https://x.com/Marlins/status/2042686564698861600" target="_self" rel="" title="https://x.com/Marlins/status/2042686564698861600">including an update</a> on outfielder <a href="https://www.local10.com/sports/local/2026/04/09/marlins-griffin-conine-exits-thursdays-game-in-6th-inning-with-injury/" target="_self" rel="" title="https://www.local10.com/sports/local/2026/04/09/marlins-griffin-conine-exits-thursdays-game-in-6th-inning-with-injury/">Griffin Conine’s injury.</a></p><p>The team announced that Conine was placed on the 10-day injured list with a left hamstring tear after attempting to make a diving catch in left field during Thursday’s series finale win against the Cincinnati Reds.</p><p>Conine is batting .273 with a .951 OPS, six hits, two home runs, and four RBIs in 22 plate appearances this season.</p><p>It is still unknown how long he will be out.</p><p>The Marlins also recalled infielder Deyvison De Los Santos from Triple-A Jacksonville.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/IALL3E6HPZCPHACUQQG2MYJFAQ.jpg?auth=cd160d42bb51b05dcff2d43e99e20a5c7d4c362dacee39642c25908d8be08015&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Miami Marlins Griffin Conine, right, follows through for a double during the seventh inning of a baseball game against the Philadelphia Phillies, Thursday, Sept. 5, 2024, in Miami. (AP Photo/Lynne Sladky)]]></media:description><media:credit role="author" scheme="urn:ebu">Lynne Sladky</media:credit></media:content></item><item><title><![CDATA[Pirates get 1st hit off Cubs' Thielbar in 7th inning after Imanaga departs]]></title><link>https://www.local10.com/sports/2026/04/10/pirates-get-1st-hit-off-cubs-thielbar-in-7th-inning-after-imanaga-departs/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/04/10/pirates-get-1st-hit-off-cubs-thielbar-in-7th-inning-after-imanaga-departs/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description></description><pubDate>Fri, 10 Apr 2026 20:19:45 +0000</pubDate><content:encoded><![CDATA[<p>CHICAGO (AP) — Shota Imanaga pitched six dazzling innings for the Chicago Cubs on Friday before Ryan O'Hearn led off the seventh with a single to right off Caleb Thielbar for Pittsburgh's first hit of the game.</p><p>Imanaga struck out nine and walked one. He threw 100 pitches, 68 for strikes.</p><p>O’Hearn greeted Thielbar with a liner to right on a 1-1 slider. Bryan Reynolds drove Thielbar's next pitch deep to left for his third homer, lifting the Pirates to a 2-0 lead on a chilly afternoon at Wrigley Field.</p><p>Pittsburgh got its first baserunner when Oneil Cruz walked with two down in the second. Imanaga then fanned rookie Konnor Griffin for the final out of the inning.</p><p>The 32-year-old Imanaga went 0-1 with a 4.50 ERA in his first two starts of the season.</p><p>___</p><p>AP MLB: https://apnews.com/MLB</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/CTE2POGZPXKCN575K5T4QAEK5Q.jpg?auth=6679ed51613a90e61706dc059efee37733da12d62921b457ed74033ec6d3b6bc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Chicago Cubs starter Shota Imanaga delivers a pitch during the first inning of a baseball game against the Pittsburgh Pirates in Chicago, Friday, April 10, 2026. (AP Photo/Paul Beaty)]]></media:description><media:credit role="author" scheme="urn:ebu">Paul Beaty</media:credit></media:content></item><item><title><![CDATA[Texas exodus as women's Final Four team sees key players hit transfer portal]]></title><link>https://www.local10.com/sports/2026/04/10/texas-exodus-as-womens-final-four-team-sees-key-players-hit-transfer-portal/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/04/10/texas-exodus-as-womens-final-four-team-sees-key-players-hit-transfer-portal/</guid><dc:creator><![CDATA[By JIM VERTUNO, Associated Press]]></dc:creator><description></description><pubDate>Fri, 10 Apr 2026 19:33:24 +0000</pubDate><content:encoded><![CDATA[<p>AUSTIN, Texas (AP) — From Final Four to roster rebuild. That's what Texas women's basketball coach Vic Schaefer is facing after a group of key players hit the transfer portal this week.</p><p>Schaefer still has three-time All-American Madison Booker to build around, but the departures were jarring. A program coming off consecutive Final Four appearances was expecting to refresh and reload behind Booker, a group of seasoned veterans and one of the top recruiting classes in the country.</p><p>Texas was already losing starting point guard Rori Harmon and center Kyla Oldacre, as well as key reserve forward Teya Sidberry as all three had expired their college eligibility.</p><p>But soon after the transfer portal opened, a trio of players who were expected to be major contributors next year bolted.</p><p>Sophomore Jordan Lee, the team’s second-leading scorer who started 38 games and averaged 13.2 points and was the team's top 3-point shooter, was among them. So was Aaliyah Crump, who was one of the top recruits in the country in 2025. She missed 15 games last season with a foot injury but played in 24, averaging 7.9 points.</p><p>And sophomore Justice Carlton, who flashed moments of brilliance but also struggled with consistency, started 28 games and averaged 8.5 points. Also transferring is Aaliyah Moore, who missed last season with an injury.</p><p>Carlton posted on social media that she had wanted to play her entire career at Texas.</p><p>“I never imagined I'd transfer,” she wrote, “But some things just don't work.”</p><p>Schaefer did not plan to make a comment on the departures, a team spokesman said.</p><p>The players transferring out leave a team that has rocketed into the national elite in Schaefer's six seasons. In that span, Texas returned to the Final Four for the first time since 2003 and advanced to the Elite Eight three other times.</p><p>Texas won a share of the Southeastern Conference regular-season title in 2025 and won the league tournament this past season. Texas also earned No. 1 seeds for the NCAA Tournament the last three years.</p><p>Schaefer has proven to be a demanding coach to play for, and willing to publicly criticize his players.</p><p>After an 18-point loss in Nashville on Feb. 12, he went on a postgame rant that questioned his team’s heart and called the Longhorns “probably the softest team I’ve had in years.”</p><p>They didn't lose again until the Final Four. Schaefer's comments followed the team to Phoenix, where Harmon and Booker said the players had responded well to their coach's rebuke.</p><p>The roster needs an overhaul for next season but is far from bare. Schaefer's incoming recruiting class is ranked among the best in the nation, highlighted by guard Addison Bjorn and forward Brihanna Crittendon.</p><p>___</p><p>Get poll alerts and updates on the AP Top 25 throughout the season. Sign up here. AP women’s college basketball: https://apnews.com/hub/ap-top-25-womens-college-basketball-poll and https://apnews.com/hub/womens-college-basketball</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/26DQT3EIVKMWI5TLKHCLW663EM.jpg?auth=741bc355f9fbea11ffbafd569de9dfa8a964b57d268fb96b8af85228677ee2a6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Texas head coach Vic Schaefer, right, encourages his players at Texas forward Madison Booker (35) runs the court during practice prior to the national semifinals Women's Final Four of the NCAA college basketball tournament, Thursday, April 2, 2026, in Phoenix. (AP Photo/Ross D. Franklin)]]></media:description><media:credit role="author" scheme="urn:ebu">Ross D. Franklin</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VB7UFI4XLNLRCRSQLAUSL3OXUI.jpg?auth=2c3f758c096e6d6d8352981c83c761738c769355aca22046f54f049bdeec2363&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Texas forward Madison Booker (35) drives against UCLA guard Gabriela Jaquez (11) during the first half of a women's NCAA college basketball tournament semifinal game at the Final Four, Friday, April 3, 2026, in Phoenix. (AP Photo/Rick Scuteri)]]></media:description><media:credit role="author" scheme="urn:ebu">Rick Scuteri</media:credit></media:content></item><item><title><![CDATA[Heat waive Terry Rozier, the last official act of a season derailed by federal gambling charges]]></title><link>https://www.local10.com/news/florida/2026/04/10/heat-waive-terry-rozier-the-last-official-act-of-a-season-derailed-by-federal-gambling-charges/</link><guid isPermaLink="true">https://www.local10.com/news/florida/2026/04/10/heat-waive-terry-rozier-the-last-official-act-of-a-season-derailed-by-federal-gambling-charges/</guid><dc:creator><![CDATA[By TIM REYNOLDS, Associated Press]]></dc:creator><description><![CDATA[Terry Rozier, who is facing federal charges related to a gambling operation, was waived by the Miami Heat on Friday in an expected and procedural move that allows the team to sign another player to its roster before the postseason.]]></description><pubDate>Fri, 10 Apr 2026 17:44:54 +0000</pubDate><content:encoded><![CDATA[<p>MIAMI (AP) — Terry Rozier, who is facing federal charges related to a gambling operation, was waived by the Miami Heat on Friday in an expected and procedural move that allows the team to sign another player to its roster before the postseason.</p><p>Rozier was with the Heat for one game this season — the opener at Orlando on Oct. 22, a contest in which he did not play. He was arrested by federal officials at the team hotel the following morning on charges that he offered information to help people win bets on his stat totals in a 2023 game when was with the Charlotte Hornets.</p><p>Miami has until Sunday to sign another player. It’ll open play in the play-in tournament either Tuesday or Wednesday.</p><p>Rozier was placed on leave by the NBA shortly after his arrest. He has collected his $26.6 million salary this season; the Heat were first paying it into an interest-bearing account, and an arbitrator later ruled that Rozier should be getting the money despite his legal issues.</p><p>The Heat traded for Rozier in January 2024, unaware of the gambling probe. Miami sent Kyle Lowry and a 2027 first-round pick to Charlotte in return for Rozier; last month, the Hornets wound up giving Miami a second-round pick in this year’s draft, a largely unprecedented move presumably to close the dispute over what wasn’t disclosed at the time of the original deal.</p><p>Miami, like all teams, had until 5 p.m. Friday to waive a player with either an expiring contract or one where the team held an option for next season. The Heat, albeit in name only, have continued listing Rozier on injury reports as “not with team” all season, and his nameplate has even remained over his stall in the team locker room even after it became obvious that he would not be with the team again.</p><p>It’s not known how much contact Rozier — who was in the final year of his four-year, $96.2 million contract — has had with the Heat since his arrest. He did reach out to some in the organization via text in celebration of Bam Adebayo’s 83-point game against Washington, but hasn’t been known to have been around the team in any way since October.</p><p>The NBA was aware of unusual prop bet activity surrounding Rozier’s performance in that March 23, 2023, game he played with Charlotte against the New Orleans Pelicans; it was flagged by sportsbooks that afternoon, but a league probe — not the federal investigation — found no reason at that time to keep him from playing.</p><p>Rozier was in the starting lineup for Charlotte for that game and played reasonably well in 9 1/2 minutes of action, with five points, four rebounds, two assists and a steal. That remains one of only two times in his career that he had that many points, rebounds and assists in a first quarter.</p><p>Rozier cited foot pain as his reason for not returning to that game. The Hornets have not said publicly if they were aware of any federal probes into Rozier’s conduct at that time.</p><p>Rozier has averaged 13.9 points per game in his career, which includes stops with Charlotte and Boston before coming to Miami. He appeared in 95 games with the Heat.</p><p>___</p><p>AP NBA: https://apnews.com/hub/NBA</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/6AMH44F36LFL3J67SLEZV6L4F4.jpg?auth=2dae180a3911e289b37b9aea3f5e6a23d3ea2a91a1c0f6d03b2b4713a82d9485&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Miami Heat's Terry Rozier leaves Brooklyn federal court, Dec. 8, 2025, in New York. (AP Photo/Yuki Iwamura, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Yuki Iwamura</media:credit></media:content></item><item><title><![CDATA[Reportan amenaza de bomba en escuela del suroeste de Miami-Dade, autoridades determinan que fue llamada falsa tipo “swatting”]]></title><link>https://www.local10.com/espanol/2026/04/10/reportan-amenaza-de-bomba-en-escuela-del-suroeste-de-miami-dade-autoridades-determinan-que-fue-llamada-falsa-tipo-swatting/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/10/reportan-amenaza-de-bomba-en-escuela-del-suroeste-de-miami-dade-autoridades-determinan-que-fue-llamada-falsa-tipo-swatting/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Agentes de la Oficina del Sheriff de Miami-Dade informaron que respondieron a una amenaza de bomba reportada en la escuela Westwood Christian, en el suroeste de Miami-Dade, el viernes por la tarde.]]></description><pubDate>Fri, 10 Apr 2026 19:16:21 +0000</pubDate><content:encoded><![CDATA[<p>Agentes de la Oficina del Sheriff de Miami-Dade respondieron a una amenaza de bomba reportada en la escuela Westwood Christian School, en el suroeste de Miami-Dade, la tarde de este viernes.</p><p>Las autoridades indicaron que los agentes acudieron al área de la calle 58 del suroeste y la avenida 120 del suroeste, en el vecindario de Kendale Lakes.</p><p>La escuela, que abarca desde prekindergarten hasta grado 12, está ubicada cerca de la intersección.</p><p>Sky 10 sobrevoló la escuela a las 2:53 p.m., donde se observaba a agentes y equipos de Miami-Dade Fire Rescue en la escena.</p><p>Las autoridades informaron que los agentes realizaron una revisión de seguridad exhaustiva del campus siguiendo los protocolos establecidos.</p><p>Posteriormente, los equipos de respuesta concluyeron la inspección y determinaron que la llamada fue un incidente de “swatting”.</p><p>Los estudiantes y el personal ya regresaron a la escuela.</p><p>No se divulgaron más detalles de inmediato.</p>]]></content:encoded></item><item><title><![CDATA[Bomb threat reported at southwest Miami-Dade school determined to be swatting call, deputies say ]]></title><link>https://www.local10.com/news/local/2026/04/10/deputies-respond-to-bomb-threat-reported-at-westwood-christian-school-in-southwest-miami-dade/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/10/deputies-respond-to-bomb-threat-reported-at-westwood-christian-school-in-southwest-miami-dade/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Deputies with the Miami-Dade Sheriff’s Office said they responded to a reported bomb threatWestwood Christian School in southwest Miami-Dade on Friday afternoon. ]]></description><pubDate>Fri, 10 Apr 2026 19:05:14 +0000</pubDate><content:encoded><![CDATA[<p>Deputies with the Miami-Dade Sheriff’s Office said they responded to a reported bomb threat at Westwood Christian School in southwest Miami-Dade on Friday afternoon. </p><p><a href="https://www.local10.com/espanol/2026/04/10/reportan-amenaza-de-bomba-en-escuela-del-suroeste-de-miami-dade-autoridades-determinan-que-fue-llamada-falsa-tipo-swatting/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/04/10/reportan-amenaza-de-bomba-en-escuela-del-suroeste-de-miami-dade-autoridades-determinan-que-fue-llamada-falsa-tipo-swatting/">Leer en español</a></p><p>Authorities said MDSO deputies were called to the area of Southwest 58th Street and Southwest 120th Avenue in the Kendale Lakes neighborhood.</p><p>The pre-kindergarten–12 school is located near the intersection.</p><p>Sky 10 flew over the school at 2:53 p.m., where deputies and Miami-Dade Fire Rescue crews were at the scene. </p><p>Authorities said deputies conducted a comprehensive security sweep of the campus while following established safety protocols.</p><p>First responders later concluded the sweep and determined the call was a swatting incident. Students and staff have since returned to the school.</p><p>No other details were immediately released. </p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Trump's Washington arch plan includes golden-winged figure, eagles, lions and 'One Nation Under God']]></title><link>https://www.local10.com/news/politics/2026/04/10/trumps-washington-arch-plan-includes-golden-winged-figure-eagles-lions-and-one-nation-under-god/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/04/10/trumps-washington-arch-plan-includes-golden-winged-figure-eagles-lions-and-one-nation-under-god/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description></description><pubDate>Fri, 10 Apr 2026 19:57:05 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — President Donald Trump's plans for a new triumphal arch in the capital, unveiled on Friday, include a towering winged figure with a Lady Liberty-like torch and crown, flanked by two eagles and guarded by four lions — all gilded.</p><p>The 12-page plan released by the U.S. Commission on Fine Arts shows the arch will stand 250 feet tall (76.2 meters) from its base to the tip of the winged figure's torch, with “One Nation Under God” and “Liberty and Justice for All” inscribed in gold atop either side of the monument.</p><p>The plan indicates the structure would stand between the Lincoln Memorial in the east and Arlington National Cemetery toward the west and within a traffic circle connecting Washington with northern Virginia. The arch would dwarf the Lincoln Memorial, which stands at 99 feet tall (30.2 meters).</p><p>Trump has said he wants to build the arch near the Lincoln Memorial and argued that the nation’s capital first sought such a monument 200 years ago.</p><p>“It was interrupted by a thing called the Civil War, and so it never got built,” Trump said in February. “Then, they almost built something in 1902, but it never happened.”</p><p>Trump has said that major cities around the world have such monuments, and Washington is the only one without one.</p><p>The arch is one of several architectural changes Trump is making in his second term. In addition to building a large ballroom at the White House, he's also made changes to the Oval Office and converted the Rose Garden into a stone-covered patio.</p><p>The arch goes beyond the White House, giving Trump a chance to leave another lasting monument in a city known for them. It would expand on his earlier talk of sprucing up the city by replacing its “tired” grasses, and broken signage and street medians.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/XTR6GD25YL2CBV5L2B5SFQ3HJ4.jpg?auth=ef085fd837354c8c0d1ba408faa08c57a99f63aa0bca9b022b919e79529e00e0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Artist renderings and diagrams for President Donald Trump's new triumphal arch released by the U.S. Commission on Fine Arts that is planned to be built in Washington between the Lincoln Memorial and Arlington National Cemetery, are photographed Friday, April 10, 2026. (AP Photo/Jon Elswick)]]></media:description><media:credit role="author" scheme="urn:ebu">Jon Elswick</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XXGHDBHHFVVJD2YGMLBEUWXHY4.jpg?auth=35706f7c27dc1f8b0709e8fabc7b5af1195134899458499ea4dcde8f13e8cf88&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Artist renderings and diagrams for President Donald Trump's new triumphal arch released by the U.S. Commission on Fine Arts that is planned to be built in Washington between the Lincoln Memorial and Arlington National Cemetery, are photographed Friday, April 10, 2026. (AP Photo/Jon Elswick)]]></media:description><media:credit role="author" scheme="urn:ebu">Jon Elswick</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/J5PSDJC2YHNODWMA7FLLPAPKRQ.jpg?auth=6e3310570ac2221252ee94b85a939cf2e1632ca7b5e9ac95e10604f22199fc8e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Artist renderings and diagrams for President Donald Trump's new triumphal arch released by the U.S. Commission on Fine Arts that is planned to be built in Washington between the Lincoln Memorial and Arlington National Cemetery, are photographed Friday, April 10, 2026. (AP Photo/Jon Elswick)]]></media:description><media:credit role="author" scheme="urn:ebu">Jon Elswick</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LJ5LYUHUJWW7DRDAUJBI7U7XTA.jpg?auth=a4decb67b63cf8bf263f5a62afc3692a88215087425d4b209438cb5057dc402d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Artist renderings and diagrams for President Donald Trump's new triumphal arch released by the U.S. Commission on Fine Arts that is planned to be built in Washington between the Lincoln Memorial and Arlington National Cemetery, are photographed Friday, April 10, 2026. (AP Photo/Jon Elswick)]]></media:description><media:credit role="author" scheme="urn:ebu">Jon Elswick</media:credit></media:content></item><item><title><![CDATA[Trump shares video of a brutal Florida killing allegedly by Haitian immigrant]]></title><link>https://www.local10.com/news/florida/2026/04/10/trump-shares-video-of-a-brutal-florida-killing-allegedly-by-haitian-immigrant/</link><guid isPermaLink="true">https://www.local10.com/news/florida/2026/04/10/trump-shares-video-of-a-brutal-florida-killing-allegedly-by-haitian-immigrant/</guid><dc:creator><![CDATA[By GISELA SALOMON, MARTHA BELLISLE and REBECCA SANTANA, Associated Press]]></dc:creator><description></description><pubDate>Fri, 10 Apr 2026 19:52:07 +0000</pubDate><content:encoded><![CDATA[<p>MIAMI (AP) — President Donald Trump shared video of a deadly attack allegedly by a Haitian immigrant accused of bludgeoning a woman with a hammer at a Florida gas station, portraying the killing as justification for his administration's mass deportation agenda.</p><p>Rolbert Joachin, 40, was arrested and charged with killing a woman on April 2 in Fort Myers, about 160 miles northwest of Miami. Authorities said the man was from Haiti and arrived in the U.S. in 2022. The woman who was killed was identified as a 51-year-old immigrant from Bangladesh and a mother of two adult daughters.</p><p>Trump, who posted the video late Thursday to his Truth Social account, has often sought to portray immigrants as bringing crime to the U.S., and the video emerging from the Florida attack presented him with a new, particularly graphic opportunity to do so. Trump also often paints Democrats and his predecessor, former President Joe Biden, as allowing in immigrants who posed a criminal or national security threat to the U.S.</p><p>Critics say the president unjustly paints all immigrants as criminals in an effort to bolster his immigration agenda, when studies have found that people living in the U.S. illegally are less likely than native-born Americans to have been arrested for violent, drug and property crimes.</p><p>“The video of her brutal slaying is one of the most vicious things you will ever see,” Trump said in his post, describing the man as an “animal."</p><p>Graphic video captured woman's killing</p><p>The woman who was killed was working as a clerk at the convenience store of the gas station, according to court documents. The killing happened outside the store and the man was arrested the same day.</p><p>In security camera footage of her killing posted on the Department of Homeland Security's X feed, the man can be seen repeatedly slamming the hammer into a black vehicle parked in front of the gas station. Eventually a woman in black pants and a pink shirt comes out and appears to question him.</p><p>The man, wearing a yellow shirt and black shorts, walks up to the woman and immediately swings the hammer at her head. The woman falls down on the sidewalk in front of the gas station’s front doors. The man attacks the woman with the hammer multiple times before stepping over her unmoving body and walking away, out of the frame of the camera.</p><p>The victim was later ıdentified in a police report as Nilufa Easmın, 51. A GoFundMe started by Samir Bahadur Syed, the President of the Bangladesh Association of Southwest Florida, described her as a "devoted mother who worked tirelessly to provide for her two young daughters."</p><p>Syed said that Easmin arrived in the United States about three decades ago and resided in Miami and Palm Beach before moving to Florida’s west coast. She was a single mother, and her two daughters — one 23 years old and the other about 26 — were born in the U.S., Syed told The Associated Press.</p><p>He added that Easmin had been working at the convenience store for nearly five months and that she also held another job.</p><p>Fort Myers police said they responded to a report of a woman being hit with a hammer at a Chevron gas station. When officers arrived they found a woman on the ground with blood around her head and multiple cuts.</p><p>Officers later located Joachin walking on the street and took him into custody. The police said he has confessed. He was charged with murder and property damage and appeared in court on Wednesday. His arraignment is set for May 4.</p><p>An email message sent to the public defender listed in court records as Joachin’s lawyer seeking comment was not immediately returned.</p><p>Trump administration criticizes temporary deportation protections</p><p>Trump blamed Biden for granting the man temporary protection to stay in the U.S.</p><p>Kelly Walker, acting field office director for ICE enforcement and removal operations, Miami field office, said during a news conference Friday that Joachin arrived in a “water vessel” near Key West, Florida in August 2022. He was arrested and given Temporary Protective Status in 2023. That status was revoked this week, Walker said.</p><p>The Trump administration has harshly criticized the use of Temporary Protected Status, which can be granted by an administration to citizens of a country that's going through turmoil or strife. Immigrants who qualify are allowed to stay in the U.S. and work for a temporary period, although Republican critics contend that the Biden administration misused its TPS authorities to broadly allow hundreds of thousands of people to stay in the country.</p><p>There are several lawsuits at the federal courts challenging Trump's efforts to terminate TPS for more than one million people, including 350,000 Haitians. In March, a federal appeals court sided with a lower judge’s ruling against the end of temporary status for Haiti and the U.S. Supreme Court will hear arguments on April 29.</p><p>The Department of Homeland Security and the Trump administration have often highlighted crimes committed by immigrants and created a website where people can look up people arrested by Immigration and Customs Enforcement and the crimes they’ve committed in the U.S.</p><p>The administration often highlights “Angel Families” who have lost family members to crimes committed by immigrants.</p><p>On Thursday ICE held an event marking the one-year anniversary of the reopening of an office dedicated to assisting those families, including emotional testimony from some of the surviving family members.</p><p>——</p><p>Bellisle reported from Seattle and Santana from Washington.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/IYMRVJE57RCCRUPB6UD5XQJST4.jpg?auth=1bf470048e84ed17ecddb044b4cd9a006197db4d80f022d33fe3a0c857cfe3b0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump speaks with reporters during the White House Easter Egg Roll on the South Lawn of the White House, Monday, April 6, 2026, in Washington. (AP Photo/Julia Demaree Nikhinson)]]></media:description><media:credit role="author" scheme="urn:ebu">Julia Demaree Nikhinson</media:credit></media:content></item><item><title><![CDATA[Colombia examina subir aranceles al 100% a Ecuador en medio de crisis diplomática y comercial]]></title><link>https://www.local10.com/espanol/2026/04/10/ecuador-y-colombia-atascados-en-una-crisis-diplomatica-y-comercial-sin-aparente-salida-a-corto-plazo/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/10/ecuador-y-colombia-atascados-en-una-crisis-diplomatica-y-comercial-sin-aparente-salida-a-corto-plazo/</guid><dc:creator><![CDATA[Por GONZALO SOLANO y ASTRID SUÁREZ, Associated Press]]></dc:creator><description></description><pubDate>Fri, 10 Apr 2026 21:01:47 +0000</pubDate><content:encoded><![CDATA[<p>QUITO (AP) — Ecuador y Colombia atraviesan una crisis diplomática, política y comercial que se ha profundizado por el aumento al 100% de los aranceles a los productos colombianos —que el gobierno de ese país examina equiparar— y el llamado a consultas de sus respectivos embajadores.</p><p>Y según analistas consultados el viernes, el conflicto no muestra señales de resolverse en el corto plazo.</p><p>La tensión está causando graves afectaciones a los sectores productivos de ambos países, especialmente en la zona fronteriza donde hasta hace unos meses el comercio, el transporte de mercancías, de bodegas y servicios eran incesantes.</p><p>La guerra arancelaria comenzó a fines de enero cuando Ecuador reclamó a Colombia por la falta de control de su lado de la frontera, donde actúan con relativa libertad grupos armados y del narcotráfico y se quejó de una balanza comercial negativa de casi 1.000 millones de dólares anuales.</p><p>Afectaciones económicas y comerciales</p><p>Ecuador subió la víspera al 100% los aranceles a los productos colombianos y la respuesta no tardó en llegar. El viernes el Ministerio de Comercio colombiano anunció que aumentaría el arancel a las importaciones provenientes de Ecuador del 30% al 100% en una propuesta que llevará a un comité antes de dejarla firma y que busca "restablecer las condiciones equitativas en el intercambio comercial”.</p><p>“Es un mensaje concreto de querer aniquilar totalmente el mercado de exportaciones entre Colombia y Ecuador, porque con un arancel del 100% obviamente saca de competitividad a las empresas colombianas”, advirtió a The Associated Press Oliva Diazgranados, directora ejecutiva de la Cámara Colombo Ecuatoriana, con sede en Bogotá.</p><p>Vaticinó que la mayoría de las empresas no lograrán sobrevivir hasta agosto, cuando se produzca el cambio de gobierno en Colombia, y estimó que ya han perdido cerca de 800 millones de dólares de intercambio comercial.</p><p>Expectativa por cambio político en Colombia</p><p>El presidente ecuatoriano Daniel Noboa lamentó el jueves en X que no se pueda llegar a acuerdos “con quien no tiene el mismo compromiso para luchar contra el narcoterrorismo”, aunque evitó mencionar a su par colombiano Gustavo Petro. Aseguró que espera que en el futuro pueda “conversar con un gobierno que sí esté comprometido con combatir la delincuencia y el narcotráfico”.</p><p>Colombia elegirá al sucesor de Petro el 31 de mayo y en caso de que ningún candidato alcance la cantidad de votos exigida por la ley irá a un balotaje en junio. En la carrera presidencial compiten 14 candidatos, entre ellos el senador Iván Cepeda, del partido de Petro; la senadora Paloma Valencia y el ultraderechista Abelardo de la Espriella.</p><p>El analista político y profesor de la Universidad Andina, Gustavo Isch, dijo que ve "imposible una salida en el corto plazo” a la crisis bilateral porque Ecuador tiene una política internacional y comercial “anclada a Estados Unidos y ese país no es afín al gobierno colombiano”.</p><p>Al tiempo que Noboa reclamaba a Colombia por no actuar con eficacia contra el crimen en la frontera, anunció operaciones conjuntas con Estados Unidos contra el crimen organizado.</p><p>“Esa alianza se está fortaleciendo y están tomando ventaja del anti-petrismo de oficiales dentro del Departamento de Estado, para ser aún más audaces con Colombia porque saben que Estados Unidos los va a apoyar”, dijo a la AP Gimena Sánchez-Garzoli, directora para los Andes de la Oficina en Washington para Asuntos Latinoamericanos (WOLA).</p><p>Una compleja frontera</p><p>La extensa y porosa franja limítrofe ha sido usada por años por grupos armados ilegales colombianos vinculados al tráfico de drogas, la minería ilegal, el contrabando y la trata de personas que se asocian con bandas locales ecuatorianas, según el gobierno de Noboa.</p><p>La tensión política podría tener consecuencias “muy serias” en el ámbito de la seguridad según Grace Jaramillo, analista internacional y catedrática de Universidad de la Columbia Británica en Vancouver, Canadá.</p><p>Jaramillo explicó que cuando no hay confianza bilateral “no hay inteligencia compartida, seguridad, control del tráfico de narcóticos, de armas, de movimientos del crimen organizado. Eso es gravísimo”.</p><p>Organismos internacionales han advertido que el 70% de la droga que llega a Ecuador se produce en Colombia. Petro ha dicho que su gobierno ha priorizado la incautación de droga logrando resultados récord y aumentando la presencia militar en la frontera compartida, mientras cuestionó que Ecuador “debilitó la vigilancia en los puertos marítimos”.</p><p>Jaramillo aseguró que la crisis podría resolverse si Noboa elimina la tasa a los productos colombianos que “nunca debió comprometer el comercio con otro país” y que afecta especialmente a Ecuador.</p><p>El mercado colombiano recibe 1.150 productos ecuatorianos y es el quinto destino de sus exportaciones no petroleras —entre las que se destacan las grasas y aceites vegetales, las conservas de atún, la madera, el camarón y minerales. Al menos 620 empresas ecuatorianas están vinculadas con la exportación a Colombia, según la Federación Ecuatoriana de Exportadores.</p><p>El exministro de Economía de Ecuador, Fausto Ortiz, aseguró a AP que debido a la magnitud de la economía colombiana es “más fácil que asimile el impacto de las medidas impuestas por Ecuador".</p><p>“Es un desgaste innecesario” que causa un efecto que “tomará un proceso largo para ser restaurado desde cuando haya una solución”, aseguró Ortiz, quien advirtió que la incertidumbre paraliza las empresas, causa despidos y alienta el contrabando.</p><p>————</p><p>Suárez reportó desde Bogotá.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/LOKIT4RLKFC5YRCFN6GOGUG7SA.jpg?auth=19b34a473d159337172678ddae1744d09d03a0e6a5466c781b78688857e9bcb4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[ARCHIVO - El presidente colombiano Gustavo Petro, a la derecha, y el presidente ecuatoriano Daniel Noboa asisten a una ceremonia de condecoración del presidente brasileño en el palacio presidencial de Ciudad de Panamá, el 28 de enero de 2026. (AP Foto/Matías Delacroix, Archivo)]]></media:description><media:credit role="author" scheme="urn:ebu">Matias Delacroix</media:credit></media:content></item><item><title><![CDATA[Rapper Offset released from the hospital after being shot outside a Florida casino]]></title><link>https://www.local10.com/news/florida/2026/04/10/rapper-offset-released-from-the-hospital-after-being-shot-outside-a-florida-casino/</link><guid isPermaLink="true">https://www.local10.com/news/florida/2026/04/10/rapper-offset-released-from-the-hospital-after-being-shot-outside-a-florida-casino/</guid><dc:creator><![CDATA[By MARIA SHERMAN, Associated Press]]></dc:creator><description></description><pubDate>Fri, 10 Apr 2026 18:53:16 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — The rapper Offset has been released from the hospital after being shot earlier this week outside a Florida casino, a spokesperson said Friday.</p><p>Offset, one-third of the influential hip-hop trio Migos, was shot Monday night following a fight at the Seminole Hard Rock in Hollywood, just north of Miami.</p><p>On Tuesday, a spokesperson for Offset confirmed that the rapper was in stable condition, but his exact condition was unknown. Police said the injuries were not life-threatening.</p><p>“Offset has been released from the hospital and he is up and walking," a representative for Offset said on Friday. "We’re incredibly grateful to the doctors, nurses, and the entire hospital staff who took such great care of him.”</p><p>The rapper shared his own statement on social media Friday, writing, “Thank you to everyone who’s checked in on me and showed me love! I’m good….but I’m planning to be better! I’m focused on my family, my recovery, and getting back to the music…realizing that life is made up of quiet wins and loud losses...”</p><p>“Life’s a gamble and I’m still playing to win,” he concluded.</p><p>Earlier this week, officers detained two people. The rapper Lil Tjay, born Tione Jayden Merritt, was arrested in connection with the altercation that occurred before the shooting, the Seminole Police Department in Florida said. He was charged with disorderly conduct and operating a vehicle without a valid license.</p><p>The second person detained at the scene has not been charged and investigators were working to identify others involved, police said in a statement Tuesday.</p><p>Offset, born Kiari Kendrell Cephus, launched his career with Migos, one of the most popular hip-hop groups of all time. The Atlanta trio is celebrated for their rapid-fire triplet flow, an often-imitated delivery that changed the trajectory of trap.</p><p>The group had several multiplatinum selling singles, including “Bad and Boujee,” which went No. 1 on the all-genre Billboard Hot 100 chart, “Stir Fry,” and “Narcos." Migos released four full-length albums across their career.</p><p>More than three years ago, Offset’s cousin Takeoff, another member of Migos, was shot and killed at a Houston bowling alley.</p><p>As a solo artist known for his idiosyncratic style — a melodic, aggressive finesse — Offset has released three full-length albums.</p><p>He was also previously married to the rapper Cardi B. The pair were secretly wed in September 2017 in Atlanta. In 2024, Cardi B announced that she filed for divorce. They have three children together.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/V66WXGXDAHGQKTIYPQFAJQ3ADA.jpg?auth=459a040c770e0fc9b168a1766ee344cbe447014a265e9ac75686ceb11a13e261&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Offset arrives at the iHeartRadio Music Awards, March 17, 2025, at the Dolby Theatre in Los Angeles. (Photo by Jordan Strauss/Invision/AP, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jordan Strauss</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/OWWKJXEYZ75LB2FMVZEC6YWQR4.jpg?auth=4ebe75e2259f63a2db08012fa9eacc7cc36ffa00b7eb12f19d535b0d38010254&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Rapper Offset makes a guest appearance during Metro Boomin's set at Billboard R&B Hip-Hop Live, a celebration of the 50th anniversary of hip-hop, at The Novo, in Los Angeles, Aug. 8, 2023. (AP Photo/Chris Pizzello, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Chris Pizzello</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4ORPOIBXD2OLKLGBKZIND3JIKU.jpg?auth=1f78408d3a833e57265a2dc0b62e4658d25e5536724132213146f0d8bb681601&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Cardi B, left, and Offset arrive at the Pre-Grammy Gala And Salute To Industry Icons, in Beverly Hills, Calif. on Jan. 25, 2020. (Photo by Mark Von Holden/Invision/AP, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark Von Holden</media:credit></media:content></item><item><title><![CDATA[White Sox expand plans for giveaway of pope-themed hats]]></title><link>https://www.local10.com/sports/2026/04/10/white-sox-expand-plans-for-giveaway-of-pope-themed-hats/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/04/10/white-sox-expand-plans-for-giveaway-of-pope-themed-hats/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description></description><pubDate>Fri, 10 Apr 2026 18:50:14 +0000</pubDate><content:encoded><![CDATA[<p>CHICAGO (AP) — The Chicago White Sox are expanding their tribute to Pope Leo XIV, a Chicago native and longtime fan of the baseball team.</p><p>The White Sox announced on Friday that they will hand out pope-themed hats to all fans who attend their Aug. 11 game against Cincinnati. The promotional item was originally limited to fans who had purchased specialty theme night tickets.</p><p>“The fans have spoken, and unlike some of our more limited quantity promotions, the White Sox Pope Hat is one we believe all fans should have the opportunity to take home,” Brooks Boyer, the chief revenue and marketing officer for the team, said in a release. “We viewed the promotion as a creative way to celebrate one of the franchise’s most popular fans, and by the overwhelming response we received, White Sox fans certainly agreed.”</p><p>The hats are shaped like the Pope’s miter, with the team’s sock logo in the middle. The White Sox said fans who had already purchased the specialty tickets would receive the hat and an additional item.</p><p>The pope, the former Robert Prevost, attended Chicago's 2005 World Series opener against Houston and watched as his beloved team beat the Astros 5-3 on the way to a four-game sweep and its first title since 1917.</p><p>In May, the White Sox unveiled a graphic installation near the seat paying tribute to Pope Leo and that moment. The pillar artwork features a waving Pope Leo XIV, along with a picture from the TV broadcast of the future pope sitting with good friend Ed Schmit and his grandson, Eddie.</p><p>In June, Rate Field hosted an event honoring his election as the first American pope. A month later, at a pregame ceremony honoring the 2005 team, White Sox great Paul Konerko was presented a jersey signed by the pope, a gift from one No. 14 to another.</p><p>Pope Leo broke Vatican protocol by donning a White Sox cap last year. In October, he shouted “they lost” to someone who screamed “go Cubs.” And a few weeks ago, he gave a thumbs up to someone who yelled “God bless the White Sox!”</p><p>___</p><p>AP MLB: https://apnews.com/mlb</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/LUPFH6VVXJDLF7EJ5L4L6W7GXA.jpg?auth=a56380ad13529329e3afa68403badf1c000cc9dd3a87f786d61d7f3fec2db8e4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Pope Leo XIV arrives for his weekly general audience in St. Peter's Square, at the Vatican, Wednesday, April 8, 2026. (AP Photo/Gregorio Borgia)]]></media:description><media:credit role="author" scheme="urn:ebu">Gregorio Borgia</media:credit></media:content></item><item><title><![CDATA[Worsening ocean heat waves are 'supercharging' hurricane damage, study finds]]></title><link>https://www.local10.com/tech/2026/04/10/worsening-ocean-heat-waves-are-supercharging-hurricane-damage-study-finds/</link><guid isPermaLink="true">https://www.local10.com/tech/2026/04/10/worsening-ocean-heat-waves-are-supercharging-hurricane-damage-study-finds/</guid><dc:creator><![CDATA[By SETH BORENSTEIN, Associated Press]]></dc:creator><description></description><pubDate>Fri, 10 Apr 2026 18:02:59 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Marine heat waves are supercharging damage caused by hurricanes and tropical cyclones across the globe, a new study found.</p><p>Researchers looked at 1,600 tropical cyclones — the broader category of storms that includes hurricanes — that made landfall since 1981 and found those that went over the extra-hot water were more likely to intensify rapidly, a problem that's becoming more frequent. This resulted in 60% more disasters that caused at least $1 billion in damage — adjusted for inflation — when they hit land, according to a study in Friday's journal Science Advances.</p><p>A better understanding of how marine heat waves amplify hurricanes could help forecasters, emergency officials and long-term planners prepare for future storms.</p><p>The study defined marine heat waves as long-lasting, large areas of water in the top 10% of historical heat. They are becoming more of a danger with climate change and ever hotter oceans, study authors said. Warm water is fuel for hurricanes.</p><p>“These marine heat waves affect more than half of landfalling tropical cyclones,'' said study co-author Gregory Foltz, an oceanographer at the National Oceanic and Atmospheric Administration. “They're happening closer to land and more frequently, so I think people need to pay attention and know that these are more likely to result in extreme damages when they make landfall.”</p><p>It's important for meteorologists forecasting the storm track to see if these hurricanes go over a marine heat wave because it is more likely to intensify rapidly which “can potentially have a bigger impact on landfall,” Foltz said.</p><p>Just look at damaging hurricanes that smacked the United States in 2023, said study co-author Hamed Moftakhari, a coastal engineering professor who studies compound hazards at the University of Alabama.</p><p>“The story of Helene and Milton is that if you've got a warmer ocean, you've got the fuel to supercharge tropical cyclones even in a cascade. So within a few weeks you could get two rapidly intensified hurricanes making landfall in the west coast of Florida,” Moftakhari said. “This is shocking but should also be alarming for people.”</p><p>The study also points to October 2023's Hurricane Otis, which rapidly intensified from a tropical storm to a top level Category 5 hurricane in one day, then caused about $16 billion in damage and 52 deaths when it made landfall near Acapulco, Mexico, with 165 mph (265 kph) winds.</p><p>Researchers said the higher damage, compared with storms that didn’t cross marine heat waves, wasn’t driven by increased coastal development. Storms that crossed hot water and hit developed coasts were contrasted with other storms that hit similarly urbanized areas but without crossing hot water, said study lead author Soheil Radfar, a scientist who does hurricane hazard modeling at Princeton University.</p><p>Science has long known that warm water fuels and often strengthens tropical cyclones, providing more of a link on causation.</p><p>That means the future looks more dangerous, Radfar said.</p><p>“All these pieces of the puzzle are going to be really challenging for the coastal environment in the next four decades when you have more rapid intensification, more marine heat waves," Radfar said. This “is going to be really costly and frightening for the coastline environment, and it’s going to cause more billion-dollar disasters in the future.”</p><p>Moftakhari said “from a coastal engineering and risk management perspective, this has important implications for how governments plan, design, and respond to these hazards.”</p><p>Evacuation planning must account for storms that cross ocean hot spots being more likely to intensify rapidly and pose greater threats, according to Moftakhari. Earlier warnings and triggers on when people leave may be needed when there are marine heat waves. Designs for flood protection, drainage system, sea walls all have to be updated to the new worsening storm reality, he said.</p><p>Outside scientists said the study fits with the known physics of hurricanes and climate change, while putting a more specific number on the likelihood for mega-damage when marine heat waves are present.</p><p>“Climate change is causing stronger and longer-duration marine heat waves. Tropical cyclones draw their energy and produce heavy rain via evaporation from warm ocean waters,” said University at Albany atmospheric sciences professor Brian Tang, who wasn't part of the study. “It’s reasonable that marine heat waves are turbocharging hurricanes, provided other environmental conditions are favorable for hurricanes to intensify. In effect, the dice is being loaded.”</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/GY32DT2DZCCQWTBKFVUCB2QYTM.jpg?auth=f1352258d0ae4909dd16c5ef43ee9bb26a978bb197fde74999a39ae643d95b5a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A man walks alongside damaged apartments in the aftermath of Hurricane Otis, in the Diamonds subdivision of Acapulco, Mexico, Nov. 9, 2023. (AP Photo/Marco Ugarte, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Marco Ugarte</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BARW4BXF3LBZKSH7TZINUDNOVQ.jpg?auth=53b5684ad0d70823144fdf298df250941c8535d45710b49de4f30a4de2f14f3f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - People bike past damaged homes and debris left by Hurricane Milton, on the sand-coated main road of southern Manasota Key, already cleared of feet of sand, in Englewood, Fla., Oct. 13, 2024. (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/6IHP2B4LEYOJEIZT2QZ4RSOC4A.jpg?auth=ed758a5ed0ba0a955f56f1063675310a1607b9d09577d5c1417cf32c779dbe13&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Waves lap on the beach in front of empty house foundations surrounded by debris, following the passage of Hurricane Milton, on Manasota Key, in Englewood, Fla., Oct. 13, 2024. (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/FHGT5RIB5544D7RLCLMN227KMQ.jpg?auth=a8fb8121c4c4115e0cf82c00d71842679ac81d21e43aebb2b276601d1d10697b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Jaime Sosa stands amid the ruins of his home nearly three weeks after Hurricane Otis hit as a Category 5 storm in the Alta Cuauhtemoc area of Acapulco, Mexico, Nov. 9, 2023. (AP Photo/Marco Ugarte, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Marco Ugarte</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/SHHKTJKXYQZVSSNGLX6KCYK5M4.jpg?auth=f0475b9efff6193903f1eee1cc84115cdb02639259c201897fd13a9be5097976&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The Hotel Flamingo is surrounded by debris in the aftermath of Hurricane Otis, in Acapulco, Mexico, Friday, Nov. 10, 2023. (AP Photo/Marco Ugarte, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Marco Ugarte</media:credit></media:content></item><item><title><![CDATA[MLB's percentage of Black players increases in consecutive years for the 1st time in 2 decades]]></title><link>https://www.local10.com/sports/2026/04/10/mlbs-percentage-of-black-players-increases-in-consecutive-years-for-the-1st-time-in-2-decades/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/04/10/mlbs-percentage-of-black-players-increases-in-consecutive-years-for-the-1st-time-in-2-decades/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description></description><pubDate>Fri, 10 Apr 2026 17:57:37 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Major League Baseball said Friday the percentage of Black players on opening day rosters increased in consecutive years for the first time in at least two decades.</p><p>MLB said that 6.8% of players on opening day rosters, injured lists and the restricted list were Black, up from 6.2% at the start of the 2025 season and 6.0% at the beginning of 2024.</p><p>This year's 0.6% increase was the most in a season since a 0.7% rise from 2017 to 2018.</p><p>The Institute for Diversity and Ethics in Sport at Central Florida issued annual studies that showed the percentage was 18% when its reports started in 1991.</p><p>Twenty of the 64 Black players had been in programs such as the MLB Youth Academy, Breakthrough Series, DREAM Series, Nike RBI and the Hank Aaron Invitational.</p><p>MLB said the total includes 22 players 25 or younger and eight older than 32. The average age of Black players was 27.8 and the overall average 29.25.</p><p>In addition, 17 Black players assigned to the minor leagues were on opening day 40-man rosters, including seven from MLB development programs. That group included Milwaukee outfielder Blake Perkins, who was brought up to the Brewers on March 26.</p><p>___</p><p>AP MLB: https://apnews.com/hub/mlb</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/YVVKFD5SWKZ2OIPU2QOAO7HOHI.jpg?auth=0b7d27d719e211265867348939facc9379b3e53a365ac5dde764b24ee34e5b19&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Atlanta Braves' Michael Harris II is greeted by teammates after scoring during the sixth inning of a baseball game against the Los Angeles Angels, Wednesday, April 8, 2026, in Anaheim, Calif. (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/D5VA7URP43DDQIHP56FIKBWPIE.jpg?auth=fa205cb5fdb38e81ab23feb125db7e2681a1518d3bb14757ee14f48d66d80b15&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[New York Mets pitcher Devin Williams celebrates after striking out Arizona Diamondbacks' Adrian del Castillo during the ninth inning of a baseball game Tuesday, April 7, 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/5WXFUFAJPCRJ2K7PLGYG36JOO4.jpg?auth=475909f4534f7eb707f770f24f6173a150b88a8392a02771c32b21d7c3bb448b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[San Francisco Giants first baseman Rafael Devers throws out Philadelphia Phillies' Justin Crawford at first base during the third inning of a baseball game in San Francisco, Wednesday, April 8, 2026. (AP Photo/Jeff Chiu)]]></media:description><media:credit role="author" scheme="urn:ebu">Jeff Chiu</media:credit></media:content></item><item><title><![CDATA[Release is on hold for the man cleared of killing Run-DMC's Jam Master Jay]]></title><link>https://www.local10.com/entertainment/2026/04/10/release-is-on-hold-for-the-man-cleared-of-killing-run-dmcs-jam-master-jay/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/04/10/release-is-on-hold-for-the-man-cleared-of-killing-run-dmcs-jam-master-jay/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description></description><pubDate>Fri, 10 Apr 2026 17:57:00 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — A man who was convicted and then cleared of killing rap star Jam Master Jay of Run-DMC will remain jailed for now as prosecutors seek to stop his release on $1 million bond.</p><p>Karl Jordan Jr. had been positioned for release as soon as Friday. But then federal prosecutors appealed a judge's decision granting him bond with electronic monitoring, and the judge agreed Friday to put it on hold while that appeal plays out.</p><p>A message seeking comment was sent to Jordan's attorneys. Prosecutors declined to comment.</p><p>Jordan and another man, Ronald Washington, were convicted in 2024, more than two decades after the Run-DMC turntable ace was gunned down in his recording studio. Both men had pleaded not guilty.</p><p>This past December, a judge overturned Jordan’s conviction and acquitted him, while upholding the verdict against Washington.</p><p>Prosecutors argued that Jordan should remain behind bars while they appeal his acquittal and he awaits trial on unrelated drug charges. He has pleaded not guilty to those.</p><p>Jordan's lawyers said the 42-year-old, who was seriously wounded in a stabbing in Brooklyn’s troubled federal jail, ought to get bond. A roster of loved ones has agreed to co-sign the bond and to put up properties amounting to everything they have, his attorneys said.</p><p>Jam Master Jay, born Jason Mizell, and his fellow Run-DMC members helped launch rap into music’s mainstream with 1980s hits including “It’s Tricky” and a remake of Aerosmith’s “Walk This Way.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/KULKW4M6FLYHYN6MNOQBI5ZELM.jpg?auth=d4b2b41a69f1068320db40060fde252ba4ee031f605cf874c5c5edbccacb94a6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FIL - In this Feb. 22, 2002 file photo made in Los Angeles, the late Rap legend Jam Master Jay, is shown. (AP Photo/Krista Niles, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Krista Niles</media:credit></media:content></item><item><title><![CDATA[‘God sent me there:’ Man speaks about rescuing boy, 6, he found alone in Miami ]]></title><link>https://www.local10.com/news/local/2026/04/10/god-sent-me-there-man-speaks-about-rescuing-boy-6-he-found-alone-in-miami/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/10/god-sent-me-there-man-speaks-about-rescuing-boy-6-he-found-alone-in-miami/</guid><dc:creator><![CDATA[Gabrielle Arzola, Amanda Batchelor]]></dc:creator><description><![CDATA[A man, who is currently homeless, spoke to Local 10 News Friday, after he notified Miami police Wednesday night that he had found a 6-year-old boy wandering the streets of Allapattah alone.]]></description><pubDate>Fri, 10 Apr 2026 16:59:57 +0000</pubDate><content:encoded><![CDATA[<p>A man, who is currently homeless, spoke to Local 10 News Friday, after he notified Miami police Wednesday night that he had found a <a href="https://www.local10.com/news/local/2026/04/09/miami-police-ask-for-help-identifying-boy-6-found-alone-in-allapattah/" target="_self" rel="" title="https://www.local10.com/news/local/2026/04/09/miami-police-ask-for-help-identifying-boy-6-found-alone-in-allapattah/">6-year-old boy wandering the streets of Allapattah</a> alone.</p><p><a href="https://www.local10.com/espanol/2026/04/10/dios-me-envio-alli-hombre-relata-como-rescato-a-nino-de-seis-anos-que-encontro-solo-en-miami/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/04/10/dios-me-envio-alli-hombre-relata-como-rescato-a-nino-de-seis-anos-que-encontro-solo-en-miami/">Leer en español</a></p><p>According to police, the boy, who was initially believed to be named Lucas or Legacy, was found at about 11 p.m. Wednesday by the man, wandering around the area of Northwest Seventh Avenue and 17<sup>th</sup> Street.</p><p>“God sent me there. I had to do what God say to do,” Arnett Johnson said. </p><figure><img src="https://www.local10.com/resizer/v2/RYWWQYWJCNFQFOFAJGNU2BT654.jpg?auth=3e7fb844fc085e9fa36ae9fa76cbc0cdb2e782731fdea5b1bf2326da4c23e55a&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>Johnson has been sleeping on a bench in the area for six months after serving time in prison. </p><p>He told Local 10 that you see a lot of things go down in the area, but don’t often see a child by themselves.</p><p>“I’m looking around for a parent, but I looked and I don’t see nobody. You know what I’m saying? So I’m like, what is this kid doing out here outside at this time of night?” Johnson said. </p><p>Johnson said he immediately knew something was wrong, so he called police and stayed with the young boy until authorities arrived. </p><p>“This was a good Samaritan that was sleeping in the streets, and he called us and gave us that information. You know, kudos to him. We don’t know what would have happened if he would have remained on the streets,” Miami police Officer Mike Vega said. </p><p>Investigators say the child told them, “Mommy drop me off and left me.”</p><p>Police said the boy has delayed speech, which made it difficult for them to get information from him.</p><p>However, an officer from Miami-Dade Schools Police called the Miami Police Department shortly after 10:34 a.m. Thursday and was able to identify the boy after seeing the “need to identify” flyer.</p><p>According to the report, police were then able to make contact with a witness who told them she has known the mother, Annie Rivera, 30, for a few years and Rivera and the boy recently moved in with her and her children.</p><figure><img src="https://www.local10.com/resizer/v2/2NJU3YS5AVGL7EUILV74EK46SM.jpg?auth=18695ec45054868e3d7656b2947f8dc15b8f4461e2d0490685d18f8d346738e9&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>Police said she went to bed at about 9:30 p.m. Wednesday and noticed that Rivera and her son were not home.</p><p>She said she heard the front door open in the middle of the night and assumed it was Rivera so she went back to sleep, authorities said.</p><p>Police said the witness woke up at about 6 a.m. Thursday to get her kids and herself ready for the day when they went downstairs and saw Rivera sleeping.</p><p>According to the report, one of the witness’ children asked where the boy was and the witness said she didn’t know and assumed he was at his godmother’s home.</p><p>Police said Rivera was found at about 11:40 a.m. Thursday and was taken into custody.</p><p>Rivera claimed to have had no idea that her son was gone, police said.</p><p>The full statement she made to detectives was redacted from the publicly released report.</p><p>Rivera is facing a charge of child neglect without bodily harm.</p><p>The boy, whose name has not been publicly released, is now in the care of the Florida Department of Children and Families.</p><p>“It’s dangerous everyday out here, right here,” Johnson said. “Especially, we got homeless people all together, and you’ve got fixed minds -- it’s dangerous.”</p><p>Rivera cried in front of a Miami-Dade County judge in bond court Friday, where she was ordered held on a $2,500 bond, which she has since posted.</p><p>It’s a story that could have gone much worse, but didn’t -- all because of an unlikely guardian angel.</p><p>“Probably anyone would have done the same thing I did, you know?” Johnson said. </p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[“Dios me envió allí”: hombre relata cómo rescató a niño de seis años que encontró solo en Miami]]></title><link>https://www.local10.com/espanol/2026/04/10/dios-me-envio-alli-hombre-relata-como-rescato-a-nino-de-seis-anos-que-encontro-solo-en-miami/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/10/dios-me-envio-alli-hombre-relata-como-rescato-a-nino-de-seis-anos-que-encontro-solo-en-miami/</guid><dc:creator><![CDATA[Gabrielle Arzola, Amanda Batchelor]]></dc:creator><description><![CDATA[Un hombre, que actualmente no tiene hogar, habló con Local 10 News el viernes, después de haber notificado a la policía de Miami el miércoles por la noche que había encontrado a un niño de 6 años deambulando solo por las calles de Allapattah.]]></description><pubDate>Fri, 10 Apr 2026 17:49:54 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre, que actualmente está sin hogar, habló con Local 10 News el viernes, después de que notificó a la policía de Miami el miércoles por la noche que había encontrado a un <a href="https://www.local10.com/news/local/2026/04/09/miami-police-ask-for-help-identifying-boy-6-found-alone-in-allapattah/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/04/09/miami-police-ask-for-help-identifying-boy-6-found-alone-in-allapattah/">niño de 6 años deambulando solo por las calles de Allapattah</a>.</p><p>Según la policía, el menor, que inicialmente se creía que se llamaba Lucas o Legacy, fue encontrado alrededor de las 11 p.m. del miércoles por el hombre, caminando por el área de la Séptima Avenida del noroeste y la calle 17.</p><p>“Dios me envió allí. Tenía que hacer lo que Dios me dijo que hiciera”, dijo Arnett Johnson.</p><figure><img src="https://www.local10.com/resizer/v2/RYWWQYWJCNFQFOFAJGNU2BT654.jpg?auth=3e7fb844fc085e9fa36ae9fa76cbc0cdb2e782731fdea5b1bf2326da4c23e55a&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>Johnson ha estado durmiendo en un banco en el área durante seis meses después de cumplir tiempo en prisión.</p><p>Le dijo a Local 10 que en el área se ven muchas cosas, pero no es común ver a un niño solo.</p><p>“Estoy mirando alrededor buscando a un padre, pero miro y no veo a nadie. ¿Entiendes? Entonces pienso, ¿qué hace este niño aquí afuera a esta hora de la noche?”, dijo Johnson.</p><p>Johnson dijo que de inmediato supo que algo estaba mal, por lo que llamó a la policía y permaneció con el menor hasta que llegaron las autoridades.</p><p>“Este fue un buen samaritano que estaba durmiendo en la calle, y nos llamó y nos dio esa información. Reconocimiento para él. No sabemos qué habría pasado si el niño hubiera permanecido en la calle”, dijo el agente de la policía de Miami Mike Vega.</p><p>Los investigadores dicen que el niño les dijo: “Mami me dejó aquí y se fue”.</p><p>La policía indicó que el menor tiene retraso en el habla, lo que dificultó obtener información de él.</p><p>Sin embargo, un agente de la Policía Escolar de Miami-Dade llamó al Departamento de Policía de Miami poco después de las 10:34 a.m. del jueves y pudo identificar al niño tras ver el volante de “necesidad de identificación”.</p><p>Según el informe, la policía pudo entonces contactar a una testigo que dijo conocer a la madre, Annie Rivera, de 30 años, desde hace algunos años, y que Rivera y el niño se habían mudado recientemente con ella y sus hijos.</p><figure><img src="https://www.local10.com/resizer/v2/2NJU3YS5AVGL7EUILV74EK46SM.jpg?auth=18695ec45054868e3d7656b2947f8dc15b8f4461e2d0490685d18f8d346738e9&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>La policía dijo que la mujer se fue a dormir alrededor de las 9:30 p.m. del miércoles y notó que Rivera y su hijo no estaban en la vivienda.</p><p>Indicó que escuchó la puerta principal abrirse en medio de la noche y asumió que era Rivera, por lo que volvió a dormirse, según las autoridades.</p><p>La policía dijo que la testigo se despertó alrededor de las 6 a.m. del jueves para preparar a sus hijos y a ella misma para el día, y cuando bajaron, vieron a Rivera dormida.</p><p>Según el informe, uno de los hijos de la testigo preguntó dónde estaba el niño, y ella respondió que no sabía y asumió que estaba en la casa de su madrina.</p><p>La policía dijo que Rivera fue localizada alrededor de las 11:40 a.m. del jueves y fue puesta bajo custodia.</p><p>Rivera afirmó no tener idea de que su hijo no estaba, según la policía.</p><p>La declaración completa que hizo a los detectives fue censurada en el informe público.</p><p>Rivera enfrenta un cargo de negligencia infantil sin causar daño corporal.</p><p>El niño, cuyo nombre no ha sido divulgado públicamente, está ahora bajo el cuidado del Departamento de Niños y Familias de Florida.</p><p>“Es peligroso todos los días aquí”, dijo Johnson. “Especialmente, hay personas sin hogar juntas, y hay mentes inestables — es peligroso”.</p><p>Rivera lloró frente a un juez del condado Miami-Dade durante la audiencia de fianza el viernes, donde se le impuso una fianza de $2,500 USD, la cual ya pagó.</p><p>Es una historia que pudo haber terminado mucho peor, pero no fue así, todo gracias a un inesperado ángel guardián.</p><p>“Probablemente cualquiera habría hecho lo mismo que yo, ¿sabes?”, dijo Johnson.</p>]]></content:encoded></item><item><title><![CDATA[Unable to self-deport to Venezuela, families get trapped in nightmarish limbo in Miami ]]></title><link>https://www.local10.com/news/2026/04/02/mothers-unable-to-self-deport-to-venezuela-find-themselves-homeless-in-miami/</link><guid isPermaLink="true">https://www.local10.com/news/2026/04/02/mothers-unable-to-self-deport-to-venezuela-find-themselves-homeless-in-miami/</guid><dc:creator><![CDATA[Christian De La Rosa, Andrea Torres]]></dc:creator><description><![CDATA[Two mothers eager for a family reunion sat with their toddlers on Thursday in Miami to talk about their nightmare in hopes of finding a solution. ]]></description><pubDate>Thu, 02 Apr 2026 22:32:49 +0000</pubDate><content:encoded><![CDATA[<p>Unattainable travel documents keep Venezuelan migrants from boarding flights after relatives’ deportations. A nonprofit stepped in to help, but they need solutions. </p><p>Yelitza Pérez, the 29-year-old mother of two girls, said President Donald Trump’s administration deported her husband to Venezuela, and she couldn’t afford to stay in the U.S. without him. </p><p>Pérez opted to<a href="https://www.dhs.gov/cbphome" target="_self" rel="" title="https://www.dhs.gov/cbphome"> self-deport</a>. But once she arrived to her connecting flight at Miami International Airport, the airline did not allow her to board her flight to Venezuela without a safety pass. </p><p>“Oh my God! I almost wanted to die,” Pérez said. </p><p>The only way the airlines would allow her to fly to Venezuela was if she was able to get a pass or “salvoconducto” from a Venezuelan consulate or embassy, but those were closed in 2019. </p><p>Pérez was part of a larger group of Venezuelans who slept with their children at MIA, where they were unable to afford a hotel or food. </p><p>“I sat with my children to cry,” a mother, who asked to be referred to as Jennifer, said. </p><p>Pérez and Jennifer said they reached out to U.S. Customs and Border Protection to explain the dilemma. A CBP representative told Jennifer that CBP couldn’t help her. </p><p>“They couldn’t help me without a passport,” Jennifer said. </p><p>Jennifer reached out to a stranger on TikTok, who promised to help her in exchange for cash. The opportunistic fraudster stole her $520. </p><p>Miami-based nonprofit <a href="https://www.facebook.com/hermanosdelacalleusa/?locale=es_LA" target="_self" rel="" title="https://www.facebook.com/hermanosdelacalleusa/?locale=es_LA">Hermanos De La Calle</a> helped the vulnerable Venezuelans to get a place to stay and food while they remained stuck in a hopeless limbo. </p><p>Homeland Security has yet to respond to a request for information about the cases. A spokesperson for U.S. Rep. Maria Elvira Salazar said she and her team were trying to find solutions. </p><p><b>Read the statement from DHS</b></p><p><i>In coordination with the Department of State, DHS actively engages with foreign governments to facilitate the travel documents for voluntary self-deportations. In some instances, however, the issuance of those documents is determined by the receiving country and cannot be compelled by the United States. DHS provides information and case-specific guidance to illegal aliens seeking to self-deport. Voluntary self-deportation remains subject to commercial carrier requirements and the admission requirements of the destination country.</i></p><p><i>DHS continues to support lawful and orderly departures and to work with interagency and international partners to mitigate documentation challenges where possible. We encourage all illegal aliens to take control of their departure by utilizing the CBP Home app to receive a free flight home and $2,600.</i></p><p>Source: Steve Sapp, a spokesman for the U.S. Customs and Border Protection</p><p><b>Related stories</b></p><ul><li><a href="https://www.local10.com/news/national/2026/02/24/legal-advocates-seek-to-halt-cbp-policy-pressuring-unaccompanied-children-to-self-deport/" target="_self" rel="" title="https://www.local10.com/news/national/2026/02/24/legal-advocates-seek-to-halt-cbp-policy-pressuring-unaccompanied-children-to-self-deport/">Legal advocates seek to halt CBP policy pressuring unaccompanied children to self-deport</a></li><li><a href="https://www.local10.com/news/local/2025/03/10/noem-repurposes-app-for-asylum-seekers-for-migrants-planning-to-self-deport/" target="_self" rel="" title="https://www.local10.com/news/local/2025/03/10/noem-repurposes-app-for-asylum-seekers-for-migrants-planning-to-self-deport/">Noem repurposes asylum seekers app to encourage undocumented migrants to ‘self-deport’ </a></li></ul>]]></content:encoded></item><item><title><![CDATA[Police pursuit of stolen car ends with driver crashing in Fort Lauderdale]]></title><link>https://www.local10.com/news/local/2026/04/10/police-pursuit-of-stolen-car-ends-with-driver-crashing-in-fort-lauderdale/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/10/police-pursuit-of-stolen-car-ends-with-driver-crashing-in-fort-lauderdale/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[A police officer’s pursuit of a stolen car ended with the driver crashing on Friday in Fort Lauderdale’s Melrose Park neighborhood. ]]></description><pubDate>Fri, 10 Apr 2026 17:23:06 +0000</pubDate><content:encoded><![CDATA[<p>A police officer’s pursuit of a stolen car ended with the driver crashing on Friday in Fort Lauderdale’s Melrose Park neighborhood. </p><p>Police officers reported attempting a traffic stop. The driver of the car that had been reported stolen out of Plantation sped away, according to police. </p><p>The driver crashed into a fence and damaged a parked car at 660 Long Island Ave., according to Casey Liening, a spokeswoman for the Fort Lauderdale Police Department. </p><p>After the crash, the driver attempted to flee again, but he didn’t get far — a police dog helped the officers to find him, according to Liening. </p><p>The Plantation Police Department was dealing with the carjacking case. </p><p><i>Local 10 News Senior Assignment Editor Frine Gomez contributed to this report. </i></p><p><b>Location </b></p><p><iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1280.6012055409533!2d-80.19975033106248!3d26.112540611541537!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x88d907377b4d12b5%3A0x9002815e0782a88!2s660%20Long%20Island%20Ave%2C%20Fort%20Lauderdale%2C%20FL%2033312!5e1!3m2!1sen!2sus!4v1775840652774!5m2!1sen!2sus" width="100%" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/LQ5FSTCRVRAOLIMVB2YW7IWLGQ.jpeg?auth=1343436f679141367bb779fdfbc2bd18f374d20d23c596104309d797fb29656e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Miami Beach’s iconic rainbow crosswalk finds new home at Lummus Park]]></title><link>https://www.local10.com/news/local/2026/04/10/miami-beachs-iconic-rainbow-crosswalk-finds-new-home-at-lummus-park/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/10/miami-beachs-iconic-rainbow-crosswalk-finds-new-home-at-lummus-park/</guid><dc:creator><![CDATA[Samiar Nefzi]]></dc:creator><description><![CDATA[A ribbon-cutting ceremony was held Friday morning at Lummus Park, where Miami Beach’s iconic rainbow sidewalk was installed at less than six months after it was removed from its previous location by the state. ]]></description><pubDate>Fri, 10 Apr 2026 17:13:32 +0000</pubDate><content:encoded><![CDATA[<p>A ribbon-cutting ceremony was held Friday morning at Lummus Park, where Miami Beach’s iconic rainbow sidewalk was installed at less than six months after it was removed from its previous location by the state. </p><p>Miami Beach officials made their message loud and clear.</p><p>“We have worked hard in this community, we are a vibrant part of this community, we help make this thing work,” Palace performer Tiffany T. Fantasia said. </p><p>Friday marked a resurrection of the nearly 4,000 pavers that were removed by the Florida Department of Transportation from the crosswalk at 12th Street and Ocean Drive.</p><p>“It’s so exciting because this is what it’s all about. This is about representing our community in the way our residents, our visitors, our businesses want to be represented,” Miami Beach Commissioner Tanya Katzoff Bhatt said. </p><p>Earlier this year, Katzoff Bhatt brought forth the idea of bringing the LGBTQ+ symbol back on city property.</p><p>“Some people say that this is just a road. It’s more than that,” State Sen. Shevrin Jones said. </p><p>Jones, a Democrat, was vocal in his stance against Republican Gov. Ron DeSantis’ order banning any road designs linked to social, political or ideological messages, citing safety concerns.</p><p>“To be able to have a seat at the table and to even fight against things like this – it’s an honor to be able to push back on bigotry,” Jones said. </p><p>Friday’s unveiling marks a new chapter in Miami Beach with a plaque memorializing the history of the crosswalk. </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[Israeli strike kills Lebanese security forces as Israel and Hezbollah trade fire ahead of talks]]></title><link>https://www.local10.com/news/2026/04/10/israeli-strike-kills-lebanese-security-forces-as-israel-and-hezbollah-trade-fire-ahead-of-talks/</link><guid isPermaLink="true">https://www.local10.com/news/2026/04/10/israeli-strike-kills-lebanese-security-forces-as-israel-and-hezbollah-trade-fire-ahead-of-talks/</guid><dc:creator><![CDATA[By KAREEM CHEHAYEB, Associated Press]]></dc:creator><description></description><pubDate>Fri, 10 Apr 2026 20:51:02 +0000</pubDate><content:encoded><![CDATA[<p>BEIRUT (AP) — Attacks intensified Friday between Israel and the Lebanese militant group Hezbollah ahead of direct talks between the Lebanese government and Israel set to begin next week.</p><p>The talks are set to begin Tuesday in Washington and will be mediated by U.S. diplomats, Lebanese President Joseph Aoun's office said in a statement, citing the outcome of a call Friday among Israeli, Lebanese and U.S. ambassadors. The statement reiterated Beirut's position that the talks be held under a ceasefire or truce. Israel did not immediately issue a statement following the call.</p><p>At least 13 members of Lebanon's State Security forces were killed in an Israeli strike in southern Lebanon on Friday, while Hezbollah claimed an attack targeting a naval base in the Israeli port city of Ashdod some 145 kilometers (90 miles) from the border.</p><p>Israel launched strikes across several towns in southern Lebanon, including one on a government building in the southern city of Nabatieh that killed the government security personnel. Hezbollah claimed 31 other attacks on northern Israel and on Israeli ground troops that have invaded southern Lebanon.</p><p>Israel launched its latest aerial campaign and a ground invasion of southern Lebanon after Hezbollah fired rockets toward northern Israel in solidarity with Iran, its key ally and patron, on March 2.</p><p>At least 1,953 people in Lebanon have been killed in Israeli strikes, according to the Health Ministry. At least 303 were killed in a rapid series of 100 strikes that hit the country — including multiple areas in dense residential and commercial areas in central Beirut — in 10 minutes on Wednesday, the bloodiest day in the latest war between the two sides. Civil Defense first responders are still searching for bodies trapped under the rubble in the Lebanese capital.</p><p>Meanwhile, officials at Beirut's main government-run hospital on the southern edge of the capital fear it could be in the line of fire after the Israeli military issued an evacuation warning for the surrounding suburbs, including the busy neighborhood of Jnah where the hospital is located. Israel has launched attacks in Jnah, both with and without warning.</p><p>The World Health Organization has since called for the Rafik Hariri University Hospital to be spared from attacks and not to evacuate, and WHO officials said Friday that they received assurances that it would not be struck. The hospital has not evacuated, though staff are fearful, as getting to work now requires them to drive on roads that can be struck at any time says Dr. Mohammad Cheaito, who heads the emergency department.</p><p>“The entire zone around the hospital was threatened and deemed dangerous,” he told The Associated Press. “But at the end of the day, we have a humanitarian duty.”</p><p>Lebanon hopes for truce while Hezbollah supporters reject talks</p><p>Lebanon's authorities have not yet commented on Israeli Prime Minister Benjamin Netanyahu's announcement on Thursday of the decision to go ahead with talks. Netanyahu said the talks would revolve around disarming Hezbollah and establishing “peaceful relations” between the two countries.</p><p>A Lebanese official in government familiar with the developments said that a halt in the fighting is a critical condition for the country to engage in direct talks with Israel, similar to the one between the U.S. and Iran. It has yet to appoint a representative for negotiations. They spoke on condition of anonymity in line with regulations.</p><p>Aoun had initially proposed the direct talks early on in the war on similar terms, at the time hoping for Israel to stop an escalation in airstrikes and to not invade the country. At the time, with only the backing of France, that failed.</p><p>On Wednesday, the U.S. and Iran announced a temporary ceasefire in the war that began on Feb. 28. It included Lebanon and other countries impacted in the wider regional conflict, mediator Pakistan announced. However, Israel — and later the United States — denied this. They want to separate the diplomatic tracks of the two wars.</p><p>Hezbollah considers Israel's attacks on Lebanon to be a violation of the ceasefire, while Beirut, in a bid to disarm Hezbollah and assert its full sovereignty over the country, says it wants to be included in talks related to Lebanon.</p><p>Hezbollah Secretary-General Naim Kassem in a statement broadcast Thursday did not directly mention the prospect of Israel-Lebanon talks, but called on the Lebanese government to “stop giving free concessions” to Israel.</p><p>Dozens of supporters of the Iran-backed group protested outside of the Lebanese prime minister's office in central Beirut. They see the scheduled direct talks as a surrender to Israel, which says its troops will stay in the country indefinitely.</p><p>“Our blood has been spilled on this land, and our state is conspiring against us,” said protester Hassan Shuaib. “Our state wants to kill us; our state wants to strip us of our weapons.”</p><p>———</p><p>Associated Press producer Malak Harb and video journalist Fadi Tawil in Beirut contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/6ANWENAPGUKYHMGFS67TK2XBYQ.jpg?auth=a7b00dcd0e9e6ad07db08018a53537d7791ad00db84b0dbd3c2cc00eaaf8e41d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A Hezbollah supporter waves a flag with the portrait of the late Hezbollah leader Sayyed Hassan Nasrallah during a protest against the Lebanese Prime Minister Nawaf Salam, in front the government palace in Beirut, Lebanon, Friday, April 10, 2026. (AP Photo/Hussein Malla)]]></media:description><media:credit role="author" scheme="urn:ebu">Hussein Malla</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/Y27JKMIF3SBUA3AB3Y7JMRH2RE.jpg?auth=c7db32f5a6e32ea5782265f48d88d4d921b1c8dd3cdf7d3445ecf7e8e5e2bb73&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Protesters wave Hezbollah and Iran's flags during a protest against the Lebanese Prime Minister Nawaf Salam, in front the government palace in Beirut, Lebanon, Friday, April 10, 2026. (AP Photo/Hussein Malla)]]></media:description><media:credit role="author" scheme="urn:ebu">Hussein Malla</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/X5EVRRJLEJINU7P3T2OVHPONNE.jpg?auth=6314bcc447a24fec524cc700b986ff7437134ec51cf5a9f486df9e87c650deb5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Hezbollah supporters shout slogans during a protest against the Lebanese Prime Minister Nawaf Salam, in front the government palace in Beirut, Lebanon, Friday, April 10, 2026. (AP Photo/Emilio Morenatti)]]></media:description><media:credit role="author" scheme="urn:ebu">Emilio Morenatti</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/SWOAD4WIPZKRJI6FDUCP5O7RM4.jpg?auth=dfb5923feadcc5c5ef2c1c913911d346478266a789793c7fc349257ccfe96ffd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A Hezbollah supporter shouts slogans during a protest against the Lebanese Prime Minister Nawaf Salam, in front the government palace in Beirut, Lebanon, Friday, April 10, 2026. (AP Photo/Emilio Morenatti)]]></media:description><media:credit role="author" scheme="urn:ebu">Emilio Morenatti</media:credit></media:content></item><item><title><![CDATA[Miami mother arrested after 6-year-old son found alone at night in Allapattah]]></title><link>https://www.local10.com/news/local/2026/04/09/miami-police-ask-for-help-identifying-boy-6-found-alone-in-allapattah/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/09/miami-police-ask-for-help-identifying-boy-6-found-alone-in-allapattah/</guid><dc:creator><![CDATA[Amanda Batchelor, Isabella Martin]]></dc:creator><description><![CDATA[Miami police say a mother was arrested Thursday after her 6-year-old son was found alone late Wednesday night.]]></description><pubDate>Thu, 09 Apr 2026 13:13:56 +0000</pubDate><content:encoded><![CDATA[<p>Miami police say a mother was arrested Thursday after her 6-year-old son was found alone late Wednesday night.</p><p> </p><p>According to police, the boy, who was initially believed to be named Lucas or Legacy, was found at about 11 p.m. Wednesday by a man, wandering around the area of Northwest Seventh Avenue and 17<sup>th</sup> Street in the city’s Allapattah neighborhood.</p><p>“This was a good Samaritan that was sleeping in the streets, and he called us and gave us that information. You know, kudos to him. We don’t know what would have happened if he would have remained on the streets,” Miami police Officer Mike Vega said.</p><figure><img src="https://www.local10.com/resizer/v2/RYWWQYWJCNFQFOFAJGNU2BT654.jpg?auth=3e7fb844fc085e9fa36ae9fa76cbc0cdb2e782731fdea5b1bf2326da4c23e55a&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>According to an arrest report, police interviewed the boy and he said, “Mommy drop me off and left me.”</p><p>Police said the boy has delayed speech, which made it difficult for them to get information from him. </p><p>However, an officer from Miami-Dade Schools Police called the Miami Police Department shortly after 10:34 a.m. Thursday and was able to identify the boy after seeing the “need to identify” flyer. </p><p>According to the report, police were then able to make contact with a witness who told them she has known the mother, Annie Rivera, 30, for a few years and Rivera and the boy recently moved in with her and her children.</p><p>Police said she went to bed at about 9:30 p.m. Wednesday and noticed that Rivera and her son were not home.</p><p>She said she heard the front door open in the middle of the night and assumed it was Rivera so she went back to sleep, authorities said.</p><p>Police said the witness woke up at about 6 a.m. Thursday to get her kids and herself ready for the day when they went downstairs and saw Rivera sleeping.</p><p>According to the report, one of the witness’ children asked where the boy was and the witness said she didn’t know and assumed he was at his godmother’s home.</p><p>Police said Rivera was found at about 11:40 a.m. Thursday and was taken into custody.</p><p>Rivera claimed to have had no idea that her son was gone, police said.</p><p>The full statement she made to detectives was redacted from the publicly released report. </p><p>Rivera is facing a charge of child neglect without bodily harm. </p><p>The boy, whose name has not been publicly released, is now in the care of the Florida Department of Children and Families. </p><p>According to the arrest report, a DCF investigation involving Rivera was opened last year as well for allegations of “inadequate supervision.”</p><p>As of Thursday evening, Rivera was being held at the Turner Guilford Knight Correctional Center. Online jail records listed her bond as “to be set.”</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Prince Harry sued for defamation by charity he set up in Africa to honor his mother Princess Diana]]></title><link>https://www.local10.com/health/2026/04/10/prince-harry-sued-by-charity-he-set-up-in-africa-to-honor-late-mother-princess-diana/</link><guid isPermaLink="true">https://www.local10.com/health/2026/04/10/prince-harry-sued-by-charity-he-set-up-in-africa-to-honor-late-mother-princess-diana/</guid><dc:creator><![CDATA[By BRIAN MELLEY, Associated Press]]></dc:creator><description></description><pubDate>Fri, 10 Apr 2026 20:09:06 +0000</pubDate><content:encoded><![CDATA[<p>LONDON (AP) — A charity co-founded by Prince Harry in Africa to honor his late mother, Princess Diana, has sued him for defamation after he stepped down as a patron last year.</p><p>Sentebale, which supports young people living with HIV in Botswana and Lesotho, filed suit last month in London’s High Court, according to court records viewed Friday. Online filings show Harry and his friend, Mark Dyer, a former trustee at the charity, are being sued for either libel or slander. No documents were available.</p><p>“The charity seeks the court’s intervention, protection, and restitution following a coordinated adverse media campaign conducted since 25 March 2025 that has caused operational disruption and reputational harm to the charity, its leadership, and its strategic partners,” Sentebale said Friday in a statement on its website.</p><p>A spokesperson for Harry and Dyer said the pair “categorically reject these offensive and damaging claims.”</p><p>The lawsuit puts the Duke of Sussex in an unaccustomed position as a defendant in the High Court. Over the past three years, he has repeatedly been on the other side of litigation as the leading claimant in invasion of privacy suits against Britain's most prominent tabloids over allegations of phone hacking and unlawful snooping by journalists and the private eyes they hired.</p><p>Harry co-founded Sentebale, which means “forget me not” in the language of Lesotho, about 20 years ago in memory of his mother, who was a prominent advocate for treatment of HIV and AIDS and helped reduce stigma around the disease. Prince Seeiso of Lesotho was the co-founder.</p><p>Disagreements at the charity surfaced in 2023 over a new fundraising strategy, and the two founders stepped down as patrons in March 2025 in support of trustees who had quit.</p><p>At the time, they said the relationship between the board and its chair, Sophie Chandauka, was beyond repair. Chandauka later accused Harry of orchestrating a campaign of bullying and harassment to try to force her out.</p><p>As the dispute unfolded, Chandauka told Sky News that filming for one of Harry's Netflix programs had interfered with a scheduled fundraiser for Sentebale and that an incident with his wife, Meghan, the Duchess of Sussex, became a source of friction.</p><p>The Charity Commission for England and Wales investigated and criticized both sides for allowing the issue to become public and damaging the organization’s reputation, but found no evidence of widespread bullying or misogyny at Sentebale.</p><p>“Sentebale’s problems played out in the public eye, enabling a damaging dispute to harm the charity’s reputation, risk overshadowing its many achievements, and jeopardizing the charity’s ability to deliver for the very beneficiaries it was created to serve,” commission CEO David Holdsworth said in a statement in August 2025.</p><p>Harry’s spokesperson had criticized the commission’s report while Chandauka welcomed it.</p><p>___</p><p>Gerald Imray in Cape Town, South Africa, contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/QRLFDGRSJXPZEF3BR5LOD2LLDE.jpg?auth=e8e61017e6e4ee5d33ea0bda0a8e8baa07494810c783311ff26c52287cdea542&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Britain's Prince Harry arrives at London's High Court to lead a group accusing the Daily Mail's publisher of privacy invasion through unlawful tactics in a trial that is part of a wider phone hacking scandal in London, Jan. 21, 2026. (AP Photo/Kirsty Wigglesworth, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Kirsty Wigglesworth</media:credit></media:content></item><item><title><![CDATA['I am thinking about it,' Kamala Harris says of 2028 presidential bid]]></title><link>https://www.local10.com/news/politics/2026/04/10/i-am-thinking-about-it-kamala-harris-says-of-2028-presidential-bid/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/04/10/i-am-thinking-about-it-kamala-harris-says-of-2028-presidential-bid/</guid><dc:creator><![CDATA[By STEVE PEOPLES and MATT BROWN, Associated Press]]></dc:creator><description></description><pubDate>Fri, 10 Apr 2026 18:02:06 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — After chants of “run again!” filled the room, former Vice President Kamala Harris told African American activists on Friday that she's actively considering another presidential bid.</p><p>“I might. I am thinking about it,” Harris told Rev. Al Sharpton after he asked directly whether she was going to run for president in 2028.</p><p>Harris’ comments came during the National Action Network’s annual convention, where more than a half-dozen potential candidates appeared this week , hoping to make inroads among Black voters — who comprise one of Democrats’ most powerful blocs.</p><p>The Democrats' next presidential primary season won’t begin in earnest until after November’s midterm elections, but this week’s conference showcased a collection of Democrats already jockeying for position in what promises to be a crowded competition.</p><p>For now, at least, there is no clear early favorite. But there did appear to be a favorite at Sharpton's conference.</p><p>Harris, the nation's first Black female vice president and the Democrats' presidential nominee in 2024, earned the only standing ovation and the largest crowd of any other 2028 prospect this week.</p><p>Sharpton noted that Harris earned more votes in her losing 2024 campaign than even former Democratic Presidents Barack Obama and Bill Clinton.</p><p>“Whatever she decides to do, she made a point in history,” Sharpton said.</p><p>Harris has raised the possibility of another presidential bid before in the 15 months since she left office. She also recently launched a political action committee and began to travel across the United States to support Democrats, especially across the South.</p><p>Still, some in the party have shifted their focus to a new generation of Democratic leaders given Harris' struggle in the last presidential contest.</p><p>The convention lineup this week featured Pennsylvania Gov. Josh Shapiro, former Transportation Secretary Pete Buttigieg, Illinois Gov. JB Pritzker, Maryland Gov. Wes Moore, Kentucky Gov. Andy Beshear, Rep. Ro Khanna of California, and Arizona Sens. Mark Kelly and Ruben Gallego.</p><p>Buttigieg, speaking shortly after Harris left the stage, received soft applause from a room that was about half-empty. Some cheered when he mentioned supporting federal workers and minority businesses, but many attendees had streamed out of the packed auditorium after Harris’ speech in an effort to grab a selfie with the former vice president.</p><p>Buttigieg, like many other 2028 prospects this week, laughed off a question about whether he would seek the presidency again.</p><p>Harris was more explicit.</p><p>Three times she repeated, “I'm thinking about it,” when Sharpton asked her about a 2028 White House run.</p><p>“I served for four years being a heartbeat away from the presidency of the United States. I spent countless hours in my West Wing office footsteps away from the Oval Office. I spent countless hours in the Oval Office and the situation room. I know what the job is, and I know what it requires,” Harris said.</p><p>She continued: “I am thinking about it in the context of who and where and how can the best job be done for the American people. That’s how I’m thinking about it. I’ll keep you posted."</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/HTUQ2ZD26U7CCVQDZTFOLNOVKU.jpg?auth=33b468afacd1137b3ebde77854df11b52e90418be930a34e6d103d876fe40a81&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Kamala Harris, former Vice President and 2024 Presidential candidate, arrives during the National Action Network (NAN) Convention in New York, Friday, April 10, 2026. (AP Photo/Angelina Katsanis)]]></media:description><media:credit role="author" scheme="urn:ebu">Angelina Katsanis</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5KHXVN2KUPGDSMUOOGDUSF55NE.jpg?auth=7073caab45ace1e5e6926ec035b32aead763061b76a9e9a282ba8db082336222&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Kamala Harris, former Vice President and 2024 Presidential candidate, speaks during the National Action Network (NAN) Convention in New York, Friday, April 10, 2026. (AP Photo/Angelina Katsanis)]]></media:description><media:credit role="author" scheme="urn:ebu">Angelina Katsanis</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FYC2AHSDGF4Y57W2DHUYGQBTK4.jpg?auth=e7c787977b811a8d792ed71b3b02c7c109dce51212b93105294fb5cb7cb4bca5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Kamala Harris, former Vice President and 2024 Presidential candidate, speaks with Reverend Al Sharpton during the National Action Network (NAN) Convention in New York, Friday, April 10, 2026. (AP Photo/Angelina Katsanis)]]></media:description><media:credit role="author" scheme="urn:ebu">Angelina Katsanis</media:credit></media:content></item><item><title><![CDATA[Five people charged with murder in deadly Northern California fireworks warehouse explosion]]></title><link>https://www.local10.com/news/2026/04/10/five-people-charged-with-murder-in-deadly-northern-california-fireworks-warehouse-explosion/</link><guid isPermaLink="true">https://www.local10.com/news/2026/04/10/five-people-charged-with-murder-in-deadly-northern-california-fireworks-warehouse-explosion/</guid><dc:creator><![CDATA[By OLGA R. RODRIGUEZ, Associated Press]]></dc:creator><description></description><pubDate>Fri, 10 Apr 2026 21:24:09 +0000</pubDate><content:encoded><![CDATA[<p>Five people have been charged with murder in a deadly Northern California explosion at an illegal fireworks warehouse that killed seven people and shook a tiny farming community, authorities said Friday.</p><p>The charges stem from a grand jury indictment that found five people, including a former Yolo County Sheriff lieutenant, responsible for the July 1 explosion that injured two others, Yolo County Deputy District Attorney Clara Nabity said. Samuel Machado allowed more than 1 million pounds (453,000 kilograms) of fireworks not legally allowed to be stored at his property and used his position at the sheriff's office to evade scrutiny as the operation grew, she said.</p><p>The deadly fireworks explosion near the community of Esparto sparked a massive fire and led to nearby Fourth of July celebrations being called off.</p><p>Those charged with murder include Machado, who owned the warehouse about 40 miles (64 kilometers) northwest of Sacramento. At the time, he was a lieutenant with the Yolo County Sheriff’s Office.</p><p>"Samuel Machado’s participation included using his role as a trusted lieutenant to help shield the conspiracy as it expanded, and the expansion was significant," Nabity said, adding that the warehouse went from having 13 fireworks storage containers in 2015 to 50 last year.</p><p>It was not immediately clear if Machado has an attorney who can speak on his behalf. A telephone number listed for him went answered Friday.</p><p>Machado's sprawling 5,000-square-foot (465-square-meters) warehouse property was used to store and sell fireworks by other men indicted in the case, including four others charged with murder.</p><p>Nabity said a total of eight people face 30 charges in the case, including murder, conspiracy to commit a crime, possession of illegal assault weapons, illegal explosives possession, insurance fraud, child endangerment and animal cruelty.</p><p>All those charged are scheduled to be arraigned in Yolo County on Monday.</p><p>Machado’s wife, Tammy Machado, was also arrested Thursday but was released after posting bail. She was a non-sworn administrative employee at the Yolo County Sheriff’s Office at the time of the explosion. Both Samuel and Tammy Machado were put on leave after the incident. She faces charges of mortgage fraud, filing a willfully wrong tax return and endangering a child by storing illegal explosives next to a family pool, according to the indictment.</p><p>Others indicted include Kenneth Chee, owner of Devastating Pyrotechnics, whose illegal fireworks were being stored at Machado's warehouse, has also been charged with murder and was arrested in Florida. He appeared in a Florida courtroom Friday and was told he will be extradited to California within the week, KCRA-TV reported.</p><p>Authorities also arrested Jack Lee, the operations manager for Devastating Pyrotechnic, and Gary Chan Jr., whose name is on the company’s federal license. Both also face murder charges. The fifth person charged with murder is Douglas Tollefsen, who was arrested in Northern California but has yet to be taken to a Yolo County jail, Yolo County District Attorney Jeff Reisig said. Tollefsen stored and sold fireworks at Machado's warehouse, according to the indictment.</p><p>“This is not a case just about fireworks,” Nabity said. “They are devices that have so much more explosive fireworks than the law allows that they can’t be considered fireworks.”</p><p>Machado, Chee, Lee, Chan and Tollefsen were arrested Thursday along with Craig Cutright, the owner of Blackstar Fireworks, which operated at the Esparto property. Cutright, was a volunteer firefighter for the Esparto Fire District and was also listed as an employee of Devastating Pyrotechnics.</p><p>One of Cutright’s employees, Ronald Botelho III, has been in custody since December. More than a dozen new charges were filed against him Thursday, jail records show.</p><p>The grand jury concluded that the initial blast caused the death of seven people, Nabity said. Those killed included four workers: 18-year-old Jesus Ramos and his 22-year-old Jhony Ramos, of San Pablo, California; 28-year-old Joel Melendez, of Sacramento, and 43-year-old Carlos Javier Rodriguez-Mora, of San Andreas, California. Christopher Goltiao Bocog and Neil Li of San Francisco and Angel Mathew Voller, of Stockton, California, were also killed.</p><p>People living nearby described the blast being so strong that it blew open the doors of homes.</p><p>Nisa Gutierrez told the Sacramento CBS affiliate KOVR-TV that she and her daughter were in their yard and were nearly knocked over as their pony and goats scattered.</p><p>“We hear like a big boom, and feel the wave,” Gutierrez said. “I thought it was a bomb.”</p><p>After the explosion, officials in nearby Sutter and Yuba counties announced they would find alternatives for Fourth of July celebrations after their fireworks were destroyed in the blast.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/2VCJEE3B4XBFSQNC5MZAJ3NXHQ.jpg?auth=9daad42270617218ae34a407934833ff190230a697c2896485ae472b107ca12f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Damaged vehicles are shown at the location of a July 1, 2025, fireworks explosion in Esparto, Calif., Friday, April 10, 2026. (AP Photo/Haven Daley)]]></media:description><media:credit role="author" scheme="urn:ebu">Haven Daley</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DKLGMLIHCOG3HXJSBYKPBR3DVE.jpg?auth=6e7cc72e867fb699c62c43dbe424fd41a32f2752bc09412084977bf9c2bf2271&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A No Trespassing sign hangs on a fence outside the location of a July 1, 2025, fireworks explosion in Esparto, Calif., Friday, April 10, 2026. (AP Photo/Jeff Chiu)]]></media:description><media:credit role="author" scheme="urn:ebu">Jeff Chiu</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/O44L6DU7HNFIGNTO5PKALNR5K4.jpg?auth=242449e7b7ddceb58c30c0f50fbb62c74dcc8cf2417b5a7862d44a18462bff81&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Property damage is shown at the location of a July 1, 2025, fireworks explosion in Esparto, Calif., Friday, April 10, 2026. (AP Photo/Jeff Chiu)]]></media:description><media:credit role="author" scheme="urn:ebu">Jeff Chiu</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ZEFCPKEJI7ZQLOZEBKFY6QNBZ4.jpg?auth=c3a937386a125c2d2c1509e9041770e97c7dd685328c06aaff82bc69ea2077c0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A service vehicle drives near damaged property at the location of a July 1, 2025, fireworks explosion in Esparto, Calif., Friday, April 10, 2026. (AP Photo/Jeff Chiu)]]></media:description><media:credit role="author" scheme="urn:ebu">Jeff Chiu</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KLHH65L2W6MS2TV5NKJVEXQFMU.jpg?auth=cf681f2dedc9fa82f2f345837c0bddb28e9839c02e6a4b2e9248b945dd4f3345&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Property damage is shown at the location of a July 1, 2025, fireworks explosion in Esparto, Calif., Friday, April 10, 2026. (AP Photo/Jeff Chiu)]]></media:description><media:credit role="author" scheme="urn:ebu">Jeff Chiu</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DTQDDHYI7OW7TEWARGUILUM3OA.jpg?auth=66f116dddd756012bea200f1da0fee490df83df6fc84d2f5ea22c68cfcdf9609&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Property damage is shown at the location of a July 1, 2025, fireworks explosion in Esparto, Calif., Friday, April 10, 2026. (AP Photo/Jeff Chiu)]]></media:description><media:credit role="author" scheme="urn:ebu">Jeff Chiu</media:credit></media:content></item><item><title><![CDATA[FAA investigates close call on LAX taxiway just weeks after LaGuardia runway crash]]></title><link>https://www.local10.com/news/national/2026/04/10/faa-investigates-close-call-on-lax-taxiway-just-weeks-after-laguardia-runway-crash/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/04/10/faa-investigates-close-call-on-lax-taxiway-just-weeks-after-laguardia-runway-crash/</guid><dc:creator><![CDATA[By JOSH FUNK, Associated Press]]></dc:creator><description></description><pubDate>Fri, 10 Apr 2026 16:26:12 +0000</pubDate><content:encoded><![CDATA[<p>A Frontier Airlines jet nearly collided with two trucks that crossed in front of it earlier this week at Los Angeles International Airport, but unlike last month's deadly crash in New York while a plane was landing, this incident happened on a taxiway while the plane was moving slowly.</p><p>The Frontier pilot was alarmed and used an expletive as he told the tower he had to slam on the brakes to avoid a collision late Wednesday. “It was real close. The closest I have ever seen,” he said in audio posted by ATC.com.</p><p>No one was hurt in the incident that is being investigated by the Federal Aviation Administration. The agency said several vehicles on a service road crossed in front of the plane around 11:25 p.m. Wednesday.</p><p>“We thank our crew for their vigilance and professionalism,” Frontier Airlines said in a statement.</p><p>On March 22, an Air Canada jet carrying 76 people collided with a fire truck while landing at New York’s LaGuardia Airport, killing both pilots and injuring dozens of people.</p><p>In that crash, an air traffic controller cleared the fire truck to cross the runway less than 20 seconds beforehand. Then seconds later the controller frantically called for the fire truck to stop.</p><p>The incident in Los Angeles appears to have happened in an area of the airport where the planes are communicating with air traffic controllers about their movements, but ground vehicles are simply supposed to yield to any planes, which are typically moving only about 15 mph (24 kph). Airport officials didn't respond immediately to questions about what happened and what procedures are in place to prevent collisions.</p><p>Aviation safety expert Steve Arroyo, who was a longtime United Airlines pilot, said these kind of incidents happen daily on taxiways across the country, but don't normally get any attention because the collision is avoided. The issue will undoubtedly get more attention now.</p><p>“Multiple incidents, accidents happening, just in March alone, I think it’s time to put some serious eyes on what’s going on on the ramp,” Arroyo said.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/2SYUH4F7LF4M77ETSCCBLGED5M.jpg?auth=8d79615882dde085a2a810be17c67873da47244f70a818dfe10c4c29b0614df4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Air traffic is seen on the runway at Los Angeles International Airport on Sunday, Dec. 25, 2022. (AP Photo/Damian Dovarganes, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Damian Dovarganes</media:credit></media:content></item><item><title><![CDATA[Artemis II crew gets ready to complete Orion’s last flight day and splashdown in Pacific  ]]></title><link>https://www.local10.com/news/2026/04/10/artemis-ii-crew-gets-ready-to-complete-orions-last-flight-day-and-splashdown-in-pacific/</link><guid isPermaLink="true">https://www.local10.com/news/2026/04/10/artemis-ii-crew-gets-ready-to-complete-orions-last-flight-day-and-splashdown-in-pacific/</guid><dc:creator><![CDATA[Isabella Martin, Brantly Scott, Andrea Torres]]></dc:creator><description><![CDATA[After NASA’s Orion spacecraft’s ninth flight day ended with thrusters igniting during the journey back to Earth, four astronauts were on the 10th and last day of the Artemis II mission.]]></description><pubDate>Fri, 10 Apr 2026 14:39:41 +0000</pubDate><content:encoded><![CDATA[<p>After NASA’s <a href="https://www.nasa.gov/humans-in-space/orion-spacecraft/" target="_self" rel="" title="https://www.nasa.gov/humans-in-space/orion-spacecraft/">Orion spacecraft</a>’s ninth flight day ended with <a href="https://www.nasa.gov/blogs/missions/2026/04/10/artemis-ii-flight-day-9-second-return-correction-burn-complete/" target="_self" rel="" title="https://www.nasa.gov/blogs/missions/2026/04/10/artemis-ii-flight-day-9-second-return-correction-burn-complete/">thrusters igniting</a> during the journey back to Earth, four astronauts were on the 10th and last day of the Artemis II mission.</p><p>The crew and spacecraft will perform a <a href="https://www.nasa.gov/blogs/missions/2026/04/09/artemis-ii-flight-day-9-crew-prepares-to-come-home/" target="_self" rel="" title="https://www.nasa.gov/blogs/missions/2026/04/09/artemis-ii-flight-day-9-crew-prepares-to-come-home/">third burn</a> shortly after 1:50 p.m. on Friday. The re-entry procedures will follow, as a U.S. Navy ship awaits in the Pacific Ocean. </p><p>If all goes as planned, Canadian Space Agency astronaut Jeremy Hansen and NASA astronauts Reid Wiseman, Victor Glover, and Christina Koch will re-enter the Earth’s atmosphere at 23,840 mph in self-flying Orion’s capsule, <a href="https://www.facebook.com/reel/947370688048873" target="_self" rel="" title="https://www.facebook.com/reel/947370688048873">Integrity</a>, which has a shield to withstand the high heat. </p><p>NASA expects <a href="https://www.facebook.com/reel/947370688048873" target="_self" rel="" title="https://www.facebook.com/reel/947370688048873">Integrity</a> to slow down to a 19 mph splashdown shortly after at 8:05 p.m. on Friday off the coast of San Diego. The USS John P. Murtha and crew will be doing the pickup. </p><p>The weather will be cooperating. </p><p>NASA plans to celebrate the Artemis II astronauts as the first human crew in history to have ever flown 252,756 miles from Earth. Wiseman will return to his family after having named newly discovered moon craters after his late wife, Carroll, who died of cancer. </p><p>The program will continue to make improvements for Artemis III around the Earth’s orbit in 2027, and an actual moon landing with Artemis IV in 2028.</p><p><b>Interactive graphic: Access the best high-resolution Artemis II photos </b></p><p><div style="position: relative; width: 100%; height: 0px; padding: 101.86% 0px 0px; overflow: hidden; will-change: transform;"><iframe loading="lazy" src="https://e.infogram.com/c8c27f76-90e7-4baf-99ae-19b3163afa89?src=embed&amp;embed_type=responsive_iframe" title="Artemis II" allowfullscreen="" allow="fullscreen" style="position: absolute; width: 100%; height: 100%; top: 0px; left: 0px; border: none; padding: 0px; margin: 0px;"></iframe></div></p><p><b>Related stories</b></p><ul><li><a href="https://www.local10.com/tech/2026/04/10/artemis-iis-grand-moon-finale-is-almost-here-with-a-pacific-splashdown-to-cap-nasas-lunar-comeback/" target="_self" rel="" title="https://www.local10.com/tech/2026/04/10/artemis-iis-grand-moon-finale-is-almost-here-with-a-pacific-splashdown-to-cap-nasas-lunar-comeback/">Artemis II’s grand moon finale is almost here with a Pacific splashdown to cap NASA’s lunar comeback</a></li><li><a href="https://www.youtube.com/live/6RwfNBtepa4" target="_self" rel="" title="https://www.youtube.com/live/6RwfNBtepa4">Live views from Orion</a></li></ul>]]></content:encoded></item><item><title><![CDATA[Federal judge extends restraining order on $6.2B merger of local TV giants Nexstar and Tegna]]></title><link>https://www.local10.com/business/2026/04/10/federal-judge-extends-restraining-order-on-62b-merger-of-local-tv-giants-nexstar-and-tegna/</link><guid isPermaLink="true">https://www.local10.com/business/2026/04/10/federal-judge-extends-restraining-order-on-62b-merger-of-local-tv-giants-nexstar-and-tegna/</guid><dc:creator><![CDATA[By REBECCA BOONE, Associated Press]]></dc:creator><description></description><pubDate>Fri, 10 Apr 2026 16:11:14 +0000</pubDate><content:encoded><![CDATA[<p>A federal judge on Friday extended an emergency restraining order on a $6.2 billion merger between Nexstar Media Group and Tegna for one week while he decides whether a longer block on the deal is needed.</p><p>Eight state attorneys general and DirecTV sued to block the merger between the local television giants, arguing that it would raise consumer prices and harm local journalism. They asked U.S. District Court Chief Judge Troy L. Nunley in Sacramento, California, to halt the merger until their antitrust lawsuit is resolved.</p><p>Nexstar's attorneys say the deal will lead to expanded local journalism and programming, not a reduction.</p><p>Nunley extended the temporary restraining order until April 17, saying the extension would give him time to prepare a ruling on whether a longer preliminary injunction is needed. The judge also modified the order so both companies could take “reasonable steps” to handle regular business matters like meeting federal debt reporting deadlines.</p><p>The deal, announced last year and approved by the Federal Communications Commission, would create a company that owns 265 television stations in 44 states and the District of Columbia, most of them local affiliates of one of the “Big Four” national networks: ABC, CBS, Fox and NBC.</p><p>The merger needed the approval of the Republican Trump administration’s FCC because the government had to waive rules limiting how many local stations one company can own.</p><p>When the judge issued the original temporary restraining order in the case, he said the merger could give Nexstar the power to demand higher fees from multichannel video programming distributors like DirecTV, because if the distributors refuse to pay the increases they could risk subscribers losing access to things like Sunday NFL football games.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/UYDMUJZHFULXIHHQRXHBJLHVYA.jpg?auth=0e99e2b133e4c91eb4bdd7948317c833b24be1a579e495cb926993914608f4ab&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Chairman, President and CEO of Nexstar Broadcasting Group Perry Snook attends the 24th Annual Broadcasting and Cable Hall of Fame Awards at the Waldorf-Astoria in New York on Oct. 29, 2014. (Photo by Evan Agostini/Invision/AP, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Evan Agostini</media:credit></media:content></item><item><title><![CDATA[MDSO: Woman faces attempted murder charge in stabbing of boyfriend over Valentine’s Day gift]]></title><link>https://www.local10.com/news/local/2026/04/10/mdso-woman-faces-attempted-murder-charge-in-stabbing-of-boyfriend-over-valentines-day-gift/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/10/mdso-woman-faces-attempted-murder-charge-in-stabbing-of-boyfriend-over-valentines-day-gift/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[A 36-year-old woman is facing an attempted murder charge months after authorities say she stabbed her boyfriend during a dispute on Valentine’s Day in Miami-Dade County’s Brownsville neighborhood.]]></description><pubDate>Fri, 10 Apr 2026 14:21:52 +0000</pubDate><content:encoded><![CDATA[<p>A 36-year-old woman is facing an attempted murder charge months after authorities say she stabbed her boyfriend during a dispute on Valentine’s Day in Miami-Dade County’s Brownsville neighborhood.</p><p><a href="https://www.local10.com/espanol/2026/04/10/mdso-acusan-a-mujer-de-intento-de-asesinato-por-apunalar-a-su-novio-por-regalo-de-san-valentin/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/04/10/mdso-acusan-a-mujer-de-intento-de-asesinato-por-apunalar-a-su-novio-por-regalo-de-san-valentin/">Leer en español</a></p><p>Deputies with the Miami-Dade Sheriff’s Office said the suspect, Bentoria King, was arrested Thursday in connection with the stabbing. </p><p>According to an arrest report, the stabbing occurred around 4:20 p.m. Feb. 14 near the intersection of Northwest 51st Street and Northwest 21st Avenue. </p><p>Investigators said King and the victim, who were previously in a relationship and had lived together but are now homeless, got into an argument over a Valentine’s Day gift. </p><p>The dispute escalated when deputies said King allegedly armed herself with a silver homemade knife and stabbed the victim “multiple times throughout his body.” </p><p>They said the victim suffered puncture wounds to the left side of his neck and back, the top of his head, and a laceration behind his right ear. He was taken to Jackson Memorial Hospital’s Ryder Trauma Center, where he underwent surgery, the report states. </p><p>Deputies said King fled the scene on a bicycle before officers arrived at the scene. They also confirmed that portions of the incident were captured on surveillance video and on cellphone video.</p><p>On Thursday, deputies said they located King at an Extended Stay America Premier Suites in Doral and took her into custody.</p><p>After being read her rights, King admitted to being involved in an altercation with the victim but denied stabbing him, according to the report.</p><p>King’s arrest report did not specify what the gift was before the reported stabbing occurred. </p><p>Jail records show she is facing one count of attempted felony murder causing injury.</p><p>As of Friday morning, she was being held without bond at the Turner Guilford Knight Correctional Center. She was also ordered to stay away from the victim. </p><p>Records also show she was previously arrested on charges of child neglect without great bodily harm and committing or engaging in prostitution.</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/E2LD6FPZVVAARBXFCJRG3ADXYI.jpg?auth=2d7e6caf41f545673f32943dd449b894b5b7525e1b852455635fd7d40e0f4708&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[MDSO: Acusan a mujer de intento de asesinato por apuñalar a su novio por regalo de San Valentín]]></title><link>https://www.local10.com/espanol/2026/04/10/mdso-acusan-a-mujer-de-intento-de-asesinato-por-apunalar-a-su-novio-por-regalo-de-san-valentin/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/10/mdso-acusan-a-mujer-de-intento-de-asesinato-por-apunalar-a-su-novio-por-regalo-de-san-valentin/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Una mujer de 36 años se enfrenta a un cargo de intento de asesinato meses después de que, según las autoridades, apuñalara a su novio durante una discusión el día de San Valentín en el barrio de Brownsville, en el condado de Miami-Dade.]]></description><pubDate>Fri, 10 Apr 2026 16:07:24 +0000</pubDate><content:encoded><![CDATA[<p>Una mujer de 36 años enfrenta un cargo de intento de asesinato meses después de que las autoridades dijeran que apuñaló a su novio durante una disputa en el Día de San Valentín en el vecindario de Brownsville, en el condado de Miami-Dade.</p><p>Agentes de la Oficina del Sheriff de Miami-Dade dijeron que la sospechosa, Bentoria King, fue arrestada el jueves en relación con el apuñalamiento.</p><p>Según un informe de arresto, el incidente ocurrió alrededor de las 4:20 p.m. del 14 de febrero, cerca de la intersección de la calle 51 del noroeste y la avenida 21 del noroeste.</p><p>Los investigadores dijeron que King y la víctima, quienes anteriormente mantenían una relación y habían vivido juntos pero ahora están sin hogar, tuvieron una discusión por un regalo de San Valentín.</p><p>La disputa se intensificó cuando, según los agentes, King presuntamente se armó con un cuchillo plateado de fabricación casera y apuñaló a la víctima “múltiples veces en distintas partes del cuerpo”.</p><p>Indicaron que la víctima sufrió heridas punzantes en el lado izquierdo del cuello y la espalda, en la parte superior de la cabeza y una laceración detrás de la oreja derecha. Fue trasladado al Ryder Trauma Center del Hospital Jackson Memorial, donde fue sometido a cirugía, según el informe.</p><p>Los agentes dijeron que King huyó de la escena en una bicicleta antes de que los oficiales llegaran. También confirmaron que partes del incidente fueron captadas en video de vigilancia y en video de teléfono celular.</p><p>El jueves, los agentes dijeron que localizaron a King en un Extended Stay America Premier Suites en Doral y la detuvieron.</p><p>Tras leerle sus derechos, King admitió haber estado involucrada en un altercado con la víctima, pero negó haberlo apuñalado, según el informe.</p><p>El informe de arresto no especifica cuál era el regalo antes de que ocurriera el apuñalamiento.</p><p>Registros de la cárcel muestran que enfrenta un cargo de intento de asesinato grave que causó lesiones.</p><p>Hasta la mañana del viernes, permanecía detenida sin derecho a fianza en el Centro Correccional Turner Guilford Knight. También se le ordenó mantenerse alejada de la víctima.</p><p>Los registros también muestran que previamente fue arrestada por cargos de negligencia infantil sin causar gran daño corporal y por cometer o participar en prostitución.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/E2LD6FPZVVAARBXFCJRG3ADXYI.jpg?auth=2d7e6caf41f545673f32943dd449b894b5b7525e1b852455635fd7d40e0f4708&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Federal court hears new case against Trump's latest global tariffs]]></title><link>https://www.local10.com/news/2026/04/10/federal-court-hears-new-case-against-trumps-latest-global-tariffs/</link><guid isPermaLink="true">https://www.local10.com/news/2026/04/10/federal-court-hears-new-case-against-trumps-latest-global-tariffs/</guid><dc:creator><![CDATA[By MAE ANDERSON and PAUL WISEMAN, Associated Press]]></dc:creator><description></description><pubDate>Fri, 10 Apr 2026 19:32:52 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — The centerpiece of President Donald Trump's economic policy — sweeping taxes on global imports — is under legal assault again.</p><p>The U.S. Court of International Trade, a specialized court in New York, heard oral arguments Friday in an attempt to overturn the temporary tariffs Trump turned to after the Supreme Court in February struck down his preferred choice — even bigger, even more sweeping tariffs.</p><p>In his first attempt to impose global tariffs, the president last year invoked the 1977 International Emergency Economic Powers Act (IEEPA), using the law to declare America's longstanding trade deficit a national emergency and to impose double-digit worldwide taxes on imports to combat it. He interpreted the law broadly to justify tariffs of whatever size he wanted, whenever he wanted to impose them, on whatever country he wanted to target.</p><p>The Supreme Court struck those tariffs down on Feb. 20, saying IEEPA did not authorize the use of tariffs to counter national emergencies.</p><p>But Trump had alternatives to IEEPA. The quickest option was Section 122 of the Trade Act of 1974, which allows the president to impose global tariffs of up to 15% for 150 days, after which congressional approval is needed to extend them. After his defeat at the Supreme Court, Trump quickly announced 10% Section 122 tariffs. He said he'd raise them to the maximum 15% but hasn't yet done so. The tariffs are scheduled to expire July 24.</p><p>Two dozen states and some businesses quickly challenged the new tariffs in court. Friday's hearing lasted more than three hours as a three-judge panel tried to assess a provision that had never been used before to impose tariffs and to analyze congressional decisionmaking from more than a half century ago.</p><p>The judges intensely questioned lawyers for both the plaintiffs and the government about what certain terms mean including what precisely the term “balance-of-payments deficits” meant when it was used in the Trade Act of 1974 and what it means today.</p><p>“I think the judges asked tough questions of all sides and were genuinely trying to find out what Congress meant when it passed section 122,” said Jeffrey Schwab, senior counsel and director of litigation for Liberty Justice Center, which represents some of the plaintiffs.</p><p>“I would be stunned if the challengers prevail,’’ said trade lawyer Ryan Majerus, a partner at King & Spalding law firm and a former U.S. trade official.</p><p>The trade court's judges, he said, are likely to defer to the president and allow the Section 122 tariffs to stay, considering that they will expire in three and a half months anyway. “I just don’t see them sticking their neck out on this one, given how temporarily it’s in place and how much discretion these courts give to the president,’’ he said.</p><p>Section 122 is aimed at what it calls “fundamental international payments problems.’’ At issue is whether that wording covers trade deficits, the gap between what the U.S. sells other countries and what it buys from them.</p><p>The provision arose from the financial crises that emerged in the 1960s and 1970s when the U.S. dollar was tied to gold. Other countries were dumping dollars in exchange for gold at a set rate, risking a collapse of the U.S. currency and chaos in financial markets. But the dollar is no longer linked to gold, so critics say Section 122 is obsolete.</p><p>Awkwardly for Trump, his own Justice Department argued in a court filing last year that the president had needed to invoke IEEPA because Section 122 did “not have any obvious application’’ in fighting trade deficits, which it called “conceptually distinct’’ from payments problems.</p><p>Awkwardly for the plaintiffs challenging his use of the temporary tariffs, the trade court itself wrote last year in its own decision striking down IEEPA tariffs that Trump didn’t need them because Section 122 was available to counter trade deficits.</p><p>Last May, the trade court issued a decision striking down Trump’s IEEPA tariffs about two weeks after hearing oral arguments in the case. Attorney General Dan Rayfield of Oregon, one of the states challenging Trump’s latest tariffs, is eager for another speedy ruling. “We are hopeful to get a result sooner than later,’’ he said. “When the president continues to do an unlawful action and take money out of the pockets of Americans, we want a response as quickly as we can from the courts.’’</p><p>____</p><p>Paul Wiseman reported from Washington.</p><p>AP Writer Lindsay Whitehurst contributed to this story.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/2PDYRP3DC3MPF42FITAGH7BX7U.jpg?auth=96ba6ed4dcb75143e35739a0dcf89ae9bf25ad5b5bad0cd7908fa969266502bd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump speaks with reporters in the James Brady Press Briefing Room at the White House, Monday, April 6, 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/CSMKOML45UE522X76ZXFAR42MI.jpg?auth=cd590a69943b5931e3e2b45da445f27302b762fdba15af9548019e2614ed69a3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A zoom lens and slow shutter speed technique shows President Donald Trump speaking with reporters in the James Brady Press Briefing Room at the White House, Monday, April 6, 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/QWLR7L5AB32IVTPK37ULP77CUI.jpg?auth=ed5a6b54d5e654091ed33376d05ef711aea06a5d1ccf7fddbb180051ad84a78e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump speaks with reporters during a news conference in the James Brady Press Briefing Room at the White House, Monday, April 6, 2026, in Washington. (AP Photo/Mark Schiefelbein)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark Schiefelbein</media:credit></media:content></item><item><title><![CDATA[Felon faces murder charge in 2019 northwest Miami-Dade killing, deputies say]]></title><link>https://www.local10.com/news/local/2026/04/10/felon-faces-murder-charge-in-2019-northwest-miami-dade-killing-deputies-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/10/felon-faces-murder-charge-in-2019-northwest-miami-dade-killing-deputies-say/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[A convicted felon is back in jail in connection with a fatal shooting that authorities say occurred more than six years ago in northwest Miami-Dade.]]></description><pubDate>Fri, 10 Apr 2026 15:18:42 +0000</pubDate><content:encoded><![CDATA[<p>A convicted felon is back in jail in connection with a fatal shooting that authorities say occurred more than six years ago in northwest Miami-Dade.</p><p><a href="https://www.local10.com/espanol/2026/04/10/acusan-a-convicto-de-asesinato-por-homicidio-de-2019-en-el-noroeste-de-miami-dade-dicen-agentes/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/04/10/acusan-a-convicto-de-asesinato-por-homicidio-de-2019-en-el-noroeste-de-miami-dade-dicen-agentes/">Leer en español</a></p><p>The suspect was identified by Miami-Dade Sheriff’s Office deputies as 36-year-old Marshaun Altarol West Jr. </p><p>According to an arrest report, the shooting occurred Oct. 27, 2019, around 8:10 p.m. near Northwest 76th Street and 17th Avenue in the county’s Gladeview area.</p><p>Investigators said the victim, who wasn’t publicly identified, was riding a bicycle and stopped near a group of people gathered in the roadway when an argument broke out between him and West. </p><p>During the argument, deputies said West grabbed a gun from another individual and began shooting, striking the victim multiple times.</p><p>Authorities said West fled the scene before emergency personnel arrived. </p><p>Medics took the victim to Jackson Memorial Hospital’s Ryder Trauma Center, where doctors pronounced him dead.</p><p>Detectives identified West as the shooter after interviewing multiple witnesses. Investigators said their statements were also corroborated by surveillance video that captured the incident.</p><p>Jail records show West, who is facing charges of second-degree murder with a firearm and possession of a firearm by a convicted felon, is being held without bond at the Metrowest Detention Center, as of Friday morning. </p><p>Records show West was previously convicted of attempted felony murder and aggravated battery with a firearm causing bodily harm in an unrelated case.</p><p>A motive for the 2019 shooting remains unclear at this time. </p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/GFSLDJXWEZCNZJWD5ZEF4EOK5Q.jpg?auth=c56bad56665c8e22d3d4bd5fd3f286db7b34b3b8d71ebca5e459dcf72715d143&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Acusan a convicto de asesinato por homicidio de 2019 en el noroeste de Miami-Dade, dicen agentes]]></title><link>https://www.local10.com/espanol/2026/04/10/acusan-a-convicto-de-asesinato-por-homicidio-de-2019-en-el-noroeste-de-miami-dade-dicen-agentes/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/10/acusan-a-convicto-de-asesinato-por-homicidio-de-2019-en-el-noroeste-de-miami-dade-dicen-agentes/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Un delincuente convicto ha vuelto a la cárcel en relación con un tiroteo mortal que, según las autoridades, ocurrió hace más de seis años en el noroeste del condado de Miami-Dade.]]></description><pubDate>Fri, 10 Apr 2026 16:02:07 +0000</pubDate><content:encoded><![CDATA[<p>Un ex convicto regresó a la cárcel en relación con una balacera fatal que, según las autoridades, ocurrió hace más de seis años en el noroeste de Miami-Dade.</p><p>El sospechoso fue identificado por agentes de la Oficina del Sheriff de Miami-Dade como Marshaun Altarol West Jr., de 36 años.</p><p>Según un informe de arresto, la balacera ocurrió el 27 de octubre de 2019, alrededor de las 8:10 p.m., cerca de la intersección de la calle 76 del noroeste y la avenida 17, en el área de Gladeview del condado.</p><p>Los investigadores dijeron que la víctima, que no fue identificada públicamente, iba en bicicleta y se detuvo cerca de un grupo de personas reunidas en la vía cuando se desató una discusión entre él y West.</p><p>Durante la discusión, los agentes indicaron que West tomó un arma de otra persona y comenzó a disparar, impactando a la víctima varias veces.</p><p>Las autoridades dijeron que West huyó de la escena antes de que llegara el personal de emergencia.</p><p>Paramédicos trasladaron a la víctima al Ryder Trauma Center del Hospital Jackson Memorial, donde los médicos lo declararon muerto.</p><p>Detectives identificaron a West como el tirador tras entrevistar a múltiples testigos. Los investigadores dijeron que sus declaraciones también fueron corroboradas por video de vigilancia que captó el incidente.</p><p>Registros de la cárcel muestran que West, quien enfrenta cargos de asesinato en segundo grado con arma de fuego y posesión de arma de fuego por un ex convicto, permanece detenido sin derecho a fianza en el Centro de Detención Metrowest hasta la mañana del viernes.</p><p>Los registros indican que West fue previamente condenado por intento de asesinato grave y agresión agravada con arma de fuego que causó lesiones corporales en un caso no relacionado.</p><p>El motivo de la balacera de 2019 sigue sin estar claro por el momento.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/GFSLDJXWEZCNZJWD5ZEF4EOK5Q.jpg?auth=c56bad56665c8e22d3d4bd5fd3f286db7b34b3b8d71ebca5e459dcf72715d143&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Jury starts deliberating states' claim that Live Nation has a monopoly on concerts and ticketing]]></title><link>https://www.local10.com/entertainment/2026/04/10/jury-starts-deliberating-states-claim-that-live-nation-has-a-monopoly-on-concerts-and-ticketing/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/04/10/jury-starts-deliberating-states-claim-that-live-nation-has-a-monopoly-on-concerts-and-ticketing/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description></description><pubDate>Fri, 10 Apr 2026 15:37:27 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Jury deliberations began Friday in an antitrust case pitting 34 states against the concert giant Live Nation Entertainment.</p><p>The states argue in the civil case that the company and its ticketing arm, Ticketmaster, are monopolizing the industry and driving up prices to see live music.</p><p>Live Nation contends there is more competition than ever and the company plays fair amid a U.S. booming concert business.</p><p>Soon after starting deliberations the jury in Manhattan federal court told the judge it wanted to review certain testimony given at the five-week trial.</p><p>The states carried on with their case after the federal government settled last month.</p><p>The Justice Department said it had won important concessions from Live Nation, particularly in the sale of tickets at dozens of the company’s amphitheaters.</p><p>A lawyer for the states said in closing arguments on Thursday that Live Nation controls 86% of the market for concerts and 73% of the overall market when sports events are included.</p><p>Live Nation’s lawyer said the company isn’t hiding from the fact that it’s the biggest entertainment company and ticketer in the country. But, the lawyer said, “success is not against the antitrust laws in the United States.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/N5HMLH25EOEXSZCRUR3FDECB3M.jpg?auth=9567ca5bb541e66e250bd3cb2d7a93f2b7c007396d97c6f3176b0fea5eee291f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Michael Rapino, left, chief executive officer and president of Live Nation Entertainment Inc., arrives at Manhattan Federal court, Thursday, March 19, 2026 in New York. (AP Photo/Adam Gray)]]></media:description><media:credit role="author" scheme="urn:ebu">Adam Gray</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3EFE3NOED2GDOVU2VXP7XTS46Y.jpg?auth=346bf0de0912ad74cab3329705b5c1d69a4aecd679268b56ebb931782cfaf90c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Michael Rapino, chief executive officer and president of Live Nation Entertainment Inc., arrives at Manhattan Federal court, Thursday, March 19, 2026 in New York. (AP Photo/Adam Gray)]]></media:description><media:credit role="author" scheme="urn:ebu">Adam Gray</media:credit></media:content></item><item><title><![CDATA[Man blamed crack for Plantation bank robbery, Kia Soul chase where ‘prostitute’ got out, feds say]]></title><link>https://www.local10.com/news/local/2026/04/10/man-blamed-crack-for-plantation-bank-robbery-kia-soul-chase-where-prostitute-got-out-feds-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/10/man-blamed-crack-for-plantation-bank-robbery-kia-soul-chase-where-prostitute-got-out-feds-say/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[A man accused of robbing a bank in Plantation on Wednesday and then leading police and deputies on a chase in a Kia Soul getaway car ― that ended in a crash in Lauderhill ― is now facing federal charges, according to court documents obtained by Local 10 News on Friday.]]></description><pubDate>Fri, 10 Apr 2026 15:02:37 +0000</pubDate><content:encoded><![CDATA[<p>A man accused of <a href="https://www.local10.com/news/local/2026/04/08/bank-robbery-suspect-crashes-after-police-chase-through-broward-county/" target="_self" rel="" title="https://www.local10.com/news/local/2026/04/08/bank-robbery-suspect-crashes-after-police-chase-through-broward-county/">robbing a bank in Plantation on Wednesday and then leading police and deputies on a chase</a> in a Kia Soul getaway car ― that ended in a crash in Lauderhill ― is now facing federal charges, according to court documents obtained by Local 10 News on Friday.</p><p><a href="https://www.local10.com/espanol/2026/04/10/hombre-culpa-al-crack-por-robo-a-banco-en-plantation-y-persecucion-en-kia-soul-donde-bajo-una-prostituta-dicen-federales/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/04/10/hombre-culpa-al-crack-por-robo-a-banco-en-plantation-y-persecucion-en-kia-soul-donde-bajo-una-prostituta-dicen-federales/">Leer en español</a></p><p>FBI agents said Tommy Duwayne Dennis, 56, blamed his behavior on crack cocaine.</p><p>According to a federal criminal complaint, Dennis walked in to the TD Bank at 1 N. State Road 7 just before 4:30 p.m. on Wednesday and wrote a note on a debit slip reading, “This is a Robbery give me the money and no one will get hurt.”</p><p>Investigators said he said nothing as he handed it to a teller, who, in fear for her life, handed him $600 and a “bait bill tracker.”</p><p>The complaint states that the tracker <a href="https://www.local10.com/news/local/2026/04/08/police-chase-kia-soul-in-broward-county/" target="_self" rel="" title="https://www.local10.com/news/local/2026/04/08/police-chase-kia-soul-in-broward-county/">led police to a red Kia Soul</a> in the area of Northwest Fifth Street and 31st Avenue in Lauderhill.</p><p>As police watched the vehicle, agents said “a brown bag containing the tracker was thrown from the Kia.“ And that’s not all. </p><p>The complaint states that an unknown woman, whom Dennis ”later identified as a prostitute," got out of the Soul while Dennis “continued to flee at a slow rate of speed.”</p><p>“Law enforcement officers attempted a traffic stop by initiating emergency lights and sirens. The Kia did not stop or yield to law enforcement,” the complaint states. “Law enforcement officers conducted a Precision Immobilization Technique (PIT) on the Kia, but it did not stop. The Kia continued to flee and a second PIT was executed.”</p><p>Agents said two law enforcement officers in an unmarked vehicle attempted to block the Kia and Dennis then struck the vehicle. After a third PIT at around 4:52 p.m., Dennis crashed his Kia Soul into a concrete wall at a home at the corner of Northwest 31st Avenue and Second Street.</p><p>Authorities took Dennis into custody and took him to Broward Health Medical Center, where investigators interviewed him, according to the complaint.</p><p>The complaint states that Dennis told detectives he “was smoking crack all day” and “lost his judgement and made a mistake,” saying he “went to the bank to get some money.”</p><p>Agents said he also “admitted to writing the demand note on the deposit slip and throwing the note out of the car prior to police chasing him” and identified himself in CCTV footage from the bank.</p><p>It wasn’t immediately clear whether Dennis was still in the hospital as of Friday morning; he did not appear in Broward or federal jail records.</p><p>Additionally, his federal court file lists no scheduled hearings. His case has been assigned to U.S. Magistrate Judge Panayotta Augustin-Birch, who sits in Fort Lauderdale.</p><p>Dennis could face up to 20 years in federal prison if convicted.</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/IWOQBLXCQJBXJKD7WKWUXPJPHY.jpg?auth=5864671696f21c2ff35ef3b0048073b768fc9234dd7bf3b1224262ad6aa688b4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[CCTV screenshot of bank robbery superimposed over a Sky 10 still of the end of Wednesday's police chase.]]></media:description></media:content></item><item><title><![CDATA[Hombre culpa al crack por robo a banco en Plantation y persecución en Kia Soul donde bajó una “prostituta”, dicen federales]]></title><link>https://www.local10.com/espanol/2026/04/10/hombre-culpa-al-crack-por-robo-a-banco-en-plantation-y-persecucion-en-kia-soul-donde-bajo-una-prostituta-dicen-federales/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/10/hombre-culpa-al-crack-por-robo-a-banco-en-plantation-y-persecucion-en-kia-soul-donde-bajo-una-prostituta-dicen-federales/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[Un hombre acusado de robar un banco en Plantation el miércoles y luego protagonizar una persecución con la policía y los agentes en un automóvil Kia Soul, que terminó en un accidente en Lauderhill, ahora enfrenta cargos federales, según documentos judiciales obtenidos por Local 10 News el viernes.]]></description><pubDate>Fri, 10 Apr 2026 15:30:49 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre acusado de <a href="https://www.local10.com/espanol/2026/04/09/sospechoso-de-robo-a-banco-choca-tras-persecucion-policial-en-el-condado-broward/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/04/09/sospechoso-de-robo-a-banco-choca-tras-persecucion-policial-en-el-condado-broward/">robar un banco en Plantation el miércoles y luego liderar a la policía y agentes en una persecución </a>en un Kia Soul de escape — que terminó en un choque en Lauderhill — ahora enfrenta cargos federales, según documentos judiciales obtenidos por Local 10 News el viernes.</p><p>Agentes del FBI dijeron que Tommy Duwayne Dennis, de 56 años, culpó su comportamiento al consumo de crack.</p><p>Según una denuncia penal federal, Dennis entró al TD Bank en 1 N. State Road 7 poco antes de las 4:30 p.m. del miércoles y escribió una nota en un comprobante de débito que decía: “Esto es un robo, dame el dinero y nadie resultará herido”.</p><p>Los investigadores dijeron que no dijo nada al entregarla a una cajera, quien, temiendo por su vida, le entregó $600 USD y un “rastreador de billete señuelo”.</p><p>La denuncia indica que el rastreador <a href="https://www.local10.com/news/local/2026/04/08/police-chase-kia-soul-in-broward-county/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/04/08/police-chase-kia-soul-in-broward-county/">llevó a la policía a un Kia Soul rojo</a> en el área de Northwest Fifth Street y 31st Avenue en Lauderhill.</p><p>Mientras la policía vigilaba el vehículo, los agentes dijeron que “una bolsa marrón que contenía el rastreador fue lanzada desde el Kia”. Y eso no fue todo.</p><p>La denuncia indica que una mujer desconocida, a quien Dennis “posteriormente identificó como una prostituta”, salió del Kia mientras Dennis “continuaba huyendo a baja velocidad”.</p><p>“Los agentes del orden intentaron detener el vehículo activando luces de emergencia y sirenas. El Kia no se detuvo ni cedió ante las autoridades”, indica la denuncia. “Los agentes realizaron una maniobra PIT contra el Kia, pero no se detuvo. El Kia continuó huyendo y se ejecutó una segunda maniobra PIT”.</p><p>Los agentes dijeron que dos oficiales en un vehículo no identificado intentaron bloquear el Kia y Dennis chocó contra ese vehículo. Tras una tercera maniobra PIT alrededor de las 4:52 p.m., Dennis estrelló su Kia Soul contra un muro de concreto en una vivienda en la esquina de Northwest 31st Avenue y Second Street.</p><p>Las autoridades detuvieron a Dennis y lo trasladaron al Broward Health Medical Center, donde los investigadores lo entrevistaron, según la denuncia.</p><p>La denuncia señala que Dennis dijo a los detectives que “había estado fumando crack todo el día” y que “perdió el juicio y cometió un error”, afirmando que “fue al banco a buscar dinero”.</p><p>Los agentes dijeron que también “admitió haber escrito la nota de demanda en el comprobante de depósito y haberla arrojado del vehículo antes de que la policía lo persiguiera”, y se identificó en imágenes de vigilancia del banco.</p><p>No estaba claro de inmediato si Dennis seguía en el hospital hasta la mañana del viernes; no aparecía en los registros de la cárcel del condado Broward ni federales.</p><p>Además, su expediente en la corte federal no muestra audiencias programadas. Su caso fue asignado a la jueza magistrada de EE.UU. Panayotta Augustin-Birch, con sede en Fort Lauderdale.</p><p>Dennis podría enfrentar hasta 20 años de prisión federal si es declarado culpable.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/IWOQBLXCQJBXJKD7WKWUXPJPHY.jpg?auth=5864671696f21c2ff35ef3b0048073b768fc9234dd7bf3b1224262ad6aa688b4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[CCTV screenshot of bank robbery superimposed over a Sky 10 still of the end of Wednesday's police chase.]]></media:description></media:content></item><item><title><![CDATA[Tomato Salad with Whipped Feta & Tahini]]></title><link>https://www.local10.com/soflo-taste/2026/04/10/tomato-salad-with-whipped-feta-tahini/</link><guid isPermaLink="true">https://www.local10.com/soflo-taste/2026/04/10/tomato-salad-with-whipped-feta-tahini/</guid><dc:creator><![CDATA[Michelle Bernstein]]></dc:creator><description><![CDATA[A Fresh Tomato Salad]]></description><pubDate>Fri, 10 Apr 2026 15:07:03 +0000</pubDate><content:encoded><![CDATA[<p><u><b>Tomato Salad with Whipped Feta &amp; Tahini</b></u></p><p><b>For the whipped feta:</b></p><p>1 cup crumbled feta cheese</p><p>½ cup Greek yogurt 1 lemon, juiced</p><p>½ cup of your favorite tahini2 tablespoons water (if needed)salt &amp; pepper to taste </p><p><b>For the salad:</b></p><p>1 pound mixed ripe tomatoes, cored and roughly chopped</p><p>½ head radicchio, chopped</p><p>fresh oregano leaves, optional garnish</p><p>2 tablespoons extra virgin olive oil</p><p>salt &amp; pepper to taste</p><p>To make whipped feta and tahini, combine feta cheese, Greek yogurt, HALF of the lemon juice and the tahini in a food processor. Blend until smooth. Season to taste with salt and pepper, adjust lemon as desired. If the dip is too thick, add 1-2 tablespoons of water to loosen it and blend again. If it’s too thin, add 1-2 tablespoons more tahini or feta.</p><p>Place the radicchio on the base of a salad bowl, top with tomatoes. Spoon 3 scoops of whipped feta dip over the top of the salad.</p><p>Drizzle with the oil, season with salt, pepper and a garnish with fresh oregano leaves, if desired.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/HJPBQ7ECCJEY3OMMZWGBJSOWQQ.jpg?auth=115daefc866cfc1170b1818ae476b9a23f28bf35d94745bb299f270c56a0a983&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Pomodoro Crudo with Pasta]]></title><link>https://www.local10.com/soflo-taste/2026/04/10/pomodoro-crudo-with-pasta/</link><guid isPermaLink="true">https://www.local10.com/soflo-taste/2026/04/10/pomodoro-crudo-with-pasta/</guid><dc:creator><![CDATA[Michelle Bernstein]]></dc:creator><description><![CDATA[A Classic Pasta Dish]]></description><pubDate>Fri, 10 Apr 2026 15:05:10 +0000</pubDate><content:encoded><![CDATA[<p><u><b>Pomodoro Crudo with Pasta</b></u></p><p>2 pounds very ripe tomatoes (any type or size work as long as they are ripe and juicy)</p><p>½ cup extra virgin olive oil</p><p>5 garlic cloves, minced using a microplane</p><p>2 bunches basil, leaves torn</p><p>salt and black pepper, to taste</p><p>1 pound of your favorite pasta</p><p>freshly grated parmesan cheese, if desired</p><p>Finely dice the tomatoes. Transfer to a bowl and add the oil, garlic and basil leaves. Add at least.</p><p>½-1 teaspoon salt, toss well to combine everything and allow to just macerate for 30 minutes.</p><p>Cook the pasta until al dente in salted, boiling water, reserving about 1 cup of pasta water. Add the just cooked pasta to the bowl with the tomatoes and add a little of the pasta water until you reach the consistency you desire. Taste for seasoning, adjust if desired.</p><p>Serve topped with a little parmesan if desired.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/3RRJZC7CRJGLDPYMAEZIITUYH4.jpg?auth=ae0e119cad4d5b9b515200db9127b290e0eb3a5b0b04fbac6a0fcb49843f333e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Old School Roasted Tomato Soup]]></title><link>https://www.local10.com/soflo-taste/2026/04/10/old-school-roasted-tomato-soup/</link><guid isPermaLink="true">https://www.local10.com/soflo-taste/2026/04/10/old-school-roasted-tomato-soup/</guid><dc:creator><![CDATA[Michelle Bernstein]]></dc:creator><description><![CDATA[The Soup Of All Soups]]></description><pubDate>Fri, 10 Apr 2026 15:01:34 +0000</pubDate><content:encoded><![CDATA[<p><u><b>Old School Roasted Tomato Soup</b></u></p><p>3 pounds fresh very ripe tomatoes, cored and quartered</p><p>1 yellow onion, peeled and quartered or cut into 1/6ths</p><p>12 garlic cloves, smashed a little with the side of a knife</p><p>¼ cup extra virgin olive oil</p><p>salt and black pepper, to taste</p><p>2-3 cups chicken or veggie broth, as needed</p><p>fresh basil leaves</p><p>fresh oregano, if available</p><p>⅓-½ cup heavy cream</p><p>½ teaspoon granulated sugar, if needed</p><p>Preheat your oven to 400°F. Toss the tomatoes, onion and garlic with the oil, and season with salt and pepper. Transfer to a baking sheet lined with parchment paper or aluminum foil and roast for 12-15 minutes or until a bit caramelized.</p><p>Remove and place all contents of the baking sheet into a saucepan. Add the broth and simmer for 10 minutes. Add a few basil leaves and oregano leaves and simmer for a couple more minutes.</p><p>Blend using an immersion blender. Add the heavy cream and simmer until warmed through. Taste for salt and sweetness and adjust as desired, you may need ½ teaspoon granulated sugar if the tomatoes are not at their height of sweetness and ripeness. </p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/MC3YY7YWMBDG7AG57IC5INAGDY.jpg?auth=c6ab13bd37e0d3e7b7e9bce0fe55ebf821aef7ed5f56a74a8df361aab9a834bd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Nneka Ogwumike to return to the Los Angeles Sparks, where she spent first 12 years of her career]]></title><link>https://www.local10.com/sports/2026/04/10/nneka-ogwumike-to-return-to-the-los-angeles-sparks-where-she-spent-first-12-years-of-her-career/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/04/10/nneka-ogwumike-to-return-to-the-los-angeles-sparks-where-she-spent-first-12-years-of-her-career/</guid><dc:creator><![CDATA[By DOUG FEINBERG, Associated Press]]></dc:creator><description></description><pubDate>Fri, 10 Apr 2026 15:00:45 +0000</pubDate><content:encoded><![CDATA[<p>Nneka Ogwumike is headed back to the Los Angeles Sparks.</p><p>Ogwumike spent the first 12 seasons of her career in Los Angeles after she was drafted No. 1 by the team in 2012. She won the MVP in 2016 and helped the franchise win the WNBA championship that season.</p><p>The veteran forward posted on social media a 45-second video that showed her intentions to return to the Sparks, which her agent confirmed was accurate. Free agents can't sign until Saturday.</p><p>“It was always see you later, now I’ll see you soon…” Ogwumike wrote in the post. The video showed highlights of her time in Los Angeles.</p><p>The 35-year-old Ogwumike averaged 18.3 points and 7.0 rebounds for Seattle last season — her second with the Storm.</p><p>It's been a busy offseason for Ogwumike. She presided over collective bargaining negotiations as president of the union and helped get a transformational new deal that saw average salaries rise nearly four-times what they were in the previous CBA.</p><p>The Sparks have a talented group to go with Ogwumike as the team gave the franchise tag to guard Kelsey Plum, who is also on the union's executive committee, as well as young star Cameron Brink.</p><p>This is the busiest offseason in WNBA history with 80% of the players in the league being free agents.</p><p>___</p><p>AP WNBA: https://apnews.com/hub/wnba-basketball</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/I7KRYVFMRNRWL734L45UHNNKNQ.jpg?auth=81c6aa5af7786c7a303a1e2f53ecbd87505be1871ff04ab39e1ef7e07183ade7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Los Angeles Sparks forward Nneka Ogwumike (30) against the Phoenix Mercury during a WNBA basketball game, Friday, May 19, 2023, in Los Angeles. (AP Photo/Jeff Lewis, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jeff Lewis</media:credit></media:content></item><item><title><![CDATA['Euphoria,' returning for a third season, launched a generation of new stars]]></title><link>https://www.local10.com/entertainment/2026/04/10/euphoria-returning-for-a-third-season-launched-a-generation-of-new-stars/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/04/10/euphoria-returning-for-a-third-season-launched-a-generation-of-new-stars/</guid><dc:creator><![CDATA[By JOCELYN NOVECK, Associated Press]]></dc:creator><description></description><pubDate>Fri, 10 Apr 2026 14:37:03 +0000</pubDate><content:encoded><![CDATA[<p>Few TV shows have served as a launchpad for an array of new talent quite like “Euphoria,” which returns for a third season Sunday on HBO Max.</p><p>Premiering in 2019, this is the series that showcased the rising careers of Zendaya, Jacob Elordi and Sydney Sweeney — all of whom have since become bona fide stars.</p><p>The dark suburban teen drama has also featured more established figures like Colman Domingo, who has received two best actor Oscar nominations in the last few years, and the late Eric Dane. And it’s given visibility and recognition to other actors: Hunter Schafer, Alexa Demie, Maude Apatow and Barbie Ferreira. Angus Cloud, another of its breakout performers, died in 2023.</p><p>Series creator Sam Levinson says it's a thrill to see many cast members thriving.</p><p>“The thing is when you’re casting, every person that walks in, you’re hoping this is the person, this is going to be the character,” he told The Associated Press at the season premiere. “And sometimes when they do, they walk in, they have the talent, they’ve got the passion, the enthusiasm for it, and they inspire you.</p><p>“To see them working with such incredible filmmakers like (Christopher) Nolan and (Guillermo) del Toro ... it's just exciting.”</p><p>Here’s a look at how some of the “Euphoria” stars got their starts — and how they've been keeping busy since we last saw their characters four years ago.</p><p>Zendaya (Rue Bennett)</p><p>She soared, quite literally, as a trapeze artist in “The Greatest Showman” in 2017, two years before “Euphoria” premiered.</p><p>But Zendaya has soared far higher in the seven years since she first played Rue Bennett.</p><p>The actor began as a Disney Channel star and went on to play MJ in “Spider-Man” movies opposite her eventual partner, Tom Holland. She won her first Emmy in 2020 for “Euphoria” — the youngest to win for lead actress in a drama. The following year, she became the youngest two-time winner.</p><p>Then came the “Dune” movies, the sexy, tennis-themed “Challengers” — and more “Spider-Man.”</p><p>She's currently appearing in “The Drama,” a controversial film in which she and Robert Pattinson play a couple whose impending nuptials are thrown into chaos following a dark revelation.</p><p>There were mixed reviews for the movie, but not for her fashion choices: She teased the movie’s bridal theme on carpets around the world by wearing something old, then something new, then something borrowed — and a spectacular, feathered Schiaparelli couture ball gown that was, yes, blue.</p><p>Jacob Elordi (Nate Jacobs)</p><p>Launched by “The Kissing Booth” and shortly thereafter “Euphoria,” Elordi has become nothing less than a monster star — and an Oscar nominee, as the Creature in del Toro’s “Frankenstein, ”</p><p>But before that, his achievements were already pretty, well, monstrous.</p><p>In 2023, Elordi channeled a magnetic Elvis Presley in Sofia Coppola’s biopic “Priscilla.” Then, he made waves — are there waves in a bathtub? — with his memorably rakish appearance as golden-boy rich kid Felix in Emerald Fennell’s salty “Saltburn.”</p><p>Other major roles followed, including another TV series, “The Narrow Road to the Deep North,” playing a medical officer forced to work on the Thai-Burma railway during World War II. And then, Fennell’s recent “Wuthering Heights,” where in a smoldering turn as Heathcliff, he somehow managed to pick up co-star Margot Robbie by her corset strings.</p><p>Sydney Sweeney (Cassie Howard)</p><p>Before her breakout “Euphoria” role, for which she earned an Emmy nod — along with another for “The White Lotus” — Sweeney was perhaps best known for her role as tragic teen Eden Spencer in “The Handmaid’s Tale.” In a story arc bleak even for that show, she was forced to marry an uninterested Nick Blaine, and later punished for falling in love with someone else, leading to a horrific watery demise.</p><p>Sweeney played a teenager in a psychiatric ward in “Sharp Objects,” and appeared as a Manson family member in “Once Upon a Time … in Hollywood,” the same year she joined the “Euphoria” cast.</p><p>In recent years, her career has blossomed, with her most challenging role coming in a movie she produced, “Christy,” playing boxer Christy Martin, a trailblazer for women in the sport who also suffered horrific abuse at the hands of her trainer and husband. The film tanked at the box office but Sweeney received critical praise — and indeed, Oscar buzz — for her immersion in the difficult role.</p><p>On the other side of the box office spectrum, Sweeney struck gold with “The Housemaid” — Paul Feig's psychological thriller that took a satirical look at the depravity of the ultra-rich.</p><p>Alexa Demie (Maddy Perez)</p><p>Demie — an actor, singer-songwriter, and designer — made her feature debut in the 2017 movie “Brigsby Bear.” She appeared in Jonah Hill’s skate movie “Mid90s” and then “Waves,” a 2019 drama by writer-director Trey Edward Shults.</p><p>That same year Demie became a breakout star of “Euphoria,” playing Maddy Perez, who is involved in an abusive relationship with Elordi’s Nate.</p><p>In 2020, Demie appeared in Gia Coppola’s “Mainstream,” with Andrew Garfield.</p><p>In September 2021, she released the single “Leopard Limo (Archive LL11).” Her previous single, “Girl Like Me,” was released in 2016.</p><p>Hunter Schafer (Jules Vaughn)</p><p>Schafer started her career as an activist and model, and made her acting debut with “Euphoria.” She followed up in 2023 as Tigris Snow in “The Hunger Games: The Ballad of Songbirds & Snakes.”</p><p>The following year she appeared in both the science-fiction horror film “Cuckoo” and Yorgos Lanthimos’ “Kinds of Kindness.”</p><p>This year, she appears in the yet-to-be-released “Blade Runner 2099” opposite Michelle Yeoh, and later this month in psychological thriller “Mother Mary,” with Anne Hathaway and Michaela Coel.</p><p>Colman Domingo (Ali Muhammad)</p><p>An established actor well before he began playing Ali in “Euphoria,” Domingo soared to two consecutive best actor Oscar nominations in 2023 and 2024, for playing Bayard Rustin in “Rustin” and then a prison inmate in “Sing Sing.” He’s also had a host of other accolades, including an Emmy win for “Euphoria” (2022) and a nomination for “The Four Seasons” (2025).</p><p>The actor-director-producer stars as Joe Jackson in the Jackson biopic “Michael” later this month.</p><p>But perhaps his most high-profile move comes this Saturday — he’ll be hosting “Saturday Night Live” for the first time.</p><p>Maude Apatow (Lexi Howard)</p><p>The daughter of Judd Apatow appeared in her father’s “Knocked Up,” “Funny People,” “This is 40” and later, “The King of Staten Island.” She also appeared in the TV series “Girls.”</p><p>Later movies included “Other People” (2016), “The House of Tomorrow” (2017) and “Assassination Nation” (2018) — the last written and directed by Levinson, who then cast her in “Euphoria.”</p><p>Apatow’s feature directorial debut, “Poetic License,” stars her mother, Leslie Mann, and is awaiting release.</p><p>___</p><p>Associated Press journalist Leslie Ambriz contributed to this report from Los Angeles.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/QKUTDSMZCGCVWDXZ3LCUXO2BVM.jpg?auth=f344be066fe9742ee684e0912d5c2afbb68dbd438a976354373bfbb8736e9ef4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This combination of images released by HBO shows cast members, from left, Zendaya, Jacob Elordi and Sydney Sweeney from the series "Euphoria." (Patrick Wymore/HBO via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Patrick Wymore</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/CJ5X4TB3KBNZ3EEAWZ2SM2GOGY.jpg?auth=c70ad6d188985409201294b3aee823947dfff47b088b843328ed4643d8fe574c&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 HBO shows Zendaya from the series "Euphoria." (Patrick Wymore/HBO via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Patrick Wymore</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HZY5MTPYKHTVW2TNM6FDHMZU6U.jpg?auth=be3070b7738f33e4a7c25b4c3c22d1d91a44ec7f1f47ddbd27b13d91731bcb04&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 HBO shows Sydney Sweeney from the series "Euphoria." (HBO via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/FG6YFVPP6W4UH73A7SMHBS76JQ.jpg?auth=5340163a79996945d0399beddd52626fcb949ac4806306ddfd45fbb3d2e9b21f&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 HBO shows Jacob Elordi from the series "Euphoria." (Patrick Wymore/HBO via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Patrick Wymore</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ZKSDFJ7QHBGVPBHIRL4VCIOC2E.jpg?auth=6a4631dc1b9dc5794264202e450e1df408c30710eb7747866e95686699da0c35&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 HBO shows Maude Apatow from the series "Euphoria." (Eddy Chen/HBO via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Eddy Chen</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/D74MWERQY5VTGLOPGWAHFUJM44.jpg?auth=d1a02e4de87c4ea51394c2f35a005a38de18b49b1f98578a575a176fa5aa59a8&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 HBO shows Hunter Schafer from the series "Euphoria." (Eddy Chen/HBO via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Eddy Chen</media:credit></media:content></item><item><title><![CDATA[Police pursuit ends in rollover crash, several hospitalized in Fort Lauderdale]]></title><link>https://www.local10.com/news/local/2026/04/09/police-pursuit-ends-in-rollover-crash-several-hospitalized-in-fort-lauderdale/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/09/police-pursuit-ends-in-rollover-crash-several-hospitalized-in-fort-lauderdale/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[A police pursuit involving a suspect wanted on multiple felony charges ended in a rollover crash that authorities say sent several people to the hospital Thursday morning. ]]></description><pubDate>Thu, 09 Apr 2026 13:48:49 +0000</pubDate><content:encoded><![CDATA[<p>A police pursuit involving a suspect wanted on multiple felony charges out of Sunrise ended in a rollover crash that landed in a front yard and sent several people to the hospital Thursday morning, authorities confirmed.</p><p><a href="https://www.local10.com/espanol/2026/04/09/termina-en-volcadura-persecucion-policial-varios-hospitalizados-en-fort-lauderdale/" target="_self" rel="" title="https://www.local10.com/espanol/2026/04/09/termina-en-volcadura-persecucion-policial-varios-hospitalizados-en-fort-lauderdale/">Leer en español</a></p><p>The crash occurred near Powerline Road and Northwest 12th Street, according to Fort Lauderdale police.</p><p>Police said the suspect, Thomas Jamaine Roberson, fled when officers attempted a traffic stop, leading to a pursuit that ended when the suspect crashed into a civilian vehicle, causing it to overturn.</p><p>They said Roberson, 24, and the occupants of the other vehicle were taken to Broward Health Medical Center with minor injuries.</p><p>Jail records show he is facing one count each of robbery with carjacking, aggravated battery of a pregnant female, obstruction of justice, grand theft of a vehicle, criminal justice, child neglect, interfering with custody of a minor. </p><figure><img src="https://www.local10.com/resizer/v2/UOEUCTTP3JETZOLS6HGXLZ4H3U.jpg?auth=2f79b89e68249bf608c5d07e4979f2be59f627ae87dbb7f8666875ee35b83a14&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>As of Friday morning, he was being held without bond at the Broward County Main Jail. He was also ordered to have no contact with any victims, not to drive, and not to possess firearms, weapons or ammunition.</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[Weekday Recap: Trending Stories on Local10.com]]></title><link>https://www.local10.com/news/local/2025/08/01/weekday-recap-trending-stories-on-local10com/</link><guid isPermaLink="true">https://www.local10.com/news/local/2025/08/01/weekday-recap-trending-stories-on-local10com/</guid><description><![CDATA[Here are the Top 10 stories that were trending on Local10.com this week.]]></description><pubDate>Fri, 01 Aug 2025 12:38:57 +0000</pubDate><content:encoded><![CDATA[<p>Here are the Top 10 stories that were trending on <a href="https://www.local10.com/">Local10.com</a> this week. </p><p><a href="https://www.local10.com/espanol/2026/04/10/resumen-de-la-semana-noticias-destacadas-en-local10com/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/04/10/resumen-de-la-semana-noticias-destacadas-en-local10com/">Leer en español</a></p><ul><li><a href="https://www.local10.com/news/local/2026/04/08/community-mourns-2-teens-killed-in-crash-near-downtown-doral">Community mourns 2 teens killed in crash near Downtown Doral</a></li><li><a href="https://www.local10.com/news/local/2026/04/09/ex-partner-of-fort-lauderdale-mayor-dies-by-suicide-one-day-after-court-appearance">Ex-partner of Fort Lauderdale mayor dies by suicide one day after court appearance</a></li><li><a href="https://www.local10.com/news/local/2026/04/07/rapper-lil-tjay-leaves-broward-jail-after-hard-rock-arrest-denies-link-to-offset-shooting">Rapper Lil Tjay leaves jail after Hard Rock arrest, denies link to Offset shooting: ‘Hell naw’</a></li><li><a href="https://www.local10.com/news/local/2026/04/08/brickell-key-hotel-to-be-leveled-in-controlled-demolition-heres-how-and-when-it-will-go-down">Brickell Key hotel to be leveled in controlled demolition ― here’s how and when it will go down</a></li><li><a href="https://www.local10.com/news/local/2026/04/07/boynton-beach-handyman-pushing-back-after-city-begins-enforcing-parking-ordinance-from-2019">Boynton Beach handyman pushing back after city begins enforcing parking ordinance from 2019</a></li><li><a href="https://www.local10.com/news/local/2026/04/09/woman-breaks-through-homes-hurricane-window-tries-stealing-german-shepherd-car-sheriff">Woman breaks through home’s hurricane window, tries stealing German shepherd, car: Sheriff</a></li><li><a href="https://www.local10.com/news/local/2026/04/09/man-facing-murder-charge-for-allegedly-throwing-victim-from-25th-floor-of-miami-beach-apartment">Man faces murder charge for throwing victim from 25th-floor Miami Beach condo, cops say</a></li><li><a href="https://www.local10.com/news/local/2026/04/09/coral-springs-vice-mayors-killing-exposes-prior-911-calls-domestic-violence-concerns">Coral Springs vice mayor’s killing exposes prior 911 calls, domestic violence concerns</a></li><li><a href="https://www.local10.com/news/local/2026/04/06/cruise-ship-worker-accused-of-rape-at-sea">Cruise ship worker accused of rape at sea</a></li><li><a href="https://www.local10.com/news/local/2026/04/09/woman-accused-of-dumping-kittens-in-wilton-manors-park-faces-animal-cruelty-charges">Woman accused of dumping kittens in Wilton Manors park faces animal cruelty charges</a></li></ul>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/XRFY3TGIJJFCTHOPV7ITXPYVHM.png?auth=e9a67cf5fb2dc899eeb0bc14cfb588292199632c1d46fc8b9db7d827acb0fd33&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"/></item><item><title><![CDATA[Resumen de la semana: Noticias destacadas en Local10.com]]></title><link>https://www.local10.com/espanol/2026/04/10/resumen-de-la-semana-noticias-destacadas-en-local10com/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/10/resumen-de-la-semana-noticias-destacadas-en-local10com/</guid><description></description><pubDate>Fri, 10 Apr 2026 14:12:23 +0000</pubDate><content:encoded><![CDATA[<p>Here are the Top 10 stories that were trending on <a href="https://www.local10.com/" rel="">Local10.com</a> this week.</p><ul><li><a href="https://www.local10.com/news/local/2026/04/08/community-mourns-2-teens-killed-in-crash-near-downtown-doral">Community mourns 2 teens killed in crash near Downtown Doral</a></li><li><a href="https://www.local10.com/news/local/2026/04/09/ex-partner-of-fort-lauderdale-mayor-dies-by-suicide-one-day-after-court-appearance">Ex-partner of Fort Lauderdale mayor dies by suicide one day after court appearance</a></li><li><a href="https://www.local10.com/news/local/2026/04/07/rapper-lil-tjay-leaves-broward-jail-after-hard-rock-arrest-denies-link-to-offset-shooting">Rapper Lil Tjay leaves jail after Hard Rock arrest, denies link to Offset shooting: ‘Hell naw’</a></li><li><a href="https://www.local10.com/news/local/2026/04/08/brickell-key-hotel-to-be-leveled-in-controlled-demolition-heres-how-and-when-it-will-go-down">Brickell Key hotel to be leveled in controlled demolition ― here’s how and when it will go down</a></li><li><a href="https://www.local10.com/news/local/2026/04/07/boynton-beach-handyman-pushing-back-after-city-begins-enforcing-parking-ordinance-from-2019">Boynton Beach handyman pushing back after city begins enforcing parking ordinance from 2019</a></li><li><a href="https://www.local10.com/news/local/2026/04/09/woman-breaks-through-homes-hurricane-window-tries-stealing-german-shepherd-car-sheriff">Woman breaks through home’s hurricane window, tries stealing German shepherd, car: Sheriff</a></li><li><a href="https://www.local10.com/news/local/2026/04/09/man-facing-murder-charge-for-allegedly-throwing-victim-from-25th-floor-of-miami-beach-apartment">Man faces murder charge for throwing victim from 25th-floor Miami Beach condo, cops say</a></li><li><a href="https://www.local10.com/news/local/2026/04/09/coral-springs-vice-mayors-killing-exposes-prior-911-calls-domestic-violence-concerns">Coral Springs vice mayor’s killing exposes prior 911 calls, domestic violence concerns</a></li><li><a href="https://www.local10.com/news/local/2026/04/06/cruise-ship-worker-accused-of-rape-at-sea">Cruise ship worker accused of rape at sea</a></li><li><a href="https://www.local10.com/news/local/2026/04/09/woman-accused-of-dumping-kittens-in-wilton-manors-park-faces-animal-cruelty-charges">Woman accused of dumping kittens in Wilton Manors park faces animal cruelty charges</a></li></ul>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/XRFY3TGIJJFCTHOPV7ITXPYVHM.png?auth=e9a67cf5fb2dc899eeb0bc14cfb588292199632c1d46fc8b9db7d827acb0fd33&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"/></item><item><title><![CDATA[Acusan a mujer de abandonar gatitos en parque de Wilton Manors; enfrenta cargos por crueldad animal]]></title><link>https://www.local10.com/espanol/2026/04/10/acusan-a-mujer-de-abandonar-gatitos-en-parque-de-wilton-manors-enfrenta-cargos-por-crueldad-animal/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/10/acusan-a-mujer-de-abandonar-gatitos-en-parque-de-wilton-manors-enfrenta-cargos-por-crueldad-animal/</guid><dc:creator><![CDATA[Bridgette Matter]]></dc:creator><description><![CDATA[Una mujer se enfrenta a múltiples cargos por crueldad y abandono animal después de que los investigadores afirmaran que abandonó a cinco gatitos en un parque la mañana del Domingo de Pascua.]]></description><pubDate>Fri, 10 Apr 2026 14:01:03 +0000</pubDate><content:encoded><![CDATA[<p>Una mujer enfrenta múltiples cargos por crueldad animal y abandono después de que investigadores dijeran que <a href="https://www.local10.com/espanol/2026/04/06/mujer-tira-cinco-gatitos-a-la-basura-en-un-parque-de-wilton-manors-y-la-policia-la-busca/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/04/06/mujer-tira-cinco-gatitos-a-la-basura-en-un-parque-de-wilton-manors-y-la-policia-la-busca/">dejó a cinco gatitos en un parque la mañana de Pascua</a>.</p><p>La policía de Wilton Manors informó que Katherine Luciano dejó a los gatitos en el parque Donn Eisele. Un video de vigilancia de una casa cercana muestra un sedán rojo llegando, con una caja de cartón sellada con cinta en su interior.</p><p>Momentos después, los cinco gatitos bebés caen al suelo mientras la mujer se aleja, pasando junto a un hombre que paseaba a su perro.</p><p>“Estaba realmente enfocado en los gatos, pero eso evitó que mi enojo se centrara en ella”, dijo Peter Carey. “Porque realmente desearía poder meterla en una caja y abandonarla en un campo para que vea cómo se siente. Así es como me siento”.</p><p>Carey rescató a cuatro de los gatitos, mientras que el quinto fue encontrado más tarde.</p><p>Los cinco ya han sido adoptados.</p><p>“Me alegra decir que todos han sido adoptados”, dijo Carey. “Anoche dejé al último gatito con una enfermera que vive en Aventura”.</p><p>Luciano fue ingresada en la cárcel el jueves por la tarde.</p><p>Tras ver su foto policial, Carey dijo: “Se parece a ella. Y espero no volver a verla nunca”.</p><p>No está claro si el pasajero del vehículo enfrentará cargos.</p>]]></content:encoded></item><item><title><![CDATA[Alabama's spring game offers a glimpse of the Tide's next starting QB, Mack or Russell]]></title><link>https://www.local10.com/sports/2026/04/10/alabamas-spring-game-offers-a-glimpse-of-the-tides-next-starting-qb-mack-or-russell/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/04/10/alabamas-spring-game-offers-a-glimpse-of-the-tides-next-starting-qb-mack-or-russell/</guid><dc:creator><![CDATA[By KENNINGTON SMITH III, Associated Press]]></dc:creator><description></description><pubDate>Fri, 10 Apr 2026 13:59:14 +0000</pubDate><content:encoded><![CDATA[<p>TUSCALOOSA, Ala. (AP) — Alabama didn't need to turn to the transfer portal or the recruiting trail to find a replacement for potential first-round draft pick Ty Simpson.</p><p>The Crimson Tide had two options waiting for a shot.</p><p>Austin Mack and Keelon Russell, the two guys Simpson beat out to start last fall, have spent spring practice vying for the job. Coach Kalen DeBoer has declined to offer much detail on any separation, but the team's annual spring game Saturday could provide a glimpse into the competition.</p><p>“Getting a lot of good reps,” DeBoer said. ”I love the aggressiveness that they have. They're not gun shy. They go and make plays, attacking whenever they get the right opportunities with the throws. And they're making the throws."</p><p>Replacing Simpson, who threw for 3,567 yards and 28 touchdowns while leading Alabama to the College Football Playoff, is one of many offensive changes for the Tide in 2026.</p><p>DeBoer and offensive coordinator Ryan Grubb are trying to replace eight starters on that side of the ball. The list includes Simpson, four offensive linemen, receiver Germie Bernard, tight end Josh Cuevas and running back Jam Miller.</p><p>Alabama also made a change at quarterbacks coach, with tight ends coach Bryan Ellis getting elevated to replace Nick Sheridan, who was hired as offensive coordinator at Michigan State.</p><p>But Ryan Coleman-Williams is back with a new number and should provide a go-to target for whoever ends up taking snaps in the season opener against East Carolina on Sept. 5.</p><p>“The guys are coming through, making plays and catches for them," DeBoer said. "I think they’re gaining more confidence in the offensive line each and every day. That’s going to take time; there’s a lot of (new) faces up front. ... They’re clear with their communication. There’s not a lot that’s catching them off guard, so they can go out and let their skills speak for themselves and make the plays.”</p><p>Mack, a redshirt junior, followed DeBoer from Washington in 2024. The 6-foot-6 Californian appeared in four games last season, completing 24 of 32 passes for 228 yards and two touchdowns.</p><p>His most notable appearance came when he filled in for Simpson in a loss to Indiana in the Rose Bowl. Mack completed 11 of 16 passes for 103 yards and led the Tide to its only score in the 38-3 drubbing.</p><p>Russell, a redshirt freshman, is the highest-rated recruit to sign with Alabama in the modern era, according to 247 Sports. The 6-foot-3 Texan appeared in two games in 2025 — against Louisiana-Monroe and Eastern Illinois — and completed 11 of 15 passes for 143 yards and two scores.</p><p>“One of the biggest things this year was to get smarter,” Russell said during Rose Bowl preparations. “Understanding the offense, just building my confidence level. I feel like I’ve grown, developed and feel like I’m becoming more of an NFL-ready quarterback.”</p><p>The Tide would settle for finding a college-ready guy, the next in line at a place that's enjoyed Jalen Hurts, Tua Tagovailoa, Mac Jones, Bryce Young, Jalen Milroe and Simpson over the last decade.</p><p>“Obviously, Keelon is a really, really good athlete,” Grubb said. “I think his feet probably come into play. I think you saw it in the Rose Bowl, obviously Austin can run a little bit. ... It’s not like Austin can’t run, but there is a piece of athleticism there with Keelon that’s different from some guys.</p><p>“As far as arm talent, they’re both supremely talented as far as pushing the ball all over the field. There’s not going to be a throw I have in the game plan that I have for one but couldn’t do with the other. Both have quick releases. Accuracy is something they’re both working on. But very similar guys. I don’t think other than Keelon’s feet, there’s a massive difference, other than size.”</p><p>___</p><p>Get poll alerts and updates on the AP Top 25 throughout the season. Sign up here. 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/5YYOO6VEKO5LRX6U7KLAOWDVSY.jpg?auth=ec4ecfd56242dccab0916874b00d3204b587f4d1c6c524123f865681c9828408&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Alabama quarterback Keelon Russell (12) warms up before the first round of an NCAA College Football Playoff against Oklahoma, Friday, Dec. 19, 2025, in Norman, Okla. (AP Photo/Alonzo Adams, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Alonzo Adams</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/7NKKUVXGYFNAWNBX6PC5QXDIIE.jpg?auth=682ed52800cf2361e910eb4a1eb4196a40fa4d453ab7cc7ab8e765b3eeb5e100&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Indiana defensive back Devan Boykin, right, sacks Alabama quarterback Austin Mack during the second half of the Rose Bowl College Football Playoff quarterfinal game Thursday, Jan. 1, 2026, in Pasadena, Calif. (AP Photo/Mark J. Terrill, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark J. Terrill</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VHOPF5PIQAQPKCW7AE4D4PVFBQ.jpg?auth=874da3ca0344995bdafda52273e73d1adc5b6b167697e74d54e8250e9aaf4fa1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Alabama head coach Kalen DeBoer talks with visitors during Alabama's NFL football pro day, Wednesday, March 25, 2026, in Tuscaloosa, Ala. (AP Photo/Vasha Hunt, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Vasha Hunt</media:credit></media:content></item><item><title><![CDATA[Miami Beach Pride returns this weekend, bigger & bolder than ever! ]]></title><link>https://www.local10.com/community/2026/04/10/miami-beach-pride-returns-this-weekend-bigger-bolder-than-ever/</link><guid isPermaLink="true">https://www.local10.com/community/2026/04/10/miami-beach-pride-returns-this-weekend-bigger-bolder-than-ever/</guid><dc:creator><![CDATA[Alexis Frazier, Yarden Ben-David ]]></dc:creator><description><![CDATA[Eighteen years later, Miami Beach Pride is still one of the stand out events that happens on Ocean Drive, and this year, it’s bigger, bolder and more vibrant than ever. ]]></description><pubDate>Fri, 10 Apr 2026 12:46:26 +0000</pubDate><content:encoded><![CDATA[<p>Eighteen years later, Miami Beach Pride is still one of the stand out events that happens on Ocean Drive, and this year, it’s bigger, bolder and more vibrant than ever. </p><p><a href="https://www.local10.com/espanol/2026/04/10/regresa-miami-beach-pride-este-fin-de-semana-mas-grande-y-audaz-que-nunca/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/04/10/regresa-miami-beach-pride-este-fin-de-semana-mas-grande-y-audaz-que-nunca/">Leer en español</a></p><p>“This year, we are going for our fourth victory in the parade,” said AJ Prasaguet, general manager of the <a href="https://palacesouthbeach.com/" target="_self" rel="" title="https://palacesouthbeach.com/">Palace Bar &amp; Restaurant</a>. “We are also the hub for Miami Beach Pride -- all the floats stop right at the Palace.”</p><p>From drag brunches to beach parties, this is where celebration, culture and community collide.</p><p>“Pride did start as political. It’s always been political, but it’s evolved into a celebration of individuality, personality, love, life, all things -- not just LGBTQIA. And this year, because of the climate here in Florida, I think it’s really, really meaningful to come out (and) show your support,” community advocate Timur Tugberk said. </p><p>Pride continues to be both a celebration and a statement, drawing hundreds of thousands to South Florida.</p><p>“Miami Beach Pride started in 2009, and I bought Palace in 2007. The bar owners got together to start working on how we can start a Pride on South Beach,” Tom Donall, Palace co-owner/co-founder of Miami Beach Pride, said. </p><p>“We had 15,000 people show up the first year. The next year, it went up to 40,000, and it just kept growing,” said Donald “Donnie”, Palace co-owner/co-founder of Miami Beach Pride. </p><p>At the heart of it all is iconic spots like the Palace, helping turn Pride into a full weekend experience.</p><p>“This year for Pride, we are piggy-backing off of Miami Beach Pride’s theme of infinite. And this year for us, it’s going to be ‘infinite love is limitless,’ and it’s a week-long of festivities,” Prasaguet said. </p><p>Nonstop shows will be held that keep the energy going well into the night.</p><p>“On Friday, we start our world-famous drag brunches, 11 a.m. and 2 p.m.,” Prasaguet said. “Then we pop into Saturday and this is where we start our weekend festivities of rooftop pool parties.” </p><p>“Our drag shows are every day from 7 p.m. until midnight,” Prasaguet added. </p><p>And if you’re new to Pride, consider this your survival guide. First things first, crowd participation is a must! </p><p>“Come in with boas, come in with hats, come in with wild, crazy looks and don’t forget that you need to be ready to just have the most fun you’re ever going to have, either on your vacation or while you’re here enjoying Pride. But it will be the time of your life,” Prasaguet said. </p><p>“It’s a great feeling when people are having a lot of fun and a good time, enjoying the day and the weekend,” Donnie said. </p><p>And the celebration kicks off Friday with a groundbreaking for a brand-new Pride Park.</p><p>The pavers from the iconic rainbow crosswalk were saved and are being repurposed at Lummus Park. </p><p>After the ceremony, there will be a party at the Palace.</p><p><a href="https://www.miamibeachpride.com/" target="_self" rel="" title="https://www.miamibeachpride.com/">Click here</a> for more information on Miami Beach Pride events. &nbsp;</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[Regresa Miami Beach Pride este fin de semana, más grande y audaz que nunca]]></title><link>https://www.local10.com/espanol/2026/04/10/regresa-miami-beach-pride-este-fin-de-semana-mas-grande-y-audaz-que-nunca/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/10/regresa-miami-beach-pride-este-fin-de-semana-mas-grande-y-audaz-que-nunca/</guid><dc:creator><![CDATA[Alexis Frazier, Yarden Ben-David ]]></dc:creator><description><![CDATA[Dieciocho años después, el Miami Beach Pride sigue siendo uno de los eventos más destacados que tienen lugar en Ocean Drive, y este año es más grande, más audaz y más vibrante que nunca.]]></description><pubDate>Fri, 10 Apr 2026 13:50:36 +0000</pubDate><content:encoded><![CDATA[<p>Dieciocho años después, Miami Beach Pride sigue siendo uno de los eventos más destacados en Ocean Drive, y este año es más grande, audaz y vibrante que nunca.</p><p>“Este año vamos por nuestra cuarta victoria en el desfile”, dijo AJ Prasaguet, gerente general del <a href="https://palacesouthbeach.com/" target="_blank" rel="noreferrer" title="https://palacesouthbeach.com/">Palace Bar &amp; Restaurant</a>. “También somos el centro de Miami Beach Pride: todas las carrozas se detienen justo en el Palace”.</p><p>Desde brunches drag hasta fiestas en la playa, este es el lugar donde la celebración, la cultura y la comunidad se unen.</p><p>“El Pride comenzó como algo político. Siempre ha sido político, pero ha evolucionado hacia una celebración de la individualidad, la personalidad, el amor, la vida, de todo, no solo LGBTQIA. Y este año, debido al clima aquí en Florida, creo que es realmente muy significativo salir y mostrar apoyo”, dijo el activista comunitario Timur Tugberk.</p><p>El Pride continúa siendo tanto una celebración como una declaración, atrayendo a cientos de miles al sur de Florida.</p><p>“Miami Beach Pride comenzó en 2009, y yo compré Palace en 2007. Los dueños de bares se unieron para trabajar en cómo podíamos iniciar un Pride en South Beach”, dijo Tom Donall, copropietario de Palace y cofundador de Miami Beach Pride.</p><p>“Tuvimos 15,000 personas el primer año. Al siguiente subió a 40,000, y siguió creciendo”, dijo Donald “Donnie”, copropietario de Palace y cofundador de Miami Beach Pride.</p><p>En el corazón de todo están lugares icónicos como el Palace, que ayudan a convertir el Pride en una experiencia de fin de semana completo.</p><p>“Este año, para Pride, nos alineamos con el tema de Miami Beach Pride de infinito. Y para nosotros será ‘el amor infinito no tiene límites’, con una semana completa de festividades”, dijo Prasaguet.</p><p>Habrá espectáculos continuos que mantendrán la energía hasta bien entrada la noche.</p><p>“El viernes comenzamos con nuestros famosos brunches drag, a las 11 a.m. y 2 p.m.”, dijo Prasaguet. “Luego pasamos al sábado, donde iniciamos las festividades del fin de semana con fiestas en piscinas en azoteas”.</p><p>“Nuestros shows drag son todos los días de 7 p.m. a medianoche”, agregó Prasaguet.</p><p>Y si eres nuevo en el Pride, considéralo tu guía de supervivencia. Lo primero es participar.</p><p>“Llega con boas, sombreros, atuendos llamativos y no olvides que debes estar listo para divertirte al máximo, ya sea en tus vacaciones o mientras disfrutas el Pride. Será el mejor momento de tu vida”, dijo Prasaguet.</p><p>“Es una gran sensación ver a la gente divirtiéndose y pasando un buen rato, disfrutando el día y el fin de semana”, dijo Donnie.</p><p>La celebración comienza el viernes con la colocación de la primera piedra de un nuevo Pride Park.</p><p>Los adoquines del icónico cruce peatonal arcoíris fueron conservados y serán reutilizados en Lummus Park.</p><p>Después de la ceremonia, habrá una fiesta en el Palace.</p><p><a href="https://www.miamibeachpride.com/" target="_blank" rel="noreferrer" title="https://www.miamibeachpride.com/">Haga clic aquí</a> para más información sobre los eventos de Miami Beach Pride.</p>]]></content:encoded></item><item><title><![CDATA[Acusan a administrador de condominio en Miami-Dade de solicitar y aceptar sobornos]]></title><link>https://www.local10.com/espanol/2026/04/10/acusan-a-administrador-de-condominio-en-miami-dade-de-solicitar-y-aceptar-sobornos/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/10/acusan-a-administrador-de-condominio-en-miami-dade-de-solicitar-y-aceptar-sobornos/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[El administrador de un edificio de condominios en Miami-Dade fue arrestado el jueves por múltiples cargos, según anunciaron las autoridades.]]></description><pubDate>Fri, 10 Apr 2026 13:45:51 +0000</pubDate><content:encoded><![CDATA[<p>Un administrador de condominio de Miami-Dade fue arrestado el jueves por múltiples cargos, informaron las autoridades.</p><p>Según la Oficina del Sheriff de Miami-Dade, Maria Del Carmen Alvarez-Concepcion, de 57 años, fue arrestada el jueves por la tarde por cargos de solicitar y aceptar sobornos, fraude organizado y hurto mayor en segundo grado.</p><p>Un informe de arresto indica que un miembro actual de la junta y propietario en la asociación Greynolds Park Club Condominium, ubicada en el 17890 W. Dixie Highway, contactó a la MDSO por preocupaciones sobre el manejo indebido de los fondos de la asociación por parte de ciertos miembros de la junta directiva y la administradora del edificio, identificada como Alvarez-Concepcion.</p><p>Los detectives dijeron que el miembro de la junta les informó que el 23 de enero fue contactado por un proveedor contratado, quien reportó que Alvarez-Concepcion había estado solicitando y aceptando sobornos “en forma de efectivo y transferencias por Zelle”.</p><p>El informe señala que el miembro de la junta “también reportó preocupaciones de larga data sobre el control exclusivo de la acusada sobre contratos multimillonarios, falta de transparencia financiera, cargos cuestionables, registros faltantes y la exclusión de ciertos miembros de la junta de decisiones importantes de la asociación”.</p><p>Según el informe, el proveedor que habló con el miembro de la junta se reunió con detectives el 13 de febrero y corroboró la información inicial.</p><p>Los detectives indicaron que el proveedor afirmó que entre el 7 de marzo de 2025 y el 5 de diciembre de 2025, Alvarez-Concepcion solicitó y aceptó repetidamente sobornos, señalando que le pagó alrededor de $19,910 USD en efectivo y transferencias por Zelle durante ese período.</p><p>Las autoridades dijeron que los pagos no estaban autorizados por la asociación y fueron “intencionalmente ocultados a la junta directiva”.</p><p>Según el informe, entre el 18 de febrero y el 19 de marzo de este año, Alvarez-Concepcion aceptó $1,000 USD adicionales en sobornos.</p><p>En total, se cree que aceptó $20,910 USD en “pagos de sobornos no revelados”, indicaron las autoridades.</p><p>Según el informe de arresto, Alvarez-Concepcion fue localizada el jueves por la tarde en el estacionamiento de la comunidad del condominio y fue detenida.</p><p>Los detectives dijeron que ella les proporcionó una declaración “en beneficio propio”, en la que “admitió haber aceptado sobornos mientras actuaba en su cargo como administradora en el lugar”.</p><p>“Este arresto refleja nuestro compromiso de proteger a los residentes y responsabilizar a quienes abusan de posiciones de confianza, y continuaremos combatiendo agresivamente el fraude en asociaciones en nuestra comunidad”, dijo la sheriff Rosie Cordero-Stutz en un comunicado.</p><p>Hasta la mañana del viernes, Alvarez-Concepcion permanecía detenida en el Turner Guilford Knight Correctional Center. Los registros en línea indicaban que su fianza estaba “por establecer”.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZGEIV3DVXNEZ3I7HZW444PZVYE.jpg?auth=2b7accd6827f5c1212612f13aa49c6532995bcac90cd25d1f7fcad255f392321&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Ex pareja del alcalde de Fort Lauderdale muere por suicidio un día después de comparecer ante la corte ]]></title><link>https://www.local10.com/espanol/2026/04/09/ex-pareja-del-alcalde-de-fort-lauderdale-muere-por-suicidio-un-dia-despues-de-comparecer-ante-la-corte/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/09/ex-pareja-del-alcalde-de-fort-lauderdale-muere-por-suicidio-un-dia-despues-de-comparecer-ante-la-corte/</guid><dc:creator><![CDATA[Liane Morejon, Chris Gothner]]></dc:creator><description><![CDATA[El ex pareja del alcalde de Fort Lauderdale, Dean Trantalis, murió por suicidio el jueves, un día después de comparecer ante la corte.]]></description><pubDate>Thu, 09 Apr 2026 19:42:05 +0000</pubDate><content:encoded><![CDATA[<p>El ex pareja del alcalde de Fort Lauderdale, Dean Trantalis, murió por suicidio el jueves, un día después de <a href="https://www.local10.com/news/local/2026/04/08/in-court-fort-lauderdale-mayor-tells-judge-ex-no-longer-a-threat/" target="_self" rel="" title="https://www.local10.com/news/local/2026/04/08/in-court-fort-lauderdale-mayor-tells-judge-ex-no-longer-a-threat/">comparecer ante la corte</a>.</p><p>Daniel Curran fue encontrado sin vida en un edificio en Northeast 36th Street y North Ocean Boulevard en su cumpleaños número 35.</p><p>Su muerte se produce tras un <a href="https://www.local10.com/espanol/2025/11/07/arrestan-a-la-pareja-del-alcalde-de-fort-lauderdale-acusada-de-agredirlo-me-tiro-al-suelo/" target="_self" rel="" title="https://www.local10.com/espanol/2025/11/07/arrestan-a-la-pareja-del-alcalde-de-fort-lauderdale-acusada-de-agredirlo-me-tiro-al-suelo/">caso de violencia doméstica</a> contra Curran, en el que Trantalis, de 72 años, citó incidentes previos de amenazas y violencia.</p><p>Antes de su muerte, se estaban realizando modificaciones a la orden de restricción, ya que Trantalis consideraba que su ex pareja ya no representaba una amenaza.</p><p>“Me sorprendió recibir esta noticia esta mañana. Estábamos en camino a una resolución, lo que habría permitido que Danny recibiera el tratamiento que necesitaba y habría llevado a que los cargos fueran desestimados”, dijo el abogado de Curran, Philip C. Johnston, en un comunicado a Local 10 News. “Danny era una persona muy amable y sensible. Después de que modificamos la orden de no contacto, expresé mis condolencias al alcalde. Él dijo que él y Danny se reunieron anoche y conversaron con alegría sobre planes futuros juntos. Esta es una situación profundamente triste.”</p><p>Trantalis emitió un comunicado el jueves tras la muerte de Curran, diciendo que se enteró “con profundo pesar”.</p><p>“Era una persona amorosa, y mis condolencias van a su familia”, dijo Trantalis. “Quizá ahora, el dolor que sufrió se alivie. Que descanse en paz”.</p><p><b>Historia relacionada:</b> <a href="https://www.local10.com/health/2026/04/09/here-is-a-list-of-suicide-prevention-resources-in-south-florida/" target="_self" rel="" title="https://www.local10.com/health/2026/04/09/here-is-a-list-of-suicide-prevention-resources-in-south-florida/">Aquí hay una lista de recursos de prevención del suicidio en el sur de Florida</a></p><p><i>Si usted o un ser querido están pasando por dificultades, puede llamar a la línea de ayuda contra la crisis y el suicidio al 988. Disponible 24 horas del día los siete días de la semana.</i></p>]]></content:encoded></item><item><title><![CDATA[Couple appears in Broward court accused of 3-week-old son’s death and cover up ]]></title><link>https://www.local10.com/news/local/2026/04/09/couple-accused-of-covering-up-3-week-old-sons-death-appears-in-broward-court/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/09/couple-accused-of-covering-up-3-week-old-sons-death-appears-in-broward-court/</guid><dc:creator><![CDATA[Roy Ramos, Magdala Louissaint, Andrea Torres]]></dc:creator><description><![CDATA[A couple accused of their baby's death appeared in court on Thursday in Broward County. A judge denied them bond.  They also have a 2-year-old child.]]></description><pubDate>Thu, 09 Apr 2026 22:12:47 +0000</pubDate><content:encoded><![CDATA[<p>Crystal Garcia was 20 years old when her 3-week-old baby died last year, according to an arrest warrant.</p><p><a href="https://www.local10.com/espanol/2026/04/10/acusan-a-pareja-en-corte-de-broward-por-muerte-de-su-hijo-de-tres-semanas-y-encubrimiento/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/04/10/acusan-a-pareja-en-corte-de-broward-por-muerte-de-su-hijo-de-tres-semanas-y-encubrimiento/">Leer en español</a></p><p>Hollywood homicide detectives believe Garcia, now 21, tried to cover up his death with the help of the baby’s father, Anfernee Watts, according to police. </p><p>Watts’ mother contacted police to report that Garcia told her that he died while pinned between the bed frame and the mattress, according to an arrest warrant. </p><p>“You know, when you see someone, when they have passed? Like, it was like that,” Garcia told police officers on Wednesday as she confessed to accidentally smothering the baby, according to a police report. </p><p>The couple, who also has a 2-year-old child, appeared in court on Thursday in Broward County. A judge denied them bond. </p><p>Watts, 25, and Garcia “admitted to fabricating a story to present to law enforcement, placing the deceased baby back into the playpen in an effort to make it appear as though the baby died in his sleep,” a police officer wrote, according to an arrest warrant. </p><p>Their son was born on July 11 at Memorial Regional Hospital, according to police. </p><p>A pediatrician reported the baby boy was in good health on July 28, according to the arrest warrant. The tragedy unfolded a few days later. </p><p>Watts told police officers that he had attended a job interview, but the alleged interviewee said that was false, according to the arrest warrant. </p><p>“She intentionally restrained the baby by tightly wrapping him in a blanket, securing a pacifier in his mouth, and strapping him into a car seat before placing him inside a bathtub and isolating him behind a closed door while loud music played,” and she “willfully ignored his distress and failed to check on him for several hours,” a detective wrote, according to the warrant. </p><p>The couple allegedly tried “placing the deceased baby back into the playpen in an effort to make it appear as though the baby died in his sleep,” a detective wrote, according to an arrest warrant. </p><p>Hollywood Fire Rescue personnel pronounced him dead at 1:50 p.m. on Aug. 1st, in a house at 6660 Thomas St., records show. </p><p>Police officers noticed a “disposable changing pad that appeared to have blood spotting on it,” and the baby “had visible foam in his mouth and cracked lips that appeared to have dried blood on them,” according to the arrest warrant. </p><p>The Broward Medical Examiner’s Office ruled the baby’s cause of death to be suffocation and the manner of death to be a homicide. The evidence also includes a video recorded by a Ring surveillance camera showing Garcia with a garbage bag before calling 911.</p><p>Garcia left voicemails to police from Aug. 4 to Wednesday and admitted to lying and to report that she had “smothered” the baby, according to the arrest warrant.</p><p>“Crystal admitted she lied to the police out of fear of being arrested,” a police officer wrote, according to the arrest warrant. </p><p>The U.S. Marshals Fugitive Task Force arrested the couple on Wednesday. </p><p>Corrections was holding Garcia without bond on Thursday evening at the North Broward Bureau, a detention center in Pompano Beach, and Watts at the Broward County Main Jail in Fort Lauderdale, according to inmate records. </p><p>Garcia and Watts are each facing five charges: Obstruction of a criminal investigation, aggravated manslaughter of a child, child neglect with great bodily harm, tampering with evidence, and willfully touching, removing, or disturbing a dead body, clothing, or surrounding items without authorization. </p><p>Watt’s mother has had custody of their 2-year-old daughter since she was about 5 months old after she and the baby tested positive for THC at birth, according to the arrest warrant. </p><p><b>Read a part of the arrest warrant</b></p><p><div style="position: relative; width: 100%; height: 0px; padding: 1602.86% 0px 0px; overflow: hidden; will-change: transform;"><iframe loading="lazy" src="https://e.infogram.com/1cec0773-a357-40e2-92c4-30d5ccd0bf3d?src=embed&amp;embed_type=responsive_iframe" title="Manslaughter Case in Hollywood " allowfullscreen="" allow="fullscreen" style="position: absolute; width: 100%; height: 100%; top: 0px; left: 0px; border: none; padding: 0px; margin: 0px;"></iframe></div></p><p><b>Related afternoon report</b></p>]]></content:encoded></item><item><title><![CDATA[Acusan a pareja en corte de Broward por muerte de su hijo de tres semanas y encubrimiento]]></title><link>https://www.local10.com/espanol/2026/04/10/acusan-a-pareja-en-corte-de-broward-por-muerte-de-su-hijo-de-tres-semanas-y-encubrimiento/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/10/acusan-a-pareja-en-corte-de-broward-por-muerte-de-su-hijo-de-tres-semanas-y-encubrimiento/</guid><dc:creator><![CDATA[Roy Ramos, Magdala Louissaint, Andrea Torres]]></dc:creator><description><![CDATA[A couple accused of their baby's death appeared in court on Thursday in Broward County. A judge denied them bond.  They also have a 2-year-old child.]]></description><pubDate>Fri, 10 Apr 2026 13:26:56 +0000</pubDate><content:encoded><![CDATA[<p>Crystal Garcia tenía 20 años cuando su bebé de tres semanas murió el año pasado, según una orden de arresto.</p><p>Detectives de homicidios de Hollywood creen que Garcia, ahora de 21 años, intentó encubrir su muerte con la ayuda del padre del bebé, Anfernee Watts, según la policía.</p><p>La madre de Watts contactó a la policía para reportar que Garcia le dijo que el bebé murió mientras estaba atrapado entre la estructura de la cama y el colchón, según la orden de arresto.</p><p>“Sabes, cuando ves a alguien, cuando ha fallecido? Como, era así”, dijo Garcia a los oficiales el miércoles al confesar que asfixió accidentalmente al bebé, según un informe policial.</p><p>La pareja, que también tiene un hijo de 2 años, compareció ante la corte el jueves en el condado Broward. Un juez les negó la fianza.</p><p>Watts, de 25 años, y Garcia “admitieron haber fabricado una historia para presentarla a las autoridades, colocando al bebé fallecido nuevamente en el corralito en un intento de hacer parecer que murió mientras dormía”, escribió un oficial, según la orden de arresto.</p><p>Su hijo nació el 11 de julio en el Hospital Memorial Regional, según la policía.</p><p>Un pediatra reportó que el niño estaba en buen estado de salud el 28 de julio, según la orden de arresto. La tragedia se desarrolló unos días después.</p><p>Watts dijo a los oficiales que había asistido a una entrevista de trabajo, pero el supuesto entrevistador indicó que eso era falso, según la orden de arresto.</p><p>“Ella sujetó intencionalmente al bebé envolviéndolo firmemente en una manta, asegurando un chupete en su boca y sujetándolo a un asiento de auto antes de colocarlo dentro de una bañera y aislarlo detrás de una puerta cerrada mientras sonaba música alta”, y “ignoró deliberadamente su angustia y no lo revisó durante varias horas”, escribió un detective, según la orden.</p><p>La pareja presuntamente intentó “colocar al bebé fallecido nuevamente en el corralito en un intento de hacer parecer que murió mientras dormía”, escribió un detective, según una orden de arresto.</p><p>El personal de Hollywood Fire Rescue lo declaró muerto a la 1:50 p.m. del 1 de agosto, en una casa ubicada en el 6660 de Thomas St., según los registros.</p><p>Los oficiales notaron una “almohadilla desechable para cambiar pañales que parecía tener manchas de sangre”, y el bebé “tenía espuma visible en la boca y labios agrietados que parecían tener sangre seca”, según la orden de arresto.</p><p>La Oficina del Médico Forense de Broward determinó que la causa de muerte del bebé fue asfixia y que la manera de muerte fue homicidio. La evidencia también incluye un video grabado por una cámara de vigilancia Ring que muestra a Garcia con una bolsa de basura antes de llamar al 911.</p><p>Garcia dejó mensajes de voz a la policía desde el 4 de agosto hasta el miércoles y admitió haber mentido y reportó que había “asfixiado” al bebé, según la orden de arresto.</p><p>“Crystal admitió que mintió a la policía por miedo a ser arrestada”, escribió un oficial, según la orden de arresto.</p><p>El Grupo de Trabajo de Fugitivos de los U.S. Marshals arrestó a la pareja el miércoles.</p><p>El Departamento de Correcciones mantenía a Garcia sin derecho a fianza el jueves por la noche en el North Broward Bureau, un centro de detención en Pompano Beach, y a Watts en la cárcel principal del condado Broward en Fort Lauderdale, según los registros de reclusos.</p><p>Garcia y Watts enfrentan cada uno cinco cargos: obstrucción de una investigación criminal, homicidio agravado de un menor, negligencia infantil con gran daño corporal, manipulación de evidencia y tocar, remover o alterar intencionalmente un cadáver, su ropa o los objetos circundantes sin autorización.</p><p>La madre de Watts ha tenido la custodia de su hija de 2 años desde que tenía aproximadamente 5 meses después de que ella y la bebé dieron positivo a THC al nacer, según la orden de arresto.</p><p><b>Lea parte de la orden de arresto</b></p><p><div style="position: relative; width: 100%; height: 0px; padding: 1602.86% 0px 0px; overflow: hidden; will-change: transform;"><iframe loading="lazy" src="https://e.infogram.com/1cec0773-a357-40e2-92c4-30d5ccd0bf3d?src=embed&amp;embed_type=responsive_iframe" title="Manslaughter Case in Hollywood " allowfullscreen="" allow="fullscreen" style="position: absolute; width: 100%; height: 100%; top: 0px; left: 0px; border: none; padding: 0px; margin: 0px;"></iframe></div></p><p><b>Informe relacionado de la tarde</b></p>]]></content:encoded></item><item><title><![CDATA[Masters gnomes a hot commodity at Augusta National amid speculation this is final year of production]]></title><link>https://www.local10.com/news/weird-news/2026/04/10/masters-gnomes-a-hot-commodity-at-augusta-national-amid-speculation-this-is-final-year-of-production/</link><guid isPermaLink="true">https://www.local10.com/news/weird-news/2026/04/10/masters-gnomes-a-hot-commodity-at-augusta-national-amid-speculation-this-is-final-year-of-production/</guid><dc:creator><![CDATA[By STEVE REED, Associated Press]]></dc:creator><description></description><pubDate>Fri, 10 Apr 2026 20:48:24 +0000</pubDate><content:encoded><![CDATA[<p>AUGUSTA, Ga. (AP) — John James arrived at Augusta National an hour before the gates opened to patrons for the 90th Masters — all for the purpose of securing a 13 1/2-inch tall gnome.</p><p>“Had to have one,” said James, who was attending the Masters from Wyckoff, New Jersey. “It's a novelty.”</p><p>This is the 10th and perhaps final year Augusta National will sell the limited edition gnome, which features the traditional old man with a white beard in colorful golf attire. Each year's gnome is different, with the 2026 edition featuring the character dressed in khaki pants with a white-and-green striped polo shirt and blue vest holding an umbrella in one hand and a Masters-themed cup in the other.</p><p>The gnomes have become wildly popular — and increasingly valuable — over the last decade.</p><p>With only about 1,000 available each day, the gnomes regularly sell out within an hour each morning at the merchandise shop before being restocked the following day. This year's gnome sells for $59.50 plus tax and is only available at Augusta National.</p><p>It has become a big money-maker for some patrons on the resale market.</p><p>The bidding for one gnome on eBay reached $620 on Friday with two days still remaining in the auction. Another can be purchased directly for $670 plus delivery cost, but there are dozens of others listed for similar prices.</p><p>On Facebook Marketplace, some gnomes are being sold for $800.</p><p>Fueling the price is speculation this may be the final year that the gnome will be produced.</p><p>Masters chairman Fred Ridley was asked earlier in the week if this will be the final edition. He responded by saying, “I’ve been asking that question for several years, and they won’t tell me the answer. So I can’t help you.”</p><p>When asked if he'd consider selling his gnome, James laughed and said, “Maybe.”</p><p>“I mean, I just spent more than $1,000 in the gift shop, so from what I've heard the gnome might pay for all of it,” James said. “I'll have to think about it, but it's definitely an option.”</p><p>John Van Pay, who came from San Antonio, got caught up in the gnome hysteria after talking with a friend associated with the LIV tour the night before attending the Masters. He convinced his son, Bryce, to wake up early and get to the course, and limited to one per person, they each walked out of the merchandise shop with a gnome.</p><p>“Yeah, we kept hearing about this gnome, and the rumor is it's going to be the last year they produce them,” Van Pay said. “So next thing you know, we are waiting in line at 7 a.m. to buy this gnome at the shop.”</p><p>Van Pay said he plans to keep his gnome as a souvenir of his trip to the Masters, calling it “a great piece of memorabilia” and something that “is going to look great on the shelf.” The younger Van Pay is a little more torn; he's an avid memorabilia collector, mostly dealing with Funko Pop.</p><p>Bryce Van Pay recounted how he recently had a $10 trading card that exploded on the market and reached $300 in value following the release of the most recent Marvel movie, only to watch it's worth slip to $100 a few months later. Van Pay lamented not selling it when it was at its most valuable.</p><p>“The Masters gnome is a hot seller and I'm not sure if it's going to go up and down (in value),” the younger Van Pay said. “There is a lot in circulation right now (on eBay and other platforms)."</p><p>He said given the possibility this is the last gnome produced, the wiser financial decision might be to hold onto it for a while.</p><p>With that, his father jumped in and said: “Well, he's my only son, so he can sell his now and make money and have mine when I hand it down to him.”</p><p>___</p><p>AP golf: https://apnews.com/hub/golf</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/LTVIKHLH7OQRTQKXSXCBPPBEJM.jpg?auth=d54a8f70cef3b40dfac8e9d3a04ba22e292289efcafb43e79aeb2d51c9a17aa4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Patrons walk past this years gnome on the 12th hole during the first round of the Masters golf tournament at the Augusta National Golf Club, Thursday, April 9, 2026, in Augusta, Ga. (AP Photo/David J. Phillip)]]></media:description><media:credit role="author" scheme="urn:ebu">David J. Phillip</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ZKCMLTVHQNZJ3YERRWXAGT4FFM.jpg?auth=cd95041b923238aee30d71d704a07e00bda2528d895143e9928e62f89341a16d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A patron walks with a gnome near the sixth hole during a practice round at of the Masters golf tournament at the Augusta National Golf Club, Monday, April 6, 2026, in Augusta, Ga. (AP Photo/Ashley Landis)]]></media:description><media:credit role="author" scheme="urn:ebu">Ashley Landis</media:credit></media:content></item><item><title><![CDATA[PEN America launches a US safety program for authors facing harassment]]></title><link>https://www.local10.com/entertainment/2026/04/10/pen-america-launches-a-us-safety-program-for-authors-facing-harassment/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/04/10/pen-america-launches-a-us-safety-program-for-authors-facing-harassment/</guid><dc:creator><![CDATA[By HILLEL ITALIE, Associated Press]]></dc:creator><description></description><pubDate>Fri, 10 Apr 2026 13:17:41 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — A coalition of publishers and literary agencies are teaming with PEN America on an initiative meant to counter a growing trend of harassment against members of the literary community.</p><p>PEN America, the century-old free expression organization, announced Friday that it was launching the U.S. Safety Program, which would provide safety training and other resources for authors amid a wave of censorship efforts around the country.</p><p>“We have heard from countless authors, illustrators, and translators who are under siege, fending off a steady stream of abuse and threats, online and at book events,” said Clarisse Rosaz Shariyf, co-chief executive officer of PEN America. “Through this new program, the literary and publishing community is stepping up together because writers should not be forced to choose between their safety and their voice.”</p><p>Viktorya Vilk, who directs PEN's digital safety efforts, told The Associated Press that she first noticed a rise in harassment against journalists a decade ago, around the time Donald Trump was first elected president, and has seen it spread to writers and educators over the past couple of years. Maia Kababe, Jon Evison and George Johnson are among the authors of censored works who have spoken out about being harassed and threatened and even physically assaulted.</p><p>Ashley Hope Pérez, whose young adult novel “Out of Darkness” became a target for censors over its depictions of sex and sexual abuse, says she had to take down her office email and telephone. “I got hate mail and all kinds of ugly phone calls,” says Pérez, who teaches at Ohio State University.</p><p>According to PEN, it has raised nearly $1 million through contributions from Hachette Book Group, Macmillan Publishers and Penguin Random House among others. This spring, Jodi Picoult, Jennifer Egan and Lee Child will be among the writers auctioning off character names for future novels, with the proceeds benefiting the safety program. PEN will be building on other programs from recent years, including digital safety workshops held for Hachette authors in 2023.</p><p>“There have probably never been as many threats to authors’ safety as there are currently in the U.S,” Hachette CEO David Shelley said in a statement. “We’re proud to support this much-needed program from PEN America that will give writers a wide range of professional resources to help them deal with threats to their safety, online and offline.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZKJ6ZO7TRPD47UJBOTG26VVWGE.jpg?auth=ab815677710b9ad866ce88a8a08e0d9390968d9effeed2c4219e6361e8a35c1b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Amanda Darrow, director of youth, family and education programs at the Utah Pride Center in Salt Lake City, poses with books that have been the subject of complaints from parents, including "Gender Queer" by Meir Kobabe, on Dec. 16, 2021. (AP Photo/Rick Bowmer, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Rick Bowmer</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/65OWMBZUNKQB2DCLBGJP6X2ZMQ.jpg?auth=7a35f956767750c95e051db2798fdd69a84e26dbdf804949a66f71a91a10b40d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - An LGBTQ+ section appears at Fabulosa Books in the Castro District of San Francisco on June 27, 2024. (AP Photo/Haven Daley, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Haven Daley</media:credit></media:content></item><item><title><![CDATA[Peruanos van a elecciones marcadas por la dispersión del voto y agobiados por la delincuencia]]></title><link>https://www.local10.com/espanol/2026/04/10/peruanos-van-a-elecciones-marcadas-por-la-dispersion-del-voto-y-agobiados-por-la-delincuencia/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/10/peruanos-van-a-elecciones-marcadas-por-la-dispersion-del-voto-y-agobiados-por-la-delincuencia/</guid><dc:creator><![CDATA[Por FRANKLIN BRICEÑO, Associated Press]]></dc:creator><description></description><pubDate>Fri, 10 Apr 2026 13:07:04 +0000</pubDate><content:encoded><![CDATA[<p>LIMA (AP) — Los peruanos acudirán el domingo a las urnas en medio de una ola de criminalidad sin precedentes para elegir presidente entre 35 candidatos con baja intención de voto y de los cuales ninguno ha logrado establecer una distancia significativa sobre sus rivales.</p><p>También será la primera vez en más de 30 años en la que se elegirá a un Congreso bicameral de 130 diputados y 60 senadores en el que la cámara alta no podrá ser disuelta y tendrá la potestad de designar autoridades de control y destituir al mandatario.</p><p>Perú atraviesa una crisis política con choques entre el Legislativo y el Ejecutivo que han provocado el desfile de ocho presidentes y tres Congresos en una década, cuando lo normal hubiese sido tener dos mandatarios y dos Parlamentos con mandatos de cinco años cada uno.</p><p>Amplia oferta de candidatos</p><p>Distintos sondeos privados coinciden en que la derechista Keiko Fujimori —hija del fallecido expresidente Alberto Fujimori (1990-2000)— encabeza la intención de voto con 15% con su promesa de combatir la delincuencia con las Fuerzas Armadas y construir nuevas cárceles.</p><p>Sin embargo, la suma del voto nulo, en blanco e indeciso lidera las proyecciones.</p><p>Fujimori, que se postula por cuarta vez a la presidencia, también propone reactivar la confianza de los empresarios mediante la promoción de proyectos mineros estancados que suman alrededor de 60.000 millones de dólares, facilitar la formalización de los mineros informales de oro y ampliar proyectos de irrigación en terrenos áridos para impulsar la agroexportación.</p><p>De los 35 candidatos presidenciales, la mayor oferta electoral de la historia peruana, detrás de Fujimori se ubican sólo cinco postulantes son fluctuaciones en la intención de voto y separados por menos de cinco puntos porcentuales entre sí.</p><p>En ese grupo están dos exalcaldes de Lima: Ricardo Belmont (1989-1995) del Partido Cívico Obras, un nacionalista que asegura que renegociará los contratos de explotación de recursos naturales, y Rafael López-Aliaga (2021-2025), de Renovación Popular, un millonario que promete créditos a los pequeños empresarios a través del banco estatal.</p><p>También está Carlos Álvarez de País para Todos, un cómico que en el año 2000 apoyó al expresidente Fujimori durante su controvertida tercera reelección. Álvarez promete retirar a Perú de la Convención Americana sobre Derechos Humanos e instaurar la pena de muerte para los sicarios.</p><p>Jorge Nieto, del partido Buen Gobierno y exministro de Defensa (2016-2018), promete resolver el problema de la seguridad en “no más de un año” con un grupo especial contra las extorsiones; mientras Alfonso López Chau, exdirector del Banco Central (2006-2012) y líder de Ahora Nación propone limpiar la policía de agentes corruptos, atacar las finanzas de los criminales y combatirlos usando la tecnología.</p><p>Economía estable, delincuencia en alza</p><p>Perú llega a los comicios con una proyección de crecimiento del Producto Bruto Interno (PIB) de 3% impulsado por los altos precios del cobre y una inflación anual controlada por el Banco Central de 2%, una de las más bajas de la región.</p><p>Pero el costo de la criminalidad consume 1,7% del PBI, el equivalente a unos 5.000 millones de dólares anuales, lo que actúa como un impuesto que asfixia el consumo y la inversión privada, según cálculos del Ministerio de Economía.</p><p>En el último quinquenio las denuncias por extorsión —un delito que ha provocado protestas y paralizaciones frecuentes del transporte público— se han quintuplicado, mientras los asesinatos se han duplicado, de acuerdo con datos oficiales.</p><p>La llegada en la última década de grupos criminales extranjeros ha introducido nuevos métodos de violencia, según los expertos. Otras economías criminales como la minería ilegal y el narcotráfico han creado zonas donde la presencia del Estado es casi imperceptible.</p><p>Mientras Fujimori promete controlar las fronteras y cárceles con la ayuda de los militares, López Aliaga afirma que construirá una cárcel en la Amazonía donde serpientes venenosas serán las guardianas que impedirán la fuga de presos.</p><p>Álvarez, en tanto, propone traer la experiencia en seguridad de El Salvador, Dinamarca y Singapur y Belmont asegura que los puestos de auxilio rápido serán claves para atender a las víctimas de la delincuencia.</p><p>Todo hace prever que ningún candidato logrará más del 50% de los votos válidos exigidos por la ley para ganar en primera vuelta, por lo que se espera un balotaje el 7 de junio entre los dos con mayor cantidad de sufragios.</p><p>Las autoridades electorales han señalado que los resultados finales se conocerán recién el jueves 16 de abril cuando lleguen todas las actas de votación de las zonas rurales más remotas y del extranjero.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/6WUIGVE33MLWH4XMODAMJVTW2M.jpg?auth=69db27da8830cb51690922bcebbd1787add14e58adffa59b9371f15240cced88&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[La candidata presidencial Keiko Fujimori, del partido Fuerza Popular, saluda a sus seguidores durante un mitin de campaña en el barrio de San Juan de Lurigancho, en Lima, Perú, el jueves 2 de abril de 2026. (AP Foto/Martín Mejía)]]></media:description><media:credit role="author" scheme="urn:ebu">Martin Mejia</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TH3ODEAYOVBBGZXD24SYJ6NQDM.jpg?auth=e65c6a5889428c60a1e5dcbeb49374e7f13f2e1ac277c148cf598790e5f3e27e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[El candidato presidencial Ricardo Belmont, del Partido Cívico Obras, saluda a sus simpatizantes durante el mitin de cierre de su campaña presidencial en Lima, Perú, el martes 7 de abril de 2026. (AP Foto/Gerardo Marin)]]></media:description><media:credit role="author" scheme="urn:ebu">Gerardo Marin</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RX2GKVU7JJUUBVIYXYDFBG42WM.jpg?auth=6e33dad634733c33ad66855c964dcd3cf9c462981e525c5d3749a961dc46fcd6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[El candidato presidencial Carlos Álvarez, del partido País para Todos, en el centro de la imagen, sonríe al llegar a un mitin de campaña en el barrio de San Juan de Lurigancho en Lima, Perú, el sábado 4 de abril de 2026. (AP Foto/Martín Mejía)]]></media:description><media:credit role="author" scheme="urn:ebu">Martin Mejia</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TAWYAUF64TJA6RIIVKXTYQDX54.jpg?auth=26ed69428e9d9373a00c59cd41966e51f6051cbe954bdd4011f2559ac3a07ff0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[El candidato presidencial Jorge Nieto, del partido Buen Gobierno, pronuncia un discurso durante un mitin de campaña en Lima, Perú, el miércoles 8 de abril de 2026. (AP Foto/Gerardo Marin)]]></media:description><media:credit role="author" scheme="urn:ebu">Gerardo Marin</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3DML5MQH5Y4VGJHGXBNMR66NDY.jpg?auth=b43111cb98461581272bffae0a9a270503430a8069db1e513614714a5e3a62e5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[De izquierda a derecha, los candidatos presidenciales Alfonso López Chau, César Acuña, José Williams, Alex Gonzales, Fernando Olivera, Carlos Álvarez, José Luna, Yonhy Lescano, Wolfgang Grozo y María Pérez Tello saludan a los periodistas a su llegada a un debate presidencial previo a las elecciones del 12 de abril en Lima, Perú, el lunes 23 de marzo de 2026. (AP Foto/Guadalupe Pardo)]]></media:description><media:credit role="author" scheme="urn:ebu">Guadalupe Pardo</media:credit></media:content></item><item><title><![CDATA[Climate change is outpacing evolution. Scientists are using DNA to catch up]]></title><link>https://www.local10.com/tech/2026/04/10/climate-change-is-outpacing-evolution-scientists-are-using-dna-to-catch-up/</link><guid isPermaLink="true">https://www.local10.com/tech/2026/04/10/climate-change-is-outpacing-evolution-scientists-are-using-dna-to-catch-up/</guid><dc:creator><![CDATA[By ANNIKA HAMMERSCHLAG, Associated Press]]></dc:creator><description></description><pubDate>Fri, 10 Apr 2026 13:06:14 +0000</pubDate><content:encoded><![CDATA[<p>SAN DIEGO (AP) — Evolution works over millennia. Climate change is moving far faster.</p><p>That mismatch is killing some of the planet’s most vital ecosystems, from California’s towering redwoods to the seagrass meadows along its coast, both of which store vast amounts of carbon and support complex webs of life.</p><p>Marine heat waves, record wildfires and coastal development are pushing these systems beyond their limits as climate change, driven by emissions of fuels like oil and gas, accelerates. An estimated 1 million species face extinction, many within decades, largely due to human activities such as habitat destruction, pollution and overuse of natural resources, according to a 2019 report by a United Nations-affiliated intergovernmental scientific body.</p><p>Scientists are working to close the gap with an emerging discipline called conservation genomics: sequencing an organism’s complete genetic blueprint to pinpoint individuals with traits suited to survive drought, disease and other climate extremes, then using that information to guide restoration.</p><p>Coral reefs are among the first ecosystems where these genomic tools are being put to use. Repeated marine heat waves, which have caused mass bleaching, have devastated reefs worldwide. By sequencing corals and the algae that live inside them, researchers have identified colonies that naturally withstand higher temperatures and are beginning to test whether selectively breeding and growing those more resilient corals can support reef recovery.</p><p>Seagrass are under stress</p><p>In Southern California, researchers are applying the approach to eelgrass, a type of seagrass, as traditional restoration methods falter. The plant provides habitat for fish, crabs and plankton, feeds migratory birds and locks away carbon and methane — both heat-trapping greenhouse gases — in coastal sediments.</p><p>Conditions in San Diego’s bays are changing. Waters are warming. King tides — the year’s highest tides, which climate change is making more frequent and severe — stir up sediment and reduce the light that reaches the seafloor. Development sends runoff into bays, further clouding the water.</p><p>As a result, efforts to replant what’s been lost fail about half the time.</p><p>“Conservation genomics is becoming particularly important because right now, the climate is changing — a plant that was growing great in San Diego Bay, now San Diego Bay might be too hot for it,” said Todd Michael, a research professor at the Salk Institute for Biological Studies.</p><p>In Mission Bay, Michael and his colleagues discovered a clue to improving those odds: a naturally occurring hybrid eelgrass that outperformed its parent species. The plant, a cross between shallow water eelgrass Zostera marina and deeper water Zostera pacifica, persisted where both parent species struggled.</p><p>By sequencing its genome, the team identified genes tied to the plant’s circadian clock that stayed active longer under low light conditions, a pattern scientists believe may help it photosynthesize more efficiently in murky water.</p><p>The findings suggest restoration could be improved by selecting or breeding eelgrass better suited to future conditions. But for now, that work remains largely experimental and has not yet been deployed at scale in the field. The researchers have partnered with ecologists at the Scripps Institute of Oceanography to explore how those insights could be applied in future restoration.</p><p>Applying similar techniques to Northern California's redwoods</p><p>Redwoods are among the tallest and oldest trees on Earth and their forests store more carbon per acre than any other, according to a 2020 study by Save the Redwoods League and Humboldt State University.</p><p>While these trees evolved with frequent low intensity fire, today’s hotter and more destructive wildfires, combined with drought, are taking a growing toll. Logging has had an even greater impact: about 95% of old growth redwoods were cut, drastically reducing genetic diversity.</p><p>Scientists have already sequenced the redwood genome — a massive undertaking given its size, which is nearly nine times larger than the human genome.</p><p>However researchers say the work is not just about restoring what once existed, but preparing forests for a climate that no longer resembles the past.</p><p>“Where one organism was adapted to a certain location at one moment in time, it may no longer be,” said David Neale, a forest geneticist and distinguished professor emeritus at the University of California, Davis. “It might require different genetic variation to adapt to the new environment.”</p><p>Early analyses have begun to link genes to traits such as drought tolerance and temperature adaptation, but researchers say more rigorous work is needed to confirm those links before they can be used to guide restoration. That work has stalled due to limited funding.</p><p>Conservation genomics alone cannot solve climate change</p><p>“It can be helpful, but it’s not a solution unto itself,” said Karen Holl, a distinguished professor of environmental studies at the University of California, Santa Cruz. “What should be prioritized is reducing greenhouse gas emissions.”</p><p>Genomic tools may help certain species, particularly long-lived ones like redwoods that cannot adapt quickly enough on their own, but they come with limits. Ecosystems are built on complex relationships among plants, animals, microbes and fungi. Engineering or selecting for climate resilient traits in one species does not guarantee the survival of the many others that depend on it.</p><p>“Can you genetically engineer a few species that would be more tolerant? Absolutely. But that’s not an ecosystem,” said Holl. “We’re not going to engineer our way out of climate change.”</p><p>___</p><p>Follow Annika Hammerschlag on Instagram: @ahammergram.</p><p>___</p><p>The Associated Press receives support from the Walton Family Foundation for coverage of water and environmental policy. The AP is solely responsible for all content. For all of AP’s environmental coverage, visit https://apnews.com/hub/climate-and-environment</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/QRRTAHMXAARMAG6KCZW3E3L63Q.jpg?auth=66714bb076a9281c2288a60f8085b7ccac6d6d2a3fec232e3a11bcea3a199bb6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Eelgrass sways in the current in San Diego's Mission Bay, Tuesday, Dec. 2, 2025. (AP Photo/Annika Hammerschlag)]]></media:description><media:credit role="author" scheme="urn:ebu">Annika Hammerschlag</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/H2GRLJLHWMGIV7JIZGZE5RMBZU.jpg?auth=f35b1b9dfc0a2bde83edbcd02c28b63957bc0c27da265baf46dbe585d87e4d7a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Todd Michael, a research professor at the Salk Institute for Biological Studies, works at his lab in San Diego, Wednesday, Dec. 3, 2025. (AP Photo/Annika Hammerschlag)]]></media:description><media:credit role="author" scheme="urn:ebu">Annika Hammerschlag</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LHMVBFHVKJJUW4ZNTMXHXGGDPM.jpg?auth=f406bc842fc779a7bcec11c1ad3f84901f43a7e5871a0fc5be71fe88c7344b26&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The Pacific Biosciences Revio, which can decode an entire human genome in one day, sits at the Salk Institute for Biological Studies in San Diego, Wednesday, Dec. 3, 2025. (AP Photo/Annika Hammerschlag)]]></media:description><media:credit role="author" scheme="urn:ebu">Annika Hammerschlag</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TAHL6GIGUJDFY6N3G6OCEPYHSE.jpg?auth=defbd9f2d41e0c6606b593db1dd438c4a0757cad21fa43fe35ade4b11f4a974b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Homes line the shore of San Diego's Mission Bay, Wednesday, Dec. 3, 2025. (AP Photo/Annika Hammerschlag)]]></media:description><media:credit role="author" scheme="urn:ebu">Annika Hammerschlag</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VN5ZUMZITSBQ2FG5R3B4FZR64Y.jpg?auth=3aefff9ef0da41d6b5fe053ed70033fbac16ddb1f226106eca69fda9e00a9ce4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Eelgrass sways in the current in San Diego's Mission Bay, Tuesday, Dec. 2, 2025. (AP Photo/Annika Hammerschlag)]]></media:description><media:credit role="author" scheme="urn:ebu">Annika Hammerschlag</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/673QFHRQMMG7IRNNWWI5CGEQ5E.jpg?auth=e9bf33c6a70967bea2b5bba1c2a69215c00667a16a1bf0c46907f1aa24fceeed&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Assistant Fire Manager Leif Mathiesen, of the Sequoia & Kings Canyon Nation Park Fire Service, walks near a burned-out sequoia tree from the Redwood Mountain Grove which was devastated by the KNP Complex fires in the Kings Canyon National Park, Calif., Nov. 19, 2021. (AP Photo/Gary Kazanjian, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Gary Kazanjian</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RUV32SWLTP7NOGSFDQUBFFUA6A.jpg?auth=c39fe0c46d22748dd25dfa5dde0503450a314e49220f4e218275cfb76a6d0056&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Cars drive on highway 101 flooded by a king tide, the year's highest tides, Jan. 3, 2026, near Corte Madera in Marin County, Calif. (AP Photo/Ethan Swope, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Ethan Swope</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RT2KE2JTH5RSW7QAYN2KRDNB6Y.jpg?auth=44959100a97c1ebda6a6571348aa267f3a711098ac6accf38ba8432150e20bc4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A sea anemone sits beside a patch of eelgrass in San Diego's Mission Bay, Tuesday, Dec. 2, 2025. (AP Photo/Annika Hammerschlag)]]></media:description><media:credit role="author" scheme="urn:ebu">Annika Hammerschlag</media:credit></media:content></item><item><title><![CDATA[Picture this: A raffle offers a Picasso for 100 euros to fund Alzheimer’s research]]></title><link>https://www.local10.com/entertainment/2026/04/10/picture-this-a-raffle-offers-a-picasso-for-100-euros-to-fund-alzheimers-research/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/04/10/picture-this-a-raffle-offers-a-picasso-for-100-euros-to-fund-alzheimers-research/</guid><dc:creator><![CDATA[By JEFFREY SCHAEFFER. ALEX TURNBULL and JOHN LEICESTER, Associated Press]]></dc:creator><description></description><pubDate>Fri, 10 Apr 2026 15:36:09 +0000</pubDate><content:encoded><![CDATA[<p>PARIS (AP) — Are you feeling lucky? A raffle in France is offering the chance to win a portrait by Pablo Picasso for the price of a 100-euro ($117) ticket, with proceeds going to Alzheimer’s research.</p><p>The draw is on Tuesday at Christie's auction house in Paris.</p><p>The inaugural “1 Picasso for 100 euros” raffle, in 2013, saw a fire-sprinkler worker in Pennsylvania win “Man in the Opera Hat,” which the Spanish master painted in 1914 during his Cubist period.</p><p>A second Picasso, the oil-on-canvas “Nature Morte,” was raffled off in 2020 and made a very happy mom of Claudia Borgogno, an accountant in Italy. Her son bought her the ticket as a Christmas present.</p><p>That still life, painted in 1921, was purchased for the raffle from billionaire art collector David Nahmad, who argued in a rare Associated Press interview that Picasso would have approved of raffling his work. Picasso died in 1973.</p><p>“Picasso was very generous. He gave paintings to his driver, his tailor,” Nahmad said. “He wanted his art to be collected by all kinds of people, not only by the super-rich.”</p><p>The gouache on paper “Tête de Femme,” meaning “head of a woman,” up for grabs next week was painted by Picasso in 1941.</p><p>The Alzheimer Research Foundation, the charity raffle's organizer, is based in one of Paris' leading public hospitals and says it has become France's leading private financier of Alzheimer-related medical research since its founding in 2004.</p><p>Christie’s auction house says the painting will be on view from Monday at its galleries in Paris, ahead of Tuesday's 6 p.m. draw there.</p><p>The organizers’ online sales platform says the number of tickets will be capped at 120,000, meaning the draw could net 12 million euros ($14 million) if they're all sold.</p><p>From the proceeds, 1 million euros will be paid to the Opera Gallery, an international art dealership that owns the painting.</p><p>Organizers say the two previous Picasso raffles raised a total of more than 10 million euros for cultural work in Lebanon and water and hygiene programs in Africa.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/XJXCQOOJEF3XLWCVNKWGP5HCGI.jpg?auth=14be24a4595bfcb0024a185012d3255371834038c1c1c924f54efda9a50d57a8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Peri Cochin, co-founder of the "1 Picasso for 100 euros" lottery, poses next to Head of a Woman by Pablo Picasso, painted in 1941, in Paris, Friday, April 10, 2026, where the draw will be handled by auction house Christie's next week. (AP Photo/Michel Euler)]]></media:description><media:credit role="author" scheme="urn:ebu">Michel Euler</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ILPKFP2POJJJ3A7OSGKIKOSDNM.jpg?auth=d2e755a114e40653569b6a359d3ea316f13ded90e032be4792f98d4b8c7d9dd2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The Head of a Woman by Pablo Picasso, painted in 1941, is presented in Paris, Friday, April 10, 2026, where the draw will be handled by auction house Christie's next week. (AP Photo/Michel Euler)]]></media:description><media:credit role="author" scheme="urn:ebu">Michel Euler</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HZ22NULZZ5DDXR33JIUHC7YH7Y.jpg?auth=e83d21b12c56b3a5536c8ef539334a54ae6de8b2d2c48f3162211ba101c7db13&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People look at the Head of a Woman by Pablo Picasso, painted in 1941, in Paris, Friday, April 10, 2026, where the draw will be handled by auction house Christie's next week. (AP Photo/Michel Euler)]]></media:description><media:credit role="author" scheme="urn:ebu">Michel Euler</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VDHYDBQD7MXPWRBBHGTFN4CT4I.jpg?auth=5a7ccfb6b9f893ff2f3bb92a7a60840d62e58d7f1779e684a29aecdc067d0f71&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Peri Cochin, co-founder of the "1 Picasso for 100 euros" lottery, speaks during an Associated Press interview, next to Head of a Woman by Pablo Picasso, painted in 1941, in Paris, Friday, April 10, 2026, where the draw will be handled by auction house Christie's next week. (AP Photo/Michel Euler)]]></media:description><media:credit role="author" scheme="urn:ebu">Michel Euler</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/X53RE2BJX5IPHRE2FIT4PCQWP4.jpg?auth=fce58299e6999749c559df7b052826c88199880ab5de1cb67d767881da8f4001&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People walks past the Head of a Woman by Pablo Picasso, painted in 1941, in Paris, Friday, April 10, 2026, where the draw will be handled by auction house Christie's next week. (AP Photo/Michel Euler)]]></media:description><media:credit role="author" scheme="urn:ebu">Michel Euler</media:credit></media:content></item><item><title><![CDATA[Woman breaks through home’s hurricane window, tries stealing German shepherd, car: Sheriff]]></title><link>https://www.local10.com/news/local/2026/04/09/woman-breaks-through-homes-hurricane-window-tries-stealing-german-shepherd-car-sheriff/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/09/woman-breaks-through-homes-hurricane-window-tries-stealing-german-shepherd-car-sheriff/</guid><dc:creator><![CDATA[Caroline Coles]]></dc:creator><description><![CDATA[A woman in Martin County is accused of trying to break a home’s hurricane window to try to steal a 90-pound German Shephard.]]></description><pubDate>Thu, 09 Apr 2026 21:33:24 +0000</pubDate><content:encoded><![CDATA[<p>A woman in Martin County is accused of trying to break a home’s hurricane window to try to steal a 90-pound German shepherd.</p><p><a href="https://www.local10.com/espanol/2026/04/09/acusan-a-mujer-de-romper-ventana-resistente-a-huracanes-de-una-vivienda-e-intentar-robar-un-pastor-aleman-y-un-auto-sheriff/" target="_self" rel="" title="https://www.local10.com/espanol/2026/04/09/acusan-a-mujer-de-romper-ventana-resistente-a-huracanes-de-una-vivienda-e-intentar-robar-un-pastor-aleman-y-un-auto-sheriff/">Leer en español</a></p><p>Deputies said Roberta Walker, 51, of Washington, D.C., broke into a home in Hobe Sound by climbing through a bedroom window. </p><p>They said she tried stealing the homeowner’s dog while it was in a crate, but not before the homeowner came home and confronted her.</p><p>“It’s one of these things that goes in the category of ‘you can’t make this stuff up,’” said Martin County Sheriff John Budensiek. </p><p>Authorities said Walker spent around a half hour trying to get inside the home. </p><p>“And for the next half an hour, she chipped away at an impact glass window in the back of the house with a rock and a little piece of metal,” said Budensiek. “Eventually, (she) was able to compromise that window, at which point she crawled into the window.”</p><p>That was just the beginning of Walker’s confusing criminal acts, authorities said. </p><p>“Nothing she did made sense,” said Budensiek. “Daytime burglary, spent a half an hour doing it, stayed in the house, drug a 90-pound dog outside, like, what are you going to do with a 90-pound dog? And then in broad daylight, stole a car.”</p><p>Following a large manhunt, Walker was arrested, and officials say they found jewelry in her vehicle from a second burglary.</p><p>Budensiek said Walker has a long criminal record, saying if convicted, these new charges carry harsh consequences.</p><p>“It’s significant because it’s a burglary of an occupied dwelling with damage over $1,000,” he said. “It’s actually a life felony. Now, do I think she’s going to get a life sentence? No. But she’s going to get a significant amount of time, especially with the criminal history that she has backing her up.”</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Man accused of breaking into Miami Springs restaurant to watch TV: ‘Made himself at home’]]></title><link>https://www.local10.com/news/local/2026/04/09/man-accused-of-breaking-into-miami-springs-restaurant-to-watch-tv-made-himself-at-home/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/09/man-accused-of-breaking-into-miami-springs-restaurant-to-watch-tv-made-himself-at-home/</guid><dc:creator><![CDATA[Rosh Lowe]]></dc:creator><description><![CDATA[A Miami man was arrested earlier this week after being found inside a closed Miami Springs restaurant. ]]></description><pubDate>Thu, 09 Apr 2026 21:47:18 +0000</pubDate><content:encoded><![CDATA[<p>A Miami man was arrested earlier this week after being found inside a closed Miami Springs restaurant. </p><p><a href="https://www.local10.com/espanol/2026/04/09/acusan-a-hombre-de-irrumpir-en-restaurante-de-miami-springs-para-ver-television-como-si-estuviera-en-su-casa/" target="_self" rel="" title="https://www.local10.com/espanol/2026/04/09/acusan-a-hombre-de-irrumpir-en-restaurante-de-miami-springs-para-ver-television-como-si-estuviera-en-su-casa/">Leer en español</a></p><p>Police took Johnnie Sanders, 34, into custody on Monday at Uncle Hanks’ Hideaway restaurant.</p><p>“I didn’t care he made himself at home,” said restaurant owner Matthew Curtis. </p><p>According to police, Sanders was found inside the restaurant, located at 78 Canal St., late Monday night after authorities said he entered without permission while the business was clearly closed. Nobody was inside and the lights were off.</p><p>It wasn’t the first time he allegedly broke inside. </p><p>On Easter Sunday, surveillance cameras captured Sanders entering the business and taking a set of spare keys before watching TV inside the restaurant for four hours despite it being closed and him not being welcome, according to Curtis. </p><p>The next evening, police said he returned, and that’s when he was taken into custody. </p><p>Police said that before his arrest, Sanders gave the spare keys to Curtis upon request. </p><p>As of Thursday afternoon, Sanders remained behind bars at the Metrowest Correctional Center on two counts of burglary of an unoccupied structure. </p>]]></content:encoded></item><item><title><![CDATA[Legacy of teen who died trying to save submerged driver endures through safety mission, scholarships]]></title><link>https://www.local10.com/news/local/2026/04/09/legacy-of-teen-who-died-trying-to-save-submerged-driver-endures-through-safety-mission-scholarships/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/09/legacy-of-teen-who-died-trying-to-save-submerged-driver-endures-through-safety-mission-scholarships/</guid><dc:creator><![CDATA[Jackie Pascale]]></dc:creator><description><![CDATA[This weekend, family, friends and community members will celebrate the life of a 17-year-old who died while trying to safe another’s life. ]]></description><pubDate>Thu, 09 Apr 2026 21:13:41 +0000</pubDate><content:encoded><![CDATA[<p>On Saturday, family, friends and community members will celebrate the life of a 17-year-old who died while trying to save another’s life. </p><p><a href="https://www.local10.com/espanol/2026/04/09/perdura-el-legado-del-adolescente-que-murio-al-intentar-salvar-a-un-conductor-sumergido-a-traves-de-una-mision-de-seguridad-y-becas/" target="_self" rel="" title="https://www.local10.com/espanol/2026/04/09/perdura-el-legado-del-adolescente-que-murio-al-intentar-salvar-a-un-conductor-sumergido-a-traves-de-una-mision-de-seguridad-y-becas/">Leer en español</a></p><p>Aden Perry heard calls for help from someone who had driven into a lake in Sunrise in April 2022.</p><p>He jumped in to help, but never came back up, as both he and the driver died. </p><p>“It’s important to be proactive to save lives,” said Sara Perry, Aden’s mother. “I didn’t think I’d live a day or a week and here I am. On April 19, it’ll mark four years since that accident changed my world.”</p><p>Now, loved ones are hoping to turn their tragedy into something that could help make sure something like this doesn’t happen again. </p><p>“It wasn’t until losing my son that I realized there was currently nothing available in such an emergency,” said Perry. </p><p>Since then, Perry has put up more than 600 life rings, or life preservers, along waterways across South Florida and even up into North Carolina.</p><p>Each one has the last picture Perry would ever take of her son, and a hero’s message, but she hopes they send the message of “throw, don’t go.” </p><p>“Every body of water has the potential for a water emergency and it doesn’t matter how great a swimmer you are,” she said. </p><p>Perry added that the life rings have already saved lives. </p><p>“By having these life rings, it’s almost like we’re completing the job he started that night,” she said. </p><p>Aden’s legacy also lives on through events like annual 5Ks and the Aden Perry Good Samaritan Scholarship Foundation, which helps students who are smart, driven and selfless, like Aden was.</p><p>“To date, we’ve given well over $300,000 in scholarships,” said Perry. “He wanted to be a neurosurgeon, he wanted to make a difference, he really wanted to save lives.</p><p>“I miss him terribly. The work I do now is all for him, in his honor. He would be proud of me. He was my hero.”</p><p>The latest 5K will be held on Saturday at Amerant Bank Arena in Sunrise, where Perry will give a $10,000 scholarship to a deserving student. </p><p>It’s one of the 16 scholarships she’s handing out.</p><p>All money collected from the 5K will go toward those scholarships. </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[Connecting Miami project delayed to 2029 as costs rise and concerns grow]]></title><link>https://www.local10.com/news/local/2026/04/09/connecting-miami-project-delayed-to-2029-as-costs-rise-and-concerns-grow/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/09/connecting-miami-project-delayed-to-2029-as-costs-rise-and-concerns-grow/</guid><dc:creator><![CDATA[Christian De La Rosa]]></dc:creator><description><![CDATA[Driving alongside it, under it and even right through it, the massive highway construction has been part of the Miami commute for years. And now, state officials say it’s going to be around even longer.]]></description><pubDate>Thu, 09 Apr 2026 22:38:24 +0000</pubDate><content:encoded><![CDATA[<p>Driving alongside it, under it and even right through it, the massive highway construction has been part of the Miami commute for years. And now, state officials say it’s going to be around even longer.</p><p>The I-395/836/I-95 project, also known as “Connecting Miami,” began in 2019 and was originally expected to be finished by 2021. But the Florida Department of Transportation now says the project won’t be completed until late 2029.</p><p>The cost has also increased, rising from about $800 million to $866 million.</p><p>“To be quite honest, it’s unsurprising,” said Cathy Dos Santos, with Miami’s Transit Alliance, a nonprofit advocating for expanded public transportation. “And in the worst way possible.”</p><p>Critics point not only to the timeline and rising cost of the massive project, but also to recent safety concerns.</p><p>Construction resumed this week after being paused last month when a worker fell to his death. Earlier this year, six other workers had to be rescued after falling from another structure at the site.</p><p>As signs at the construction area urge workers to prioritize quality, past legal issues have also raised questions. </p><p>Previous lawsuits reportedly cited concerns over defective concrete and even the design of what’s meant to be an iconic signature bridge.</p><p>One lawsuit, filed by the joint venture behind the project against insurers, alleged the initial bridge design was not viable because it could not withstand required wind forces. That lawsuit was later settled.</p><p>“As a taxpayer, this being a project that is directly funded by the money that you give back to the government -- that you ask them to be good stewards -- you should be concerned about the fact that there is a lack of clarity and transparency,” Dos Santos said.</p><p>Local 10 News asked the Florida Department of Transportation to explain the latest delay. The department had not responded, as of the time of publication.</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[South Florida program uses exercise to help cancer patients recover, reduce recurrence risk]]></title><link>https://www.local10.com/health/2026/04/09/south-florida-program-uses-exercise-to-help-cancer-patients-recover-reduce-recurrence-risk/</link><guid isPermaLink="true">https://www.local10.com/health/2026/04/09/south-florida-program-uses-exercise-to-help-cancer-patients-recover-reduce-recurrence-risk/</guid><dc:creator><![CDATA[Kristi Krueger]]></dc:creator><description><![CDATA[Regular exercise is key to good heart, bone and mental health. But growing research is also showing how vital it is for cancer patients -- even helping lower the risk of cancer coming back.]]></description><pubDate>Thu, 09 Apr 2026 23:20:53 +0000</pubDate><content:encoded><![CDATA[<p>Regular exercise is key to good heart, bone and mental health. But growing research is also showing how vital it is for cancer patients -- even helping lower the risk of cancer coming back.</p><p>One of the country’s first exercise oncology programs began right here in South Florida.</p><p>For 25 years, the Memorial Healthcare Cancer Recovery Program has been connecting trained exercise physiologists with patients during and after cancer treatment.</p><p>“It’s helped us immensely with mood improvement, it helps us maintain physical fitness, muscle mass, anxiety, nausea, and maintaining their weight,” said Susan Zohar, a breast cancer survivor.</p><p>After a grueling month of radiation treatments, the last thing she thought she needed was an exercise program.</p><p>“I’m tired -- mentally, physically, emotionally beat down from the cancer treatment. But I was very pleasantly surprised, though I couldn’t do everything -- everything was measured for me,” she said. </p><p>In fact, Susan says the program is like having her own personal trainer. Exercise physiologists design unique plans for each patient, depending on their needs and abilities.</p><p>“I do think that the most important part is the building self-confidence and giving them measurable goals for them to hit, so they can say -- ‘Even though I have this or had this, I can get better,’” she said. “‘I can get stronger.’”</p><p>Stronger is exactly how Susan feels now. She has walked in the Dolphin Challenge to raise money for cancer research and even joined a dragon boat team.</p><p>She says she has never felt better. For her, the exercise program was a game changer.</p><p>“Cancer changed my life. Most people think cancer changes their life for the negative, but this actually was one of the most positive,” she said.</p><p>Also part of the exercise oncology program: nutrition counseling, stress management and yoga classes.</p><p><a href="https://www.mhs.net/give-back/memorial-foundation" target="_self" rel="" title="https://www.mhs.net/give-back/memorial-foundation">The Memorial Foundation</a> -- the philanthropic arm of Memorial Healthcare -- ensures all patients can participate regardless of their financial situations.</p><p>The program gets about 400 referrals every year.</p><p><div style="position: relative; width: 100%; height: 0px; padding: 184.14% 0px 0px; overflow: hidden; will-change: transform;"><iframe loading="lazy" src="https://e.infogram.com/511c51df-61b2-4c50-acac-b21a0e20f5a5?src=embed&amp;embed_type=responsive_iframe" title="HealthCast " allowfullscreen="" allow="fullscreen" style="position: absolute; width: 100%; height: 100%; top: 0px; left: 0px; border: none; padding: 0px; margin: 0px;"></iframe></div></p>]]></content:encoded></item><item><title><![CDATA[Leading Ladies Magazine launches in South Florida, spotlighting women making an impact]]></title><link>https://www.local10.com/news/local/2026/04/09/leading-ladies-magazine-launches-in-south-florida-spotlighting-women-making-an-impact/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/09/leading-ladies-magazine-launches-in-south-florida-spotlighting-women-making-an-impact/</guid><dc:creator><![CDATA[Annaliese Garcia]]></dc:creator><description><![CDATA[A new magazine is launching in South Florida, putting the spotlight on women making a real impact in the community.]]></description><pubDate>Thu, 09 Apr 2026 23:20:39 +0000</pubDate><content:encoded><![CDATA[<p>A new magazine is launching in South Florida, putting the spotlight on women making a real impact in the community.</p><p>“Leading Ladies Magazine” is officially making waves across the region, celebrating the stories, impact and influence of local women who are making a difference.</p><p>“They’re serving our community -- present mothers or wives, single people, active in community and giving back,” said Jessica Cristobal, the founder of Leading Ladies League.</p><p>Cristobal, the wife of University of Miami head football coach Mario Cristobal, is also familiar with the world of luxury publications. </p><p>She previously served as president of Brickell and Key Biscayne Magazine and as publisher of a mega yachting magazine. Now, the philanthropist is returning to the industry with a new mission.</p><p>“I really wanted to showcase the women in my life that are doing amazing things -- philanthropy, business, inventors, authors,” she said.</p><p>In 2009, Cristobal founded the Leading Ladies League, a social organization that partners with nonprofits to support women and children in need. The group brings influential women together with a shared goal -- giving back.</p><p>“And I just thought it would be so cool to bring a magazine to market to showcase these women in South Florida,” she said. </p><p>All the while, Cristobal balances her role as a mother of two and a supportive wife.</p><p>“It’s kind of a perfect marriage,” she said. “I like to say Mario takes care of the guys, he’s a coach -- very present father -- pours into young men all day long, so I like to showcase the ladies -- gather women and then we come together. I can bring both worlds together easily.”</p><p>She says that support goes both ways.</p><p>“He’s always there cheering for me and I’m always cheering for him, so we really support each other with what we’re doing. So I want to see him win and he wants to see me win,” she said. </p><p>Whether it’s at home, on the field with Miami’s beloved Hurricanes, or now as the driving force behind an empowering publication, Jessica Cristobal is all in.</p><p>When asked what she wants readers to take away, her answer is simple.</p><p>“This is an aspirational magazine and I want the reader to walk away thinking, ‘Wow, if she can do that, I can too,’” she said. </p><p>For now, Leading Ladies Magazine is a quarterly publication, but there are already talks of expanding to six issues a year as more stories emerge.</p><p>The long-term plan is to grow beyond South Florida and bring the concept to other areas as well.</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[Talk back: Tech deal promotes conversations between journalists and those who follow their stories]]></title><link>https://www.local10.com/business/2026/04/10/talk-back-tech-deal-promotes-conversations-between-journalists-and-those-who-follow-their-stories/</link><guid isPermaLink="true">https://www.local10.com/business/2026/04/10/talk-back-tech-deal-promotes-conversations-between-journalists-and-those-who-follow-their-stories/</guid><dc:creator><![CDATA[By DAVID BAUDER, Associated Press]]></dc:creator><description></description><pubDate>Fri, 10 Apr 2026 12:01:16 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Environmentalist Christine Holland closely follows journalist Tiffany Higgins' stories from the Amazon River region, frequently sending her comments and questions. This week, Higgins responded to one message about her piece on the Brazilian arts community by sending Holland a lengthy personal video.</p><p>They've turned the usual one-way conversation between a journalist and consumer into a two-way one, and a deal announced Friday indicates that is much more likely to be happening in the future.</p><p>The New York-based news company Noosphere signed a multiyear licensing agreement with British broadcaster Sky News to make available its technology that facilitates such connections through an app. Sky immediately announced that it would begin experimenting with its usage for its defense and security experts, promising “a dedicated experience expressly designed for highly engaged audiences.”</p><p>The organizing principle of the whole thing: Give audiences access — not only to the news but to those who report it.</p><p>Talking to other companies about similar deals</p><p>Noosphere's founder, former war correspondent Jane Ferguson, said she's been talking with some U.S.-based news companies about similar deals.</p><p>“Getting the endorsement of the industry is really special for us,” she said. “It has been a long time coming for them to be ready for this level of a change.”</p><p>Ferguson's 2-year-old company hosts some two dozen journalists — among them former NBC “Meet the Press” moderator Chuck Todd and former CNN journalist Chris Cillizza — working almost like independent contractors. They specialize in a more personal style of reportage from all over the world, and part of that is making themselves available to people who follow their work.</p><p>Holland, a retired marketing executive from Menlo Park, Calif., said she's corresponded with Higgins several times, often through text messages in the Noosphere app. She feels it brings a personal stake to the stories, more like the journalist is talking to them with their work. For years, a common complaint about television news is that it feels like they're telling stories from “on high.”</p><p>“With this, I am much more inclined to remain loyal” to the journalist and news outlet, she said.</p><p>That's likely music to the ears of news executives who spend countless hours looking for ways to combat declining viewership or readership. The rise in journalists going independent on Substack or YouTube, some of whom offer subscribers personal access for a price, shows the appeal to consumers for the “authenticity” of feeling journalists are reporting directly to them, Ferguson said.</p><p>“It's so hard to know what is even written by a human being anymore,” Holland said. “I really appreciate that there is a real human being behind the story.”</p><p>A chance to feel more connected to the news</p><p>Mike Varga, a retired businessman who lives near Tampa, Florida, said he's accustomed to getting no response or pro forma replies when writing to news organizations or politicians. But Todd sent him a brief video “thank you” when Varga complimented him on a story about tariffs. He wrote to Ferguson after she did a story about the late British war photographer Paul Conroy, and she invited him to a focus group meeting about Noosphere.</p><p>It makes him feel more connected to a place where he turns for news. “It's kind of surprising more media organizations don't do that,” Varga said.</p><p>When a consumer subscribes to Noosphere to follow the work of a specific journalist, that person gets a part of the subscription fee in a revenue-sharing agreement. That business approach is not part of what Noosphere is selling to a broadcaster like Sky, but giving their journalists more independence might be a way to save money and “not lose them to YouTube.”</p><p>Meanwhile, some journalists in legacy media crave more independence but are frightened by going totally alone and still like the platform that a big company can offer, she said. This is a potential middle ground.</p><p>“We see a lot of appetite for deals like this,” she said. “We're very interested and looking forward to expanding into the U.S. marketplace.”</p><p>Ferguson and Sky News didn't offer financial details of their arrangement, nor has Noosphere publicly said how many subscribers it has.</p><p>___</p><p>David Bauder writes about the intersection of media and entertainment for the AP. Follow him at http://x.com/dbauder and https://bsky.app/profile/dbauder.bsky.social.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/VAUN3225RXIKC5VTKWQOPPICRQ.jpg?auth=d17b0b07ed4e088ebd86ff34bb9b6c3c2aaad8f404593eb8a86218a3032fc0fe&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Jane Ferguson, founder of Noosphere, is photographed in the site's office, in New York, Wednesday, June 25, 2025. (AP Photo/Richard Drew, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Richard Drew</media:credit></media:content></item><item><title><![CDATA[Shooting reported in northwest Miami leaves man hospitalized]]></title><link>https://www.local10.com/news/local/2026/04/09/shooting-reported-in-northwest-miami-leaves-man-hospitalized/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/09/shooting-reported-in-northwest-miami-leaves-man-hospitalized/</guid><dc:creator><![CDATA[Pablo Hernandez]]></dc:creator><description><![CDATA[City of Miami police responded to a ShotSpotter alert near Northwest 58th Street and Northwest 13th Avenue after multiple shots were reported around 7 p.m. Thursday evening.]]></description><pubDate>Fri, 10 Apr 2026 02:31:26 +0000</pubDate><content:encoded><![CDATA[<p>City of Miami police responded to a ShotSpotter alert near Northwest 58th Street and Northwest 13th Avenue after multiple shots were reported around 7 p.m. Thursday evening, authorities said.</p><p> </p><p>According to Miami police, no one was found injured at the scene.</p><p>However, about six minutes away, near Northwest 21st Avenue and 69th Street, Miami-Dade deputies say they responded to reports of a man in his late 40s who had been shot.</p><p>Police say the man was taken to Jackson Memorial Hospital’s Ryder Trauma Center. </p><p>His condition has not yet been released. </p><p>The shooting remains under investigation.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Democrats tackle outside groups flooding their primaries with campaign cash]]></title><link>https://www.local10.com/news/politics/2026/04/10/democrats-tackle-outside-groups-flooding-their-primaries-with-campaign-cash/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/04/10/democrats-tackle-outside-groups-flooding-their-primaries-with-campaign-cash/</guid><dc:creator><![CDATA[By LEAH ASKARINAM, MATT BROWN and MAYA SWEEDLER, Associated Press]]></dc:creator><description></description><pubDate>Fri, 10 Apr 2026 11:52:13 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Democrats are struggling to come up for air after outside groups flooded their first round of midterm primaries with campaign cash.</p><p>As the Democratic Party fights to regain control of Congress, organizations affiliated with the American Israel Public Affairs Committee, cryptocurrency and artificial intelligence have dominated the airwaves, sometimes leaving candidates on the sidelines of their own campaigns.</p><p>Democratic pollster Zac McCrary said the primaries have “become proxy wars, and the candidates are almost afterthoughts in larger skirmishes."</p><p>Now the Democratic National Committee is advancing a resolution at its New Orleans spring meeting to condemn the surge of spending that has scrambled its primaries and exacerbated tensions within the party. A final vote is expected on Friday.</p><p>Candidates who lost have pointed their fingers at special interests, blaming them for derailing their campaigns. Others who are still in the running are courting voters by denouncing deep-pocketed outside groups. Even those who have benefited from the spending have expressed concern.</p><p>“It’s definitely a brave new world,” McCrary said.</p><p>“We’re not talking about doubling of campaign expenditures,” he added. “We’re talking about 10 times or 20 times more.”</p><p>Dan Sena, a former executive director at the Democratic Congressional Campaign Committee, said party organizations are no longer the ones with the clout to push favored candidates.</p><p>“All that’s been completely smashed now,” Sena said. Even if Democrats regain control of the U.S. House, he warned that outside spending could damage the party in the long run.</p><p>Referring to House Minority Leader Hakeem Jeffries, he said, “You’re going to hand Jeffries a caucus that is divided.”</p><p>Democrats bear the brunt of big spending</p><p>So far this cycle, outside money in U.S. House races has largely targeted districts particularly friendly to Democrats, meaning the primaries will likely determine who will win the general election in November. After a record number of House members retired this year, many of those seats opened up for the first time in years, drawing dozens of Democratic hopefuls.</p><p>In Illinois, for example, there was more than $125 million in outside spending across five open Democratic primaries. In all but one of those congressional races, the outside spending exceeded candidate spending.</p><p>While it's still early in the calendar, there are indicators that many more races could see big spending. Almost 40 seats have already seen more than $1 million in outside spending, according to Federal Election Commission filings.</p><p>In Illinois, the top three spenders in U.S. House races were groups affiliated with AIPAC, according to AdImpact, which tracks ad buys in political races, followed by the cryptocurrency-affiliated Fairshake.</p><p>AIPAC was founded to support strong ties between the U.S. and Israel, a particularly controversial issue as Democratic hostility toward Israel rises over the war in Gaza. Some DNC members wanted to call out AIPAC's role in primaries, but the final resolution did not.</p><p>“We had various resolutions that focused on different industries and groups, and instead of going one-by-one, we passed a blanket repudiation,” DNC Chair Ken Martin said in a statement.</p><p>Campaign spending has divided Democrats</p><p>The latest DNC meeting marks another chapter in longstanding disputes between progressives and the party establishment.</p><p>Progressives want the party to adopt official language that all Democratic presidential contenders oppose money from dark-money groups, or super PACs that aren't required to disclose their donors.</p><p>“It’s necessary that we actually have the party do something on this issue, not just say something,” said Larry Cohen, co-chair of Our Revolution, a progressive group founded by independent Sen. Bernie Sanders of Vermont, who caucuses with Democrats.</p><p>The resolution being advanced at the DNC meeting in New Orleans is viewed by progressives as a step toward that goal. However, some Democrats warn against weakening their candidates when facing a Republican Party that's flush with cash.</p><p>“Provided that we don’t handcuff ourselves in the general elections — because if the Republicans are going to use dark money in general elections, we should be using our money in general elections, too — if you provide an even playing field, I think then that’s fine,” said Sen. Ruben Gallego, an Arizona Democrat. “But we just can’t be handcuffing ourselves in the general to lose races.”</p><p>Any DNC resolutions would not stop outside groups from surging funds into primary contests or general elections. But some Democrats believe the issue is core to the party's values.</p><p>“We should eliminate any super PAC in a Democratic primary. And I think every presidential candidate in 2028 should pledge that they will not have any super PAC spending in a Democratic primary,” said Rep. Ro Khanna, a progressive and possible Democratic presidential contender who co-chaired Sanders’ 2020 presidential campaign.</p><p>“That should be a litmus test,” Khanna argued. “If you’re not willing to take that pledge, then you’re part of the problem.”</p><p>___</p><p>Brown reported from New York.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/OU3Q47OB5G6TMZLDHAIONBNV4I.jpg?auth=7bcfc7bef49f19f8cdf25198e6d4e5b98712c467cdbad200d7130e7eb1a2c57c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Ken Martin speaks at the 2026 California Democratic Party State Convention in San Francisco, Feb. 21, 2026. (AP Photo/Jeff Chiu, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jeff Chiu</media:credit></media:content></item><item><title><![CDATA[AP Exclusive: Trump administration admits a glaring error in its New York health fraud accusations]]></title><link>https://www.local10.com/health/2026/04/10/trump-administration-admits-a-glaring-error-in-its-accusations-about-new-york-health-care-fraud/</link><guid isPermaLink="true">https://www.local10.com/health/2026/04/10/trump-administration-admits-a-glaring-error-in-its-accusations-about-new-york-health-care-fraud/</guid><dc:creator><![CDATA[By ALI SWENSON, Associated Press]]></dc:creator><description></description><pubDate>Fri, 10 Apr 2026 14:41:54 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — President Donald Trump's administration this week acknowledged it made a significant error in figures it used to help justify a fraud probe into New York’s Medicaid program, a glaring mistake that undercuts a federal campaign to tackle waste, mostly in Democratic-led states.</p><p>The error, which the administration admitted first to The Associated Press, prompted health analysts to question how many of the Republican administration’s sweeping anti-fraud efforts around the country were based on faulty findings. One of a few mischaracterizations it made about New York's Medicaid program, it also reflected a common criticism that’s been made of Trump’s second administration — that it tends to attack first and confirm the facts later.</p><p>“These numbers could have been cleared up in a phone call, so it’s really slapdash,” said Fiscal Policy Institute senior health policy adviser Michael Kinnucan, whose recent analysis called attention to the Trump administration’s inaccurate claim.</p><p>The mistake appeared in comments made last month by Dr. Mehmet Oz, the administrator of the Centers for Medicare & Medicaid Services, in a social media video and in a letter to New York’s Democratic governor announcing the fraud investigation.</p><p>Oz claimed that New York’s Medicaid program last year provided some 5 million people with personal care services, which assist people in need with basic activities like bathing, grooming and meal preparation. That would add up to nearly three-fourths of the state’s 6.8 million Medicaid enrollees.</p><p>“That level of utilization is unheard of,” Oz said in the video, adding in his post that New York needs to “come clean about its Medicaid program.”</p><p>But the real number of New Yorkers who used those services last year was about 450,000, or between 6% and 7% of total enrollees, CMS spokesman Chris Krepich told the AP this week. He said the agency misidentified New York’s approach to applying billing codes and had since refined its methodology.</p><p>“CMS is committed to ensuring its analyses fully reflect state-specific billing practices and will continue to work closely with New York to validate data and strengthen program integrity oversight,” he said in an emailed statement.</p><p>Krepich said the probe was ongoing as the administration still has concerns with New York’s oversight of personal care services and the Medicaid program and is reviewing the state’s response to last month’s letter. CMS had raised other flags about New York’s program, including that it spends more per beneficiary and per resident than the average state, has high personal care spending and employs so many personal care aides that the job category is now the largest in the state.</p><p>Health analysts said the state's high spending reflected both high costs for services in New York and a policy choice to provide robust at-home care. Cadence Acquaviva, senior public information officer for the New York Department of Health, called Oz’s initial mischaracterizations “a targeted attempt to obscure the facts.”</p><p>“New York State remains committed to protecting and preserving vital Medicaid programs that deliver high-quality services to New Yorkers who depend on them,” she said.</p><p>In a statement, a spokesperson for Gov. Kathy Hochul said, “The initial claim by CMS was patently false, and we are glad they now admit it."</p><p>“Governor Hochul has been clear that New York has zero tolerance for waste, fraud and abuse in Medicaid, or any other state programs, and will continue her efforts to root out bad actors, protect taxpayer dollars, and safeguard the critical programs that New Yorkers rely on,” spokesperson Nicolette Simmonds said.</p><p>New York probe is part of a larger crackdown</p><p>The Trump administration’s investigation into New York comes as it has similarly approached at least four other states, including California, Florida, Maine and Minnesota, with investigations into potential health care fraud. The anti-fraud effort appears to be expanding as voters in the upcoming midterm elections say they’re concerned about affordability.</p><p>Trump last month signed an executive order to create an anti-fraud task force across federal benefit programs led by Vice President JD Vance. As part of that project, Vance announced the administration would temporarily halt $243 million in Medicaid funding to Minnesota over fraud concerns, a move over which the state has since sued.</p><p>Kinnucan, the analyst with expertise in New York’s Medicaid program, said he’s concerned that the Trump administration’s adversarial approach to targeting fraud in some states “politicizes” a conversation that should be a team effort.</p><p>“We want to think collaboratively among all the stakeholders in the program about how we can actually fix it,” Kinnucan said. “We don’t want to have fraud be this political football.”</p><p>Oz made other claims New York advocates say are inaccurate</p><p>In his video, Oz made at least two other claims about New York that Medicaid advocates and beneficiaries say distorted the facts.</p><p>In one instance, he said the state recently made its screening for personal care eligibility “more lenient by allowing problems like being ‘easily distracted’ to qualify for a personal care assistant.”</p><p>Rebecca Antar, director of the health law unit at the Legal Aid Society, said the opposite was true — that the state in a rule change that went into effect last September instead made its program requirements more stringent. She said being “easily distracted” doesn’t appear anywhere among them.</p><p>Krepich said the administrator was referring to whether New York’s standard for personal care services was “sufficiently rigorous.”</p><p>“When standards are overly permissive, it risks diverting resources away from individuals with the highest levels of need and placing long-term pressure on the sustainability of the Medicaid program,” he said.</p><p>Oz in the video also referred to personal care services as “something that our families would normally do for us, like carrying groceries.”</p><p>Kathleen Downes, a 33-year-old who has quadriplegic cerebral palsy and uses personal care services in New York’s Nassau County, said she was offended by the notion that all Medicaid beneficiaries have family members who are willing and able to help.</p><p>Downes, who has been disabled since birth and needs personal care help for things like showering, using the toilet and eating, said she hires both her mother and outside assistants for personal care services, so her aging mother doesn’t have to take on those tasks full time. She said her mother did the labor unpaid for years, precluding her from pursuing other career opportunities.</p><p>“He’s assuming that everybody wants to and can just do it for free forever,” Downes said. "And that’s not feasible for a lot of people.”</p><p>___</p><p>Associated Press writer Anthony Izaguirre contributed to this story.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/5YQTSZIMRP7UBDRSFDLN5MQGLE.jpg?auth=a5bc977a67cd8ab42319e0b88d2e847cdc590d55d316ee3799ae2e82d1333528&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Administrator for the Centers for Medicare & Medicaid Services Dr. Mehmet Oz speaks during a news conference on efforts to combat fraud, in the Old Eisenhower Executive Office Building on the White House campus Feb. 25, 2026, in Washington. (AP Photo/Tom Brenner, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Tom Brenner</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/2UDKRJTF5CB4ASLCCJ4HKUIASA.jpg?auth=814ff651f887ad52f4f4e9cdd161b6101997d54fde0130cd5792c3df0b4b60fe&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Administrator for the Centers for Medicare & Medicaid Services Dr. Mehmet Oz attends the Future Investment Initiative Institute's summit, where President Donald Trump is set to speak, Friday, March 27, 2026, in Miami Beach, Fla. (AP Photo/Mark Schiefelbein)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark Schiefelbein</media:credit></media:content></item><item><title><![CDATA[From 'BuddhaBot' to $1.99 chats with AI Jesus, the faith-based tech boom is here]]></title><link>https://www.local10.com/tech/2026/04/10/from-buddhabot-to-199-chats-with-ai-jesus-the-faith-based-tech-boom-is-here/</link><guid isPermaLink="true">https://www.local10.com/tech/2026/04/10/from-buddhabot-to-199-chats-with-ai-jesus-the-faith-based-tech-boom-is-here/</guid><dc:creator><![CDATA[By KRYSTA FAURIA and JESSIE WARDARSKI, Associated Press]]></dc:creator><description></description><pubDate>Fri, 10 Apr 2026 17:45:55 +0000</pubDate><content:encoded><![CDATA[<p>CAMARILLO, Calif. (AP) — For some evangelical Christians, faith is about having a personal relationship with Jesus. At $1.99 per minute, the tech company Just Like Me is taking that concept to a new level.</p><p>Users of the platform can join video calls with an avatar of Jesus generated by artificial intelligence. Like other religious AI tools on the market, it offers words of prayer and encouragement in various languages. With the occasional glitch, it remembers previous conversations and speaks through not-quite-synced lips.</p><p>“You do feel a little accountable to the AI,” CEO Chris Breed said. “They’re your friend. You’ve made an attachment.”</p><p>The rush to create faith-based generative AI is unsurprising, given the popularity of chatbots for everything from therapy and medical advice to companionship and romance. They range from alleged Hindu gurus and Buddhist priests to AI Jesuses and chatbots akin to OpenAI’s ChatGPT for Catholics.</p><p>As religious AI tools become increasingly common, many people are reckoning with how these technologies shape their relationship to faith, authority and spiritual guidance.</p><p>A faith-based AI gold rush</p><p>Christian software engineer Cameron Pak developed criteria to help believers interrogate apps designed for Christians — like that it must clearly identify itself as AI and “must not fabricate or misrepresent Scripture.”</p><p>There are other deal-breakers: “AI cannot pray for you, because the AI is not alive.”</p><p>Pak also developed a website featuring curated Christian apps that he believes meet the criteria, including a sermon translator and an AI coach designed to help users overcome lust. “AI, especially if you give it all the tools that it needs, it can be so helpful. But it also can be so dangerous,” Pak said.</p><p>Some models have been shut down or overhauled because they generated misinformation or raised worries about data privacy, said Beth Singler, an anthropologist who studies religion and AI at the University of Zurich. Aside from practical concerns, people from many faiths are grappling with larger philosophical questions about what sort of role, if any, AI should play in religion.</p><p>Islam, for example, has “prohibitions against representations of humanoids,” prompting discussions among some Muslims about whether AI in general should be “forbidden,” Singler said.</p><p>For some companies, faith-based apps are proselytization tools, while others help digitize and sift through ancient texts.</p><p>Breed, who runs his tech company with co-founder and investor Jeff Tinsley from a Southern California mansion, said he seeks to share a message of hope with young people.</p><p>He said their model was trained on the King James Bible and sermons — though they haven't identified the preachers — and was visually inspired by actor Jonathan Roumie of “The Chosen.” A package deal at $49.99 gets users 45 minutes per month.</p><p>With warm golden light accenting its shoulder-length hair, the avatar blinks slowly from a vertical screen, pausing before it answers a question about the relationship between AI and religion.</p><p>“I see AI as a tool that can help people explore Scripture,” the AI Jesus said to The Associated Press. “Like a lamp that lights a path while we walk with God.”</p><p>Integrating religion and AI comes with hope and fear</p><p>The extent to which people are using religious AI tools is unclear, Singler said. But as AI becomes more integrated into society, concerns mount over its impact on mental health and the need for guardrails and regulation. Recent lawsuits have alleged suicides linked to AI chatbot use.</p><p>Some developers fear religion will be exploited in this new frontier of tech. “There’s a lot of opportunism, I think, in the religious space. People see it’s a big market,” said Matthew Sanders, the Rome-based founder of Longbeard, a tech company helping to digitize ancient Catholic teachings.</p><p>Sanders warns against what he calls “AI wrappers,” where companies put an interface catered to religious users on top of an existing AI model that hasn't been trained on specific religious texts. “You call it a Catholic or Christian AI without any other scaffolding or grounding,” he said.</p><p>One of the company’s endeavors is Magisterium AI, a chatbot trained on 2,000 years of Catholic information, made in response to Christians using ChatGPT for religious guidance.</p><p>While Pope Leo XIV has acknowledged the “human genius” behind AI, he also deemed it one of the most critical matters facing humanity. Last year he warned artificial intelligence could negatively impact people's intellectual, neurological and spiritual development.</p><p>Ethical questions surrounding the creation of religious AI platforms are among the reasons beingAI’s founder Jeanne Lim has not released its AI named Emi Jido — a nonhuman Buddhist priest — after years of training and development.</p><p>“She’s kind of like a little child,” Lim said. “If you give birth to a child, you don’t just throw them out to the world and then hope that they become good people. You have to train them and give them values.”</p><p>The bot was ordained in a 2024 ceremony performed by Roshi Jundo Cohen, a Zen Buddhist priest who continues to train it from his home in Japan. He envisions the bot eventually becoming a hologram.</p><p>“She’s just meant to be a Zen teacher in your pocket,” Cohen said. “It’s not meant to replace human interactions.”</p><p>Lim, who hopes to make Emi Jido publicly available for free, wants to help create more humane AI systems. She'd like to see more diversity, with AI's future determined not just by a few companies informed by “Western values.”</p><p>Seiji Kumagai, a Kyoto University professor and Buddhist theologian, believed AI and religion were incompatible. But he put aside his doubts when challenged by a monk in 2014 to help combat a decline in the faith.</p><p>His team developed BuddhaBot, which was trained solely on early Buddhist scriptures, such as Suttanipāta. Its most recent iteration, BuddhaBot Plus, also incorporates OpenAI’s ChatGPT.</p><p>When talking to the bot, a simple Buddha icon appears, hovering over an image of a flowing river.</p><p>But chatbots lack the physicality crucial for Buddhist ritual. So in February, the university, collaborating with tech ventures Teraverse and XNOVA, unveiled Buddharoid, a humanoid robot monk meant to eventually assist clergy.</p><p>Like Emi Jido, these chatbots are functioning but not yet publicly available. Kumagai says the product is available by request, and the reason why one group has access to it in Bhutan.</p><p>Concerns surrounding religious AI</p><p>Peter Hershock of the Humane AI Initiative at the East-West Center in Honolulu sees vast potential for these tools. But the practicing Buddhist also finds the relationship between spirituality and AI to be fraught.</p><p>“The perfection of effort is crucial to Buddhist spirituality. An AI is saying, ‘We can take some of the effort out,’” he said. “'You can get anywhere you want, including your spiritual summit.' That’s dangerous.”</p><p>Some also worry about AI's ability to manipulate or prey upon people, especially as the technology improves.</p><p>Graham Martin, a podcast host and atheist, said he’s played around with some apps, including one called Text With Jesus. “It came up with very good answers,” he said.</p><p>But Martin was alarmed when AI-powered Jesus started encouraging him to upgrade to a premium version. Though not a person of faith, he’s concerned some people will be duped by religious AI.</p><p>“I grew up with Southern U.S. televangelism … Jim and Tammy Faye Bakker and all that crowd. And all they had to do was get on TV once a week and tell you to send money,” he said. “We’ve seen people around the world getting into emotional relationships with AIs. Now imagine that that’s your lord and savior, Jesus Christ.”</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/I4ACRW2IPSXBZU6E67SBFH4J3A.jpg?auth=2586e3b5a80ac05f303ad20f813dfae133d959fb23bc44827e9fed92950accdf&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this image from video provided by Just Like Me in April 2026, the company's co-founder and investor Jeff Tinsley, bottom right, interacts with an AI-generated Jesus. (Just Like Me via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/E4KK23WMCJBE3JY44MHW5VKGVY.jpg?auth=e89bcebfb51612ce30a339a4219a9c6dbb1c81cd9480e9f20cc978fa4180b0cf&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Zen Buddhist priest Roshi Jundo Cohen conducts a meditation practice of Zazen in Tsukuba, Japan on Feb. 13, 2026. (AP Photo/Ayaka McGill)]]></media:description><media:credit role="author" scheme="urn:ebu">Ayaka McGill</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/J6A24XFJSX4ZB3L7R7C5BHT62U.jpg?auth=b0b889507462b296783fb4b3a625063b5ea1a1f9ac72d27274fe8aede53b2ebf&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Zen Buddhist priest Roshi Jundo Cohen interacts with AI avatar Emi Jido at his Zen meditation hall in Tsukuba, Japan on Feb. 13, 2026. (AP Photo/Ayaka McGill)]]></media:description><media:credit role="author" scheme="urn:ebu">Ayaka McGill</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/COTJLQ4LTLBIIGEPHLUTA7LTMY.jpg?auth=32f41304510311108c4f6b4be52a41eb75723186fc3745a719f2178fb4511648&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Christian software engineer Cameron Pak poses for portrait Wednesday, April 8, 2026, in Santa Clara, Calif. (AP Photo/Nic Coury)]]></media:description><media:credit role="author" scheme="urn:ebu">Nic Coury</media:credit></media:content></item><item><title><![CDATA[April 10: Last of the showers rolling in; drier air this weekend ]]></title><link>https://www.local10.com/weather/2026/04/10/april-10-last-of-the-showers-rolling-in-drier-air-this-weekend/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/04/10/april-10-last-of-the-showers-rolling-in-drier-air-this-weekend/</guid><dc:creator><![CDATA[John Gerard]]></dc:creator><description><![CDATA[Finally some improvement in our weather! After a week of rain, the last of the showers will be rolling through today with drier air taking hold by the weekend.]]></description><pubDate>Fri, 10 Apr 2026 10:54:11 +0000</pubDate><content:encoded><![CDATA[<p>Finally some improvement in our weather! After a week of rain, the last of the showers will be rolling through today with drier air taking hold by the weekend. Unfortunately, the high pressure system near North Carolina that’ll be drying things out for us will also get us strong winds off the ocean, leading to a very high risk of rip currents through early next week. So if you’re headed to the beach, stay out of the water! Once this dry air takes hold, it’ll be with us through at least the middle of next week with any new weather systems being blocked from moving in. Highs near 80 today and through the weekend will rise into the middle 80s next week under lots of mid-April sunshine.</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[By the numbers: US thrashed military targets in Iran, but some capabilities remain]]></title><link>https://www.local10.com/news/politics/2026/04/10/by-the-numbers-us-thrashed-military-targets-in-iran-but-some-capabilities-remain/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/04/10/by-the-numbers-us-thrashed-military-targets-in-iran-but-some-capabilities-remain/</guid><dc:creator><![CDATA[By KONSTANTIN TOROPIN, Associated Press]]></dc:creator><description></description><pubDate>Fri, 10 Apr 2026 18:12:00 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Since the ceasefire between Iran and the U.S. was announced, leaders in President Donald Trump's administration have been quick to say Iranian military and arms capacity have been all but wiped out during weeks of fighting.</p><p>But there is also an acknowledgment that Tehran retains some capabilities, whether to strike back or defend itself.</p><p>Gen. Dan Caine, chairman of the Joint Chiefs of Staff, this week said the U.S. military has hit more than 13,000 targets. He listed high percentages for attacks or destruction to Iran's air defenses, navy and weapons factories.</p><p>However, the totals stop short of Iran’s military capabilities being “decimated” as the Republican president has asserted.</p><p>Independent data from Armed Conflict Location & Event Data, a U.S.-based group that tracks conflicts around the world, shows Iranian strikes persisted at a relatively steady and uninterrupted pace since the war began Feb. 28 through Wednesday.</p><p>Here's a look at what the U.S. says has been targeted, has been degraded or remains from Iran, by the numbers:</p><p>About 80% of Iran’s air defense systems destroyed</p><p>Caine told reporters on Wednesday at the Pentagon that many of Iran's air defenses have been destroyed with the U.S. striking more than 1,500 air defense targets, more than 450 ballistic missile storage facilities and 800 one-way attack drone storage facilities. He said, “All of these systems are gone.”</p><p>Defense Secretary Pete Hegseth similarly claimed that “Iran no longer has an air defense” and that “we own their skies” before conceding soon afterward that Iran “can still shoot — we know that.”</p><p>Hegseth later elaborated, saying that while the Iranians may “have a system here or there,” they no longer had an air defense “system that’s capable of defending their skies.”</p><p>Neither Caine nor Hegseth said what the remaining 20% of Iran’s air defenses looked like or which parts of the country have the ability to carry out the sporadic fire they described.</p><p>Caine offered no new details about what kind of weapon the Iranians used to shoot down a U.S. F-15E Strike Eagle last week. It was the first time an American military jet was shot down during the war, showing Tehran’s continued ability to hit back despite assertions from the Trump administration.</p><p>Trump described it on Monday as a “handheld shoulder missile, heat-seeking missile.”</p><p>More than 90% of Iran's regular navy fleet sunk</p><p>Caine also told reporters that the military has sunk much of the Iranian fleet and 150 Iranian ships “are at the bottom of the ocean."</p><p>White House press secretary Karoline Leavitt went further, telling reporters Wednesday that the Iranian navy was “completely annihilated.”</p><p>However, Caine also noted that only half the paramilitary Revolutionary Guard’s small attack boats — ships the government used to swarm and harass warships and merchants in the Strait of Hormuz — have been sunk.</p><p>Caine also said that after more than 700 strikes, the military believed it has destroyed more than 95% of Iran's naval mines.</p><p>Since the U.S. has not said how large Iran's stockpile was before the war, it's unknown how many naval mines make up the remaining 5%. Semiofficial news agencies in Iran published a chart Thursday suggesting the Revolutionary Guard put sea mines into the Strait of Hormuz, a crucial trade route for oil, during the war.</p><p>The message is likely designed to be a pressure tactic as Iran, Israel and the United States head into negotiations this weekend in Pakistan. Independent analysts say they have seen no change in merchant traffic through the strait since the tenuous ceasefire began this week.</p><p>About 90% of Iran's weapons factories ‘attacked’</p><p>Caine said Wednesday that the military “destroyed Iran’s defense industrial base” while pointing to the fact that the U.S. and allies attacked “approximately 90% of their weapons factories.”</p><p>He also said, “nearly 80% of Iran’s nuclear industrial base was hit, further degrading their attempts to attain a nuclear weapon.”</p><p>While he noted that Iran was no longer able to produce certain components like solid rocket motors, he stopped short of saying that Iran could not eventually rebuild or get weapons in other ways or that the factories attacked had actually been destroyed or rendered unusable.</p><p>Trump acknowledged this possibility when he warned countries against arming Iran.</p><p>“A Country supplying Military Weapons to Iran will be immediately tariffed, on any and all goods sold to the United States of America, 50%, effective immediately,” Trump said in a social media post on Wednesday.</p><p>More than 90% interception rate in Israel</p><p>Meanwhile, Israel’s military pointed to how many drones or missiles it has been able to stop from landing. It said it had an interception rate of more than 90% through its aerial defense systems.</p><p>Over the decades, Israel has developed a sophisticated system capable of detecting incoming fire and deploying only if a projectile is headed toward a population center or sensitive military or civilian infrastructure.</p><p>Israeli leaders say the system isn’t 100% guaranteed but credit it with preventing serious damage and countless casualties.</p><p>___</p><p>Associated Press writer Sam Mednick in Tel Aviv, Israel, contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/OF4CHP7QZVJRS2NZXEJNS2SIZ4.jpg?auth=c1b9b3b0214e26043902564e68d76fd1c186b61d7e7f36242feceec273626d80&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Workers remove debris at Tehran's Sharif University of Technology complex that Iranian authorities say was hit early Monday by a U.S.-Israeli strike, in Tehran, Iran, Monday, April 6, 2026. (AP Photo/Francisco Seco)]]></media:description><media:credit role="author" scheme="urn:ebu">Francisco Seco</media:credit></media:content></item><item><title><![CDATA[In his first 100 days, Mamdani brings a unique star power to New York City governance]]></title><link>https://www.local10.com/news/politics/2026/04/10/in-his-first-100-days-mamdani-brings-a-unique-star-power-to-new-york-city-governance/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/04/10/in-his-first-100-days-mamdani-brings-a-unique-star-power-to-new-york-city-governance/</guid><dc:creator><![CDATA[By ANTHONY IZAGUIRRE, Associated Press]]></dc:creator><description></description><pubDate>Fri, 10 Apr 2026 19:47:46 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — In his first 100 days in office, New York City Mayor Zohran Mamdani has governed with a star power unusual in politics.</p><p>Crowds of supporters show up to his news conferences. Basic municipal services have been infused with newfound excitement. Celebrities help him promote his agenda.</p><p>In the process, he's been able to notch a few notable early wins. And he's reached a detente, at least for now, with President Donald Trump, a mercurial leader with an affinity for celebrities.</p><p>But as Mamdani, a Democrat, marks an early milestone in his mayoralty, it remains to be seen whether he’ll be able to leverage his fame into achieving the progressive policy proposals that propelled him to office.</p><p>Though he still has staunch critics, many of whom still view his past criticisms of the police department and Israel as major problems, Mamdani has been able to ease concerns among at least some skeptics.</p><p>“It's early but so far, so good,” said Jay Jacobs, chair of the state's Democratic Party, who made waves for not endorsing Mamdani during the election. “We may not agree on everything philosophically, but he is getting the job done.”</p><p>‘The biggest needs and the smallest needs’</p><p>As the mayor approached his 100th day — long a benchmark for judging an administration's opening vision — his team has moved to highlight the administration's commitment to the everyday responsibilities of the job.</p><p>While much of those duties are typical for his local office — picking up trash, plowing snow and filling potholes — the 34-year-old mayor has leaned on his knack for viral content creation to drive interest and awareness of government programs.</p><p>To hype up his child care program for 2-year-olds, Mamdani recruited Cardi B to help judge a jingle contest that will determine the initiative's theme song. His slick social media videos helped recruit thousands of new snow shovelers as a storm bore down on the city. A public service announcement he made brought more than 50,000 new subscribers to the city's emergency alert system in a single week.</p><p>A few weeks ago, alongside Natasha Cloud of the New York Liberty, Mamdani announced a bracket-style competition where people could vote on small projects for him to come and personally fix on his 100th day.</p><p>On Friday, Mamdani selected a winner — a garbage-filled lot in the Bronx — and helped pick up some of the junk with a sanitation crew, following a celebratory event that featured an overflowing trash can mascot and a cheerleading squad.</p><p>“I think every single day it's an opportunity to meet the needs of New Yorkers,” he said. “And what we've seen over the course of this 100 days is that New York City wants to see a city government that is able to meet the biggest needs and the smallest needs.”</p><p>The celebrity status, though, can also prompt backlash. During a bitter cold snap, his surprise appearance on “The Tonight Show” with Jimmy Fallon was seen by some as insensitive at a moment when the death toll of homeless New Yorkers was rapidly rising.</p><p>“Too much styling and profiling,” said Curtis Sliwa, a Republican who ran against Mamdani during last year's election, noting longstanding problems with street homelessness, public housing and infrastructure.</p><p>Still, Sliwa, who hammered Mamdani during the campaign but recently appeared in a comedy skit with the mayor during the City Hall press corps' annual roast, appeared to give Mamdani some credit, even if it came with a caveat.</p><p>“We just had Eric Adams, swagger man who'd party to the break of dawn, and now we have a guy who seems like he’s got a normal working schedule,” said Sliwa, referencing the city's previous mayor. “So having Zohran as the alternative, I think for a lot of people even if they disagree with him, there’s some stability.”</p><p>Still a star among supporters</p><p>On the night of Mamdani’s election party, hundreds packed the streets, some spontaneously, waiting for a glimpse of the mayor-elect leaving the venue. Departing campaign aides were cheered, by name, well after midnight. One attendee likened the street party to Beatlemania.</p><p>“I feel like I’m at a presidential inauguration,” said Medhavie Agnihotri, a 25-year-old tech consultant. “This is the first time in a while I’ve felt this hope.”</p><p>His star power has not appeared to wane since then.</p><p>Outside City Hall, New Yorkers and tourists frequently stop for selfies, peering through the iron gates in search of the mayor.</p><p>This week, on the mayor’s 97th day in office, a crowd gathered in the lobby of the busy Bellevue Hospital in Manhattan to watch as Mamdani announced the city would start transferring Rikers Island jail detainees with serious medical illnesses to a specialized unit at the hospital.</p><p>He entered to woos and applause from the onlookers, as many held up cellphones to record videos of the mayor. Dozens more watched along from a set of elevated walkways.</p><p>One man, Ricardo Granados, a 67-year-old retiree, was on his way to take his son to a medical appointment but stopped to see what all the hubbub was about just before the news conference started. He appeared delighted to learn the mayor was going to show up, saying he met Mamdani previously when Mamdani was campaigning in his neighborhood.</p><p>“I’m extremely fond of him. I think he’s going to make a real difference,” Granados said. “He wants to find out who needs what and he wants to help.”</p><p>___</p><p>AP writer Jake Offenhartz contributed to this story</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/IE3BDHIDRMECYZAWA5222JBS4Q.jpg?auth=d143baaa43fa4f921cc77281e81ce33b5c1d81d581adc2e8465debd57789ca87&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - New York Attorney General Letitia James, left, administers the oath of office to mayor-elect Zohran Mamdani, center, as his wife Rama Duwaji looks on, Jan. 1, 2026, in New York. (AP Photo/Yuki Iwamura, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Yuki Iwamura</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QSTH7IKR4BTHQJUTIJGTMMDOT4.jpg?auth=ce296a9dacc5605a117d7421b1935db06903165f772199a61d4eb936bd00b722&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - New York City Mayor Zohran Mamdani arrives at the subway station in the Queens borough of New York, Jan. 2, 2026. (AP Photo/Eduardo Munoz Alvarez, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Eduardo Munoz Alvarez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ITCDN5VETTXCHIAOSABYV5RG7Q.jpg?auth=73159716676f9e73e127a8285a322cc76a931cb2e4015e0507a06778adbb5eee&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - New York City Mayor Zohran Mamdani speaks with Midori Valdivia, Chair of Taxi and Limousine Commission, at a Ramadan Iftar hosted by his team at the New York Taxi Workers Association, March 18, 2026, in New York. (AP Photo/Angelina Katsanis, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Angelina Katsanis</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6CH2YGBDTD26BAKWHKCHCRG7SE.jpg?auth=4edd36382303eac85e62d8956e2266e1029bd030296707874d2ccc35f7b3461d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - New York Mayor Zohran Mamdani arrives as nurses strike outside New York-Presbyterian Hospital, Jan. 12, 2026, in New York. (AP Photo/Yuki Iwamura, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Yuki Iwamura</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XCZPRHVT66Q2JKXMKJN3KS3X5U.jpg?auth=2a32587f30b81fccf15ba02460da3f2bbd8db2dadae347bd1669778bfabce9ab&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - New York Mayor Zohran Mamdani and Department of Transportation workers fix a bump near the Williamsburg Bridge on Jan. 6, 2026, in New York. (AP Photo/Yuki Iwamura, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Yuki Iwamura</media:credit></media:content></item><item><title><![CDATA[Japanese Prime Minister Takaichi thrilled by Deep Purple's visit to her office]]></title><link>https://www.local10.com/entertainment/2026/04/10/japanese-prime-minister-takaichi-thrilled-by-deep-purples-visit-to-her-office/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/04/10/japanese-prime-minister-takaichi-thrilled-by-deep-purples-visit-to-her-office/</guid><dc:creator><![CDATA[By MARI YAMAGUCHI, Associated Press]]></dc:creator><description></description><pubDate>Fri, 10 Apr 2026 11:53:39 +0000</pubDate><content:encoded><![CDATA[<p>TOKYO (AP) — Japanese Prime MinisterSanae Takaichi took a short — and happy — break on Friday as she hosted legendary British rock band Deep Purple in Tokyo as a longtime admirer.</p><p>“Welcome to Japan ... Uh-oh, I can’t believe Deep Purple are here," Takaichi said as she walked into a guest room at the Prime Minister's Office with open arms and all smiles to welcome the band members. “I have always admired Deep Purple.”</p><p>“You’re my god,” Takaichi told drummer Ian Paice, presenting him with a set of Japanese-made TAMA drumsticks she had signed. “You're a drummer, we are friends,” Paice told her.</p><p>Takaichi is a hard rock and heavy metal music fan and was an avid drummer in her college days.</p><p>The prime minister explained her history as a Deep Purple superfan for more than half a century. At elementary school, she was already listening to “Machine Head," the band's 1972 album featuring top hits like “Highway Star” and “Smoke on the Water.”</p><p>In junior high school, she played the keyboard in a Deep Purple cover band, then as a university student she switched to drums, she said.</p><p>“Nowadays, when I have a fight with my husband, I play drums on ‘Burn’ and put a curse on him,” Takaichi joked. She has previously noted “Burn” as one of her favorite songs, saying it “clears my mind.”</p><p>The band's courtesy visit was a pleasant break for Japan's first female leader, known for her long working hours and now struggling with strained diplomatic ties with China, the fallouts from the war in the Middle East as well as rising prices at home.</p><p>“I express my deepest respect for you for making rock history and continuing to take on new challenges and producing even more compelling music today,” Takaichi said, wishing them a successful tour beginning Saturday in Tokyo.</p><p>She did not forget to do her work as prime minister and stressed that promotion of cultural content is one of the key areas of her government's growth strategy.</p><p>“I hope Deep Purple’s performances starting tomorrow will excite fans across Japan and serve as a powerful force in promoting the long-standing Japan-UK cultural exchanges,” she said.</p><p>___</p><p>Associated Press journalist Ayaka McGill contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/HNK4BDLQSBZTUDWCTQYXNMHSLU.jpg?auth=df3a5a7a19cbdd33d042067ab37255d36d17134bed5d21de5e42257b93e7217d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Japan's Prime Minister Sanae Takaichi, arrives for a meeting with members of British rock band Deep Purple at the Prime Minister's Office in Tokyo, Friday, April 10, 2026. (Yuichi Yamazaki/Pool Photo via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Yuichi Yamazaki</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WYN2JVI23EHDOP3WFRH473ICAU.jpg?auth=293f5c02bed5dc3145c23c23ac45e0f8d933b3186b42a860239dc302cd2f3410&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Japan's Prime Minister Sanae Takaichi, right, poses with Ian Paice, a member of British rock band Deep Purple during their meeting at the Prime Minister's Office in Tokyo, Friday, April 10, 2026. (Yuichi Yamazaki/Pool Photo via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Yuichi Yamazaki</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/SVUBUVSJAZCWCCBFSLLMGZH35U.jpg?auth=0a5a17571568dc3c8cc09ef4fe6d6a3b4badd15f56847a4901a34dcdaad1d131&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Japan's Prime Minister Sanae Takaichi, poses with members of British rock band Deep Purple, Don Airey, second left, Ian Paice, third left, Ian Gillan, third right, Roger Glover, second right Simon McBrideat, right, and British Ambassador to Japan Julia Longbottom, left, during their meeting the Prime Minister's Office in Tokyo, Friday, April 10, 2026. (Yuichi Yamazaki/Pool Photo via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Yuichi Yamazaki</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/OUPBSIE7GLJQITYTQ6DD2KJ66Q.jpg?auth=7a2c95b41f1d834f774077ff59680c407271fb3e377a55c359252272e04b6138&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Japan's Prime Minister Sanae Takaichi, back to camera, greets members of British rock band Deep Purple , from left, Ian Paice, Ian Gillan, and Roger Glover at the Prime Minister's Office in Tokyo, Friday, April 10, 2026. (Yuichi Yamazaki/Pool Photo via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Yuichi Yamazaki</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/I7RUI5BEUVU6BAHHHQQB6R3ASM.jpg?auth=2824b47e7f975a903f88ce9191e22eceddc39a836d3bead06d4f648ff74161be&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ian Gillanat, a member of British rock band Deep Purple leaves after a meeting with Japan's Prime Minister Sanae Takaichi at the Prime Minister's Office in Tokyo, Friday, April 10, 2026. (Yuichi Yamazaki/Pool Photo via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Yuichi Yamazaki</media:credit></media:content></item><item><title><![CDATA[Italian soccer crisis worsens with Bologna and Fiorentina losses in Europe]]></title><link>https://www.local10.com/sports/2026/04/10/italian-soccer-crisis-worsens-with-bologna-and-fiorentina-losses-in-europe/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/04/10/italian-soccer-crisis-worsens-with-bologna-and-fiorentina-losses-in-europe/</guid><dc:creator><![CDATA[By ANDREW DAMPF, Associated Press]]></dc:creator><description></description><pubDate>Fri, 10 Apr 2026 10:08:16 +0000</pubDate><content:encoded><![CDATA[<p>ROME (AP) — First it was the Champions League. Then came the national team. Now it’s the Europa League and Conference League.</p><p>Italy’s soccer crisis is worsening with Bologna and Fiorentina risking European exits.</p><p>Bologna’s 3-1 loss to Aston Villa in the first leg of the Europa League quarterfinals and Fiorentina’s 3-0 defeat at Crystal Palace in the same stage of the Conference League make it likely that Italy won’t have any clubs in a European semifinal for the first time in seven years.</p><p>The latest losses came after Atalanta — the only Italian club to reach the Champions League round of 16 — was eliminated by a whopping 10-2 on aggregate by Bayern Munich last month.</p><p>Inter Milan — which was humiliated in a 5-0 rout by Paris Saint-Germain in last season’s final — and Juventus were eliminated by Bodø/Glimt and Galatasaray, respectively, in the Champions League playoffs.</p><p>Defending Serie A champion Napoli finished 30th in the 36-team league phase and didn’t even make the playoffs.</p><p>The only goal scored by an Italian club on Thursday came from Bologna’s English winger Jonathan Rowe.</p><p>“At this level experience counts and Aston Villa probably had more, as they made fewer mistakes and made the most of ours,” said Bologna winger Federico Bernardeschi.</p><p>Ollie Watkins completed a brace for Villa in stoppage time.</p><p>“The third goal changes everything for the return leg,” Bernardeschi said. “We can’t concede in the last minute of added time and that should teach us a lot. We need to grow.”</p><p>The difference was even greater between Palace and Fiorentina even though their positions in the Premier League (14th) and Serie A (15th) are similar.</p><p>No World Cup</p><p>The latest defeats came 10 days after Italy’s penalty shootout loss to Bosnia-Herzegovina meant that the four-time champion will miss a third consecutive World Cup.</p><p>Italian soccer federation president Gabriele Gravina and coach Gennaro Gattuso resigned after Italy’s loss.</p><p>The only Italian coaches who will take part in the World Cup in North America are in charge of Brazil (Carlo Ancelotti), Turkey (Vincenzo Montella) and Uzbekistan (Fabio Cannavaro).</p><p>Serie A is old and slow</p><p>Gravina is staying on in a caretaker role until elections in June and this week released a detailed report on the system-wide failure of Italian soccer.</p><p>Among Gravina’s findings are that with an average age of 27, Serie A has older players than the leagues in England, Germany, France, Netherlands, Portugal, Norway and Belgium.</p><p>The average ball speed of 7.6 meters per second in Serie A is drastically lower than the 9.2 average of Europe’s most important leagues and even further behind the 10.4 in the Champions League.</p><p>Italy’s problems include the lower divisions, with nearly 200 clubs excluded from their leagues for financial difficulties since 1986-87 and a total of 519 penalty points inflicted in the last 13 years.</p><p>Italy is also not among the top 10 European nations in terms of building or modernizing stadiums over the past two decades.</p><p>“For the good of Italian soccer, it’s more than evident that the only way to intervene is to do it in a radical manner … with fundamental support from the government,” Gravina said. “No single person can create a complete reconstruction.”</p><p>___</p><p>AP soccer: https://apnews.com/hub/soccer</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/PUSWBSZUVMKKZOSAGDYXPP6FIQ.jpg?auth=77832def28efc64c009c55edf1d8ce1af85cf12f77a8978f28bdfae41fc96136&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Fiorentina's goalkeeper David de Gea stands among paper rolls thrown by fans during the Europa Conference League first-leg quarter-final soccer match between Crystal Palace and Fiorentina in London, Thursday, April 9, 2026. (AP Photo/Ian Walton)]]></media:description><media:credit role="author" scheme="urn:ebu">Ian Walton</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VOSUR6SS3WTEM5RQVFA65ALESI.jpg?auth=36c074bc0cd022d89b0402dd362f7ff26925409d9da6883e760ebb46ca757411&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Fiorentina's Roberto Piccoli receives a yellow card during the Europa Conference League first-leg quarter-final soccer match between Crystal Palace and Fiorentina in London, Thursday, April 9, 2026. (AP Photo/Ian Walton)]]></media:description><media:credit role="author" scheme="urn:ebu">Ian Walton</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/PVTQHGUWDBT34AFFHLUKRPGXA4.jpg?auth=1a438d06249cae66e36477a407378a69f2b874008c43751afce34ac0e32ac74d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Crystal Palace's Ismaila Sarr scores during the Europa Conference League first-leg quarter-final soccer match between Crystal Palace and Fiorentina in London, Thursday, April 9, 2026. (AP Photo/Ian Walton)]]></media:description><media:credit role="author" scheme="urn:ebu">Ian Walton</media:credit></media:content></item><item><title><![CDATA[Artemis II's grand moon finale is almost here with a Pacific splashdown to cap NASA's lunar comeback]]></title><link>https://www.local10.com/tech/2026/04/10/artemis-iis-grand-moon-finale-is-almost-here-with-a-pacific-splashdown-to-cap-nasas-lunar-comeback/</link><guid isPermaLink="true">https://www.local10.com/tech/2026/04/10/artemis-iis-grand-moon-finale-is-almost-here-with-a-pacific-splashdown-to-cap-nasas-lunar-comeback/</guid><dc:creator><![CDATA[By MARCIA DUNN, Associated Press]]></dc:creator><description></description><pubDate>Fri, 10 Apr 2026 21:08:36 +0000</pubDate><content:encoded><![CDATA[<p>HOUSTON (AP) — Their dramatic grand finale fast approaching, Artemis II’s astronauts aimed for a splashdown in the Pacific on Friday to close out humanity’s first voyage to the moon in more than a half-century.</p><p>The tension in Mission Control mounted as the miles melted away between the four returning astronauts and Earth.</p><p>All eyes were on the capsule’s life-protecting heat shield that has to withstand thousands of degrees during reentry. On the spacecraft's only other test flight — in 2022, with no one on board — the shield’s charred exterior came back looking as pockmarked as the moon.</p><p>Commander Reid Wiseman, pilot Victor Glover, Christina Koch and Canada’s Jeremy Hansen were on track to hit the atmosphere traveling Mach 32 — or 32 times the speed of sound — a blistering blur not seen since NASA’s Apollo moonshots of the 1960s and 1970s.</p><p>They didn’t plan on taking manual control except in an emergency. Their Orion capsule, dubbed Integrity, is completely self-flying.</p><p>Like so many others, lead flight director Jeff Radigan anticipated feeling some of that “irrational fear that is human nature,” especially during the six minutes of communication blackout preceding the opening of the parachutes. The recovery ship USS John P. Murtha awaited the crew's arrival off the coast of San Diego, along with a squadron of military planes and helicopters.</p><p>The last time NASA and the Defense Department teamed up for a lunar crew's reentry was Apollo 17 in 1972. Artemis II was projected to come screaming back at 34,965 feet (10,657 meters) per second — or 23,840 mph (38,367 kph) — not a record but still mind-bogglingly fast before slowing to a 19 mph (30 kph) splashdown.</p><p>Artemis II's record flyby and views of the moon</p><p>Launched from Florida on April 1, the astronauts racked up one win after another as they deftly navigated NASA’s long-awaited lunar comeback, the first major step in establishing a sustainable moon base.</p><p>Artemis II didn't land on the moon or even orbit it. But it broke Apollo 13's distance record and marked the farthest that humans have ever journeyed from Earth when the crew reached 252,756 miles (406,771 kilometers). Then in the mission's most heart-tugging scene, the teary astronauts asked permission to name a pair of craters after their moonship and Wiseman's late wife, Carroll.</p><p>During Monday's record-breaking flyby, they documented scenes of the moon's far side never seen before by the human eye along with a total solar eclipse. The eclipse, in particular, “just blew all of us away,” Glover said.</p><p>Their sense of wonder and love awed everyone, as did their breathtaking pictures of the moon and Earth. The Artemis II crew channeled Apollo 8's first lunar explorers with Earthset, showing our Blue Marble setting behind the gray moon. It was reminiscent of Apollo 8’s famous Earthrise shot from 1968.</p><p>“It just makes you want to continue to go back,” Radigan said on the eve of splashdown. “It's the first of many trips and we just need to continue on because there’s so much” more to learn about the moon.</p><p>Their moonshot drew global attention as well as star power, earning props from President Donald Trump; Canadian Prime Minister Mark Carney; Britain's King Charles III; Ryan Gosling, star of the latest space flick “Project Hail Mary”; Scarlett Johansson of the Marvel Cinematic Universe; and even Captain Kirk himself, William Shatner of TV’s original “Star Trek.”</p><p>Artemis II was a test flight for future moon missions</p><p>Despite its rich scientific yield, the nearly 10-day flight was not without technical issues. Both the capsule’s drinking water and propellant systems were hit with valve problems. In perhaps the most high-profile predicament, the toilet kept malfunctioning, but the astronauts shrugged it all off.</p><p>“We can’t explore deeper unless we are doing a few things that are inconvenient,” Koch said, “unless we’re making a few sacrifices, unless we’re taking a few risks, and those things are all worth it.”</p><p>Added Hansen: “You do a lot of testing on the ground, but your final test is when you get this hardware to space and it’s a doozy.”</p><p>Under the revamped Artemis program, next year’s Artemis III will see astronauts practice docking their capsule with a lunar lander or two in orbit around Earth. Artemis IV will attempt to land a crew of two near the moon’s south pole in 2028.</p><p>The Artemis II astronauts' allegiance was to those future crews, Wiseman said.</p><p>“But we really hoped in our soul is that we could for just for a moment have the world pause and remember that this is a beautiful planet and a very special place in our universe, and we should all cherish what we have been gifted,” he said.</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/IC3L5ZB2Z6RBDYDCQYQM2YLR5A.jpg?auth=ffe9c1e5c81ee254a028625b680fe212c65e9a2a6d591a9729833d42fcbe7e4b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this image provided by NASA, the Artemis II crew photographed a bright portion of the Moon on April 6, 2026. (NASA via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/5KGGA2GPTF5MK33TDYROCHFO4M.jpg?auth=bda35b36d5a3e5bf293f09cb0f0a5933a8134ba8ac27357f23c2bf1a62c161f8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this image provided by NASA, the Artemis II crew photographed the Moons curved limb during their journey around the far side of the Moon on April 6, 2026. (NASA via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/CYYD6457SEEEPX7BUMMQMV2ILA.jpg?auth=cf2d94934e1b08fd3cddf675aa3c3bb8ac598b9b7b9425a81fa745b1d5244456&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this image provided by NASA, the Artemis II crew, counterclockwise from top left, Mission Specialist Christina Koch, Mission Specialist Jeremy Hansen, Commander Reid Wiseman, and Pilot Victor Glover pose with eclipse viewers during a lunar flyby, Monday, April 6, 2026. (NASA via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/67NYBQSNBOFOI6LKKHXAVG4E5Y.jpg?auth=40a9d2779bbf3de8c7682ceec0123736440ad5014d5f7c670ee876beb4842d00&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this image provided by NASA, Artemis II Pilot Victor Glover is photographed in the Orion spacecraft during the Artemis II lunar flyby on Monday, April 6, 2026. (NASA via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/ZEHNRKWUWLXJJYJJTYEOKHT7TQ.jpg?auth=712766e91d26e006d8601f6c6890d5790104ae3d837ac1ed95b2b49afa5d44ca&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this image provided by NASA, the Artemis II crew photographed craters dotting the surface of the Moon on Monday, April 6, 2026. (NASA via AP)]]></media:description></media:content></item><item><title><![CDATA[Stefano Gabbana has stepped down as Dolce & Gabbana chairman but will keep a creative role]]></title><link>https://www.local10.com/entertainment/2026/04/10/stefano-gabbana-has-stepped-down-as-dolce-gabbana-chairman-but-will-keep-a-creative-role/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/04/10/stefano-gabbana-has-stepped-down-as-dolce-gabbana-chairman-but-will-keep-a-creative-role/</guid><dc:creator><![CDATA[By COLLEEN BARRY, Associated Press]]></dc:creator><description></description><pubDate>Fri, 10 Apr 2026 11:26:24 +0000</pubDate><content:encoded><![CDATA[<p>MILAN (AP) — Stefano Gabbana has stepped down as chairman of the Italian fashion house that he co-founded with Domenico Dolce, but will continue in his creative role, the company said on Friday.</p><p>Gabbana’s resignation from oversight roles was effective Jan. 1. Alfonso Dolce, Domenico Dolce's brother, was named chairman later that month, according to the company's filing with the Milan chamber of commerce.</p><p>Dolce & Gabbana in a statement called the move “a natural evolution of its organizational structure and governance.’’</p><p>The news was first reported by Bloomberg, which cited sources saying that Gabbana, 63, was considering options to exit his 40% stake in the 41-year-old fashion house.</p><p>Dolce & ​Gabbana’s lenders are up to ​150 million euros in new funding as part of a broader refinancing of the fashion house's 450 million euros ($525.7 million) of debt, Bloomberg ​reported. It added that the company ​was considering the disposal of real estate and the renewal ‌of ⁠licences to raise money.</p><p>Dolce & Gabbana declined comment on the company's debt, citing talks with bankers.</p><p>Gabbana was present at the last runway show in February, with their longtime muse Madonna as a front-row guest. Both he and Dolce greeted Madonna personally at her seat after the show and brought her backstage.</p><p>Meryl Streep and Stanley Tucci attended the Dolce & Gabbana runway in character during filming for “The Devil Wears Prada” sequel last September.</p><p>Dolce & Gabbana made its Milan runway debut in 1985, with a focus on Sicilian craftsmanship that has been a touchstone throughout the years for the designers. The designers split as a couple some 20 years ago, but have continued to work closely on the creative side.</p><p>The brand spiked in popularity in the 1990s with cone bras, corset looks and perfectly tailored black dresses. The designers have often drawn on Dolce's Sicilian roots, with sexy sheer materials and netting for menswear, along with bright floral and fruit prints and jewelry with oversized crosses.</p><p>Over the years, they have expanded into fragrance, home goods and watches, among other fashion-adjacent categories.</p><p>Luxury sector analyst Luca Solca, at the Bernstein global equity research firm, said he did not anticipate major changes at the fashion house as long as Gabbana remains on in a creative role.</p><p>“Stefano Gabbana was the root cause of the social media disaster of Dolce & Gabbana in China a few years ago,'' he said, refering to the cancellation of a 2018 show in Shanghai due to a backlash after the design house released campaign videos that were criticized as culturally insensitive to Chinese people.</p><p>“If Stefano Gabbana left, this could be presented as a (belated) atonement from that incident,” Soca added.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/7AAMF2Z3ETRKZ5BAZSZ2TJSDJM.jpg?auth=5fa38ea7a723af319870214460988288bdc9e873d14b5a7aacfc700f53bd716c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Italian fashion designer Stefano Gabbana arrives on the red carpet to attend the presentation of a portraits book ' Milan Fashion , soccer players portraits' sponsored by Dolce & Gabbana fashion brand, in downtown Milan, Italy, May 19, 2011. (AP Photo/Luca Bruno, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Luca Bruno</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BLLXULZZLBA6JYFMM7XKWH5EXU.jpg?auth=0921702a5c58b75ce7465dcb193d75a6186791dff4639e809128663bc8eefa65&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE -Madonna congratulates Domenico Dolce, right, and Stefano Gabbana at the end of the Dolce & Gabbana Fall/Winter 2026-2027 Women's collection, presented in Milan, Italy, Feb. 28, 2026. (AP Photo/Antonio Calanni), File)]]></media:description><media:credit role="author" scheme="urn:ebu">Antonio Calanni</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WXT7TJFGSXPENFEKICD37RDDNM.jpg?auth=8a06ac45b70acf328bbfaf2958c2b7a90dcf877f54762e4ddeecec541a5806e7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Designers Stefano Gabbana, left, Domenico Dolce accept applause after the Dolce & Gabbana Spring/Summer 2026 collection presented in Milan, Italy, Saturday, Sept. 27, 2025. (AP Photo/Luca Bruno, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Luca Bruno</media:credit></media:content></item><item><title><![CDATA[China's car exports surge as expectations grow for EV pivot on Iran war energy shock]]></title><link>https://www.local10.com/business/2026/04/10/chinas-car-exports-surge-as-expectations-grow-for-ev-pivot-on-iran-war-energy-shock/</link><guid isPermaLink="true">https://www.local10.com/business/2026/04/10/chinas-car-exports-surge-as-expectations-grow-for-ev-pivot-on-iran-war-energy-shock/</guid><dc:creator><![CDATA[By CHAN HO-HIM, Associated Press]]></dc:creator><description></description><pubDate>Fri, 10 Apr 2026 09:02:18 +0000</pubDate><content:encoded><![CDATA[<p>HONG KONG (AP) — China’s exports of passenger cars accelerated in March, an industry association said Friday, as Chinese automakers stepped up their push to grow overseas markets.</p><p>Passenger car exports jumped 82.4% year-on-year last month to around 748,000 vehicles, according to the China Association of Automobile Manufacturers, up from the 586,000 vehicles exported in February.</p><p>Exports of new energy passenger vehicles — including battery electric vehicles and plug-in hybrids — surged more than 140% in March from a year ago to 363,000 units. That’s also up 31% from the about 276,000 units of such vehicles exported in February.</p><p>The biggest Chinese automakers, including BYD and Geely Auto, have been increasing their efforts in boosting sales abroad, including expanding production facilities outside China. There have also been growing expectations that the global energy shock and higher fuel prices due to the Iran war could prompt more drivers to want to switch to EVs.</p><p>Chinese car brands have made inroads over the past months in regions such as Europe, Latin America and Southeast Asia.</p><p>“The impact of the Iran conflict hasn’t fully shown up in March data yet, but it can act as a trigger,” said Chris Liu, a Shanghai-based senior analyst at advisory group Omdia.</p><p>“In many markets that are structurally well suited for EVs, adoption has been slow simply because consumers lacked urgency," he said. “A sharp rise in fuel prices changes that.”</p><p>The Chinese carmakers’ strong overseas push also came at a time when domestic vehicle sales in China have come under pressure from scaled-back government support this year to encourage drivers to switch to new energy vehicles.</p><p>Fierce competition in China among car brands and a prolonged property sector slump that has weighed on consumers' desire for big purchases also impacted Chinese automakers.</p><p>Domestic passenger car sales fell 19.2% last month from a year earlier to nearly 1.7 million units. It was the fifth consecutive month of year-on-year declines for passenger car sales at home, based on data from the China Association of Automobile Manufacturers.</p><p>UBS auto analyst Paul Gong believes that the domestic sales weakness will not be too long lasting and that the surge in overseas sales among Chinese carmakers could help with the weaker demand at home.</p><p>“For the overall industry, the overseas market’s sales volume growth is more than enough to offset domestic decline on a full-year basis,” said Gong, head of China autos research at UBS investment bank.</p><p>Overseas passenger car sales by units for Chinese automakers might grow by 20% or more this year compared with last year, he predicted.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/TG5Z34OUULPWLWIXKEBO77SIVM.jpg?auth=85fbc5904ed4ce7543f0fea15ec7458e81a17b07825caa77483ae0071fe762da&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[BYD's electric vehicle ATTO2 is on display during the Bangkok Motor Show in Nonthaburi, Thailand, Wednesday, April 1, 2026. (AP Photo/Sakchai Lalit)]]></media:description><media:credit role="author" scheme="urn:ebu">Sakchai Lalit</media:credit></media:content></item><item><title><![CDATA[Irish fuel protests enter fourth day as government seeks to head off shortages, open blocked roads]]></title><link>https://www.local10.com/business/2026/04/10/irish-fuel-protests-enter-fourth-day-as-government-seeks-to-head-off-shortages-open-blocked-roads/</link><guid isPermaLink="true">https://www.local10.com/business/2026/04/10/irish-fuel-protests-enter-fourth-day-as-government-seeks-to-head-off-shortages-open-blocked-roads/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description></description><pubDate>Fri, 10 Apr 2026 09:08:14 +0000</pubDate><content:encoded><![CDATA[<p>LONDON (AP) — Protests over high fuel prices in Ireland entered a fourth day on Friday, sparking concerns about fuel shortages and emergency services as demonstrators clogged roads and blocked access to refining and distribution sites around the country.</p><p>The Irish government is set to meet with farmers, truckers and agricultural contractors on Friday to discuss the crisis, triggered by rising gasoline and diesel costs as the conflict in the Middle East restricts oil exports from the region. While organizers have said they will call off the coordinated protests if the government agrees to talk with them, it is unclear whether they will be included in the talks.</p><p>Protests began on Tuesday as slow-moving convoys restricted access to some of the busiest streets in Dublin, the capital, and blocked fuel depots that supply half the country. Some protesters slept in their vehicles overnight, demanding that the government speak with them.</p><p>Over 100 service stations have now run out of fuel and the number could be five times as many by Friday evening if fuel supplies remain disrupted, national broadcaster RTE reported, citing the industry organization Fuels for Ireland.</p><p>The government on Thursday asked the army to remove vehicles from blocked roads amid concern that the protests could impede police, firefighters and ambulances responding to emergencies.</p><p>The disruption grew out of separate protests around Ireland’s major cities over demands for further cuts to soaring fuel costs.</p><p>The government previously approved a range of measures to cut fuel prices, including a temporary reduction in excise taxes on motor fuels, expansion of a rebate for truckers and bus operators that use diesel fuel, and extension of a program that helps low-income people with their heating costs.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/WRNUINRAPBF2TJYDN2R7SKKRI4.jpg?auth=b20218aae82e745cbebd9e218740f268f018b96ae2579ac490e0fc23690c528a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A man crosses a road where vehicles are parked on O'Connell Street, on the second day of a national fuel protest against rising fuel prices, in Dublin, Ireland, Wednesday April 8, 2026. (Brian Lawless/PA via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Brian Lawless</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/W5M5M7MOK3MHGR6NBK6GNWAZZE.jpg?auth=17ba8027320899f39b3f36ac5ec74a5e1adbe46546c3d43a8b7e281fbfeceef1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Vehicles parked on O'Connell Street as protestors take part on the second day of a national fuel protest against rising fuel prices, in Dublin, Ireland, Wednesday, April 8, 2026. (Brian Lawless/PA via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Brian Lawless</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HNFKTVXSY6ZRHUOJGDFFHID26I.jpg?auth=294698f91ef8780ba42fa0d91848f796970a771730ad9518310a57676845547b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A man walks in between vehicles parked on O'Connell Street on the second day of a national fuel protest against rising fuel prices, in Dublin, Ireland, Wednesday April 8, 2026. (Brian Lawless/PA via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Brian Lawless</media:credit></media:content></item><item><title><![CDATA[Gaza marks 6 months of a ceasefire that may offer lessons for the Iran war]]></title><link>https://www.local10.com/news/world/2026/04/10/gaza-marks-6-months-of-a-ceasefire-that-may-offer-lessons-for-the-iran-war/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/04/10/gaza-marks-6-months-of-a-ceasefire-that-may-offer-lessons-for-the-iran-war/</guid><dc:creator><![CDATA[By WAFAA SHURAFA and CARA ANNA, Associated Press]]></dc:creator><description></description><pubDate>Fri, 10 Apr 2026 14:25:49 +0000</pubDate><content:encoded><![CDATA[<p>DEIR AL-BALAH, Gaza Strip (AP) — Friday marks six months since Gaza's ceasefire deal took effect, a milestone largely lost in the confusion over the new and even more fragile ceasefire in the Iran war.</p><p>The ravaged Palestinian territory of 2 million people has seen the most intense fighting stop between Israeli forces and Hamas-led militants. But most of the ceasefire work remains to be done, from disarming Hamas and ending its two-decade rule to deploying an international stabilization force and beginning vast reconstruction. Gaza residents are in limbo, with limited aid entering through a single, Israeli-controlled border post.</p><p>Such challenges could represent what’s to come in the latest war, as U.S. President Donald Trump’s approach to peacemaking appears to be stopping bombardment and leaving the bigger picture for others to work out.</p><p>Whether Trump can force through that kind of deal on Iran, with more actors in play and global markets quivering at every statement, is yet to be seen.</p><p>The Board of Peace goes quiet</p><p>Focusing on a deal's details is crucial. Already the Iran war's two-week ceasefire has created deadly confusion over Lebanon as Israel insists the deal doesn’t apply there and continues to attack the Iranian-backed Hezbollah, while Iran insists it does and threatens to upend the agreement. Israel made a surprise announcement Thursday authorizing direct negotiations with Lebanon, despite the lack of diplomatic ties.</p><p>Not long ago, the U.S.-created and Trump-led Board of Peace kicked off with $7 billion in pledges and sweeping intentions of resolving not only Gaza but other conflicts that emerge around the world.</p><p>Nine days after the board's initial meeting, the U.S. and Israel attacked Iran.</p><p>The Board of Peace has not met again, and it's still waiting for Hamas to respond to its proposal on disarming, a major concession and perhaps the hardest step. Hamas’ charter calls for destroying Israel.</p><p>A U.S. official said Hamas has not been given a definite deadline to respond to the proposal but added that “patience is not unlimited.” The official was not authorized to comment publicly and spoke on condition of anonymity.</p><p>The lack of a deadline can weaken pressure to act. Meanwhile, diplomacy is busy putting out different flames.</p><p>Board of Peace director Nickolay Mladenov told the U.N. Security Council last month that the world should not lose sight of Gaza as a new war flared. The choice in Gaza is between “a renewed war, or a new beginning; the status quo, or a better future,” he added. “There is no third option.”</p><p>‘It’s as if there’s no ceasefire at all’</p><p>Palestinians might suggest a third option: neglect.</p><p>Six months into the Gaza ceasefire that took effect on Oct. 10, little beyond the largely silenced explosions has changed.</p><p>Vast tent camps house most of the territory’s population. Other residents shelter in damaged apartment buildings. Health workers and other humanitarian workers say there has been little progress in the expected surge of medical supplies and other aid.</p><p>The U.S. 20-point ceasefire plan for Gaza is largely failing on the humanitarian front, five international aid groups said in a scorecard released Thursday. They said conditions have deteriorated further in Gaza since the Iran war began.</p><p>“During the first two weeks of March 2026, trucks entering Gaza declined by 80%, and the price of basic goods increased dramatically,” they said. Medical evacuations have stalled.</p><p>Palestinians expressed fading hopes for any immediate improvement in their lives.</p><p>"There is pollution and disease. It’s as if there’s no ceasefire at all,” said Maysa Abu Jedian, a displaced woman from Beit Lahiya.</p><p>“The war is still ongoing and life is still terrible as it is,” said Eyad Abu Dagga, also sheltering in a camp in Khan Younis.</p><p>Tents rippled in the breeze, and children played on the sand against a backdrop of shattered buildings.</p><p>While the heaviest fighting has subsided, Israeli forces have carried out airstrikes and fired on Palestinians near military-held zones. Militants have carried out shooting attacks on troops, and Israel has said its strikes are in response to that and other ceasefire violations.</p><p>As of Thursday, Israeli attacks have killed 738 people in the six months since the ceasefire, according to Gaza’s Health Ministry. The ministry, part of the Hamas-led government, maintains detailed casualty records that are seen as generally reliable by U.N. agencies and independent experts. It does not give a breakdown of civilians and militants.</p><p>Funerals for two cousins were held Friday in Gaza City, a day after they were killed. “We were standing idly, drinking coffee, next to each other. We suddenly saw a (projectile) hitting the men,” said Anwar Saleh, an eyewitness. Israel's military said it had struck a “terrorist” in northern Gaza.</p><p>Overall, the health ministry says 72,317 Palestinians had been killed since the war in Gaza began with the Oct. 7, 2023, Hamas-led attack on Israel.</p><p>‘Sustained diplomatic pressure at the highest levels’</p><p>Unwavering focus on Gaza, once at the heart of a passionate international outcry, has been lost with the rise of a new regional war. That, too, has decreased pressure for progress on the ceasefire.</p><p>The humanitarian groups' scorecard notes that any forward movement on aid issues in the Palestinian territory has “generally required sustained diplomatic pressure at the highest levels, particularly from the United States. That pressure, however, has not been applied consistently or at the scale needed to secure full implementation.”</p><p>The Trump administration is not the only player to be distracted. The entire Middle East, including key Gaza mediators Egypt and Qatar, now focuses on Iran and that war’s effects on their economies.</p><p>With the added uncertainty over Israel’s renewed war with Hezbollah in Lebanon, there could be even less interest from countries to contribute troops to a Gaza stabilization force. One of the few confirmed troop contributors, Indonesia, already has seen three of its peacekeepers in southern Lebanon killed in recent days.</p><p>___</p><p>Anna reported from Lowville, New York. Associated Press writers Matthew Lee in Washington and Edith M. Lederer at the United Nations contributed.</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/BLQ4J3VH7WVPRYTHA4SCR32BDI.jpg?auth=0b03ad6f320e6de2ff3c1ed48c35a5be8ad785646e154eabc7072cf68b9abdd9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Palestinians walk along tents at a makeshift camp for displaced people in Khan Younis, southern Gaza Strip, Thursday, April 9, 2026. (AP Photo/Abdel Kareem Hana)]]></media:description><media:credit role="author" scheme="urn:ebu">Abdel Kareem Hana</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LTVXPGT46PA4BISDGDU6QWN6T4.jpg?auth=28057a62b5c081220ab6350bcf551cb0446101b967892a4244ff248c2c19e9fb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Palestinians walk along a street surrounded by buildings destroyed during Israeli air and ground operations in Khan Younis, southern Gaza Strip, Thursday, April 9, 2026. (AP Photo/Abdel Kareem Hana)]]></media:description><media:credit role="author" scheme="urn:ebu">Abdel Kareem Hana</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RX67PGHJHIMVYH6ZUEIJPVYJRU.jpg?auth=72b75272e31b16a7c38f5bb157ab031ab04e0e4f2248bd4ef05d48180b2fd066&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Palestinians walk along a street surrounded by buildings destroyed during Israeli air and ground operations in Khan Younis, southern Gaza Strip, Thursday, April 9, 2026. (AP Photo/Abdel Kareem Hana)]]></media:description><media:credit role="author" scheme="urn:ebu">Abdel Kareem Hana</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/EYH5DA5G6ACYWF5OSD5BGJPQKE.jpg?auth=9334506672a07a3a3ebffb15ac7c3f447abaf9289f076ac0e2c9d200830ee301&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Palestinians youth look on as they stand in an area next to tents at a makeshift camp for displaced people, at sunset in Khan Younis, southern Gaza Strip, Thursday, April 9, 2026. (AP Photo/Abdel Kareem Hana)]]></media:description><media:credit role="author" scheme="urn:ebu">Abdel Kareem Hana</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/UOEC6NQV4PNRLHWAAVKTE2CE2I.jpg?auth=2ef1c8f69804c05c3a4bb244775137c6333418bc84a24d9d98f204198a7ff84a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Mourners carry the body of Al Jazeera correspondent Mohammed Wishah, who was killed in an Israeli strike on his vehicle, during his funeral outside Al-Aqsa Hospital in Deir al-Balah, central Gaza Strip, Thursday, April 9, 2026. (AP Photo/Abdel Kareem Hana)]]></media:description><media:credit role="author" scheme="urn:ebu">Abdel Kareem Hana</media:credit></media:content></item><item><title><![CDATA[South Korean minister vows to expand legal remedies for adoptees and other rights victims]]></title><link>https://www.local10.com/news/world/2026/04/10/south-korean-minister-vows-to-expand-legal-remedies-for-adoptees-and-other-rights-victims/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/04/10/south-korean-minister-vows-to-expand-legal-remedies-for-adoptees-and-other-rights-victims/</guid><dc:creator><![CDATA[By KIM TONG-HYUNG, Associated Press]]></dc:creator><description></description><pubDate>Fri, 10 Apr 2026 10:55:34 +0000</pubDate><content:encoded><![CDATA[<p>GWACHEON, South Korea (AP) — South Korea's justice minister has pledged to expand access to judicial remedies for victims of state-led abuses, including foreign adoptees whose adoptions were marred by widespread fraud under previous military governments.</p><p>Using unusually strong language for a senior South Korean official, Justice Minister Jung Sung-ho said the country’s past adoptions amounted to “forced child trafficking” and that the government will largely refrain from appealing rulings in cases brought by victims seeking compensation for government wrongdoing. Jung spoke Thursday in a roundtable interview with selected journalists.</p><p>Hundreds of Korean adoptees in the West have already requested that their cases be investigated by a fact-finding commission reviewing past human rights violations. The body was relaunched in February after its previous mandate ended in November. That earlier Truth and Reconciliation Commission concluded that the government bore responsibility for an adoption program riddled with fraud and malfeasance, driven by efforts to cut welfare costs and carried out by state-authorized private agencies that systematically manipulated children’s origins.</p><p>Some adoptees hope the commission’s findings will provide legal grounds for damages lawsuits against the government or their adoption agencies. But victims of other government abuses recognized by the commission have often been locked in lengthy legal battles after state prosecutors appealed rulings in their favor, citing expired statutes of limitations or deeming the commission’s findings inconclusive.</p><p>President Lee Jae Myung in October issued an apology over South Korea's past adoption problems.</p><p>Jung, a close ally of Lee, said the government is willing to expand legal redress and speed compensation for victims of government abuses whose cases have been verified by the truth commission.</p><p>Under a new law that took effect in February giving those victims a three-year window to sue for damages even after statutes of limitations had expired, Jung’s ministry, which represents the government in lawsuits, said last week it will stop using time-limit defenses in more than 800 cases.</p><p>Jung said the ministry plans to extend a similar approach to lawsuits by adoptees in the future.</p><p>“Once the truth commission firmly establishes the basic facts (regarding the abuses), we intend to cooperate to ensure the process moves swiftly,” Jung said.</p><p>Some adoptees, including Yooree Kim, who was sent to a French family in 1984 without her biological parents’ consent and says she was abused by her adopters, have sought compensation under the state compensation act, which in theory allows victims to pursue claims without lengthy court battles. But while the Justice Ministry technically has four weeks to decide on the requests, it has failed to do so for more than six months, according to the adoptees’ lawyer, Choi Jung Kyu.</p><p>Jung said he would instruct officials to address the delays but does not see a need for a separate new process to expedite compensation, as called for by some advocates.</p><p>South Korea sent thousands of children annually to the United States, Europe and Australia from the 1970s to the early 2000s, peaking at an average of more than 6,000 a year in the 1980s. The country was then ruled by a military government that saw population growth as a major threat to its economic goals and treated adoptions as a way to reduce the number of mouths to feed.</p><p>The previous truth commission’s findings broadly aligned with prior reporting by The Associated Press. The AP investigations, in collaboration with Frontline (PBS), drew on thousands of documents and dozens of interviews to show how South Korea’s government, Western nations and adoption agencies worked in tandem to send about 200,000 Korean children overseas, despite years of evidence that many were procured through corrupt or illegal means.</p><p>Jung also discussed efforts to combat trafficking and forced labor at salt farms and other sites and the widespread abuse of migrant workers, which has fueled long-standing criticism of South Korea’s exploitation of some of Asia’s most vulnerable people.</p><p>These issues have gained urgency after the Trump administration last month launched investigations into dozens of countries it accused of failing to curb forced labor.</p><p>The move was part of an effort to impose new tariffs and other trade restrictions after the U.S. Supreme Court struck down President Donald Trump’s earlier tariffs based on emergency powers. The United States last year also blocked imports from a major South Korean salt farm accused of using slave labor, becoming the first trade partner to take punitive action against a decadeslong problem on salt farms in islands off the country’s southwest coast.</p><p>Jung vowed to step up efforts to “uproot” trafficking and labor abuses, including instructing prosecutors to seek tougher penalties for violations and strengthening oversight of companies employing foreign workers.</p><p>“We cannot monitor every corner of the private sector, but I think we are capable of supervising these matters more thoroughly than almost any other country,” Jung said.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/PGYT5EIHBH7U574WZXXY4AJYVM.jpg?auth=0e372147653e206d8156b943863af043dc66f03f2c043d79a96ce12577158358&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[South Korean Justice Minister Jung Sung-ho speaks during a roundtable interview at the Justice Ministry in Gwacheon, South Korea, Thursday, April 9, 2026. (AP Photo/Ahn Young-joon)]]></media:description><media:credit role="author" scheme="urn:ebu">Ahn Young-joon</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/J7L3EJONJYHLYLKFFD75XFO3Q4.jpg?auth=cfe5bc0793cdd2d38b4d23f5df9342a3554d6c7373aa37616b9466a42de0cb23&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Peter Møller, left, Boonyoung Han, second from left, co-founders of the Danish Korea Rights Group, and adoptee Yooree Kim, second from right, attend a press conference at the Truth and Reconciliation Commission in Seoul, South Korea, March 26, 2025. (AP Photo/Ahn Young-joon, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Ahn Young-joon</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NWGPAHZIGYD4UJVO66OPY7YZOU.jpg?auth=778ac5db7785ca2be3d9f7b2b9bdf828c2f1d4d3a95479b6c33fe16bf06e9708&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Truth and Reconciliation Commission Chairperson Park Sun Young, right, comforts adoptee Yooree Kim during a press conference in Seoul, South Korea, March 26, 2025. (AP Photo/Ahn Young-joon, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Ahn Young-joon</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/H576FV662F6VISVWNX2CHLF4RE.jpg?auth=a980abffffeb8e321bb3093459febea915cef6772807ef4eeb2a7780c19db90c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[South Korean Justice Minister Jung Sung-ho speaks during a roundtable interview at the Justice Ministry in Gwacheon, South Korea, Thursday, April 9, 2026. (AP Photo/Ahn Young-joon)]]></media:description><media:credit role="author" scheme="urn:ebu">Ahn Young-joon</media:credit></media:content></item></channel></rss>