<?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 Jul 2026 17:01:13 +0000</lastBuildDate><language>en</language><ttl>1</ttl><sy:updatePeriod>hourly</sy:updatePeriod><sy:updateFrequency>1</sy:updateFrequency><item><title><![CDATA[Fort Lauderdale police release photos of possible suspect in Fourth of July shooting]]></title><link>https://www.local10.com/news/local/2026/07/10/fort-lauderdale-police-release-photos-of-possible-suspect-in-fourth-of-july-shooting/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/10/fort-lauderdale-police-release-photos-of-possible-suspect-in-fourth-of-july-shooting/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[Fort Lauderdale police are requesting the public’s help in identifying a man who they said is a possible suspect in an aggravated battery case from the Fourth of July.]]></description><pubDate>Fri, 10 Jul 2026 16:58:10 +0000</pubDate><content:encoded><![CDATA[<p>Fort Lauderdale police are requesting the public’s help in identifying a man who they said is a possible suspect in an aggravated battery case from the Fourth of July.</p><p>Police released photos of the man they are looking for on Friday.</p><p>According to police, the victim was shot in the thigh at about 11:30 p.m. on July 4 while standing on a sidewalk in the area of Seabreeze and Las Olas Boulevards.</p><p>Police said the victim had no idea where the bullet came from, nor did it appear that he was the intended target.</p><p>The victim was transported to Broward Health Medical Center to be treated for non-life-threatening injuries. </p><p>Detectives are asking for anyone with information about the shooting to call Detective Tiffany Washington of the Violent Crimes Unit at 954-828-6617. Anonymous tips can be made by calling Broward Crime Stoppers at 954-493-TIPS (8477).</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/BP5O3TWNGRFJXOE6IMU3W7JWJI.jpg?auth=8039feb7d10367a1085f64c99490cce471427ab60c1d113c7eb51d467a37665e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[South Florida teen gives thousands of used tennis balls a second life through nonprofit]]></title><link>https://www.local10.com/community/2026/07/10/south-florida-teen-gives-thousands-of-used-tennis-balls-a-second-life-through-nonprofit/</link><guid isPermaLink="true">https://www.local10.com/community/2026/07/10/south-florida-teen-gives-thousands-of-used-tennis-balls-a-second-life-through-nonprofit/</guid><dc:creator><![CDATA[Mayte Padron]]></dc:creator><description><![CDATA[What starts as a bright yellow tennis ball flying across the court often ends in the trash after just a few hours of competitive play. But one South Florida teenager is changing that — one tennis ball at a time.]]></description><pubDate>Fri, 10 Jul 2026 16:52:15 +0000</pubDate><content:encoded><![CDATA[<p>What starts as a bright yellow tennis ball flying across the court often ends in the trash after just a few hours of competitive play. But one South Florida teenager is changing that — one tennis ball at a time.</p><p>Seventeen-year-old Max Shilt, founder of <a href="https://4d9506f4.isolation.zscaler.com/profile/345bb00b-2721-495d-94d7-9bc0b2c839f5/zia-session/?controls_id=ecbd3848-38fa-45c1-a23c-54fbe2129926&amp;region=was&amp;tenant=40bc5949890e&amp;user=81310318ae7fd3ae2d662bcb096632cfe0b44e5ba8293e6c44f55b066dd9504f&amp;original_url=https%3A%2F%2Fwww.bouncebackballs.org%2F&amp;key=sh-1&amp;hmac=ef2690ebd2b732f9c1a6ae4767f4bb7149921f4d93e4ab5d2a3519a4aff4ab71" target="_self" rel="" title="https://4d9506f4.isolation.zscaler.com/profile/345bb00b-2721-495d-94d7-9bc0b2c839f5/zia-session/?controls_id=ecbd3848-38fa-45c1-a23c-54fbe2129926&amp;region=was&amp;tenant=40bc5949890e&amp;user=81310318ae7fd3ae2d662bcb096632cfe0b44e5ba8293e6c44f55b066dd9504f&amp;original_url=https%3A%2F%2Fwww.bouncebackballs.org%2F&amp;key=sh-1&amp;hmac=ef2690ebd2b732f9c1a6ae4767f4bb7149921f4d93e4ab5d2a3519a4aff4ab71">Bounce Back Balls</a>, has turned discarded tennis balls into a community resource, repurposing more than 5,300 balls in less than two years for schools, animal shelters and other organizations across South Florida.</p><p>Shilt, who has been playing tennis since he was 6 years old, said the idea came after he asked his coach what happened to used tennis balls.</p><p>“I asked my coach where all the balls went, and he told me that they all went to the trash,” Shilt said. “After that I realized that something had to be done.”</p><p>In 2024, Shilt launched Bounce Back Balls, collecting used tennis balls from his tennis academy and finding new uses for them instead of sending them to a landfill.</p><p>“The name is Bounce Back Balls,” Shilt said. “I thought the ball bouncing on the court and they are bouncing back into life.”</p><p>His first donation went to his former middle school, where the tennis balls were placed on the bottoms of classroom chair legs to protect floors from scuff marks and reduce noise.</p><p>Since then, the project has grown to include more than 10 community partners.</p><p>“Since then, I realized that there could be so much more supply and demand and I can expand to more academies, more schools, nursing homes, animal shelters,” Shilt said.</p><p>One of those partners is the Humane Society of Greater Miami, where donated tennis balls become toys for dogs waiting to be adopted.</p><p>“The future is filled with people with good hearts, and Max is a perfect example of that,” said Jossie Aguirre, executive director of the Humane Society of Greater Miami.</p><p>Seeing the impact firsthand has motivated Shilt to continue growing the program.</p><p>“It really showed me how my work has an impact in the community around me,” he said.</p><p>To date, Shilt estimates he has repurposed about 5,300 tennis balls, keeping them out of landfills while supporting schools and nonprofit organizations.</p><p>“Tennis gave me everything that it gave me, and now I’m trying to give back and match the points-40 all, deuce,” Shilt said.</p><p>Shilt plans to expand Bounce Back Balls to Gainesville, where he will attend the University of Florida to study accounting while playing on the school’s travel tennis team.</p><p>Those interested in donating gently used tennis balls or learning more about the organization can visit <a href="https://4d9506f4.isolation.zscaler.com/profile/345bb00b-2721-495d-94d7-9bc0b2c839f5/zia-session/?controls_id=ecbd3848-38fa-45c1-a23c-54fbe2129926&amp;region=was&amp;tenant=40bc5949890e&amp;user=81310318ae7fd3ae2d662bcb096632cfe0b44e5ba8293e6c44f55b066dd9504f&amp;original_url=https%3A%2F%2Fwww.bouncebackballs.org%2F&amp;key=sh-1&amp;hmac=ef2690ebd2b732f9c1a6ae4767f4bb7149921f4d93e4ab5d2a3519a4aff4ab71" target="_self" rel="" title="https://4d9506f4.isolation.zscaler.com/profile/345bb00b-2721-495d-94d7-9bc0b2c839f5/zia-session/?controls_id=ecbd3848-38fa-45c1-a23c-54fbe2129926&amp;region=was&amp;tenant=40bc5949890e&amp;user=81310318ae7fd3ae2d662bcb096632cfe0b44e5ba8293e6c44f55b066dd9504f&amp;original_url=https%3A%2F%2Fwww.bouncebackballs.org%2F&amp;key=sh-1&amp;hmac=ef2690ebd2b732f9c1a6ae4767f4bb7149921f4d93e4ab5d2a3519a4aff4ab71"><b>bouncebackballs.org</b></a> or email <a href="mailto:contact@bouncebackballs.org" rel=""><b>contact@bouncebackballs.org</b></a>.</p><ul><li><i><b>To donate:</b></i>&nbsp;If you’d like to make a monetary donation toward a Good News South Florida story or project,&nbsp;<a href="https://miami.fcsuite.com/erp/donate/create/fund?funit_id=3700" target="_self" rel="" title="https://miami.fcsuite.com/erp/donate/create/fund?funit_id=3700">click here.</a>&nbsp;Local 10 has established the Local 10 Fund with The Miami Foundation and 100% of your donation will go toward the cause you designate in the “additional information” box.</li><li><i><b>To volunteer or submit a story idea:</b></i>&nbsp;If you’d like to volunteer for a Good News South Florida project or would like to submit a story for consideration, email&nbsp;<a href="mailto:goodnews@local10.com">goodnews@local10.com</a>.</li></ul><p>Good News South Florida airs Fridays on the Local 10 morning news at 10 a.m. It will encore Fridays at 3:30 p.m. and Sunday mornings, beginning at 6 a.m.</p>]]></content:encoded></item><item><title><![CDATA[Miles de haitianos en el sur de Florida enfrentan incertidumbre tras el fin del TPS]]></title><link>https://www.local10.com/espanol/2026/07/10/miles-de-haitianos-en-el-sur-de-florida-enfrentan-incertidumbre-tras-el-fin-del-tps/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/10/miles-de-haitianos-en-el-sur-de-florida-enfrentan-incertidumbre-tras-el-fin-del-tps/</guid><dc:creator><![CDATA[Magdala Louissaint, Glenna Milberg]]></dc:creator><description><![CDATA[Este viernes, más de 300,000 haitianos que viven legalmente en Estados Unidos bajo el Estatus de Protección Temporal (TPS) pasarán a ser deportables y perderán sus permisos de trabajo tras la decisión de la Corte Suprema del mes pasado que otorga a la administración del presidente Trump la autoridad final para poner fin al TPS.]]></description><pubDate>Fri, 10 Jul 2026 16:41:48 +0000</pubDate><content:encoded><![CDATA[<p>Este viernes, más de 300,000 haitianos que viven legalmente en Estados Unidos bajo el Estatus de Protección Temporal (TPS) pasarán a ser deportables y perderán sus permisos de trabajo tras la decisión de la Corte Suprema del mes pasado que otorga a la administración del presidente Trump la autoridad final para poner fin al TPS.</p><p>“Tengo muchos miembros de mi congregación que se verán directamente afectados por una decisión tan cruel”, dijo el pastor Joanem “FanFan” Floreal, de la Iglesia Comunitaria Shalom, en el sur de Florida.</p><p>La decisión pone en riesgo industrias enteras del sur de Florida, como la atención médica y la hospitalidad.</p><p>“Haití está a una hora y 10 minutos de aquí. No podemos ir a Puerto Príncipe. Me encantaría ir a Haití y hacerlo grande otra vez para poder quedarme en casa”, dijo Maggie Bellabe, residente del sur de Florida.</p><p>La ex directora ejecutiva de Sant La, Gepsie Mettellus, habló con Local 10 en noviembre cuando la administración del presidente Trump mencionó poner fin al TPS para los ciudadanos haitianos.</p><p>“Tengo que convertir esta indignación, esta rabia, en acción”, dijo Mettellus.</p><p>La acción consiste en llamar a los legisladores para que copatrocinen el Proyecto de Ley del Senado 4814, que extendería el TPS por tres años más.</p><p>“Creo que ya tenemos unos 20 senadores que han copatrocinado la legislación y estamos esperando llegar a 60”, dijo Mettellus.</p><p>La Asociación de Restaurantes de Florida copatrocinó una carta dirigida al secretario del Departamento de Seguridad Nacional de Estados Unidos (DHS), Markwayne Mullin, junto con una docena de grupos de todo el país, solicitando orientación y protecciones para trabajadores con autorización legal y muchos años de servicio que son fundamentales para sus operaciones.</p><p>La representante estatal de Florida Marie Woodson está entre los legisladores que intentan recurrir a la única opción que queda: dialogar con los legisladores.</p><p>“He hablado con muchísimas personas y la frustración es muy grande, el miedo es muy intenso”, dijo. “Algunos dicen que lo están intentando, pero no he obtenido ningún resultado concreto”.</p><p>“La realidad es que no vamos a poder reemplazar esa fuerza laboral mañana, ni el próximo mes, ni el próximo año”, dijo Mettellus.</p><p>Los abogados dicen que es momento de que las personas llamen a sus abogados de inmigración.</p><p>“Lo segundo que deben hacer es consultar con un abogado especializado en planificación patrimonial”, dijo el abogado de inmigración Frandley Julien. “No vamos a mentirle a la comunidad. Las personas serán deportadas si nada cambia”.</p>]]></content:encoded></item><item><title><![CDATA[Thousands of Haitians in South Florida face uncertainty as TPS ends]]></title><link>https://www.local10.com/news/local/2026/07/09/florida-leaders-hoping-for-resolution-as-trump-administration-pushed-to-end-tps-for-haitians/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/09/florida-leaders-hoping-for-resolution-as-trump-administration-pushed-to-end-tps-for-haitians/</guid><dc:creator><![CDATA[Magdala Louissaint, Glenna Milberg]]></dc:creator><description><![CDATA[On Friday, more than 300,000 Haitians living in the United States legally under Temporary Protected Status will become suddenly deportable and lose their work permits following last month’s Supreme Court decision that allows the Trump administration final discretion to end TPS.]]></description><pubDate>Thu, 09 Jul 2026 22:45:41 +0000</pubDate><content:encoded><![CDATA[<p>On Friday, more than 300,000 Haitians living in the United States legally under Temporary Protected Status will become suddenly deportable and lose their work permits following last month’s Supreme Court decision that allows the Trump administration final discretion to end TPS.</p><p><a href="https://www.local10.com/espanol/2026/07/10/miles-de-haitianos-en-el-sur-de-florida-enfrentan-incertidumbre-tras-el-fin-del-tps/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/10/miles-de-haitianos-en-el-sur-de-florida-enfrentan-incertidumbre-tras-el-fin-del-tps/">Leer en español</a></p><p>“I have so many members in my congregation that will be directly affected by such a cruel decision,” said Pastor Joanem “FanFan” Floreal, of the Shalom Community Church in South Florida. </p><p>The decision puts entire South Florida industries at stake, such as healthcare and hospitality. </p><p>“Haiti is an hour and 10 minutes from here. We cannot go to Port-au-Prince. I would love to go to Haiti and make it great again, so I can stay home,” South Florida resident Maggie Bellabe said. </p><p>Former Sant La Executive Director Gepsie Mettellus spoke to Local 10 in November when the Trump administration mentioned ending TPS for Haitian nationals.</p><p>“I have to turn this outrage, anger into action,” Mettellus said. </p><p>Action means calling lawmakers to co-sign Senate Bill 4814, extending TPS for three more years.</p><p>“I think we’ve got 20 some senators who’ve consigned the legislation now, and we’re waiting to get to 60,” Mettellus said. </p><p>The Florida Restaurant Association co-signed a letter to U.S. Department of Homeland Security Secretary Markwayne Mullin with a dozen groups nationwide pleading for guidance and protections for long-serving legally authorized workers central to operations.</p><p>Florida State Rep. Marie Woodson is among the lawmakers scrambling to engage the one option left, speaking to lawmakers. </p><p>“I have spoken to so many people, and the frustration is so high, the fear is so intense,” she said. “Some of them say they are trying, but I have not gotten any specific result.”</p><p>“The reality is we’re not gonna be able to make up that labor force tomorrow, nor next month, nor next year,” Mettellus said. </p><p>Lawyers say it’s time people call their immigration attorneys.</p><p>“The second thing they need to do is consult with an estate planning attorney,” immigration attorney Frandley Julien said. “We are not going to lie to the community. People will be deported if nothing changes.”</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 woman accused of battering sergeant, resisting arrest during traffic stop ]]></title><link>https://www.local10.com/news/local/2026/07/10/miami-dade-woman-accused-of-battering-sergeant-resisting-arrest-during-traffic-stop/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/10/miami-dade-woman-accused-of-battering-sergeant-resisting-arrest-during-traffic-stop/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[An 18-year-old woman was arrested after authorities say she allegedly struck a Miami-Dade Sheriff’s Office sergeant and resisted arrest during a traffic stop on Thursday. ]]></description><pubDate>Fri, 10 Jul 2026 15:04:56 +0000</pubDate><content:encoded><![CDATA[<p>An 18-year-old woman was arrested after authorities say she allegedly struck a Miami-Dade Sheriff’s Office sergeant and resisted arrest during a traffic stop on Thursday. </p><p><a href="https://www.local10.com/espanol/2026/07/10/acusan-a-mujer-de-miami-dade-de-agredir-a-sargento-y-resistirse-al-arresto-durante-parada-de-transito/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/10/acusan-a-mujer-de-miami-dade-de-agredir-a-sargento-y-resistirse-al-arresto-durante-parada-de-transito/">Leer en español</a></p><p>According to an arrest report, deputies were “conducting an illegal handicap parking enforcement” at about 7 p.m. in the 10100 block of West Flagler Street in Miami-Dade’s Fontainebleau area when they spotted a red Mazda parked in a designated disabled parking space with a disabled parking permit displayed.</p><p>After checking the vehicle’s registration, deputies spoke with the four female occupants and began investigating the use of the disabled parking permit, the report states. Deputies said the driver was later cited on a charge of fraudulent or unauthorized use of a disabled parking permit.</p><p>As the driver was instructed to approach a marked patrol vehicle to review and sign the citation, Jaley Rivalta, who was sitting in the front passenger seat, allegedly approached the sergeant and began arguing about the citation, according to the report.</p><p>The report states Rivalta ignored the sergeant’s orders to return to the vehicle and continued interfering with the traffic stop.</p><p>During the confrontation, Rivalta intentionally struck the sergeant’s hand, according to the report. Deputies said the sergeant then attempted to take her into custody. </p><p>Rivalta allegedly resisted by pulling her arms away, tensing her body and refusing repeated commands to stop resisting and place her hands behind her back, according to the report. </p><p>She also continued using “physical force” against the sergeant before he arrested her, the report states.</p><p>Jail records show Rivalta is facing one count each of battery on a law enforcement officer, resisting an officer with violence and approaching a first responder after warning or impeding a first responder.</p><p>As of Friday morning, she was being held on a $2,150 bond at the Turner Guilford Knight Correctional Center. </p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/FIUQA7RMXFCJLIS5V2F67AU5C4.jpg?auth=4b4b60e6ef2d13ea8c2386285644f3c81467fb1978223005a5abb3e72f640b93&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Hombre muere tras ser baleado durante disputa en suroeste del condado de Miami-Dade, informaron agentes]]></title><link>https://www.local10.com/espanol/2026/07/10/hombre-muere-tras-ser-baleado-durante-disputa-en-suroeste-del-condado-de-miami-dade-informaron-agentes/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/10/hombre-muere-tras-ser-baleado-durante-disputa-en-suroeste-del-condado-de-miami-dade-informaron-agentes/</guid><dc:creator><![CDATA[Amanda Batchelor, Gabrielle Arzola]]></dc:creator><description><![CDATA[Un hombre murió luego de recibir un disparo la noche del jueves en el suroeste de Miami-Dade, confirmaron las autoridades a Local 10 News.  ]]></description><pubDate>Fri, 10 Jul 2026 13:41:29 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre murió luego de recibir un disparo la noche del jueves en el suroeste de Miami-Dade, confirmaron las autoridades a Local 10 News.</p><p>Según la Oficina del Sheriff de Miami-Dade, la balacera fue reportada alrededor de las 8:40 p.m. en el área de Southwest 233rd Street y 132nd Avenue.</p><p>Los agentes informaron que dos hombres estaban involucrados en una disputa cuando uno sacó un arma y le disparó al otro.</p><p>La víctima fue trasladada a un hospital local, donde murió.</p><p>No se dieron a conocer de inmediato más detalles.</p><p><i>Vea Local 10 News o actualice esta página para conocer las novedades.</i></p>]]></content:encoded></item><item><title><![CDATA[Florida Python Challenge begins with hands-on training for snake hunters]]></title><link>https://www.local10.com/news/local/2026/07/10/florida-python-challenge-begins-with-hands-on-training-for-aspiring-snake-hunters/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/10/florida-python-challenge-begins-with-hands-on-training-for-aspiring-snake-hunters/</guid><dc:creator><![CDATA[Jolena Esperto, Amanda Batchelor]]></dc:creator><description><![CDATA[As the 2026 Florida Python Challenge gets underway, participants are getting up close with one of the Everglades’ most notorious invasive species before heading into the field.]]></description><pubDate>Fri, 10 Jul 2026 16:33:39 +0000</pubDate><content:encoded><![CDATA[<p>As the 2026 Florida Python Challenge gets underway, participants are getting up close with one of the Everglades’ most notorious invasive species before heading into the field.</p><p><a href="https://www.local10.com/espanol/2026/07/10/comienza-el-florida-python-challenge-con-entrenamiento-practico-para-cazadores-de-pitones/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/10/comienza-el-florida-python-challenge-con-entrenamiento-practico-para-cazadores-de-pitones/">Leer en español</a></p><p>Dozens of aspiring python hunters attended a training session Friday in west Broward County to learn how to safely capture and handle wild Burmese pythons, which have become a major threat to Florida’s native wildlife.</p><p>Among them was Sarah Gonzalez.</p><p>“It was really exciting. I’ve never done anything like that before,” Gonzalez said after successfully capturing two pythons during the training.</p><p>The Florida Python Challenge officially began Friday, giving participants the opportunity to help remove invasive Burmese pythons from the Everglades while competing for cash prizes.</p><p>During the training, experts demonstrated the proper techniques for approaching and securing the snakes, emphasizing that safety should always come first.</p><p>“They can double back and strike at you at a pretty fast speed,” one instructor explained. </p><p>Instructors warned participants never to attempt to capture a python alone because of the potential dangers.</p><p>Instead, they encouraged hunters to be patient and avoid rushing a capture.</p><p>“Really take your time,” an instructor said. “If you don’t get a good pin the first time, it’s OK to back up and try again.”</p><p>Those who completed the required training and signed participation waivers practiced capturing live pythons under the supervision of experienced handlers before venturing into the Everglades.</p><p>For Gonzalez, the motivation goes beyond the thrill of the hunt.</p><p>“Florida is my home, and Burmese pythons are not a native species,” she said.</p><p>The annual Florida Python Challenge is designed to help reduce the invasive snake population while raising awareness about the ecological damage Burmese pythons have caused throughout South Florida. Participants who remove the most snakes during the competition are eligible for cash prizes, including a top prize of $10,000.</p><p>The python removal competition ends at 5 p.m. on July 19. For more information,<a href="https://flpythonchallenge.org/" target="_self" rel="" title="https://flpythonchallenge.org/"> click here. </a></p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Comienza el Florida Python Challenge con entrenamiento práctico para cazadores de pitones]]></title><link>https://www.local10.com/espanol/2026/07/10/comienza-el-florida-python-challenge-con-entrenamiento-practico-para-cazadores-de-pitones/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/10/comienza-el-florida-python-challenge-con-entrenamiento-practico-para-cazadores-de-pitones/</guid><dc:creator><![CDATA[Jolena Esperto, Amanda Batchelor]]></dc:creator><description><![CDATA[Mientras comienza el Florida Python Challenge 2026, los participantes conocen de cerca a una de las especies invasoras más notorias de los Everglades antes de salir al campo.]]></description><pubDate>Fri, 10 Jul 2026 16:37:21 +0000</pubDate><content:encoded><![CDATA[<p>Mientras comienza el Florida Python Challenge 2026, los participantes conocen de cerca a una de las especies invasoras más notorias de los Everglades antes de salir al campo.</p><p>Decenas de aspirantes a cazadores de pitones asistieron el viernes a una sesión de entrenamiento en el oeste del condado Broward para aprender cómo capturar y manejar de forma segura pitones birmanas silvestres, que se han convertido en una gran amenaza para la fauna nativa de Florida.</p><p>Entre ellos estaba Sarah Gonzalez.</p><p>“Fue realmente emocionante. Nunca había hecho algo así”, dijo Gonzalez después de capturar con éxito dos pitones durante el entrenamiento.</p><p>El Florida Python Challenge comenzó oficialmente el viernes, brindando a los participantes la oportunidad de ayudar a retirar pitones birmanas invasoras de los Everglades mientras compiten por premios en efectivo.</p><p>Durante el entrenamiento, expertos demostraron las técnicas adecuadas para acercarse y asegurar a las serpientes, enfatizando que la seguridad siempre debe ser la prioridad.</p><p>“Pueden darse la vuelta y atacarte a una velocidad bastante rápida”, explicó uno de los instructores.</p><p>Los instructores advirtieron a los participantes que nunca intenten capturar una pitón solos debido a los peligros potenciales.</p><p>En cambio, animaron a los cazadores a ser pacientes y no apresurar la captura.</p><p>“Tómense realmente su tiempo”, dijo un instructor. “Si no logran sujetarla bien en el primer intento, está bien retroceder e intentarlo de nuevo”.</p><p>Quienes completaron el entrenamiento requerido y firmaron las exenciones de participación practicaron la captura de pitones vivas bajo la supervisión de manejadores experimentados antes de aventurarse en los Everglades.</p><p>Para Gonzalez, la motivación va más allá de la emoción de la caza.</p><p>“Florida es mi hogar y las pitones birmanas no son una especie nativa”, afirmó.</p><p>El Florida Python Challenge anual está diseñado para ayudar a reducir la población de estas serpientes invasoras, al tiempo que crea conciencia sobre el daño ecológico que las pitones birmanas han causado en todo el sur de Florida. Los participantes que retiren la mayor cantidad de serpientes durante la competencia podrán optar a premios en efectivo, incluido un premio mayor de $10,000 USD.</p><p>La competencia de extracción de pitones finalizará a las 5 p.m. del 19 de julio. Para obtener más información, <a href="https://flpythonchallenge.org/" target="_blank" rel="noreferrer" title="https://flpythonchallenge.org/">haga clic aquí</a>.</p>]]></content:encoded></item><item><title><![CDATA[Man dies after being shot during dispute in southwest Miami-Dade, deputies say]]></title><link>https://www.local10.com/news/local/2026/07/10/man-dies-after-being-shot-during-dispute-in-southwest-miami-dade-deputies-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/10/man-dies-after-being-shot-during-dispute-in-southwest-miami-dade-deputies-say/</guid><dc:creator><![CDATA[Amanda Batchelor, Gabrielle Arzola]]></dc:creator><description><![CDATA[A man has died after he was shot Thursday night in southwest Miami-Dade, authorities confirmed to Local 10 News.]]></description><pubDate>Fri, 10 Jul 2026 10:15:15 +0000</pubDate><content:encoded><![CDATA[<p>A man has died after he was shot Thursday night in southwest Miami-Dade, authorities confirmed to Local 10 News.</p><p><a href="https://www.local10.com/espanol/2026/07/10/hombre-muere-tras-ser-baleado-durante-disputa-en-suroeste-del-condado-de-miami-dade-informaron-agentes/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/10/hombre-muere-tras-ser-baleado-durante-disputa-en-suroeste-del-condado-de-miami-dade-informaron-agentes/">Leer en español</a></p><p>According to the Miami-Dade Sheriff’s Office, the shooting was reported at about 8:40 p.m. in the area of Southwest 233<sup>rd</sup> Street and 132<sup>nd</sup> Avenue.</p><p>Deputies said two men were involved in a dispute when one pulled out a gun and shot the other.</p><p>Residents in the area told Local 10 News they heard between 15 and 20 gunshots. </p><p>Three bullets pierced a nearby garage and two more struck a car. Another round tore through a wall, hitting a young girl’s closet.</p><p>Deputies said the victim was transported to a local hospital, where he died.</p><p>With bullets hitting homes and cars, neighbors said it’s a miracle no one else was hurt.</p><p>“You think you’re in a free country, that you can live and enjoy your time, but at the end of the day, you’ve gotta be careful of everywhere you go anymore,” one neighbor said. </p><p>No other details about the shooting were immediately released.</p><p>Anyone with information is asked to call Miami-Dade Crime Stoppers at 305-471-8477.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Últimas actualizaciones del analista sobre Cuba de Local 10, Dr. Andy Gómez]]></title><link>https://www.local10.com/espanol/2026/07/02/ultimas-actualizaciones-del-analista-sobre-cuba-de-local-10-dr-andy-gomez/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/02/ultimas-actualizaciones-del-analista-sobre-cuba-de-local-10-dr-andy-gomez/</guid><dc:creator><![CDATA[Andy Gomez]]></dc:creator><description><![CDATA[Cuando hablamos de Cuba, por lo general nos concentramos en su sistema político y económico centralizado. Sin embargo, no logramos reconocer que las personas que han vivido bajo regímenes totalitarios han tenido que sobrevivir bajo una cultura del miedo.]]></description><pubDate>Thu, 02 Jul 2026 16:09:25 +0000</pubDate><content:encoded><![CDATA[<p><b>Actualización del 10 de julio: ¿Tiene el nieto de Raúl Castro plena autoridad para negociar en nombre del gobierno cubano?</b></p><p>Como esperaba, parece haber una pequeña grieta dentro del círculo interno del gobierno cubano. Algunos han criticado a Raulito (nieto de Raúl Castro) por ofrecer negociar directamente con el presidente Trump. La crítica se centra en si tiene plena autoridad para negociar en nombre del gobierno cubano o si solo está negociando en representación de la familia Castro.</p><p>Ayer, el Partido Comunista de Cuba (PCC) respaldó los esfuerzos de Raulito, pero el liderazgo militar ha permanecido en silencio.</p><p><b>Actualización del 8 de julio: Las Naciones Unidas no tienen derecho legal para levantar el embargo de Estados Unidos a Cuba</b></p><p>Cada año, Cuba sostiene ante las Naciones Unidas que el embargo económico de Estados Unidos es la causa de sus problemas económicos. Cada año, Cuba pierde más apoyo para ese argumento. Las Naciones Unidas no tienen un derecho legítimo ni legal para levantar el embargo. Solo el Congreso de Estados Unidos puede levantar el embargo.</p><p>La maquinaria de propaganda del gobierno cubano ha fracasado. La mayoría de los cubanos en la isla, incluidos economistas, responsabilizan al gobierno cubano por las actuales malas condiciones económicas.</p><p><b>Actualización del 6 de julio: El nieto de Raúl Castro dice que Cuba está dispuesta a negociar con Estados Unidos</b></p><p>Reuters informó esta mañana que Raulito, nieto de Raúl Castro, conocido como “El Cangrejo”, anunció que Cuba está dispuesta a negociar con Estados Unidos. La pregunta que debemos hacernos es si Raulito está negociando en nombre de la familia Castro o del gobierno cubano.</p><p>Sabemos que Cuba ha estado vendiendo algunos de sus activos, incluidos algunos pertenecientes al conglomerado económico militar GAESA, durante las últimas semanas. El intento de Cuba por atraer inversión extranjera no ha tenido muchos interesados debido al temor de perder su dinero.</p><p><b>Actualización del 2 de julio: La cultura del miedo en Cuba complica una transición democrática</b></p><p><b>Leer en español</b></p><p>Cuando hablamos de Cuba, por lo general nos concentramos en su sistema político y económico centralizado. Sin embargo, no reconocemos que las personas que han vivido bajo regímenes totalitarios han tenido que sobrevivir bajo una cultura del miedo. Ese sistema de gobierno crea un conjunto psicológico de actitudes y valores que ayuda a definir el comportamiento cotidiano para alinear los deseos y necesidades de la población con las restricciones impuestas por el gobierno.</p><p>Romper esos comportamientos podría tomar años de entrenamiento psicológico y cambios. Por lo tanto, la transición de un Estado totalitario hacia alguna forma de gobierno democrático podría requerir tiempo.</p><p><b>Las actualizaciones de junio del Dr. Andy S. Gomez pueden consultarse haciendo </b><a href="https://www.local10.com/news/world/2026/06/01/looking-to-the-future-should-cuban-americans-invest-in-cuba/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/world/2026/06/01/looking-to-the-future-should-cuban-americans-invest-in-cuba/"><b>clic aquí</b></a><b>.</b></p><p><i>El Dr. Andy S. Gomez es analista sobre Cuba de Local 10. Gomez es considerado uno de los principales expertos sobre Cuba. Trabajó en educación superior durante 32 años antes de retirarse de la Universidad de Miami en 2012.</i></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/FYEIFRCYROOYKI3HVUTHV6AAXI.jpg?auth=3bf565830d3056f4854be82b1d7dabd10942b9e724a4fbaf5a1a96b1f19e1a01&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Varias personas empujan un coche clásico americano averiado junto a un montón de basura en La Habana, Cuba, el miércoles 17 de junio de 2026. (AP Foto/Jorge Luis Banos)]]></media:description><media:credit role="author" scheme="urn:ebu">Jorge Luis Banos</media:credit></media:content></item><item><title><![CDATA[Se avecina una semana de temperaturas peligrosas en EEUU, advierten meteorólogos]]></title><link>https://www.local10.com/espanol/2026/07/10/se-avecina-una-semana-de-temperaturas-peligrosas-en-eeuu-advierten-meteorologos/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/10/se-avecina-una-semana-de-temperaturas-peligrosas-en-eeuu-advierten-meteorologos/</guid><dc:creator><![CDATA[Por SETH BORENSTEIN, Associated Press]]></dc:creator><description><![CDATA[La mayoría de los 48 estados contiguos de Estados Unidos está a punto de sofocarse bajo un domo de calor inusualmente grande, intenso y duradero que hará aumentar las temperaturas de una manera que el Servicio Meteorológico Nacional califica de “significativa y peligrosa”.]]></description><pubDate>Fri, 10 Jul 2026 16:30:14 +0000</pubDate><content:encoded><![CDATA[<p>La mayoría de los 48 estados contiguos de Estados Unidos está a punto de sofocarse bajo un domo de calor inusualmente grande, intenso y duradero que hará aumentar las temperaturas de una manera que el Servicio Meteorológico Nacional califica de “significativa y peligrosa”.</p><p>Los meteorólogos indicaron que la ola de calor comenzará este fin de semana y durará al menos una semana, y que en algunas zonas se sentirán sus efectos hasta finales de mes. Señalaron que en muchas áreas las temperaturas estarán entre 8 y 14 grados Celsius (15 y 25 grados Fahrenheit) por encima de lo normal, incluso por la noche. Las temperaturas nocturnas más altas son especialmente perjudiciales para la salud humana y para los esfuerzos por contener una temporada de incendios forestales activa.</p><p>“Esta próxima ola de calor sí parece bastante notable”, afirmó Daniel Swain, climatólogo de Agricultura y Recursos Naturales de la Universidad de California. “Será un episodio de calor de larga duración, generalizado y de alta intensidad que afectará a millones de personas durante más de una semana”.</p><p>Una trampa de aire caliente que amenaza con romper récords</p><p>Un domo de alta presión —que atrapa el aire caliente como la tapa de una olla mientras impide el paso de los vientos refrescantes y la lluvia— se estacionará inicialmente sobre las Llanuras del Norte, pero será tan grande que retendrá temperaturas sofocantes en hasta dos tercios del territorio continental de Estados Unidos, dijeron tres meteorólogos a The Associated Press. Aunque al principio no alcanzará la Costa Este, el domo de calor se desplazará y oscilará, e incluso podría extenderse de costa a costa durante los próximos 10 días o más, añadieron.</p><p>Los pronosticadores esperan temperaturas máximas récord de tres dígitos en la escala Fahrenheit este fin de semana en Nevada, Utah, Colorado, Wyoming, Idaho, Montana, Dakota del Norte y Dakota del Sur.</p><p>El servicio meteorológico prevé que se igualarán o se romperán más de 90 récords locales de temperatura en Estados Unidos hasta el miércoles, y que dos tercios corresponderán a récords de calor nocturno, lo que puede dificultar la recuperación del cuerpo humano tras días de intenso calor.</p><p>“Las noches pueden ser tan peligrosas como los días. Si no se obtiene alivio del calor por la noche, eso se trasladará a la experiencia durante el día y se volverá extremadamente peligroso”, advirtió Bob Henson, meteorólogo de Yale Climate Connections. “Con el calor no se juega. Es tan peligroso como un tornado o un huracán, que puede matarte con la misma facilidad, solo que de una manera silenciosa y diferente”.</p><p>La ola de calor será más grande, más duradera y más intensa que la mayoría</p><p>Swain explicó que lo que hace tan distinta a esta ola de calor es lo grande que será la “sombra” cálida que proyectará y el tiempo que se mantendrá.</p><p>En las últimas dos semanas, grandes olas de calor han provocado un sufrimiento generalizado en Europa, la Costa Este de Estados Unidos y, más recientemente, el sureste del país. Ahora, cualquier lugar de Estados Unidos que se haya librado de las olas de calor de inicios de julio recibirá esta, sostuvo Swain.</p><p>Es probable que la lluvia se cuele por debajo del borde sur de la cúpula de calor y refresque el sureste de Estados Unidos durante el día, lo que provocará algo extraño, comentó Shel Winkley, meteorólogo de Climate Central. Debido a la humedad adicional, el sureste podría registrar un calor nocturno que rompa récords, pero temperaturas diurnas por debajo de lo normal, indicó.</p><p>El servicio meteorológico pronostica calor nocturno récord en varias localidades desde Texas hasta Florida y Carolina del Norte el sábado. Según el pronóstico, las temperaturas no bajarán de 27 °C (80 °F) por la noche en Fort Lauderdale, Florida, Miami, Tampa, Florida, Galveston, Texas, y Charleston, Carolina del Sur.</p><p>Aunque las cúpulas de calor no son inusuales en verano, Winkley señaló que esta destaca por su intensidad y porque probablemente establecerá récords por la magnitud de la alta presión que contendrá. También es especialmente inusual por estar tan al norte, agregó.</p><p>Es probable que persista tanto tiempo porque las zonas afectadas por la sequía tienen menos humedad en el suelo y en el aire, lo que normalmente frenaría el calentamiento del aire, indicó Swain. A su vez, el aire más seco y caliente empeora las condiciones de sequía y aviva aún más el calor, creando un círculo vicioso, explicó.</p><p>Esto aumentará el riesgo de incendios forestales, que ya es alto debido a la sequía, añadió.</p><p>El cambio climático agrava el calor</p><p>Los tres meteorólogos indicaron que el fenómeno de El Niño que se formó recientemente es demasiado reciente como para tener un impacto marcado en esta ola de calor, pero es claro que el cambio climático derivado de la quema de carbón, petróleo y gas natural sí lo tiene.</p><p>“Sabemos que las olas de calor son cada vez más intensas, duran más y cubren áreas más grandes que antes debido al cambio climático causado por el ser humano”, manifestó Swain. “Y cuando vemos un evento como este, sabemos que hay al menos una contribución parcial de la tendencia de calentamiento a largo plazo”.</p><p>Como parte de su Índice de Cambio Climático, Climate Central utiliza 20 modelos informáticos distintos para comparar los pronósticos con lo que se esperaría en un mundo sin el calentamiento provocado por los gases de efecto invernadero. Una franja de 52.000 kilómetros cuadrados (20.000 millas cuadradas) del país, que va desde el sur de California hasta el norte de Minnesota y donde viven 24 millones de personas, tendrá este fin de semana temperaturas que alcanzarán el nivel más alto en ese índice, lo que significa que el calor es al menos cinco veces más probable debido al cambio climático. Su análisis arrojó lecturas similares para la ola de calor de la Costa Este durante el fin de semana del 4 de julio y la reciente ola de calor del sureste.</p><p>“Usando la ciencia de atribución, sabemos que esas temperaturas serían prácticamente imposibles sin la influencia del cambio climático”, afirmó Winkley.</p><p>___</p><p>La cobertura climática y ambiental de The Associated Press recibe apoyo financiero de múltiples fundaciones privadas. La AP es la única responsable de todo el contenido. Encuentra los estándares de la AP para trabajar con organizaciones filantrópicas, una lista de las fundaciones y las áreas de cobertura que financian en AP.org.</p><p>___</p><p>Esta historia fue traducida del inglés por un editor de AP con la ayuda de una herramienta de inteligencia artificial generativa.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/CU5GUUF34U3Y2N2F3TSWEA62WI.jpg?auth=23742a8ff1e0f7a9df5c2c0fd233b2e0742b8f21a6492f848889536ecc8004d2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[ARCHIVO – Vendedores ofrecen botellas de Gatorade y agua cerca del Monumento a Washington durante una ola de calor, el 3 de julio de 2026, en Washington. (AP Foto/Julia Demaree Nikhinson, Archivo)]]></media:description><media:credit role="author" scheme="urn:ebu">Julia Demaree Nikhinson</media:credit></media:content></item><item><title><![CDATA[UK actor Micheal Ward acquitted by London jury of rape and sexual assault charges]]></title><link>https://www.local10.com/entertainment/2026/07/10/uk-actor-micheal-ward-acquitted-by-london-jury-of-rape-and-sexual-assault-charges/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/07/10/uk-actor-micheal-ward-acquitted-by-london-jury-of-rape-and-sexual-assault-charges/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[LONDON (AP) — British actor Micheal Ward was acquitted of rape and other charges Friday in a London court on allegations he sexually assaulted a woman in a Mercedes in 2023.]]></description><pubDate>Fri, 10 Jul 2026 16:20:54 +0000</pubDate><content:encoded><![CDATA[<p>LONDON (AP) — British actor Micheal Ward was acquitted of rape and other charges Friday in a London court on allegations he sexually assaulted a woman in a Mercedes in 2023.</p><p>Ward, 28, who starred in the Netflix crime drama “Top Boy,” was found not guilty by a jury in Snaresbrook Crown Court of two counts of rape, two counts of assault by penetration and one count of sexual assault.</p><p>Ward has appeared in films including “Blue Story,” “The Book of Clarence” and last year's American political satire “Eddington,” alongside Joaquin Phoenix and Pedro Pascal.</p><p>In 2020, he won the Rising Star award at the British Academy Film Awards, or BAFTAs. He was nominated for an acting BAFTA for Sam Mendes’ “Empire of Light” and for a BAFTA television award for the Steve McQueen-directbeed series “Small Axe.”</p><p>Ward had denied the charges and had said he had “full faith” he’d be cleared of the charges.</p><p>Defense lawyer Humzah Ilyas said Ward was “looking forward to getting back to doing the work he loves.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/U5JIIACWK4CELPZZTNTBXLCLUM.jpg?auth=11af1fc805c8b61320569c1cff04981d331487dd5c713699ccbf690c7ab05315&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Micheal Ward arrives at the premiere of "Eddington", June 26, 2025, at the DGA Theater Complex in Los Angeles. (AP Photo/Chris Pizzello, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Chris Pizzello</media:credit></media:content></item><item><title><![CDATA[Latest updates from Local 10 Cuba Analyst Dr. Andy Gomez]]></title><link>https://www.local10.com/news/world/2026/07/02/latest-updates-from-local-10-cuba-analyst-dr-andy-gomez/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/02/latest-updates-from-local-10-cuba-analyst-dr-andy-gomez/</guid><dc:creator><![CDATA[Andy Gomez]]></dc:creator><description><![CDATA[Some have criticized Raulito (Raul Castro’s grandson) for offering to negotiate directly with President Trump. The criticism comes as to whether he has the full authority to negotiate for the Cuban government or is he just negotiating for the Castro family?]]></description><pubDate>Thu, 02 Jul 2026 15:46:05 +0000</pubDate><content:encoded><![CDATA[<p><b>July 10 update: Does Raul Castro’s grandson have the full authority to negotiate for the Cuban government?</b></p><p>As I expected, there seems to be a small crack within the inner circle of the Cuban government. Some have criticized Raulito (Raul Castro’s grandson) for offering to negotiate directly with President Trump. The criticism comes as to whether he has the full authority to negotiate for the Cuban government or is he just negotiating for the Castro family?</p><p>Yesterday, the Cuban Communist Party (PCC) backed Raulito’s efforts, but the military leadership has remained quiet.</p><p><b>July 8 update: United Nations has no legal right to lift U.S. embargo on Cuba </b></p><p>Every year, Cuba argues in front of the United Nations that the U.S. economic embargo is the cause for their economic problems. Each year, Cuba loses more support for their argument. The United Nations has no legitimate or legal right to lift the embargo. The U.S. Congress can only lift the embargo.</p><p>The Cuban government propaganda machine has failed. Most Cubans on the island, including economists on the island, blame the Cuban government for their current poor economic conditions. </p><p><b>July 6 update: Raul Castro’s grandson says Cuba is willing to negotiate with US</b></p><p>Reuters reported earlier this morning that Raul Castro’s grandson Raulito, known as “El Cangrejo,” announced that Cuba is willing to negotiate with the U.S. The question we need to ask ourselves is whether Raulito is negotiating on behalf of the Castro family or the Cuban government?</p><p>We know that Cuba has been selling some of their assets, including some belonging to the military economic conglomerate GAESA in the last couple of weeks. Cuba’s attempt to invite foreign investment has not attracted many takers for the fear of losing their money.</p><p><b>July 2 update: Cuba’s culture of fear complicates a Democratic transition</b></p><p><a href="https://www.local10.com/espanol/2026/07/02/ultimas-actualizaciones-del-analista-sobre-cuba-de-local-10-dr-andy-gomez/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/02/ultimas-actualizaciones-del-analista-sobre-cuba-de-local-10-dr-andy-gomez/">Leer en español</a></p><p>When we talk about Cuba, we usually concentrate on their centralized political and economic system. However, we fail to recognize that individuals that have lived under totalitarian regimes have had to survive under a culture of fear. Such system of government creates a psychological set of attitudes and values that help define the daily behavior in order to align the people’s wants and needs to the restrictions imposed by the government.</p><p>To break such behaviors could take years of psychological training and change. Therefore, transitioning a totalitarian state to support a transition to some form of a Democratic government could take time.</p><p><b>Dr. Andy S. Gomez’s June updates can be viewed by </b><a href="https://www.local10.com/news/world/2026/06/01/looking-to-the-future-should-cuban-americans-invest-in-cuba/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/01/looking-to-the-future-should-cuban-americans-invest-in-cuba/"><b>clicking here. </b></a></p><p><i>Dr. Andy S. Gomez is Local 10’s Cuba Analyst. Gomez is considered one of the leading scholars on Cuba. He worked in higher education for 32 years before retiring from the University of Miami in 2012. </i></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/FYEIFRCYROOYKI3HVUTHV6AAXI.jpg?auth=3bf565830d3056f4854be82b1d7dabd10942b9e724a4fbaf5a1a96b1f19e1a01&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Varias personas empujan un coche clásico americano averiado junto a un montón de basura en La Habana, Cuba, el miércoles 17 de junio de 2026. (AP Foto/Jorge Luis Banos)]]></media:description><media:credit role="author" scheme="urn:ebu">Jorge Luis Banos</media:credit></media:content></item><item><title><![CDATA[Hialeah man accused of pretending to be cop, driving vehicle with emergency lights, MDSO says]]></title><link>https://www.local10.com/news/local/2026/07/10/hialeah-man-accused-of-pretending-to-be-cop-driving-vehicle-with-emergency-lights-mdso-says/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/10/hialeah-man-accused-of-pretending-to-be-cop-driving-vehicle-with-emergency-lights-mdso-says/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[A Hialeah man was arrested Thursday after Miami-Dade Sheriff’s Office deputies said he was spotted driving a vehicle equipped to resemble a law enforcement cruiser while wearing a police-style uniform and activating emergency lights.]]></description><pubDate>Fri, 10 Jul 2026 15:41:15 +0000</pubDate><content:encoded><![CDATA[<p>A Hialeah man was arrested Thursday after Miami-Dade Sheriff’s Office deputies said he was spotted driving a vehicle equipped to resemble a law enforcement cruiser while wearing a police-style uniform and activating emergency lights.</p><p><a href="https://www.local10.com/espanol/2026/07/10/acusan-a-hombre-de-hialeah-de-hacerse-pasar-por-agente-y-conducir-vehiculo-con-luces-de-emergencia-dice-la-mdso/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/10/acusan-a-hombre-de-hialeah-de-hacerse-pasar-por-agente-y-conducir-vehiculo-con-luces-de-emergencia-dice-la-mdso/">Leer en español</a></p><p>According to an arrest report, the incident began at the Wawa gas station at 11200 SW 248th St., where a deputy spotted a white Dodge Charger pulling into the parking lot.</p><p>The report states the Charger, which displayed a Florida specialized license plate, activated blue and green emergency lights before Enrique Perez-Palenzuela, 55, exited the vehicle and walked into the convenience store.</p><p>Deputies said Perez-Palenzuela was dressed in what appeared to be a full law enforcement uniform, wearing a badge, a gun belt and carrying a handgun.</p><p>A short time later, investigators said Perez-Palenzuela returned to the vehicle, backed out of his parking space with the emergency lights still activated and drove through the shopping plaza without stopping at multiple stop signs.</p><p>The deputy who witnessed the incident wrote in the report that Perez-Palenzuela’s actions led him to believe he was an actual law enforcement officer responding to a call.</p><p>According to the report, the emergency lights were turned off after the vehicle left the shopping plaza, and the deputy conducted a traffic stop.</p><p>When asked why he had activated the emergency lights, Perez-Palenzuela told the deputy in Spanish that he had recently purchased the vehicle and did not realize the lights were turned on, the report states.</p><p>Investigators said the Dodge Charger was outfitted with equipment commonly found on law enforcement vehicles, including emergency lights, sirens, a spotlight, a push bumper and a prisoner compartment.</p><p>According to the arrest report, based on Perez-Palenzuela’s clothing, the vehicle’s appearance and his use of the emergency equipment, the deputy concluded he acted in a manner that would lead members of the public to believe he was a law enforcement officer.</p><p>Perez-Palenzuela was arrested on charges of falsely impersonating an officer and prohibited use of certain blue lights. </p><p>As of Friday morning, he was being held at the Turner Guilford Knight Correctional Center on a $3,000 bond. </p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/7DR6XQTKXZBLLFB7RMFCMFRDZY.jpg?auth=d828a1f7cf4cb7bc8f8ab36fe915074f83cbc6d1834ac6dea854de53cdce0178&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Acusan a hombre de Hialeah de hacerse pasar por agente y conducir vehículo con luces de emergencia, dice la MDSO]]></title><link>https://www.local10.com/espanol/2026/07/10/acusan-a-hombre-de-hialeah-de-hacerse-pasar-por-agente-y-conducir-vehiculo-con-luces-de-emergencia-dice-la-mdso/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/10/acusan-a-hombre-de-hialeah-de-hacerse-pasar-por-agente-y-conducir-vehiculo-con-luces-de-emergencia-dice-la-mdso/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[Un hombre de Hialeah fue arrestado el jueves después de que agentes de la Oficina del Sheriff de Miami-Dade (MDSO) dijeron que fue visto conduciendo un vehículo equipado para parecer una patrulla policial, mientras vestía un uniforme estilo policial y activaba las luces de emergencia.]]></description><pubDate>Fri, 10 Jul 2026 16:04:51 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre de Hialeah fue arrestado el jueves después de que agentes de la Oficina del Sheriff de Miami-Dade (MDSO) dijeron que fue visto conduciendo un vehículo equipado para parecer una patrulla policial, mientras vestía un uniforme estilo policial y activaba las luces de emergencia.</p><p>Según un informe de arresto, el incidente comenzó en la gasolinera Wawa ubicada en el 11200 de la calle Southwest 248, donde un agente observó un Dodge Charger blanco entrar al estacionamiento.</p><p>El informe indica que el Charger, que tenía una placa especializada de Florida, activó las luces de emergencia azules y verdes antes de que Enrique Pérez-Palenzuela, de 55 años, saliera del vehículo y entrara a la tienda de conveniencia.</p><p>Los agentes dijeron que Pérez-Palenzuela vestía lo que parecía ser un uniforme completo de las fuerzas del orden, con una placa, un cinturón para armas y portando una pistola.</p><p>Poco después, los investigadores dijeron que Pérez-Palenzuela regresó al vehículo, salió en reversa del espacio de estacionamiento con las luces de emergencia aún activadas y condujo por la plaza comercial sin detenerse en varias señales de alto.</p><p>El agente que presenció el incidente escribió en el informe que las acciones de Pérez-Palenzuela lo llevaron a creer que realmente era un agente de las fuerzas del orden que respondía a una llamada.</p><p>Según el informe, las luces de emergencia fueron apagadas después de que el vehículo salió de la plaza comercial y el agente realizó una parada de tránsito.</p><p>Cuando se le preguntó por qué había activado las luces de emergencia, Pérez-Palenzuela le dijo al agente en español que había comprado recientemente el vehículo y no se dio cuenta de que las luces estaban encendidas, señala el informe.</p><p>Los investigadores dijeron que el Dodge Charger estaba equipado con dispositivos que comúnmente se encuentran en vehículos de las fuerzas del orden, incluidas luces de emergencia, sirenas, un reflector, una defensa delantera reforzada y un compartimiento para transportar detenidos.</p><p>Según el informe de arresto, con base en la vestimenta de Pérez-Palenzuela, la apariencia del vehículo y el uso del equipo de emergencia, el agente concluyó que actuó de una manera que llevaría al público a creer que era un agente de las fuerzas del orden.</p><p>Pérez-Palenzuela fue arrestado por cargos de hacerse pasar falsamente por un agente y uso prohibido de determinadas luces azules.</p><p>Hasta la mañana del viernes, permanecía detenido en el Centro Correccional Turner Guilford Knight con una fianza de $3,000 USD.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/7DR6XQTKXZBLLFB7RMFCMFRDZY.jpg?auth=d828a1f7cf4cb7bc8f8ab36fe915074f83cbc6d1834ac6dea854de53cdce0178&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Heat set to face Bucks in 1st Summer League game of 2026 season on Local 10 ]]></title><link>https://www.local10.com/sports/local/2026/07/10/heat-set-to-face-bucks-in-1st-summer-league-game-of-2026-season-on-local-10/</link><guid isPermaLink="true">https://www.local10.com/sports/local/2026/07/10/heat-set-to-face-bucks-in-1st-summer-league-game-of-2026-season-on-local-10/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[A new era of Miami Heat basketball takes center stage Friday on Local 10, the home of the Heat.]]></description><pubDate>Fri, 10 Jul 2026 15:52:30 +0000</pubDate><content:encoded><![CDATA[<p>A new era of Miami Heat basketball takes center stage Friday on Local 10, the new home of the Heat.</p><p><a href="https://www.local10.com/espanol/2026/07/10/heat-listo-para-enfrentar-a-bucks-en-el-primer-juego-de-la-liga-de-verano-de-la-temporada-2026-por-local-10/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/10/heat-listo-para-enfrentar-a-bucks-en-el-primer-juego-de-la-liga-de-verano-de-la-temporada-2026-por-local-10/">Leer en español</a></p><p>Miami faces the Milwaukee Bucks in the NBA’s 2026 Summer League in Las Vegas for the first time since <a href="https://www.local10.com/sports/2026/07/06/giannis-traded-to-heat-bids-farewell-to-bucks-calling-milwaukee-my-city-my-team-my-family/" target="_self" rel="" title="https://www.local10.com/sports/2026/07/06/giannis-traded-to-heat-bids-farewell-to-bucks-calling-milwaukee-my-city-my-team-my-family/">Giannis Antetokounmpo’s</a> blockbuster trade from Milwaukee to Miami became official.</p><p>The Heat begin play against the Milwaukee Bucks at 4 p.m. Friday before facing the Orlando Magic at 3:30 p.m. Saturday. Miami wraps up its opening slate at 8 p.m. Monday against the Cleveland Cavaliers. All three games Summer League will air on Local 10.</p><p>Fans can also stream all regular-season games live on the <a href="https://apps.apple.com/us/app/local-10-platinum/id6758157782" target="_self" rel="" title="https://apps.apple.com/us/app/local-10-platinum/id6758157782">Local 10+ Platinum app</a>, which provides access to Local 10 news, weather, sports, entertainment programming and special features. </p><p>The free app includes higher-quality video and a 48-hour replay feature and is available on the Apple App Store, Google Play, Roku, Amazon Fire TV, Apple TV and most major smart TV platforms.</p><p>On the court, much of the attention will be on second-round draft pick Ryan Conwell, who impressed during the California Classic with his scoring ability (21 points per game) and defensive play. </p><p>Undrafted forward Tre White also turned heads with his outside shooting and all-around performance, making him another player to watch.</p><p>Forward Keyshawn Hall will continue his development as he looks to carve out a role in Miami’s system, while center Vlad Goldin hopes to build on a strong defensive showing after spending last season on a two-way contract with the Heat. </p><p>This will be the first meeting between the Bucks and Heat since <a href="https://www.local10.com/sports/2026/07/06/giannis-traded-to-heat-bids-farewell-to-bucks-calling-milwaukee-my-city-my-team-my-family/" target="_self" rel="" title="https://www.local10.com/sports/2026/07/06/giannis-traded-to-heat-bids-farewell-to-bucks-calling-milwaukee-my-city-my-team-my-family/">Giannis Antetokounmpo’s</a> trade to Miami became official. Before joining the Heat, however, Antetokounmpo first had to say goodbye to Milwaukee.</p><p>His 12-year run with the Bucks officially came to an end on Monday when the NBA approved the blockbuster trade sending Antetokounmpo and Bobby Portis to Miami in exchange for Tyler Herro, Jaime Jaquez Jr., Kel’el Ware, Kasparas Jakucionis and draft capital.</p><p>Friday’s matchup could also mark Jakucionis’ debut against his former Heat teammates. Projected starters for NBA teams are not expected to play in the Summer League. </p><p><a href="https://www.local10.com/sports/local/2026/06/08/wplg-local-10-becomes-the-home-of-the-miami-heat/" rel="">CLICK HERE</a> for more information on how to watch all of the Heat games this season!</p><p>Heat fans can also call 786-777-4375 for more information on how to purchase tickets for the 2026-2027 season.</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[Heat listo para enfrentar a Bucks en el primer juego de la Liga de Verano de la temporada 2026 por Local 10]]></title><link>https://www.local10.com/espanol/2026/07/10/heat-listo-para-enfrentar-a-bucks-en-el-primer-juego-de-la-liga-de-verano-de-la-temporada-2026-por-local-10/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/10/heat-listo-para-enfrentar-a-bucks-en-el-primer-juego-de-la-liga-de-verano-de-la-temporada-2026-por-local-10/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Una nueva era del baloncesto del Miami Heat será la protagonista este viernes por Local 10, la casa del Heat.]]></description><pubDate>Fri, 10 Jul 2026 16:01:10 +0000</pubDate><content:encoded><![CDATA[<p>Una nueva era del baloncesto del Miami Heat será la protagonista este viernes por Local 10, la nueva casa del Heat.</p><p>Miami enfrentará a los Milwaukee Bucks en la Liga de Verano 2026 de la NBA en Las Vegas por primera vez desde que el canje de alto impacto de <a href="https://www.local10.com/sports/2026/07/06/giannis-traded-to-heat-bids-farewell-to-bucks-calling-milwaukee-my-city-my-team-my-family/" target="_blank" rel="noreferrer" title="https://www.local10.com/sports/2026/07/06/giannis-traded-to-heat-bids-farewell-to-bucks-calling-milwaukee-my-city-my-team-my-family/">Giannis Antetokounmpo</a> de Milwaukee a Miami se hizo oficial.</p><p>El Heat comenzará su participación contra los Milwaukee Bucks a las 4 p.m. del viernes antes de enfrentar al Orlando Magic a las 3:30 p.m. del sábado. Miami cerrará su primera serie de juegos a las 8 p.m. del lunes contra los Cleveland Cavaliers. Los tres juegos de la Liga de Verano se transmitirán por Local 10.</p><p>Los aficionados también podrán ver en vivo todos los juegos de la temporada regular en la <a href="https://apps.apple.com/us/app/local-10-platinum/id6758157782" target="_blank" rel="noreferrer" title="https://apps.apple.com/us/app/local-10-platinum/id6758157782">aplicación Local 10+ Platinum</a>, que ofrece acceso a las noticias, el tiempo, los deportes, la programación de entretenimiento y los especiales de Local 10.</p><p>La aplicación gratuita incluye video de mayor calidad y una función de repetición de 48 horas, y está disponible en Apple App Store, Google Play, Roku, Amazon Fire TV, Apple TV y la mayoría de las principales plataformas de televisores inteligentes.</p><p>En la cancha, gran parte de la atención estará centrada en la selección de segunda ronda del draft Ryan Conwell, quien impresionó durante el California Classic con su capacidad anotadora (21 puntos por juego) y su desempeño defensivo.</p><p>El alero no seleccionado en el draft Tre White también llamó la atención con su tiro de larga distancia y su rendimiento integral, lo que lo convierte en otro jugador a seguir.</p><p>El alero Keyshawn Hall continuará su desarrollo mientras busca ganarse un papel dentro del sistema de Miami, mientras que el pívot Vlad Goldin espera construir sobre una sólida actuación defensiva tras pasar la temporada pasada con un contrato de dos vías con el Heat.</p><p>Este será el primer enfrentamiento entre los Bucks y el Heat desde que el canje de <a href="https://www.local10.com/sports/2026/07/06/giannis-traded-to-heat-bids-farewell-to-bucks-calling-milwaukee-my-city-my-team-my-family/" target="_blank" rel="noreferrer" title="https://www.local10.com/sports/2026/07/06/giannis-traded-to-heat-bids-farewell-to-bucks-calling-milwaukee-my-city-my-team-my-family/">Giannis Antetokounmpo</a> a Miami se hizo oficial. Sin embargo, antes de unirse al Heat, Antetokounmpo primero tuvo que despedirse de Milwaukee.</p><p>Su etapa de 12 años con los Bucks terminó oficialmente el lunes cuando la NBA aprobó el canje de alto impacto que envió a Antetokounmpo y Bobby Portis a Miami a cambio de Tyler Herro, Jaime Jaquez Jr., Kel’el Ware, Kasparas Jakucionis y selecciones del draft.</p><p>El partido del viernes también podría marcar el debut de Jakucionis contra sus ex compañeros del Heat. No se espera que los jugadores proyectados como titulares de los equipos de la NBA participen en la Liga de Verano.</p><p><a href="https://www.local10.com/sports/local/2026/06/08/wplg-local-10-becomes-the-home-of-the-miami-heat/" target="_blank" rel="noreferrer" title="https://www.local10.com/sports/local/2026/06/08/wplg-local-10-becomes-the-home-of-the-miami-heat/">HAGA CLIC AQUÍ</a> para obtener más información sobre cómo ver todos los juegos del Heat esta temporada.</p><p>Los aficionados del Heat también pueden llamar al 786-777-4375 para obtener más información sobre cómo comprar boletos para la temporada 2026-2027.</p>]]></content:encoded></item><item><title><![CDATA[BSFR: Muere trabajador tras quedar atrapado en cinta transportadora en instalación de Deerfield Beach]]></title><link>https://www.local10.com/espanol/2026/07/10/bsfr-muere-trabajador-tras-quedar-atrapado-en-cinta-transportadora-en-instalacion-de-deerfield-beach/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/10/bsfr-muere-trabajador-tras-quedar-atrapado-en-cinta-transportadora-en-instalacion-de-deerfield-beach/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[Un trabajador murió la mañana de este viernes mientras trabajaba en una gran máquina de producción en una instalación de Deerfield Beach utilizada para la producción masiva de productos alimenticios, informaron los equipos de primeros auxilios a Local 10 News.]]></description><pubDate>Fri, 10 Jul 2026 13:35:43 +0000</pubDate><content:encoded><![CDATA[<p>Un trabajador murió la mañana de este viernes mientras trabajaba en una gran máquina de producción en una instalación de Deerfield Beach utilizada para la producción masiva de productos alimenticios, informaron los equipos de primeros auxilios a Local 10 News.</p><p>Según funcionarios de Broward Sheriff Fire Rescue (BSFR), las unidades respondieron al lugar, en 1441 W. Newport Center Drive, la madrugada del viernes tras recibir reportes sobre un accidente industrial.</p><p>“Al llegar, las unidades encontraron que el incidente ocurrió en una instalación de un parque industrial utilizada para la producción masiva de productos alimenticios”, dijo un portavoz de BSFR en un correo electrónico enviado a Local 10 News. “La información preliminar indica que un hombre adulto quedó atrapado debajo del brazo de la tolva de una cinta transportadora mientras intentaba resolver un problema con una gran máquina de producción”.</p><p>El portavoz dijo que, “a pesar de la rápida respuesta”, la víctima fue declarada muerta en el lugar por los paramédicos.</p><p>El incidente continúa bajo investigación.</p><p>La identidad de la víctima no ha sido divulgada.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/JD6FAEVAARH3LF2J6RKAKFLCYU.jpeg?auth=e0c99df9b9aac342958c7afc163a423d29e99ff74eb589a7a1d3fc5b17d9c020&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Fatal shooting during Houston traffic stop renews public scrutiny of ICE]]></title><link>https://www.local10.com/news/2026/07/10/fatal-shooting-during-houston-traffic-stop-renews-public-scrutiny-of-ice/</link><guid isPermaLink="true">https://www.local10.com/news/2026/07/10/fatal-shooting-during-houston-traffic-stop-renews-public-scrutiny-of-ice/</guid><dc:creator><![CDATA[By LEKAN OYEKANMI, JACK BROOK and RYAN J. FOLEY, Associated Press]]></dc:creator><description><![CDATA[HOUSTON (AP) — Federal officials are refusing to release the name of the Immigration and Customs Enforcement officer who fatally shot a Mexican man during a traffic stop in Houston, and scrutiny of the shooting is growing after authorities said the man killed was not the person ICE was trying to find.]]></description><pubDate>Fri, 10 Jul 2026 16:27:32 +0000</pubDate><content:encoded><![CDATA[<p>HOUSTON (AP) — Federal officials are refusing to release the name of the Immigration and Customs Enforcement officer who fatally shot a Mexican man during a traffic stop in Houston, and scrutiny of the shooting is growing after authorities said the man killed was not the person ICE was trying to find.</p><p>The shooting in Houston has revived critical voices deriding the Trump administration’s immigration crackdown and how ICE operates, especially after immigration arrests around the country surged to 10,000 over a recent five-day period, fueled in part by massive Congressional funding.</p><p>No evidence has emerged to support the Department of Homeland Security’s version of events that led to the killing early Tuesday of Lorenzo Salgado Araujo — that he rammed an ICE vehicle when it was chasing his white van and that an officer opened fire in self-defense.</p><p>Three other men inside the van told an attorney that officers are lying about what happened and that Salgado Araujo did not ram an ICE vehicle but that he was shot through the passenger side window.</p><p>The officers were not wearing body cameras and neither ICE nor DHS, which oversees that agency, have released photos, videos or other evidence from the scene.</p><p>Salgado Araujo, a 52-year-old homebuilder who was shot and killed as he drove his crew to a construction site, was not who ICE was looking for, Democratic U.S. Rep. Sylvia Garcia said. Salgado Araujo's family said he had lived in the U.S. for more than 35 years, had no criminal record and was close to finishing the long process of obtaining legal status when he was killed.</p><p>ICE detained the other three men in the van and a lawyer who said he has spoken to them said the version told by DHS is “completely false.”</p><p>“At no point did they ever use the van to ram into the ICE agents and at no point were these ICE agents lives ever in danger,” attorney Hugo Balderas-Ibarra said on Instagram.</p><p>The other men detained by ICE included Salgado Araujo's brother. ICE has not released their names, but family members said they have been able to briefly talk with them.</p><p>ICE is pressuring the men to self-deport which would make it harder for them to share their version of events with investigators or others, and Daniel Tirado Pantoja has no legal permission to live in the U.S. but has no criminal record, his stepdaughter said.</p><p>“We just told him not to sign anything, that we’re going to fight this case,” Juana Degollado told The Associated Press.</p><p>DHS said these allegations are “categorically false."</p><p>When asked if officers were specifically targeting Salgado Araujo, DHS said Thursday that officers investigating a tip weeks before the shooting saw two white vans at the address of a target. While heading to that address Tuesday, officers saw a white van and someone inside who resembled the person they were looking for, the department said in a statement.</p><p>DHS said it will not release the officer’s name because they could face threats and violence and their family could be at risk.</p><p>DHS also has not responded to requests for other information, including how long the officer has worked for ICE or whether anyone involved in the shooting is administrative leave. The department has taken a similar stance after previous fatal shootings involving its officers, unlike many local and state agencies that routinely identify and provide biographical details about officers involved in critical incidents.</p><p>Unlike some previous deaths involving federal immigration officers, few photos or videos surrounding the shooting have emerged publicly in the days since Salgado Araujo's death.</p><p>The League of United Latin American Citizens offered a $5,000 reward for video or other evidence but the positions of the vehicles means surveillance cameras in the area were blocked from recording the shooting, Proaño said.</p><p>___</p><p>Brook reported from New Orleans and Foley from Omaha, Nebraska. Associated Press reporters Rebecca Santana in Washington, D.C.; and Jeffrey Collins in Columbia, South Carolina, contributed.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/WHRHD3GRAX2JUG3WV53FK3OYLY.jpg?auth=95497be315a6d5f9d021404b11a6fd6f095bbeb11cda5c8340cedd69d8fa9fa6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A woman holds a sign reading "ICE OUT OF HOUSTON" during a vigil for Lorenzo Salgado Araujo, a Mexican national fatally shot by a federal immigration agent a day prior, Wednesday, July 8, 2026, in Houston. (AP Photo/Mark Felix)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark Felix</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/N6OKCCYO6OG42YUSBLHJ7PDPBY.jpg?auth=1d6b08222bced02a754c8339365d9fcdad80a799a4a27cbe24d0f0aed4f43335&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A photograph of Lorenzo Salgado Araujo is passed to the front during a news conference Wednesday, July 8, 2026, in Houston. (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/JL756RW6OOLPKMS2QRFKWXSB5Y.jpg?auth=6303e89580744cc6bf131fe17cc684d957dbd4afe2ee8a153380a39d7a786834&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Neighbors cheer as marchers walk past during a vigil for Lorenzo Salgado Araujo, a Mexican national fatally shot by a federal immigration agent a day prior, Wednesday, July 8, 2026, in Houston. (AP Photo/Mark Felix)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark Felix</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/2J5FSJBW2BFOWXIL3BHJVEXCR4.jpg?auth=0917b649d3687e34695429d7f227fa37edce45c061ca450813a68edc6fad5efe&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People march through the streets during a vigil for Lorenzo Salgado Araujo, a Mexican national fatally shot by a federal immigration agent a day prior, Wednesday, July 8, 2026, in Houston. (AP Photo/Mark Felix)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark Felix</media:credit></media:content></item><item><title><![CDATA[Líder de Barbados tacha de “absurda” la idea de que antiguas colonias indemnicen a Reino Unido]]></title><link>https://www.local10.com/espanol/2026/07/10/lider-de-barbados-tacha-de-absurda-la-idea-de-que-antiguas-colonias-indemnicen-a-reino-unido/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/10/lider-de-barbados-tacha-de-absurda-la-idea-de-que-antiguas-colonias-indemnicen-a-reino-unido/</guid><dc:creator><![CDATA[Por THE ASSOCIATED PRESS, Associated Press]]></dc:creator><description><![CDATA[SAN JUAN, Puerto Rico (AP) — La primera ministra de Barbados, Mia Mottley, calificó de “absurda” la sugerencia de una legisladora de Reino Unido de que las antiguas colonias británicas deberían reembolsarle su histórica inversión en ellas.]]></description><pubDate>Fri, 10 Jul 2026 15:35:53 +0000</pubDate><content:encoded><![CDATA[<p>SAN JUAN, Puerto Rico (AP) — La primera ministra de Barbados, Mia Mottley, calificó de “absurda” la sugerencia de una legisladora de Reino Unido de que las antiguas colonias británicas deberían reembolsarle su histórica inversión en ellas.</p><p>“No puedo creer que se nos pida responder a la sugerencia de que los descendientes de las personas esclavizadas deberían pagar por la maquinaria que las oprimió”, escribió Mottley en X a última hora del jueves. “El Caribe no le debe a Reino Unido por la esclavitud, por la extracción colonial ni por las leyes que trataban a las personas africanas como mercancía. No pedimos caridad. Pedimos justicia, y la propia historia ya ha dicho la verdad”.</p><p>Sus declaraciones se produjeron después de que Suella Braverman, exsecretaria del Interior británica y ahora integrante del partido antiinmigración Reform UK, escribiera el 3 de julio en una publicación en X que el Imperio británico “hizo tanto bien por el mundo”. Braverman respondía a otro parlamentario que señaló que Jamaica planeaba presentar una petición formal de reparaciones en los próximos meses.</p><p>“Si el gobierno piensa seriamente en esto, entonces las antiguas colonias deberían devolverle el dinero a los británicos por la considerable inversión, esfuerzo y contribución que hizo este país, que sentó las bases de muchas democracias prósperas hoy”, escribió Braverman.</p><p>Mottley hizo sus comentarios tras la reunión de los líderes caribeños que integran el bloque comercial regional Caricom, realizada esta semana en Santa Lucía para debatir asuntos que incluyen las reparaciones por la esclavitud.</p><p>Mottley afirmó que no duda de que hay algunos parlamentarios británicos que quieren distraer a la gente de la política interna del Reino Unido.</p><p>“Quienes deseen hablar sobre este asunto deberían primero tomarse el tiempo de leer suficiente historia para comprenderlo”, escribió Mottley en X. “El Caribe no será usado como utilería para la política de nadie”.</p><p>El mes pasado, Mottley encabezó un subcomité de líderes caribeños que presentó un nuevo manifiesto de reparaciones por la esclavitud durante una conferencia sobre reparaciones en Ghana.</p><p>Bajo el liderazgo de Mottley, Barbados rompió vínculos con la reina Isabel II en noviembre de 2021 y dejó de ser una monarquía constitucional. La primera ministra, también conocida a nivel mundial por su lucha contra el cambio climático, logró un tercer mandato consecutivo en febrero.</p><p>En los últimos años, Reino Unido ha insistido en que no pagará para enmendar el daño, mientras que líderes caribeños han reclamado una disculpa formal y diversas medidas, incluidas cancelaciones de deuda.</p><p>El jefe de derechos humanos de la ONU, Volker Türk, afirmó que se estima que entre 25 y 30 millones de africanos fueron arrancados de sus hogares con el propósito de esclavizarlos, y que muchos fueron enviados a trabajar en plantaciones del Caribe y las Américas.</p><p>___</p><p>Esta historia fue traducida del inglés por un editor de AP con la ayuda de una herramienta de inteligencia artificial generativa.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/W7TJEG7HDH6MG3WMOKFIQRAVUI.jpg?auth=f792b2dc6d53eeb24b39ece58ad6d898540a70f342f90794f057f54f9bcacdd7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[ARCHIVO – La primera ministra de Barbados, Mia Mottley, habla en una sesión plenaria de la cumbre climática de la ONU COP29, el 12 de noviembre de 2024, en Bakú, Azerbaiyán. (AP Foto/Rafiq Maqbool, Archivo)]]></media:description><media:credit role="author" scheme="urn:ebu">Rafiq Maqbool</media:credit></media:content></item><item><title><![CDATA[BSFR: Worker dies after getting trapped in conveyor belt at Deerfield Beach facility ]]></title><link>https://www.local10.com/news/local/2026/07/10/bsfr-worker-dies-after-getting-trapped-in-conveyor-belt-at-deerfield-beach-facility/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/10/bsfr-worker-dies-after-getting-trapped-in-conveyor-belt-at-deerfield-beach-facility/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[A worker died Friday morning while working on a large production machine at a Deerfield Beach facility used for the mass production of food products, first responders told Local 10 News.]]></description><pubDate>Fri, 10 Jul 2026 12:32:08 +0000</pubDate><content:encoded><![CDATA[<p>A worker died Friday morning while working on a large production machine at a Deerfield Beach facility used for the mass production of food products, first responders told Local 10 News.</p><p><a href="https://www.local10.com/espanol/2026/07/10/bsfr-muere-trabajador-tras-quedar-atrapado-en-cinta-transportadora-en-instalacion-de-deerfield-beach/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/10/bsfr-muere-trabajador-tras-quedar-atrapado-en-cinta-transportadora-en-instalacion-de-deerfield-beach/">Leer en español</a></p><p>According to Broward Sheriff Fire Rescue officials, crews responded to the scene at 1441 W. Newport Center Drive early Friday morning after receiving reports about an industrial accident.</p><p>“Upon arrival, crews found that the incident occurred at an industrial park facility used for the mass production of food products,” a BSFR spokesperson said in an email to Local 10 News. “Preliminary information indicates that an adult male became trapped beneath the hopper arm of a conveyor belt while attempting to address an issue with a large production machine.”</p><p>The spokesperson said “despite rapid response efforts,” the victim was pronounced dead at the scene by paramedics.</p><p>The incident remains under investigation.</p><p>The victim’s identity has not been released. </p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/JD6FAEVAARH3LF2J6RKAKFLCYU.jpeg?auth=e0c99df9b9aac342958c7afc163a423d29e99ff74eb589a7a1d3fc5b17d9c020&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[FIFA has nearly 1,200 tickets on sale for World Cup final at $7,380]]></title><link>https://www.local10.com/sports/2026/07/10/fifa-has-nearly-1200-tickets-on-sale-for-world-cup-final-at-7380/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/10/fifa-has-nearly-1200-tickets-on-sale-for-world-cup-final-at-7380/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — FIFA had nearly 1,200 category two tickets priced at $7,380 on sale Friday for the World Cup final on July 19 at MetLife Stadium in East Rutherford, New Jersey.]]></description><pubDate>Fri, 10 Jul 2026 15:19:16 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — FIFA had nearly 1,200 category two tickets priced at $7,380 on sale Friday for the World Cup final on July 19 at MetLife Stadium in East Rutherford, New Jersey.</p><p>The governing body's last-minute tickets sales site, which at times had listed the game as sold out, had 1,178 seats available across five sections of the top deck along the sidelines: 282 in section 344, 299 in section 343, 139 in section 335, 443 in section 334 and 15 in section 333.</p><p>FIFA also was selling 68 front category one tickets in the lower deck at prices ranging from $19,995 to $32,970 and had remaining hospitality tickets in its Trophy Lounge and Trophy Lounge+ sections priced at $34,500 and $32,500, including food and drinks.</p><p>Soccer's governing body did not immediately respond to a request for details on why the additional tickets had become available.</p><p>In addition, FIFA had tickets available at $1,600 to $3,995 for Saturday's quarterfinal between Argentina and Switzerland at Arrowhead Stadium in Kansas City, Missouri.</p><p>Resale tickets for the final were available on FIFA's marketplace at prices from $7,440.50 to $11,499,998.85.</p><p>___</p><p>See more of AP’s World Cup coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/TDTKF4Y2BSNWVYYDEHBSJJEQSU.jpg?auth=ad859f90dc68d35af2c48228cf5902417fc2c85f744d85d41aee0bdfa425709e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A general view of the MetLife stadium during the World Cup Group C soccer match between Brazil and Morocco in East Rutherford, N.J., near New York, Saturday, June 13, 2026. (AP Photo/Matt Slocum)]]></media:description><media:credit role="author" scheme="urn:ebu">Matt Slocum</media:credit></media:content></item><item><title><![CDATA[Man rides scooter to Walgreens for help after being shot in Fort Lauderdale, police say]]></title><link>https://www.local10.com/news/local/2026/07/10/man-rides-scooter-to-walgreens-for-help-after-being-shot-in-fort-lauderdale-police-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/10/man-rides-scooter-to-walgreens-for-help-after-being-shot-in-fort-lauderdale-police-say/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[A man was shot early Friday morning in Fort Lauderdale, authorities said.]]></description><pubDate>Fri, 10 Jul 2026 10:22:36 +0000</pubDate><content:encoded><![CDATA[<p>A man was shot early Friday morning in Fort Lauderdale, authorities said.</p><p><a href="https://www.local10.com/espanol/2026/07/10/policia-hombre-llega-en-scooter-a-walgreens-para-pedir-ayuda-tras-recibir-disparo-en-fort-lauderdale/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/10/policia-hombre-llega-en-scooter-a-walgreens-para-pedir-ayuda-tras-recibir-disparo-en-fort-lauderdale/">Leer en español</a></p><p>According to Fort Lauderdale police, the shooting was reported shortly after 4 a.m. in the 1700 block of East Sunrise Boulevard. </p><p>As officers were enroute to the scene, the victim rode his scooter to a nearby Walgreens to seek help, police said.</p><p>Officers arrived at the Walgreens a short time later and the victim was transported to Broward Health Medical Center. His injuries were said to be non-life-threatening.</p><p>No other details were immediately released.</p><p>Anyone with information about the shooting is asked to call the Fort Lauderdale Police Department or Broward Crime Stoppers at 954-493-8477. </p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Policía: Hombre llega en scooter a Walgreens para pedir ayuda tras recibir disparo en Fort Lauderdale]]></title><link>https://www.local10.com/espanol/2026/07/10/policia-hombre-llega-en-scooter-a-walgreens-para-pedir-ayuda-tras-recibir-disparo-en-fort-lauderdale/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/10/policia-hombre-llega-en-scooter-a-walgreens-para-pedir-ayuda-tras-recibir-disparo-en-fort-lauderdale/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[Un hombre recibió un disparo la madrugada del viernes en Fort Lauderdale, informaron las autoridades.]]></description><pubDate>Fri, 10 Jul 2026 15:17:14 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre recibió un disparo la madrugada del viernes en Fort Lauderdale, informaron las autoridades.</p><p>Según la Policía de Fort Lauderdale, la balacera fue reportada poco después de las 4 a.m. en la cuadra 1700 de East Sunrise Boulevard.</p><p>Mientras los agentes se dirigían al lugar, la víctima llegó en su scooter a un Walgreens cercano para pedir ayuda, informó la Policía.</p><p>Los agentes llegaron al Walgreens poco después y la víctima fue trasladada al Broward Health Medical Center. Las autoridades informaron que sus heridas no ponen en peligro su vida.</p><p>No se dieron a conocer de inmediato más detalles.</p><p>Cualquier persona con información sobre la balacera debe llamar al Departamento de Policía de Fort Lauderdale o a Broward Crime Stoppers al 954-493-8477.</p>]]></content:encoded></item><item><title><![CDATA[Quiet end to another quiet week in the Atlantic]]></title><link>https://www.local10.com/weather/hurricane/2026/07/10/quiet-end-to-another-quiet-week-in-the-atlantic/</link><guid isPermaLink="true">https://www.local10.com/weather/hurricane/2026/07/10/quiet-end-to-another-quiet-week-in-the-atlantic/</guid><dc:creator><![CDATA[Michael Lowry]]></dc:creator><description><![CDATA[It’s been a largely snoozy start to the Atlantic hurricane season, and that doesn’t look to change anytime soon.]]></description><pubDate>Fri, 10 Jul 2026 14:03:11 +0000</pubDate><content:encoded><![CDATA[<p>It’s been a largely snoozy start to the Atlantic hurricane season, and that doesn’t look to change anytime soon.</p><p><a href="https://www.local10.com/espanol/2026/07/10/termina-otra-tranquila-semana-en-el-atlantico/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/10/termina-otra-tranquila-semana-en-el-atlantico/">Leer en español</a></p><p>We’ve touched on the myriad factors working against development in the Atlantic this season as El Niño charges ahead, including near-record high wind shear in the weeks ahead, which continues to obliterate any tropical contenders across the main development region.</p><p>By the end of the upcoming weekend, the Atlantic hurricane season will have notched its least active start since 2009, another strong El Niño year that pitched a named storm shutout until Aug. 12.</p><p>We’ve seen other slow starters gain ground quickly in August, like in 2004, which didn’t churn out its first named storm until Aug. 1 but went on to become the sixth most active hurricane season in over 150 years of hurricane record-keeping and included four major hurricane hits on Florida alone. To be clear, nothing of the sort is expected in 2026 (2004 experienced a mild El Niño, but it was of the less common Modoki variety which has little influence on the Atlantic hurricane season), but regardless these are good reminders that activity does eventually pick up, typically by August, even in slow-starting years.</p><h3><b>Tropical action stays in the Pacific</b></h3><p>Nothing’s brewing for now in the Atlantic. As we mentioned in previous newsletters this week, the only outside shot of development in the Atlantic won’t come until later next week along a stalled front off the U.S. East Coast. Models haven’t trended toward higher development odds and overall chances of tropical development in this area remain very low (10% or less). Regardless, any organizing low-pressure system would move away from the U.S.</p><figure><img src="https://www.local10.com/resizer/v2/G75EEFZRGRB3PIBGHFFROCL2TQ.png?auth=81f13a1a1d27cd55b1c70d54f1ca4d3094270c321e785da80d4dbfe6f619d464&smart=true&width=1200&height=900" alt="Probability of a tropical system passing to within about 125 miles of a location through early Monday, July 20th, 2026 (a week from next Monday) from Google’s DeepMind 1,000-member ensemble system. Development odds along a stalled front off the U.S. east coast remain low (10% or less) and any organizing low-pressure areas will be moving away from the U.S. Credit: Deelan Jariwala." height="900" width="1200"/><figcaption>Probability of a tropical system passing to within about 125 miles of a location through early Monday, July 20th, 2026 (a week from next Monday) from Google’s DeepMind 1,000-member ensemble system. Development odds along a stalled front off the U.S. east coast remain low (10% or less) and any organizing low-pressure areas will be moving away from the U.S. Credit: Deelan Jariwala.</figcaption></figure><p>Otherwise, tropical activity in the eastern Pacific will be picking up in the weeks ahead, as it often does in that part of the world in July. Thankfully, none of these developing areas poses any threat to land.</p><figure><img src="https://www.local10.com/resizer/v2/JRWQXE5NGNCTFDBFDGS23HJKTI.png?auth=0e58cc1bd0d5d56f71518b6af05d2f2f2786fc57132df41a60ad5f0167442b17&smart=true&width=1200&height=900" alt="Low-pressure tracks from Google’s DeepMind 50-member ensemble system showing several candidates for development in the eastern Pacific. None of these systems poses any direct threat to land. Credit: Weathernerds.org." height="900" width="1200"/><figcaption>Low-pressure tracks from Google’s DeepMind 50-member ensemble system showing several candidates for development in the eastern Pacific. None of these systems poses any direct threat to land. Credit: Weathernerds.org.</figcaption></figure><p><!-- Local 10 Hurricane Resources (compact, aligned, no overlap) -->
<div class="l10-hurribox" role="complementary" aria-label="Local 10 Hurricane Resources">
  <style>
    /* Prevent width calc overflow across the component */
    .l10-hurribox, .l10-hurribox * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  <!-- Decorative wave -->
  <div class="l10-wave" aria-hidden="true">
    <svg viewBox="0 0 1200 120" preserveAspectRatio="none">
      <defs>
        <linearGradient id="l10-ocean" x1="0" x2="0" y1="0" y2="1">
          <stop offset="0" stop-color="#3b78c2" stop-opacity=".85"/>
          <stop offset="1" stop-color="#0b2747" stop-opacity=".95"/>
        </linearGradient>
      </defs>
      <path d="M0,40 C150,90 350,-10 600,40 C850,90 1050,10 1200,40 L1200,120 L0,120 Z" fill="url(#l10-ocean)">
        <animate attributeName="d" dur="9s" repeatCount="indefinite"
          values="
          M0,40 C150,90 350,-10 600,40 C850,90 1050,10 1200,40 L1200,120 L0,120 Z;
          M0,35 C150,80 350,0 600,35 C850,80 1050,0 1200,35 L1200,120 L0,120 Z;
          M0,40 C150,90 350,-10 600,40 C850,90 1050,10 1200,40 L1200,120 L0,120 Z"/>
      </path>
    </svg>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/PZ6C7A253VCCJMUKLY3KBBFHRI.PNG?auth=a6bdeda5e9871abf09ab23f1e91dbc00fbea0dab38a38d86c229d895eb6f33b2&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"/></item><item><title><![CDATA[Termina otra tranquila semana en el Atlántico]]></title><link>https://www.local10.com/espanol/2026/07/10/termina-otra-tranquila-semana-en-el-atlantico/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/10/termina-otra-tranquila-semana-en-el-atlantico/</guid><dc:creator><![CDATA[Michael Lowry]]></dc:creator><description><![CDATA[El inicio de la temporada de huracanes en el Atlántico ha sido, en gran medida, muy tranquilo, y no parece que esa situación vaya a cambiar pronto.]]></description><pubDate>Fri, 10 Jul 2026 15:13:01 +0000</pubDate><content:encoded><![CDATA[<p>El inicio de la temporada de huracanes en el Atlántico ha sido bastante tranquilo, y no parece que eso vaya a cambiar pronto.</p><p>Ya hemos abordado la multitud de factores que dificultan el desarrollo de sistemas tropicales en el Atlántico esta temporada, a medida que El Niño avanza, incluyendo una cizalladura del viento casi récord en las próximas semanas, que continúa aniquilando cualquier posible sistema tropical en la principal región de desarrollo.</p><p>Para finales del próximo fin de semana, la temporada de huracanes del Atlántico habrá registrado su inicio menos activo desde 2009, otro año de El Niño intenso que dejó sin tormentas con nombre propio hasta el 12 de agosto.</p><p>Hemos visto cómo otros huracanes de inicio lento cobran fuerza rápidamente en agosto, como en 2004, que no generó su primera tormenta con nombre hasta el 1 de agosto, pero se convirtió en la sexta temporada de huracanes más activa en más de 150 años de registros y azotó Florida con cuatro huracanes importantes. Cabe aclarar que no se espera nada parecido en 2026 (en 2004 se experimentó un El Niño leve, pero fue de la variedad Modoki, menos común, que tiene poca influencia en la temporada de huracanes del Atlántico), pero, en cualquier caso, estos son buenos recordatorios de que la actividad sí repunta, generalmente en agosto, incluso en años de inicio lento.</p><h3><b>La actividad tropical se mantiene en el Pacífico.</b></h3><p>Por ahora no hay actividad en el Atlántico. Como mencionamos en boletines anteriores esta semana, la única posibilidad de desarrollo en el Atlántico no llegará hasta finales de la próxima semana a lo largo de un frente estancado frente a la costa este de EE. UU. Los modelos no han mostrado una tendencia hacia mayores probabilidades de desarrollo y las posibilidades generales de desarrollo tropical en esta área siguen siendo muy bajas (10 % o menos). De todos modos, cualquier sistema de baja presión que se organice se alejaría de EE. UU.</p><figure><img src="https://www.local10.com/resizer/v2/G75EEFZRGRB3PIBGHFFROCL2TQ.png?auth=81f13a1a1d27cd55b1c70d54f1ca4d3094270c321e785da80d4dbfe6f619d464&smart=true&width=1200&height=900" alt="Probability of a tropical system passing to within about 125 miles of a location through early Monday, July 20th, 2026 (a week from next Monday) from Google’s DeepMind 1,000-member ensemble system. Development odds along a stalled front off the U.S. east coast remain low (10% or less) and any organizing low-pressure areas will be moving away from the U.S. Credit: Deelan Jariwala." height="900" width="1200"/><figcaption>Probability of a tropical system passing to within about 125 miles of a location through early Monday, July 20th, 2026 (a week from next Monday) from Google’s DeepMind 1,000-member ensemble system. Development odds along a stalled front off the U.S. east coast remain low (10% or less) and any organizing low-pressure areas will be moving away from the U.S. Credit: Deelan Jariwala.</figcaption></figure><p>Por lo demás, la actividad tropical en el Pacífico oriental se intensificará en las próximas semanas, como suele ocurrir en esa parte del mundo durante el mes de julio. Afortunadamente, ninguna de estas zonas en desarrollo representa una amenaza para tierra firme.</p><figure><img src="https://www.local10.com/resizer/v2/JRWQXE5NGNCTFDBFDGS23HJKTI.png?auth=0e58cc1bd0d5d56f71518b6af05d2f2f2786fc57132df41a60ad5f0167442b17&smart=true&width=1200&height=900" alt="Low-pressure tracks from Google’s DeepMind 50-member ensemble system showing several candidates for development in the eastern Pacific. None of these systems poses any direct threat to land. Credit: Weathernerds.org." height="900" width="1200"/><figcaption>Low-pressure tracks from Google’s DeepMind 50-member ensemble system showing several candidates for development in the eastern Pacific. None of these systems poses any direct threat to land. Credit: Weathernerds.org.</figcaption></figure>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/PZ6C7A253VCCJMUKLY3KBBFHRI.PNG?auth=a6bdeda5e9871abf09ab23f1e91dbc00fbea0dab38a38d86c229d895eb6f33b2&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"/></item><item><title><![CDATA[Acusan a mujer de Miami-Dade de agredir a sargento y resistirse al arresto durante parada de tránsito]]></title><link>https://www.local10.com/espanol/2026/07/10/acusan-a-mujer-de-miami-dade-de-agredir-a-sargento-y-resistirse-al-arresto-durante-parada-de-transito/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/10/acusan-a-mujer-de-miami-dade-de-agredir-a-sargento-y-resistirse-al-arresto-durante-parada-de-transito/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Una mujer de 18 años fue arrestada después de que las autoridades dijeron que presuntamente agredió a un sargento de la Oficina del Sheriff de Miami-Dade y se resistió al arresto durante una parada de tránsito el jueves.]]></description><pubDate>Fri, 10 Jul 2026 15:07:46 +0000</pubDate><content:encoded><![CDATA[<p>Una mujer de 18 años fue arrestada después de que las autoridades dijeron que presuntamente agredió a un sargento de la Oficina del Sheriff de Miami-Dade y se resistió al arresto durante una parada de tránsito el jueves.</p><p>Según un informe de arresto, los agentes realizaban un operativo contra el uso ilegal de espacios de estacionamiento para personas con discapacidad alrededor de las 7 p.m. en la cuadra 10100 de West Flagler Street, en el área de Fontainebleau, en Miami-Dade, cuando observaron un Mazda rojo estacionado en un espacio designado para personas con discapacidad con un permiso de estacionamiento para discapacitados visible.</p><p>Después de verificar el registro del vehículo, los agentes hablaron con las cuatro mujeres que iban a bordo y comenzaron a investigar el uso del permiso de estacionamiento para personas con discapacidad, indica el informe. Los agentes dijeron que posteriormente la conductora recibió una citación por uso fraudulento o no autorizado de un permiso de estacionamiento para personas con discapacidad.</p><p>Mientras se le indicaba a la conductora que se acercara a una patrulla identificada para revisar y firmar la citación, Jaley Rivalta, quien iba sentada en el asiento del pasajero delantero, presuntamente se acercó al sargento y comenzó a discutir por la citación, según el informe.</p><p>El informe indica que Rivalta ignoró las órdenes del sargento de regresar al vehículo y continuó interfiriendo con la parada de tránsito.</p><p>Durante la confrontación, Rivalta golpeó intencionalmente la mano del sargento, según el informe. Los agentes dijeron que el sargento intentó detenerla.</p><p>Según el informe, Rivalta presuntamente se resistió alejando los brazos, tensando el cuerpo y negándose repetidamente a dejar de resistirse y a colocar las manos detrás de la espalda.</p><p>El informe señala que también continuó usando “fuerza física” contra el sargento antes de que este la arrestara.</p><p>Los registros de la cárcel muestran que Rivalta enfrenta un cargo de agresión contra un agente del orden público, uno de resistencia con violencia contra un agente y otro por acercarse a un socorrista después de haber sido advertida o por interferir con un socorrista.</p><p>Hasta la mañana del viernes, permanecía detenida en el Centro Correccional Turner Guilford Knight con una fianza de $2,750 USD.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/FIUQA7RMXFCJLIS5V2F67AU5C4.jpg?auth=4b4b60e6ef2d13ea8c2386285644f3c81467fb1978223005a5abb3e72f640b93&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Renuncia capitán de la Policía de North Miami Beach tras arresto por voyeurismo en video]]></title><link>https://www.local10.com/espanol/2026/07/10/renuncia-capitan-de-la-policia-de-north-miami-beach-tras-arresto-por-voyeurismo-en-video/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/10/renuncia-capitan-de-la-policia-de-north-miami-beach-tras-arresto-por-voyeurismo-en-video/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[Un capitán de la Policía de North Miami Beach renunció a su cargo este jueves, dos días después de que la Oficina del Sheriff de Miami-Dade lo arrestara en cumplimiento de una orden judicial por voyeurismo en video cometido por un familiar o una figura de autoridad, confirmó el jefe de la Policía.]]></description><pubDate>Fri, 10 Jul 2026 13:46:36 +0000</pubDate><content:encoded><![CDATA[<p>Un capitán de la Policía de North Miami Beach renunció a su cargo el jueves, dos días después de que la Oficina del Sheriff de Miami-Dade lo arrestó en cumplimiento de una orden judicial por voyeurismo en video cometido por un familiar o una figura de autoridad, confirmó el jefe de la Policía.</p><p>Según una orden de arresto, Jose Maya, de 40 años, está acusado de <a href="https://www.local10.com/espanol/2026/07/08/arrestan-a-capitan-de-policia-de-north-miami-beach-por-cargo-de-voyeurismo-en-video/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/08/arrestan-a-capitan-de-policia-de-north-miami-beach-por-cargo-de-voyeurismo-en-video/">colocar un dispositivo de grabación de video debajo de la puerta de un baño</a>, el cual grabó a la víctima, de 23 años.</p><p>Los detectives informaron que la víctima descubrió el dispositivo el 28 de junio y denunció el incidente a las autoridades el lunes.</p><p>Las autoridades indicaron que la víctima afirmó que comenzó a sospechar de Maya el año pasado, cuando lo sorprendió acostado en el piso, justo afuera de la puerta del baño, mientras ella se duchaba.</p><p>La mujer dijo que, al salir de la ducha, notó un pequeño objeto negro debajo de la puerta del baño, pero inicialmente pensó que era un insecto porque no llevaba puestos sus lentes ni lentes de contacto.</p><p>Según la orden, la víctima dijo que Maya se puso de pie rápidamente cuando ella abrió la puerta del baño y afirmó que estaba reparando una luz nocturna con sensor de movimiento cerca del baño.</p><p>La orden indica que la víctima sospechó de la explicación, pero inicialmente descartó el incidente.</p><p>Según la orden, la víctima continuó notando un pequeño objeto negro que aparecía debajo de la puerta del baño mientras se duchaba y le comentó sus sospechas a su madre.</p><p>Los detectives informaron que la madre de la víctima sugirió colocar un teléfono celular en el cuarto de lavado para grabar lo que estaba ocurriendo y confirmar sus sospechas.</p><p>Según la orden, la víctima lo hizo y su teléfono celular captó a Maya colocando un dispositivo de grabación debajo de la puerta del baño mientras ella se duchaba.</p><p>Los detectives informaron que la madre de la víctima confrontó a Maya el 28 de junio y él hizo algún tipo de admisión, aunque sus comentarios completos fueron censurados en la versión pública de la orden.</p><p>Los detectives informaron que la madre de la víctima le dijo que uno de los videos mostraba sus glúteos, mientras que las otras grabaciones estaban borrosas.</p><p>Los registros muestran que Maya fue ingresado al Centro Correccional Turner Guilford Knight alrededor de las 7:50 p.m. del martes. Desde entonces fue puesto en libertad bajo fianza.</p><p>El jefe de la Policía de North Miami Beach, Juan Pinillos, anunció la renuncia de Maya la noche del jueves y dijo que esta entró en vigor de inmediato.</p><p>“Aunque su renuncia pone fin a su empleo en el departamento, no cambia la gravedad de las acusaciones ni nuestro compromiso con la rendición de cuentas”, dijo Pinillos en un comunicado. “Con base en la información disponible, ya había determinado que el despido era la medida apropiada.</p><p>“El público merece un departamento de Policía que mantenga los más altos estándares de integridad, profesionalismo y confianza pública. Seguimos comprometidos con la transparencia y continuaremos exigiendo que todos los empleados rindan cuentas conforme a esos estándares”.</p>]]></content:encoded></item><item><title><![CDATA[Miami commission grants appeal to restore, expand Coconut Grove Playhouse]]></title><link>https://www.local10.com/news/local/2026/07/10/miami-commission-grants-appeal-to-restore-expand-coconut-grove-playhouse/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/10/miami-commission-grants-appeal-to-restore-expand-coconut-grove-playhouse/</guid><description><![CDATA[Miami commissioners unanimously granted an appeal Thursday that would clear the way for the restoration and expansion of the historic Coconut Grove Playhouse.]]></description><pubDate>Fri, 10 Jul 2026 14:55:38 +0000</pubDate><content:encoded><![CDATA[<p>Miami commissioners unanimously granted an appeal Thursday that would clear the way for the restoration and expansion of the historic Coconut Grove Playhouse.</p><p><a href="https://www.local10.com/espanol/2026/07/10/comision-de-miami-aprueba-apelacion-para-restaurar-y-ampliar-el-coconut-grove-playhouse/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/10/comision-de-miami-aprueba-apelacion-para-restaurar-y-ampliar-el-coconut-grove-playhouse/">Leer en español</a></p><p>The vote reverses a decision from the planning, zoning and appeals board.</p><p>Preservation advocates were <a href="https://www.local10.com/news/local/2025/08/10/officials-demonstrators-want-coconut-grove-playhouse-to-be-preserved/" target="_self" rel="" title="https://www.local10.com/news/local/2025/08/10/officials-demonstrators-want-coconut-grove-playhouse-to-be-preserved/">pushing to save the nearly 100-year-old landmark</a>, and now officials will move ahead with redevelopment plans that would include a new, modern theater. </p><p>Built in 1927, the Coconut Grove Playhouse evolved into one of the country’s most important regional theaters.</p><p>Legendary artists adorned its stage, and even former President Harry Truman paid the place a visit.</p><p>In 1989, Local 10 News covered the play “Mixed Blessings,” which centered on a Miami-Cuban family.</p><p>A crown jewel of its time, the venue is now reduced to bones.</p><p>The last curtain fell at the historic theatre in 2006, and now the cracked and crumbling blue building silently sits amid bustling retail shops and restaurants.</p><p>The first phase is expected to open next year in time for the Playhouse’s centennial.</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[Comisión de Miami aprueba apelación para restaurar y ampliar el Coconut Grove Playhouse]]></title><link>https://www.local10.com/espanol/2026/07/10/comision-de-miami-aprueba-apelacion-para-restaurar-y-ampliar-el-coconut-grove-playhouse/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/10/comision-de-miami-aprueba-apelacion-para-restaurar-y-ampliar-el-coconut-grove-playhouse/</guid><description><![CDATA[Los comisionados de Miami aprobaron por unanimidad una apelación el jueves que despeja el camino para la restauración y ampliación del histórico Coconut Grove Playhouse.]]></description><pubDate>Fri, 10 Jul 2026 15:01:58 +0000</pubDate><content:encoded><![CDATA[<p>Los comisionados de Miami aprobaron por unanimidad una apelación el jueves que despeja el camino para la restauración y ampliación del histórico Coconut Grove Playhouse.</p><p>La votación revierte una decisión de la Junta de Planificación, Zonificación y Apelaciones.</p><p>Los defensores de la preservación <a href="https://www.local10.com/news/local/2025/08/10/officials-demonstrators-want-coconut-grove-playhouse-to-be-preserved/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2025/08/10/officials-demonstrators-want-coconut-grove-playhouse-to-be-preserved/">impulsaban salvar este emblemático edificio de casi 100 años de antigüedad</a> y ahora las autoridades avanzarán con los planes de remodelación, que incluirán un nuevo teatro moderno.</p><p>Construido en 1927, el Coconut Grove Playhouse se convirtió en uno de los teatros regionales más importantes del país.</p><p>Artistas legendarios se presentaron en su escenario e incluso el ex presidente Harry Truman visitó el lugar.</p><p>En 1989, Local 10 News cubrió la obra “Mixed Blessings”, centrada en una familia cubana de Miami.</p><p>En su época fue una joya arquitectónica, pero hoy el recinto ha quedado reducido prácticamente a su estructura.</p><p>El telón cayó por última vez en el histórico teatro en 2006 y ahora el edificio azul, agrietado y deteriorado, permanece en silencio en medio de un concurrido sector de tiendas y restaurantes.</p><p>Se espera que la primera fase abra el próximo año, a tiempo para el centenario del Playhouse.</p>]]></content:encoded></item><item><title><![CDATA[North Miami Beach police captain resigns after video voyeurism arrest]]></title><link>https://www.local10.com/news/local/2026/07/10/north-miami-beach-police-captain-resigns-after-video-voyeurism-arrest/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/10/north-miami-beach-police-captain-resigns-after-video-voyeurism-arrest/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[A North Miami Beach police captain resigned from his role Thursday, two days after he was arrested by the Miami-Dade Sheriff’s Office on a warrant for video voyeurism by a family member or authority figure, the police chief confirmed.]]></description><pubDate>Fri, 10 Jul 2026 10:33:13 +0000</pubDate><content:encoded><![CDATA[<p>A North Miami Beach police captain resigned from his role Thursday, two days after he was arrested by the Miami-Dade Sheriff’s Office on a warrant for video voyeurism by a family member or authority figure, the police chief confirmed.</p><p><a href="https://www.local10.com/espanol/2026/07/10/renuncia-capitan-de-la-policia-de-north-miami-beach-tras-arresto-por-voyeurismo-en-video/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/10/renuncia-capitan-de-la-policia-de-north-miami-beach-tras-arresto-por-voyeurismo-en-video/">Leer en español</a></p><p>According to an arrest warrant, Jose Maya, 40, is accused of <a href="https://www.local10.com/news/local/2026/07/08/north-miami-beach-police-captain-arrested-on-video-voyeurism-charge/" target="_self" rel="" title="https://www.local10.com/news/local/2026/07/08/north-miami-beach-police-captain-arrested-on-video-voyeurism-charge/">planting a video recording device under a bathroom door</a>, which recorded the 23-year-old victim.</p><p>Detectives said the victim discovered the device on June 28 and reported the incident to law enforcement on Monday.</p><p>Authorities said the victim claimed she first became suspicious of Maya last year when she caught him lying on the floor immediately outside the bathroom door as she was showering.</p><p>The woman said that as she exited the shower, she noticed a small black object underneath the bathroom door, but she initially thought it was an insect because she wasn’t wearing her glasses or contact lenses.</p><p>According to the warrant, the victim said Maya quickly stood up as she opened the bathroom door, and claimed that he had been fixing a motion-activated night light near the bathroom.</p><p>The warrant states that the victim was suspicious, but initially dismissed the incident.</p><p>According to the warrant, the victim continued noticing a small black object appearing underneath the bathroom door as she showered and she told her mother about her suspicions.</p><p>Detectives said the victim’s mother suggested placing a cellphone in the laundry room to record what was happening and confirm her suspicions.</p><p>According to the warrant, the victim did so and her cellphone captured Maya placing a recording device underneath the bathroom door as she was showering.</p><p>Detectives said the victim’s mother confronted Maya on June 28 and he provided some kind of admission, although his full comments to her were redacted from the publicly released warrant.</p><p>Detectives said the victim’s mother told her one of the videos showed her buttocks, while the other recordings were blurry.</p><p>Records show Maya was booked into the Turner Guilford Knight Correctional Center at about 7:50 p.m. Tuesday. He has since been released on bond.</p><p>North Miami Beach Police Chief Juan Pinillos announced Maya’s resignation Thursday night and said his resignation was effective immediately.</p><p>“While his resignation concludes his employment with the department, it does not change the seriousness of the allegations or our commitment to accountability,” Pinillos said in a statement. “Based on the information available, I had already determined that termination was the appropriate course of action.</p><p>“The public deserves a police department that upholds the highest standards of integrity, professionalism, and public trust. We remain committed to transparency and will continue to hold every employee accountable to those standards.”</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 commission settles $770K lawsuit with Joe Carollo over frozen pension program]]></title><link>https://www.local10.com/news/local/2026/07/10/miami-commission-settles-770k-lawsuit-with-joe-carollo-over-frozen-pension-program/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/10/miami-commission-settles-770k-lawsuit-with-joe-carollo-over-frozen-pension-program/</guid><description><![CDATA[Miami city commissioners are avoiding a legal fight with former Commissioner Joe Carollo.]]></description><pubDate>Fri, 10 Jul 2026 14:49:57 +0000</pubDate><content:encoded><![CDATA[<p>Miami city commissioners are avoiding a legal fight with former Commissioner Joe Carollo.</p><p><a href="https://www.local10.com/espanol/2026/07/10/comision-de-miami-acuerda-pago-de-770000-usd-para-resolver-demanda-de-joe-carollo-por-programa-de-pensiones-congelado/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/10/comision-de-miami-acuerda-pago-de-770000-usd-para-resolver-demanda-de-joe-carollo-por-programa-de-pensiones-congelado/">Leer en español</a></p><p>They agreed to settle a <a href="https://www.local10.com/news/local/2026/05/28/miami-commission-postpones-vote-on-6-figure-carollo-pension-settlement/" target="_self" rel="" title="https://www.local10.com/news/local/2026/05/28/miami-commission-postpones-vote-on-6-figure-carollo-pension-settlement/">decades-old frozen pension program lawsuit </a>for $770,000, rather than go to trial with Carollo.</p><p>But the city still has another legal fight with Carollo, who was a two-time mayor and three-time commissioner before being termed out of office in 2025.</p><p>Recently, the commission voted to sue Carollo over legal fees the city spent defending him after two businessmen sued him and won.</p><p>The businessmen’s attorney, Jeff Gutchess, told the court in a filing earlier this year that the final judgement of $63 million that a federal civil jury awarded “remains unsatisfied” before enumerating “grounds for garnishment.” </p><p>In that case, a federal civil jury found Carollo liable for violating the First Amendment rights of William Fuller and Martin Pinilla, who own the popular Ball &amp; Chain bar in Miami. </p><p>“The filings allege that the proposed payment stems from a decades-old lawsuit filed by Carollo against the city concerning pension-related legislative changes and that the settlement is expected to be funded from the City’s general revenues rather than from any protected pension trust or retirement account,” Gutchess told Local 10 News in a statement in May. “What is deeply troubling is that, even after the jury’s findings and the Court’s judgment, the City of Miami continues to aid and abet the very individual found liable for weaponizing government power against private citizens. </p><p>“Rather than protecting taxpayers and restoring public trust, the City is now poised to transfer substantial public funds to the perpetrator of that misconduct while the judgment against him remains unpaid.“</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[Comisión de Miami acuerda pago de $770,000 USD para resolver demanda de Joe Carollo por programa de pensiones congelado]]></title><link>https://www.local10.com/espanol/2026/07/10/comision-de-miami-acuerda-pago-de-770000-usd-para-resolver-demanda-de-joe-carollo-por-programa-de-pensiones-congelado/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/10/comision-de-miami-acuerda-pago-de-770000-usd-para-resolver-demanda-de-joe-carollo-por-programa-de-pensiones-congelado/</guid><description><![CDATA[Los comisionados de la ciudad de Miami buscan evitar una batalla legal con el ex comisionado Joe Carollo.]]></description><pubDate>Fri, 10 Jul 2026 14:57:17 +0000</pubDate><content:encoded><![CDATA[<p>Los comisionados de la ciudad de Miami buscan evitar una batalla legal con el ex comisionado Joe Carollo.</p><p>Acordaron resolver mediante un acuerdo una <a href="https://www.local10.com/news/local/2026/05/28/miami-commission-postpones-vote-on-6-figure-carollo-pension-settlement/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/05/28/miami-commission-postpones-vote-on-6-figure-carollo-pension-settlement/">demanda relacionada con un programa de pensiones congelado que data de hace décadas</a> por $770,000 USD, en lugar de ir a juicio con Carollo.</p><p>Pero la ciudad aún mantiene otra batalla legal con Carollo, quien fue alcalde en dos ocasiones y comisionado en tres antes de dejar el cargo en 2025 debido a los límites de mandato.</p><p>Recientemente, la comisión votó a favor de demandar a Carollo para recuperar los gastos legales que la ciudad asumió al defenderlo después de que dos empresarios lo demandaron y obtuvieron una victoria en los tribunales.</p><p>El abogado de los empresarios, Jeff Gutchess, indicó en un documento presentado ante el tribunal a principios de este año que la sentencia final de $63 millones USD otorgada por un jurado civil federal “permanece sin ser satisfecha”, antes de enumerar los “fundamentos para un embargo”.</p><p>En ese caso, un jurado civil federal determinó que Carollo era responsable de violar los derechos de la Primera Enmienda de William Fuller y Martin Pinilla, propietarios del popular bar Ball &amp; Chain en Miami.</p><p>“Los documentos presentados alegan que el pago propuesto surge de una demanda presentada hace décadas por Carollo contra la ciudad relacionada con cambios legislativos en materia de pensiones y que se espera que el acuerdo sea financiado con los ingresos generales de la ciudad, en lugar de cualquier fideicomiso de pensiones o cuenta de jubilación protegida”, dijo Gutchess a Local 10 News en un comunicado en mayo. “Lo que resulta profundamente preocupante es que, incluso después de las conclusiones del jurado y de la sentencia del tribunal, la ciudad de Miami continúa ayudando y respaldando al mismo individuo declarado responsable de utilizar el poder del gobierno como arma contra ciudadanos particulares.</p><p>“En lugar de proteger a los contribuyentes y restaurar la confianza pública, la ciudad ahora está dispuesta a transferir una cantidad considerable de fondos públicos al responsable de esa conducta, mientras la sentencia en su contra sigue sin ser pagada.”</p>]]></content:encoded></item><item><title><![CDATA[2 transgender girls drop New Hampshire lawsuit after Supreme Court ruling, personal hardships]]></title><link>https://www.local10.com/sports/2026/07/10/2-transgender-girls-drop-new-hampshire-lawsuit-after-supreme-court-ruling-personal-hardships/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/10/2-transgender-girls-drop-new-hampshire-lawsuit-after-supreme-court-ruling-personal-hardships/</guid><dc:creator><![CDATA[By KATHY McCORMACK, Associated Press]]></dc:creator><description><![CDATA[CONCORD, N.H. (AP) — Two transgender girls who were the first to challenge President Donald Trump’s executive order, “Keeping Men Out of Women’s Sports,” have withdrawn their lawsuit in New Hampshire based on a recent U.S. Supreme Court ruling that upheld state bans on transgender athletes in girls' sports and their own personal hardships, their lawyer said.]]></description><pubDate>Fri, 10 Jul 2026 15:52:08 +0000</pubDate><content:encoded><![CDATA[<p>CONCORD, N.H. (AP) — Two transgender girls who were the first to challenge President Donald Trump’s executive order, “Keeping Men Out of Women’s Sports,” have withdrawn their lawsuit in New Hampshire based on a recent U.S. Supreme Court ruling that upheld state bans on transgender athletes in girls' sports and their own personal hardships, their lawyer said.</p><p>“This case was always about two courageous young girls who simply wanted the same opportunities as their peers to participate in school life,” their lawyer, Chris Erchull of GLAD Law, said in a statement Thursday. “Their willingness to stand up to extraordinary hostility made clear the human cost of laws that target transgender youth.”</p><p>The teenagers, Parker Tirrell and Iris Turmelle, took on Trump’s executive order last year, amending their 2024 complaint against New Hampshire's law on banning transgender girls from school sports. A federal judge had granted a court order allowing them to play as the case proceeded.</p><p>For Tirrell, it meant being able to keep playing on her high school girls’ soccer team. For Turmelle, it was having a chance to try out for different sports.</p><p>Both sides agreed to pause the case and wait for a ruling from the Supreme Court as it considered similar state laws barring transgender girls and women from playing on school and college athletic teams in Idaho and West Virginia. Last month, the court upheld the laws. It also said that barring transgender girls and women doesn’t run afoul of the federal law known as Title IX, which prohibits sex discrimination in education.</p><p>One teen and her family decided to move from New Hampshire</p><p>Turmelle and her family moved out of New Hampshire last summer following proposed legislation against transgender people. One measure signed into law by Republican Gov. Kelly Ayotte last year prohibits medical professionals from providing puberty blockers and hormone replacement therapy to new transgender patients under age 18.</p><p>“Though there may be a carve-out for people already receiving gender-affirming care, that is way too close a call for us to risk staying,” Turmelle's mother, Amy Manzetti, wrote in an op-ed piece at the time. “Other New Hampshire laws also seek to erase her.”</p><p>Most Republican-controlled states in the past five years have adopted laws or policies limiting gender-affirming care for transgender minors and limiting which school bathrooms transgender people can use, as well as sports restrictions. The Williams Institute at UCLA estimates that about 3% of youth ages 13 to 17 identify as transgender.</p><p>“The challenges with relocation are significant and burdensome — this includes having to find new employment, buying and selling homes, packing and moving possessions, integrating kids with a new school system, losing access to longstanding family and friends, and potential loss of income,” Corinne Goodwin, the executive director of Eastern PA Trans Equality Project in Pennsylvania, said in an email.</p><p>"But these families do so because they love their kids and know that supporting them with the care and opportunities they need is critical to their long-term success and happiness.”</p><p>The other teen gave up playing soccer at high school</p><p>Tirrell, 17, began her junior year last fall on the girls' junior varsity soccer team. Things were fine at first, and each time she scored a goal, she got a round of ice cream from her parents. But a few weeks into the season, she decided to stop playing.</p><p>“With all of the political stuff going on, soccer wasn't just about the game anymore,” her mother, Sara Tirrell, told The Associated Press in an interview.</p><p>It became more about preparing for the possibility of conflict.</p><p>“Were there any local Facebook groups where they were sort of agitating about potential protests and how do we prepare, and what are we walking into, and we never kind of knew,” she said. “We were on a lot of pins and needles, especially after the previous season."</p><p>She was referring to a controversy at an away game where two dads from an opposing team were banned from school grounds for wearing pink wristbands marked “XX” to represent female chromosomes. They sued the school district and a judge ruled against them. They have appealed their case.</p><p>Last fall, there was an increased presence of school administrators at the games and bus drivers pulled in closer to the field so the students weren’t in the parking lot, she said.</p><p>“Parker didn’t talk about it a lot, but I think she could see that stress for everybody — for her, for her teammates, for her coaches,” Sara Tirrell said. "She felt kind of bad about pulling them all into that circus again. And so she ultimately said, ‘This isn’t fun anymore and I don’t want to do it.’”</p><p>Parker’s father described the atmosphere as “palpable tension.”</p><p>Even playing on her own turf, “there would typically be a couple of police officers at the home games where there weren’t previously,” Zach Tirrell said.</p><p>In the past, Parker also played soccer in a recreation league and could still do so.</p><p>“But I think it all kind of still sort of weighs on her,” her mother said. "It's the same group of kids that she plays with who, honestly, have been very supportive and love to have her on the team and have expressed that to her many times over. But I think she still has that worry in her brain around, ‘What are other people going to say and do if I show up at a game?’”</p><p>Parker's parents hope she'll return to playing soccer some day. In the meantime, “she plans to be around and use her voice to continue standing up to discrimination,” her mother said. “In some ways she’s had to grow up a lot faster than some of her peers.”</p><p>___</p><p>Associated Press reporter Geoff Mulvihill in Haddonfield, New Jersey, contributed to this article.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/GP7LV44ZJLJXLJZTJHOPT4SIAA.jpg?auth=a344378b8fedfaef96226eb608877f8a0ba4b6dfe554b975cdae21d554f26f59&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Parker Tirrell, a transgender athlete who plays on her high school's girls soccer team, heads the ball, Friday, March 7, 2025, in Plymouth, N.H. (AP Photo/Charles Krupa, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Charles Krupa</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YP24YIM3GROOOMYYNTP4CX2VN4.jpg?auth=d01681823331dcf0a998f38a8b62ebfdc89eadb8f20f34ee9c855add9190f967&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Iris Turmelle walks with her mom, Amy Manzelli, near her high school's tennis courts, Wednesday, March 5, 2025, in Pembroke, N.H. (AP Photo/Robert F. Bukaty, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Robert F. Bukaty</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/46JSHHIFRO6DBJPXU32MIXR7OU.jpg?auth=a0f662aa5b4c1402036526eeed172f575cfa9f26977cdb499073410072990ad5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This Jan. 2026 photo provided by Sara Tirrell shows Parker Tirrell of New Hampshire outside of the U.S. Supreme Court at a rally supporting rights for transgender athletes in Washington. (Sara Tirrell via AP).]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/77PP56HYF2X6WCRI2SLGOES6D4.jpg?auth=f76a7f0ffaebb6916503d79a6220be283487d9ef56e41f5fb19821ba1d41768f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Two teens challenging New Hampshire's new law banning transgender girls from girls' sports teams, Parker Tirrell, third from left, and Iris Turmelle, sixth from left, pose with their families and attorneys in Concord, N.H., Aug. 19, 2024. (AP Photo/Holly Ramer, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Holly Ramer</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ULQPHUYVMNECZ4MNMJRWPUUE5U.jpg?auth=f1d54630934fd9514177885b18965eb699475e5d1401e7a2baff6c394e61e431&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Parker Tirrell, a transgender athlete who plays on her high school's girls soccer team, practices in the driveway of her family home, Friday, March 7, 2025, in Plymouth, N.H. (AP Photo/Charles Krupa, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Charles Krupa</media:credit></media:content></item><item><title><![CDATA[Family sues city of Miami, officers, nightclub & security company over fatal Wynwood police shooting]]></title><link>https://www.local10.com/news/local/2026/07/10/family-sues-city-of-miami-officers-nightclub-security-company-over-fatal-wynwood-police-shooting/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/10/family-sues-city-of-miami-officers-nightclub-security-company-over-fatal-wynwood-police-shooting/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[A federal lawsuit filed Thursday accuses the city of Miami, two Miami police officers, a security company and a Wynwood nightclub of negligence and excessive force in the fatal shooting of 28-year-old Evelyn Valdes. ]]></description><pubDate>Fri, 10 Jul 2026 14:29:57 +0000</pubDate><content:encoded><![CDATA[<p>A federal lawsuit filed Thursday accuses the city of Miami, two Miami police officers, a security company and a Wynwood nightclub of negligence and excessive force in the 2025 fatal shooting of <a href="https://www.local10.com/news/local/2025/07/25/family-still-waiting-for-answers-6-weeks-after-fatal-miami-police-shooting-in-wynwood/" target="_self" rel="" title="https://www.local10.com/news/local/2025/07/25/family-still-waiting-for-answers-6-weeks-after-fatal-miami-police-shooting-in-wynwood/">28-year-old Evelyn Valdes</a>. </p><p><a href="https://www.local10.com/espanol/2026/07/10/familia-demanda-a-la-ciudad-de-miami-a-policias-a-una-discoteca-y-a-una-empresa-de-seguridad-por-el-tiroteo-mortal-de-la-policia-en-wynwood/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/10/familia-demanda-a-la-ciudad-de-miami-a-policias-a-una-discoteca-y-a-una-empresa-de-seguridad-por-el-tiroteo-mortal-de-la-policia-en-wynwood/">Leer en español</a></p><p>Valdes was described in the lawsuit as an “innocent bystander” who was celebrating her birthday when she was struck by police gunfire last year.</p><p>The lawsuit, filed in U.S. District Court by Valdes’ mother, Kristy Dee Garcia, alleges that Miami Police Department Sgt. Javier Herbello and MPD Officer Dorian Acosta “opened fire without warning” during an altercation outside the Electric Lady nightclub in Wynwood on June 14, 2025, killing Valdes as she sat in the back seat of an SUV.</p><p>According to the complaint, the officers fired “approximately 10 to 11 rounds” across a “crowded” street without issuing verbal warnings or attempting to de-escalate the confrontation. </p><p>The lawsuit alleges Valdes was seated in a vehicle “directly within the Officer Defendants’ line of sight” when she was struck by a bullet.</p><p>Authorities said a gunman died, and two victims were injured after a fight devolved into a police shooting. </p><p>The complaint also alleges officers and emergency responders failed to provide timely medical care after the shooting, stating it took about 34 minutes from the initial 911 call for Valdes to arrive at Jackson Memorial Hospital’s Ryder Trauma Center, about 1.3 miles from the scene.</p><p>The lawsuit names the city of Miami; Herbello and Acosta; VIP Management Team Corp., doing business as VIP Security Florida; and 144 NW 23rd Street Group LLC, doing business as Electric Lady, as defendants.</p><p>According to the complaint, VIP Security failed to properly screen patrons for guns, monitor an armed patron or prevent an altercation from escalating outside the club. </p><p>The lawsuit also alleges Electric Lady failed to adequately supervise its security contractor and “protect the safety of patrons on and around their premises.”</p><p>The complaint claims the officers violated Valdes’ constitutional rights through excessive force and accuses the city of Miami of maintaining a longstanding pattern of inadequate training, supervision and discipline related to police use of deadly force.</p><p>The lawsuit also cites previous U.S. Department of Justice investigations into the MPD, alleging the agency has a history of “brutality and excessive force” and delayed investigations into police shootings.</p><p>Valdes’ family is seeking compensatory damages, punitive damages where applicable, attorney fees and a jury trial. It does not specify the amount of compensation being sought.</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/DDLGJKWONRCAFE2XOBILIOQQEU.jpg?auth=66131b0f346157d4b9b475ecad89317d08fb89ab2a26da75457c258733b502fa&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Familia demanda a la ciudad de Miami, a policías, a una discoteca y a una empresa de seguridad por el tiroteo mortal de la policía en Wynwood]]></title><link>https://www.local10.com/espanol/2026/07/10/familia-demanda-a-la-ciudad-de-miami-a-policias-a-una-discoteca-y-a-una-empresa-de-seguridad-por-el-tiroteo-mortal-de-la-policia-en-wynwood/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/10/familia-demanda-a-la-ciudad-de-miami-a-policias-a-una-discoteca-y-a-una-empresa-de-seguridad-por-el-tiroteo-mortal-de-la-policia-en-wynwood/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Una demanda federal presentada el jueves acusa a la ciudad de Miami, a dos agentes de la Policía de Miami, a una empresa de seguridad y a un club nocturno de Wynwood de negligencia y uso excesivo de la fuerza por la muerte a tiros de Evelyn Valdes, de 28 años.]]></description><pubDate>Fri, 10 Jul 2026 14:48:56 +0000</pubDate><content:encoded><![CDATA[<p>Una demanda federal presentada el jueves acusa a la ciudad de Miami, a dos agentes de la Policía de Miami, a una empresa de seguridad y a un club nocturno de Wynwood de negligencia y uso excesivo de la fuerza por la mortal balacera de 2025 en la que murió <a href="https://www.local10.com/espanol/2025/07/26/familia-sigue-esperando-respuestas-seis-semanas-despues-del-mortal-tiroteo-de-la-policia-de-miami-en-wynwood/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2025/07/26/familia-sigue-esperando-respuestas-seis-semanas-despues-del-mortal-tiroteo-de-la-policia-de-miami-en-wynwood/">Evelyn Valdes, de 28 años</a>.</p><p>Valdes fue descrita en la demanda como una “espectadora inocente” que celebraba su cumpleaños cuando fue alcanzada por disparos de la Policía el año pasado.</p><p>La demanda, presentada en el Tribunal de Distrito de Estados Unidos por la madre de Valdes, Kristy Dee Garcia, alega que el sargento Javier Herbello y el agente Dorian Acosta, de la Policía de Miami, “abrieron fuego sin previo aviso” durante un altercado ocurrido frente al club nocturno Electric Lady, en Wynwood, el 14 de junio de 2025, lo que provocó la muerte de Valdes mientras ella estaba sentada en el asiento trasero de una SUV.</p><p>Según la demanda, los agentes dispararon “aproximadamente entre 10 y 11 rondas” a través de una calle “concurrida” sin emitir advertencias verbales ni intentar reducir la tensión de la confrontación.</p><p>La demanda alega que Valdes estaba sentada en un vehículo “directamente dentro de la línea de visión de los agentes demandados” cuando fue alcanzada por una bala.</p><p>Las autoridades informaron que un hombre armado murió y dos víctimas resultaron heridas luego de que una pelea derivó en una balacera con la Policía.</p><p>La demanda también alega que los agentes y el personal de emergencias no brindaron atención médica oportuna tras la balacera, al señalar que transcurrieron aproximadamente 34 minutos desde la llamada inicial al 911 hasta que Valdes llegó al Centro de Trauma Ryder del Hospital Jackson Memorial, ubicado a aproximadamente 1.3 millas del lugar.</p><p>La demanda señala como demandados a la ciudad de Miami; Herbello y Acosta; VIP Management Team Corp., que opera como VIP Security Florida; y 144 NW 23rd Street Group LLC, que opera como Electric Lady.</p><p>Según la demanda, VIP Security no realizó una revisión adecuada para detectar armas entre los clientes, no supervisó debidamente a un cliente armado ni evitó que un altercado escalara fuera del club.</p><p>La demanda también alega que Electric Lady no supervisó adecuadamente a su contratista de seguridad ni “protegió la seguridad de los clientes dentro y en los alrededores de sus instalaciones”.</p><p>La demanda sostiene que los agentes violaron los derechos constitucionales de Valdes mediante el uso excesivo de la fuerza y acusa a la ciudad de Miami de mantener un patrón de larga data de capacitación, supervisión y disciplina inadecuadas relacionadas con el uso de fuerza letal por parte de la Policía.</p><p>La demanda también cita investigaciones previas del Departamento de Justicia de Estados Unidos sobre la Policía de Miami, al alegar que la agencia tiene un historial de “brutalidad y uso excesivo de la fuerza”, además de retrasar las investigaciones sobre balaceras en las que participan agentes.</p><p>La familia de Valdes solicita daños compensatorios, daños punitivos cuando correspondan, el pago de honorarios de abogados y un juicio con jurado. La demanda no especifica el monto de la compensación solicitada.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/DDLGJKWONRCAFE2XOBILIOQQEU.jpg?auth=66131b0f346157d4b9b475ecad89317d08fb89ab2a26da75457c258733b502fa&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[A US license could let Ukraine produce Patriot missiles, but it won’t be simple or quick]]></title><link>https://www.local10.com/news/world/2026/07/10/a-us-license-could-let-ukraine-produce-patriot-missiles-but-it-wont-be-simple-or-quick/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/10/a-us-license-could-let-ukraine-produce-patriot-missiles-but-it-wont-be-simple-or-quick/</guid><dc:creator><![CDATA[By ILLIA NOVIKOV, Associated Press]]></dc:creator><description><![CDATA[KYIV, Ukraine (AP) — U.S. President Donald Trump’s pledge to give Ukraine a license to produce Patriot air-defense systems could mark a major breakthrough for Kyiv, but experts and Ukrainian officials warn that turning the idea into real weapons would likely take years.]]></description><pubDate>Fri, 10 Jul 2026 14:25:48 +0000</pubDate><content:encoded><![CDATA[<p>KYIV, Ukraine (AP) — U.S. President Donald Trump’s pledge to give Ukraine a license to produce Patriot air-defense systems could mark a major breakthrough for Kyiv, but experts and Ukrainian officials warn that turning the idea into real weapons would likely take years.</p><p>Speaking Wednesday alongside Ukrainian President Volodymyr Zelenskyy at a NATO summit in Ankara, Turkey, Trump said the United States would allow Ukraine to make the U.S.-designed systems that Kyiv has long sought to shield its cities and infrastructure from Russian missiles and drones.</p><p>“We’ll give them the right to make Patriots. We’ll show them how to do it,” Trump said. “I think they can produce them pretty quickly.”</p><p>But the statement left open a crucial question: What exactly would Ukraine be allowed to produce?</p><p>“America has recognized Ukraine as a country that is ready to do this,” Zelenskyy told reporters Thursday, adding that Ukrainian and U.S. diplomats and defense officials must now work “without pauses” to finalize the licensing arrangements.</p><p>A license might not cover the complete Patriot system</p><p>Patriot interceptor missiles, which are fired to shoot down incoming missiles, drones and aircraft, are produced by U.S. defense contractors Lockheed Martin and Raytheon, part of RTX.</p><p>A production license would not automatically allow Ukraine to manufacture complete Patriot batteries — including launchers, radar systems, command posts and missiles — from scratch. It could instead cover narrower parts of the system, such as interceptor missiles, final assembly from imported component kits or production of selected components.</p><p>Serhii Beskrestnov, an adviser to Ukraine’s defense minister, said a U.S. license would typically come with technical documentation, training for specialists, supplier contacts and foreign consultants to help launch manufacturing.</p><p>Other experts say the first step would likely be more limited than full domestic production.</p><p>Anatolii Khrapchynskyi, development director of the Fly Group Ukraine defense company, said Trump’s wording was ambiguous because he referred broadly to producing “Patriots,” without specifying whether he meant missiles, launchers, radar systems, command centers or components.</p><p>Missile production alone involves a vast supply chain, Khrapchynskyi said, with hundreds of companies making parts such as control surfaces, engines, guidance systems and communications equipment.</p><p>The Trump administration has not offered details about the Ukraine license, but an administration official said the U.S. is significantly accelerating and expanding Patriot production to meet growing demand and is forming industrial partnerships with allies and partners globally to deliver Patriots. The official spoke on condition of anonymity because they were not authorized to speak publicly.</p><p>Any additional Patriot systems would enter a war that has shown how quickly weapons production can expand when a country receives designs, technical support and access to components. Ukraine has become a leader in the manufacture of cheap, expendable drone systems. Russia has scaled up domestic production of Iranian-designed Shahed-type attack drones, known in Russia as Gerans, at a factory in Tatarstan.</p><p>But experts say Patriot interceptors are far more complex, requiring precision guidance, advanced radar technology, solid-fuel rocket motors, military-grade electronics and strict certification standards.</p><p>Full production could take years</p><p>Yehor Chernev, deputy chairman of Ukraine’s parliamentary committee on national security, defense and intelligence, said the legal and bureaucratic process could be launched within months, but implementing production would take years.</p><p>Even if Ukraine received complete component kits from abroad, Chernev said, it would likely need at least 18 to 24 months to launch its first pilot production line, followed by more time to complete the first weapons.</p><p>The PAC-3 missile, designed to intercept and destroy ballistic missiles, is among the most sophisticated parts of the Patriot family. Producing a PAC-3 MSE missile in the United States takes about 24 months, and producing its solid-fuel rocket motor requires around 30 months, he said.</p><p>Chernev said some technology, especially the missile’s active radar seeker, is so sensitive that Washington would be unlikely to transfer full documentation for Ukraine to manufacture them from scratch. That means Ukraine might have to import some of the most complex components and focus first on assembly, integration or less sensitive parts of the supply chain.</p><p>Dr. Thomas Withington, an analyst specializing in electronic warfare, radar and military communications at the Royal United Services Institute, said expectations should be managed.</p><p>Ukraine’s existing defense industry could help, Withington said, but the country would still need time to set up facilities, train workers and secure the necessary supply chains.</p><p>“This is not going to be a fix for the air-defense threats Ukraine is going to face tomorrow.”</p><p>Other countries have produced Patriot systems</p><p>The United States has allowed Patriot-related production abroad before, and experts say those examples show that licensed production is possible but slow.</p><p>Japan has produced Patriot missiles under license for decades. Mitsubishi Heavy Industries has assembled PAC-3 missiles under a licensed agreement with Lockheed Martin, and Japan later loosened its postwar arms export restrictions to allow the sale of U.S.-designed Patriot missiles back to the United States — a move that could indirectly help replenish stocks used to support Ukraine.</p><p>Germany offers a more recent example. Raytheon and MBDA Deutschland announced in 2022 a plan to produce Patriot GEM-T missiles in Germany. A major NATO procurement contract followed in 2024 for up to 1,000 missiles, and a new production facility in Schrobenhausen is expected to play a role in supplying Ukraine and replenishing European inventories.</p><p>But Ukraine would face an additional challenge that Japan and Germany did not: Russian strikes.</p><p>Khrapchynskyi said any facility helping Ukraine defend its airspace would become a priority target for Moscow. Production would have to be placed in protected locations, potentially underground or inside shelters, he said.</p><p>That makes the license more of a long-term strategic step than an immediate battlefield solution. If implemented, it could help Ukraine become a future producer of air-defense weapons and reduce dependence on allies whose own stockpiles are under strain.</p><p>“It would not solve the current missile shortage in 2026,” he said, “but it would lay the foundation for Ukraine to become one of Europe’s leading producers of air-defense systems in the future.”</p><p>___</p><p>Associated Press journalists Volodymyr Yurchuk in Kyiv, Ukraine; Mari Yamaguchi in Tokyo; Stefanie Dazio in Berlin; and Michelle L. Price in Washington contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/QIPVXGR7WUW24JIHEMGYTHGHLM.jpg?auth=e6634cbc1c85dd29a85fabd20f3a5f9bef85a21f267900b1670c482b9826b60b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Ukrainian Air Force's F-16 fighter jets fly over a Patriot Air and Missile Defense System in an undisclosed location in Ukraine, on Aug. 4, 2024. (AP Photo/Efrem Lukatsky, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Efrem Lukatsky</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QNPHHYS5NDUFWWATSLZOXTAPDY.jpg?auth=cc7043a0fe196f03cbe8fd071cc0ed7e9abda4816e55a5c32bcc6eefc016b530&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this photo provided by the Ukrainian Emergency Service, sappers remove a fragment of the Russian missile in a residential neighbourhood following an air attack in Kyiv, Ukraine, Sunday, June 28, 2026. (Ukrainian Emergency Service via AP)]]></media:description></media:content></item><item><title><![CDATA[Portugal hires Jorge Jesus as its new coach after disappointing World Cup]]></title><link>https://www.local10.com/sports/2026/07/10/portugal-hires-jorge-jesus-as-its-new-coach-after-disappointing-world-cup/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/10/portugal-hires-jorge-jesus-as-its-new-coach-after-disappointing-world-cup/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[LISBON, Portugal (AP) — Portugal announced Jorge Jesus as its new coach on Friday following its disappointing run at the World Cup.]]></description><pubDate>Fri, 10 Jul 2026 15:01:59 +0000</pubDate><content:encoded><![CDATA[<p>LISBON, Portugal (AP) — Portugal announced Jorge Jesus as its new coach on Friday following its disappointing run at the World Cup.</p><p>The 71-year-old Jesus has coached several Portuguese clubs, including Benfica and Sporting Lisbon. His last job was with Al-Nassr in the Saudi Arabian league, where he coached Portugal star Cristiano Ronaldo.</p><p>The experienced Portuguese coach will replace Spaniard Roberto Martinez after Portugal lost 1-0 to Spain in the round-of-16 of the World Cup.</p><p>The Portuguese national team wrote on X on Friday that “A new journey begins today. Welcome to the National Team, Mister Jorge Jesus.”</p><p>The hiring of Jesus as coach came two days after the Portuguese federation said it was parting ways with Martínez.</p><p>Portugal's underwhelming run at the World Cup sparked a debate among fans and media regarding the role of the 41-year-old Ronaldo. Many questioned Martínez still playing him major minutes at striker and focusing the team's attack on trying to find the aging scorer.</p><p>Ronaldo, the leading scorer for men’s international soccer with 146 goals, said that this was his final World Cup. But the global star has yet to say when he plans to retire from international play. He will be 43 by the time the 2028 European Championship, the next major tournament, rolls around.</p><p>Jesus, who called Ronaldo a “symbol” of Portuguese sports on Friday, said that he still needs to talk with him about his future.</p><p>“That’s a conversation we’re both going to have. What does he want to do for the future of his career?” Jesus told reporters at his presentation that was held shortly after the announcement of his hiring.</p><p>Ronaldo is under contract with his Saudi club through 2027.</p><p>Whether Ronaldo continues to play for his nation, Jesus inherits a talent-packed team, especially at midfield with Bruno Fernandes, Vitinha and João Neves.</p><p>___</p><p>See more of AP’s World Cup coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/T4KP3EP4VW732BWZK6GNCKCO6Y.jpg?auth=0f663b426094a6e7472f0fd2b0995a204eb66326bb0efff65adf5301f3400b1a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Jorge Jesus, left, is embraced by Portuguese Federation President Jorge Proenca after being presented to the media as the new Portugal soccer head coach at the Portuguese Football Federation in Oeiras, outside Lisbon, Friday, July 10, 2026. (AP Photo/Armando Franca)]]></media:description><media:credit role="author" scheme="urn:ebu">Armando Franca</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VOUV6PS4DRFEZQCPAW6AVMMAMY.jpg?auth=8f1e9b112912a57c9e76a1644fe195d8ab29e9d8881e283da781a1e90d198695&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Jorge Jesus addresses journalists after being presented to the media as the new Portugal soccer head coach at the Portuguese Football Federation in Oeiras, outside Lisbon, Friday, July 10, 2026. (AP Photo/Armando Franca)]]></media:description><media:credit role="author" scheme="urn:ebu">Armando Franca</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BAXPAAK6H4YVESTPBGN27PVD6M.jpg?auth=3e7eeb376e68bbe6044ff16dbf59ef8cad92a0de0e3cd1e90987c0f7c79d8137&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Jorge Jesus addresses journalists after being presented the media as the new Portugal soccer head coach at the Portuguese Football Federation in Oeiras, outside Lisbon, Friday, July 10, 2026. (AP Photo/Armando Franca)]]></media:description><media:credit role="author" scheme="urn:ebu">Armando Franca</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GJLCHQGLZVLVPUAXY73TVHGD2Y.jpg?auth=3b1098fcd57af4d4b398ee1f0f272ae6f0e75711e304e8b273dde07fa9b9fc0f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Portugal's Cristiano Ronaldo (7) reacts during the World Cup round of 16 soccer match between Portugal and Spain in Arlington, Texas, near Dallas, Monday, July 6, 2026. (AP Photo/Julio Cortez)]]></media:description><media:credit role="author" scheme="urn:ebu">Julio Cortez</media:credit></media:content></item><item><title><![CDATA[Family of Mississippi teen who died after July 4 trip to call for transparency, deeper investigation]]></title><link>https://www.local10.com/news/2026/07/10/family-of-mississippi-teen-who-died-after-july-4-trip-to-call-for-transparency-deeper-investigation/</link><guid isPermaLink="true">https://www.local10.com/news/2026/07/10/family-of-mississippi-teen-who-died-after-july-4-trip-to-call-for-transparency-deeper-investigation/</guid><dc:creator><![CDATA[By MICHAEL R. SISAK, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — The family of a Mississippi 18-year-old who was found dead after a July 4 boat trip with friends to an island off the Gulf Coast is expected to call for greater transparency at a news conference Friday with the Rev. Al Sharpton and noted civil rights attorney Ben Crump.]]></description><pubDate>Fri, 10 Jul 2026 15:02:05 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — The family of a Mississippi 18-year-old who was found dead after a July 4 boat trip with friends to an island off the Gulf Coast is expected to call for greater transparency at a news conference Friday with the Rev. Al Sharpton and noted civil rights attorney Ben Crump.</p><p>Crump, who was retained by the family of Nolan Xavier Wells earlier this week, has said the family has concerns about the investigation and planned to conduct an independent autopsy. Wells travelled by boat to Horn Island, Mississippi on July 4 with a group of friends, but did not make the return trip with them that afternoon. His body was found early Monday morning, more than a day later.</p><p>While Jackson County Sheriff’s Office officials said investigators don't suspect foul play in the Black college student's death, the sheriff has asked for any witnesses or people with video from the popular beach island about 10 miles off the coast of Mississippi to come forward to help shed light on the moments before Wells' disappearance and death.</p><p>Family members have raised concerns, saying they've seen video of a fight allegedly involving their son, and saying as an elite athlete he was able to swim. Wells, who would have turned 19 next month, attended Southwest Mississippi Community College, where he played wide receiver on the football team.</p><p>A photo posted to social media, allegedly from the boat ride to the island, shows Wells with his arms around three white, male friends. Speculation and suspicion about the teen’s death have been rampant online, as people grapple with the state’s history of racial tension and what it means to be a Black person in a majority white space.</p><p>“We will not rest until every fact about what happened to Nolan on Horn Island is brought into the light, and we call on investigators to pursue this case with the urgency and transparency this family deserves,” Crump wrote in an emailed statement earlier this week.</p><p>It's the second case the noted civil rights attorney has taken on in the state in recent months. He also was recently retained by the family of a Mississippi 1-year-old who was killed when police fired into a moving car.</p><p>Jackson County Sheriff John Ledbetter said earlier this week that Wells' mother had called to report him missing around midnight into the morning of July 5. Crews from multiple local and state agencies began an extensive search Sunday of the island and surrounding waters. His body was recovered early Monday, family members confirmed.</p><p>An official autopsy was conducted Tuesday, though officials have said it could be weeks before results are released.</p><p>Ledbetter said Wells’ friends were cooperating with the investigation.</p><p>“From the people we’ve talked to, it sounds like he chose to stay on the island with the assumption that he was going to ride back to the mainland with someone else,” Ledbetter told The Associated Press earlier this week.</p><p>In a social media post, his mother, Christine Wonsley, said the family is seeking videos and other documentation from the island.</p><p>“My heart is broken for our sweet son who was always willing to cheer and uplift others,” she said. “Nolan was a special soul, God took his time creating our son.”</p><p>___</p><p>AP reporter Jake Offenhartz contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/HKICJK7DEBQJGWYI7DKQLR2NEY.jpg?auth=e1265a4fff189b0feb54c71ca6ad0e484965737e06a69770bbe2be201ec710fd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The Reverend Al Sharpton and attorney Ben Crump speak at the funeral for 14-year-old Valentina Orellana-Peraltaat the City of Refuge Church in Gardena, Calif., on Jan. 10, 2022. The family of a Mississippi 18-year-old who was found dead after a July 4 boat trip with friends to an island off the Gulf Coast is expected to call for greater transparency at a planned news conference Friday, July 10, 2026, with the Rev. Al Sharpton and noted civil rights attorney Ben Crump.(AP Photo/David Swanson, file)]]></media:description><media:credit role="author" scheme="urn:ebu">David Swanson</media:credit></media:content></item><item><title><![CDATA[Nouveau Miami brings Southern comfort food, community to Wynwood]]></title><link>https://www.local10.com/features/2026/07/10/nouveau-miami-brings-southern-comfort-food-community-to-wynwood/</link><guid isPermaLink="true">https://www.local10.com/features/2026/07/10/nouveau-miami-brings-southern-comfort-food-community-to-wynwood/</guid><dc:creator><![CDATA[Alexis Frazier, Yarden Ben-David ]]></dc:creator><description><![CDATA[A new restaurant in Miami’s Wynwood neighborhood is aiming to serve more than just meals.]]></description><pubDate>Fri, 10 Jul 2026 13:33:13 +0000</pubDate><content:encoded><![CDATA[<p>A new restaurant in Miami’s Wynwood neighborhood is aiming to serve more than just meals.</p><p><a href="https://www.local10.com/espanol/2026/07/10/nouveau-miami-lleva-comida-surena-reconfortante-y-comunidad-a-wynwood/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/10/nouveau-miami-lleva-comida-surena-reconfortante-y-comunidad-a-wynwood/">Leer en español</a></p><p>The owners of Nouveau Miami say they’re creating a gathering place rooted in community, culture and legacy. </p><p>The restaurant, located at 108 NW 25th St. in Wynwood, is the newest Nouveau location. The concept first opened in the Atlanta area before expanding to South Florida.</p><p>Co-owner Ebony Austin said the restaurant is designed to offer more than just a meal.</p><p>“We’re really like Cheers, but reimagined, with a twist,” she said. “That twist is our food. That twist is that experience we give our customers.”</p><p>Austin and business partner Yandy Smith say they want guests to feel at home while celebrating Black culture and community.</p><p>Smith described the restaurant as “a little bit soul, a little bit culture, with a little bit class. And it’s really about community and having a good time when you come here.”</p><p>The entrepreneurs say they’re hands-on in the day-to-day operation of the restaurant.</p><p>“You might see Yandy behind the bar, at the host stand. You might see me in the kitchen. We really work,” Smith said.</p><p>Beyond serving food, the owners say they’re focused on building something that lasts.</p><p>“This space here is all about legacy making sure the people behind us know that we built this with love,” Smith added. </p><p>Community remains at the center of that mission.</p><p>“One thing that’s been super important to us is community,” Smith said. “Making sure we take care of our people, our culture and plant seeds that are representative of Black excellence everywhere we go.”</p><p>The menu blends southern comfort food with Caribbean flavors, offering dishes such as chicken and sweet potato waffles, Cajun seafood grits and other island-inspired favorites.</p><p>The restaurant also emphasizes entertainment, with weekend brunch drawing crowds for live music and DJs.</p><p>“You’re going to see me on the dance floor every time,” Smith added. “Don’t judge me if my shoes are off.”</p><p>Smith said the goal is to create an atmosphere that keeps guests coming back long after the meal is over.</p><p>“I’m usually leaving almost about two, three in the morning because people just don’t want to go home,” she said. “We have some of the best DJs that come to create the experience and the vibe. We have some entertainment. We have karaoke night. We’re getting ready to start comedy night. So just stay tuned.”</p><p>The owners say they’re also preparing to launch R&amp;B nights. </p><p>Nouveau Miami is open every day except Monday. The restaurant’s menu is available on its <a href="https://nouveaubar.com/miami/" target="_self" rel="" title="https://nouveaubar.com/miami/">website</a>.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Nouveau Miami lleva comida sureña reconfortante y comunidad a Wynwood]]></title><link>https://www.local10.com/espanol/2026/07/10/nouveau-miami-lleva-comida-surena-reconfortante-y-comunidad-a-wynwood/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/10/nouveau-miami-lleva-comida-surena-reconfortante-y-comunidad-a-wynwood/</guid><dc:creator><![CDATA[Alexis Frazier, Yarden Ben-David ]]></dc:creator><description><![CDATA[Un nuevo restaurante en el vecindario de Wynwood, en Miami, busca ofrecer mucho más que solo comidas.]]></description><pubDate>Fri, 10 Jul 2026 13:54:16 +0000</pubDate><content:encoded><![CDATA[<p>Un nuevo restaurante en el vecindario de Wynwood, en Miami, busca ofrecer mucho más que solo comidas.</p><p>Los propietarios de Nouveau Miami dicen que están creando un lugar de encuentro basado en la comunidad, la cultura y el legado.</p><p>El restaurante, ubicado en el 108 de la calle 25 del noroeste en Wynwood, es la más reciente sede de Nouveau. El concepto abrió por primera vez en el área de Atlanta antes de expandirse al sur de Florida.</p><p>La copropietaria Ebony Austin dijo que el restaurante está diseñado para ofrecer mucho más que una comida.</p><p>“Somos como Cheers, pero reinventado, con un giro”, dijo. “Ese giro es nuestra comida. Ese giro es la experiencia que les brindamos a nuestros clientes”.</p><p>Austin y su socia Yandy Smith dijeron que quieren que los clientes se sientan como en casa mientras celebran la cultura y la comunidad negra.</p><p>Smith describió el restaurante como “un poco de alma, un poco de cultura, con un poco de clase. Y realmente se trata de comunidad y de pasarla bien cuando vienes aquí”.</p><p>Las empresarias dijeron que participan activamente en las operaciones diarias del restaurante.</p><p>“Podrías ver a Yandy detrás de la barra o en la recepción. Podrías verme a mí en la cocina. De verdad trabajamos”, dijo Smith.</p><p>Más allá de servir comida, las propietarias dijeron que están enfocadas en construir algo duradero.</p><p>“Este espacio tiene que ver con crear un legado, asegurarnos de que quienes vienen detrás de nosotros sepan que construimos esto con amor”, agregó Smith.</p><p>La comunidad sigue siendo el eje central de esa misión.</p><p>“Una cosa que ha sido muy importante para nosotras es la comunidad”, dijo Smith. “Asegurarnos de cuidar a nuestra gente, nuestra cultura y sembrar semillas que representen la excelencia negra en todos los lugares a los que vamos”.</p><p>El menú combina comida sureña reconfortante con sabores caribeños y ofrece platillos como pollo con waffles de batata, sémola con mariscos al estilo cajún y otros favoritos inspirados en las islas.</p><p>El restaurante también pone énfasis en el entretenimiento, con un brunch los fines de semana que atrae a multitudes gracias a la música en vivo y los DJ.</p><p>“Me van a ver en la pista de baile cada vez”, agregó Smith. “No me juzguen si me quito los zapatos”.</p><p>Smith dijo que el objetivo es crear un ambiente que haga que los clientes quieran regresar mucho después de terminar la comida.</p><p>“Normalmente me voy alrededor de las dos o tres de la mañana porque la gente simplemente no quiere irse a casa”, dijo. “Tenemos algunos de los mejores DJ que vienen a crear la experiencia y el ambiente. Tenemos entretenimiento. Tenemos noches de karaoke. Estamos por comenzar las noches de comedia. Así que estén atentos”.</p><p>Las propietarias también dijeron que se preparan para lanzar noches de R&amp;B.</p><p>Nouveau Miami abre todos los días excepto los lunes. El menú del restaurante está disponible en su <a href="https://nouveaubar.com/miami/" target="_blank" rel="noreferrer" title="https://nouveaubar.com/miami/">sitio web</a>.</p>]]></content:encoded></item><item><title><![CDATA[BSO deputies search for missing mother, baby girl last seen in Dania Beach]]></title><link>https://www.local10.com/news/local/2026/07/10/bso-deputies-search-for-missing-woman-baby-girl-last-seen-in-dania-beach/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/10/bso-deputies-search-for-missing-woman-baby-girl-last-seen-in-dania-beach/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[Broward Sheriff’s Office detectives are asking the public for help in locating a woman and her baby, who have both been reported missing.]]></description><pubDate>Fri, 10 Jul 2026 11:00:46 +0000</pubDate><content:encoded><![CDATA[<p>Broward Sheriff’s Office detectives are asking the public for help in locating a woman and her baby, who have both been reported missing.</p><p><a href="https://www.local10.com/espanol/2026/07/10/agentes-de-la-bso-buscan-a-madre-y-bebe-desaparecidas-vistas-por-ultima-vez-en-dania-beach/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/10/agentes-de-la-bso-buscan-a-madre-y-bebe-desaparecidas-vistas-por-ultima-vez-en-dania-beach/">Leer en español</a></p><p>According to BSO spokesman Carey Codd, Kaylyn Hausmann, 35, and her 3-month-old daughter were last seen around 1:55 p.m. Wednesday in the 90 block of Southwest 18th Avenue in Dania Beach. </p><p>Authorities said Hausmann is 5 feet, 6 inches tall and weighs about 135 pounds. She has brown hair and brown eyes, and was last seen wearing a long-sleeve white shirt and black pants.</p><p>Detectives say they do not believe the circumstances surrounding the mother and daughter’s disappearance are suspicious at this time and they do not believe the baby is in danger. Still, they want to locate both to make sure they are safe.</p><p>Anyone with information about their whereabouts is asked to call BSO Detective Leonard Charla at 954-321-4274 or the BSO non-emergency number at 954-764-HELP (4357).</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/O6P7AOE6K5BRJJMPWUVN3Y2W6I.jpg?auth=307fc86af97abb1c9646c38946ea74d918b002fc181b69ead7e50721aa5ba498&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Agentes de la BSO buscan a madre y bebé desaparecidas vistas por última vez en Dania Beach]]></title><link>https://www.local10.com/espanol/2026/07/10/agentes-de-la-bso-buscan-a-madre-y-bebe-desaparecidas-vistas-por-ultima-vez-en-dania-beach/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/10/agentes-de-la-bso-buscan-a-madre-y-bebe-desaparecidas-vistas-por-ultima-vez-en-dania-beach/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[Los detectives de la Oficina del Sheriff de Broward solicitan la ayuda del público para localizar a una mujer y a su bebé, quienes fueron reportadas como desaparecidas.]]></description><pubDate>Fri, 10 Jul 2026 13:50:18 +0000</pubDate><content:encoded><![CDATA[<p>Los detectives de la Oficina del Sheriff de Broward solicitan la ayuda del público para localizar a una mujer y a su bebé, quienes fueron reportadas como desaparecidas.</p><p>Según el portavoz de la BSO, Carey Codd, Kaylyn Hausmann, de 35 años, y su hija de 3 meses fueron vistas por última vez alrededor de la 1:55 p.m. del miércoles en la cuadra 90 de Southwest 18th Avenue en Dania Beach.</p><p>Las autoridades informaron que Hausmann mide 5 pies y 6 pulgadas de estatura y pesa aproximadamente 135 libras. Tiene cabello castaño y ojos marrones, y fue vista por última vez con una camisa blanca de manga larga y pantalón negro.</p><p>Los detectives indicaron que, por el momento, no creen que las circunstancias que rodean la desaparición de la madre y su hija sean sospechosas y tampoco creen que la bebé esté en peligro. Aun así, desean localizar a ambas para asegurarse de que estén a salvo.</p><p>Cualquier persona con información sobre su paradero debe llamar al detective Leonard Charla, de la BSO, al <a href="tel:954-321-4274" rel="">954-321-4274</a> o al número de no emergencias de la BSO al <a href="tel:954-764-HELP" rel="">954-764-HELP</a> (4357).</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/O6P7AOE6K5BRJJMPWUVN3Y2W6I.jpg?auth=307fc86af97abb1c9646c38946ea74d918b002fc181b69ead7e50721aa5ba498&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[The Latest: Defense lawyers question reliability of evidence in killing of Charlie Kirk]]></title><link>https://www.local10.com/news/2026/07/10/the-latest-defense-lawyers-question-reliability-of-evidence-in-killing-of-charlie-kirk/</link><guid isPermaLink="true">https://www.local10.com/news/2026/07/10/the-latest-defense-lawyers-question-reliability-of-evidence-in-killing-of-charlie-kirk/</guid><dc:creator><![CDATA[By The Associated Press, Associated Press]]></dc:creator><description><![CDATA[A weeklong preliminary hearing concludes Friday for the man accused of killing conservative activist Charlie Kirk. Prosecutors aim to show they have enough evidence against Tyler Robinson to proceed to a trial.]]></description><pubDate>Fri, 10 Jul 2026 16:50:31 +0000</pubDate><content:encoded><![CDATA[<p>A weeklong preliminary hearing concludes Friday for the man accused of killing conservative activist Charlie Kirk. Prosecutors aim to show they have enough evidence against Tyler Robinson to proceed to a trial.</p><p>The 23-year-old Robinson is charged with aggravated murder in the Sept. 10 assassination of Kirk on the Utah Valley University campus. Prosecutors are seeking the death penalty. State District Judge Tony Graf is not expected to rule immediately.</p><p>The hearing resumed Friday with Robinson’s lawyers planning to call a final witness as they try to raise doubts about the prosecution’s case. The defense has previously challenged the reliability of ballistics tests on a bullet fragment recovered from Kirk’s body and fought the release of a recorded interview with Robinson’s roommate, Lance Twiggs, as well as chat room messages Robinson wrote on Discord.</p><p>The Latest:</p><p>Judge says news media camera can stay, but can’t record video of evidence today</p><p>Graf said after reviewing livestream recording that it’s clear the news media camera operator caught the issue first, about 14 seconds before the judge himself spotted it and asked that the exhibit be taken down.</p><p>“Compliance with court orders is essential in all proceedings,” Graf says, and protecting the constitutional rights of both defendant Tyler Robinson and Charlie Kirk’s widow Erika Kirk is “paramount.”</p><p>Transparency for the public is also important, Graf said.</p><p>Defense attorney Richard Novak wanted the judge to bar the news media camera from the courtroom for the rest of the preliminary hearing as well as for a Sept. 1 proceeding, when both sides will present final arguments over whether the case should go to trial.</p><p>But Graf said the camera can stay, as long as it doesn’t record video of any evidence presented. He later noted that the livestream’s audio can capture discussion about such evidence.</p><p>Media attorney says courtroom livestreams are a team effort</p><p>Typically, an announcement is made that an exhibit is going to be shown on the courtroom screen. That gives the camera operator a moment to redirect the camera or to wait a beat before focusing in, depending on what the judge has ordered.</p><p>But in this case, prosecutors showed the exhibit with no warning, news media attorney Michael Judd said.</p><p>Judd said the camera operator quickly realized what had happened and moved the camera away within about two seconds.</p><p>Deputy Utah County Attorney Ryan McBride agreed that the image should not have appeared on the livestream, but told the judge the text of the messages — if not the actual image — had already been made public in law enforcement documents.</p><p>Graf said he wants to review the livestream recording before deciding how to handle the violation.</p><p>Judge is deciding how to handle a violation of an order barring some evidence from public view</p><p>Graf is taking a break to review livestream footage from Thursday, because a piece of evidence that was supposed to be kept from public view was briefly shown on camera.</p><p>The evidence — an image of written communication between Tyler Robinson and his then-roommate and romantic partner — has been published and is even able to be purchased as photographic prints, defense attorney Richard Novak told the judge. He said the publication violated Robinson’s fair-trial rights, and he wants the judge to issue sanctions, a kind of legal punishment.</p><p>The judge allowed prosecutors to display an image of the evidence on Thursday, but said it could only be shown to the courtroom gallery. Later, prosecutors put up a side-by-side comparison of that image with another photo, and the side-by-side view was briefly caught by the news media camera operator, who quickly panned away.</p><p>Salt Lake City woman came bearing gifts for the Kirk family</p><p>Tiani Shoemaker drove about an hour from her Salt Lake City home bearing gifts for Charlie Kirk’s mother and hoping for a seat in the courtroom. Security turned her away.</p><p>Shoemaker said she brought a hat decorated with the words, “love like a mother,” and a note expressing her condolences and admiration for Kathryn Kirk.</p><p>The note was to tell Kirk that “the whole world’s hurting because of the loss of your son,” Shoemaker said, adding that she wanted to be “a part of history.”</p><p>“This really is like the whole world is focused on little Provo, Utah right now,” she said.</p><p>Shoemaker said some of her friends and extended family members witnessed the shooting and were left traumatized. “They couldn’t even be in large crowds for a while. It’s really — it’s upsetting, you know?”</p><p>Zoomed-in version of ‘sniper’s perch’ video to be shown in court</p><p>The judge said at the close of Thursday’s hearing that at the request of Kirk’s family, he would allow to be shown inside the courtroom an altered version of a campus surveillance video that prosecutors said shows Robinson crawling out to a rooftop “sniper’s perch” before shooting Kirk.</p><p>The unaltered video was previously shown. The altered version includes footage that zooms in on a figure that prosecutors said was Robinson and red marks that were added to the video.</p><p>Court is in session</p><p>Graf is again reminding attendees of his courtroom rules, including restrictions on electronic devices for many attendees.</p><p>Court security director says courtroom visitors shouldn’t look at the parents</p><p>Chris Palmer, Court Security Director at Utah State Courts, spoke outside the courthouse as people lined up again hoping for a spot in the courtroom. He warned them that people in the gallery should not make the parents of Charlie Kirk or Tyler Robinson feel uncomfortable by looking at them during the hearing.</p><p>“These people come here to get justice, and they don’t need to feel like they’re under a microscope from somebody sitting behind them or ahead of them,” Palmer said.</p><p>Joshua Carr of Provo, Utah, was among those in the gallery and said “People were pretty respectful.”</p><p>“I wasn’t seeing people turning their heads. Again, we have the — the public was there. We had the Robinson family in front of us, we had the Kirk family behind us.”</p><p>Would-be court watchers hope persistence will pay off</p><p>Billie Webb of Salt Lake City was among the people who slept outside the courthouse all night hoping to get one of the few public seats inside the hearing.</p><p>“I’ve tried to go every single day,” Webb said Thursday night. “Today I wasn’t able to get in once again. I did get in yesterday for the first time. I did get in yesterday for the first time and I am absolutely determined to be there tomorrow.”</p><p>“Showed up at 3 a.m. Today for this one. Still did not get in. I was 16th and there’s 14 spots. So I will be camping all night here today. Probably 12 hours. 9 p.m. to 9 a.m.,” she said.</p><p>Score. Friday morning, Webb got the pink wristband she needed for a spot inside.</p><p>There are only 14 seats for the public in the courtroom</p><p>People have been lining up early — sometimes sleeping outside the doors overnight — in hopes of getting a wristband for a seat in the courthouse this week. Only 14 wristbands are given out each day, on a first-come, first-served basis.</p><p>Chris Palmer, the court’s director of security, warned Thursday morning that tents and other camping supplies won’t be allowed as people seek a seat for the final day of the hearing Friday. He also warned against jumping in line or saving spots for someone else.</p><p>Earlier in the week, court security said it discovered some people had bought colored wristbands to try to sneak in.</p><p>Defense tries to sow doubt about ballistics evidence</p><p>One of Tyler Robinson’s attorneys, Michael Burt, tried to inject doubt into the prosecution’s case by challenging the reliability of ballistics tests on a bullet fragment recovered from Kirk’s body.</p><p>Authorities sought to tie the fragment to the suspected murder weapon, but the results were inconclusive.</p><p>“Saying anything but inconclusive was inappropriate,” said Samantha Karner with the Bureau of Alcohol, Tobacco, Firearms and Explosives.</p><p>The defense earlier in the week had questioned the reliability of DNA evidence that investigators said linked Robinson to the scene. Experts say the science behind DNA testing is sound.</p><p>Robinson’s attorneys plan to have a second person from ATF testify Friday.</p><p>The prosecution ended its presentation Thursday afternoon.</p><p>Testimony in five-day preliminary hearing wraps Friday</p><p>After testimony in the preliminary hearing ends Friday, State District Judge Tony Graf will rule whether prosecutors have shown enough evidence to proceed to trial. But a decision from Graf won’t come immediately.</p><p>Attorneys on both sides say they’d like the benefit of seeing the court transcript of the preliminary hearing and want to submit written briefs before Graf weighs in.</p><p>That will take weeks to play out. Graf set oral arguments on the evidence presented in the preliminary hearing for Sept. 1.</p><p>Graf tends not to make immediate rulings.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/E5VHY6XJTCS7CNR55UI4DPGYUU.jpg?auth=73ce6b148cd3cd4fd07248f7b953fae2584c2cc99b516a23c2168d65c11d4fbf&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[An image of a bullet casing engraved with the word "Catch!" is displayed during a preliminary hearing for Tyler Robinson, who is accused in the fatal shooting of Charlie Kirk, at the Fourth District Courthouse in Provo, Utah, Thursday, July 9, 2026. (AP Photo/Spenser Heaps, Pool)]]></media:description><media:credit role="author" scheme="urn:ebu">Spenser Heaps</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TRO3GMUZIIP7Q6MQ6R7MALNFW4.jpg?auth=48954e5fefa8b1cdaae3d2d4721bc4e6ccddafbcc5472948f90e607c69977fb1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Tyler Robinson, who is accused in the fatal shooting of Charlie Kirk, watches a computer screen during testimony about comparison testing of bullets during a preliminary hearing at the Fourth District Courthouse in Provo, Utah, Thursday, July 9, 2026. (AP Photo/Spenser Heaps, Pool)]]></media:description><media:credit role="author" scheme="urn:ebu">Spenser Heaps</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GM7NRAG4Q6JTCMNOE3ASATY2UU.jpg?auth=fd2e7989bbf36d721debf8c8d020c0648c22638f8d7baadaf8884659748be5a9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Charlie Kirk's parents, Kathryn, left, and Robert Kirk leave the Fourth District Courthouse in Provo, Utah, Thursday, July 9, 2026, after a preliminary hearing for Tyler Robinson, who is accused in the fatal shooting of Charlie Kirk. (AP Photo/Ty ONeil)]]></media:description><media:credit role="author" scheme="urn:ebu">Ty ONeil</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RS4DARHKREOM4CT3OHXEJACF7Y.jpg?auth=8637f90cd6b8fcbc66bf1b8615070dc432001f7ba547a7a739d181133d44299e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Judge Tony Graf speaks during a preliminary hearing for Tyler Robinson, who is accused in the fatal shooting of Charlie Kirk, at the Fourth District Courthouse in Provo, Utah, Thursday, July 9, 2026. (AP Photo/Spenser Heaps, Pool)]]></media:description><media:credit role="author" scheme="urn:ebu">Spenser Heaps</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TRLWVTUZ4DIUNRRVECCPT6LOTE.jpg?auth=178a48f19664c51fc8a164a46606193e28c214a51eb9c0bf26266595c54fe82c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Brandi Siciliani, right, and Billie Webb, second right, wait in line to get access to the limited public seating available at a preliminary hearing for Tyler Robinson, the Utah man accused of fatally shooting Charlie Kirk, in Provo, Utah, Friday, July 10, 2026. (AP Photo/Ty ONeil)]]></media:description><media:credit role="author" scheme="urn:ebu">Ty ONeil</media:credit></media:content></item><item><title><![CDATA[Trump will let bipartisan housing bill become law without signing in protest over GOP voter ID law]]></title><link>https://www.local10.com/business/2026/07/10/trump-will-let-bipartisan-housing-bill-become-law-without-signing-in-protest-over-gop-voter-id-law/</link><guid isPermaLink="true">https://www.local10.com/business/2026/07/10/trump-will-let-bipartisan-housing-bill-become-law-without-signing-in-protest-over-gop-voter-id-law/</guid><dc:creator><![CDATA[By MICHELLE L. PRICE and JOSH BOAK, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — President Donald Trump will let the bipartisan housing bill approved by Congress become law without his signature, saying Friday that he was refusing to put his name on it because of the little progress made in passing a strict voter ID bill that he has been pushing.]]></description><pubDate>Fri, 10 Jul 2026 15:59:50 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — President Donald Trump will let the bipartisan housing bill approved by Congress become law without his signature, saying Friday that he was refusing to put his name on it because of the little progress made in passing a strict voter ID bill that he has been pushing.</p><p>“I will not sign the Housing Bill, which has been fully approved by Congress and sent to the White House, in PROTEST over the fact that the United States Senate is not capable of passing THE SAVE AMERICA ACT,” Trump posted on social media.</p><p>Trump had 10 days until the Friday deadline to sign the bill, issue a veto, or allow the measure to take effect without his signature. He has chosen to let the measure become law without his express approval, undercutting his administration's claims that he considers it a priority to combat inflation.</p><p>Trump’s rejection of the bipartisan housing legislation exacerbates tensions with his own party in a midterm election year and cuts short their efforts to address a key voter concern about rising costs. His post comes more than a week after he canceled plans to sign the bipartisan legislation, announcing he was using it as leverage in his push for a strict voter ID bill.</p><p>The 21st Century ROAD to Housing Act aims to lower the cost of housing and spur more home construction. It’s the broadest federal effort in decades to address America’s housing affordability problems, as state and local regulations have made it difficult to build in many of the communities that are also sources of job growth and economic opportunity. White House economists estimated earlier this year a national shortage of 10 million homes and the bill could help to close a portion of that gap.</p><p>But Trump called the bill “a yawn” and “so unimportant” compared to legislation that would require proof of citizenship for all voters.</p><p>He surprised Republican lawmakers on June 24, when, shortly before a planned signing ceremony at the Capitol, he announced he would not approve the bill until lawmakers first passed the voting legislation.</p><p>That bill, the SAVE America Act, doesn’t have enough Republican support to pass.</p><p>House Speaker Mike Johnson, R-La., said after submitting the housing bill to the White House that he told Trump he should get the “fattest black marker you have, and sign your name really big on that.”</p><p>“I hope he does sign it,” Johnson told reporters at the time. “If he doesn’t, it’s still law. We’ll still celebrate it.”</p><p>He said he also understood Trump was trying to make a point that the elections bill is the top priority. “And I think he’s making it very effectively,” Johnson said.</p><p>Still, Trump’s decision not to sign the bill gave Democrats an opening to criticize him on the issue of affordability.</p><p>“His priorities couldn’t be clearer: higher cost for families and more power for himself,” Senate Democratic leader Chuck Schumer said on X.</p><p>The housing bill passed the Senate on an 85-5 vote and the House approved it with an 358-32 vote.</p><p>That legislation seeks to cut federal housing rules, slim-down environmental reviews, make it faster to build homes and limit the ability of corporations to buy single-family homes.</p><p>The bill does not address all of the causes of the country’s housing woes, including a shortage of construction workers, climbing insurance costs and wages that have not risen fast enough for renters and buyers.</p><p>But the bill has drawn support from the real estate industry and housing advocates.</p><p>The U.S. housing market has been a driver of recent affordability challenges as skyrocketing prices have kept aspiring buyers out of the market. The National Association of Realtors said Thursday that the median sales price increased 1.8% in June from a year earlier to $440,600, an all-time high on data going back to 1999.</p><p>___</p><p>Associated Press reporter Kevin Freking contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/L4Q5AQ7DLL7ELDJPAD2VDPDTE4.jpg?auth=4e5e3bafa74262e08ffe74ae6ac081f9aa56b39fc1ae833c7be2101f2de29ed2&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 flight on Air Force One after landing at U.S. Air Force Base at RAF Mildenhall, in Suffolk, Eastern England, Wednesday, July 8, 2026. (AP Photo/Alex Brandon)]]></media:description><media:credit role="author" scheme="urn:ebu">Alex Brandon</media:credit></media:content></item><item><title><![CDATA[Cientos de personas han muerto en incendios forestales en Europa durante la última década]]></title><link>https://www.local10.com/espanol/2026/07/10/cientos-de-personas-han-muerto-en-incendios-forestales-en-europa-durante-la-ultima-decada/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/10/cientos-de-personas-han-muerto-en-incendios-forestales-en-europa-durante-la-ultima-decada/</guid><dc:creator><![CDATA[Por THE ASSOCIATED PRESS, Associated Press]]></dc:creator><description><![CDATA[MADRID (AP) — Los incendios forestales que arrasan Europa han provocado la muerte de cientos de personas durante la última década, y el cambio climático está a punto de elevar aún más la cifra de víctimas en los próximos años.]]></description><pubDate>Fri, 10 Jul 2026 13:41:18 +0000</pubDate><content:encoded><![CDATA[<p>MADRID (AP) — Los incendios forestales que arrasan Europa han provocado la muerte de cientos de personas durante la última década, y el cambio climático está a punto de elevar aún más la cifra de víctimas en los próximos años.</p><p>Al menos 11 personas murieron en un incendio forestal en el sur de España durante la noche y hasta la mañana del viernes, lo que lo convierte en uno de los más mortíferos registrados en el país, mientras las altas temperaturas afectaban a gran parte del territorio.</p><p>En Francia, un desprendimiento de rocas provocó el miércoles la muerte de un bombero voluntario de 22 años que ayudaba a combatir un incendio forestal de difícil acceso en las montañas de la región alpina de Saboya, en el sureste del país, mientras las temperaturas extremadamente altas convertían bosques y matorrales resecos en auténticos polvorines.</p><p>Europa es el continente que se calienta más rápido del mundo: las temperaturas aumentan al doble de la media mundial desde la década de 1980, según el Servicio de Cambio Climático Copernicus de la Unión Europea. A nivel global, 2025 fue el tercer año más caluroso registrado, lo que provocó varias intensas olas de calor en toda Europa.</p><p>Los científicos advierten que el cambio climático, causado en parte por la quema de combustibles como la gasolina, el petróleo y el carbón, agrava la frecuencia e intensidad del calor y la sequedad, lo que hace que ciertas regiones sean más vulnerables a los incendios forestales.</p><p>Este es un repaso a algunos de los incendios forestales más mortíferos de la última década en Europa:</p><p>Más de 100 muertos en Grecia en 2018</p><p>El incendio forestal más mortífero de Grecia ocurrió en 2018, cuando un enorme fuego arrasó la localidad costera de Mati, al este de Atenas, y dejó a personas atrapadas en sus casas y en las carreteras mientras intentaban huir. Murieron más de 100 personas, entre ellas, algunas que se ahogaron al intentar nadar para alejarse de las llamas.</p><p>En 2023, más de 20 personas murieron en incendios forestales en Grecia, entre ellas, 18 inmigrantes que quedaron atrapados por las llamas de lo que se convirtió en el mayor incendio forestal individual registrado en Europa, mientras cruzaban un bosque en el noreste del país.</p><p>Más recientemente, un incendio forestal ocurrido la semana pasada en el norte de Grecia provocó la muerte de un niño de 12 años y su padre.</p><p>10 muertos en un incendio forestal en Turquía el año pasado</p><p>En julio pasado, 10 bomberos y trabajadores de rescate murieron mientras intentaban apagar un incendio forestal que se desató en una zona boscosa de la provincia de Eskisehir, en el noroeste de Turquía. Las víctimas eran trabajadores forestales y miembros de la organización de rescate AKUT.</p><p>El ministro de Bosques, Ibrahim Yumakli, señaló entonces que los vientos cambiaron de dirección de forma repentina, lo que hizo que las llamas se desplazaran y rodearan a los trabajadores forestales.</p><p>Uno de ellos era un hombre de 28 años que regresaba al trabajo tras su luna de miel apenas dos días antes. Y un voluntario de AKUT había pasado un mes rescatando a las víctimas de un terremoto catastrófico que golpeó el sur de Turquía en febrero de 2023.</p><p>Incendio forestal en Portugal dejó decenas de muertos en 2017</p><p>El incendio forestal más mortífero de Portugal dejó 66 muertos en 2017 en Pedrogao Grande, a 200 kilómetros (120 millas) al noreste de Lisboa. La mayoría de las víctimas murió en una carretera mientras intentaba huir en automóvil.</p><p>En 2017, otros incendios forestales tardíos elevaron aún más el número anual de muertes relacionadas con incendios en Portugal hasta superar las 120 personas, lo que lo convirtió en el año más mortífero por este tipo de fallecimientos. Un bebé de 1 mes y sus padres estuvieron entre las víctimas.</p><p>Posteriormente, el gobierno portugués aprobó una serie de medidas para prevenir y contener los incendios forestales.</p><p>Las reformas incluyeron campañas de educación pública sobre cómo se inician los incendios, la creación de una fuerza de reacción rápida de bomberos y la apertura de varios miles de kilómetros (millas) de cortafuegos, además de poner a disposición una gran cantidad de recursos de extinción.</p><p>Chipre atribuye los incendios mortales al cambio climático</p><p>En Chipre, muchos funcionarios han señalado al cambio climático como responsable de la ferocidad y la rapidez de los incendios forestales recientes, que han cobrado al menos seis vidas en los últimos cinco años.</p><p>En julio de 2021 se descubrieron los restos calcinados de cuatro trabajadores egipcios fuera de una aldea montañosa arrasada por el fuego, en lo que un funcionario calificó como el incendio “más destructivo” que la nación insular del Mediterráneo oriental había visto jamás.</p><p>En julio pasado, las cuadrillas de rescate encontraron los cuerpos de una pareja de ancianos dentro de un automóvil calcinado en el arcén de una carretera de montaña. La rapidez con la que el incendio forestal quemó aproximadamente 80 kilómetros cuadrados (50 millas cuadradas) de laderas boscosas llevó al presidente Nikos Christodoulides a comentar: “Nunca ha habido nada parecido en Chipre”.</p><p>Vientos muy fuertes, altas temperaturas y condiciones extremadamente áridas tras tres inviernos de lluvias mínimas crearon una tormenta perfecta en el punto álgido del incendio.</p><p>Un estudio de World Weather Attribution indicó en agosto del año pasado que el cambio climático, que ha provocado temperaturas abrasadoras y una disminución de las lluvias, hizo que los grandes incendios forestales en Turquía, Grecia y Chipre ardieran con mucha más intensidad ese verano.</p><p>___</p><p>Esta historia fue traducida del inglés por un editor de AP con la ayuda de una herramienta de inteligencia artificial generativa.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/DORX3AOWLM5QQ7Y4JGDPQIXA6Q.jpg?auth=0df80c6aaeb0619f53a9562b44feb83bfd010ade342999003027f15bf9794db1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[En la imagen, tomada de un video proporcionado por INFOCA, varios bomberos combaten un incendio forestal cerca de Los Gallardos, en Almería, España, el jueves 9 de julio de 2026. (INFOCA vía AP)]]></media:description></media:content></item><item><title><![CDATA[Scottie Scheffler headed for first missed cut in 4 years]]></title><link>https://www.local10.com/sports/2026/07/10/scottie-scheffler-headed-for-first-missed-cut-in-4-years/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/10/scottie-scheffler-headed-for-first-missed-cut-in-4-years/</guid><dc:creator><![CDATA[By DOUG FERGUSON, Associated Press]]></dc:creator><description><![CDATA[NORTH BERWICK, Scotland (AP) — Scottie Scheffler was making plans for an early arrival to Royal Birkdale after he stumbled through a round of 2-over 72 on Friday at the Scottish Open and seemed certain to miss the cut for the first time in nearly four years.]]></description><pubDate>Fri, 10 Jul 2026 13:26:03 +0000</pubDate><content:encoded><![CDATA[<p>NORTH BERWICK, Scotland (AP) — Scottie Scheffler was making plans for an early arrival to Royal Birkdale after he stumbled through a round of 2-over 72 on Friday at the Scottish Open and seemed certain to miss the cut for the first time in nearly four years.</p><p>Scheffler had made 78 consecutive cuts dating to the 2022 FedEx St. Jude Championship. Tiger Woods holds the record of 142 in a row from February 1998 to May 2005.</p><p>The top 65 and ties make the cut, and Scheffler was tied for 88th when he missed a 6-foot par putt on his final hole at The Renaissance Club to fall back to even-par 142.</p><p>Strong wind was in the forecast for Friday afternoon that could affect scoring, though Scheffler already was looking ahead to his title defense at the British Open next week at Birkdale.</p><p>“Just felt like I wasn’t hitting it close enough to give myself enough opportunities,” Scheffler said. “I think that’s really kind of what it comes down to.”</p><p>___</p><p>AP golf: https://apnews.com/hub/golf</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/FW6RCEPV5QHE56T53HQVQB5XWU.jpg?auth=9f8accb13960e5c808b4c6960652163a6adfcfb0576278a335f2f243a330b3a7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Scottie Scheffler reacts to his tee shot on the 18th hole during the final round of the Travelers Championship golf tournament at TPC River Highlands, Sunday, June 28, 2026, in Cromwell, Conn. (AP Photo/Jessica Hill)]]></media:description><media:credit role="author" scheme="urn:ebu">Jessica Hill</media:credit></media:content></item><item><title><![CDATA[Sociedad Protectora de Animales de Broward busca un hogar permanente para Baby y otros amigos peludos]]></title><link>https://www.local10.com/espanol/2026/07/09/sociedad-protectora-de-animales-de-broward-busca-un-hogar-para-siempre-para-baby-y-otros-amigos-peludos/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/09/sociedad-protectora-de-animales-de-broward-busca-un-hogar-para-siempre-para-baby-y-otros-amigos-peludos/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Una mezcla de border collie de 9 años llamada Baby busca una nueva familia después de llegar como perro callejero a la Sociedad Protectora de Animales del condado Broward.]]></description><pubDate>Thu, 09 Jul 2026 17:59:00 +0000</pubDate><content:encoded><![CDATA[<p>Una mezcla de border collie de 9 años llamada Baby busca una nueva familia después de llegar como perro callejero a la Sociedad Protectora de Animales del condado Broward.</p><p>Baby fue adoptado previamente en el refugio cuando tenía aproximadamente un año. Cherie Wachter, de la Sociedad Protectora de Animales del condado Broward, dijo que se contactó al propietario, pero nunca acudió a reclamarlo.</p><p>“Creemos que es una mezcla de border collie”, dijo Wachter. “A los 9 años todavía se le pueden enseñar muchas cosas más y contarles a todos sus amigos que usted le enseñó todas esas cosas maravillosas a su perro”.</p><p>Wachter dijo que Baby pesa alrededor de 50 libras, camina muy bien con correa y sería un excelente compañero para alguien que busca un perro tranquilo y de buen comportamiento.</p><p>“Si está buscando un perro para dar paseos tranquilos y que sea un maravilloso integrante de la familia, creo que Baby sería perfecto”, dijo Wachter.</p><p>Wachter también presentó a Tolkien, un gatito británico de pelo corto de 13 semanas disponible para adopción. Tolkien y sus dos hermanos fueron entregados al refugio después de que su dueño enfermara.</p><p>“Lo que deben saber sobre estos gatitos es que tienen una infección por tiña”, agregó. “Los estamos tratando por eso. Entregaríamos al adoptante el medicamento para continuar el tratamiento en casa”.</p><p>Wachter dijo que la tiña es contagiosa para las personas y las mascotas, pero que los adoptantes pueden controlarla con los cuidados adecuados, entre ellos lavarse las manos, lavar la ropa de cama y mantener al gatito separado de otras mascotas del hogar.</p><p>La Sociedad Protectora de Animales del condado Broward tiene a Baby, Tolkien y otros animales esperando encontrar un hogar para siempre.</p><p><a href="https://humanebroward.com/" target="_blank" rel="noreferrer" title="https://humanebroward.com/">Haga clic aquí</a> para obtener más información sobre cómo adoptar una mascota.</p>]]></content:encoded></item><item><title><![CDATA[Autoridades piden crear conciencia mientras familia del sur de Florida llora la muerte de niño pequeño dejado dentro de un vehículo bajo el sol]]></title><link>https://www.local10.com/espanol/2026/07/09/autoridades-piden-crear-conciencia-mientras-familia-del-sur-de-florida-llora-la-muerte-de-nino-pequeno-dejado-dentro-de-un-vehiculo-bajo-el-sol/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/09/autoridades-piden-crear-conciencia-mientras-familia-del-sur-de-florida-llora-la-muerte-de-nino-pequeno-dejado-dentro-de-un-vehiculo-bajo-el-sol/</guid><dc:creator><![CDATA[Christina Vazquez]]></dc:creator><description><![CDATA[El mundo de Cristina López, una madre del sur de Florida, se vino abajo el domingo.]]></description><pubDate>Thu, 09 Jul 2026 22:02:30 +0000</pubDate><content:encoded><![CDATA[<p>El mundo de Cristina López, una madre del sur de Florida, se vino abajo el domingo.</p><p>Ese fue el día en que la policía le notificó que <a href="https://www.local10.com/espanol/2026/07/09/solo-quiero-justicia-madre-habla-tras-la-muerte-de-su-hijo-pequeno-en-un-vehiculo-caliente/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/09/solo-quiero-justicia-madre-habla-tras-la-muerte-de-su-hijo-pequeno-en-un-vehiculo-caliente/">su hija Brittany, de 2 años, había muerto después de permanecer dentro de un vehículo bajo el sol</a> durante aproximadamente tres horas mientras estaba al cuidado de una niñera.</p><p>Según López, la niñera le pidió a un familiar de mayor edad que cuidara a la menor. Las autoridades dijeron que ese hombre padece demencia.</p><p>Ahora, López dice que lo único que pide es justicia para su hija.</p><p>La jefa del Departamento de Policía de Hallandale Beach, Grace Mariot, dijo que la investigación continúa activa mientras esperan el informe final del médico forense.</p><p>“Este es un hecho trágico. Ningún padre debería tener que soportar el dolor que está viviendo esta madre”, dijo Mariot. “Estamos esperando que la Fiscalía Estatal del condado Broward determine si se presentarán cargos”.</p><p>Mariot agregó: “Instamos al público y a cualquier persona que cuide de un menor a asegurarse de revisar siempre el asiento trasero”.</p><p>El ex jefe del Departamento de Policía de Miami, Jorge Colina, explicó que existen diversos factores que complican la decisión de presentar cargos en casos como este.</p><p>“Pueden evaluar todos los posibles cargos que estén sobre la mesa, pero al final todo dependerá de qué sabía la niñera, qué edad tiene, si siquiera entiende qué es la demencia y si comprendía la gravedad de la condición de esa persona y cómo funciona su cerebro”, dijo Colina.</p><p>“Es complicado, lamentablemente. ¿Qué sabía esta persona? ¿Cuál es la verdadera condición de ese hombre? Incluso podrían tener que consultar a un médico como experto para determinar el grado de demencia que padecía y qué sabía la niñera cuando decidió dejarle la responsabilidad del cuidado de la menor”, agregó.</p><p>Colina continuó: “Lo que hace difíciles estos casos es que hay que demostrar intención criminal. Para que un fiscal obtenga una condena por homicidio involuntario o asesinato, tendrá que demostrar negligencia grave o un total desprecio por la vida. Normalmente, lo que ocurre en estos casos es que se trata de un accidente trágico, ya sea por un grave lapsus de memoria, el llamado síndrome del bebé olvidado o algo similar, y generalmente involucra a una persona muy cercana al menor.</p><p>“No solo hay que demostrar intención criminal, sino que también hay que tener presente que, si el caso llega ante un jurado y se trata de un familiar que ya está devastado por una pérdida tan trágica, probablemente el jurado no quiera castigarlo aún más”, dijo.</p><p>Es probable que aún quede mucho por conocerse mientras los investigadores analizan los detalles de las circunstancias específicas que llevaron a la trágica muerte de la menor.</p><p>“¿Es algo que había ocurrido antes? ¿La madre lo sabía?”, dijo Colina. “¿En ocasiones anteriores dejó a la menor con la niñera, quien le había explicado que, si tenía que salir a comprar comida o hacer alguna diligencia, dejaba a la niña al cuidado de su padre o su abuelo? ¿Eso ocurrió una docena de veces sin que hubiera ningún problema? Esas son solo algunas de las muchas preguntas que se harán, porque todo eso será importante. Todo influirá en la decisión sobre si se presentan cargos y cuáles serían esos cargos”.</p><p>Colina añadió que es importante, especialmente para las personas que cuidan a un niño pequeño de manera ocasional y no como parte de su rutina diaria, colocar un objeto en el asiento trasero junto al menor, como un bolso o una computadora portátil, para que sirva como recordatorio.</p><p>El Departamento de Policía de Hallandale Beach emitió la siguiente declaración a Local 10 News:</p><p>“El jefe Michel reitera sus condolencias a la familia y enfatiza la importancia de prevenir tragedias similares. “Esta tragedia ha afectado a toda nuestra comunidad”, señala el comunicado. “Aunque nada puede aliviar el dolor que está viviendo esta familia, nuestros corazones permanecen con los seres queridos de la menor. Esperamos que la historia de esta niña inspire a todos los cuidadores a adoptar un hábito sencillo: revisar siempre el asiento trasero antes de salir del vehículo. Tomarse un momento adicional podría evitar que otra familia sufra una pérdida tan inimaginable”.”</p><p>La familia creó una página en <a href="https://www.gofundme.com/f/justice-for-brittany-and-support-for-cristina" target="_blank" rel="noreferrer" title="https://www.gofundme.com/f/justice-for-brittany-and-support-for-cristina">GoFundMe</a> para ayudar a cubrir los gastos.</p><p><b>ENLACE RELACIONADO:</b></p><h2><a href="https://www.local10.com/news/local/2026/07/06/detectives-raise-heatstroke-awareness-after-toddler-dies-in-hallandale-beach/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/07/06/detectives-raise-heatstroke-awareness-after-toddler-dies-in-hallandale-beach/">Agentes de policía instan a extremar precauciones con los vehículos bajo el sol tras la muerte de una niña pequeña en Hallandale Beach.</a></h2>]]></content:encoded></item><item><title><![CDATA[Acusan a dos consejeros de campamento de iglesia de abusar de niño de 9 años en el suroeste de Miami-Dade]]></title><link>https://www.local10.com/espanol/2026/07/09/acusan-a-dos-consejeros-de-campamento-de-iglesia-de-abusar-de-nino-de-9-anos-en-el-suroeste-de-miami-dade/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/09/acusan-a-dos-consejeros-de-campamento-de-iglesia-de-abusar-de-nino-de-9-anos-en-el-suroeste-de-miami-dade/</guid><dc:creator><![CDATA[Ryan Mackey, Roy Ramos]]></dc:creator><description><![CDATA[Dos consejeros de un campamento de verano fueron arrestados el miércoles después de que los investigadores informaran que abusaron de un niño de 9 años durante un incidente ocurrido el mes pasado en un campamento de una iglesia en el suroeste de Miami-Dade.]]></description><pubDate>Thu, 09 Jul 2026 16:34:34 +0000</pubDate><content:encoded><![CDATA[<p>Dos consejeros de un campamento de verano fueron arrestados el miércoles después de que los investigadores informaran que abusaron de un niño de 9 años durante un incidente ocurrido el mes pasado en un campamento de una iglesia en el suroeste de Miami-Dade.</p><p>Los sospechosos fueron identificados en un informe de arresto de la Oficina del Sheriff de Miami-Dade como Antoinette McKay, de 50 años, de Cutler Bay, y Zaccheus Zamon Scott, de 34 años, de Miami.</p><p>Según el informe, el incidente ocurrió el 11 de junio en la iglesia St. Peters Missionary Baptist Church, ubicada en el 17901 de Southwest 107th Ave., donde McKay y Scott se desempeñaban como entrenadores y consejeros del campamento del menor.</p><p>Los investigadores dijeron que el niño estaba jugando fútbol americano con sus hermanos en el campamento de verano cuando se produjo una pelea entre él y uno de ellos.</p><p>Fue entonces cuando, según los agentes, McKay y Scott intervinieron.</p><p>De acuerdo con el informe, el menor dijo a los investigadores que Scott le colocó “grandes conos naranjas” sobre la cabeza, lo que le dificultó la respiración.</p><p>El informe señala que McKay luego “agarró a la víctima por los tobillos, inmovilizándola boca arriba en el suelo, con las piernas elevadas y sujetas por los tobillos sobre el asiento de una silla”.</p><p>Los agentes dijeron que, mientras McKay inmovilizaba a la víctima, Scott procedió a abofetearla varias veces en el lado izquierdo del rostro y la cabeza.</p><p>Según el informe, el menor sufrió vasos sanguíneos rotos en el ojo izquierdo, un rasguño entre los ojos y hematomas e inflamación en el lado izquierdo del rostro.</p><p>El informe indica que posteriormente el padre del menor lo llevó al Hospital Infantil Nicklaus, donde fue atendido y dado de alta. Los médicos recomendaron a la familia vigilar la aparición de síntomas de una conmoción cerebral, según el informe.</p><p>Los investigadores informaron que McKay y Scott invocaron sus derechos Miranda y se negaron a hablar con los detectives.</p><p>Los registros de la cárcel muestran que ambos sospechosos enfrentan un cargo cada uno por abuso infantil sin causar lesiones corporales graves.</p><p>Hasta la mañana del jueves, ambos permanecían detenidos en el Centro Correccional Turner Guilford Knight con una fianza de $1,500 USD cada uno. La jueza del Tribunal de Circuito de Miami-Dade, Mindy Glazer, también les ordenó mantenerse alejados de la víctima.</p><p>Local 10 se comunicó con la iglesia St. Peters Missionary Baptist Church para solicitar comentarios sobre el incidente y confirmar la situación laboral de los dos consejeros.</p>]]></content:encoded></item><item><title><![CDATA[Pentagon says suspension lifted for South Carolina helicopter pilots following July 4 beach event]]></title><link>https://www.local10.com/news/national/2026/07/10/pentagon-says-suspension-lifted-for-south-carolina-helicopter-pilots-following-july-4-beach-event/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/07/10/pentagon-says-suspension-lifted-for-south-carolina-helicopter-pilots-following-july-4-beach-event/</guid><dc:creator><![CDATA[By MEG KINNARD, Associated Press]]></dc:creator><description><![CDATA[COLUMBIA, S.C. (AP) — Eight South Carolina National Guard helicopter pilots have been returned to flying duties following a suspension over a low-flying sweep over beachgoers as part of a July 4 event honoring servicemembers.]]></description><pubDate>Fri, 10 Jul 2026 14:40:38 +0000</pubDate><content:encoded><![CDATA[<p>COLUMBIA, S.C. (AP) — Eight South Carolina National Guard helicopter pilots have been returned to flying duties following a suspension over a low-flying sweep over beachgoers as part of a July 4 event honoring servicemembers.</p><p>"Effective immediately, the suspension of all involved South Carolina pilots has been lifted," Pentagon spokesman Sean Parnell wrote Friday morning on social media. “Carry on Patriots.”</p><p>The suspension followed "Salute from the Shore," a July 4 tradition honoring servicemembers in South Carolina since 2010 that features vintage and modern military aircraft flying along the 187-mile length of the state’s shoreline, with the intent of sparking patriotism among thousands of beachgoers gathered for the holiday.</p><p>This year’s salute included F-16s with the South Carolina Air National Guard’s 169th Fighter Wing out of McEntire Joint Base, as well as a C-17 from the 437th Airlift Wing based at Joint Base Charleston. For the first time, Apache helicopters joined the air parade, which also featured civilian-owned vintage planes like T-34s and T-6s.</p><p>Numerous attendees often post video on social media of the display, but this year, online images of the Apaches flying at what appeared to be a low height over crowded beaches sparked concern with the South Carolina National Guard, which launched a review of the event and temporarily suspended the eight pilots from flying duties while that was ongoing, later clarifying the suspension was “a routine, non-punitive safety measure, not a disciplinary action.”</p><p>Late Thursday night, Defense Secretary Pete Hegseth noted on social media that the Pentagon was getting involved, writing, “We’ll fix this. Carry on, Patriots.”</p><p>The message was similar to one issued by Hegseth in March, after the lifting of a suspension for a pair of Army pilots who hovered two AH-64 Apache helicopters near Kid Rock’s Tennessee home during a training run while he clapped and saluted.</p><p>“No punishment. No Investigation. Carry on, patriots,” Hegseth said then in a social media post, less than three hours after the Army announced its review. Kid Rock, an outspoken supporter of President Donald Trump, said he thought it was “really cool” that the pilots stopped to hover at his house.</p><p>South Carolina Republicans rebuked the suspension of its Guard pilots. Rep. Russell Fry, who represents the Myrtle Beach area, said Thursday that the pilots "should be celebrated, not sanctioned.”</p><p>Ahead of Parnell's post noting the suspension had been lifted, Republican Gov. Henry McMaster — who serves as commander-in-chief of the state's National Guard — said he trusted the pilots' acumen, writing in a social media post that Guardsmen fly in wartime.</p><p>“Surely, they know how to safely navigate the coast of South Carolina — and her scores of cheering residents and tourists on our 250th anniversary," McMaster wrote.</p><p>McMaster's office said Friday the governor was pleased the suspension had been lifted. Asked whether the governor — a longtime Trump ally — had directly intervened, a spokesperson said the office “remains in regular communication with state and federal partners as part of its routine operations.”</p><p>The Pentagon declined to comment beyond Parnell's statement. Maj. Lisa Allen of the South Carolina National Guard confirmed in an email Friday that the suspension had been lifted but did not respond to a question over whether the Guard were still conducting an internal review.</p><p>___</p><p>Meg Kinnard can be reached at http://x.com/MegKinnardAP</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ASPHAHNTRSFFVL35I6RVTA7O6E.jpg?auth=105f7a2dccb101838d5eaaad3496e271d518b60408fa1faf59fce426bff5ca82&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The Pentagon is pictured in Washington, Thursday, June 11, 2026. (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[Meteorologists warn week ahead in US will have dangerous temps: 'Heat is not to be played with']]></title><link>https://www.local10.com/news/national/2026/07/10/meteorologists-warn-week-ahead-in-us-will-have-dangerous-temps-heat-is-not-to-be-played-with/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/07/10/meteorologists-warn-week-ahead-in-us-will-have-dangerous-temps-heat-is-not-to-be-played-with/</guid><dc:creator><![CDATA[By SETH BORENSTEIN, Associated Press]]></dc:creator><description><![CDATA[Most of America's Lower 48 states are about to swelter under an unusually large, strong and long-lasting heat dome that will spike temperatures in a way that the National Weather Service calls “significant and dangerous.”]]></description><pubDate>Fri, 10 Jul 2026 16:27:16 +0000</pubDate><content:encoded><![CDATA[<p>Most of America's Lower 48 states are about to swelter under an unusually large, strong and long-lasting heat dome that will spike temperatures in a way that the National Weather Service calls “significant and dangerous.”</p><p>The heat wave will start this weekend and last at least a week, with some areas feeling its effects until the end of the month, meteorologists said. Temperatures will be 15 to 25 degrees Fahrenheit (8 to 14 degrees Celsius) warmer than normal in many areas, including at night, they said. Hotter nighttime temperatures are especially bad for both human health and efforts to tamp down an already active wildfire season.</p><p>“This upcoming heat wave does look pretty remarkable,” said Daniel Swain, a climate scientist with University of California Agriculture and Natural Resources. “This is going to be a long duration, widespread and high-intensity heat event that’s going to affect millions of people for over a week.”</p><p>Trapping hot air, threatening records</p><p>A dome of high pressure — which traps hot air like a pot lid while blocking cooling winds and rain — will initially park over the Northern Plains, but it will be so big that it will trap sweltering temperatures across as much as two-thirds of the continental United States, three meteorologists told The Associated Press. While it will initially miss the East Coast, the heat dome will shift and wobble, maybe even spreading from coast-to-coast over the next 10 days or more, they said.</p><p>Forecasters are expecting record triple-digit highs this weekend in Nevada, Utah, Colorado, Wyoming, Idaho, Montana, North Dakota and South Dakota.</p><p>The weather service is predicting more than 90 U.S. local temperature records will be tied or broken through Wednesday, with two-thirds being overnight heat records that can hinder how the human body recovers from broiling days.</p><p>“Nights can be just as dangerous as days. If you don’t get heat relief at night, that’s going to spill out into your daytime experience and become extremely dangerous,” said meteorologist Bob Henson with Yale Climate Connections. “Heat is not to be played with. It’s just as dangerous as a tornado or hurricane that can kill you just as easily, just in a quiet and different way.”</p><p>Heat wave will be bigger, longer-lasting and stronger than most</p><p>Swain said what makes this heat wave so different is how big a warm shadow it will cast and how long it will persist.</p><p>In the past couple of weeks, major heat waves have caused extensive suffering in Europe, the U.S. East Coast and most recently the U.S. Southeast. Now any place in the United States that escaped the earlier July heat waves will get this one, Swain said.</p><p>Rain is likely to sneak below the southern edge of the heat dome and douse the U.S. Southeast during the daytime, setting up something strange, Climate Central meteorologist Shel Winkley said. Because of the added moisture and humidity, the Southeast could get record-shattering nighttime heat but below-normal daytime warmth, he said.</p><p>The weather service is predicting record nighttime heat in a number of locations from Texas to Florida to North Carolina on Saturday. Temperatures won't drop below 80 degrees (27 degrees Celsius) at night in Fort Lauderdale, Florida; Miami; Tampa, Florida; Galveston, Texas; and Charleston, South Carolina, according to the forecast.</p><p>While heat domes are not unusual in the summer, Winkley said this one stands out because of how strong it is, likely to set records for the amount of high pressure that it will contain. It's especially unusual for being so far north, he said.</p><p>It’s likely to persist so long because drought-stricken areas have less soil and air moisture that would normally slow the warming of the air, Swain said. The drier, hotter air then worsens the drought conditions and stokes more heat in a vicious cycle, he said.</p><p>This will add to wildfire risk, already bad because of the drought, he said.</p><p>Climate change is worsening the heat</p><p>The El Nino that recently formed is too young to have a pronounced impact on this heat wave, but climate change from the burning of coal, oil and natural gas clearly does, the three meteorologists said.</p><p>“We know that heat waves are becoming more intense, they’re lasting longer, they’re covering larger areas than they used to because of human-caused climate change,” Swain said. “And so when we see an event like this, we know there is at least a partial contribution by the long-term warming trend.”</p><p>Climate Central uses 20 different computer models to compare what's forecast to what would be expected in a world without greenhouse gas-caused warming as part of its Climate Shift Index. A 20,000-square-mile (52,000-square-kilometer) swath of the country from Southern California to northern Minnesota where 24 million people live this weekend will have warmth reaching the highest level on that index, meaning the heat is at least five times more likely because of climate change. Their analysis produced similar readings for the East Coast heat wave over the July 4 weekend and the recent Southeast heat wave.</p><p>“Using attribution science we know that those temperatures would be virtually impossible without the influence of climate change,” Winkley said.</p><p>___</p><p>The Associated Press’ climate and environmental coverage receives financial support from multiple private foundations. AP is solely responsible for all content. Find AP’s standards for working with philanthropies, a list of supporters and funded coverage areas at AP.org.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/NKVUFP2MCLSL4MYDJDT37QCA3I.jpg?auth=6c6c07006414931a472cd0ab8d0d5c19e6a6d795aa48c6f3943d2d361429a219&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Mickelina Papotto, of Salem, Ore., left, and Lorie Odegaard, of Gaithersburg, Md., fan themselves while waiting in line for the ferris wheel at the Great American State Fair on the National Mall, July 1, 2026, in Washington. (AP Photo/Jacquelyn Martin)]]></media:description><media:credit role="author" scheme="urn:ebu">Jacquelyn Martin</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TIFHLKNBLSWDILAS75P7WSNVD4.jpg?auth=ae4615f4a2bf3b8276249e737df570430d9458d3e406aa5641b2ab1080ec8ac3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A police officer holds ice to their neck to try and stay cool following the 2026 Nathan's Famous Fourth of July hot dog eating contest at Coney Island in the Brooklyn borough of New York, July 4, 2026. (AP Photo/Anna Connors, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Anna Connors</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ABEWLLOB2PWQIE2ISFZXN25VOQ.jpg?auth=273127b4dbbda80da114159705d5f12352a2990835a3e95022d939af2c1ab165&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Vendors sell Gatorade and water bottles near the Washington Monument during a heat wave, July 3, 2026, in Washington. (AP Photo/Julia Demaree Nikhinson, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Julia Demaree Nikhinson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5XDZVP35547I3V25M5SJYVLXRE.jpg?auth=879465e79f26cd598292ed1c8f756cf71916cc951472a8ef7e81baf3543d7433&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A vendor sells Gatorade and water bottles near the Washington Monument during a heat wave July 3, 2026, in Washington. (AP Photo/Julia Demaree Nikhinson, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Julia Demaree Nikhinson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/52V7K2S75KJP766WA3V7BWSYMA.jpg?auth=33d11fd0c13fe100c1f26a4173e2e8db4dd2dd0fda6c7d36bec996eb6dabbda1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Visitors use fans as as they wait to enter the Washington Monument, July 1, 2026, in Washington. (AP Photo/Tom Brenner, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Tom Brenner</media:credit></media:content></item><item><title><![CDATA[The Latest: Trump refuses to sign housing affordability bill in protest over GOP voter ID law]]></title><link>https://www.local10.com/news/2026/07/10/the-latest-trump-refuses-to-sign-housing-affordability-bill-in-protest-over-gop-voter-id-law/</link><guid isPermaLink="true">https://www.local10.com/news/2026/07/10/the-latest-trump-refuses-to-sign-housing-affordability-bill-in-protest-over-gop-voter-id-law/</guid><dc:creator><![CDATA[By The Associated Press, Associated Press]]></dc:creator><description><![CDATA[President Donald Trump has chosen not to sign a sweeping housing affordability bill Friday, in protest of Congress not approving a strict voter ID bill that lacks sufficient support to pass.]]></description><pubDate>Fri, 10 Jul 2026 16:16:34 +0000</pubDate><content:encoded><![CDATA[<p>President Donald Trump has chosen not to sign a sweeping housing affordability bill Friday, in protest of Congress not approving a strict voter ID bill that lacks sufficient support to pass.</p><p>The housing measure will become law without Trump’s signature because he didn’t veto it. Still, the president’s rejection of the legislation cuts short the GOP’s efforts to address a key voter concern about rising costs, exacerbating tensions with his own party in a midterm election year.</p><p>Also, in another move to expand White House influence over the U.S. elections process, Trump ousted members of a bipartisan federal election commission that resisted his efforts to require would-be voters to document their U.S. citizenship before registering. The move builds on a recent Supreme Court ruling giving the president new personnel authority to fire members of independent agency boards.</p><p>Here's the latest:</p><p>No immediate change in US military operations following end of ceasefire</p><p>Capt. Tim Hawkins, the spokesman for U.S. Central Command, said there were “no operational updates at this time” when he was asked about the end of the ceasefire announced by President Donald Trump in a social media post earlier Friday.</p><p>Trump said in a post on his social media platform that the United States told Iran “in no uncertain terms, that the Cease Fire is OVER!”</p><p>When asked if the end of the ceasefire would mean a restart to the air bombing that was the mainstay of the conflict, Hawkins said he wouldn’t forecast future operations.</p><p>Hawkins did say that U.S. forces in the region “remain vigilant, lethal, and prepared to execute operations directed by the Commander in Chief.”</p><p>Critics accuse Trump of damaging voters’ trust</p><p>On Capitol Hill, the leading Democrats with election oversight responsibility said Trump, rather than bolstering U.S. election integrity, is further politicizing the voting process.</p><p>“President Trump is trying to dismantle yet another independent guardrail of our democracy designed to keep elections fair and secure,” said Sen. Alex Padilla, D-California, and Rep. Joe Morelle, D-New York. “Purging commissioners just months before the midterm elections and further gutting support for our state and local elections officials is a blatant part of his plan to politicize our elections and enable more unlawful and dangerous election interference.”</p><p>Padilla is the ranking member of the Senate Rules Committee and Morelle is ranking member of the House Administration Committee.</p><p>A US license could let Ukraine produce Patriot missiles, but it won’t be simple or quick</p><p>President Trump’s pledge to give Ukraine a license to produce Patriot air-defense systems could mark a major breakthrough for Kyiv, but experts and Ukrainian officials warn that turning the idea into real weapons would likely take years.</p><p>Speaking Wednesday alongside Ukrainian President Volodymyr Zelenskyy at a NATO summit in Ankara, Turkey, Trump said the United States would allow Ukraine to make the U.S.-designed systems Kyiv has long sought to shield its cities and infrastructure from Russian missiles and drones.</p><p>“We’ll give them the right to make Patriots. We’ll show them how to do it,” Trump said. “I think they can produce them pretty quickly.”</p><p>But the statement left open a crucial question: What exactly would Ukraine be allowed to produce?</p><p>▶ Read more</p><p>Trump says talks with Iran to continue despite ceasefire ending</p><p>The president posted Friday on social media that Iran had “asked us to continue ‘talks’” and his administration has agreed to do so.</p><p>But Trump added that “in no uncertain terms” that the ceasefire is no longer in place.</p><p>It’s unclear how productive talks can be to end the war with Iran so long as the status of the Strait of Hormuz is uncertain and attacks could supersede any commitments made in negotiations.</p><p>Trump’s decision on housing bill comes more than a week after he canceled plans to sign it</p><p>He announced then that he was using it as leverage in his push for a strict voter ID bill.</p><p>The 21st Century ROAD to Housing Act aims to lower the cost of housing and spur more home construction. It’s the broadest federal effort in decades to address America’s housing affordability problems, as state and local regulations have made it difficult to build in many of the communities that are also sources of job growth and economic opportunity. White House economists estimated earlier this year a national shortage of 10 million homes and the bill could help to close a portion of that gap.</p><p>But Trump called the bill “a yawn” and “so unimportant” compared to legislation that would require proof of citizenship for all voters.</p><p>He surprised Republican lawmakers June 24, when, shortly before a planned signing ceremony at the Capitol, he announced he wouldn’t approve the bill until lawmakers first passed the voting legislation.</p><p>▶ Read more</p><p>Stocks and oil prices drift as global markets continue to calm</p><p>U.S. stocks and oil prices are drifting toward a quiet finish of the week Friday following earlier fireworks  on worries about how the war with Iran will affect the global flow of crude.</p><p>The S&P 500 rose 0.1% and was on track to close out a fourth winning week in the last five. The Dow Jones Industrial Average was up 65 points, or 0.1%, as of 9:35 a.m. Eastern time, and the Nasdaq composite was 0.1% higher.</p><p>Oil prices were holding relatively steady, even after a series of unclaimed airstrikes hit Iran after the U.S. said it finished its attacks. The price for a barrel of Brent crude oil, the international standard, rose 0.2% to $76.47.</p><p>That’s above the $72 it was at the start of the week, when it was back below its level from before the war with Iran, but it’s still well below its wartime peak of nearly $120.</p><p>▶ Read more</p><p>Trump won’t sign housing bill but will let it become law</p><p>Trump has chosen not to sign a sweeping housing affordability bill Friday, in protest of Congress not approving a strict voter ID bill that doesn’t have enough support to pass.</p><p>“I will not sign the Housing Bill, which has been fully approved by Congress and sent to the White House, in PROTEST over the fact that the United States Senate is not capable of passing THE SAVE AMERICA ACT,” Trump posted on social media.</p><p>The housing measure will become law without Trump’s signature. He had 10 days to issue a veto and stop the measure, which he chose not to do.</p><p>Trump’s rejection of the bipartisan housing legislation exacerbates tensions with his own party in a midterm election year and cuts short their efforts to address a key voter concern about rising costs.</p><p>Trump ousts election commission members in latest push to reshape US voting process</p><p>Trump has ousted members of the bipartisan federal election commission that resisted his efforts to require would-be voters to document their U.S. citizenship before registering.</p><p>The White House on Friday confirmed the executive action against members of the Election Assistance Commission, which distributes federal grants to states, oversees the testing of voting systems and maintains the national voter registration forms.</p><p>It’s the latest move in the Republican president’s effort to expand White House influence over how U.S. elections are conducted and comes after a recent U.S. Supreme Court ruling that gave the president new personnel authority to fire members of independent agency boards.</p><p>▶ Read more</p><p>Unclaimed airstrikes target Iran after US attacks, raising questions of who launched them</p><p>The series of unclaimed airstrikes that hit Iran after the U.S. said it finished its attacks have again raised questions of who else may be targeting the Islamic Republic.</p><p>The strikes Thursday, just as Iran prepared to bury the late Supreme Leader Ayatollah Ali Khamenei, hit areas across southern Iran. The country’s theocracy hasn’t directly blamed anyone for the strikes, though one lawmaker issued a warning to the United Arab Emirates over allegedly providing support to the United States in its campaign against Iran.</p><p>Gulf Arab states, which repeatedly have been targeted by Iran since the war began Feb. 28, did not immediately respond to requests for comment Friday over the strikes. The attacks come as they and the U.S. insist the Strait of Hormuz must be open and free to ships to transit.</p><p>▶ Read more</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/L4Q5AQ7DLL7ELDJPAD2VDPDTE4.jpg?auth=4e5e3bafa74262e08ffe74ae6ac081f9aa56b39fc1ae833c7be2101f2de29ed2&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 flight on Air Force One after landing at U.S. Air Force Base at RAF Mildenhall, in Suffolk, Eastern England, Wednesday, July 8, 2026. (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/N6HM2TNM5HRMIJFDQPGDAYVXRY.jpg?auth=fc931b45d8905082fc99fda782b9265c1bdf008807350e1a2ff785cac5044548&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump waves as he arrives on Air Force One, Thursday, July 9, 2026, at Joint Base Andrews, Md. (AP Photo/Alex Brandon)]]></media:description><media:credit role="author" scheme="urn:ebu">Alex Brandon</media:credit></media:content></item><item><title><![CDATA[Donald Trump ousts election commission members in latest push to reshape US voting process]]></title><link>https://www.local10.com/news/politics/2026/07/10/donald-trump-ousts-election-commission-members-in-latest-push-to-reshape-us-voting-process/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/07/10/donald-trump-ousts-election-commission-members-in-latest-push-to-reshape-us-voting-process/</guid><dc:creator><![CDATA[By BILL BARROW, Associated Press]]></dc:creator><description><![CDATA[President Donald Trump has ousted members of a bipartisan federal election commission that resisted his efforts to require would-be voters to document their U.S. citizenship before registering.]]></description><pubDate>Fri, 10 Jul 2026 16:22:40 +0000</pubDate><content:encoded><![CDATA[<p>President Donald Trump has ousted members of a bipartisan federal election commission that resisted his efforts to require would-be voters to document their U.S. citizenship before registering.</p><p>The White House on Friday confirmed the executive action against members of the Election Assistance Commission, which distributes federal grants to states, oversees the testing of voting systems and maintains the national voter registration form.</p><p>Though the move likely won't have major effects on the November midterms, it's the latest instance of the Republican president trying to exert White House influence over how U.S. elections are conducted, and it's the first test of his newly expanded presidential power after the Supreme Court ruled recently that the president can fire members of independent agency boards without cause.</p><p>“The President, and head of the Executive Branch, reserves the right to remove individuals that may not be totally aligned with the important task of securing America’s elections and ensuring every legal vote is counted. The Slaughter decision gives the President precedence to do so,” said a White House statement to AP.</p><p>The president removed the four-seat commission's two Democratic members, Thomas Hicks and Benjamin Hovland. The panel's Republican member, Christy McCormick resigned. Former Republican commissioner Donald Palmer already had left his post voluntarily earlier this year. The changes were first reported by VoteBeat, a news outlet that covers elections and voting across the U.S,</p><p>Trump has repeatedly tried to reshape voting regulations, even though the U.S. Constitution grants control of elections to the states and not the president. Citing that separation of powers, courtshaveblocked most of Trump's two executive orders that sought to reshape voting. Trump has also launched an investigation of his 2020 loss, which he continues to falsely insist was due to fraud, and this week his administration threatened states if they did not try to purge what federal officials believe are noncitizens from their voter rolls.</p><p>Still, Trump has largely been powerless to change election processes through executive fiat and David Becker, a former Department of Justice attorney who runs the Center for Election Innovation & Research, said his purge of the EAC wouldn't alter that.</p><p>“This doesn't really change anything about how our elections will be run, and how states are successfully ensuring secure, convenient, safe elections,” Becker wrote on the social media site BlueSky Friday morning.</p><p>Critics accuse Trump of damaging voters' trust</p><p>On Capitol Hill, the leading Democrats with election oversight responsibility said Trump, rather than bolstering U.S. election integrity, is further politicizing the voting process.</p><p>“President Trump is trying to dismantle yet another independent guardrail of our democracy designed to keep elections fair and secure,” said Sen. Alex Padilla, D-California, and Rep. Joe Morelle, D-New York. “Purging commissioners just months before the midterm elections and further gutting support for our state and local elections officials is a blatant part of his plan to politicize our elections and enable more unlawful and dangerous election interference.”</p><p>Padilla is the ranking member of the Senate Rules Committee, and Morelle is ranking member of the House Administration Committee.</p><p>The lawmakers noted that the Supreme Court's conservative majority enabled Trump's move with its decision to “upend decades of executive power to appease the President.”</p><p>Staff at the Election Assistance Commission did not immediately respond Friday to a request for comment on the agency's operations moving forward.</p><p>While the White House statement did not offer a specific reason for Trump's action, the commission has previously declined to change the national voter registration form to require documentation of an applicant's U.S. citizenship, as Trump's urged in a sweeping March 2025 executive order on U.S. elections. Though the form itself does not require citizenship documents, voter registration materials from the agency do state clearly that it already is illegal to falsely claim U.S. citizenship to vote.</p><p>A federal judge blocked the order, ruling it exceeded the president's authority since the U.S. Constitution grants authority over elections management and oversight to Congress and the states. The administration has indicated it will appeal.</p><p>Trump hasn't said whether he'll pick new members</p><p>It was not clear whether Trump planned to nominate new members immediately or leave the positions vacant — a move that, months ahead of midterm elections, could prevent the agency from distributing new grants to state or local elections offices and perhaps complicate its role in overseeing testing and certification of voting systems around the country.</p><p>“The Administration from the start has been working across all agencies and local partners to safeguard elections from fraud and abuse, and investing in a strong infrastructure to sustain that mission especially in the midterm elections,” the White House said.</p><p>Congress created the commission as part of the Help America Vote Act, a bipartisan law signed by Republican President George W. Bush in 2002. The act requires the commission to include two Democrats and two Republicans, nominated by the president and confirmed by the Senate. Hicks and McCormick were appointed by President Barack Obama. Trump appointed Hovland during his first presidency.</p><p>According to VoteBeat, Hicks and Hovland were notified of their removal by an email signed by Morgan DeWitt Snow, the deputy director of presidential personnel in the Executive Office of the President.</p><p>More court fights are always possible</p><p>Hicks and Hovland could challenge their dismissals, but that ultimately could require the Supreme Court to revisit two decisions it just issued on the president's power over independent agencies.</p><p>The court ruled 6-3 last month in the case of former Federal Trade Commission member Rebecca Slaughter that Trump had wide executive authority to fire political appointees of independent executive agencies. Trump had fired Slaughter without cause despite a provision of federal law that required a reason and a nearly century-old Supreme Court precedent insulating independent agency heads from presidential whims.</p><p>The court's six conservatives said that the previous restrictions on presidential prerogatives violated the Constitution's separation of powers. The logic extends to other agencies, including the National Labor Relations Board, the Merit Systems Protection Board and the Consumer Product Safety Commission, where Trump also has fired board members.</p><p>In the separate case of Federal Reserve Board member Lisa Cook, whom Trump had tried to fire, a 5-4 majority deviated from the Slaughter decision and ruled that the president could not fire central bank governors without cause. Chief Justice John Roberts and Justice Brett Kavanaugh sided with the court's three liberals in the Cook case. They justified their exception to their Slaughter reasoning by citing the central bank's unique structure as congressionally chartered but independent, quasi-private institution whose “appearance of independence is key to the Federal Reserve’s design” and its role in setting monetary policy that shapes the U.S. and world economy.</p><p>Nicholas Riccardi in Denver contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/RN3BDXYBSVZKSS5XU3VEVUCTBM.jpg?auth=74c1b9d97979058b00ff22de0f2cf4e92d14372d1a04f916f2ea0255620ff4e9&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 flight on Air Force One after landing at U.S. Air Force Base at RAF Mildenhall, in Suffolk, Eastern England, Wednesday, July 8, 2026. (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/AA5QUPFWSZEMJY44UMTVHUAA7E.jpg?auth=758fa675efd07a77709905cb5074156b3341ad661d128977c7dbf302eb6ea83f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Voters head to the polls at the Enterprise Library in Las Vegas, Nov. 6, 2018. (AP Photo/Joe Buglewicz, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Joe Buglewicz</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/N2YAF7ST3WK7BYOAF66VGRN7OM.jpg?auth=8583fc86298cea908ca6b8c8b1ebe17ebb895f42a92a43139a42e17504455fe7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Commissioner Thomas Hicks takes a picture during the U.S. Election Assistance Commission Standards Board in-person public meeting, April 24, 2025, in Charlotte, N.C. (AP Photo/Chris Carlson, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Chris Carlson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/SEMN4JVXAXDOSF6JEHWVSX53DE.jpg?auth=1710e1ec88211c4b45b47d6c6fbd37d9852634abb20e93dfad8e8516b9154832&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Mark Earley, Leon County supervisor of elections, right, shows Don Palmer, of the federal election assistance commission, the sample ballot for the Tuesday primary, March 12, 2020 in Tallahassee, Fla. (AP Photo/Steve Cannon, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Steve Cannon</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XQCWPNRZSFTOABGZM5L3URUFSM.jpg?auth=f1afdf534e06e39f38140af59b964218bcd8d3a0bec5e27ff1357bea46754013&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A meeting goer arrives for a U.S. Election Assistance Commission Standards Board in-person public meeting, April 24, 2025, in Charlotte, N.C. (AP Photo/Chris Carlson, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Chris Carlson</media:credit></media:content></item><item><title><![CDATA[FBI warns dating app users after rise in armed robberies]]></title><link>https://www.local10.com/news/local/2026/07/09/fbi-warns-dating-app-users-after-rise-in-armed-robberies/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/09/fbi-warns-dating-app-users-after-rise-in-armed-robberies/</guid><dc:creator><![CDATA[Christian De La Rosa]]></dc:creator><description><![CDATA[The FBI is warning people who use dating apps to stay alert as agents report a rise in robberies targeting users who think they’re meeting someone for a date.]]></description><pubDate>Thu, 09 Jul 2026 21:49:22 +0000</pubDate><content:encoded><![CDATA[<p>The FBI is warning people who use dating apps to stay alert as agents report a rise in robberies targeting users who think they’re meeting someone for a date.</p><p><a href="https://www.local10.com/espanol/2026/07/09/fbi-advierte-a-usuarios-de-aplicaciones-de-citas-tras-aumento-de-robos-a-mano-armada/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/09/fbi-advierte-a-usuarios-de-aplicaciones-de-citas-tras-aumento-de-robos-a-mano-armada/">Leer en español</a></p><p>For many singles, dating apps are already a challenge.</p><p>The FBI says users need to watch out for more than the usual red flags, as some people are using dating apps to lure victims into robberies.</p><p>“I’m not meeting with them, linking first time in their crib,” one man said.</p><p>“Just have to be really careful,” another added.</p><p>“Crazy, seems to be happening all the time,” another person said.</p><p>“Linking up, getting horny and getting robbed,” another user said.</p><p>Some users said warning signs include profile photos that look “too professional,” while others stressed “not trusting anyone too much” and always meeting in public.</p><p>“If I use a dating app, though, you need to meet in public,” one person said.</p><p>The FBI says a growing number of dating app robberies involve suspects armed with weapons.</p><p>“There are bad guys and bad girls out there who are looking to take advantage of people who are just trying to have a good time,” retired Miami Assistant Police Chief Craig McQueen said.</p><p>McQueen believes many cases are never reported.</p><p>“The number of incidents is likely a lot higher,” he said. “I’m sure there’s a lot of unreported. People are embarrassed about it.”</p><p>He also said criminals are targeting users on gay dating apps.</p><p>“Particularly some folks who are not ready to let someone know they’re part of the LGBT community,” McQueen said.</p><p>Federal agents are urging dating app users not to share their net worth or other personal information, to use well-known dating sites and to meet in a safe, public location.</p><p>“Only use well-known sites,” McQueen said.</p><p>He also urged users to pay attention to where someone wants to meet, question why a match would need financial information and be cautious if someone creates a sense of urgency.</p><p>If a date pulls a gun during a public meeting, McQueen’s advice is simple: “Stand up. Don’t move or pass out.”</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[NATO leaders came to Turkey to discuss security. Erdogan gave them each an engraved revolver]]></title><link>https://www.local10.com/news/world/2026/07/10/nato-leaders-came-to-turkey-to-discuss-security-erdogan-gave-them-each-an-engraved-revolver/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/10/nato-leaders-came-to-turkey-to-discuss-security-erdogan-gave-them-each-an-engraved-revolver/</guid><dc:creator><![CDATA[By SUZAN FRASER, Associated Press]]></dc:creator><description><![CDATA[ANKARA, Turkey (AP) — Western leaders came to Turkey to discuss security in an increasingly perilous world. They each left with a revolver and six rounds.]]></description><pubDate>Fri, 10 Jul 2026 15:10:40 +0000</pubDate><content:encoded><![CDATA[<p>ANKARA, Turkey (AP) — Western leaders came to Turkey to discuss security in an increasingly perilous world. They each left with a revolver and six rounds.</p><p>The unconventional gift from the host of this week's NATO summit, Turkish President Recep Tayyip Erdogan, was meant to showcase his country's growing defense industry.</p><p>But it left officials across the alliance scratching their heads. Some were forced to leave their gifts behind due to gun laws in their countries, while others donated theirs to museums.</p><p>“It struck me that ⁠my gift of maple syrup kind of undermatched,” Canadian Prime Minister Mark Carney told reporters, adding that the firearm was now in police possession. “I would like to reassure Canadians, they keep guns away from me.”</p><p>The revolvers were engraved with leaders' names</p><p>“An unusual gift from President @RTErdogan at the NATO Summit: a Magnum revolver with ammunition, engraved with my name,” Hungary’s new Prime Minister Péter Magyar said on X, posting a photograph of a display box containing the revolver and six cartridges.</p><p>It was not immediately clear what he did with the gift.</p><p>Ursula von der Leyen, the European Union commission president, thanked Erdogan for the gift, which will be decommissioned and donated to a military museum, her spokesperson said.</p><p>British Prime Minister Keir Starmer told reporters that the gift bag included a note waiving export controls. Still, he left his behind to be decommissioned, because it would be illegal to import it into Britain.</p><p>Belgian Prime Minister Bart De Wever handed his revolver to airport police upon arrival. The revolvers gifted to German Chancellor Friedrich Merz and Dutch Prime Minister Rob Jetten were left at their countries’ embassies in Ankara and would also be taken out of service, officials said.</p><p>“My first reaction was, this is something a bit different to the box of syrup waffles that we gave out at the NATO summit in The Hague,” Jetten said Friday. “I think the Turkish president wanted to underscore what we saw during the NATO summit, namely that the Turkish defense industry is among the best in the world.”</p><p>Croatian President Zoran Milanović said he only found out after his return from the summit that Erdogan had given him a gun. His office said it would probably be handed over to a police museum.</p><p>“I didn’t take it. I shoot from different weapons,” Milanovic said, referring to his political style.</p><p>The White House did not immediately respond to questions about Erdogan's gifts.</p><p>On a visit to New Zealand last year, FBI Director Kash Patel gave the country’s police and spy bosses gifts of inoperable pistols that were illegal to possess under local gun laws and had to be destroyed.</p><p>The gift was aimed at highlighting Turkey's growing defense prowess</p><p>Erdogan's office has not commented on the gift. Turkish media reports identified the revolvers as the Gumusay .357 Magnum, a vintage six‑shot revolver produced by the Turkish state arms manufacturer, MKE.</p><p>Reports said the gun aimed to highlight Turkey's defense industry, which in recent decades has transformed from a major importer into an increasingly self‑reliant producer of advanced military systems, including drones and warships. It is in the process of developing its own next‑generation fighter jet.</p><p>Gun culture is deeply rooted in Turkey, and the gift hardly triggered any reaction in the country. Umut Vakfi, a foundation campaigning for gun control, says incidents of armed violence have reached alarming levels, reporting more than 2,700 last year in the country of 86 million people.</p><p>Turkey’s state-run Anadolu Agency said participants at the summit were also given a more conventional gift: a copy of Erdogan's biography, titled: “The politics of courage: Erdogan and the rise of Türkiye.”</p><p>___</p><p>Associated Press writers Jill Lawless in London, Jovana Gec in Belgrade, Stefania Dazio in Berlin, Mike Corder in The Hague, Sylvain Plazy in Brussels and Elena Becatoros in Athens contributed.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/LXKJJ5RCKGABBC4QHX4PNJ75YQ.jpg?auth=ab0db1e83a6bbeaa56041855150a0a9e309f08260886e8344cf4f07611f06cd2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Leaders including NATO Secretary General Mark Rutte, President Donald Trump, and Turkish President Recep Tayyip Erdogan pose for a photo during the NATO summit in Ankara, Turkey, Wednesday, July 8, 2026. (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/CJZDDC3KDEFVEPDGRKBHHQDZ6U.jpg?auth=94ea2dacb307a912c716a5ca62838fead2a74c6ce7a205dfa18d85bc34b67007&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Turkish President Recep Tayyip Erdogan speaks during a media conference at the NATO summit in Ankara, Turkey, Wednesday, July 8, 2026. (AP Photo/Emrah Gurel)]]></media:description><media:credit role="author" scheme="urn:ebu">Emrah Gurel</media:credit></media:content></item><item><title><![CDATA[Authorities urge awareness as South Florida family mourns death of toddler left inside hot vehicle]]></title><link>https://www.local10.com/news/local/2026/07/09/authorities-urge-awareness-as-south-florida-family-mourns-death-of-toddler-left-inside-hot-vehicle/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/09/authorities-urge-awareness-as-south-florida-family-mourns-death-of-toddler-left-inside-hot-vehicle/</guid><dc:creator><![CDATA[Christina Vazquez]]></dc:creator><description><![CDATA[The world of South Florida mother Cristina Lopez shattered on Sunday.]]></description><pubDate>Thu, 09 Jul 2026 21:16:43 +0000</pubDate><content:encoded><![CDATA[<p>The world of South Florida mother Cristina Lopez shattered on Sunday.</p><p><a href="https://www.local10.com/espanol/2026/07/09/autoridades-piden-crear-conciencia-mientras-familia-del-sur-de-florida-llora-la-muerte-de-nino-pequeno-dejado-dentro-de-un-vehiculo-bajo-el-sol/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/09/autoridades-piden-crear-conciencia-mientras-familia-del-sur-de-florida-llora-la-muerte-de-nino-pequeno-dejado-dentro-de-un-vehiculo-bajo-el-sol/">Leer en español</a></p><p>That’s when police notified her that <a href="https://www.local10.com/news/local/2026/07/08/i-just-want-justice-mother-speaks-out-after-toddlers-hot-car-death/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/07/08/i-just-want-justice-mother-speaks-out-after-toddlers-hot-car-death/">her 2-year-old daughter Brittany had died after being left inside a vehicle</a> for about three hours while in the care of a babysitter. </p><p>According to Lopez, the sitter asked an older relative to care for the child. That older man suffers from dementia, authorities said. </p><p>Now, Lopez says all she asks for is justice for her daughter. </p><p>Hallandale Beach Police Chief Grace Mariot says the investigation remains active as they await the medical examiner’s final report. </p><p>“This is a tragic event. No parent should have to endure the pain that this parent is enduring,” said Mariot. “We are waiting for the Broward County State Attorney’s Office to make a determination on whether charges are going to be filed.”</p><p>Added Mariot: “We urge the public, any caregiver, to make sure that you check the back seat.”</p><p>Retired Miami Police Chief Jorge Colina explained that there are complexities of coming to a charging decision in cases such as this.</p><p>“They could explore every potential charge that is on the table, but ultimately it is all going to be about what did the babysitter know? How old is the babysitter? Does the babysitter even understand what dementia is? Did they even understand how sick this person is and how their brain works?” said Colina. </p><p>“It is complicated, unfortunately. What did this person know? What is the real condition of this person? They may even have to go speak to a doctor as an expert as to what level of dementia did this person have and what did the babysitter know when the decision is made to pass on the responsibility?” he added. </p><p>Colina continued: “What makes them difficult is that you have to prove criminal intent, so in order for a prosecutor to secure a conviction for manslaughter or murder, they are going to have to show gross negligence or a complete disregard for life. Normally what happens in these cases is that it is a tragic accident, whether it is a terrible lapse of memory, or forgotten baby syndrome or something along these lines, and it is someone who is really close to the baby. </p><p>“Not only are you going have to prove criminal intent, but you are also mindful that if you have to go in front of jury, and it is a family member, and they are already devastated by a tragic loss, a jury is probably not going to want to punish them further,” he said. </p><p>There will likely be much more to learn as investigators comb through details on the specific circumstances leading up to the toddler’s tragic death.</p><p>“Is this something that has happened in the past? Does the mom know that?” said Colina. “That in the past she left the toddler with the babysitter who has explained if she has to run and get food or something, will leave the toddler with her dad or grandad -- happened a dozen of times and never been an issue? These are just some of the many questions that are going to be asked because it is all going to matter. It is all going to go into the decision of do they charge, and what is that charge?”</p><p>Colina added that it is important, especially for caregivers where caring for a young child is perhaps outside their daily routine, to place an item in the back seat with the child such as a purse or laptop, as a reminder. </p><p>The Hallandale Beach Police Department released the following statement to Local 10 News: </p><p>“Chief Michel again extends his condolences to the family and emphasizes the importance of preventing similar tragedies. ‘This tragedy has touched our entire community,’ the statement read. ”While nothing can undo the pain this family is experiencing, our hearts remain with the child’s family. We hope this child’s story inspires every caregiver to adopt one simple habit: always check the back seat before leaving your vehicle. Taking one extra moment could prevent another family from experiencing this unimaginable loss.”</p><p>The family has set up a <a href="https://www.gofundme.com/f/justice-for-brittany-and-support-for-cristina" target="_blank" rel="noreferrer" title="https://www.gofundme.com/f/justice-for-brittany-and-support-for-cristina">GoFundMe page</a> to help with funeral expenses. </p><p><b>RELATED LINK: </b></p><h4><a href="https://www.local10.com/news/local/2026/07/06/detectives-raise-heatstroke-awareness-after-toddler-dies-in-hallandale-beach/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/07/06/detectives-raise-heatstroke-awareness-after-toddler-dies-in-hallandale-beach/"><b>Police officers urge caution in hot cars after toddler dies in Hallandale Beach</b></a></h4><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[Zverev ends Fery's run at Wimbledon and will play for 2nd straight Grand Slam title]]></title><link>https://www.local10.com/sports/2026/07/10/zverev-to-play-for-2nd-straight-grand-slam-trophy-in-wimbledon-final-after-ending-ferys-run/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/10/zverev-to-play-for-2nd-straight-grand-slam-trophy-in-wimbledon-final-after-ending-ferys-run/</guid><dc:creator><![CDATA[By ANDREW DAMPF, Associated Press]]></dc:creator><description><![CDATA[LONDON (AP) — Alexander Zverev will play for another major trophy, this time in the Wimbledon final, a month after winning his first Grand Slam title at the French Open.]]></description><pubDate>Fri, 10 Jul 2026 15:41:33 +0000</pubDate><content:encoded><![CDATA[<p>LONDON (AP) — Alexander Zverev will play for another major trophy, this time in the Wimbledon final, a month after winning his first Grand Slam title at the French Open.</p><p>Zverev ended the “Ferytale” run of British wild card Arthur Fery with an overpowering 7-6 (0), 6-2, 6-4 victory in the semifinals at the All England Club on Friday.</p><p>“This Grand Slam has always been the one that I struggled with the most and all of a sudden I’m in the final of Wimbledon,” the 29-year-old German said. “We got one more match to go on Sunday and that’s what the focus is on.”</p><p>Zverev, whose breakthrough at Roland Garros came in his fourth Grand Slam final, is attempting to become the first man in the professional era (since 1968) to win his second title at the next event immediately after his first major trophy.</p><p>In Sunday’s final, Zverev will meet either defending champion Jannik Sinner or seven-time Wimbledon winner Novak Djokovic, who were up next on Centre Court.</p><p>Djokovic beat Sinner in their last meeting in five sets in the Australian Open semifinals.</p><p>“It’s not going to be easy no matter who it is against,” Zverev said. “But I have to trust myself and I have to believe that I can win and that’s what I’m going to do.”</p><p>The 114th-ranked Fery, who grew up five minutes from the All England Club and played at Stanford University, was attempting to become the first wild card to reach the final since Goran Ivanisevic won Wimbledon in 2001.</p><p>“I think this was just the beginning of his career and I really think that he’s going to do amazing things in this sport,” Zverev said of Fery.</p><p>It was another warm day in southwest London, with the temperature rising to about 85 degrees Fahrenheit (29 Celsius). It was also breezy and a bit cloudier than in recent days.</p><p>Zverev did well not to let the pro-Fery crowd get behind the local player too much and a double fault from Fery early in the first-set tiebreaker put Zverev in control.</p><p>The 6-foot-6 (1.98-meter) Zverev was also able to dominate with his serve, which he cranked up to 139 mph (224 kph).</p><p>The 5-foot-9 (1.75-meter) Fery, by comparison, was serving closer to 120 mph (193 kph).</p><p>The British spectators did their best to encourage Fery early on, chanting his name between points as they sipped their Pimm’s under their wide-brimmed hats.</p><p>At one point early on, chair umpire Marijana Veljovic had to tell the crowd to pipe down.</p><p>“Ladies and gentlemen: Do not react, if possible, until the end of the point,” Veljovic said, before adding later in the first set: “Once again, do not react during the rally. That’s very disturbing for both players,” which was met with a round of applause.</p><p>When it was over, Fery walked off to a standing ovation and applauded the crowd in return.</p><p>“I know that 99.99% of the stadium was wanting Arthur to win. But it was still such an incredible atmosphere. It was such a fair crowd as well,” Zverev said. “A lot of crowds in the world can take an example of this crowd. It’s one of the best crowds to play tennis in front of.”</p><p>Zverev had previously never been past the fourth round at Wimbledon.</p><p>Now he’s the first German man to reach the final of the grass-court Grand Slam since Boris Becker lost to Pete Sampras in 1995.</p><p>The last German man to win Wimbledon was Michael Stich, who beat Becker in the 1991 final.</p><p>Becker, the three-time Wimbledon champion, wished Zverev “congratulations” in German on X: tweeting “Glückwunsch Sascha !!!,” using the player’s nickname.</p><p>The women’s final on Saturday features two Czech players, Karolina Muchova against Linda Noskova.</p><p>___</p><p>AP Sports Writer Ken Maguire contributed to this report.</p><p>___</p><p>AP tennis: https://apnews.com/hub/tennis</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/JWSGOSYTOSU5ZPXUCWPQPJRVRY.jpg?auth=470dd24e80daa12b2ff0131c9a34c15e341bf591d483fc7aa60963e2071aba18&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Alexander Zverev of Germany celebrates after winning a point against Arthur Fery of Britain during their men's singles semifinal match at the Wimbledon Tennis Championships in London, Friday, July 10, 2026. (AP Photo/Kirsty Wigglesworth)]]></media:description><media:credit role="author" scheme="urn:ebu">Kirsty Wigglesworth</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ZGYBEL3SVKZSHWEHVHOOXP5ONQ.jpg?auth=26bb9e93f587113bed3de6e386c2fbc4c183a886a7e0a985d733701f9ac26be4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Alexander Zverev of Germany, right speaks to Arthur Fery of Britain at the net after Zverev won their men's singles semifinal match at the Wimbledon Tennis Championships in London, Friday, July 10, 2026. (AP Photo/Kirsty Wigglesworth)]]></media:description><media:credit role="author" scheme="urn:ebu">Kirsty Wigglesworth</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YULY7CTF32KH43FCI2KABBNBJI.jpg?auth=cc5cc6c5e1fcaa97c79c70ff52bbfa86460b3aa23e4979a352d54ec6eeb97ce4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Alexander Zverev of Germany celebrates after defeating Arthur Fery of Britain in their men's singles semifinal match at the Wimbledon Tennis Championships in London, Friday, July 10, 2026. (AP Photo/Kirsty Wigglesworth)]]></media:description><media:credit role="author" scheme="urn:ebu">Kirsty Wigglesworth</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QDZEJC4RAXG5RQUFHQUHDLXIYE.jpg?auth=859bdbcd5c10ef93387d5636f63ce167a49c4d6e39c7bc00bb5a14a2812bf5f1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Alexander Zverev of Germany, right, speaks to Arthur Fery of Britain at the net after Zverev won their men's singles semifinal match at the Wimbledon Tennis Championships in London, Friday, July 10, 2026. (AP Photo/Kirsty Wigglesworth)]]></media:description><media:credit role="author" scheme="urn:ebu">Kirsty Wigglesworth</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YVXWCNMS2VEXMSOKXK73QW5QW4.jpg?auth=2ab7167509936da03806cf062289fe2cb205655e0d6fb94ce3c7dce8f9f010c6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Alexander Zverev of Germany celebrates after defeating Arthur Fery of Britainn in their men's singles semifinal match at the Wimbledon Tennis Championships in London, Friday, July 10, 2026. (AP Photo/Kirsty Wigglesworth)]]></media:description><media:credit role="author" scheme="urn:ebu">Kirsty Wigglesworth</media:credit></media:content></item><item><title><![CDATA[Parents seek answers after 17-year-old found dead in Deerfield Beach canal]]></title><link>https://www.local10.com/news/local/2026/07/09/parents-seek-answers-after-17-year-old-found-dead-in-deerfield-beach-canal/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/09/parents-seek-answers-after-17-year-old-found-dead-in-deerfield-beach-canal/</guid><dc:creator><![CDATA[Samiar Nefzi]]></dc:creator><description><![CDATA[The parents of 17-year-old D’Quan Mizzick say they are left with more questions than answers after their son’s body was found Tuesday in a canal off Southwest 12th Avenue in Deerfield Beach.]]></description><pubDate>Fri, 10 Jul 2026 02:14:23 +0000</pubDate><content:encoded><![CDATA[<p>The parents of 17-year-old D’Quan Missick say they are left with more questions than answers after their son’s body was found Tuesday in a canal off Southwest 12th Avenue in Deerfield Beach.</p><p>“We don’t know. Don’t know,” his mother said. “We’re holding onto the Lord, but we don’t think he went swimming.”</p><p>Missick’s body was discovered after he disappeared Sunday. His mother said the last text message she received from him was asking her to pick him up and take him to church.</p><p>“The last text he texted me, he said he wanted me to come get him and bring him to church with me, and I told him to stay put, but he went over to his cousins,” she said.</p><p>According to his mother, Missick left the Fort Lauderdale area Sunday to help babysit his younger cousins. At some point, the teen vanished, prompting his partner to immediately begin searching for him, including near the body of water by Interstate 95 where he was later found.</p><p>“I remember telling my husband, ‘This is where my baby is, in this water,’” his mother said. “My spirit told me my son was there in that water.”</p><p>The circumstances surrounding how Missick ended up in the canal remain under investigation. </p><p>The Broward Sheriff’s Office told Local 10 News that no foul play is suspected, pending the results of an autopsy.</p><p>Missick was an active member of the Dillard “Kids on Fire” gospel choir and frequently shared his faith on social media.</p><p>“What’s holding me up is trusting God even when situations don’t look like what you expect,” his father said. “We’ll process this now by just trusting God through the process.”</p><p>Both of Missick’s parents are ministers at City of Expectation and say they are relying on their faith as investigators work to determine what happened.</p><p>“On Sunday morning, he was like, ‘Can I please get a hug?’ And he held us so tight and said, ‘I love you guys,’” his mother said. “We said, ‘We love you, too.’ That was it. It was like he knew something was going to happen.”</p><p>The family will hold a celebration of life at 6 p.m. Saturday at the location where Missick’s body was found.</p><figure><img src="https://www.local10.com/resizer/v2/NVQZDA5AYNFWTBQT732HC44JI4.jpeg?auth=d3db2e910fb9a6e87bcfe6ad47bf4652ea3b78334e90199f2512b4895d2220fb&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>They have also created a <a href="https://www.gofundme.com/f/help-us-honor-the-life-of-dquan-mizzick" target="_self" rel="" title="https://www.gofundme.com/f/help-us-honor-the-life-of-dquan-mizzick">GoFundMe</a> page to help with funeral expenses.</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[2-year-old dies after being found in lake behind Plantation home]]></title><link>https://www.local10.com/news/local/2026/07/09/2-year-old-dies-after-being-found-in-lake-behind-plantation-home/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/09/2-year-old-dies-after-being-found-in-lake-behind-plantation-home/</guid><dc:creator><![CDATA[Terrell Forney]]></dc:creator><description><![CDATA[A 2-year-old boy died Thursday after he was found unresponsive in a lake behind a Plantation home, according to police.]]></description><pubDate>Fri, 10 Jul 2026 01:09:48 +0000</pubDate><content:encoded><![CDATA[<p>A 2-year-old boy died Thursday after he was found unresponsive in a lake behind a Plantation home, according to police.</p><p>Officers responded around 5:35 p.m. to a report of a missing child at a home in the 1600 block of Northwest 108th Avenue.</p><p>Police said while officers were on the way, a family member found the child unresponsive in the lake behind the residence, pulled him from the water and immediately began CPR.</p><p>Plantation police officers arrived within minutes and took over lifesaving efforts until Plantation Fire Rescue arrived.</p><p>The child was taken to Broward Health Medical Center, where he later died.</p><p>Plantation police detectives are investigating the boy’s death.</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[SK Hynix rises 14% in debut on Wall Street as demand for memory chips soars amid AI frenzy]]></title><link>https://www.local10.com/news/2026/07/10/sk-hynix-hits-the-us-stock-market-as-demand-for-memory-chips-soars-amid-ai-frenzy/</link><guid isPermaLink="true">https://www.local10.com/news/2026/07/10/sk-hynix-hits-the-us-stock-market-as-demand-for-memory-chips-soars-amid-ai-frenzy/</guid><dc:creator><![CDATA[By DAMIAN J. TROISE, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Shares of South Korean memory chipmaker SK Hynix rose 14% as they made their debut on Wall Street, at a time when demand for chips is surging thanks to the frenzy around artificial intelligence.]]></description><pubDate>Fri, 10 Jul 2026 16:03:07 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Shares of South Korean memory chipmaker SK Hynix rose 14% as they made their debut on Wall Street, at a time when demand for chips is surging thanks to the frenzy around artificial intelligence.</p><p>The company is already one of the largest in South Korea, along with Samsung Electronics, and is a member of the Kospi index. Even with a recent pullback, the country's Kospi index is up 77% so far this year and SK Hynix shares have more than tripled.</p><p>SK Hynix priced its American depositary receipts, or ADRs, at $149 each Thursday and they opened Friday at $170 on the Nasdaq. The offering of 177.9 million ADRs raised proceeds of $26.5 billion, making it the biggest-ever initial share sale in the U.S. by a foreign company. An ADR is issued by a bank or broker and is a simplified way for U.S. investors to own foreign stocks through the U.S. markets.</p><p>SK Hynix is going public in the U.S. amid a surge in IPO proceeds. There were 48 IPOs raising a total of $104.8 billion during the second quarter, according to Renaissance Capital. It is the biggest quarter for deal proceeds in five years, in large part because of SpaceX raising $75 billion. Many of the companies going public are capitalizing on the demand for all things AI.</p><p>SK Hynix has a dominant position globally for high bandwidth memory, which is essential for the development of advanced AI technology. The company recently entered a partnership with Wall Street’s most valuable company, Nvidia, for advanced memory chips as AI infrastructure expands globally.</p><p>Increasing demand for AI has been driving a surge in profits for chipmakers. Memory chips have become more expensive as demand outpaces supply along with the advancement of artificial intelligence technology. Technology giant Apple recently announced an increase in prices for Macs and iPads because of the jump in price for memory chips.</p><p>The U.S. is SK Hynix’s largest market, accounting for 68.8% of its revenue last year. It is planning an expansion that includes building its first U.S. production facility, located in Indiana. Overall, the company had revenue of just under $65 billion in 2025. That helped profits double to about $28 billion.</p><p>The company recently joined with Samsung and the government in announcing plans to invest a combined 800 trillion won ($518 billion) in building a new computer chipmaking hub in South Korea’s southwest region, part of national efforts to expand investment beyond the greater Seoul metropolitan area, the country’s economic center and heart of its semiconductor sector.</p><p>The promise of growing profits has catapulted stock prices within the tech sector, particularly for chipmakers. Micron Technology's stock value more than tripled in 2025 and is on pace to more than triple again in 2026. Nvidia's stock had similar growth several years ago and notched more relatively modest gains in 2025.</p><p>Big chipmakers have become the most valuable and influential companies on Wall Street. Their high stock values give them outsized influence over Wall Street and major indexes have been setting records mostly because of the tech sector.</p><p>Shares in SK Hynix traded in Seoul slipped 0.3% on Friday.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/JX4B5UQMF4LCU2AA4H3AIWRCWQ.jpg?auth=935e4207b14200fb6199caf404b8aa5c7864c81288b3b6165fbddc2f1663ae06&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A logo of SK Hynix is seen at Korea Electronics Show in Seoul, South Korea, on Oct. 8, 2019. The big South Korean chipmaker will begin trading on the Nasdaq Friday, July 10, 2026. (AP Photo/Lee Jin-man, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Lee Jin-man</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HXE3KLDHH4KB76FZT4A6UTDLAE.jpg?auth=1ee539e7b8126b81fd908d99834bbeecc2f67fde08cfb6d5b19cca932195d4d2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Currency traders pass by a screen showing the Korea Composite Stock Price Index (KOSPI) and the foreign exchange rate between U.S. dollar and South Korean won at the foreign exchange dealing room of the Hana Bank headquarters in Seoul, South Korea, Monday, July 6, 2026. (AP Photo/Ahn Young-joon)]]></media:description><media:credit role="author" scheme="urn:ebu">Ahn Young-joon</media:credit></media:content></item><item><title><![CDATA[Volkswagen sales plunge as German automaker lays out plan to slash number of brands]]></title><link>https://www.local10.com/business/2026/07/10/volkswagen-sales-plunge-as-german-automaker-lays-out-plan-to-slash-number-of-brands/</link><guid isPermaLink="true">https://www.local10.com/business/2026/07/10/volkswagen-sales-plunge-as-german-automaker-lays-out-plan-to-slash-number-of-brands/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[BERLIN (AP) — Volkswagen reported weak sales numbers on Friday, a day after the giant German automaker announced plans to slash the number of models by nearly half as sales plunged, particularly in China.]]></description><pubDate>Fri, 10 Jul 2026 11:11:20 +0000</pubDate><content:encoded><![CDATA[<p>BERLIN (AP) — Volkswagen reported weak sales numbers on Friday, a day after the giant German automaker announced plans to slash the number of models by nearly half as sales plunged, particularly in China.</p><p>The Wolfsburg, Germany-based company said group sales fell 8.6% in the second quarter to just under 2.1 million vehicles, with sales in China alone plummeted by more than one-third.</p><p>After a board meeting on Thursday, Volkswagen said its “fundamental realignment” over the last three years had reached its next phase, announcing plans to streamline the model lineup by up to half, without providing specifics.</p><p>CEO Oliver Blume laid out plans to make VW faster and more competitive through less complexity, focused technologies, better alignment across regional markets and reduction of overcapacities, among other things, citing an “increasingly demanding environment.”</p><p>Among its main brands, the core Volkswagen unit saw deliveries of slightly over 1 million vehicles in the second quarter, a drop of 14% from a year earlier. Deliveries at Audi declined 8% and those at Porsche fell 18%.</p><p>Lamborghini, Skoda and the trucks unit reported upticks, and sales grew in the Americas and Europe.</p><p>Volkswagen cited dramatic change over the last year, including geopolitical tensions, rising costs mainly through tariffs, and increasing regulatory requirements alongside growing competition.</p><p>As recently as December, Volkswagen was betting big on China, where electric cars have been taking a greater market share and competition is stiff.</p><p>Research firm BernsteinSG, in a note after Thursday's announcement, expressed skepticism. “VW stated that it is extending its technology leadership, a claim that will likely raise eyebrows given the pace of innovation among its Chinese competitors,” it said.</p><p>Also Thursday, hundreds of employees led a protest outside the Volkswagen plant in Zwickau to demand protections for jobs and voice opposition to plans to close the site. The factory has fully switched to making electric cars.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/PVDLJUG6YSISCCNATNNLNB77XE.jpg?auth=6f76bad3cd6c16c6e680e2b6adff05feec70fbe06bf85c22099b8c99abea2634&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Employees of carmaker Volkswagen AG and IG Metall union members rally on the grounds of the Volkswagen headquarters on the day of the supervisory board meeting, in Wolfsburg, Germany, Thursday, July 9, 2026. (Lisi Niesner/Pool Photo via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Lisi Niesner</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5OWZFRGBRPWM6EUBNK4RISPWDU.jpg?auth=8203cecafcd738054dc0b31993f33151c83478813225c9f75cbb34304b61e945&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[From left; Christiane Benner, chairwoman of IG Metall union, Daniela Cavallo, chairwoman of the General and Group Works Councils of Volkswagen, and Thorsten Groeger, IG Metall regional leader for Lower Saxony and Saxony-Anhalt take part in a march by employees of carmaker Volkswagen AG and IG Metall union members rally on the grounds of the Volkswagen headquarters on the day of the supervisory board meeting, in Wolfsburg, Germany, Thursday, July 9, 2026. (Lisi Niesner/Pool Photo via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Lisi Niesner</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/7XCOF6N7D4WNHK2E5DNLJ62HWI.jpg?auth=d88cbcc3b60d221d8707469e1153c2c61d303ebfc528f5ef78ca15d4753091e9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Employees of carmaker Volkswagen AG and IG Metall union members rally on the grounds of the Volkswagen headquarters on the day of the supervisory board meeting, in Wolfsburg, Germany, Thursday, July 9, 2026. (Lisi Niesner/Pool Photo via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Lisi Niesner</media:credit></media:content></item><item><title><![CDATA[Weekday Recap: Trending Stories on Local10.com]]></title><link>https://www.local10.com/news/local/2025/08/01/weekday-recap-trending-stories-on-local10com/</link><guid isPermaLink="true">https://www.local10.com/news/local/2025/08/01/weekday-recap-trending-stories-on-local10com/</guid><description><![CDATA[Here are the Top 10 stories that were trending on Local10.com this week.]]></description><pubDate>Fri, 01 Aug 2025 12:38:57 +0000</pubDate><content:encoded><![CDATA[<p>Here are the Top 10 stories that were trending on <a href="https://www.local10.com/">Local10.com</a> this week. </p><p><a href="https://www.local10.com/espanol/2026/06/12/resumen-del-dia-historias-en-tendencia-en-local10com/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/12/resumen-del-dia-historias-en-tendencia-en-local10com/">Leer en español</a></p><ul><li><a href="https://www.local10.com/news/local/2026/07/08/man-fatally-shot-inside-vehicle-in-fort-lauderdale-police-say">Man fatally shot in vehicle outside Fort Lauderdale home, police say</a></li><li><a href="https://www.local10.com/news/florida/2026/07/07/ex-florida-gubernatorial-candidate-andrew-gillum-arrested-in-alabama" target="_blank">Ex-Florida gubernatorial candidate Andrew Gillum arrested in Alabama</a></li><li><a href="https://www.local10.com/news/local/2026/07/06/woman-21-dies-after-miramar-lamborghini-shooting-that-left-2-others-critically-injured" target="_blank">Influencer DreamDoll Bri dies after Miramar Lamborghini shooting that left 2 others critical</a></li><li><a href="https://www.local10.com/news/local/2026/07/08/north-miami-beach-police-captain-arrested-on-video-voyeurism-charge">North Miami Beach police captain arrested on video voyeurism charge</a></li><li><a href="https://www.local10.com/news/local/2026/07/07/fbi-offering-150k-reward-adding-fugutive-to-most-wanted-fraudster-list">FBI offering $150K reward for fugitive on ‘Most Wanted Fraudster’ list</a></li><li><a href="https://www.local10.com/news/local/2026/07/08/miami-dade-deputies-arrest-12-women-at-10-massage-parlors-in-2-days-records-show">Miami-Dade deputies arrest 12 women at 10 massage parlors in 2 days, records show</a></li><li><a href="https://www.local10.com/news/local/2026/07/08/ex-cellphone-store-employee-facing-serious-charges-over-alleged-theft-fraud-scheme">Ex-cellphone store employee facing charges over alleged theft, fraud scheme</a></li><li><a href="https://www.local10.com/news/local/2026/07/08/i-just-want-justice-mother-speaks-out-after-toddlers-hot-car-death">‘I just want justice’: Mother speaks out after toddler’s hot car death</a></li><li><a href="https://www.local10.com/news/local/2026/07/09/2-church-camp-counselors-accused-of-abusing-boy-9-in-southwest-miami-dade">2 church camp counselors accused of abusing boy, 9, in southwest Miami-Dade</a></li><li><a href="https://www.local10.com/news/local/2026/07/09/lgbtq-cruise-rerouted-after-turkey-egypt-deny-port-access-south-florida-passenger-speaks-out">LGBTQ+ cruise rerouted after Turkey, Egypt deny port access; South Florida passenger speaks out</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[EPA promised a Make America Healthy Again agenda. It has yet to materialize, frustrating activists]]></title><link>https://www.local10.com/health/2026/07/10/epa-promised-a-make-america-healthy-again-agenda-it-has-yet-to-materialize-frustrating-activists/</link><guid isPermaLink="true">https://www.local10.com/health/2026/07/10/epa-promised-a-make-america-healthy-again-agenda-it-has-yet-to-materialize-frustrating-activists/</guid><dc:creator><![CDATA[By MATTHEW DALY and ALI SWENSON, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — Last December, after Make America Healthy Again activists drew up a petition to get him fired, Environmental Protection Agency administrator Lee Zeldin pledged to release a formal agenda of MAHA priorities that his agency would pursue, including protections against harmful chemicals and other health concerns.]]></description><pubDate>Fri, 10 Jul 2026 16:37:55 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Last December, after Make America Healthy Again activists drew up a petition to get him fired, Environmental Protection Agency administrator Lee Zeldin pledged to release a formal agenda of MAHA priorities that his agency would pursue, including protections against harmful chemicals and other health concerns.</p><p>But eight months after its first mention and after repeated promises it was being drafted, the so-called MAHA agenda is nowhere to be found. When asked for a status update this week, an EPA spokesperson said MAHA is an ongoing effort, not a single report.</p><p>The apparent reversal on the release of a formal environmental health agenda is the latest in a cascade of disappointments for Health Secretary Robert F. Kennedy Jr.'s MAHA movement, who say they've lost faith that the Trump administration will take any significant action on pesticides, chemicals or other issues they view as key to address America's chronic disease epidemic. It also reflects the EPA's relentless rollback of environmental regulations even in the face of pressure from an important voting bloc that has supported President Donald Trump.</p><p>“I had really hoped that there would be specific steps that were taken through a MAHA agenda,” said activist Kelly Ryerson, whose social media account “Glyphosate Girl” focuses on nontoxic food systems. “We haven’t had any of the wins that we were requesting.”</p><p>Many in the diverse coalition of MAHA activists that Trump credits for helping him win back the White House say they plan to vote on issues over party in November's congressional elections, raising the political stakes of their increasingly public tensions with the Republican administration.</p><p>“People are done with the profits of corporations being prioritized over public health,” said Alexandra Muñoz, a molecular toxicologist who collaborates with activists on certain issues. “And I think that will have an important role in the midterms.”</p><p>MAHA is frustrated with EPA's actions</p><p>“Trump’s EPA,” as Zeldin frequently calls the agency, has vigorously pursued a deregulatory agenda. Earlier this year, Zeldin proposed overturning the landmark finding that climate change is a threat to human health. He moved to roll back dozens of environmental regulations in what he called “the greatest day of deregulation our nation has seen,” froze billions of dollars for clean energy and upended agency research.</p><p>At the same time, Zeldin has touted multiple “MAHA wins," some of which activists say are anything but. For example, he said the agency intends to regulate some chemicals called phthalates for environmental and workplace risks, but didn’t address the thousands of consumer products that contain the ingredients.</p><p>This week, the EPA diverted from past assurances that the MAHA report was in its “final stages,” telling The Associated Press in an email that the EPA’s actions should speak for themselves.</p><p>“The notion that MAHA is a single document waiting to be unveiled fundamentally misrepresents how we operate,” an agency spokesperson said, adding that work on MAHA priorities is “active and expanding every day.”</p><p>Ryerson and other MAHA activists said they've engaged with agency officials about changes they'd like to see, and occasionally succeeded. Her network of farmers worked with the administration on a recent executive order to advance regenerative agriculture. But she said EPA then used the order to justify new proposed uses for various herbicides, a move she called a “slap in the face.”</p><p>The same week, the Supreme Court dealt another blow to the MAHA cause in siding with pesticide maker Bayer in a ruling related to its legal liability for alleged harm caused by its Roundup weedkiller. The Trump administration had backed the company in the case.</p><p>Environmental activists say the rise of Kennedy and his MAHA mission has rippled across the administration, raising the public's awareness of pesticides — and expectations that Trump's administration would act.</p><p>“If RFK and the MAHA movement hadn’t put that issue in the center of the public spotlight, no one would be scrutinizing this nearly as closely," said Sarah Starman, a senior food and agriculture campaigner at the nonprofit Friends of the Earth.</p><p>EPA says getting microplastics out of drinking water is complicated</p><p>In a well-publicized gesture aimed in part at the MAHA movement, Zeldin in April included microplastics and pharmaceuticals on a list of contaminants that could be regulated under the Safe Drinking Water Act. Activists had pressured Zeldin for months to crack down on microplastics and other environmental contaminants.</p><p>But in a reversal in late June, the EPA did not include microplastics or pharmaceuticals on a list of chemicals it plans to test for under a mandatory program used to collect information about concerning chemicals in drinking water that could be harming human health.</p><p>The move rendered the EPA's earlier public health promises "functionally toothless,'' said Betsy Southerland, a former senior official in EPA’s water office.</p><p>Zeldin said on social media that “the technology to test and treat for microplastics in drinking water is still in development.” The EPA said in a Federal Register notice that it was “not feasible to develop a drinking water analytical method within the statutory timeframe.”</p><p>After making “a big splash in the press” on microplastics, "EPA has quietly stalled that momentum," said Southerland.</p><p>A White House Make America Healthy Again Report, released a few months into Trump’s second term, identified long-term exposure to environmental chemicals — including those widely found in plastics — as a leading cause of chronic disease in children.</p><p>Former industry lobbyists now have leading roles at EPA</p><p>Jeremy Symons, a senior adviser at the Environmental Protection Network, a group of former EPA employees and political appointees who are critical of the Trump administration, said Zeldin “pays lip service to MAHA, but sadly he is actually making Americans less safe from toxic chemicals.''</p><p>Alongside MAHA's influence on the Trump administration, industry lobbyists have made inroads at the EPA.</p><p>Kyle Kunkler, a former lobbyist for the soybean industry, leads pesticide policy at the EPA. The agency recently allowed continued use of dicamba, a weedkiller that has been linked to increased risk for some cancers.</p><p>Zen Honeycutt, a MAHA activist and founding executive director of Moms Across America, said the move is “what happens when the EPA allows itself to be pressured by corporations and by business.”</p><p>EPA also employs other former industry insiders. Nancy Beck, a former executive at the chemical lobbying group the American Chemistry Council, is a top official in EPA's Office of Chemical Safety and Pollution Prevention. Lynn Dekleva, another former chemistry council executive, serves as a Beck deputy.</p><p>The EPA said Kunkler and other political appointees have consulted with agency ethics officials to resolve any potential conflicts of interest. The MAHA movement has “driven this agency's work since President Trump's first day in office," a spokesperson said in an email, citing various initiatives including $945 million in grants to help states and communities cut “forever chemicals” known as PFAS in drinking water and identifying 30 drinking water contaminants proposed for nationwide monitoring.</p><p>On Thursday, the agency announced it was teaming up with Health and Human Services and the U.S. Department of Agriculture to protect consumers from heavy metals and other contaminants in food.</p><p>But for Ryerson and others, the lack of a promised MAHA agenda reads as a tactic to escape accountability.</p><p>“It absolves them of any failures, especially when it comes to midterms,” Ryerson said. “They won’t have to point to some list that they haven’t been able to achieve really anything on.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/UCZM3OO4BR7IQY4QAVSDTBRVPE.jpg?auth=8d1b104f6b82fc3d8c33f17ac15394522d7605e33e4bd0b033569477f28eb767&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Health and Human Services Secretary Robert F. Kennedy, Jr., arrives on stage at the inaugural Make America Healthy Again summit, Nov. 12, 2025, in Washington. (AP Photo/Rod Lamkey, Jr., File)]]></media:description><media:credit role="author" scheme="urn:ebu">Rod Lamkey</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RYL7Y2HVD6IQZDOFBEPBYYWWJY.jpg?auth=d6473c9dfb35718617a764cefadbc4b103e09d4f165abbe945ff230fb4ae8695&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A blue rectangular piece of microplastic sits on the finger of a researcher with the University of Washington-Tacoma environmental science program, after it was found in debris collected from the Thea Foss Waterway, in Tacoma, Wash., May 19, 2010. (AP Photo/Ted S. Warren, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Ted S. Warren</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/CNZBH3QIXUECTJ7ZL5STFY6LBA.jpg?auth=a03d6aad8a78b440943fb73a9c007ef9be38c719e2fafb23aeac01b10ff404b0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Containers of Roundup are displayed on a store shelf in San Francisco, Feb. 24, 2019. (AP Photo/Haven Daley, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Haven Daley</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HJRCMDIVVL6PRGHQYOQIGO2IWQ.jpg?auth=3b627f7f9e53d28fd045c1b8bcfab6977654b50c57428f2109d6ec29f9463f29&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Kelly Ryerson, known by her supporters as "Glyphosate Girl," poses for a portrait, Jan. 22, 2026, in Miami. (AP Photo/Marta Lavandier, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Marta Lavandier</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QUCTWPLMV35OQHVRKY2GNUKUXQ.jpg?auth=9f74254c01a163564578b9ee43bab90019c69bd55cd8035586622500649407c2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Lee Zeldin, Environmental Protection Agency administrator, listens during an event about loosening a federal refrigerant rule, in the Oval Office at the White House, May 21, 2026, in Washington. (AP Photo/Jacquelyn Martin, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jacquelyn Martin</media:credit></media:content></item><item><title><![CDATA[It's a mystery who launched the latest airstrikes against Iran]]></title><link>https://www.local10.com/news/world/2026/07/10/its-a-mystery-who-launched-the-latest-airstrikes-against-iran/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/10/its-a-mystery-who-launched-the-latest-airstrikes-against-iran/</guid><dc:creator><![CDATA[By JON GAMBRELL, Associated Press]]></dc:creator><description><![CDATA[DUBAI, United Arab Emirates (AP) — No one claimed responsibility Friday for airstrikes that hit Iran after the U.S. said it finished its attacks, leaving questions about who else may be targeting the Islamic Republic.]]></description><pubDate>Fri, 10 Jul 2026 16:24:50 +0000</pubDate><content:encoded><![CDATA[<p>DUBAI, United Arab Emirates (AP) — No one claimed responsibility Friday for airstrikes that hit Iran after the U.S. said it finished its attacks, leaving questions about who else may be targeting the Islamic Republic.</p><p>The strikes Thursday, just as Iran prepared to bury the late Supreme Leader Ayatollah Ali Khamenei, hit areas across southern Iran. The country's theocracy hasn't directly blamed anyone, though one lawmaker warned the United Arab Emirates about allegedly providing support to the U.S. campaign against Iran.</p><p>Gulf Arab states, which Iran has targeted repeatedly since the war began Feb. 28, did not immediately respond to requests for comment Friday about the strikes. The attacks come as those Gulf nations and the U.S. insist that the Strait of Hormuz, a vital waterway for world energy markets, must be open and free to ships to transit.</p><p>Iran says the strait must now be under its sole control and that vessels should begin to pay fees to Tehran — even though the world for decades has considered it an international waterway. About a fifth of all traded oil and natural gas passed through the strait before the war began.</p><p>Iran's grip on the strait during the conflict led to an global energy crisis, though oil prices have sharply dropped since wartime highs of $120 a barrel.</p><p>Israel, which took part in the Iran war, also has not claimed any recent attacks on Iran.</p><p>Unclaimed strikes came after US ended its attacks</p><p>The U.S. military's Central Command said Thursday around 6:30 a.m. local Iran time that it had concluded a round of strikes that hit 90 targets. Shortly after that, Iranian news outlets and state media reported a series of airstrikes and explosions targeting the country’s Bushehr and Sistan and Baluchestan provinces, the cities of Ahvaz and Chabahar and other areas.</p><p>Central Command did not respond to a request for comment about the additional strikes.</p><p>Iran responded to the strikes Thursday by launching a wider volley of attacks across the Mideast, targeting Bahrain, Jordan, Kuwait and Qatar. Missile alert sirens sounded in the four countries, sending people to seek shelter. One person was reportedly hurt in Kuwait as air defense systems targeted the incoming fire across the region.</p><p>The exchange of strikes again tested a shaky ceasefire deal between Tehran and Washington. U.S. President Donald Trump reiterated on social media Friday that he views the interim deal as “OVER!” But he said the U.S. would continue talks aimed at putting a permanent end to the war.</p><p>U.S. Central Command spokesperson Capt. Tim Hawkins said there were “no operational updates” after Trump's pronouncement about the ceasefire.</p><p>The leader of the UAE, Sheikh Mohammed bin Zayed Al Nahyan, traveled to Kuwait immediately after the Iranian attack for a meeting with the small, oil-rich nation's ruling emir. Gulf Arab countries also held calls with Qatar's foreign minister. He has been deeply involved, along with Pakistan, in mediating talks between Iran and the U.S.</p><p>During the Iran war, officials said both Saudi Arabia and the UAE launched airstrikes targeting Iran, after Tehran struck energy sites in their countries.</p><p>Israel, which under Prime Minister Benjamin Netanyahu has engaged in an intense campaign against Iran, has not attacked the Islamic Republic since June. Israel also broadly immediately claims its attacks on Iran.</p><p>Israel's government said Netanyahu spoke with Trump on Thursday night, with Trump updating Netanyahu “on American moves in the Gulf.”</p><p>Israel Katz, Israel's defense minister, also renewed threats that his nation stood ready to confront Iran if needed.</p><p>"If we will have to return, we will return with even greater force,” Katz told a military ceremony.</p><p>Iran keeps up its threats</p><p>On Friday, Iranian state media quoted Esmail Kousari, a member of the Iranian parliament's national security committee and a former commander in the paramilitary Revolutionary Guard, as warning the UAE would “pay the price for its cooperation with the United States.” He accused the Emirates of having a “behind-the-scenes” role in the recent U.S. attacks.</p><p>Iran repeatedly accused Gulf Arab states of actively supporting the U.S. war effort, something they denied during the war. The U.S. since the 1991 Gulf War has maintained a broad footprint of military bases across the Gulf Arab states, including in Bahrain, which is home to the U.S. Navy's 5th Fleet headquarters.</p><p>Meanwhile, Iran insists it must be the sole controller of the Strait of Hormuz. But the U.S. continues to urge mariners to travel on a southern route through Oman's territorial waters to avoid Iran.</p><p>The Joint Maritime Information Center, a multinational body overseen by the U.S. Navy, issued a new advisory Friday urging ships to travel that route. A similar message sparked an Iranian attack on Tuesday that saw three vessels hit.</p><p>“Notwithstanding recent unprovoked attacks on merchant vessels, mariners are reminded that the southern route of the (strait) has been expanded and remains available for all traffic,” the maritime center said.</p><p>Twenty-two ships transited the strait Thursday, down from 30 Wednesday and 41 on Tuesday, according to data and analytics company Kpler.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/WGPTF4GSB2PRPEVS64HN34RCLE.jpg?auth=4834f1736852d5746b71b8613740055bbe1363ca35869d04a6faa4a0dc5d5fd6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A man waves an Iranian flag during funeral ceremonies for slain Iranian Supreme Leader Ayatollah Ali Khamenei and members of his family at Imam Khomeini Mosalla Grand Mosque in Tehran, Iran, Sunday, July 5, 2026. (AP Photo/Altaf Qadri)]]></media:description><media:credit role="author" scheme="urn:ebu">Altaf Qadri</media:credit></media:content></item><item><title><![CDATA[July 10: Heat Advisory issued; rain chances increase]]></title><link>https://www.local10.com/weather/2026/07/10/july-10-heat-advisory-issued-rain-chances-increase/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/07/10/july-10-heat-advisory-issued-rain-chances-increase/</guid><dc:creator><![CDATA[Julie Durda]]></dc:creator><description><![CDATA[Happy Friday! A Heat Advisory has been issued for all of Broward and Miami-Dade, starting at 11 a.m.]]></description><pubDate>Fri, 10 Jul 2026 10:49:47 +0000</pubDate><content:encoded><![CDATA[<p>Happy Friday! A Heat Advisory has been issued for all of Broward and Miami-Dade, starting at 11 a.m. High temperatures will be in the low 90s, but heat indices will reach 105 to 110 degrees. Grab the rain gear -- there are changes today as a disturbance from the Atlantic will increase rain chances later this afternoon and into the evening hours, especially in the Keys. The hot, hazy, humid weather will continue leading into the weekend with the chance of a Heat Advisory to stay in place as well. Keep it tuned to Local 10 for more.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZVM6A6ZXGBFH5FRLH2CKLR7DDY.jpg?auth=5538de09b666ea5a5147343fa29e64118175bed12961ff44a71e0e9e91fc0d29&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Palm Beach County detectives seek information in 1999 cold case; reward offered for information]]></title><link>https://www.local10.com/news/local/2026/07/10/palm-beach-county-detectives-seek-information-in-1999-cold-case-reward-offered-for-information/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/10/palm-beach-county-detectives-seek-information-in-1999-cold-case-reward-offered-for-information/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[Palm Beach County Crime Stoppers is offering a reward up to $3,000 for information about a cold case homicide in which the body of a Black male was found floating in the Intracoastal Waterway in West Palm Beach in 1999.]]></description><pubDate>Fri, 10 Jul 2026 10:46:09 +0000</pubDate><content:encoded><![CDATA[<p>Palm Beach County Crime Stoppers is offering a reward up to $3,000 for information about a cold case homicide in which the body of a Black male was found floating in the Intracoastal Waterway in West Palm Beach in 1999.</p><p>Detectives with the Palm Beach County Sheriff’s Office said the body was discovered on March 27, 1999, near 100 Little Club Road.</p><p>The victim was believed to be between 20 and 35 years old. He was 5 feet, 6 inches tall and weighed between 145 pounds and 175 pounds.</p><p>Detectives said he had a tattoo on his left arm of a heart with a dagger through it, and at the time of his death was wearing a black T-shirt, black FUBU pants and white socks. </p><p>While the victim’s death was ruled a homicide, no other details have been released about how he died. </p><p>Anyone with information about the case is asked to call Detective Nancy Milliner of the Palm Beach County Sheriff’s Office Cold Case Unit at 561- 688-4003 or email <a href="mailto:MillinerN@pbso.org" rel="">MillinerN@pbso.org</a>. Anonymous tips can be made by calling Crime Stoppers at 1-800-458-8477 or dialing **TIPS. </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/U5AUU2RBQJG5ZKL7FSRWLUY3NY.jpg?auth=cbfc0cd5b04958b953d8278625f0eabb4c36a794a3c46045788a1edec190c3a8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[EU demands Facebook and Instagram dismantle design features it calls addictive for users]]></title><link>https://www.local10.com/business/2026/07/10/eu-demands-facebook-and-instagram-dismantle-design-features-it-calls-addictive-for-users/</link><guid isPermaLink="true">https://www.local10.com/business/2026/07/10/eu-demands-facebook-and-instagram-dismantle-design-features-it-calls-addictive-for-users/</guid><dc:creator><![CDATA[By KELVIN CHAN, Associated Press]]></dc:creator><description><![CDATA[The European Union accused Meta on Friday of breaching its social media law by designing Facebook and Instagram to get users hooked, and demanded it disable “key addictive features” like infinite scrolling.]]></description><pubDate>Fri, 10 Jul 2026 11:07:38 +0000</pubDate><content:encoded><![CDATA[<p>The European Union accused Meta on Friday of breaching its social media law by designing Facebook and Instagram to get users hooked, and demanded it disable “key addictive features” like infinite scrolling.</p><p>The EU's executive arm issued a fresh set of charges against Meta Platforms as part of its investigation under the 27-nation bloc's strict digital rule book known as the Digital Services Act. The sweeping set of regulations from Brussels requires tech platforms to protect internet users under threat of hefty fines.</p><p>The European Commission said Meta failed to properly assess the risks its design features pose to the physical and mental health of users, including minors. And while the company has tools and controls to help manage Facebook and Instagram use, it said they were easily overridden, dismissed, or technically challenging to use.</p><p>Meta “needs to implement design changes” to Instagram and Facebook, such as disabling “key addictive features” like autoplay of videos and infinite scroll so they’re not turned on by default, the commission said in its preliminary findings.</p><p>Meta now has the chance to respond and defend itself before the commission issues its final decision, which could result in a fine worth up to 6% of the company’s global annual revenue.</p><p>Meta said Friday that the preliminary findings do not recognize the steps that the company has already taken to protect teens.</p><p>“Since this investigation began, we rolled out Teen Accounts that automatically protect teens and put parents in control - allowing them to block access to Instagram at night and cap daily screen time at just 15 minutes,” Meta said in a prepared statement. "We share the European Commission’s commitment to providing teens with safe, positive online experiences and will continue to engage constructively with them.”</p><p>Europe is committed to enforcing its legislation that holds platforms accountable for addictive design features, said Henna Virkkunen, an executive vice-president at the commission overseeing tech.</p><p>“Protecting the physical and mental health of Europeans must be a priority for social media platforms,” Virkkunen said in a written statement.</p><p>Facebook and Instagram design features, including personalized recommendations and push notifications, serve up an endless stream of content, putting users' brains on “autopilot” and fueling compulsive use, the commission said.</p><p>Meanwhile, screen time controls that parents can impose on their teens' devices can be “easily dismissed” and don't result in a meaningful reduction of use, the commission said. And the controls are undermined by the technical expertise, time and effort that parents need to understand and use them, it said.</p><p>The commission's proposed design changes also included finding better ways to encourage screen time breaks, and changing the content recommendation system so that it’s less “engagement-oriented.”</p><p>The preliminary findings are the latest charges since Brussels opened its investigation in 2024 over concerns that the social media giant wasn't doing enough to protect children online.</p><p>The EU said earlier this year that Meta had failed to prevent children under 13, the company's minimum age to use Facebook and Instagram, from signing up. It also said Meta was not doing enough to identify and remove underage users after they had opened accounts.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/AB4EDHIB7FIUAH7JICTDGWSDFY.jpg?auth=5af7433848e713ae92cbd80dc8422c4a4ab89e262c6d53b8978cd20c87c463bb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A car passes Facebook's new Meta logo on a sign at the company headquarters on Oct. 28, 2021, in Menlo Park, Calif. (AP Photo/Tony Avelar, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Tony Avelar</media:credit></media:content></item><item><title><![CDATA[New York construction scare highlights the challenges of converting offices into housing]]></title><link>https://www.local10.com/business/2026/07/10/new-york-construction-scare-highlights-the-challenges-of-converting-offices-into-housing/</link><guid isPermaLink="true">https://www.local10.com/business/2026/07/10/new-york-construction-scare-highlights-the-challenges-of-converting-offices-into-housing/</guid><dc:creator><![CDATA[By R.J. RICO, JESSICA HILL and PHILIP MARCELO, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — When two steel columns buckled this week inside the former Pfizer headquarters in midtown Manhattan, the scare prompted evacuations and halted work on one of the nation’s largest office-to-apartment conversions.]]></description><pubDate>Fri, 10 Jul 2026 14:38:20 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — When two steel columns buckled this week inside the former Pfizer headquarters in midtown Manhattan, the scare prompted evacuations and halted work on one of the nation’s largest office-to-apartment conversions.</p><p>It also highlighted the complex engineering behind adaptive reuse projects, which have become increasingly popular as officials try to tackle a nationwide housing shortage by transforming offices that have sat underused since the COVID-19 pandemic.</p><p>The plans call for turning two office buildings — one built in 1909, the other in the 1960s — into about 1,600 apartments by adding more than a dozen stories atop the older structure and redesigning and expanding the other. The buckling occurred on the 21st floor of the newer structure, and crews have installed temporary supports as officials investigate.</p><p>Engineering experts said the conversion project is complex and poses many challenges, which include making sure older buildings can safely support new loads and carving up office floors to accommodate residential living.</p><p>But none said the high-profile setback should make people doubt the ability of engineers to complete such projects.</p><p>“I don’t think it really brings into question our understanding of how to do something like this,” said Ben Schafer, a structural engineering professor at Johns Hopkins University.</p><p>How do you build a new tower on top of an old one?</p><p>On its website highlighting the midtown project, adaptive reuse firm Collaborative Construction Management says the nine-story building from 1909 will be “threaded through” with a new addition of about 30 stories of poured concrete.</p><p>Schafer, who is not involved with the undertaking, said the likely approach is to have the century-old building continue to carry its own weight while building a new structural system to support additions.</p><p>“My interpretation would be that they’re going to leave that building carrying its own load, and they’re just going to poke holes in it so that they can take the load from the building that they’ve put above it and bring it all the way down to the foundation,” Schafer said.</p><p>Schafer said construction on the other tower presents a different challenge: punching holes in the existing floor plate to bring light into apartments, while also ensuring that the steel frame can support the newly added loads.</p><p>City officials have not determined what caused the columns to buckle. But both Schafer and Emily Guglielmo, a San Francisco-based structural engineer, believe the failure likely resulted from the added load.</p><p>Spokespersons for MetroLoft, the project developer, didn’t respond to requests for comment Thursday. But Nathan Berman, the firm’s founder, acknowledged in an interview with The Wall Street Journal that the added weight from widening the top 15 or so floors of the building likely caused the damage.</p><p>Guglielmo thinks that either the original design assumptions were misunderstood, something went wrong during the design or construction process, or construction crews overloaded or weakened the structure.</p><p>Adding stories to existing buildings is common in dense urban areas where land is scarce, she said, but it requires reviewing original construction documents and inspecting the building before determining how additional floors will affect the structure.</p><p>“In cities and towns that don’t have that available geography, you’re going to see a lot more of this type of a design where there’s an adaptive reuse to an existing building,” Guglielmo said.</p><p>Why not just create a new building from scratch?</p><p>To many structural engineers, demolition should occur only as a last resort.</p><p>“Tearing buildings down is a terrible waste,” Schafer said, pointing out that buildings and the construction sector are responsible for about 40% of the world’s energy-related carbon emissions. “From a sustainability standpoint, that’s a disaster.”</p><p>Beyond the environmental costs, demolishing and hauling away the remnants of huge buildings is especially expensive in dense cities such as New York.</p><p>If an existing structure can safely be reused, engineers generally prefer that.</p><p>James LaFave, a structural engineering professor at the University of Illinois Urbana-Champaign, said a steel-framed building from the 1960s, like the former Pfizer structure, would typically be a “very good” starting point for a conversion.</p><p>Does the scare in New York call into question other adaptive reuse projects?</p><p>In recent years, officials across the country have embraced office-to-housing conversions as a potential lifeline for downtown business districts that have struggled since the pandemic.</p><p>New York, especially, has embraced this push, as officials have made zoning changes and enacted tax incentives to spur housing production. A report from the New York City comptroller's office last year noted there are 44 adaptive reuse projects in the city that, as of early 2025, had either been completed, were underway or could move forward.</p><p>Pfizer moved out of the building in 2023 after opening a new office near Penn Station, leaving the property vacant. Construction on the property began in 2024.</p><p>Joshua Harris, director of Fordham University’s Real Estate Institute, said office-to-residential conversions are a key part of solving the housing shortages in New York and other cities, even if they come with risk.</p><p>“In a certain sense, it’s not terribly surprising that this happened, and we should have a little bit of grace,” he said. “These are very, very complicated surgical procedures being done to very old buildings.”</p><p>“This is part of the reality of fixing the housing crisis,” Harris continued. “Things like this can happen. It doesn’t look as complex as putting a rocket into space, but, in a real estate sense, construction in an environment like Manhattan on 42nd Street and Second Avenue is very complex.”</p><p>Guglielmo, the California engineer, said a combination of building codes, inspections and experienced construction crews makes failures like this rare.</p><p>“We’re very fortunate here in the United States that we are not seeing these types of failures on a day-to-day basis,” she said. “We’re privileged to have really robust building codes that explain to us as engineers how to do our designs in a way that’s safe.”</p><p>Still, Harris said it is likely a gut check for the industry, as office conversions transform once sleepy business districts across the city into 24/7 neighborhoods, like parts of Wall Street in recent years.</p><p>“If this building has a problem, all the other projects that have been sort of greenlit, they’re going to want to review to make sure that it’s not something similar,” Harris said.</p><p>___</p><p>Rico reported from Atlanta and Hill reported from Las Vegas.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/EMEGTPJA7ERF3UQHIHDWWDHDHM.jpg?auth=56cadeabecade5839832f7cd78bb753b5ae84f40b21a5c129c66396d66b429c1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People inspect a buckled support beam inside 235 East 42nd Street, Wednesday, July 8, 2026, in New York. (AP Photo/Yuki Iwamura)]]></media:description><media:credit role="author" scheme="urn:ebu">Yuki Iwamura</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ZS5Z73WNZ3KV6BKBTA4COHYOBQ.jpg?auth=a8b0aa34b8f0240c4035aed9b7002ea7a961973d01714bd5d6ad57be752b098e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A general view shows 235 East 42nd Street, Wednesday, July 8, 2026, in New York. (AP Photo/Yuki Iwamura)]]></media:description><media:credit role="author" scheme="urn:ebu">Yuki Iwamura</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/UIYUIAVIENY3HMOR6L3WB7ARAA.jpg?auth=93dbd2cf318b8706a7d7e2efeb63ccc810f7c3f56c87125ba43c6cf52f1533e9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The building at 235 East 42nd Street is seen Tuesday, July 7, 2026, in New York. (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/SHQH7CSAAFQUCGXKKJBMTOBYDI.jpg?auth=c9412192bb80f12bd04dbe4fd218d8e3771e22256ae8cf997c4d27c4fe7894b7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People inspect a buckled support beam inside 235 East 42nd Street, Wednesday, July 8, 2026, in New York. (AP Photo/Yuki Iwamura)]]></media:description><media:credit role="author" scheme="urn:ebu">Yuki Iwamura</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/MBLJWDOVIEGHWHCZWUJRVJPKDM.jpg?auth=31cc2ddc2a9fb5cb3cd2599c4d6eb448f984e5805584b320b0b30e7ee7f7037f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The unstable building at 235 East 42nd Street is seen Tuesday, July 7, 2026, in New York. (AP Photo/Angelina Katsanis)]]></media:description><media:credit role="author" scheme="urn:ebu">Angelina Katsanis</media:credit></media:content></item><item><title><![CDATA[China takes a page from SpaceX and recaptures the first stage of a rocket to reuse it]]></title><link>https://www.local10.com/news/world/2026/07/10/china-takes-a-page-from-spacex-and-recaptures-the-first-stage-of-a-rocket-to-reuse-it/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/10/china-takes-a-page-from-spacex-and-recaptures-the-first-stage-of-a-rocket-to-reuse-it/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[BEIJING (AP) — China successfully recaptured the first stage of a rocket after a launch on Friday in a breakthrough for the country's space program, state media said.]]></description><pubDate>Fri, 10 Jul 2026 13:54:25 +0000</pubDate><content:encoded><![CDATA[<p>BEIJING (AP) — China successfully recaptured the first stage of a rocket after a launch on Friday in a breakthrough for the country's space program, state media said.</p><p>The first stage of a Long March-10B rocket separated from the second stage after liftoff and returned to a platform in the sea, the official Xinhua News Agency said.</p><p>It was the first time China recovered the first stage of a rocket. America's SpaceX has been doing so for several years to drive down launch costs by reusing the booster that helps lift the satellites or whatever the rocket is carrying into space.</p><p>Elon Musk’s SpaceX and Jeff Bezos’ Blue Origin have been recovering their rockets since 2015, saving vast amounts of money by recycling them rather than ditching them after liftoff. SpaceX leads the pack with more than 600 landings of its first-stage Falcon boosters, steering them to ocean barges as well as landing zones near the launch pads. Just this week, SpaceX launched a booster for the 36th time, a new record.</p><p>For SpaceX’s bigger and more powerful Starships making test flights out of Texas and soon to expand to Florida, the company is working to capture the returning rockets with giant mechanical arms at the launch pad.</p><p>Blue Origin started out by landing its New Shepard boosters in Texas following short flights to the edge of space, and has since recovered its bigger New Glenn boosters on a floating platform off the Florida coast.</p><p>Now that China has joined the rocket recycling boom, Japan is up next with a launch and landing attempt this weekend.</p><p>The Long March rocket was launched from China's Hainan Island, a popular beach destination off the country's southern coast.</p><p>The rocket's reusable configuration can launch a payload of up to 16,000 kilograms (35,275 pounds) into what is called low Earth orbit, Xinhua said.</p><p>The maximum payload of the SpaceX Falcon 9 is 22,800 kilograms (50,265 pounds), according to the SpaceX website. The Falcon rockets transport astronauts and supplies to the International Space Station.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/DIOFKLBEHLZSSZRF35RDX3RUGI.jpg?auth=8ddb27257c50982a66939e9ff5e2a6adad37bcbfb7a8bbac7d34d6dfa1cdff00&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this photo released by Xinhua News Agency, a drone photo shows the successful capture of the returned first stage of Long March-10B carrier rocket on a seaborne platform via a net-capture system near Wenchang in southern China's Hainan province on Friday, July 10, 2026. (Xing Guangli/Xinhua News Agency via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Xing Guangli</media:credit></media:content></item><item><title><![CDATA[Many US Jewish adults have experienced assault or harassment over the past year, AP-NORC poll finds]]></title><link>https://www.local10.com/news/2026/07/10/many-us-jewish-adults-have-experienced-assault-or-harassment-over-the-past-year-ap-norc-poll-finds/</link><guid isPermaLink="true">https://www.local10.com/news/2026/07/10/many-us-jewish-adults-have-experienced-assault-or-harassment-over-the-past-year-ap-norc-poll-finds/</guid><dc:creator><![CDATA[By LINLEY SANDERS and AMELIA THOMSON-DEVEAUX, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — Many Jewish adults feel unsafe in the United States, a new AP-NORC poll finds, with a majority saying they feel less safe than they did before Hamas' Oct. 7, 2023 attack on Israel.]]></description><pubDate>Fri, 10 Jul 2026 15:25:06 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Many Jewish adults feel unsafe in the United States, a new AP-NORC poll finds, with a majority saying they feel less safe than they did before Hamas' Oct. 7, 2023 attack on Israel.</p><p>The survey from The Associated Press-NORC Center for Public Affairs Research points to how Jewish adults’ attitudes toward their own personal safety have changed over a relatively short period as more Americans became critical of the United States' close alliance with Israel. The war in Gaza sparked U.S. protests over Israel’s military actions against the Palestinians in Gaza, and coincided with an increase in violent attacks against U.S. Jewish communities.</p><p>The findings highlight the vulnerability that many Jewish adults in the U.S. feel as bipartisan support for Israel erodes and significant divides emerge within the Jewish community about what constitutes antisemitism — particularly when it comes to protesting Israel.</p><p>A significant share of Jewish adults, about 3 in 10, say they or someone in their household has experienced physical assault, verbal abuse, online harassment or damaged property because of their Jewish background over the last year, according to the survey.</p><p>Hal Guberman, a 30-year-old in New Jersey, wears a kippah with some trepidation ever since a stranger in a passing car yelled a slur at him when he was walking down the street last year.</p><p>“That person, they don’t know anything about me. They don’t know my politics. They don’t know my beliefs. They don’t know my viewpoints,” Guberman said. “But they saw me being visibly Jewish, and they made an opinion about me.”</p><p>Jewish adults see prejudice against Jews as a serious problem, and many feel unsafe</p><p>About 6 in 10 Jewish adults say that prejudice against Jewish people is an “extremely” or “very” serious problem in the United States today, a view that is heightened among Jewish adults who say they are “extremely” or “very” emotionally attached to Israel.</p><p>About one-third of Jewish adults say they feel “very” or “somewhat” safe as a Jewish person in the U.S. today, while about one-third feel “very” or “somewhat” unsafe. The remaining roughly 3 in 10 say they feel neither safe nor unsafe. Those with a close connection to Israel or who identify as Jewish by religion — instead of saying they are religiously unaffiliated with a cultural, ethnic or family connection to Judaism — are more likely to feel threatened in the current environment.</p><p>About 6 in 10 Jewish adults say they feel “less safe” as a Jewish person in the U.S. than they did before Hamas' 2023 attack, including about 7 in 10 of those who are religiously Jewish. About one-third of Jewish adults say they feel “about as safe” and very few feel safer.</p><p>Erin Baskin, a 36-year-old in Pennsylvania, said the Oct. 7 attacks didn't change how safe she feels because she had her own experiences with prejudice before then.</p><p>“I’ve always grown up with antisemitism,” she said. “Among the rural community I’m in, they conflate Judaism with Zionism all the time. Unfortunately, that’s kind of been my experience. It’s nothing new.”</p><p>Some Jewish adults have grown wary of outwardly identifying themselves as Jewish following the Oct. 7 attacks, the survey found.</p><p>About 4 in 10 Jewish adults say they are “less likely” to wear, carry or display things that might identify them as a Jewish person than they were before Hamas’ Oct. 7 attack. About half say they are “about as likely” and about 1 in 10 say they are “more likely.”</p><p>Caitlin Rosendorn, a 24-year-old in Illinois, said they used to wear a Star of David necklace, but now worries that wearing it could give people the incorrect impression that they support Israel's attacks against the Palestinian people.</p><p>“I don't want to wear a Star of David to work if that's going to alienate somebody who sees the Star of David as a symbol of Israel as opposed to a symbol of Judaism,” Rosendorn said. “I don't want people to get the wrong idea about my views.”</p><p>Many Jews report physical assault, property damage or harassment</p><p>About 1 in 10 Jewish adults say that in the past year, they or someone in their household has been physically assaulted. A similar share had property damaged or destroyed specifically because of their Jewish background.</p><p>About 2 in 10 Jewish adults say they or someone in their household has been called a slur, threatened, verbally harassed or verbally abused. Similarly, about 2 in 10 say they experienced online harassment or cyberbullying. Overall, about 3 in 10 of Jewish adults say that they or someone in their household has experienced at least one of these incidents because of their Jewish background.</p><p>Jewish adults who attend religious services at least once a month are much likelier than Jewish adults overall to say they or someone in their household has experienced attacks or harassment over their Jewish background — a finding that comes as there have been several targeted attacks on Jewish religious spaces in recent years.</p><p>Slightly less than half of Jewish adults who frequently attend religious services say they or someone in their household has faced verbal harassment. A similar share experienced online harassment, and about one-quarter have dealt with physical attacks or property damage.</p><p>Jon Kessler, 38, of California, who grew up in the Conservative tradition of Judaism, believes non-Jews might be surprised at the extent to which Jewish adults have to consider security at community events.</p><p>“Most people when they go to church don’t have armed security, but every synagogue has an armed security guard," Kessler said. "My son’s Jewish daycare has an armed security guard.”</p><p>Jews are divided over whether protesting Israel is a form of antisemitism</p><p>Protests surrounding speakers tied to Israel — whether Israeli Prime Minister Benjamin Netanahyu’s address to Congress or college speakers seen as either too supportive or too critical of the country — became more common following the backlash over Israel’s war in Gaza.</p><p>Jewish adults, in particular, are divided over whether protesting an event related to Israel is an act of prejudice against Jewish people generally. About half of Jewish adults say anti-Israel protests are not a form of antisemitism, but roughly 4 in 10 say they are.</p><p>Many anti-Israel protests have been tied to criticism of Israel’s military action in Gaza. More than 73,000 Palestinians have died in Gaza since Israel retaliated against Hamas’ attack in 2023, according to the Hamas-run Gaza Health Ministry, which doesn’t distinguish between civilian and militant deaths.</p><p>About two-thirds of Jewish adults say criticizing Israel for its military actions is not a form of antisemitism, but Jewish adults with a close emotional connection to Israel are more likely to say that criticism of Israel’s military actions is antisemitic. That said, relatively few Jewish adults say it’s antisemitic just to criticize Israel for “any reason.”</p><p>Americans overall are less likely to say it’s antisemitic to protest an event that is supportive of Israel, or to criticize Israel’s military actions — but they are also much less likely to have an opinion.</p><p>Jewish adults are more unified in deeming some actions as definitively antisemitic. The overwhelming majority say vandalizing synagogues or Jewish-owned businesses because of Israel’s actions is antisemitism. The same goes for denying the reality or scope of the Holocaust, putting responsibility for Israel’s actions on Jewish people in the United States, saying Israel shouldn’t exist as a Jewish state or claiming American Jews are more loyal to Israel than to the U.S.</p><p>There is less consensus among non-Jewish U.S. adults on whether some of these actions constitute antisemitism, with many saying they’re not sure.</p><p>Amanda Goldsmith, 53, who lives in Chicago, believes people have become too comfortable expressing antisemitic views online — something that she previously thought only existed in extremist spaces.</p><p>“Now, it seems like there was an undercurrent, and it’s a free-for-all, and everyone is free to say what they want,” she said. “The freedom with which people say horrible things about Jewish people is appalling.”</p><p>___</p><p>This story has been corrected to show that Caitlin Rosendorn uses they/them pronouns.</p><p>___</p><p>Associated Press writers Giovanna Dell’Orto in Minneapolis and Peter Smith in Pittsburgh contributed to this report.</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><p>___</p><p>The AP-NORC poll of 3,040 adults was conducted June 11-17 using a sample drawn from NORC’s probability-based AmeriSpeak Panel, which is designed to be representative of the U.S. population. The poll included interviews with 1,022 Jewish adults. The margin of sampling error for adults overall is plus or minus 2.8 percentage points and the margin of sampling error for Jewish adults is plus or minus 5.0 percentage points.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/JRMHRPPIK3O5OXHHKHVXL2KO7I.jpg?auth=3503606d5df0da75e1c17baacd33bb873067531b244506e20b37f6f8206a733f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - People watch the lighting of the world's largest menorah on Fifth Avenue by Central Park for the seventh night of Hanukkah, Dec. 31, 2024, in New York. (AP Photo/Heather Khalifa, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Heather Khalifa</media:credit></media:content></item><item><title><![CDATA[Tifón Bavi se dirige hacia Taiwán y el este de China; capital taiwanesa cierra escuelas]]></title><link>https://www.local10.com/espanol/2026/07/10/el-tifon-bavi-se-dirige-hacia-taiwan-y-el-este-de-china/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/10/el-tifon-bavi-se-dirige-hacia-taiwan-y-el-este-de-china/</guid><dc:creator><![CDATA[Por THE ASSOCIATED PRESS, Associated Press]]></dc:creator><description><![CDATA[BEIJING (AP) — Un poderoso tifón se dirigía el viernes hacia la costa este de China, la más reciente de una serie de tormentas mortales que ya han cobrado 50 vidas esta semana en otras dos partes del país.]]></description><pubDate>Fri, 10 Jul 2026 15:32:01 +0000</pubDate><content:encoded><![CDATA[<p>BEIJING (AP) — Un poderoso tifón se dirigía el viernes hacia la costa este de China, la más reciente de una serie de tormentas mortales que ya han cobrado 50 vidas esta semana en otras dos partes del país.</p><p>En un principio se tenía previsto que el tifón Bavi, que registra vientos máximos sostenidos de 155 kilómetros (96 millas) por hora, pasara al norte de Taiwán, llevando fuertes lluvias a la isla de 23 millones de habitantes desde la noche del viernes hasta el sábado.</p><p>Las escuelas permanecieron cerradas el viernes en Taipéi, la capital de la isla, y en puertos del norte de Taiwán los barcos pesqueros han sido amarrados muy juntos. Muchos vuelos a Japón, Hong Kong y otros destinos han sido cancelados hasta el sábado, aunque algunos seguían programados, publicó la Agencia Central de Noticias de Taiwán.</p><p>La actual trayectoria del tifón hacia el noroeste lo llevará sobre algunas islas japonesas remotas antes de pasar al norte de Taiwán el sábado. Se pronostica que toque tierra en China la noche de ese día al sur de Shanghái, cerca de la frontera entre las provincias de Fujian y Zhejiang.</p><p>Más de 17.000 personas han sido evacuadas en Zhejiang y 170.000 rescatistas fueron puestos en alerta, reportó la agencia oficial china de noticias Xinhua. Fujian ha suspendido algunas rutas de transbordadores debido a los fuertes vientos y el mar agitado, y pidió a los barcos pesqueros que regresen a puerto.</p><p>Bavi se ha debilitado desde la intensidad de supertifón que tuvo previamente en la semana, cuando desató vientos violentos a Saipán y otros territorios de Estados Unidos en el Pacífico.</p><p>En el sur de China, las autoridades anunciaron el jueves que 39 personas habían muerto en inundaciones provocadas por la tormenta tropical Maysak, que empapó durante días partes de la región de Guangxi con lluvias récord.</p><p>Las lluvias provocaron el desbordamiento de algunos embalses, incluida la dramática ruptura parcial de una presa en Hengzhou, que inundó una amplia zona con agua lodosa y de fuerte corriente. Las inundaciones dejaron a personas varadas durante días en los segundos pisos y en plantas superiores de edificios, muchas sin electricidad, hasta que los rescatistas pudieron llegar a ellas.</p><p>Otras 11 personas murieron en el centro de China cuando fuertes tormentas eléctricas y tornados causaron estragos en la provincia de Hubei el lunes por la noche.</p><p>Por separado, un deslizamiento de tierra dejó 21 trabajadores forestales muertos el martes en la provincia de Gansu, en el oeste de China, en un desastre que no estuvo relacionado con las tormentas.</p><p>___</p><p>Esta historia fue traducida del inglés por un editor de AP con la ayuda de una herramienta de inteligencia artificial generativa.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/VJDIKXVBDQGQIPA6KAOVADRGCE.jpg?auth=6da76b135880fa1bfb1fcf38603331b38c31eba0aa5178b264030914de1b646d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[En esta imagen, extraída de un video, se observan olas rompiendo contra las rocas antes del paso del tifón Bavi a lo largo de la costa de Keelung, el jueves 9 de julio de 2026, en el norte de Taiwán. (AP Foto/Taijing Wu)]]></media:description><media:credit role="author" scheme="urn:ebu">Taijing Wu</media:credit></media:content></item><item><title><![CDATA[Seafarers attacked in the Strait of Hormuz sue shipping company in Thailand]]></title><link>https://www.local10.com/news/world/2026/07/10/seafarers-attacked-in-the-strait-of-hormuz-sue-shipping-company-in-thailand/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/10/seafarers-attacked-in-the-strait-of-hormuz-sue-shipping-company-in-thailand/</guid><dc:creator><![CDATA[By JINTAMAS SAKSORNCHAI and ANTON L. DELGADO, Associated Press]]></dc:creator><description><![CDATA[BANGKOK (AP) — Three former crew members of a Thai cargo ship struck in the Strait of Hormuz in March filed a lawsuit Friday against the vessel’s operator over labor rights violations and unfair dismissal.]]></description><pubDate>Fri, 10 Jul 2026 08:21:50 +0000</pubDate><content:encoded><![CDATA[<p>BANGKOK (AP) — Three former crew members of a Thai cargo ship struck in the Strait of Hormuz in March filed a lawsuit Friday against the vessel’s operator over labor rights violations and unfair dismissal.</p><p>The ship, the Mayuree Naree, was hit by a projectile north of Oman on March 11, killing three people. The remaining 20 crew members were rescued and returned to Thailand about a week later.</p><p>Former crew members Panithi Tumkaew, Noppadon Wongsuvan and Surades Manpuen filed the lawsuit against Precious Shipping Co. as well as two affiliated companies and the ship’s captain.</p><p>The lawsuit alleges that the defendants endangered their lives by sailing through the strait despite the security risks, according to their lawyer Kunpat Singhathong.</p><p>Kunpat said the three men were also dismissed before the completion of their nine-month employment contracts after the attack rendered the ship inoperable. He said they received compensation equivalent to two months’ salary.</p><p>The compensation was inadequate because they have since been diagnosed with post-traumatic stress disorder, leaving them unable to continue working as sailors for the foreseeable future, he said.</p><p>“We tried to negotiate with the company, but it denied responsibility, so we believe the matter should be brought to the court,” Kunpat said before filing the case with the Central Labor Court in Bangkok.</p><p>He declined to identify the amount of compensation they are seeking, only that it would be over a million baht ($30,000) per person.</p><p>Panithi, who said he had worked for Precious Shipping for more than a decade, said his wife encouraged him to seek medical treatment after noticing changes in his behavior.</p><p>“When there are loud noises, I’ll get startled," he said. “I can’t work now, and I have to take medication.”</p><p>Precious Shipping did not respond to requests for comment.</p><p>The remains of the three crew members killed in the attack were repatriated to Thailand earlier this month.</p><p>In a statement on July 3, Precious Shipping thanked everyone involved in the repatriation process and expressed its condolences to the victims’ families. The company said it “remains committed to providing full assistance, care, and support to bereaved families throughout this difficult time.”</p><p>On Thursday, the United States launched new airstrikes against Iran, which responded by targeting American allies in the Middle East. The exchange of fire threatens an interim deal intended to help end the Iran war.</p><p>The conflict has choked off the Strait of Hormuz, a vital shipping lane for about a fifth of global trade in crude oil and liquefied natural gas. Most of this was bound for Asia, which has struggled with a continentwide energy shock since the war began on Feb. 28.</p><p>The safety of stranded seafarers in the Persian Gulf has been a source of concern among Asian nations — like India, the Philippines and Thailand — whose citizens make up a significant portion of ship crews.</p><p>“This is not simply a matter of shipping statistics,” said Arsenio Dominguez, the secretary-general of the United Nations' International Maritime Organization in a statement Wednesday. “Behind the figures are seafarers, and in some cases their families, who continue to bear the human cost of this conflict.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/VJHGZJKQZQ3OUGVGJEECTZ6OHQ.jpg?auth=13aa06e2dc5e210c23c7251adef697575104a42d308c36a928be30efc159266d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Lawyer Kunpat Singhathong and three sailors from the Thailand-flagged ship, the Mayuree Naree, speak to journalists outside the Central Labour Court in Bangkok, Thailand on Friday, July 10, 2026. (AP Photo/Anton L. Delgado)]]></media:description><media:credit role="author" scheme="urn:ebu">Anton L. Delgado</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BH4QHMPMSE4Y3FMLDZUJ6OCBFI.jpg?auth=a944d099ab408faa9431b613cab8565cbbff5f1d4b855470fc72da6abde58233&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Panithi Tumkaew, a former sailor from the Thailand-flagged ship, the Mayuree Naree, stands outside the Central Labour Court in Bangkok, Thailand on Friday, July 10, 2026. (AP Photo/Anton L. Delgado)]]></media:description><media:credit role="author" scheme="urn:ebu">Anton L. Delgado</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/7FZLU6CO4Y6F5MXNRMGQCMZQTI.jpg?auth=6bf1aecf916d1bc6df6bf49d8e96125f9c4aea5f49240cd59cab03e4cb46564f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A Thai lawyer holds legal documents for a case filed by former sailors of the Thailand-flagged ship, the Mayuree Naree, outside the Central Labour Court in Bangkok, Thailand on Friday, July 10, 2026. (AP Photo/Anton L. Delgado)]]></media:description><media:credit role="author" scheme="urn:ebu">Anton L. Delgado</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/M4YDSGCROGO7LSGSIHNBWLKU64.jpg?auth=99052111831f4d7878e772e81b8bc3a8d201476d80dedb2ca55e069a86aee7e1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Smoke billows from the Mayuree Naree, a Thailand-flagged bulk carrier, after it was hit by a projectile in the Strait of Hormuz, north of Oman, on March 11, 2026. (Panithi Tumkaew via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Panithi Tumkaew</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/T3CCBVLFKQYIPAOXQXFA2S57K4.jpg?auth=b7a628179eff4b3d96961bdfa83d31c26480daa0473d4d0b904a3e421bf772b5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Seafarers take shelter and don life jackets on the Mayuree Naree, after the Thailand-flagged bulk carrier was hit by a projectile in the Strait of Hormuz, north of Oman, on March 11. (Panithi Tumkaew via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Panithi Tumkaew</media:credit></media:content></item><item><title><![CDATA[Stocks and oil prices drift, while South Korean AI darling SK Hynix leaps in its Wall Street debut]]></title><link>https://www.local10.com/business/2026/07/10/stocks-and-oil-prices-drift-while-south-korean-ai-darling-sk-hynix-leaps-in-its-wall-street-debut/</link><guid isPermaLink="true">https://www.local10.com/business/2026/07/10/stocks-and-oil-prices-drift-while-south-korean-ai-darling-sk-hynix-leaps-in-its-wall-street-debut/</guid><dc:creator><![CDATA[By STAN CHOE, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — U.S. stocks and oil prices are drifting toward a quiet finish of the week Friday following their earlier fireworks on worries about how the war with Iran will affect the global flow of crude.]]></description><pubDate>Fri, 10 Jul 2026 16:36:23 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — U.S. stocks and oil prices are drifting toward a quiet finish of the week Friday following their earlier fireworks on worries about how the war with Iran will affect the global flow of crude.</p><p>The S&P 500 was virtually unchanged in midday trading and on track to close out its fourth winning week in the last five. The Dow Jones Industrial Average was up 101 points, or 0.2%, as of 11:45 a.m. Eastern time, and the Nasdaq composite was 0.2% lower.</p><p>Oil prices eased following earlier fluctuations as a series of unclaimed airstrikes hit Iran after the United States said it finished its attacks. The price for a barrel of Brent crude oil, the international standard, fell 0.9% to $75.63.</p><p>That’s above its $72 price from the start of the week, but it’s still well below its wartime peak of nearly $120. The worry is that continued fighting could block oil tankers from the Strait of Hormuz  and prevent the delivery of crude from the Persian Gulf to customers worldwide.</p><p>President Donald Trump said on his social-media platform that he agreed to continue talks with Iran but also that the United States told it “in no uncertain terms, that the Cease Fire is OVER!”</p><p>With the wait ongoing for what will happen next with the strait, some of the strongest action on Wall Street was for the U.S. trading debut of a South Korean tech giant, SK Hynix.</p><p>The chip company raised roughly $26.5 billion by selling American depositary shares at a price of $149 each. That price jumped immediately after the ADRs began to trade on the Nasdaq in the midday hours, and it was most recently up 13.4%.</p><p>SK Hynix's stock in Seoul has already surged 634% over the last year thanks to euphoria around artificial-intelligence technology. The boom has created real profits thanks to surging demand for computer memory. But it’s also raised worries that AI stock prices have shot too high and that all the world’s spending on chips and data centers won’t be able to produce enough productivity and profit growth to make it worth it.</p><p>Beyond the sharp recent swings for AI stocks, the focus on Wall Street is shifting to the upcoming reporting season for companies’ profits during the spring.</p><p>Delta Air Lines said it was able to absorb higher fuel prices from April through June because of strong demand from customers to fly, including a wide range of corporate travelers. Its profit and revenue topped analysts’ expectations, and it gave a forecasted range for profit in the summer whose midpoint was above analysts’ expectations.</p><p>Delta’s stock fell 2.2%, though, after coming into the day with a strong 28.2% rise for the year so far.</p><p>Companies across industries will need to produce big growth in profits to justify the big moves for their stock prices, which are broadly near records. Next week will feature earnings reports from many of the biggest U.S. banks, including Bank of America, Citigroup, JPMorgan Chase, Goldman Sachs and Wells Fargo on Tuesday alone.</p><p>Eleswhere on Wall Street, Circle Internet Group rose 5.9%. The company behind the USDC cryptocurrency, which is supposed to keep the value of $1, said it won U.S. regulatory approval to establish a bank. It will operate under the name Circle National Trust, and CEO Jeremy Allaire said the move “marks a defining step in bringing blockchain technology and digital assets into the core of the U.S. financial system.”</p><p>WD-40's stock jumped 10.7% after reporting much stronger profit for the latest quarter than analysts expected.</p><p>In the bond market, Treasury yields held relatively steady as oil prices drifted. The yield on the 10-year Treasury remained at 4.55%, where it was late Thursday.</p><p>High yields have shaken financial markets worldwide recently. They've climbed on worries about expensive oil and high inflation, which could push the Federal Reserve and other central banks to  raise interest rates.</p><p>Higher rates can keep a lid on inflation, but they also slow the economy and hurt prices  for all kinds of investments.</p><p>In stock markets abroad, indexes were mixed. South Korea’s Kospi jumped 2.5%, and Japan’s Nikkei 225 rose 1.2% for two of the world’s bigger moves. Stocks fell 1% in Shanghai.</p><p>___</p><p>AP Business Writers Chan Ho-him and Matt Ott contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/GR54EVR2KEW2U7CPSSP2ZPGTMU.jpg?auth=f4cb48d880526081ff69654faa0d4489878337e2901bf022473db96e98508aaf&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Trader Michael Milano, center, works on the floor of the New York Stock Exchange, Friday, June 26, 2026. (AP Photo/Richard Drew)]]></media:description><media:credit role="author" scheme="urn:ebu">Richard Drew</media:credit></media:content></item><item><title><![CDATA[A shoe factory fire that killed 28 highlights China's persisting worker safety risks]]></title><link>https://www.local10.com/business/2026/07/10/a-shoe-factory-fire-that-killed-28-highlights-chinas-persisting-worker-safety-risks/</link><guid isPermaLink="true">https://www.local10.com/business/2026/07/10/a-shoe-factory-fire-that-killed-28-highlights-chinas-persisting-worker-safety-risks/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[BEIJING (AP) — Authorities were investigating a blaze at a shoe factory in southeastern China’s Fujian province that killed 28 people, raising renewed concern over worker safety.]]></description><pubDate>Fri, 10 Jul 2026 06:32:00 +0000</pubDate><content:encoded><![CDATA[<p>BEIJING (AP) — Authorities were investigating a blaze at a shoe factory in southeastern China’s Fujian province that killed 28 people, raising renewed concern over worker safety.</p><p>The state-run Xinhua News Agency said Friday that a search had ended while an investigation was underway into the cause of the fire Thursday that gutted the Fujian Huiteng factory in Jinjiang, a manufacturing hub for sports shoes.</p><p>According to product listings on online sales and import platforms, Fujian Huiteng makes shoes for both Chinese and foreign brands.</p><p>Local media footage showed people trapped on the roof of the five-floor building, enveloped in thick black smoke, while the spray from fire truck hoses fell short of flames showing through windows on its upper floors. Xinhua said the factory’s owner and managers were arrested and the company’s accounts were frozen.</p><p>When the fire started, 237 factory workers and two visitors were in the building. Two of the 213 people rescued from the factory were pronounced dead after being taken to hospitals. Another 26 missing people were later confirmed dead, according to state broadcaster CCTV.</p><p>Work safety has been a persistent problem in China. In May, an explosion at a fireworks plant in the city of Changsha in the central province of Hunan killed at least 37 people. In 2024, a fire at a refrigeration facility under construction killed 39 people in the city of Xinyu in the southeastern Jiangxi province.</p><p>Authorities have repeatedly ordered businesses to screen for workplace hazards. Official data show 18,261 people died in nearly 20,000 workplace accidents across the country in 2025, down from the previous year.</p><p>Chinese President Xi Jinping demanded a swift investigation of the disaster and said authorities would “strictly hold those responsible accountable.”</p><p>Jinjiang has thousands of shoe factories and is considered the “shoe capital” of China, making about a fifth of all athletic shoes, more than a billion a year, according to state media and industry reports.</p><p>The area’s transformation from small workshops and factories into an export industry hub, which Xi has often referred to as the “Jinjiang Experience,” is considered a model for China’s ascent as a world manufacturing power.</p><p>CCTV said the fire started on the first level of the concrete-structured building, where a workshop and a warehouse were located.</p><p>A local fire department official said in an interview with the state broadcaster that shoe sole material piled up in stairwells hindered firefighters from reaching the flames to extinguish them. The shoe materials were highly flammable, CCTV said.</p><p>CCTV also said the fire department sent 183 people and 35 vehicles to the factory and that open flames were extinguished after about four hours. Xinhua later said more than 500 people joined the rescue and search operation.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/J7T3T3EGBBELVNJ3QYYVWLKGLQ.jpg?auth=53919ce812cee79fea0b02059c10114a22d9eb0454a132db1d45e4b40f1e6697&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this photo released by Xinhua News Agency, firefighters work at the scene of a footwear factory fire in Jiangtou village, Chendai township of Jinjiang city, southeastern China's Fujian province, on Thursday, July 9, 2026. (Zhou Yi/Xinhua News Agency via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Zhou Yi</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WOQH4CA75L3UIEITYGFTR6KFRA.jpg?auth=1e0d74a050fd157fd081aee4cdffdfc518c47ee8cf8d4b40d925f5a7d62de899&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this photo released by Xinhua News Agency, firefighters at the scene of a footwear factory fire in Jiangtou village, Chendai township of Jinjiang city, southeastern China's Fujian province, Thursday, July 9, 2026. (Zheng Liang/Xinhua via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Zheng Liang</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ZE3BKBTHYV2G6JFMIJQWGJEJ54.jpg?auth=cb9dc25b87562bb852937fe24d9ebc044daf3f15d28f4c0c38393f1ac1775a90&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this photo released by Xinhua News Agency, firefighters at the scene of a footwear factory fire in Jiangtou village, Chendai township of Jinjiang city, southeastern China's Fujian province, Thursday, July 9, 2026. (Zheng Liang/Xinhua via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Zheng Liang</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BWZZV32GBVZHEDU7VGCM5IBGAU.jpg?auth=1d573fd137f80debbb674c8a2a77ec0f215d658cdf2c5dfaba046aeb3395f04d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this photo released by Xinhua News Agency, an ambulance waits at the scene of a footwear factory fire in Jiangtou village, Chendai township of Jinjiang city, southeastern China's Fujian province, Thursday, July 9, 2026. (Zheng Liang/Xinhua via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Zheng Liang</media:credit></media:content></item><item><title><![CDATA[Wildfire devastates an expat community in southern Spain, killing at least 12 with 23 missing]]></title><link>https://www.local10.com/news/world/2026/07/10/one-of-spains-deadliest-wildfires-has-killed-at-least-12-people-with-23-others-missing/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/10/one-of-spains-deadliest-wildfires-has-killed-at-least-12-people-with-23-others-missing/</guid><dc:creator><![CDATA[By SUMAN NAISHADHAM, Associated Press]]></dc:creator><description><![CDATA[MADRID (AP) — A wildfire roared through a remote expat community in southern Spain overnight, killing at least 12 people as victims tried to flee the flames in cars and on foot, authorities said Friday. Eight people were injured and 23 missing, Andalusia’s regional leader Juan Manuel Moreno said.]]></description><pubDate>Fri, 10 Jul 2026 14:52:09 +0000</pubDate><content:encoded><![CDATA[<p>MADRID (AP) — A wildfire roared through a remote expat community in southern Spain overnight, killing at least 12 people as victims tried to flee the flames in cars and on foot, authorities said Friday. Eight people were injured and 23 missing, Andalusia’s regional leader Juan Manuel Moreno said.</p><p>The blaze, one of Spain's deadliest wildfires, broke out late Thursday in a semi-arid area near the Sierra de Los Filabres mountains in Almeria province, as the country has been dealing with soaring temperatures.</p><p>Most of the victims died after ignoring shelter-in-place instructions, said Antonio Sanz, head of Andalusia’s emergency services. Some tried to escape via a dry riverbed that “turned into a death trap,” he said.</p><p>Four victims were believed to be British nationals because the steering wheel of their burned-out car was on the right side, as with British vehicles, regional authorities said. Other unspecified nationals also were believed to be among the dead, and the death toll was expected to rise, authorities said.</p><p>Seven people died while on foot after abandoning their cars, Sanz said.</p><p>“The consequences have been terrible," Sanz said. “Everything seems to indicate that, in the case of the deceased … we are dealing for the most part, if not entirely, with foreign nationals.”</p><p>The blaze is a challenge for firefighters</p><p>The fire was still burning as of Friday afternoon. Some 150 firefighters and 220 soldiers from Spain’s military emergency unit were battling the blaze, which had consumed more than 3,200 hectares (7,900 acres) of forest and farmland.</p><p>Moreno, the Andalusian regional leader, said containing the fire was difficult because of the steep, dry terrain.</p><p>“It consists mainly of scrubland and esparto grass,” Moreno said. “Everything is extremely dry due to the heat waves, making it the perfect fuel; combined with the wind, it’s a ticking time bomb.”</p><p>Spanish Prime Minister Pedro Sánchez expressed his condolences. “Immense sadness and desolation in the face of the terrible consequences of the fire affecting the province of Almeria,” he wrote on X.</p><p>Europe battles intense heat again</p><p>Spain has battled frequent and severe heat waves in recent years, with temperatures often exceeding 40 C (104 F). Wind, high temperatures and little rainfall help small wildfires grow into unchecked blazes.</p><p>In June, Spain experienced several days of record-setting heat, with over 1,000 excess deaths attributed to heat.</p><p>Europe is the world’s fastest-warming continent, with temperatures increasing twice as fast as the global average since the 1980s, according to the European Union’s Copernicus Climate Change Service. Parts of Western Europe are facing their third heat wave in six weeks. Globally, 2025 was the third-hottest year on record, bringing several intense heat waves across Europe.</p><p>France also at risk of wildfires</p><p>France is experiencing the peak of its third heat wave of the summer, with temperatures reaching 40 C (104 F) across western and central areas and around 37 C (98 F) in Paris.</p><p>French authorities have also warned of a very high wildfire risk, as large fires in the south have already scorched thousands of hectares this week, disrupting the Tour de France cycling race and stretching firefighting resources.</p><p>The largest wildfire, in the eastern Pyrenees near the Spanish border, had decreased in intensity by Friday, authorities said. But it has burned about 5,000 hectares (12,000 acres) and forced the temporary evacuation of more than 10,000 people from nearly villages.</p><p>Last month was France’s hottest June on record, with deaths surging by nearly a third during the hottest week.</p><p>Scientists warn that climate change caused in part by the burning of fuels like gasoline, oil and coal is exacerbating the frequency and intensity of heat and dryness, making certain regions more vulnerable to wildfires.</p><p>Spain and Portugal have faced deadly fires before</p><p>Spain is no stranger to wildfires, with last year's fire season burning more than 393,000 hectares (almost 1,520 square miles), according to the European Forest Fire Information System, an area twice as large as London. Four people died.</p><p>Spain's deadliest wildfire was in 1979 when 21 people perished in Lloret de Mar, a coastal town about an hour north of Barcelona.</p><p>In 2017, a wildfire in neighboring Portugal left 66 people dead in Pedrogao Grande, located 200 kilometers (120 miles) northeast of Lisbon. In that blaze, 47 people died on one road while similarly attempting to flee in their cars.</p><p>———</p><p>Associated Press journalist Sylvie Corbet, in Paris, contributed.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/HDAKPATXTTZXUEWBLBNOKDGZYI.jpg?auth=a9e9091764212ae988f146a1b53ed50c393002c9e5618e9167c5128087997475&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A wildfire rages in Alfajir, near Almeria in southeastern Spain, Friday, July 10, 2026. (AP Photo/Gregorio Marrero)]]></media:description><media:credit role="author" scheme="urn:ebu">Gregorio Marrero</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/EIWIROCGOWSO46R4GGP5BO3D5M.jpg?auth=82d85027fbada87db5cd765fac05e1d16eea2dcf49f0295a0485d3ff6d0438c4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A wildfire rages in Alfajir, near Almeria in southeastern Spain, Friday, July 10, 2026. (AP Photo/Gregorio Marrero)]]></media:description><media:credit role="author" scheme="urn:ebu">Gregorio Marrero</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/S2ONWOBC7RC47M2XIDCIBBOMMA.jpg?auth=21ccaf42f246289d6e22af3fff1f675ddd14a974059d67e2d585af3294213463&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A Military Emergency Unit vehicle operates as a wildfire rages in Alfajir, near Almeria in southeastern Spain, Friday, July 10, 2026. (AP Photo/Gregorio Marrero)]]></media:description><media:credit role="author" scheme="urn:ebu">Gregorio Marrero</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5OJIYAPXUXSQ5EVHYF7CJ4ERJU.jpg?auth=5a34a8f3a9c5dfe6c34314aa07544c5b5142ab746bcf1c59078eb670d3b119f5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Map showing Almeria province, where a wildfire has struck amid high temperatures in Europe. (AP Digital Embed)]]></media:description><media:credit role="author" scheme="urn:ebu">Will Jarrett</media:credit></media:content></item><item><title><![CDATA[Community screenings help a movie set during an Indian insurgency bypass censorship]]></title><link>https://www.local10.com/entertainment/2026/07/10/community-screenings-help-a-movie-set-during-an-indian-insurgency-bypass-censorship/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/07/10/community-screenings-help-a-movie-set-during-an-indian-insurgency-bypass-censorship/</guid><dc:creator><![CDATA[By SHEIKH SAALIQ and PRABHJOT GILL, Associated Press]]></dc:creator><description><![CDATA[GURDASPUR, India (AP) — As dusk settled over Gurdaspur's fields, villagers gathered in the courtyard of a Sikh temple to watch a movie that has been blocked by Indian officials.]]></description><pubDate>Fri, 10 Jul 2026 07:56:26 +0000</pubDate><content:encoded><![CDATA[<p>GURDASPUR, India (AP) — As dusk settled over Gurdaspur's fields, villagers gathered in the courtyard of a Sikh temple to watch a movie that has been blocked by Indian officials.</p><p>“Satluj” tells the true tale of a human rights activist who investigated thousands of disappearances and extrajudicial killings during a government crackdown on a separatist insurgency in India's Punjab state in the 1980s and early 1990s.</p><p>At the screening in Gurdaspur, elderly survivors of the insurgency sat beside teenagers born years after it ended. When the screen flickered to life and “Satluj” movie began, the crowd fell silent.</p><p>Originally titled “Punjab 95,” the movie was stalled for three years after India’s censor board demanded more than 120 cuts. After failing to secure a theatrical release, it debuted on the ZEE5 streaming platform last week, but was removed in India two days later.</p><p>The takedown had an unintended consequence.</p><p>Across villages in Punjab, Sikh organizations, local activists and residents have begun organizing community screenings using copies that have circulated online. The screenings have transformed Sikh temple compounds and village halls into makeshift cinemas where audiences watch not just a film but a retelling of memories of one of India’s bloodiest internal conflicts.</p><p>Spotlight on Punjab’s insurgency</p><p>“Satluj” draws on the life of rights activist Jaswant Singh Khalra, whose investigation into alleged extrajudicial killings exposed one of the darkest episodes of Punjab’s insurgency. The conflict pitted Sikh militant groups seeking an independent Khalistan against Indian security forces and claimed thousands of civilian, militant and police lives.</p><p>During the insurgency, rights groups documented allegations of enforced disappearances, custodial killings and secret cremations. Khalra’s investigation alleged that thousands of people who had disappeared were cremated anonymously by police without informing their families or maintaining official records.</p><p>Khalra was abducted in 1995 and later killed. Several police officers were convicted in connection with his murder.</p><p>Although the insurgency was crushed and support for Khalistan waned within Punjab, the Indian government continues to view separatist sentiment as a national security concern. It has not publicly explained why the film was removed, but officials told local media they ordered it taken down on security grounds.</p><p>Local organized screenings</p><p>The public screenings take shape through grassroots cooperation. Residents arrange for projectors, audio speakers and power generators, Sikh temples and village community spaces become open-air theaters for an evening, and volunteers spread the word from one household to the next.</p><p>Inderjeet Singh Bains, who helps coordinate screenings in Gurdaspur district, said the initiative aimed to create spaces where people can watch together and reflect on a period of Punjab’s history that continues to resonate across generations.</p><p>“When we screen the film, we see our elders and mothers, many of them 60 or 70 years old, crying because they have lost their sons. Our people have endured immense suffering,” Bains said.</p><p>Gurmukh Singh, who attended a screening, said the film gave voice to stories the young in Punjab had heard only in fragments. For families in his village, he said, the insurgency was not history but lived experience, with many losing loved ones in the violence.</p><p>“After watching the movie, there is a feeling of the grief our earlier generations had to bear,” Singh said.</p><p>Movie fuels censorship debate</p><p>The takedown of “Satluj” has reopened a debate over artistic freedom in India, where films have increasingly run into censorship battles under Prime Minister Narendra Modi’s Hindu nationalist government. Critics have said such cases have become more frequent and accuse Modi’s government of promoting films that align with its nationalist narrative.</p><p>“Everything happened right before our eyes, so what is there to oppose? The truth is coming to light, and people should be allowed to see it,” said Balwinder Singh, a Sikh religious leader.</p><p>The government says movie certification decisions are made independently under the law.</p><p>In a statement, ZEE5 said the film would no longer be available for viewing in India “in light of current developments.” It added that it would explore “every appropriate avenue through due process” to restore it.</p><p>Audiences revisit painful memories</p><p>Diljit Dosanjh, the lead actor who plays Khalra, said he was unconcerned about whether the film remained online because once audiences had seen it, “it cannot be erased.”</p><p>That sentiment appears to be playing out in Punjab’s villages.</p><p>Inside the temple compound in Gurdaspur, the audience watched scenes of police killings, crackdowns and families searching for answers. Afterwards, many lingered in conversation, comparing the film with the real-life memories they had carried for decades.</p><p>Pawan Deep Kaur described the film as a heartbreaking portrayal of the suffering endured by the older generation.</p><p>“It made us cry endlessly,” she said.</p><p>___</p><p>Saaliq reported from New Delhi.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/YDEJVAKSUGWI226VVE4HZDIZJY.jpg?auth=6f6a9bbf735c3830c4fac193a32604af61b0397c9a66bb273e88d6708444124f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Villagers watch a special screening of the film “Satluj” at a Sikh temple at Tatley village, in Punjab's Gurdaspur district, India, Wednesday, July 8, 2026. (AP Photo/Prabhjot Gill)]]></media:description><media:credit role="author" scheme="urn:ebu">Prabhjot Gill</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/OFIUYAYY7RRFUSYH6OL5ZZ5HLA.jpg?auth=493320ad16bd2cadafd72d8de22fb803f6e3603a9bac497aa44a5038d4429395&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Villagers watch a special screening of the film “Satluj” at a Sikh temple at Tatley village, in Punjab's Gurdaspur district, India, Wednesday, July 8, 2026. (AP Photo/Prabhjot Gill)]]></media:description><media:credit role="author" scheme="urn:ebu">Prabhjot Gill</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KBCHUMON4FNLYJ3NINPIXXUH74.jpg?auth=c6718a6557b6eeea8520cfd3502ce946e28c3be14cc857bc95cea383687ba1f2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Villagers watch a special screening of the film “Satluj” at a Sikh temple in Tatley village, in Punjab's Gurdaspur district, India, Wednesday, July 8, 2026. (AP Photo/Prabhjot Gill)]]></media:description><media:credit role="author" scheme="urn:ebu">Prabhjot Gill</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TKH33OPYKIKMUX4XWG6BHAZFMU.jpg?auth=b71567ddb77ebf2a956046ea846d41c0094e5e0f5616abf0ac3607dff2683992&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Inderjeet Singh Bains, who coordinated screening of the film “Satluj” talks to The Associated Press at a Sikh temple at Tatley village, in Punjab's Gurdaspur district, India, Wednesday, July 8, 2026. (AP Photo/Prabhjot Gill)]]></media:description><media:credit role="author" scheme="urn:ebu">Prabhjot Gill</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ZNHD3GXNGFBYSOWVTMWHU5O6OU.jpg?auth=10f77177bd1b09504a4368354ee5ea3b0368b7f4156a16f8291986422bd6d6e8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Villagers watch a special screening of the film “Satluj” at a Sikh temple at Tatley village, in Punjab's Gurdaspur district, India, Wednesday, July 8, 2026. (AP Photo/Prabhjot Gill)]]></media:description><media:credit role="author" scheme="urn:ebu">Prabhjot Gill</media:credit></media:content></item><item><title><![CDATA[The Bayeux Tapestry is at the British Museum after a secret journey from France]]></title><link>https://www.local10.com/news/world/2026/07/10/the-bayeux-tapestry-is-at-the-british-museum-after-a-secret-journey-from-france/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/10/the-bayeux-tapestry-is-at-the-british-museum-after-a-secret-journey-from-france/</guid><dc:creator><![CDATA[By JILL LAWLESS, Associated Press]]></dc:creator><description><![CDATA[LONDON (AP) — After almost 1,000 years, the Bayeux Tapestry is back on English soil.]]></description><pubDate>Fri, 10 Jul 2026 08:17:51 +0000</pubDate><content:encoded><![CDATA[<p>LONDON (AP) — After almost 1,000 years, the Bayeux Tapestry is back on English soil.</p><p>In scenes like a heist movie in reverse, the priceless medieval artwork was spirited into the British Museum on Friday in the dead of night, after a high-tech, tight-security operation where any slip-up could have spelled disaster.</p><p>On loan from its home in France, the tapestry will go on display at the London museum from Sept. 10 until July 2027. It's a public homecoming for a vivid visual record of the 1066 Norman invasion, the last successful conquest of England.</p><p>The tapestry's arrival in London has been widely anticipated, but due to security concerns all details of when and how it would arrive were kept under wraps.</p><p>“It feels extraordinary that after so much work and planning and care and thought that it’s actually happening,” British Museum Director Nicholas Cullinan said as he waited outside the museum in the dark.</p><p>“It’s the first time in 1,000 years that such an important piece of British — French too — history is going to be on these shores,” he said. “It’s incredibly exciting.”</p><p>The 70-meter (230-foot) tapestry was folded accordion-style in a climate-controlled case that was placed inside a shock-absorbing cradle. That went into a truck that crossed from France on a vehicle shuttle train through the Channel Tunnel.</p><p>After an 11-hour, 350-mile (560-kilometer) trip, escorted by police, the truck backed slowly into a loading bay at the museum, where workers gingerly eased the container, the size of a small car, to the ground. Museum staff and British and French diplomats who had been watching in hushed silence broke into applause.</p><p>The priceless cargo will spend several days acclimatizing before it is carefully unpacked and unfolded for an exhibition that the museum expects to be one of the most popular in its 267-year history. Some 100,000 tickets were sold in their first day on sale this month.</p><p>“It was like trying to get tickets to Glastonbury,” Cullinan said. “I don’t take for granted that people care that much about a 1,000-year-old embroidery. I think that’s an amazing thing.”</p><p>The tapestry is a symbol of Anglo-French relations</p><p>Stitched in wool thread on linen fabric — technically an embroidery, rather than a tapestry — the artwork depicts events leading up to the Battle of Hastings in October 1066, when William, Duke of Normandy defeated King Harold’s Anglo-Saxon army. The invasion ended Saxon rule, made William the Conqueror the first Norman king of England and bound Britain and France more closely together.</p><p>Historians believe the tapestry was commissioned by Bishop Odo of Bayeux, William’s half brother, and was probably sewn by women in England — possibly nuns — before being taken across the Channel. It has spent most of the last millennium in the town of Bayeux in northwest France, apart from two short periods at the Louvre in Paris.</p><p>The tapestry symbolizes the sometimes fractious, intertwined histories of France and Britain, and securing the loan was a high-stakes diplomatic mission. It was announced during a state visit to the U.K. by French President Emmanuel Macron in July 2025.</p><p>The loan coincides with renovations at the museum in Bayeux that houses it.</p><p>In return, the British Museum will loan treasures from the Sutton Hoo hoard — artifacts from a 7th-century Anglo Saxon ship burial — and other items to museums in Normandy.</p><p>Macron said in an article for Friday's Times of London that “our two countries are not merely lending each other artworks: they are sharing the great narratives of European history’s origins.”</p><p>Retired British diplomat Peter Ricketts, who helped cement the deal as the U.K.’s special envoy for the tapestry, said “it’s an extraordinary mark of friendship and confidence in the U.K. to entrust this object to us for a year.”</p><p>“Macron, when he offered us the tapestry, I think he understood that it would have far more impact in the U.K. than it does in France, because it’s more fundamental to our national story,” he said. "Everybody (in Britain) knows 1066.”</p><p>It's a vivid record of 11th-century life and death</p><p>The tapestry features more than 620 people and 737 animals and tells its story in 58 scenes brimming with vivid and sometimes gory detail. There are scenes of hand-to-hand combat, mutilated bodies and the unlucky Harold, felled by an arrow through his eye.</p><p>“It has an emotional richness that is really difficult to get from written sources,” said Millie Horton-Insch, project curator for the British Museum exhibition. “It just brings people closer to this history than any other object can. It’s not the same as reading a text. You are looking at something that was handled by the people who lived through it and felt compelled to record these events in this way.”</p><p>She said the document’s survival for 10 centuries despite myriad dangers — “moths, mice, mold, damp, fire” — is miraculous, and may be partly due to its humble materials.</p><p>“It’s not really made of any blingy fabric,” she said. “It’s not gold, it’s not silver. There wasn’t the same temptation to cut it up and make it into vestments or repurpose it for anything.”</p><p>Some French cultural figures opposed the loan, arguing that moving the tapestry was too risky. Cullinan said the expert teams went to great lengths to ensure its safety, including making two trial runs of the journey to show it would not cause the fragile item too much stress.</p><p>“Such care has gone into it. I can’t think of a level of care for any other museum loan,” he said.</p><p>He said he understands why there are concerns.</p><p>“The tapestry arouses great interest and passion,” he said. “Which is a wonderful thing.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/NXB3IBP3QIABMQ4FWG6AS2V74E.jpg?auth=4b15a95a15f8881fffc8cb645e1c58541d5818cbfb1b1675d12e2a1a84b31714&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Workers unload a box that contains the Bayeux Tapestry out of a truck at the British Museum in London, Friday, July 10, 2026. (AP Photo/Kwiyeon Ha)]]></media:description><media:credit role="author" scheme="urn:ebu">Kwiyeon Ha</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/E3BF7NJNYVPGBUHC35XQYYAPPE.jpg?auth=3d3402d961eff7261dafca2e9684f806deb0f2522be015610ad6f3aeb2e88b0e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Workers unload a box that contains the Bayeux Tapestry out of a truck at the British Museum in London, Friday, July 10, 2026. (AP Photo/Kwiyeon Ha)]]></media:description><media:credit role="author" scheme="urn:ebu">Kwiyeon Ha</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/JZWNVWFOILN4RINX65QIM4LJGQ.jpg?auth=0676cdcd048a232e0b3b5afd2fb54a08aca50e8d9e443d2a145cd776cf3ef954&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[British Museum Director Nicholas Cullinan standing in front of a truck that carried the Bayeux Tapestry from France at the British Museum in London, Friday, July 10, 2026. (AP Photo/Kwiyeon Ha)]]></media:description><media:credit role="author" scheme="urn:ebu">Kwiyeon Ha</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TLRCOTOE5R733D5ASY4MWB2WF4.jpg?auth=de9ebcdf4613348f63414fb55bf81453e8f931be6088402c99825cf375f63b06&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A British Museum worker unloads objects out of a truck at the British Museum in London, Friday, July 10, 2026. (AP Photo/Kwiyeon Ha)]]></media:description><media:credit role="author" scheme="urn:ebu">Kwiyeon Ha</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YFMMAJEYWHVV6UWU62GBA46CCA.jpg?auth=bc2641acff6ede35445bf3239eb2069c31d04775ac63ae5fe6ef4a8c5ab73988&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - This photo taken Sept. 18, 2019 shows the 11th century Bayeux tapestry chronicling the Norman conquest of England, in Bayeux, Normandy, France. (AP Photo/Kamil Zihnioglu, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Kamil Zihnioglu</media:credit></media:content></item><item><title><![CDATA[Typhoon Bavi takes aim at China as Taiwan's capital shuts schools]]></title><link>https://www.local10.com/news/world/2026/07/10/china-braces-for-a-powerful-typhoon-after-a-week-of-deadly-storms/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/10/china-braces-for-a-powerful-typhoon-after-a-week-of-deadly-storms/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[BEIJING (AP) — A powerful typhoon was heading toward China's east coast Friday, the latest in a series of deadly storms that have already claimed 50 lives this week in two other parts of the country.]]></description><pubDate>Fri, 10 Jul 2026 09:41:21 +0000</pubDate><content:encoded><![CDATA[<p>BEIJING (AP) — A powerful typhoon was heading toward China's east coast Friday, the latest in a series of deadly storms that have already claimed 50 lives this week in two other parts of the country.</p><p>Typhoon Bavi, with maximum sustained winds of 155 kph (96 mph), was first expected to pass north of Taiwan, bringing heavy rains to the island of 23 million people from Friday night into Saturday.</p><p>Schools were closed Friday in Taipei, the island's capital, and fishing boats have been tied up close together in ports in northern Taiwan. Many flights to Japan, Hong Kong and other destinations have been canceled through Saturday, though some were still scheduled, Taiwan's Central News Agency said.</p><p>The typhoon's current northwest track would take it over some remote Japanese islands before passing north of Taiwan on Saturday. It is forecast to make landfall in China on Saturday night south of Shanghai, near the border between Fujian and Zhejiang provinces.</p><p>More than 17,000 people have been evacuated in Zhejiang and 170,000 rescue workers placed on standby, the official Xinhua News Agency said. Fujian has suspended some ferry routes because of strong winds and rough seas and called for fishing boats to return to port.</p><p>Bavi has weakened from supertyphoon strength earlier this week, when it brought violent winds to Saipan and other U.S. territories in the Pacific.</p><p>In southern China, authorities announced Thursday that 39 people had died in flooding from Tropical Storm Maysak, which drenched parts of the Guangxi region for days with record rainfall.</p><p>The rains breached reservoirs, including the dramatic collapse of part of a dam in Hengzhou that inundated a wide area with fast-flowing muddy water. The floods stranded people on the second and higher floors of buildings for days, many without power, until rescuers could reach them.</p><p>Another 11 people died in central China when severe thunderstorms and tornadoes wreaked havoc in Hubei province on Monday night.</p><p>Separately, a landslide killed 21 forestry workers in western China's Gansu province on Tuesday in a disaster that was not storm-related.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/UJPCFUL7YJX4T3ENXJWJR7BOQU.jpg?auth=ef652a6b60d1d1c5d9121906e32c9004a88c6e6402e26531414e545be7dde676&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this image made from video, waves crash on rocks ahead of Typhoon Bavi along the coast of Keelung in northern Taiwan on Thursday, July 9, 2026. (AP Photo/Taijing Wu)]]></media:description><media:credit role="author" scheme="urn:ebu">Taijing Wu</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VMAAA3CGML3SMOD42H7WNNEDZU.jpg?auth=81a7e86371a74d099ba97b13435eb23fb2f3d53da1556a93d8dc8556b4c6ad14&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this image made from video, boats are seen after fishermen secured them at Shen'ao Fishing Port, ahead of Typhoon Bavi along the coast of New Taipei City, Taiwan on Thursday, July 9, 2026. (AP Photo/Taijing Wu)]]></media:description><media:credit role="author" scheme="urn:ebu">Taijing Wu</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/EAPVOO5LAFQQ3IQJ3NF7DADOAY.jpg?auth=c937d4bd1adc367048f77f65ae79c9141f2f56dbb3230511b22c6164887ee804&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this image made from video, men secure boats at Shen'ao Fishing Port ahead of Typhoon Bavi along the coast of New Taipei City, Taiwan on Thursday, July 9, 2026. (AP Photo/Taijing Wu)]]></media:description><media:credit role="author" scheme="urn:ebu">Taijing Wu</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/R5QHJJR3M7GSHQLQOHCJMRHKHA.jpg?auth=993977a6bc45f61644e5b9f6dbbf3a127b7c8f89d207efe1ea8db4f9afaf960a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this image made from video, a man secures a boat at Shen'ao Fishing Port, ahead of Typhoon Bavi along the coast of New Taipei City, Taiwan on Thursday, July 9, 2026. (AP Photo/Taijing Wu)]]></media:description><media:credit role="author" scheme="urn:ebu">Taijing Wu</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WGEZYHRJDYJIKBA4XACBD2E7QU.jpg?auth=8c69549cbbda2cf7b4932a1f66e0f03817e0560234c5987d8cbf1a7254490201&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this drone photo released by Xinhua News Agency, rescuers evacuated students trapped in the aftermath of tropical storm Maysak in Guigang City, southern China's Guangxi Zhuang Autonomous Region, Thursday July 9, 2026. (Cao Yiming/Xinhua via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Cao Yiming</media:credit></media:content></item><item><title><![CDATA[In any language: English speakers are tuning into World Cup broadcasts in Spanish]]></title><link>https://www.local10.com/news/florida/2026/07/10/in-any-language-english-speakers-are-tuning-into-world-cup-broadcasts-in-spanish/</link><guid isPermaLink="true">https://www.local10.com/news/florida/2026/07/10/in-any-language-english-speakers-are-tuning-into-world-cup-broadcasts-in-spanish/</guid><dc:creator><![CDATA[By TIM REYNOLDS and OBED LAMY, Associated Press]]></dc:creator><description><![CDATA[MIAMI (AP) — Ashleigh Hallam teaches English as a second language at her local library in Indiana. Soccer is now teaching her Spanish as a second language.]]></description><pubDate>Fri, 10 Jul 2026 04:47:30 +0000</pubDate><content:encoded><![CDATA[<p>MIAMI (AP) — Ashleigh Hallam teaches English as a second language at her local library in Indiana. Soccer is now teaching her Spanish as a second language.</p><p>For her, this World Cup couldn't make more sense.</p><p>Hallam is among a sizable number of English-speaking people in the U.S. who are doing something these days that might be considered a bit surprising: They're watching broadcasts of World Cup matches in Spanish on Telemundo, even though they have little idea — or in some cases, no idea — what the announcers are saying.</p><p>“I can’t really understand everything they’re saying on Telemundo because they’re speaking in Spanish,” Hallam said. “But you understand what’s going on.”</p><p>The math is simple. Census figures show that about 20% of the U.S. is Hispanic, yet Telemundo points to Nielsen ratings to show that roughly half the World Cup viewers in the U.S. have watched at least some portion of some matches in Spanish. Every match of the tournament has been available for U.S. viewers in English on Fox or FS1, on Telemundo or Universo in Spanish, and there are streaming options such as Fox One or Peacock.</p><p>Among the reasons commonly cited by viewers who spoke with The Associated Press in recent days: A fascination with famed broadcaster Andrés Cantor's “¡goooooool!” call. Telemundo doesn't cut away for commercials (as Fox does) during the much-maligned hydration breaks. The broadcasts, some simply find, are more entertaining. And in other cases, it's a cost-based decision: Peacock, which includes Telemundo, is lower-priced than Fox One.</p><p>Soccer as a global language, transcending a limited vocabulary</p><p>Jackson Braunius is a Michigan native who watched a U.S. game last week from a bar seat at a steakhouse in Miami Lakes, Florida. He said he speaks almost no Spanish — “I know ‘cerveza,’” he said, tapping his beer glass — but didn't mind watching on Telemundo whatsoever.</p><p>“I figured out the science here,” Braunius said. “When they’re not talking too loud, nothing is happening. When they get loud, there’s a chance. When they get real loud, it’s probably going to be a goal.”</p><p>Comedian Trevor Noah has been hosting World Cup watch parties on YouTube. He's made the switch to Spanish-language feeds, and the hydration break issue was a huge part of that decision.</p><p>“We’re seeing the players on the pitch discussing what’s happening. You see which coach is more stressed. Some players are tapping each other on the back. This is part of the game,” Noah said on one of his YouTube streams. “I feel like when you cut to ads, you lose this — you lose the stress, you lose the joy, the anticipation. So, shout out again, Telemundo: Really, really amazing coverage.”</p><p>Telemundo is hearing the praise, and has thanked English-speakers — as well as Noah directly — for lauding its coverage.</p><p>The good news for everyone is this: There seems to be more than enough viewers to go around right now. And the success of this tournament could lead to a bidding war for the 2030 World Cup, with some reporting the rights for English-speaking and Spanish-speaking television will be packaged together in that deal. That wasn't the case for this World Cup.</p><p>Fox Sports said that Monday night's Belgium-U.S. match saw a peak viewership total of around 41 million at one point, making it the “most-watched soccer telecast in U.S. history,” the network said. In other words, the final U.S. game in this World Cup had more viewers than anything in this country since the Super Bowl — with at least 45 million viewers, on average, between Fox (33 million) and Telemundo (an estimated 12 million). The most recent Super Bowl drew an average of about 125 million viewers, according to Nielsen data.</p><p>Anglophones become hooked on Telemundo</p><p>William Kennedy of Miami is married to a Colombian woman, whose native language is Spanish. He says he knows only enough Spanish to be able to order meals in restaurants. And yet, he finds himself often watching World Cup matches on Telemundo.</p><p>If Colombia was on, the Kennedy house was watching Telemundo. If Colombia — which was ousted in penalty kicks by Switzerland on Tuesday — isn't on, Kennedy finds himself usually making his way to Telemundo anyway.</p><p>“When the American commentators are doing the game, I don’t know what game they’re watching. I just don’t,” Kennedy said. “I’d rather get the excitement in Spanish because essentially what happens is they’re talking, and then they’re talking really, really fast, and then they’re getting loud and your brain is just like, ‘Oh, something’s happening — even if I don’t know what’s happening.’”</p><p>Hallam — who finds the World Cup has been a great way to bond further with her Spanish-speaking students — only became a big soccer fan a few years ago, when her daughter decided she wanted to play in a recreational league for elementary kids. The league needed coaches, so Hallam literally checked out a “coaching for dummies” book and began teaching herself the game.</p><p>She kept coaching her daughter all the way through high school. Now, she's hooked on soccer and hooked on Spanish-speaking broadcasts — and plans to keep watching, even when the World Cup ends.</p><p>“It’s just very comforting,” Hallam said. “We're really enjoyed it and I hope we get to continue. The next World Cup, we’re going to watch it just like this.”</p><p>___</p><p>Lamy reported from Indianapolis.</p><p>___</p><p>See more of AP’s World Cup coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/3YGQBQZGAQC76OAPJLSD3U742M.jpg?auth=0e9932952d3c21de47021b5ca9b0912ac939a8b11762f5d2012421fcb767cde9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Spectators watch the opening match of the World Cup soccer tournament between Mexico and South Africa, Thursday, June 11, 2026, at the USTA Billie Jean King National Tennis Center in New York. (AP Photo/Yuki Iwamura)]]></media:description><media:credit role="author" scheme="urn:ebu">Yuki Iwamura</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/7XRJQRH5USBPXNKKC4LUM52464.jpg?auth=d601ff107ca438d38cc198508f80fa99bed6496e16043ad658d9eea8dff0f435&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Soccer fans watch TV screens playing a World Cup round of 32 soccer match between Belgium and Senegal, at Bayside Marketplace in downtown Miami, Wednesday, July 1, 2026. (AP Photo/Rebecca Blackwell)]]></media:description><media:credit role="author" scheme="urn:ebu">Rebecca Blackwell</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/H3PCUMAHWE56PS4WPH2Z3OFVA4.jpg?auth=9cda64649a4ab3fe1c04b0a3ff7d26b9fd886cd3916af1c289806370c50db38d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Fans watch the World Cup round of 16 soccer match between the United States and Belgium, at a watch party at the Rockefeller Center fan village, Monday, July 6, 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/QFPGN4LW6HLVYIBOB2P2NYSWFQ.jpg?auth=5c18d1adc7ce63414d71758229c152c633c61aff78e35dc34800610b31095f9f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Soccer fans, including Caleb Triana, wearing a cowboy hat, celebrate the U.S. scoring its second goal as they watch a live broadcast of the World Cup round of 32 soccer match between the United States and Bosnia, Wednesday, July 1, 2026, at an official fan fest in downtown Miami. (AP Photo/Rebecca Blackwell)]]></media:description><media:credit role="author" scheme="urn:ebu">Rebecca Blackwell</media:credit></media:content></item><item><title><![CDATA[Lawyers for man charged with killing Charlie Kirk question reliability of evidence]]></title><link>https://www.local10.com/news/2026/07/10/lawyers-for-man-charged-with-killing-charlie-kirk-question-reliability-of-evidence/</link><guid isPermaLink="true">https://www.local10.com/news/2026/07/10/lawyers-for-man-charged-with-killing-charlie-kirk-question-reliability-of-evidence/</guid><dc:creator><![CDATA[By HANNAH SCHOENBAUM and MATTHEW BROWN, Associated Press]]></dc:creator><description><![CDATA[PROVO, Utah (AP) — Lawyers for the man accused of killing conservative activist Charlie Kirk planned to call a final witness Friday as they try to raise doubts about the prosecution's case before it can go to trial.]]></description><pubDate>Fri, 10 Jul 2026 15:13:44 +0000</pubDate><content:encoded><![CDATA[<p>PROVO, Utah (AP) — Lawyers for the man accused of killing conservative activist Charlie Kirk planned to call a final witness Friday as they try to raise doubts about the prosecution's case before it can go to trial.</p><p>A Utah judge is deciding whether prosecutors have enough evidence to put Tyler Robinson on trial on a charge of aggravated murder. Kirk, 31, was killed as he spoke to a crowd of thousands at Utah Valley University on Sept. 10.</p><p>One of Robinson's attorneys, Michael Burt, tried to inject uncertainty into the case Thursday by challenging the reliability of ballistics tests on a bullet fragment recovered from Kirk’s body.</p><p>Authorities sought to tie the fragment to the suspected murder weapon, but the results were inconclusive.</p><p>“Saying anything but inconclusive was inappropriate,” said Samantha Karner with the Bureau of Alcohol, Tobacco, Firearms and Explosives.</p><p>Earlier in the week, Robinson's team questioned the reliability of DNA evidence that investigators said linked Robinson to the scene. Experts say the science behind DNA testing is sound.</p><p>Robinson has not entered a plea. He turned himself in a day after the fatal shooting of Kirk, a close ally of President Donald Trump credited with helping galvanize young voters for the Republican in the 2024 election.</p><p>At the request of Kirk's family, State District Judge Tony Graf said he would allow to be shown inside the courtroom an altered version of campus surveillance video that prosecutors said shows Robinson crawling out to a rooftop “sniper's perch” before shooting Kirk.</p><p>The unaltered video was previously shown. The altered version includes footage that zooms in on a figure that prosecutors said was Robinson and red marks that were added to the video.</p><p>The weeklong preliminary hearing ends Friday, but a decision won’t come until after Sept. 1, when Graf scheduled oral arguments in the matter.</p><p>Prosecutors on Thursday aired portions of a recorded interview with Robinson's roommate, Lance Twiggs. The day after Kirk was shot in the neck, Robinson allegedly told Twiggs “he wishes he hadn’t done it,” a recording played in court revealed.</p><p>Later that same day — and only about an hour before turning himself in — Robinson posted “it was me at UVU yesterday,” in a chat room on the Discord social media platform, according to investigators and messages shown by prosecutors.</p><p>Defense attorneys unsuccessfully fought the public release of the statements from Twiggs and the chat room messages. They argued prosecutors would characterize the material as a confession, undermining Robinson’s right to a fair trial.</p><p>Prosecutors contend the shooting endangered others at Kirk’s campus event — an aggravating circumstance that could make the crime punishable by death under Utah law. Robinson also faces possible sentence enhancements based on claims by prosecutors that he targeted Kirk because of his political views.</p><p>Twiggs said in the April interview with prosecutors and investigators that Robinson sometimes talked about politics, including Trump. But Twiggs said he never heard Robinson talk about Kirk before the shooting. The defendant also did not talk much about gender issues or LGBTQ rights, Twiggs said.</p><p>The weeklong preliminary hearing has attracted intense media coverage and spectators who have angled for one of the 14 seats in the courtroom that are reserved for the public.</p><p>People have lined up early — sometimes sleeping there overnight — in hopes of getting in.</p><p>___</p><p>Brown reported from Billings, Montana.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/FOWDJX2DXSJEJBKAJ4HYRJYFFM.jpg?auth=c46194ed8836d160740d7fe4dc62cb1e2acfe71264d3be584e53bc6f9862d2a2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[law enforcement monitors the parking lot outside the fourth judicial District courthouse where a preliminary hearing for Tyler Robinson, the Utah man accused of fatally shooting Charlie Kirk, in Provo, Utah, Friday, July 10, 2026. (AP Photo/Ty ONeil)]]></media:description><media:credit role="author" scheme="urn:ebu">Ty ONeil</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/A3PYYHNI56LYT3UNYT4O6NC7UQ.jpg?auth=958ef8ecde916cf3b39135f907e585f5126402f6c94fd21d5574035c445451fd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Defense attorney Michael Burt arrives at the preliminary hearing for Tyler Robinson, the Utah man accused of fatally shooting Charlie Kirk, in Provo, Utah, Friday, July 10, 2026. (AP Photo/Ty ONeil)]]></media:description><media:credit role="author" scheme="urn:ebu">Ty ONeil</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/X5TLKG2C3FBHDZW2CYAUISDSM4.jpg?auth=02e69dc6cec5562375fd64863ba7065aaf57b6aca4c76e25cb93255880118ff9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A woman sleeps outside the courthouse hoping to get access to the limited public seating available at a preliminary hearing for Tyler Robinson, the Utah man accused of fatally shooting Charlie Kirk, in Provo, Utah, Friday, July 10, 2026. (AP Photo/Ty ONeil)]]></media:description><media:credit role="author" scheme="urn:ebu">Ty ONeil</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DIMTVXXY7K2WSP6H6AOIFVSFTE.jpg?auth=f7479bfb96ceb4efe78d03d9019c6e6d053135603c72b8011c464c283fcbe9f9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Tyler Robinson, who is accused in the fatal shooting of Charlie Kirk, listens during a preliminary hearing at the Fourth District Courthouse in Provo, Utah, Thursday, July 9, 2026. (AP Photo/Spenser Heaps, Pool)]]></media:description><media:credit role="author" scheme="urn:ebu">Spenser Heaps</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KRCII7X6I4ZZIBC37VZXENKGVM.jpg?auth=da7642e5d4f8c95cfaaca361e9f4ab87d71b9d4d0b0d693574ca51ad48b32f29&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Tyler Robinson, who is accused of fatally shooting Charlie Kirk, appears during a hearing in Fourth District Court in Provo, Utah, on Dec. 11, 2025. (Rick Egan/The Salt Lake Tribune via AP, Pool, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Rick Egan</media:credit></media:content></item><item><title><![CDATA[As the country turns 250, retired judges hit the road to defend judicial independence]]></title><link>https://www.local10.com/news/politics/2026/07/10/as-the-country-turns-250-retired-judges-hit-the-road-to-defend-judicial-independence/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/07/10/as-the-country-turns-250-retired-judges-hit-the-road-to-defend-judicial-independence/</guid><dc:creator><![CDATA[By SUDHIN THANAWALA, Associated Press]]></dc:creator><description><![CDATA[On Friday, a group of retired judges will step off a tour bus in a ritzy Michigan suburb after three days of barnstorming through corn fields, cities and coal towns in Ohio and Pennsylvania. They carry with them a message.]]></description><pubDate>Fri, 10 Jul 2026 04:02:19 +0000</pubDate><content:encoded><![CDATA[<p>On Friday, a group of retired judges will step off a tour bus in a ritzy Michigan suburb after three days of barnstorming through corn fields, cities and coal towns in Ohio and Pennsylvania. They carry with them a message.</p><p>In courthouses and public squares, they have marked the nation's 250th anniversary with a dire warning: The rule of law in America is in grave danger. They will deliver a similar message at a library in Grosse Pointe just outside Detroit — the last stop on an extraordinary tour to defend judicial independence and bolster trust in courts.</p><p>Americans' confidence in the court system and democracy has dipped in recent years. The country is more polarized, and President Donald Trump has repeatedly cast doubt on the fairness of the judicial system.</p><p>Some judges on the tour said in phone interviews this week that the United States was at a precipice.</p><p>“Looking back in history, we have teetered," former Ohio Supreme Court Justice Michael Donnelly said. "This is a moment where we can decide to reinstill those beliefs that we are a country of laws and not of men.”</p><p>Judges step off the bench</p><p>The four-day tour through the Rust Belt is a sharp departure for a typically reserved and insular branch of government. Federal judges in particular largely limit their comments to the courtroom and written decisions, focusing on the facts of individual cases.</p><p>But that restraint is loosening amid a barrage of attacks by Trump and other White House officials, the administration's rampant defiance of U.S. district court orders and its expansive view of executive power. Trump has called a district judge who ruled against one of his immigration moves “crooked” and suggested with no evidence that Supreme Court justices who struck down his tariffs were motivated by foreign interests.</p><p>More federal judges have recently begun talking about receiving death threats and profane messages, though they have not blamed Trump or any other officials. Some have blasted administration policies in sharply worded opinions that strayed beyond the legal dispute before them. Even U.S. Supreme Court Chief Justice John Roberts has weighed in.</p><p>In an appearance in March, Roberts said personal criticism of federal judges was dangerous and had to stop. The rare rebuke from the head of the nation's top court came two days after Trump's remark about a “crooked” judge, though Roberts didn't mention Trump or anyone else by name.</p><p>The U.S. Marshals Service reported 564 threats against federal judges in the government fiscal year that ended in September, up from 509 the year before.</p><p>“I don’t want to say we have moved into an era of lawlessness, but it sometimes feels that way,” said former U.S. District Court Judge Victoria Roberts, who was set to join the bus tour in Michigan.</p><p>Timothy Lewis, another former federal judge on the tour, said his concerns about the politicization of the judicial branch reached a tipping point a decade ago, when Senate Republicans thwarted President Barack Obama’s nomination of Merrick Garland to the Supreme Court. Today, the rule of law is facing an "existential threat" from an ongoing breakdown of norms, according to Lewis, who spent seven years on the 3rd U.S. Circuit Court of Appeals.</p><p>“I have fundamental concerns," he said, “about where we are headed as a nation.”</p><p>Their route has been varied</p><p>The tour started Tuesday in the western Pennsylvania town of Greensburg — once the hub of a thriving coal industry that now lures visitors from nearby Pittsburgh for highland recreation and a historic downtown.</p><p>Judges mingled with customers at a coffee shop before speaking at the domed, ornate Westmoreland County Courthouse. Then it was off to Washington, also in western Pennsylvania. The town of 13,000 people, where about 15% of the population is Black, was a key stop on the Underground Railroad and a regional base for the Civil Rights Movement.</p><p>From there, the bus headed west for events Wednesday in Columbus, Ohio, and the city of Wooster in Amish country. The judges stopped at a Cracker Barrel restaurant on the way. They spent Thursday in Cleveland before circling Lake Erie north to Michigan.</p><p>The two groups that planned the tour — dubbed “Justice in Motion” — say they were inspired by a similar campaign in Poland in 2021 after that country's governing party took control of key judicial institutions.</p><p>Independent Polish judges visited scores of towns to promote the rule of law and teach voters about the country's constitution. The U.S. tour also aims to educate people.</p><p>An effort to combat misinformation about what they do</p><p>Maureen O'Connor, a former chief justice of the Ohio Supreme Court, said judges risk ceding the narrative about their roles and motives to “voices of misinformation” if they don't speak up.</p><p>A letter she received years ago, and still keeps, reminds her of that danger. The writer accused O'Connor, a Republican, of betraying her party when she repeatedly struck down Republican-drawn legislative maps as illegal gerrymanders. “There was just a basic misunderstanding of what my role was as a judge,” O'Connor said.</p><p>O'Connor is among roughly 30 judges, including two former federal judges and a current federal judge, who will participate in the tour. One of the federal judges was nominated by a Democrat, the other two by Republicans. The state judges, some of whom are also still on the bench, represent both parties.</p><p>They have been joined by former Pennsylvania Gov. Tom Corbett, former Ohio attorneys general and a few lawyers. The event was put together by the Democracy Rising Collaborative and Keep Our Republic, nonpartisan advocacy groups.</p><p>Organizers say they chose stops that would get the judges in front of as many people as possible to build connections and trust. The judges have embraced that mission.</p><p>“The lifeblood of the judiciary is public confidence,” Donnelly, the former Ohio Supreme Court justice, said. “If you lose that, it’s very difficult to get it back.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/FGDHE2HCMTIMU2UM2U3K3Q5XHM.jpg?auth=b2dcedfc261c694ee5f2a5fa7f13d8c8789093bab79c52dd9f21dc0b8a9919df&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A tour bus carrying retired judges on a tour through the Rust Belt to defend judicial independence is parted outside the Westmoreland County Courthouse in Greensburg, Pa., on Tuesday, July 7, 2026. (Keep Our Republic via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/RC7N5X4WWQMEUO4SYBSBGZAGTQ.jpg?auth=909befee0ed03b11e7f0ded9c76543c530faccedf18811d752a71b5e58f38fdf&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Former Pennsylvania Gov. Tom Corbett speaks to lawyer Jon Delano outside a coffee shop in Greenburg, Pa., on Tuesday, July 7, 2026. (Keep Our Republic via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/JVJN4IDMF3NAZC7LCXWDN4NRYY.jpg?auth=495ac8a40244faf47549b2138b1d755b6929d534656f252cbba12539313916fe&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Students at The LeMoyne Community Center in Washington, Pa., pose for a photo Tuesday, July 7, 2026, in front of a tour bus carrying retired judges on a tour through the Rust Belt to defend judicial independence. (Keep Our Republic via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/WVH4BD26UPAO2PRNBAY3XG5LZI.jpg?auth=c2baa6674fb1bcc9c2a50c65f19a6e3f3c075b4dea4a7bec9d5ba6e3b6b1ab61&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Timothy Lewis, a former federal appeals court judge, talks to visitors at the LeMoyne Community Center in Washington, Pa., on Tuesday, July 7, 2026. (Keep Our Republic via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/QIP4TTZ42V46RNC3S4BMNXPQRE.jpg?auth=20fc1b6bcdbac09bdb1f3f463ed531ed4202ba1397c997f1c426ca9c52e6e675&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A tour bus carrying retired judges on a tour through the Rust Belt to defend judicial independence is parted outside the Westmoreland County Courthouse in Greensburg, Pa., on Tuesday, July 7, 2026. (Keep Our Republic via AP)]]></media:description></media:content></item><item><title><![CDATA[MDSO closes complaint over confrontation with Local 10 reporter; records document directive issued to mayor’s security detail during investigation]]></title><link>https://www.local10.com/news/local/2026/07/09/mdso-closes-complaint-over-confrontation-with-local-10-reporter-records-document-directive-issued-to-mayors-security-detail-during-investigation/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/09/mdso-closes-complaint-over-confrontation-with-local-10-reporter-records-document-directive-issued-to-mayors-security-detail-during-investigation/</guid><description><![CDATA[The Miami-Dade Sheriff’s Office has concluded that Deputy Lester Aguilar violated neither Florida law nor department policy after confronting Local 10 News investigator Jeff Weinsier during a public event at Haulover Park earlier this year.]]></description><pubDate>Fri, 10 Jul 2026 02:36:14 +0000</pubDate><content:encoded><![CDATA[<p>The Miami-Dade Sheriff’s Office has concluded that Deputy Lester Aguilar violated neither Florida law nor department policy after <a href="https://www.local10.com/news/local/2026/04/21/local-10-examines-physical-contact-arrest-threat-from-mdso-plainclothes-deputy-assigned-to-mayors-detail/" target="_self" rel="" title="https://www.local10.com/news/local/2026/04/21/local-10-examines-physical-contact-arrest-threat-from-mdso-plainclothes-deputy-assigned-to-mayors-detail/">confronting Local 10 News investigator Jeff Weinsier during a public event</a> at Haulover Park earlier this year.</p><p>However, records obtained by Local 10 News show that while the Internal Affairs investigation was still underway, supervisors directed members of the mayor’s Sergeant-at-Arms security detail to display their law enforcement credentials while working.</p><p>The Sheriff’s Office says the instruction was supervisory guidance, not a change in policy. It did not explain why the directive was issued during the investigation.</p><p>The complaint stems from an April 11 confrontation during the Baynanza beach cleanup at Haulover Park.</p><p>Video of the encounter, which drew national attention, shows Weinsier attempting to question Miami-Dade Mayor Daniella Levine Cava about millions of taxpayer dollars spent on electric transit buses that were later taken out of service. Before the event, Local 10 News had repeatedly requested an interview with the mayor regarding the bus program, but her communications staff declined those requests.</p><p>Seconds after Weinsier began asking questions, a man wearing a black jacket, later identified as Aguilar, stepped between the reporter and the mayor.</p><p>Video shows Aguilar placing his hand on Weinsier’s chest, repeatedly ordering him to move back and warning, “You want to go to jail?”</p><p>During that initial encounter, Aguilar did not verbally identify himself as a law enforcement officer. He was dressed in plain clothes, and no badge or law enforcement credentials were visible before he began giving commands or making physical contact.</p><p>According to the Internal Affairs report, Weinsier alleged Aguilar failed to identify himself, physically blocked access to the mayor, repeatedly pushed him backward, threatened him with arrest and used unnecessary force while Weinsier was engaged in newsgathering. Those allegations formed the basis of the complaint filed with the Sheriff’s Office. They were not adopted as findings by Internal Affairs.</p><p>After reviewing the video, investigators concluded Aguilar’s actions were “reasonable, proportionate, and consistent with established policy.”</p><p>The Internal Affairs report also states the Sheriff’s Office’s Force Analysis Unit independently reviewed the video and concluded no excessive force had been used. Investigators determined Aguilar’s actions were appropriate while maintaining what the report describes as a “safe buffer” around the mayor.</p><p>Internal Affairs ultimately closed the complaint with a finding of “No Further Action Required.”</p><p>The report does not define the size or parameters of the “safe buffer” referenced by investigators. Local 10 News has interviewed Levine Cava at numerous public events over the years and had never previously been advised of a designated media or security buffer zone surrounding the mayor.</p><p>The report also documents something that had not previously been disclosed.</p><p>According to the investigation, on May 4, the investigator contacted Lt. Karin Bobe, of the Office of the Sheriff. Bobe advised that on May 1, she directed “all Sergeants at Arms to ensure their law enforcement credentials are properly displayed while working their details.”</p><p>That directive was issued approximately three weeks after the confrontation, after Weinsier filed his complaint and while the Internal Affairs investigation remained active.</p><p>After reviewing the Internal Affairs report, Local 10 News asked the Sheriff’s Office why the directive was issued.</p><p>In response, the Sheriff’s Office said supervisors may provide direction to personnel under their command and that such direction “is not an indication that prior conduct violated agency policy.” The agency said the instruction was supervisory guidance, not a change to existing policy or the establishment of a new policy.</p><p>The Sheriff’s Office also said there may be “certain dignitary assignments, locations, or operational circumstances where the display of credentials may not be appropriate.”</p><p>The Sheriff’s Office did not say whether the Haulover Park event fell into one of those categories.</p><p>The agency also did not explain what prompted the directive to be issued during the Internal Affairs investigation or whether it was related to the Haulover Park confrontation.</p><p>The directive applied specifically to the same Sergeant-at-Arms unit involved in the confrontation.</p><p>Previously, the Sheriff’s Office told Local 10 News that Aguilar was serving in a specialized protective capacity rather than functioning as a traditional plainclothes deputy. The agency said members of the mayor’s security detail often operate in a low-profile manner that does not prominently identify them as law enforcement because of the nature of their assignment. The Sheriff’s Office also noted that Sergeants-at-Arms are sworn law enforcement officers with full authority to detain and arrest.</p><p>Local 10 News shared the video with Andrew Scott, a doctor of criminal justice, former police chief and nationally recognized law enforcement consultant.</p><p>“The officer should have immediately identified himself,” Scott said after reviewing the video.</p><p>Scott said he was surprised the Sheriff’s Office does not have a written policy addressing such encounters.</p><p>“I’m surprised it’s not specifically delineated in policy,” Scott said.</p><p>Scott also questioned whether the confrontation was necessary.</p><p>“The only thing you did was ask her questions,” Scott said. “I didn’t see anything on your part that created an issue or a threat.”</p><p>Scott also rejected the idea that Aguilar’s assignment prevented him from identifying himself.</p><p>“He was not in deep undercover,” Scott said. “He was just working a security detail and should have been identified.”</p><p>Scott said clear written procedures could have prevented the confrontation.</p><p>“This whole thing could have been avoided if there were appropriate protocols,” Scott said. “I see it as an easy fix. You just augment the policy.”</p><p>The confrontation also drew criticism from the Reporters Committee for Freedom of the Press, which described threatening to jail a journalist attempting to question an elected official at a public event as “an egregious infringement on basic First Amendment rights.”</p><p>David Cuillier, director of the Joseph L. Brechner Freedom of Information Project, also reviewed the video.</p><p>“I watched the video and was horrified,” Cuillier said. “This never should have happened.”</p><p>The Sheriff’s Office declined to make Sheriff Rosie Cordero-Stutz available for an interview. In a written response, the agency said it continually reviews its practices and remains open to considering enhancements where appropriate. The agency did not further explain why the supervisory directive was issued during the Internal Affairs 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[The GOAT: Hooved friend provides moral support to firefighters in Colorado]]></title><link>https://www.local10.com/news/weird-news/2026/07/09/the-goat-hooved-friend-provides-moral-support-to-firefighters-in-colorado/</link><guid isPermaLink="true">https://www.local10.com/news/weird-news/2026/07/09/the-goat-hooved-friend-provides-moral-support-to-firefighters-in-colorado/</guid><dc:creator><![CDATA[By JESSICA HILL, Associated Press]]></dc:creator><description><![CDATA[Crews were quashing a small wildfire in Colorado this week when a surprise guest decided to keep them company.]]></description><pubDate>Fri, 10 Jul 2026 02:17:13 +0000</pubDate><content:encoded><![CDATA[<p>Crews were quashing a small wildfire in Colorado this week when a surprise guest decided to keep them company.</p><p>A goat named Goldie — short for Golden Oreo — followed firefighters for hours as they actively engaged the Rock Creek Fire in Colorado Springs and cleared brush. She even took care of some of it on her own by chomping on leaves.</p><p>The 4-year-old Nigerian dwarf goat with a brown and white coat led firefighters down a hill and followed them to their trucks. She watched as they packed up for the day, then trailed behind one truck as it drove off, said Colorado Springs Fire Department Lt. Trevor Leland.</p><p>“I don’t know that she necessarily helped with the firefighting effort, but it’s always cool to see an animal like that who doesn’t mind us being there,” he said.</p><p>Earlier Thursday, Goldie spotted a U.S. Forest Service crew member having lunch, and tried to stick her head over his shoulder to get a bite and hang out with him for awhile, Leland said.</p><p>Goldie's owner, Lindsey Glader, says she's quite the social butterfly. Or, buttergoat?</p><p>Glader said the firefighters did a phenomenal job tackling the fire that was 50% contained late Friday. Crews hope to have it fully contained Friday, said Ashley Franco, a spokesperson for the Colorado Springs Fire Department.</p><p>That fire and others across the West have kept crews busy, fueled from a record lack of snow, high temperatures and erratic winds. The crew from Colorado Springs also was called to the Aspen Acres Fire southwest of Denver that forced the evacuations of thousands of residents this month.</p><p>Goldie figured they needed an “extra boost of support” and stepped in, Glader said.</p><p>“She was able to give some comedic relief and offer some necessary levity for these guys and gals who have worked really, really hard and creating a break for this fire, and keeping a lot of people and a lot of things safe,” she said.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ATE34PO5AC7SZ7BZOV7NC5KWHY.jpg?auth=e00265bda975a62ca499a78bca21c95f4a29d0e084866253ccf4d930c4caa138&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A goat named Goldie keeps firefighters company while they battle the Rock Creek Fire in Colorado Springs, Colo., on Thursday, July 9, 2026. (Colorado Springs Fire via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/PJABG7FWYSRQCU2Y7XS5KOG2ZQ.jpg?auth=c96a3df961ee8a3ad104e7095490899f5981e69ffeffdaa4af00a33b56c02511&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A goat named Goldie keeps firefighters company while they battle the Rock Creek Fire in Colorado Springs, Colo., on Wednesday, July 8, 2026. (Colorado Springs Fire via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/625C3E4HTGEKSM6FRK4TLTR3WM.jpg?auth=68a022e6f4a3fd3963a2eae5753be705ca1a460d3467aefa78e9eed1c9b05b87&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A goat named Goldie keeps firefighters company while they battle the Rock Creek Fire in Colorado Springs, Colo., on Wednesday, July 8, 2026. (Colorado Springs Fire via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/WECLSEAXV6K7KJLPLPF25QKOGA.jpg?auth=d0d405c67d6d615b6cba979c464febca6b94c3c6339592952d1a3fa01800777b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Goldie, short for Golden-Oreo, a goat who kept firefighters company in Colorado Springs on Thursday, July 9, 2026 in Colorado Springs, Colo. (AP Photo/Lindsey Glader)]]></media:description><media:credit role="author" scheme="urn:ebu">Lindsey Glader</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/AFDIYKF26NMSQJBQOOKC4DZR6Q.jpg?auth=76cd75c88ff4e233d558612ac176bb454fe17141f847a8f4f44647db1f5ac5b4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Goldie, short for Golden-Oreo, a goat grazes while keeping firefighters company in Colorado Springs on Thursday, July 9, 2026 in Colorado Springs, Colo. (AP Photo/Lindsey Glader)]]></media:description><media:credit role="author" scheme="urn:ebu">Lindsey Glader</media:credit></media:content></item><item><title><![CDATA[AP Exclusive: Inside Israel's push to clear sea munitions, part of global push to protect waters]]></title><link>https://www.local10.com/news/world/2026/07/10/ap-exclusive-inside-israels-push-to-clear-sea-munitions-part-of-global-push-to-protect-waters/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/10/ap-exclusive-inside-israels-push-to-clear-sea-munitions-part-of-global-push-to-protect-waters/</guid><dc:creator><![CDATA[By SAM MEDNICK, Associated Press]]></dc:creator><description><![CDATA[RISHON LEZION, Israel (AP) — Marking the coordinates on a handheld GPS, an Israeli diver threw an anchor into the water as another quickly chucked an orange buoy beside it. Cramped on the boat's bow, the first team assembled their gear, put on wet suits and tested oxygen tanks before jumping in.]]></description><pubDate>Fri, 10 Jul 2026 07:48:59 +0000</pubDate><content:encoded><![CDATA[<p>RISHON LEZION, Israel (AP) — Marking the coordinates on a handheld GPS, an Israeli diver threw an anchor into the water as another quickly chucked an orange buoy beside it. Cramped on the boat's bow, the first team assembled their gear, put on wet suits and tested oxygen tanks before jumping in.</p><p>But after hours of combing the Mediterranean seabed in search of yellow-painted mock mortar shells, the divers surfaced empty-handed.</p><p>It was the team's fifth diving trip in the yearslong experiment to help prepare Israel to clear part of the sea from unexploded grenades and other munitions in order to return beach area to residents. But on this day in June, the divers couldn't find the dummy mortar and artillery shells they'd planted months prior, foreshadowing the challenges that lie ahead.</p><p>“It’s really hard to find things in the sea,” said Roy Jaijel, a researcher in the marine geology and geophysics department at Israel’s National Institute of Oceanography, as he emerged from a dive.</p><p>Jaijel co-leads a project aimed at returning some 2 kilometers (1.2 miles) of shoreline to people living in Israel's central city of Rishon LeZion, an area that's been used as a firing range for decades. The initiative, the first of its kind in Israel, coincides with a global push to better protect the world's waters as demand increases for the use of seas and oceans for shipping, energy and recreation.</p><p>Experts say the clearance of underwater munitions has received more attention in recent years in part because of the boom in artificial intelligence, which requires millions of kilometers of underwater fiber-optic cables to allow for global connectivity.</p><p>Munitions can end up dumped into waters after wars, fall into seas during conflict or, in the case of Rishon LeZion, accumulate from firing practice. Erosion from seawater can lead toxic and explosive chemicals, along with heavy metals, to seep from the munitions, causing environmental contamination. There's also the risk of objects exploding if people step on them or children play with them, thinking they're toys.</p><p>Two years ago, Europe launched a project to better detect and clear non-military unexploded ordnance, such as from industrial or commercial sites. In a separate initiative in 2024, Germany piloted a program to recover and dispose of military waste from the North and Baltic seas, where some 1.6 million tonnes of unexploded munitions from two world wars lie, according to the German government.</p><p>Still, there's been less focus on clearing waters in the Middle East, such as the Mediterranean, which historically hasn't been the site of large dumps compared with Europe.</p><p>Leaders of the Israeli project say it's one of the first to focus on clearing smaller munitions in complicated underwater terrain, which is why many countries have avoided it.</p><p>“It's like looking for a needle in a haystack,” said Israel Faintuch, head of the Maritime Division at Israel's Ministry of Defense National Mine Action Authority as he checked his oxygen tank and suited up to go underwater.</p><p>Limited beach space in Israel is the driving force behind the clearing effort</p><p>The government says nearly half the country's 194-kilometer (120-mile) coastline is off limits to civilians, used for commercial ports, power plants, desalination facilities, military bases and firing zones.</p><p>Since the country's founding nearly 80 years ago, 7 kilometers (4.3 miles), nearly the entire length of Rishon LeZion's shoreline, has been used as a firing range, launching grenades as well as small and large mortars, leaving hundreds of thousands of people crammed into a narrow strip of beach.</p><p>Launched last year, the joint research project funded by Rishon LeZion's municipality is being led by Israel’s National Mine Action Authority and researchers from the National Institute of Oceanography. It aims to localize the most impacted areas, mapping the pattern of munitions to determine how far offshore and how deep to go before the clearance team steps in.</p><p>In order to gather data, divers place various sizes of fake munitions — some equipped with motion sensors — at depths of 5, 10 and 15 meters (16, 33 and 59 feet) and up to 1.2 kilometers (0.75 miles) offshore. After several months, they retrieve the munitions, analyze the data and plant new ones.</p><p>In June, Associated Press journalists accompanied the team underwater as they placed new munitions for the next round of tests and attempted to find ones they'd left in January. Divers descended using a string, or measuring tape, to navigate the seabed. Tapping each other under the water, they'd point in different directions to search, rubbing their hands over the seafloor.</p><p>“You have limited air supply when you go with the divers and you have limited time in the water," said Dafna Eliahu, a graduate student at the University of Haifa working on the project. "So with actual live munition I expect it to be very difficult, very hard to locate and to actually be able to find them,” she said.</p><p>While the information, including from the sensors, is still being processed, preliminary findings show that the munitions moved less than expected, which means there might be less area that needs clearing, she said.</p><p>Israel's Defense Ministry wants to have enough data to start clearing by the end of next year and expand the shoreline by an initial 150 meters (492 feet) within a few months. Completing the project will take years and cost tens of millions of dollars. It's already been delayed due to Israel's multiple wars with Hamas in Gaza, Hezbollah in Lebanon and Iran as divers can't work when missiles are falling and could land in the sea.</p><p>During the current war that the U.S. and Israel launched against Iran as well as the 12-day war last June between Israel and Iran, the army said missiles aimed at larger cities like Rishon LeZion fell into the sea but wouldn’t specify how many.</p><p>Israel says no one has been injured or killed by unexploded sea ordnance, but there have been about a dozen sightings of devices in the last 20 years where the police and army were called. Most have been found on or near shore.</p><p>What's learned during the project could be useful beyond Israel</p><p>While the goal of the project is to expand parts of the shoreline, Israel also hopes its findings will yield new insights on clearing munitions from this part of the world, where there are threats but overall less is known.</p><p>According to the Geneva International Centre for Humanitarian Demining, more than half of global incidents related to unexploded ordnance, such as sightings or drifting mines, were recorded in the Middle East between 2014 and 2023, with most occurring in the Red Sea off the coast of Yemen and the Bab-el-Mandeb Strait, largely a result of Yemen's civil war.</p><p>Pedro Basto, research and innovation program manager with the group, said it is important to keep interest high in removing underwater explosives given the increasing dependence on the seas.</p><p>“Both renewable energies based on the sea (wind turbines and harnessing water currents) and the global connectivity that most of the world relies on every minute of every day, depend massively on underwater cable laying,” he said.</p><p>As Israel's project advances, residents in Rishon LeZion say they're looking forward to being able to use more land.</p><p>Moria Malka, head spokesperson for the city's municipality, said the clearance will triple the area’s coastline and much of it will become a nature reserve as well as a residential area near the sea. For beachgoers like Mark Kostman, that is great news.</p><p>“Holidays and Saturdays, all of this place is completely crowded and too dense to even have fun,” said Kostman as he played volleyball with his children next to the firing zone. “Having it as public space for leisure and sport ... it's wonderful."</p><p>___</p><p>Associated Press reporter Natalie Melzer contributed from Nahariya, Israel.</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/FVX2LOXWTSXLMWJSPN7BBMPE7Q.jpg?auth=4676a22d0d1c859ae58a9269700f2c478e234f7618c9526c1a300a2c7e1966fe&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Divers place mock munitions on the floor of the Mediterranean Sea off the coast of Rishon LeZion, Israel, Sunday, June 21, 2026. (AP Photo/Sam Mednick)]]></media:description><media:credit role="author" scheme="urn:ebu">Sam Mednick</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NGU3JO4EXVPYK5LLYUWZXZMVTU.jpg?auth=6bf8a0b1dc8b709d36acea3c6060d5962900ed1923f5bb345c0816f8acb285ea&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Divers descend to place mock munitions on the floor of the Mediterranean Sea off the coast of Rishon LeZion, Israel, Sunday, June 21, 2026. (AP Photo/Ariel Schalit)]]></media:description><media:credit role="author" scheme="urn:ebu">Ariel Schalit</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3DAGSJEAAMKJJ4YXDDXLFBGTBU.jpg?auth=d0062ac0a752f8ea361022aa49f7eb7c20a14ef17a76e8e6e1c9e69f0ee1f686&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A family enjoys the Mediterranean Sea in Rishon LeZion, Tuesday, June 23, 2026. The beach is located near a military firing range that had been used for decades and is slated to be cleared and opened for public use. (AP Photo/Ariel Schalit)]]></media:description><media:credit role="author" scheme="urn:ebu">Ariel Schalit</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GLH7KYLCCMNCM27JF54DZDPDS4.jpg?auth=6ff90caf453e3c95b2ba74469a1b639f4294484da4c78fa9e511b2e6a41446f2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Seagulls fly past a barrier of a military firing range that had been used for decades and is slated to be cleared and opened for public use, in the Mediterranean Sea in Rishon LeZion, Israel, Saturday, Jan. 17, 2026. (AP Photo/Ariel Schalit)]]></media:description><media:credit role="author" scheme="urn:ebu">Ariel Schalit</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BOUOVGGIMQYWKW3SWRSLKXTC2Q.jpg?auth=4690d4ba7d58fa0e65fcf9d2edaab627e72e728064dab0b5b8d97a3a89e91a9d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Divers place mock munitions on the floor of the Mediterranean Sea off the coast of Rishon LeZion, Israel, Sunday, June 21, 2026. (AP Photo/Ariel Schalit)]]></media:description><media:credit role="author" scheme="urn:ebu">Ariel Schalit</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VDB2RGRK4VOR7RR7UXPOL4QJG4.jpg?auth=7d3074b998faffb4b60a5503fa70be317e0aec3e3c469346e5fe49c90e991bdc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Divers descend to place mock munitions on the floor of the Mediterranean Sea off the coast of Rishon LeZion, Israel, Sunday, June 21, 2026. (AP Photo/Ariel Schalit)]]></media:description><media:credit role="author" scheme="urn:ebu">Ariel Schalit</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/UQR52TFPAYGKUETHSVBX242DOA.jpg?auth=cd070971295eeb37fafb0986a2e9992c3f26e918257bf1a59e5895d6f8d9b0ac&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Mock munitions, to be placed by divers on the floor of the Mediterranean Sea, are displayed off the coast of Rishon LeZion, Israel, Sunday, June 21, 2026. (AP Photo/Ariel Schalit)]]></media:description><media:credit role="author" scheme="urn:ebu">Ariel Schalit</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/JNHLGGIP2ESFO2IDWCAMDOWOKE.jpg?auth=daa610b8b1d6c5449c1380bfbebb653751379aa4164c2719603ec2b01d758491&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Divers place mock munitions on the floor of the Mediterranean Sea off the coast of Rishon LeZion, Israel, Sunday, June 21, 2026. (AP Photo/Ariel Schalit)]]></media:description><media:credit role="author" scheme="urn:ebu">Ariel Schalit</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/SGCDJC3VHCROFUIWNPPQBQAJXU.jpg?auth=c230a457d4219200e6f45f25192a914ba92182753a524f9b41b287086a6ccaec&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Divers load gear and mock munitions to be placed on the floor of the Mediterranean Sea off the coast of Rishon LeZion, Israel, Sunday, June 21, 2026. (AP Photo/Ariel Schalit)]]></media:description><media:credit role="author" scheme="urn:ebu">Ariel Schalit</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NEMVWPPCPSI7RMYCY4AHIJWH7Y.jpg?auth=effc500a35fc40b309530d185704ce3f945911fbd84fd76415d05845acf6605f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A military firing range that had been used for decades and is slated to be cleared and opened for public use, is visible through a boat in the Mediterranean Sea in off the coast of Rishon Lezion, Israel, Sunday, June 21, 2026. (AP Photo/Ariel Schalit)]]></media:description><media:credit role="author" scheme="urn:ebu">Ariel Schalit</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NKQCXJYIAR4IDGE6QPBV56PNOU.jpg?auth=ac483140b4564dd7e43f2c81105bc5870b97366995c46b81061935b5630d121c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A family enjoys part of the Mediterranean Sea that is near a military firing range that is slated to be cleared in Rishon LeZion on Tuesday, June 23, 2026. (AP Photo/Ariel Schalit)]]></media:description><media:credit role="author" scheme="urn:ebu">Ariel Schalit</media:credit></media:content></item><item><title><![CDATA[Bolivia mantiene congelado el precio de los combustibles por seis meses más]]></title><link>https://www.local10.com/espanol/2026/07/09/bolivia-mantiene-congelado-el-precio-de-los-combustibles-por-seis-meses-mas/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/09/bolivia-mantiene-congelado-el-precio-de-los-combustibles-por-seis-meses-mas/</guid><dc:creator><![CDATA[Por The Associated Press, Associated Press]]></dc:creator><description><![CDATA[LA PAZ, Bolivia (AP) — El presidente boliviano Rodrigo Paz decidió el jueves mantener congelado el precio de los combustibles por seis meses más después de las prolongadas protestas y bloqueos de mayo y junio que exigían su renuncia.]]></description><pubDate>Fri, 10 Jul 2026 01:35:35 +0000</pubDate><content:encoded><![CDATA[<p>LA PAZ, Bolivia (AP) — El presidente boliviano Rodrigo Paz decidió el jueves mantener congelado el precio de los combustibles por seis meses más después de las prolongadas protestas y bloqueos de mayo y junio que exigían su renuncia.</p><p>La medida contenida en un decreto tiene lugar luego que en diciembre el mandatario retiró la subvención de los carburantes en casi un 100% con el fin de bajar la erogación del Estado, como parte de sus medidas anticrisis, y establecer un mecanismo de ajustes de los precios cada seis meses.</p><p>“Ya teníamos un decreto anterior que había congelado los precios, lo que se ha hecho es modificarlo para que se amplíe por otros seis meses más”, explicó el vocero presidencial, José Luis Gálvez, en conferencia de prensa.</p><p>Además, informó que el decreto establece que el precio del litro de gasolina se mantiene en 6,96 bolivianos (0,71 dólares) y el litro de diésel en 9,80 bolivianos (más de un dólar). La medida también mantiene congelado el precio del gas.</p><p>Mientras tanto, el gobierno aún busca normalizar el abastecimiento de los carburantes tras las protestas y bloqueos recientes. Estas movilizaciones han agravado la situación económica de la nación, que ya cuenta con reservas internacionales mermadas debido a que el país andino importa el combustible, según los expertos.</p><p>Bolivia mantuvo una subvención por aproximadamente 20 años, lo que generó una fuerte erogación de divisas para el Estado en momentos en que el país atraviesa por una iliquidez de dólares, según el gobierno.</p><p>El exministro de Hidrocarburos, Álvaro Ríos, criticó la medida debido a que la considera “política”, asegurando que con ella el Estado estará pagando un precio mayor al que le vende al consumidor final.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/LEBE2CVTYCFUMJVRXCEDSGMCBY.jpg?auth=b4a16803dfc894f922ca0ae4b643efa7fdbde3382bca5ac7e9c831bd963dc28e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[El presidente de Bolivia, Rodrigo Paz, se reúne con líderes de la confederación sindical Central Obrera Boliviana (COB), en La Paz, Bolivia, el 17 de junio de 2026, tras semanas de protestas y cortes de carrera en todo el país. (AP Foto/Juan Karita)]]></media:description><media:credit role="author" scheme="urn:ebu">Juan Karita</media:credit></media:content></item><item><title><![CDATA[A medida que océanos cambian, mujeres de las costas de África crean nuevos medios de sustento]]></title><link>https://www.local10.com/espanol/2026/07/09/a-medida-que-oceanos-cambian-mujeres-de-las-costas-de-africa-crean-nuevos-medios-de-sustento/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/09/a-medida-que-oceanos-cambian-mujeres-de-las-costas-de-africa-crean-nuevos-medios-de-sustento/</guid><dc:creator><![CDATA[Por ALLAN OLINGO, Associated Press]]></dc:creator><description><![CDATA[MALINDI, Kenia (AP) — El restaurante todavía en construcción es todavía poco más que paredes de concreto y vigas de madera. Mientras su hija barre los últimos montones de arena, Nuru Mohammed, de 54 años, dirige a las mujeres que cuelgan redes de pesca como decoración. En pocos días, el restaurante en la playa de la costa de Kenia en el océano Índico abrirá sus puertas y ofrecerá una nueva forma de ganarse la vida.]]></description><pubDate>Fri, 10 Jul 2026 01:18:39 +0000</pubDate><content:encoded><![CDATA[<p>MALINDI, Kenia (AP) — El restaurante todavía en construcción es todavía poco más que paredes de concreto y vigas de madera. Mientras su hija barre los últimos montones de arena, Nuru Mohammed, de 54 años, dirige a las mujeres que cuelgan redes de pesca como decoración. En pocos días, el restaurante en la playa de la costa de Kenia en el océano Índico abrirá sus puertas y ofrecerá una nueva forma de ganarse la vida.</p><p>“Para nosotras, las mujeres, esto es esperanza”, dice Mohammed, quien, durante la mayor parte de su vida, fue una de las pocas mujeres pescadoras en Malindi, un pueblo al noreste de la ciudad portuaria de Mombasa. “Ayudará a mantener a muchas familias que han dependido del océano durante décadas”.</p><p>A lo largo de la costa de África Oriental, los pescadores recurren cada vez más al turismo, la restauración de los ecosistemas y otros negocios basados en la conservación, y reinventan su relación con el mar a medida que el cambio climático, la sobrepesca y el deterioro de la salud de los océanos amenazan sus medios de sustento.</p><p>En Kenia, las mujeres transforman los manglares restaurados en fuentes de ingresos mediante la apicultura y el ecoturismo. En el archipiélago de Zanzíbar, en Tanzania, las comunidades pesqueras protegen los arrecifes de coral mediante cierres gestionados localmente. En Mozambique, la restauración de las praderas marinas crea empleos y, a la vez, revitaliza los hábitats del océano. En conjunto, estos esfuerzos redefinen la resiliencia no como un abandono del océano, sino como su restauración y la construcción de medios de vida sostenibles.</p><p>“Las comunidades que dependen del océano son también sus mejores guardianas”, dijo Andréanne Martel, directora de proyectos de un programa de conservación llamado ReSea. “Cuando la población local, especialmente las mujeres, lidera la conservación, protege la biodiversidad y, al mismo tiempo, crea medios de vida más resilientes e inclusivos”.</p><p>Las mujeres locales se adaptan</p><p>Mohammed contó que le han robado sus embarcaciones y que ahora le cuesta competir con los arrastreros industriales. Una planta procesadora de pescado cercana, propiedad de una empresa china, refleja los drásticos cambios que ha experimentado el sector.</p><p>“No puedo competir con ese poder ni con esa escala”, agrega.</p><p>“Ha sido duro”, enfatiza Mohammed al mirar hacia el océano. “Luché por seguir siendo pescadora. Pero creo que es una batalla que ya no puedo ganar”.</p><p>A 10 kilómetros (6 millas) de distancia, donde el río Sabaki desemboca en el océano Índico, Beatrice Mwanyiro supervisa un vivero de manglares y un restaurante construidos por Samahco, un grupo de autoayuda de mujeres integrado por 30 miembros y apoyado por el gobierno canadiense a través de ReSea.</p><p>“Tenemos que adaptarnos a los tiempos cambiantes”, dice Mwanyiro. “La cantidad de peces que llegan a las aguas poco profundas disminuye cada año. Sin otra fuente de ingresos, no podremos alimentar a nuestras familias”.</p><p>Los manglares, los arrecifes de coral, las praderas marinas y las pesquerías costeras proporcionan alimento, protegen las costas de las tormentas y almacenan grandes cantidades de carbono. Pero esos ecosistemas están en peligro debido al calentamiento del mar, la contaminación, la pérdida de hábitat y la sobrepesca.</p><p>Mohamed Somo, un líder de los pescadores de Lamu, ciudad declarada Patrimonio Mundial por la UNESCO, refiere que los botes que antes capturaban hasta 100 kilogramos (220 libras) de pescado ahora suelen traer menos de 30 kilogramos (66 libras).</p><p>La legislación keniana restringe la pesca de arrastre a aguas situadas a una distancia mínima de 5 millas náuticas (9 kilómetros) de la costa, pero los pescadores exponen que algunos buques operan habitualmente mucho más cerca.</p><p>El reto trasciende las fronteras de Kenia. La pesca ilegal, no declarada y no reglamentada le cuesta a la economía mundial unos 23.000 millones de dólares anuales, además de que amenaza la biodiversidad marina y la seguridad alimentaria de miles de millones de personas que dependen del pescado como su principal fuente de proteínas, según la Organización de las Naciones Unidas para la Alimentación y la Agricultura (FAO). “Los barcos de arrastre pescan en alta mar durante el día, pero por la noche se adentran en aguas poco profundas donde trabajan los pescadores artesanales”, añade Somo. “Para la mañana, queda muy poco para nosotros”.</p><p>Carrera para proteger los océanos</p><p>La creciente presión sobre las comunidades costeras ha elevado la conservación de los océanos a un lugar prioritario en la agenda política, mientras dichas comunidades luchan por sobrevivir y tratan de proteger sus economías marinas.</p><p>“Las comunidades costeras están en la primera línea (de las afectaciones) del cambio climático y el deterioro de la salud de los océanos, pero también son algunos de los principales impulsores de la resiliencia”, dijo Jerry Mang’ena, cofundador y director ejecutivo de Action for Ocean (Acción por el Océano), una organización con sede en Tanzania que restaura los manglares a lo largo de su litoral.</p><p>“Apoyar medios de vida sostenibles —desde la acuicultura y el ecoturismo hasta la restauración de los ecosistemas— ayuda a las familias a adaptarse y, a la vez, a reducir la presión sobre el océano. Si de verdad queremos proteger nuestros mares, debemos invertir en las personas que los han cuidado durante generaciones”.</p><p>En la reciente Conferencia Nuestro Océano celebrada en Mombasa, las organizaciones de conservación instaron a los gobiernos africanos a ratificar el Acuerdo relativo a la Diversidad Biológica Marina de las Zonas Situadas Fuera de la Jurisdicción Nacional, también conocido como “tratado de Alta Mar” o acuerdo BBNJ por sus siglas en inglés, un pacto histórico de la ONU que establece áreas marinas protegidas en aguas internacionales y una distribución equitativa de los recursos marinos. Entró en vigor en enero y, hasta abril, había sido firmado por 145 países y ratificado por 81.</p><p>El resultado de las negociaciones sobre ratificaciones adicionales del tratado podría tener un impacto profundo en la vida de pescadores como Mohammed, quienes intentan construir un futuro que ya no dependa por completo de capturas cada vez más inciertas.</p><p>“El acuerdo BBNJ ofrece a los gobiernos africanos una oportunidad histórica para proteger la alta mar y salvaguardar el futuro de nuestras pesquerías”, dijo Aliou Ba, responsable de la campaña de océanos de Greenpeace África.</p><p>“Pero proteger el océano también implica enfrentar la pesca ilegal, no declarada y no reglamentada que está agotando la vida marina en las aguas africanas y privando a las comunidades costeras de alimentos e ingresos”, añadió. “Los gobiernos no pueden permitirse demoras”.</p><p>___</p><p>La cobertura climática y medioambiental de The Associated Press recibe el apoyo económico de varias fundaciones privadas. La AP es la única responsable de todo el contenido. Encuentre los estándares de la AP para trabajar con organizaciones filantrópicas, una lista de patrocinadores y las áreas de cobertura financiadas en AP.org.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/6R2URNSA7UCYM6VVWGPWHCSMLM.jpg?auth=a9109d0fa1894361df67cdae4c993542f029476e956bf36dce774bab26681d95&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Un restaurante a medio construir, obra de un grupo de mujeres liderado por Nuru Mohammed, en Sabaki, Kenia, el 15 de junio de 2026. (AP Foto/Allan Olingo)]]></media:description><media:credit role="author" scheme="urn:ebu">Allan Olingo</media:credit></media:content></item><item><title><![CDATA[Tofu vendor delivers much more than healthy food to an east Tokyo neighborhood]]></title><link>https://www.local10.com/health/2026/07/09/tofu-vendor-delivers-much-more-than-healthy-food-to-an-east-tokyo-neighborhood/</link><guid isPermaLink="true">https://www.local10.com/health/2026/07/09/tofu-vendor-delivers-much-more-than-healthy-food-to-an-east-tokyo-neighborhood/</guid><dc:creator><![CDATA[By STEPHEN WADE, Associated Press]]></dc:creator><description><![CDATA[TOKYO (AP) — Akiko Sugaya wheels a cart through the alley-like streets of eastern Tokyo selling tofu, the protein-rich staple favored in much of Asia.]]></description><pubDate>Fri, 10 Jul 2026 02:03:16 +0000</pubDate><content:encoded><![CDATA[<p>TOKYO (AP) — Akiko Sugaya wheels a cart through the alley-like streets of eastern Tokyo selling tofu, the protein-rich staple favored in much of Asia.</p><p>But delivering soybean curd in all shapes and textures is only a small slice of her mission.</p><p>And it’s just that. A mission.</p><p>More than simply a vendor of healthy food, she’s also a social conduit who checks on elderly customers as she guides her pink cart, wearing a straw hat and tooting a small brass bugle to signal her arrival.</p><p>She knows the habits of many of her customers like family, and they know hers. She’s lost some elderly customers over the years who’ve died alone, which is becoming more common in Japan, which has one of the world's oldest populations.</p><p>“More than once I was the first one to find their bodies,” Sugaya explained, seated in a small store she also runs on a busy shopping street in Tokyo's Ojima neighborhood.</p><p>It's a largely residential area of small dwellings, layered with occasional strips of sprawling apartment blocks.</p><p>“In an area like this, some people just leave their doors unlocked," Sugaya said. “Or I can get access by asking the landlords.”</p><p>Uncollected newspapers and unattended laundry are telltale signs of trouble, easily seen in small houses on the street. But large apartment buildings hide these signs of possible distress.</p><p>Sugaya is a savior for many, and the job — she’s been at it for 23 years — has also strengthened her own self-worth. She feels that the job saved her.</p><p>She says she was bullied in school and fired from several jobs until she found that delivering high-quality, healthy food also nourished her own mental health and offered value to others.</p><p>“Selling tofu on a cart made me think I am OK to be myself," Sugaya explained. “I used to be repeatedly put down, but through cart-selling I built up my self-esteem.”</p><p>“I was still nervous with women around my ages,” she added. “But I felt safe when surrounded by the elderly whose smiles are warm and kind.”</p><p>Shinji Saito comes by Sugaya's shop daily. Saito, who has epilepsy, calls her accepting personality “magical.”</p><p>She’s also a link to a time when vendors walked through neighborhoods selling ramen, sweet potatoes, vegetables and other items.</p><p>“Delivery of newspapers or tofu, what used to be part of our daily lives, have been replaced by delivery apps or smart phones,” Sugaya said. “One can easily spend a day without having any verbal conversation with others.”</p><p>"When you go to a convenience store, you hit a button on a screen and don’t even say hello to anyone. It leaves you empty.”</p><p>Sugaya makes her rounds three days per week, a three-hour walk in the afternoon.</p><p>Her route twists through maze-like streets, and there are sporadic sales — and frequent conversations. A woman walks from her house to buy tofu, chats about her unruly cat and shows off a strand of wild vine growing in her garden. Another woman reminds Sugaya that cart-selling is a disappearing craft.</p><p>“Even when I'm in need of tofu, I tell myself I'd better wait for Ako-chan,” said customer Toshi Niiyama, using Sugaya's nickname. “We used to have someone coming to sell vegetables, but he stopped coming.”</p><p>Sugaya has no such plans to stop.</p><p>“I go this way on Mondays, that way on Saturdays and that way on Thursdays,” she explained. “I go even if it's raining because my customers expect to see me — or just because they want to have a talk."</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/3GTUMQKF5TNHVMQTYMLQ6ZBEEM.jpg?auth=adfe7bb29346e340b79ab0d717512bd0b9ba5f3329bd3aaedc0f74f6688b8c96&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Akiko Sugaya blows an old-style horn while she peddles tofu, prepared food and beverages in a cart in Tokyo, Saturday, July 4, 2026. (AP Photo/Hiro Komae)]]></media:description><media:credit role="author" scheme="urn:ebu">Hiro Komae</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/SVJGSKHYYDZNY347RS5ZLLVLJI.jpg?auth=d28e8fc43596330f1ea4959fd0953ba9fcc24da12a9c126d0ba0ddc747e06b30&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Akiko Sugaya blows an old-style horn while she peddles tofu, prepared food and beverages in a cart in Tokyo, Saturday, July 4, 2026. (AP Photo/Hiro Komae)]]></media:description><media:credit role="author" scheme="urn:ebu">Hiro Komae</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/L6CSJP4XJOGSAI5GVNAZOJQ7ZM.jpg?auth=2611b8a78ea3c31f5f6ed0b7ffd7abb0470727a478e3f81679a987487bd6a069&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Akiko Sugaya waits for customers at her takeout lunch shop, which turns into a dine-in restaurant in the evening, in Tokyo, Saturday, July 4, 2026. (AP Photo/Hiro Komae)]]></media:description><media:credit role="author" scheme="urn:ebu">Hiro Komae</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BRXJ5DMCDZYYTXVQWTGVLMFPWA.jpg?auth=4b9f4cefa00d813c9bb7a3b8042bd00bed3f57cf7eeb0150a4a86e6d8af2e51a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Akiko Sugaya helps her regular customer take out his buffet lunch box at her takeout lunch shop, which turns into a dine-in restaurant in the evening, in Tokyo, Saturday, July 4, 2026. (AP Photo/Hiro Komae)]]></media:description><media:credit role="author" scheme="urn:ebu">Hiro Komae</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/JBRZAMXTW3XJ6DBMXSOQJV3VNE.jpg?auth=e4bd0604b2a1002fba25c04d6671c0f5bb4b0c224430d8c2a77e7a51972a85c7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Akiko Sugaya helps a customer asking for tofu at her takeout lunch shop, which turns into a dine-in restaurant in the evening, before she starts peddling with her cart in Tokyo, Saturday, July 4, 2026. (AP Photo/Hiro Komae)]]></media:description><media:credit role="author" scheme="urn:ebu">Hiro Komae</media:credit></media:content></item><item><title><![CDATA[Caitlin Clark debate rages on with the WNBA on the clock to answer questions about physical play]]></title><link>https://www.local10.com/sports/2026/07/09/caitlin-clark-debate-rages-on-with-the-wnba-on-the-clock-to-answer-questions-about-physical-play/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/09/caitlin-clark-debate-rages-on-with-the-wnba-on-the-clock-to-answer-questions-about-physical-play/</guid><dc:creator><![CDATA[By MICHAEL MAROT, Associated Press]]></dc:creator><description><![CDATA[INDIANAPOLIS (AP) — Conversations about whether Caitlin Clark is getting officiated fairly in the WNBA can be polarizing as fans, players, coaches, pundits and even lawmakers have opinions about whether the league needs to take some action about the physical play.]]></description><pubDate>Fri, 10 Jul 2026 00:58:22 +0000</pubDate><content:encoded><![CDATA[<p>INDIANAPOLIS (AP) — Conversations about whether Caitlin Clark is getting officiated fairly in the WNBA can be polarizing as fans, players, coaches, pundits and even lawmakers have opinions about whether the league needs to take some action about the physical play.</p><p>Congress is looking for answers by July 24.</p><p>“Millions of casual fans now tune in to watch her play,” 11 members of the House Republican Study Committee wrote in a letter sent to WNBA Commissioner Cathy Englebert. “Unfortunately, what they too often witness is not simply aggressive competition, but repeated acts of physical hostility and violence. Clark has been hip-checked, poked in the eye and struck in the throat during games.</p><p>"These incidents go far beyond routine physical play, yet the WNBA and its officiating have too often failed to address these unacceptable incidents and hold players accountable.”</p><p>It's the latest chapter in the Clark saga about whether league officials must do more to protect one of the WNBA's top players from unnecessarily aggressive physical contact.</p><p>The letter was sent two weeks after Phoenix Mercury forward Alyssa Thomas made contact with her fist to Clark’s throat in a June 24 game. Thomas was not called for a foul on the play during the game, but the league subsequently upgraded the play to a flagrant foul and suspended her one game for “recklessly making contact with her fist.”</p><p>League officials have not yet issued a statement in response to the letter.</p><p>Thomas has called the play a “complete accident," adding that she has received death threats since the incident. Clark and her coach, Stephanie White, an ardent defender of Clark, have condemned threats levied at Thomas.</p><p>Where Clark stands among her WNBA peers</p><p>The 24-year-old Iowa alum has helped increase WNBA ticket sales and driven women’s basketball television ratings to unprecedented heights with her play.</p><p>However, many conversations around her tap into a variety of combustible hot-button topics, including race, officiating, money and politics. Clark has largely managed to thrive, but can't completely escape the noise.</p><p>“I think sometimes people think I’m a robot. I’m not a robot,” she said. “It can be really frustrating to me at times. I’m 24 years old trying to navigate a lot. I’ve been in this world for four years now — and you would never change any of it — but there are times that it is hard. And there are times when it affects me a little bit more than I do put on. I think it’s important that people remember that part of it, too.”</p><p>Lawmakers also suggested in their letter that government agencies such as the Department of Justice should investigate if discrimination or retaliation are creating a hostile work environment in the WNBA.</p><p>Fever officials said in a statement that neither Clark nor team officials have been in contact with the Congressional group and that they were unaware of the letter before its release.</p><p>“We have been clear in our public comments and in our ongoing dialogue with the league about the priority of player safety,” the statement read. “Our players and our fans know where we stand on those issues, and we will continue to stick up for our team and a standard of excellence across the league.”</p><p>Clark is one of the league’s most popular players, but she’s also one of the most polarizing — even amongst her peers.</p><p>Fans made her the No. 2 vote-getter for next week’s All-Star Game while Clark’s fellow players ranked her 11th among league guards — something three-time WNBA champ and Hall of Famer Candace Parker took exception with.</p><p>“If you’re sitting down and putting Caitlin Clark as the 11th best guard ... y’all need to go to a therapist and figure out what childhood issues you have,” Parker wrote on social media.</p><p>What makes Clark so polarizing</p><p>Clark instantly became the face of the league from the moment she was drafted first overall in 2024, before ever playing a pro game and even though she had not won an NCAA championship.</p><p>To accommodate her rampant fan base, opponents moved games from home arenas to larger venues which generated more revenue. And Fever games quickly became a regular feature on national television even after Indiana missed the playoffs from 2016-23.</p><p>Clark supporters say her immediate notoriety created resentment among WNBA veterans and has led to the hard fouls that cross the line.</p><p>Opponents counter that because of Clark's ability to shoot the ball and beat opponents with her ball-handling, players defending her try to be as physical as a referee will allow to slow her down.</p><p>Following the game on June 24, Fever coach Stephanie White angrily expressed players had crossed the line multiple times and highlighted two no-calls. The 6-foot, 157-pound Clark eventually left in the second half with a back injury that kept her out of the next two games.</p><p>Clark returned to action Wednesday night but was not expected to play Thursday night at Phoenix as a precaution.</p><p>The subject of race also has been injected into the Clark debate. White and Clark are both white; Thomas is Black.</p><p>“Because the bandwagon and the fandom became so obsessed with the whole thing, it turned into a cause,” said UConn coach Geno Auriemma, who has won a record 12 NCAA women's basketball championships. Clark, he added, “became the reason why white players get beat up in the WNBA and she became the reason why Black players don’t get the endorsements and don’t get the adulation that white players get.”</p><p>The coach noted that, "Not every foul is a good foul. Not every foul’s a bad foul, but there are fouls that are flagrant — but that’s all they are.”</p><p>What role Clark plays in debate</p><p>Clark has repeatedly attempted to downplay the noise surrounding her.</p><p>But she also has played a part in this ongoing storyline, showing her passion by throwing her arms in the air when she's unhappy with calls, exaggerating contact as a tactic to draw fouls and critiquing refs when she doesn't get one.</p><p>Clark is also among the leading trash-talkers in the WNBA. When she gets the better of an opponent, she isn’t shy about letting them know about it. Clark is averaging a career-high 20.5 points per game while ranking second in the league in assists with 7.9 — trailing only Thomas (8.3).</p><p>Part of Clark’s appeal is her antagonistic style.</p><p>However, there can be a price to pay: She has drawn five technical fouls this season, the most recent coming June 22 against Phoenix when she started clapping after a heated exchange with Mercury forward and former Fever teammate DeWanna Bonner, who also is Black. Booner and Thomas are engaged.</p><p>Players receive a one-game suspension when they reach eight technicals and Clark told reporters in that postgame news conference someone should pick a date for her suspension if clapping results in a technical foul.</p><p>All-Star center Aliyah Boston, who wants to ensure Clark stays on the court, said on her “Post Moves” podcast that she told her teammate: "We’re done. We’re done clapping. There’s no more claps. There’s nothing else to clap about."</p><p>It's more likely, though, that Clark and her fans will continue clapping — and her critics will keep clapping back.</p><p>___</p><p>AP WNBA: https://apnews.com/hub/wnba-basketball</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/CID3VI3S6UGGSKDZQCJLVDW36I.jpg?auth=d3f3157b4eaa13ef8e59c31b20ce38644a7daedb5ab52715a3978cd9cc1c26df&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Indiana Fever guard Caitlin Clark (22) drives on Atlanta Dream guard Te-Hina Paopao (2) in the first half of a WNBA basketball game in Indianapolis, Thursday, June 18, 2026. (AP Photo/Michael Conroy)]]></media:description><media:credit role="author" scheme="urn:ebu">Michael Conroy</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/M63LUMYITJ4ZINR674VXLWZKLU.jpg?auth=555bddd09d4f1c1f43ae1165bbddfc3573cdf4f51f99796a0ff518c5ca9ee70e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Indiana Fever guard Caitlin Clark (22) shoots over Atlanta Dream forward Sika Kone (23) in the first half of a WNBA basketball game in Indianapolis, Thursday, June 18, 2026. (AP Photo/Michael Conroy)]]></media:description><media:credit role="author" scheme="urn:ebu">Michael Conroy</media:credit></media:content></item><item><title><![CDATA[Federal appeals court upholds Illinois ban on semiautomatic weapons, overturning lower-court ruling]]></title><link>https://www.local10.com/news/national/2026/07/09/federal-appeals-court-upholds-illinois-ban-on-semiautomatic-weapons-overturning-lower-court-ruling/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/07/09/federal-appeals-court-upholds-illinois-ban-on-semiautomatic-weapons-overturning-lower-court-ruling/</guid><dc:creator><![CDATA[By HALLIE GOLDEN, Associated Press]]></dc:creator><description><![CDATA[A federal appeals court on Thursday upheld an Illinois ban on semiautomatic weapons, keeping in place a law passed largely in response to a deadly Independence Day parade shooting.]]></description><pubDate>Fri, 10 Jul 2026 03:43:17 +0000</pubDate><content:encoded><![CDATA[<p>A federal appeals court on Thursday upheld an Illinois ban on semiautomatic weapons, keeping in place a law passed largely in response to a deadly Independence Day parade shooting.</p><p>The ruling by the U.S. Court of Appeals for the Seventh Circuit overturns a lower court decision that found the ban unconstitutional. The 2-1 appellate decision found that the Illinois law does not violate the Second Amendment, and its restrictions are “consistent with the principles that underpin our Nation’s tradition of firearm regulation.”</p><p>“Whether to adopt them is thus a decision reposed in our elected representatives, and we reverse,” the appeals court said.</p><p>The majority opinion also pushes back on claims made by the plaintiffs that semiautomatic weapons are not at fault for mass shootings.</p><p>“The undisputed record evidence undercuts that claim, showing that the presence of assault weapons and large-capacity magazines is strongly correlated with the severity of the societal problem,” the opinion states.</p><p>Democratic Gov. JB Pritzker said in a post on X that the decision is “a victory in the fight to end gun violence that helps keep our communities safe.”</p><p>The National Shooting Sports Foundation, the firearms industry trade association seeking to stop the ban, said that it is disappointed with the decision and plans to ask the U.S. Supreme Court to review the case.</p><p>The gun trade group said it agrees with Chief Judge Michael Brennan’s dissent in which he wrote that the country prohibits governments from banning “firearms commonly owned for self-defense.”</p><p>“Because the people have overwhelmingly chosen the AR-15 rifle and its magazine as their weapon of choice, they are protected by the Second Amendment,” the judge's dissent states.</p><p>The Protect Illinois Communities Act was signed into law in 2023 by Pritzker and bans AR-15 rifles and similar guns, large-capacity magazines and an assortment of attachments.</p><p>It came six months after a 2022 shooting in which a gunman on a rooftop in the Chicago suburb of Highland Park opened fire on a parade, killing seven people and injuring more than three dozen.</p><p>The law prompted immediate pushback from county sheriffs who said they refused to enforce what they considered an unconstitutional law, while gun owners and advocates sued.</p><p>In 2024, a federal judge overturned the ban, leaning on recent U.S. Supreme Court rulings that strictly interpret the Second Amendment right to keep and bear firearms.</p><p>The injunction was set to take effect 30 days after the judge's decision. But that same day, Illinois Attorney General Kwame Raoul filed a notice of appeal, which ultimately led to a stay in the injunction.</p><p>Raoul said Thursday's decision enhances public safety. “We have seen the damage that assault weapons and large-capacity magazines can inflict, and these weapons of war have no place in our communities,” he said in a statement.</p><p>Last month, the Supreme Court announced it will consider whether bans on semiautomatic rifles, often called assault weapons, violate the Second Amendment. In the fall, the court, which has expanded gun rights, is expected to hear appeals challenging a ban in the Chicago area, which predates the statewide law.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/HHEETSEMW5A43LNVD2NDBSB55E.jpg?auth=67b6f2f79fc6cfdcab4aa28ed5823332f44b01218203136747f1d53e31522021&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Illinois Gov. JB Pritzker, center, mingles ahead of the Obama Presidential Center dedication ceremony Thursday, June 18, 2026, in Chicago. (AP Photo/Jeff Roberson,File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jeff Roberson</media:credit></media:content></item><item><title><![CDATA[Colombian soccer player gets death threats after FIFA World Cup elimination]]></title><link>https://www.local10.com/news/world/2026/07/09/colombian-soccer-player-gets-death-threats-after-missing-fifa-world-cup-goal/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/09/colombian-soccer-player-gets-death-threats-after-missing-fifa-world-cup-goal/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[Jáminton Campaz, an attacking midfielder and left winger for Colombia’s national team, denounced death threats on Thursday. ]]></description><pubDate>Thu, 09 Jul 2026 22:47:12 +0000</pubDate><content:encoded><![CDATA[<p>Jáminton Campaz, an attacking midfielder and left winger for Colombia’s national team, denounced death threats on Thursday.</p><p>Campaz, 26, who lives in Argentina, didn’t return to his native Tumaco, a port city on the Pacific Coast, or to Ibagué, a city where he still has family, to take a much-needed break. </p><p>There were threatening social media posts after Colombia’s elimination from the FIFA World Cup 2026.</p><p>“We may think differently or feel frustration or sadness, but no passion justifies hatred or living in fear,” Campaz wrote in Spanish in a statement <a href="https://www.instagram.com/p/Dak7iPvxH_r/" target="_self" rel="" title="https://www.instagram.com/p/Dak7iPvxH_r/">on Instagram</a>. </p><p>Campaz, who also plays for the Argentine Primera División Club Rosario Central, played for Colombia’s national team during three World Cup matches. </p><p>“I dreamed of defending Colombia’s colors, hearing the anthem, representing millions of people, and scoring a goal in a World Cup since I was a child,” Campaz wrote in Spanish. “Today, I can only thank God for allowing me to fulfill that dream.”</p><figure><img src="https://www.local10.com/resizer/v2/7KMHZQCGVVAUZBJRYLIY6BZQD4.JPG?auth=fb5d122de09099ee2698973e8e94c328547c977450d4eabf88c1c0125e02da10&smart=true&width=1200&height=900" alt="Soccer Football - FIFA World Cup 2026 - Group K - Uzbekistan v Colombia - Estadio Azteca, Mexico City, Mexico - June 17, 2026 Colombia's Jaminton Campaz scores their third goal REUTERS/Eloisa Sanchez" height="900" width="1200"/><figcaption>Soccer Football - FIFA World Cup 2026 - Group K - Uzbekistan v Colombia - Estadio Azteca, Mexico City, Mexico - June 17, 2026 Colombia's Jaminton Campaz scores their third goal REUTERS/Eloisa Sanchez</figcaption></figure><p>On June 17, Campaz came on as a substitute during a group-stage match against Uzbekistan. <a href="https://www.youtube.com/watch?v=q6iL9ds0Rwg" target="_self" rel="" title="https://www.youtube.com/watch?v=q6iL9ds0Rwg">Campaz scored a 99th-minute goal</a> to seal a 3-1 victory.</p><p>On July 3, Campaz was a late substitute during the 1-0 round of 32 win against Ghana. On July 7, as a second-half substitute, <a href="https://www.foxsports.com/watch-vertical/fmc-r2p95bcjsqgwvgw4" target="_self" rel="" title="https://www.foxsports.com/watch-vertical/fmc-r2p95bcjsqgwvgw4">Campaz missed a goal</a> during the round of 16 match against Switzerland.</p><p>“I share the pain of this elimination. We, too, dreamed of advancing further, and I know the sadness we feel today as Colombians. I deeply regret not being able to bring you the joy we all hoped for,” Campaz wrote. “I want you to know that there was never a lack of dedication, commitment, or love for this jersey. I gave everything I had on the pitch, and I would do it a thousand times over for my country.”</p><figure><img src="https://www.local10.com/resizer/v2/6VGH7X23UBEVBGTGPOPDGMHT3E.JPG?auth=b4f55c3dc72aa6c85ef113e645ade88588ccce643669747eca5e5f1bcd2fdec6&smart=true&width=1200&height=900" alt="Soccer Football - FIFA World Cup 2026 - Round of 16 - Switzerland v Colombia - BC Place, Vancouver, Canada - July 7, 2026 Switzerland's Gregor Kobel and Nico Elvedi in action as Colombia's Jaminton Campaz misses a chance to score IMAGN IMAGES via Reuters/Anne-Marie Sorvin     TPX IMAGES OF THE DAY" height="900" width="1200"/><figcaption>Soccer Football - FIFA World Cup 2026 - Round of 16 - Switzerland v Colombia - BC Place, Vancouver, Canada - July 7, 2026 Switzerland's Gregor Kobel and Nico Elvedi in action as Colombia's Jaminton Campaz misses a chance to score IMAGN IMAGES via Reuters/Anne-Marie Sorvin     TPX IMAGES OF THE DAY</figcaption></figure><p>Campaz scored his penalty before Switzerland won the 4-3 shootout, and Colombia was eliminated. </p><p>“Soccer is also made of difficult moments. Today, all that remains is to learn, pick yourself up, and keep working to come back stronger,” Campaz wrote. </p><figure><img src="https://www.local10.com/resizer/v2/KWPFHJ5NCVAPJAGNGM2Q6HLBBY.JPG?auth=cf908f638b4a5765971968f58297912709d37376e6e19c559ee5348d7544e10d&smart=true&width=1200&height=900" alt="Soccer Football - FIFA World Cup 2026 - Round of 16 - Switzerland v Colombia - BC Place, Vancouver, Canada - July 7, 2026 Colombia's Jaminton Campaz scores a penalty past Switzerland's Gregor Kobel during the penalty shootout REUTERS/Agustin Marcarian" height="900" width="1200"/><figcaption>Soccer Football - FIFA World Cup 2026 - Round of 16 - Switzerland v Colombia - BC Place, Vancouver, Canada - July 7, 2026 Colombia's Jaminton Campaz scores a penalty past Switzerland's Gregor Kobel during the penalty shootout REUTERS/Agustin Marcarian</figcaption></figure><p>During one of Colombia’s most violent periods, illegal sports gambling put life-threatening pressure on professional soccer players. </p><p>After Colombia’s elimination from the 1994 FIFA World Cup, a gunman shot and killed Colombian soccer star Andrés Escobar on July 2, 1994, in Medellín. </p><p>Escobar had scored an own goal during a World Cup group-stage match against the U.S. on June 22, 1994, in Pasadena, California.</p><p><b>Related stories</b></p><ul><li><a href="https://www.local10.com/sports/2026/07/09/kylian-mbappe-scores-his-eighth-goal-of-the-world-cup-equaling-lionel-messi-for-the-tournament-lead/" target="_self" rel="" title="https://www.local10.com/sports/2026/07/09/kylian-mbappe-scores-his-eighth-goal-of-the-world-cup-equaling-lionel-messi-for-the-tournament-lead/">Kylian Mbappé scores his eighth goal of the World Cup, equaling Lionel Messi for the tournament lead</a></li><li><a href="https://www.local10.com/sports/2026/07/09/england-player-jarell-quansah-suspended-for-two-games-at-the-world-cup/" target="_self" rel="" title="https://www.local10.com/sports/2026/07/09/england-player-jarell-quansah-suspended-for-two-games-at-the-world-cup/">England player Jarell Quansah suspended for two games at the World Cup</a></li><li><a href="https://www.local10.com/sports/2026/07/09/us-star-christian-pulisic-fractured-leg-in-world-cup-loss-to-belgium/" target="_self" rel="" title="https://www.local10.com/sports/2026/07/09/us-star-christian-pulisic-fractured-leg-in-world-cup-loss-to-belgium/">US star Christian Pulisic fractured his leg in World Cup loss to Belgium</a></li></ul><p><b>TOURNAMENT’S SCHEDULE </b></p><h3><b>Quarterfinals </b></h3><p><b>July 10</b></p><p>Belgium vs. Spain at 3 p.m. </p><p><b>July 11</b></p><ul><li>Norway vs. England is at 5 p.m. </li><li>Switzerland vs. Argentina is at 9 p.m.</li></ul><p><b>Sunrise watch party</b>: The indoor Amerant Bank Arena is hosting a free watch party <a href="https://www.amerantbankarena.com/events/detail/world-cup-watch-party" target="_self" rel="" title="https://www.amerantbankarena.com/events/detail/world-cup-watch-party">for ticket holders</a> at 5 p.m. on July 11. Parking is free. </p><p><b>Related link</b>: <a href="https://share.google/GiwkbD7k5Da978PEB" target="_self" rel="" title="https://share.google/GiwkbD7k5Da978PEB"><b>View the knockout bracket</b></a></p><h3><b>Semifinals </b></h3><p><b>July 14</b>: France plays a semi-final match at 3 p.m. </p><p><b>Miami Beach watch party: </b>Doors open at 3 p.m. on July 14 at The Bandshell, at 7275 Collins Ave., for the semifinal match.</p><p><b>July 15</b>: There is a semi-final match at 3 p.m. </p><p><b>Miami Beach watch party: </b>Doors open at 3 p.m. on July 15 at The Bandshell, at 7275 Collins Ave., for the semifinal match.</p><h3><b>Finals </b></h3><p><b>July 18</b>: The third-place play-off match is at 5 p.m. at the Miami Stadium, better known as the Hard Rock Stadium in Miami Gardens. </p><p><b>Miami Beach watch party: </b>Doors open at 3 p.m. on July 18 at The Sandbowl, behind The Bandshell, at 7275 Collins Ave., for the 5 p.m. bronze final. </p><p><b>Sunrise ride to stadium</b>: The Amerant Bank Arena has free parking for FIFA World Cup ticket holders who ride Broward County’s <a href="https://www.broward.org/BCT/Pages/WorldCup.aspx" target="_self" rel="" title="https://www.broward.org/BCT/Pages/WorldCup.aspx">free Express bus transportation</a> to the Miami Stadium, also known as Hard Rock, in Miami Gardens. </p><p><b>July 19</b>: The final match is at 3 p.m. </p><p><b>Miami Beach watch party: </b>Doors open at 1 p.m. on July 19 at The Sandbowl, behind The Bandshell, at 7275 Collins Ave., for the 3 p.m. final.</p><p><b>Sunrise watch party</b>: The indoor Amerant Bank Arena is hosting a free watch party <a href="https://www.amerantbankarena.com/events/detail/world-cup-watch-party" target="_self" rel="" title="https://www.amerantbankarena.com/events/detail/world-cup-watch-party">for ticket holders</a> for the final on July 19. Parking is free. </p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/GW24SK4LUVFRJHALG34MX42LSI.JPG?auth=86cc6901684769501441abb4d3f36228ee78fa6bbe889fc8afaab73070de0260&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Soccer Football - FIFA World Cup 2026 - Round of 16 - Switzerland v Colombia - BC Place, Vancouver, Canada - July 7, 2026 Colombia's Jaminton Campaz looks dejected after the match as Colombia are eliminated from the World Cup REUTERS/Albert Gea]]></media:description><media:credit role="author" scheme="urn:ebu">Albert Gea</media:credit></media:content></item><item><title><![CDATA[Former Olympian pleads not guilty in Reflecting Pool damage case after Trump alleged vandalism]]></title><link>https://www.local10.com/news/politics/2026/07/09/former-olympian-pleads-not-guilty-in-reflecting-pool-damage-case-after-trump-alleged-vandalism/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/07/09/former-olympian-pleads-not-guilty-in-reflecting-pool-damage-case-after-trump-alleged-vandalism/</guid><dc:creator><![CDATA[By MICHAEL KUNZELMAN, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — A former Olympic canoe racer pleaded not guilty on Thursday to deliberately damaging the recently renovated Lincoln Memorial Reflecting Pool, a politically charged case that his defense attorneys and other Trump administration critics have derided as an abuse of prosecutorial power.]]></description><pubDate>Thu, 09 Jul 2026 22:11:50 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — A former Olympic canoe racer pleaded not guilty on Thursday to deliberately damaging the recently renovated Lincoln Memorial Reflecting Pool, a politically charged case that his defense attorneys and other Trump administration critics have derided as an abuse of prosecutorial power.</p><p>David Hearn, who competed in three Summer Olympics, entered the plea through one of his attorneys during his initial appearance in D.C. Superior Court. Hearn, 67, of Bethesda, Maryland, was indicted last Thursday on a single felony count of property destruction.</p><p>Before the country’s 250th independence celebrations, President Donald Trump launched a multimillion dollar renovation project for the Reflecting Pool, which was plagued by problems, including damage to its new coating. Trump, without providing evidence, has alleged the damage was caused by vandals.</p><p>Hearn has said he reached inside the pool to examine the peeled sealant and let go of a chunk when he was told to by a park worker. He is accused of causing more than $1,000 in damage.</p><p>“Every American should be alarmed about this prosecution,” defense attorney Norm Eisen said after the hearing. “It is not a crime to touch the Reflecting Pool.”</p><p>At least three other people have been charged in the same court with misdemeanors for allegedly removing pieces of paint from the Reflecting Pool, according to online court records. All three pleaded not guilty during their initial court appearances Wednesday, records show.</p><p>U.S. Attorney Jeanine Pirro, the top federal prosecutor for the District of Columbia, said vandalizing the nation’s monuments and public spaces is “an affront to our shared history.”</p><p>“The law applies equally to everyone, and when it is broken, there are consequences,” she said in a statement on Thursday.</p><p>Defense says prosecutors’ evidence is ‘weak’</p><p>In front of a packed courtroom, D.C. Superior Court Judge Carmen McLean did not require Hearn to be supervised by the court while he is free awaiting a trial. A status hearing was scheduled for Aug. 5.</p><p>A prosecutor, Kevin Reddington, said the government wasn’t seeking any court supervision for Hearn, but just a “stay-away order” without specifying in court where it wanted to keep Hearn away from.</p><p>Mary Dohrmann, one of Hearn’s attorneys, urged the judge not to impose any conditions of court supervision, calling Hearn an “upstanding citizen and member of the community.”</p><p>“The government’s evidence is weak,” she added.</p><p>Supporters cheered after the hearing</p><p>Dozens of supporters, many carrying homemade signs, gathered outside the courthouse and chanted “Davey!” as Hearn left after the hearing. Hearn joined his attorneys in front of a bank of cameras and smiled to supporters but did not speak. He raised his right hand and pumped his fist as he left.</p><p>Adam Van Grack, who chaired the U.S. Olympic national governing body for canoe and kayak sports, joined the throng of supporters who cheered for Hearn after the hearing. Van Grack said Hearn has spent decades voluntarily maintaining National Park Service property that the canoeists used as a training course along the Potomac River.</p><p>“This is a person who has devoted his life to representing the United States on an international stage, caring for the community and protecting and caring for National Park Service property,” Van Grack said. “So the idea that he is a malicious destroyer of federal property shocks the conscience and makes no sense to anybody who’s ever known Davey Hearn.”</p><p>Hearn previously told The Associated Press that he was detained by National Guard troops and U.S. Park Police for five hours after stopping by the pool during a 64-mile (103 kilometer) bike ride on June 19. He said he reached in to examine newly peeled coating and briefly touched a chunk attached to the side of the pool, but obeyed a park worker who told him to let go of it.</p><p>Pool project has been plagued by problems</p><p>The pool’s renovation has been riddled with problems. Workers have used devices called nanobubblers to curtail an algae bloom. The devices infuse ozone into the water to kill algae and bacteria. Officials have said the pool most likely would need to be drained again for liner repairs after chunks of blue coating were seen floating at the surface.</p><p>Trump has claimed without substantiation that vandals dumped fertilizer into the pool and slashed the coating with a box cutter. Pirro, a former Fox News host who was appointed by Trump, said last week that six other people were arrested on misdemeanor charges related to the $16 million pool project.</p><p>Pirro accused Hearn of causing more than $1,000 in damage by ripping up recently installed sealant from the pool and acting belligerently toward an employee who told him to stop.</p><p>Hearn’s attorneys have said the charges against him are based on a “concocted narrative” and “should be alarming to every American.”</p><p>“This indictment reflects the administration’s effort to shift blame for their own failures,” the lawyers said in a statement. “The justice system exists to determine facts, not to provide political cover.”</p><p>___</p><p>Associated Press writer Matthew Daly and AP video journalist Nathan Ellgren contributed to this report.</p>]]></content:encoded></item><item><title><![CDATA[New attacks raise questions about what comes next in the Iran war]]></title><link>https://www.local10.com/news/2026/07/09/new-attacks-raise-questions-about-what-comes-next-in-the-iran-war/</link><guid isPermaLink="true">https://www.local10.com/news/2026/07/09/new-attacks-raise-questions-about-what-comes-next-in-the-iran-war/</guid><dc:creator><![CDATA[By WILL WEISSERT, FARNOUSH AMIRI and SAMY MAGDY, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — President Donald Trump says he believes the ceasefire with Iran is over. He says he’s not sure he wants a deal anymore and says the U.S. should “finish the job.” But he also insists that continued attacks do not mean a return to war or long-term action.]]></description><pubDate>Thu, 09 Jul 2026 16:20:44 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — President Donald Trump says he believes the ceasefire with Iran is over. He says he’s not sure he wants a deal anymore and says the U.S. should “finish the job.” But he also insists that continued attacks do not mean a return to war or long-term action.</p><p>The confusion and uncertainty in Trump’s mixed messaging and his approval of back-to-back military strikes leave major questions about what comes next in the conflict, just weeks after difficult diplomacy to reach even an initial deal between the longtime adversaries.</p><p>The whipsawing rhetoric could be a strategy to increase the pressure on Tehran to stop attacking ships transporting oil and natural gas in the Strait of Hormuz and bend to U.S. demands on its nuclear program — something Trump has tried before.</p><p>Whether it is a negotiation tactic or a signal of an escalation in fighting, mediators are scrambling to save the interim deal and the actions risk further inflaming tensions — which could spell problems for Republicans in November’s midterm elections if gas prices stay high.</p><p>Trump warned Wednesday that a new round of U.S. attacks was coming, even as he attempted to shrug off suggestions of a return to full-scale war. Hours later, the military announced it was carrying out new attacks on Iran that were meant to “further degrade their ability to threaten freedom of navigation in the Strait of Hormuz.”</p><p>“Anything that happens is going to happen very fast,” Trump said earlier. “We’re not looking for a long time.”</p><p>Officials rush to save the ceasefire</p><p>A regional intelligence official involved in the mediation efforts said the conflict had reached a critical stage as mutual mistrust rises. But high-level communications are happening around the clock to salvage the ceasefire, said the official, who spoke on condition of anonymity to discuss the delicate behind-the-scenes negotiations.</p><p>The foreign ministers of Pakistan and Qatar, as well as Egypt’s intelligence chief, are leading the efforts, while Turkish President Recep Tayyip Erdogan — whose country hosted the NATO summit that wrapped Wednesday — and leaders from Saudi Arabia are also involved, the official said.</p><p>The U.S. is upset about ships being attacked in the Strait of Hormuz and accuses Iran of slow-playing discussions on curtailing its nuclear program, the official said. Nuclear talks were a major next step to try to turn the interim deal announced last month into a lasting end to the war.</p><p>Tehran, meanwhile, says Washington is the one violating the agreement regarding the strait and failing to ensure that a ceasefire in Lebanon, including an Israeli withdrawal, is being implemented, the official said.</p><p>Michael Eisenstadt, a former U.S. military analyst who now directs the Military and Security Studies Program at the Washington Institute for Near East Policy, said that “we’re still in negotiating mode, no matter what the president says.”</p><p>“This is part of negotiating, and declaring that the MOU is over is part of the negotiation as well,” Eisenstadt said, referring to the memorandum of understanding that the ceasefire was built on.</p><p>Trump, though, has been explicit in public comments, saying he’s lost interest in preserving the ceasefire: “I think it’s over.”</p><p>“We can play games, but I’m not sure I want to make a deal,” he said during the NATO summit in Ankara, Turkey, adding that the U.S. military might “just finish the job.”</p><p>Parliament speaker Mohammad Bagher Qalibaf, Iran’s lead negotiator, said the Trump administration had repeatedly violated the terms of the initial pact, forcing the country to respond appropriately.</p><p>“The era of bullying and extortion is over,” Qalibaf posted on X. “It leads nowhere. We don’t fold.”</p><p>Trump says ‘we’ll probably hit them hard again’</p><p>Pakistan, which helped broker the ceasefire, said renewed conflict is in “no one’s interest” and urged both sides to uphold their commitments.</p><p>“There is no alternative to continued engagement, dialogue and diplomacy to achieve shared goal of peace in the region,” its Foreign Ministry said in a statement.</p><p>Trump, nonetheless, dismissed Tehran’s leaders, calling them “scum” and “sick people.” Just last month, Trump said Iran’s leadership was “very rational” and “nice to deal with,” while also calling the country’s leaders “smart people.”</p><p>Speaking at an event in Milwaukee on Wednesday, Vice President JD Vance, who led U.S. efforts to reach the initial deal with Tehran, said Iran was “well behaved for about a week.” He added that lately the country had begun attacking the strait and said, “If they shoot at ships, we’re going to knock the hell out of them.”</p><p>Could this be another negotiating tactic?</p><p>Before the U.S. and Iran reached their first, two-week ceasefire in April, Trump intensified his threats, pledging that American forces would bomb Iranian bridges, roads and power plants. He even posted online, “A whole civilization will die tonight, never to be brought back again.”</p><p>He repeated dire threats before the tentative 60-day deal to end the war was reached last month.</p><p>Trump likes to seek ways to negotiate from a position of strength, and he could be looking for more leverage with new strikes. But being unequivocal about the end of the ceasefire also could free up Iran militarily — which could again roil oil prices and financial markets.</p><p>Ali Vaez, Iran director at the International Crisis Group, argued that escalating threats may be a riskier maneuver this time around, given the domestic and international stakes for the U.S.</p><p>“It certainly looks like an effort to turn up the military heat without yet closing the diplomatic door,” Vaez said. “But coercive bargaining is a dangerous game: At some point, a pressure campaign can acquire a momentum of its own and become the war it was ostensibly meant to avoid.”</p><p>He added, however, that Iran still has every reason to return to the table because it desperately needs the economic relief that was promised under the interim deal.</p><p>Trump also has sent mixed signals about the fallout.</p><p>He long insisted that rising gas prices for Americans didn’t factor into his calculations on Iran — only to say that part of the reason he agreed to the interim deal was to avoid an “economic catastrophe.” He has since touted the falling price of oil after the deal was reached.</p><p>Elections ahead could scramble Trump’s political calculus</p><p>The president again resumed his past threats to strike Iran’s civilian infrastructure, possibly including electric plants and desalinization plants, and to seize the oil-production hub of Kharg Island.</p><p>“We may take over Kharg Island,” he said. ”There’s not a thing they could do about it.”</p><p>Still, the midterm elections — when Republicans hope to retain control of the House and Senate — are now less than four months away. Oil prices rising again amid greater uncertainty about the war means Americans will likely continue to see higher prices at the pump.</p><p>The president tried to play down such concerns, saying, “Any time we hit them, it goes up a little bit — $2.” In fact, U.S. oil futures jumped far higher and may keep climbing — even as Trump acknowledged, “As oil goes, so goes everything else.”</p><p>He argued that an increase in oil prices was worth it to bar Iran from obtaining a nuclear weapon. “It’s all right.”</p><p>___</p><p>Amiri reported from New York and Magdy from Cairo. Associated Press writer Munir Ahmed in Islamabad contributed to this report.</p>]]></content:encoded></item><item><title><![CDATA[Mexican man killed in Houston ICE shooting was not the target of operation, lawmaker says]]></title><link>https://www.local10.com/news/national/2026/07/09/mexican-man-fatally-shot-by-ice-agent-in-houston-was-not-the-1-being-targeted-lawmaker-says/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/07/09/mexican-man-fatally-shot-by-ice-agent-in-houston-was-not-the-1-being-targeted-lawmaker-says/</guid><dc:creator><![CDATA[By REBECCA SANTANA and JACK BROOK, Associated Press]]></dc:creator><description><![CDATA[A Mexican man living in the U.S. who was fatally shot by an Immigration and Customs Enforcement agent was not the person federal authorities had been targeting in a Houston operation, U.S. Rep. Sylvia Garcia said Thursday.]]></description><pubDate>Fri, 10 Jul 2026 03:48:45 +0000</pubDate><content:encoded><![CDATA[<p>A Mexican man living in the U.S. who was fatally shot by an Immigration and Customs Enforcement agent was not the person federal authorities had been targeting in a Houston operation, U.S. Rep. Sylvia Garcia said Thursday.</p><p>The Democratic congresswoman, whose district includes the Houston neighborhood where the shooting occurred, said acting ICE Director David Venturella told her the agency has confirmed Lorenzo Salgado Araujo “was not a target.”</p><p>Salgado Araujo was a homebuilder who had lived in the U.S. for more than 35 years, had no criminal record and was close to finishing the long process of obtaining legal status when he was killed early Tuesday morning, according to his family.</p><p>“We’ve got to do something. This is just one more death too many,” Garcia said in an interview with MS Now. “And if we’ve got to bring outside, independent folks to come in and look at it, we should do that."</p><p>A spokesperson for the Department of Homeland Security did not immediately return an email seeking comment late Thursday.</p><p>DHS, which oversees ICE, previously said that federal officers were conducting a targeted operation to arrest a person in the country without legal status when they attempted to stop a vehicle driven by Salgado Araujo. The agency has said Salgado Araujo rammed an ICE vehicle and that a federal officer fired a weapon in self-defense.</p><p>Asked whether ICE agents had been specifically targeting Salgado Araujo, DHS said earlier Thursday that officers had been surveilling a property where they had previously observed two white vans.</p><p>“On July 7, officers were almost at the target’s address when they observed a white van with an individual who resembled the target. Officers then initiated the vehicle stop,” the department said.</p><p>The federal agents weren't wearing body-worn cameras, DHS said, and few photos or videos surrounding the shooting have emerged publicly in the days since the encounter, unlike other deaths involving federal immigration officers.</p><p>In a statement, DHS said the agents at the scene in Houston had not yet been issued body cameras, which it blamed on Democrats and a record government shutdown that was fueled by President Donald Trump's immigration crackdown.</p><p>U.S. Rep. Christian Menefee, a Democrat who also represents Houston, said if the agents didn't have the devices, it was because Trump and Republican lawmakers did not want them to be carrying them.</p><p>"Houston is done accepting excuses from an agency that has more money than it knows what to do with and still can’t manage basic accountability,” he said in a statement.</p><p>The Harris County District Attorney's office said it would conduct an investigation into the shooting. The office is consulting with local prosecutors in Minneapolis, where federal agents fatally shot two U.S. citizens, to learn how they have navigated investigations into federal immigration agents, spokesperson Rafael Lemaitre said.</p><p>“Although access to key evidence remains under federal control, we are pursuing investigative avenues available to us and will conduct a review of any information we collect within our reach,” Lemaitre said in an emailed statement.</p><p>Three men, including Salgado Araujo’s brother, were detained by ICE during the fatal traffic stop, according to Juan Proaño, CEO of the League of United Latin American Citizens, who has been communicating with their families.</p><p>LULAC has yet to obtain video footage that clearly shows what happened during the moments of the shooting and has offered a reward of $5,000 for information from witnesses, Proaño told The Associated Press. The position of Salgado Araujo’s van and ICE vehicles has obstructed security camera footage LULAC has reviewed, he added.</p><p>“It’s going to make it even more difficult to find the truth in all this,” he said.</p><p>DHS said the ICE agents involved in the incident were expected to receive body-worn cameras in the next 60 days.</p><p>In the aftermath of the fatal Minneapolis shootings of Renee Good and Alex Pretti, Democrats had refused to fund ICE and the Border Patrol without changes to those operations designed to increase accountability and transparency. Republicans in Congress eventually passed legislation funding just ICE and CBP for three years.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/AOQSOTM4AHKR3NIRGXNEC2L2WM.jpg?auth=46e2603d74f49787edc67ff4a0c240fa5d411d665591c92ca2f964e8204145b0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A makeshift memorial for Lorenzo Salgado Araujo, who was shot and killed by an ICE officer Tuesday, is shown Wednesday, July 8, 2026, in Houston. (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/W3FXRHJ7ZIHZXR7XP3BG63QO5A.jpg?auth=2a7f44094a7310111bab802df16354707bb275be3499907de1f6d629a22f332c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A woman holds up a sign during a vigil for Lorenzo Salgado Araujo, a Mexican national fatally shot by a federal immigration agent a day prior, Wednesday, July 8, 2026, in Houston. (AP Photo/Mark Felix)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark Felix</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BC2NJPA3ZHOFRR52EV5CSDF544.jpg?auth=bc9aebd4a9ac429d6ad0dc5b9efd6375225dd2383e28e8f33baa41009dd694f8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Mourners hold candles during a vigil for Lorenzo Salgado Araujo, a Mexican national fatally shot by a federal immigration agent a day prior, Wednesday, July 8, 2026, in Houston. (AP Photo/Mark Felix)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark Felix</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4NFBWWSLHWVZQA2VSU2IIYVOAQ.jpg?auth=4f9a90f566669806e94dd82f1f3a14322d883866a2daf62d34f6b282c196b8fa&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ronaldo Salgado and Lorenzo Jr., sons of Lorenzo Salgado Araujo, hold a photograph of their father during a news conference Wednesday, July 8, 2026, in Houston. (AP Photo/David J. Phillip)]]></media:description><media:credit role="author" scheme="urn:ebu">David J. Phillip</media:credit></media:content></item><item><title><![CDATA[July 9: Maybe a few Friday showers]]></title><link>https://www.local10.com/weather/2026/07/09/july-9-maybe-a-few-friday-showers/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/07/09/july-9-maybe-a-few-friday-showers/</guid><dc:creator><![CDATA[Betty Davis]]></dc:creator><description><![CDATA[A stray, passing shower is not completely out of the question Thursday night for South Florida or the Keys. Otherwise, east-southeast winds will continue to stir as a touch of Saharan dust lingers along with scattered clouds. Indeed, the night will be warm with lows forecast in the low 80s.]]></description><pubDate>Thu, 09 Jul 2026 22:47:59 +0000</pubDate><content:encoded><![CDATA[<p>A stray, passing shower is not completely out of the question Thursday night for South Florida or the Keys. Otherwise, east-southeast winds will continue to stir as a touch of Saharan dust lingers along with scattered clouds. Indeed, the night will be warm with lows forecast in the low 80s.</p><p>Friday will bring a sun/cloud mix with the chance for a spotty shower or two in the morning, followed by scattered, afternoon storms. More Saharan dust is on track to reach the area. Per usual, temperatures will make a run for the low 90s -- humidity will make it feel like the triple digits. </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[Enfermedades crónicas y diarrea van en aumento en comunidades afectadas por los sismos en Venezuela]]></title><link>https://www.local10.com/espanol/2026/07/09/enfermedades-cronicas-y-diarrea-van-en-aumento-en-comunidades-afectadas-por-los-sismos-en-venezuela/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/09/enfermedades-cronicas-y-diarrea-van-en-aumento-en-comunidades-afectadas-por-los-sismos-en-venezuela/</guid><dc:creator><![CDATA[Por REGINA GARCÍA CANO, Associated Press]]></dc:creator><description><![CDATA[CATIA LA MAR, Venezuela (AP) — Las víctimas de los sismos simultáneos que azotaron a Venezuela el mes pasado, así como algunas otras personas que se libraron de la destrucción, acudieron el jueves en grandes números en busca de algunos de los servicios de ayuda que ofrecen organizaciones no gubernamentales en las zonas más afectadas.]]></description><pubDate>Fri, 10 Jul 2026 00:45:56 +0000</pubDate><content:encoded><![CDATA[<p>CATIA LA MAR, Venezuela (AP) — Las víctimas de los sismos simultáneos que azotaron a Venezuela el mes pasado, así como algunas otras personas que se libraron de la destrucción, acudieron el jueves en grandes números en busca de algunos de los servicios de ayuda que ofrecen organizaciones no gubernamentales en las zonas más afectadas.</p><p>La demanda de ayuda se produce mientras Naciones Unidas hizo un llamado para recaudar alrededor de 300 millones de dólares para brindar asistencia a 1,3 millones de personas con necesidades urgentes en el país sudamericano, donde las organizaciones no gubernamentales eran, hasta hace poco, blanco de la represión gubernamental. Cocinas y clínicas móviles, así como hospitales de campo, se encuentran actualmente dispersos en espacios públicos en el estado de La Guaira, la zona más afectada en el norte del país.</p><p>“Queda claro que en los lugares de desplazamiento, en especial después de dos semanas, la gente está viniendo porque no ha podido recibir otros tratamientos", declaró a The Associated Press Tom Fletcher, director de ayuda humanitaria de la ONU, durante su visita a Venezuela. "Ya no sólo llegan con fracturas; llegan con esas otras necesidades de salud de más largo plazo. Y es crucial que estemos para ellos”.</p><p>Los médicos que brindaban atención en la comunidad de Catia La Mar reportaron el jueves un aumento de afecciones cutáneas y enfermedades diarreicas, además de solicitar medicamentos para tratar enfermedades crónicas como diabetes e hipertensión. El repunte de enfermedades puede estar relacionado con el hacinamiento y las malas condiciones de agua y saneamiento, que existían en muchas de las comunidades incluso antes de los terremotos.</p><p>Irma Echarri se presentó en una unidad móvil ubicada frente a una iglesia con las cajas de las gotas para los ojos y el analgésico que suele tomar, con la esperanza de que los médicos del lugar pudieran reabastecer sus medicamentos. También quería que la revisaran por el dolor de nariz que se le desarrolló después de los sismos del 24 de junio.</p><p>"Me duele bastante", señaló Echarri, de 67 años, mientras esperaba su turno. “Me duele porque me duele”.</p><p>La vivienda de Echarri no sufrió daños, pero muchos de sus vecinos viven ahora en albergues temporales o a la intemperie después de que los sismos cobraron la vida de 3.889 personas, causaron el colapso de 190 edificios y dejaron otras 856 estructuras dañadas, de acuerdo con las autoridades venezolanas.</p><p>El gobierno de la presidenta interina Delcy Rodríguez calcula que los terremotos dejaron a unas 18.000 personas sin hogar. Los desplazados viven actualmente en escuelas, aceras, parques, plazas y otros espacios públicos.</p><p>Fletcher señaló a la AP que hasta el momento Estados Unidos ha proporcionado la mayor parte de la ayuda para la respuesta a la crisis. Grupos locales que se han asociado con organizaciones humanitarias globales son responsables en buena medida de distribuir la asistencia sobre el terreno.</p><p>Una de las desplazadas es Zulbey Reyes, quien acudió a la clínica gestionada por la organización Paluz --con sede en Venezuela-- en alianza con la agencia global de ayuda International Rescue Committee. Reyes, a quien los terremotos también le arrebataron su empleo como niñera, buscaba tratamiento por un dolor en el pecho.</p><p>"Pensé que era el corazón que lo tenía enfermo", declaró Reyes, de 41 años, después de recibir su diagnóstico y tratamiento. "Pero no, es un nervio que, producto desde el grito del día, se me inflamó".</p><p>Armando Denegri, representante para Venezuela de la Organización Panamericana de la Salud, dijo el jueves a los periodistas que "el 50% de los profesionales de la salud de La Guaira se vieron afectados directamente” por los terremotos.</p><p>"Algunos desaparecieron, algunos fallecieron, otros se vieron muy afectados por la crisis, impactando a sus familias”, resaltó Denegri, sin dar más detalles.</p><p>La Oficina de las Naciones Unidas para la Reducción del Riesgo de Desastres ha estimado que los daños directos a viviendas e infraestructura rondan los 37.000 millones de dólares.</p><p>La presencia generalizada de organizaciones no gubernamentales en el país, y la libertad con la que el gobierno les permite operar, contrasta con la represión y la persecución a las que han sido sometidas en los últimos años. Mientras Rodríguez se desempeñaba como vicepresidenta del expresidente Nicolás Maduro, los colectivos fueron señalados en repetidas ocasiones de actividades antigubernamentales, además de que se desmanteló la oficina local de derechos humanos de la ONU.</p><p>“Cuando se tiene una crisis de esta magnitud, la gente deja la política a un lado y puede concentrarse en salvar tantas vidas como sea posible, y es lo que estoy viendo hasta ahora en esta respuesta”, afirmó Fletcher.</p><p>___</p><p>Esta historia fue traducida del inglés por un editor de AP con la ayuda de una herramienta de inteligencia artificial generativa.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/OU33ZURTRCPPRDPMSAMCYTKA3A.jpg?auth=dbe13d56bcf471bea9497f74c1d4cace19d30fda0aaf98b2e04969a174aba5d2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Nataly Mayora cuelga ropa en una portería mientras lava en un complejo deportivo que funge como albergue a personas desplazadas por los sismos, el jueves 9 de julio de 2026, en La Guaira, Venezuela. (AP Foto/Ariana Cubillos)]]></media:description><media:credit role="author" scheme="urn:ebu">Ariana Cubillos</media:credit></media:content></item><item><title><![CDATA[Saharan dust unloads on the Atlantic]]></title><link>https://www.local10.com/weather/hurricane/2026/07/09/saharan-dust-unloads-on-the-atlantic/</link><guid isPermaLink="true">https://www.local10.com/weather/hurricane/2026/07/09/saharan-dust-unloads-on-the-atlantic/</guid><dc:creator><![CDATA[Michael Lowry]]></dc:creator><description><![CDATA[The biggest dust outbreak of the year is trying to make up for lost time, with the first round of dust reaching the sands of South Florida yesterday and even thicker dust reinforcements moving over Florida and into the Gulf by this weekend, settling over coastal Texas by the early to middle part of next week.]]></description><pubDate>Thu, 09 Jul 2026 14:05:23 +0000</pubDate><content:encoded><![CDATA[<p>A few weeks ago in this newsletter, we wrote about the very low concentrations of Saharan dust across the Atlantic headed into what is typically the peak weeks of the Saharan dust season in late June and July. This week, however, the biggest dust outbreak of the year is trying to make up for lost time, with the first round of dust reaching the sands of South Florida yesterday and even thicker dust reinforcements moving over Florida and into the Gulf by this weekend, settling over coastal Texas by the early to middle part of next week.</p><p><a href="https://www.local10.com/espanol/2026/07/09/polvo-del-sahara-se-desplaza-sobre-el-atlantico/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/09/polvo-del-sahara-se-desplaza-sobre-el-atlantico/">Leer en español</a></p><p>The annual dust cycle not only plays into the hurricane season – with healthy loads of dust helping to fend off early tropical systems before typically dropping off in August – but also feeds marine ecosystems with essential nutrients and <a href="https://agupubs.onlinelibrary.wiley.com/doi/full/10.1002/2015GL063040/" rel="">provides essential fertilizer to the soils of the Amazon rainforest basin</a> near the eastern coast of South America.</p><p>For the larger dust outbreaks that travel all the way to the U.S. mainland, turning blue skies milky white and suppressing summertime thunderstorms, the mineral dust can reduce air quality and aggravate respiratory conditions such as asthma, COPD, and chronic bronchitis in more vulnerable populations. It’s uncommon for dust concentrations to reach those unhealthy levels in the U.S. but it’s worth <a href="https://gispub.epa.gov/airnow/?monitors=ozonepm&amp;xmin=-10462121.619020019&amp;xmax=-8113976.110100029&amp;ymin=2665696.6463506697&amp;ymax=3762720.8762992276" rel="">monitoring air quality levels</a> for particularly sensitive groups.</p><h3><b>The dust-free state of Florida</b></h3><p>Florida has had a remarkably dust-free year until this week, recording by far its lowest levels of Saharan dust since satellites began regularly measuring these aerosols back in 2002.</p><figure><img src="https://www.local10.com/resizer/v2/NVKHFTFRUZF4VNSZ5HQTR6UINI.png?auth=7b1cc03179fe5650c2775444f9010801113fabfe20e52fa0222b7fbde392e998&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>The plot above tracks dust cover over the entire state through this past Tuesday (July 7<sup>th</sup>), but doesn’t include the first major push of dust we began seeing Wednesday in South Florida that’ll spread into northern parts of the state today and on Friday. Another thicker surge of dust is expected to dull our sunny skies over the weekend – especially through Florida’s peninsula – and possibly reach coastal Texas by next Tuesday into Wednesday, according to forecasts.</p><figure><img src="https://www.local10.com/resizer/v2/24CTEOB6LZAWTN63YKVVHU3ZLM.gif?auth=f7c5f76839fe7de93e975595797e708438c4b4259d0753b56c07515345a116df&smart=true&width=1200&height=900" alt="Dust forecast from NASA’s Goddard Earth Observing System Model (GEOS-5) from early Wednesday, July 8th, through early Monday, July 13th. Credit: weathermodels.com." height="900" width="1200"/><figcaption>Dust forecast from NASA’s Goddard Earth Observing System Model (GEOS-5) from early Wednesday, July 8th, through early Monday, July 13th. Credit: weathermodels.com.</figcaption></figure><h3><b>Atlantic dust hits its highest levels of the year</b></h3><p>Through the first week of July, the dust-heavy part of the tropical North Atlantic east of the islands and west of Africa has recorded its lowest dust concentrations to-date.</p><figure><img src="https://www.local10.com/resizer/v2/N2SE2UVFMFBT5M6Y3KU7EKEYYQ.png?auth=a449f6b9c5d7c039d7327ce08f93577878db9d5d90a06c943cb99a06ee069be1&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>This week, though, the dust should top levels observed during an exceptionally strong outbreak the week of February 15<sup>th</sup>, so far the most concentrated dust outbreak of the year. Of course, dust levels this time of year should be much higher than in February when dust levels are just coming out of seasonal lows.</p><h3><b>Dust pouring cold water on the (already cold) Atlantic</b></h3><p>The big dust outbreak this week will ensure the Atlantic stays dormant for the week ahead.</p><figure><img src="https://www.local10.com/resizer/v2/SR4LO4TC75CWVHB6D4A72VM7SQ.PNG?auth=266aad2e91f2c5afae69bdafd30e02e3f724cd892ebeeac2ef2b5823aa55558c&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>As we mentioned in Wednesday’s newsletter, the only outside shot of development in the next few weeks appears to be from an initially non-tropical low along a stalled front off the Carolinas late next week.</p><figure><img src="https://www.local10.com/resizer/v2/P7FWQER6QRCLDK7CXKMRO4MU5E.png?auth=e9f20a75ca5664c4c5a48f3b54fd84a4eba2f52ccd495f420161c3a45ca62048&smart=true&width=1200&height=900" alt="Chances of a tropical system moving to within about 125 miles of a given location based on Google’s DeepMind machine learning-based 1,000-member ensemble system. The only non-negligible area of development in the next few weeks will be between Bermuda and the Carolinas from an initially non-tropical low along a stalled front late next week. For now, development odds are very low (less than 10%) of the system becoming tropical as it moves away from the U.S. Credit: Deelan Jariwala." height="900" width="1200"/><figcaption>Chances of a tropical system moving to within about 125 miles of a given location based on Google’s DeepMind machine learning-based 1,000-member ensemble system. The only non-negligible area of development in the next few weeks will be between Bermuda and the Carolinas from an initially non-tropical low along a stalled front late next week. For now, development odds are very low (less than 10%) of the system becoming tropical as it moves away from the U.S. Credit: Deelan Jariwala.</figcaption></figure><p>Models are ho-hum on its prospects in turning tropical, and so far they keep development odds very low (less than 10%), so it’s definitely not anything to be concerned with for now. </p><p><!-- Local 10 Hurricane Resources (compact, aligned, no overlap) -->
<div class="l10-hurribox" role="complementary" aria-label="Local 10 Hurricane Resources">
  <style>
    /* Prevent width calc overflow across the component */
    .l10-hurribox, .l10-hurribox * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  <!-- Decorative wave -->
  <div class="l10-wave" aria-hidden="true">
    <svg viewBox="0 0 1200 120" preserveAspectRatio="none">
      <defs>
        <linearGradient id="l10-ocean" x1="0" x2="0" y1="0" y2="1">
          <stop offset="0" stop-color="#3b78c2" stop-opacity=".85"/>
          <stop offset="1" stop-color="#0b2747" stop-opacity=".95"/>
        </linearGradient>
      </defs>
      <path d="M0,40 C150,90 350,-10 600,40 C850,90 1050,10 1200,40 L1200,120 L0,120 Z" fill="url(#l10-ocean)">
        <animate attributeName="d" dur="9s" repeatCount="indefinite"
          values="
          M0,40 C150,90 350,-10 600,40 C850,90 1050,10 1200,40 L1200,120 L0,120 Z;
          M0,35 C150,80 350,0 600,35 C850,80 1050,0 1200,35 L1200,120 L0,120 Z;
          M0,40 C150,90 350,-10 600,40 C850,90 1050,10 1200,40 L1200,120 L0,120 Z"/>
      </path>
    </svg>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/WRT7ZLHKJBDNLF4P3YY24Z6XNU.png?auth=c6321d51397024ec2108925790926f7da40a991bed7c30ea5009007cbd1fc8a6&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"><media:description type="plain"><![CDATA[Thursday morning sunrise satellite showing an extensive plume of Saharan dust enveloping the tropical North Atlantic. Credit: NOAA.]]></media:description></media:content></item><item><title><![CDATA[MDSO: Deputies seek 2 drivers who struck multiple pedestrians during illegal street takeover]]></title><link>https://www.local10.com/news/local/2026/07/09/mdso-deputies-seek-2-drivers-who-struck-multiple-pedestrians-during-illegal-street-takeover/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/09/mdso-deputies-seek-2-drivers-who-struck-multiple-pedestrians-during-illegal-street-takeover/</guid><dc:creator><![CDATA[David Dwork]]></dc:creator><description><![CDATA[Deputies are investigating after two people were struck by different vehicles during an illegal street takeover.]]></description><pubDate>Thu, 09 Jul 2026 21:21:43 +0000</pubDate><content:encoded><![CDATA[<p>Deputies are investigating after two people were struck by different vehicles during an illegal street takeover.</p><p><a href="https://www.local10.com/espanol/2026/07/09/mdso-agentes-buscan-a-dos-conductores-que-atropellaron-a-varios-peatones-durante-toma-ilegal-de-calles/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/09/mdso-agentes-buscan-a-dos-conductores-que-atropellaron-a-varios-peatones-durante-toma-ilegal-de-calles/">Leer en español</a></p><p>They said it happened early Sunday morning at the intersection of Northwest 25th Street and 76th Avenue.</p><p>According to the Miami-Dade Sheriff’s Office, deputies responded to reports of a street takeover and found several people who were injured.</p><p>Investigators said a black sedan struck two females before maneuvering around them and feeling the scene. </p><p>A man who ran toward the victims in an attempt to render aid was hit by what deputies described as an older model gold Ford Expedition with a dark gray lower body, which they said also ran over one of the female victims before fleeing the scene. </p><p>Deputies said neither the driver of the black sedan or the gold Ford stopped to render aid to the victims. </p><p>Anyone with information is urged to contact the MDSO Midwest District General Investigations Unit at 305-471-2800 or Miami-Dade Crime Stopers at 305-471-8477. </p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/VZMWRQMHPVDV5DE5U2737SJ43E.jpeg?auth=4a40c5b45fee714d38d56d5a088c8a7d92d357fe43b3b195564e79eb6d233173&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[2 church camp counselors accused of abusing boy, 9, in southwest Miami-Dade ]]></title><link>https://www.local10.com/news/local/2026/07/09/2-church-camp-counselors-accused-of-abusing-boy-9-in-southwest-miami-dade/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/09/2-church-camp-counselors-accused-of-abusing-boy-9-in-southwest-miami-dade/</guid><dc:creator><![CDATA[Ryan Mackey, Roy Ramos]]></dc:creator><description><![CDATA[Two summer camp counselors were arrested Wednesday after investigators say they abused a 9-year-old boy during an incident last month at a southwest Miami-Dade church camp. ]]></description><pubDate>Thu, 09 Jul 2026 15:27:10 +0000</pubDate><content:encoded><![CDATA[<p>Two summer camp counselors were arrested Wednesday after investigators say they abused a 9-year-old boy during an incident last month at a southwest Miami-Dade church camp. </p><p><a href="https://www.local10.com/espanol/2026/07/09/acusan-a-dos-consejeros-de-campamento-de-iglesia-de-abusar-de-nino-de-9-anos-en-el-suroeste-de-miami-dade/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/09/acusan-a-dos-consejeros-de-campamento-de-iglesia-de-abusar-de-nino-de-9-anos-en-el-suroeste-de-miami-dade/">Leer en español</a></p><p>The suspects were identified in an arrest report from the Miami-Dade Sheriff’s Office as Antoinette McKay, 50, of Cutler Bay, and Zaccheus Zamon Scott, 34, of Miami. </p><p>According to the report, the incident happened on June 11 at St. Peters Missionary Baptist Church, located at 17901 Southwest 107th Ave., where McKay and Scott served as the boy’s camp coaches and counselors.</p><p>Investigators said the boy was playing football with his siblings at the summer camp when a fight broke out between him and one of his siblings. </p><p>That’s when deputies say McKay and Scott intervened.</p><p>According to the report, the boy told investigators that Scott placed “large orange cones” over his head, causing him to have difficulty breathing.</p><p>The report states McCay then “grabbed the victim by his ankles, pinning him on his back on the ground, with his legs elevated and held down at the ankles on the seat portion of a chair.” </p><p>Deputies said as McCay held down the victim, Scott proceeded to slap him multiple times on the left side of his face and head area. </p><p>According to the report, the boy suffered ruptured blood vessels in his left eye, a scratch between his eyes and swelling and bruising to the left side of his face.</p><p>The report states the boy’s father later took him to Nicklaus Children’s Hospital, where he was treated and released. Doctors advised the family to monitor him for symptoms of a concussion, according to the report.</p><p>Investigators said McKay and Scott invoked their Miranda rights and declined to speak with detectives.</p><p>Pastor Robert Brooks of St. Peter’s Missionary Baptist Church said he was unaware of the alleged incident or the arrests until Thursday morning.</p><p>“It is disappointing to hear the allegations,” Brooks said.</p><p>After learning details outlined in the arrest reports, Brooks called the allegations “very egregious” and said he had not previously heard those accusations.</p><p>Defense attorney Kenneth Weismann argued in court that the boy and his sibling returned to the camp for four days after the alleged incident, suggesting someone else may have been responsible for the victim’s injuries. He also referenced the boy’s father, saying he has prior arrests, including for child abuse.</p><p>Jail records show both suspects are each facing one count of child abuse without great bodily harm.</p><p>As of Thursday morning, the pair were each being held at the Turner Guilford Knight Correctional Center on $1,500 bonds. They were also ordered by Miami-Dade Circuit Judge Mindy Glazer to stay away from the victim.</p><p>A representative for CMB Visions Unlimited Summer Camp did not immediately respond to Local 10’s request for comment.</p><p>Brooks said the church is re-evaluating whether it will continue renting its facilities to the summer camp in light of the allegations.</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[MDSO: Agentes buscan a dos conductores que atropellaron a varios peatones durante toma ilegal de calles]]></title><link>https://www.local10.com/espanol/2026/07/09/mdso-agentes-buscan-a-dos-conductores-que-atropellaron-a-varios-peatones-durante-toma-ilegal-de-calles/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/09/mdso-agentes-buscan-a-dos-conductores-que-atropellaron-a-varios-peatones-durante-toma-ilegal-de-calles/</guid><dc:creator><![CDATA[David Dwork]]></dc:creator><description><![CDATA[Los agentes investigan después de que dos personas fueran atropelladas por vehículos diferentes durante una toma ilegal de calles.]]></description><pubDate>Thu, 09 Jul 2026 22:11:37 +0000</pubDate><content:encoded><![CDATA[<p>Los agentes investigan después de que dos personas fueran atropelladas por vehículos diferentes durante una toma ilegal de calles.</p><p>Las autoridades informaron que el incidente ocurrió la madrugada del domingo en la intersección de Northwest 25th Street y Northwest 76th Avenue.</p><p>Según la Oficina del Sheriff de Miami-Dade, los agentes respondieron a reportes sobre una toma ilegal de calles y encontraron a varias personas heridas.</p><p>Los investigadores dijeron que un sedán negro atropelló a dos mujeres antes de maniobrar para rodearlas y huir de la escena.</p><p>Un hombre que corrió hacia las víctimas para prestarles ayuda fue atropellado por lo que los agentes describieron como una Ford Expedition dorada de un modelo antiguo con la parte inferior de color gris oscuro. Según las autoridades, ese vehículo también atropelló a una de las mujeres antes de huir del lugar.</p><p>Los agentes dijeron que ni el conductor del sedán negro ni el de la Ford Expedition dorada se detuvieron para prestar ayuda a las víctimas.</p><p>Cualquier persona con información debe comunicarse con la Unidad de Investigaciones Generales del Distrito Midwest de la Oficina del Sheriff de Miami-Dade al 305-471-2800 o con Miami-Dade Crime Stoppers al 305-471-8477.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/VZMWRQMHPVDV5DE5U2737SJ43E.jpeg?auth=4a40c5b45fee714d38d56d5a088c8a7d92d357fe43b3b195564e79eb6d233173&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item></channel></rss>