<?xml version="1.0" encoding="UTF-8"?><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:media="http://search.yahoo.com/mrss/" version="2.0"><channel><title><![CDATA[WPLG]]></title><link>https://www.local10.com</link><atom:link href="https://www.local10.com/arc/outboundfeeds/google-news-feed/" rel="self" type="application/rss+xml"/><description><![CDATA[WPLG News Feed]]></description><lastBuildDate>Thu, 09 Jul 2026 21:48:53 +0000</lastBuildDate><language>en</language><ttl>1</ttl><sy:updatePeriod>hourly</sy:updatePeriod><sy:updateFrequency>1</sy:updateFrequency><item><title><![CDATA[Girl, 8, airlifted to hospital after reported ‘long fall’ in North Miami Beach, first responders say ]]></title><link>https://www.local10.com/news/local/2026/07/09/child-airlifted-to-hospital-after-reported-long-fall-in-north-miami-beach-first-responders-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/09/child-airlifted-to-hospital-after-reported-long-fall-in-north-miami-beach-first-responders-say/</guid><dc:creator><![CDATA[Rosh Lowe, Ryan Mackey]]></dc:creator><description><![CDATA[An 8-year-old girl is expected to recover after she was airlifted to a Broward County trauma center after first responders say she fell from the third floor of an apartment building in North Miami Beach on Thursday morning. ]]></description><pubDate>Thu, 09 Jul 2026 14:13:39 +0000</pubDate><content:encoded><![CDATA[<p>An 8-year-old girl is expected to recover after she was airlifted to a Broward County trauma center after first responders say she fell from the third floor of an apartment building in North Miami Beach on Thursday morning. </p><p><a href="https://www.local10.com/espanol/2026/07/09/trasladan-en-helicoptero-a-menor-al-hospital-tras-reportarse-una-caida-desde-gran-altura-en-north-miami-beach/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/09/trasladan-en-helicoptero-a-menor-al-hospital-tras-reportarse-una-caida-desde-gran-altura-en-north-miami-beach/">Leer en español</a></p><p>Miami-Dade Fire Rescue responded to the 2150 block of Northeast 169th Street after receiving reports of a child who had a “long fall” from a building. </p><p>North Miami Beach police said the child was found “alert and conscious” before being airlifted to a trauma center. </p><p>Police also confirmed that the child’s parent was at the scene, and no foul play is suspected at this time. </p><p>Sky 10 flew over the scene at about 9:45 a.m. as North Miami Beach police investigated. Authorities have not released the girl’s identity at this time. </p><p>A Local 10 News crew was at the scene, where the girl was seen on the floor and appeared to be in pain as a family member and neighbors assisted her.</p><p>A witness told Local 10’s Rosh Lowe that he ran toward the building after seeing the girl hanging from a window and tried to catch her before she fell.</p><p>According to that witness, the girl was able to stand up after the fall.</p><p>Neighbors said they were shocked by what happened.</p><p>“I do not know what to say,” one neighbor said. “When I woke up, the police were already here. I did not see anything. I saw sheets and other things on the ground. I did not see the girl. My sister has the video where you can see the girl on the floor. I do not know the girl and I never saw something like this before.”</p><p>The witness said children had been playing on the balcony before the girl fell.</p><p>Police said the incident remains under investigation. </p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[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>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[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>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 Police Department 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 Department 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 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 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 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 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><media:content url="https://www.local10.com/resizer/v2/ZBE2AMSYYZHWLC3HXYKNV26IFI.jpeg?auth=4aada0e4126f8e0dc0a53c0d8eac9d066ae720d71e035a987a4922cf9ecadedb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:credit role="author" scheme="urn:ebu"></media:credit></media:content></item><item><title><![CDATA[Trasladan en helicóptero a menor al hospital tras reportarse una “caída desde gran altura” en North Miami Beach]]></title><link>https://www.local10.com/espanol/2026/07/09/trasladan-en-helicoptero-a-menor-al-hospital-tras-reportarse-una-caida-desde-gran-altura-en-north-miami-beach/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/09/trasladan-en-helicoptero-a-menor-al-hospital-tras-reportarse-una-caida-desde-gran-altura-en-north-miami-beach/</guid><dc:creator><![CDATA[Rosh Lowe, Ryan Mackey]]></dc:creator><description><![CDATA[Un menor fue trasladado en helicóptero a un centro de trauma luego de que presuntamente cayera de un edificio la mañana del jueves en North Miami Beach, confirmaron los socorristas.]]></description><pubDate>Thu, 09 Jul 2026 14:35:55 +0000</pubDate><content:encoded><![CDATA[<p>Un menor fue trasladado en helicóptero a un centro de trauma del condado Broward tras reportarse una “caída desde gran altura” la mañana de este jueves en North Miami Beach, confirmaron los socorristas.</p><p>Miami-Dade Fire Rescue acudió a la cuadra 2150 de Northeast 169th Street después de recibir reportes de un menor que había caído de un edificio.</p><p>La policía de North Miami Beach informó que el menor fue encontrado “alerta y consciente” antes de ser trasladado en helicóptero a un centro de trauma.</p><p>La policía también confirmó que uno de los padres del menor se encontraba en el lugar y que, por el momento, no se sospecha de ningún acto delictivo.</p><p>Sky 10 sobrevoló la escena alrededor de las 9:45 a.m. mientras la policía de North Miami Beach realizaba la investigación. Las autoridades no han revelado la edad, el sexo, la identidad ni la condición del menor, y tampoco han confirmado desde cuántos pisos cayó.</p><p>Las autoridades informaron que el incidente continúa bajo investigación.</p>]]></content:encoded></item><item><title><![CDATA[Chronic illness and diarrhea surge in quake-hit Venezuelan communities as humanitarian crisis builds]]></title><link>https://www.local10.com/news/world/2026/07/09/chronic-illness-and-diarrhea-surge-in-quake-hit-venezuelan-communities-as-humanitarian-crisis-builds/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/09/chronic-illness-and-diarrhea-surge-in-quake-hit-venezuelan-communities-as-humanitarian-crisis-builds/</guid><dc:creator><![CDATA[By REGINA GARCIA CANO, Associated Press]]></dc:creator><description><![CDATA[CATIA LA MAR, Venezuela (AP) — Victims of the powerful twin earthquakes that jolted Venezuela last month as well as people spared by the destruction on Thursday flooded relief services offered by nongovernmental organizations in the hardest-hit areas.]]></description><pubDate>Thu, 09 Jul 2026 21:12:31 +0000</pubDate><content:encoded><![CDATA[<p>CATIA LA MAR, Venezuela (AP) — Victims of the powerful twin earthquakes that jolted Venezuela last month as well as people spared by the destruction on Thursday flooded relief services offered by nongovernmental organizations in the hardest-hit areas.</p><p>The demand for help comes as the United Nations launched an appeal for roughly $300 million to assist 1.3 million people in urgent need of aid in the South American country where nongovernmental organizations until recently were targets of government repression. Mobile kitchens and clinics as well as field hospitals now dot public spaces in the northern state of La Guaira, where most of the devastation occurred.</p><p>“It is clear at displacement sites that, particularly after two weeks, that people are turning up because they haven’t been able to get their other treatments,” U.N. relief chief Tom Fletcher told The Associated Press during his visit to Venezuela. “So, they’re not turning up with just the fractures now, they’re turning up with those longer-term health needs. And it’s vital that we’re there for them.”</p><p>Doctors treating people in that state’s Catia La Mar community on Thursday reported an increase in skin conditions and diarrheal diseases, as well as of requests for medications for the treatment of chronic illnesses, including diabetes and high blood pressure. The emerging diseases can be tied to crowded living spaces and poor water and sanitation conditions, which in many communities predate the earthquakes.</p><p>Irma Echarri showed up at a mobile unit on a sidewalk across the street from a church with the boxes of the eyedrops and pain reliever she usually takes, hoping that doctors there could give her new ones. She also wanted to be seen for the pain she developed in her nose after the June 24 earthquakes.</p><p>“It hurts a lot,” Echarri, 67, said while waiting to be seen. “It hurts because it hurts.”</p><p>Echarri’s home was not damaged, but many of her neighbors are living in temporary shelters or outdoors after 190 buildings collapsed  and 856 others were damaged, according to Venezuelan officials, in the back-to-back earthquakes that killed 3,811 people.</p><p>The government of acting President Delcy Rodríguez has estimated that the earthquakes left about 18,000 people without a home. The displaced are now living in schools, sidewalks, parks, plazas and other public spaces.</p><p>Fletcher, the head of the U.N. Office for the Coordination of Humanitarian Affairs, told AP the United States has so far provided most of the earthquake-response aid. Much of the assistance on the ground is being delivered by local groups that have partnered with global humanitarian organizations.</p><p>Among the displaced is Zulbey Reyes, who went to the clinic ran by the Venezuela-based organization Paluz in partnership with the global relief agency International Rescue Committee. Reyes, who was also robbed by the earthquakes of her job as a nanny, sought treatment for the onset of chest pain.</p><p>“I thought it was my heart that was sick,” Reyes, 41, said after being diagnosed and receiving medication. “But it’s a nerve that became inflamed after the screams that day.”</p><p>The United Nations Office for Disaster Risk Reduction has estimated direct physical damage to housing and infrastructure around $37 billion.</p><p>The widespread presence of nongovernmental organizations in the country and the freedom with which the government contrasts with the repression and persecution to which they were subjected in recent years. While Rodriguez served as vice president to former President Nicolás Maduro, organizations were repeatedly accused of anti-government activities and the U.N. local human rights office expelled.</p><p>“When you have a crisis of this magnitude, people put the politics to one side and are able to focus on saving as many lives as possible, and that’s what I’m seeing so far in this response,” Fletcher said.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/S3SYTBZI7K5IJZGJEM3ISVG24I.jpg?auth=bd2a7cff2ee768fc510439af0ba1b257d086c903d4d5f9c84c8160a8b011fd94&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Nataly Mayora hangs clothes to dry on a soccer goal net as she does laundry at a sports center sheltering people displaced by the earthquakes in La Guaira, Venezuela, Thursday, July 9, 2026. (AP Photo/Ariana Cubillos)]]></media:description><media:credit role="author" scheme="urn:ebu">Ariana Cubillos</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RULQTGUMTAI3TME52ERLSGK34Q.jpg?auth=8f470f36a142d98f4e3fd656012a990e6c9e9f7096e1b789fc38d52ee126cc0e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Javier Contreras sits at a sports center sheltering people displaced by the earthquakes in La Guaira, Venezuela, Thursday, July 9, 2026. (AP Photo/Ariana Cubillos)]]></media:description><media:credit role="author" scheme="urn:ebu">Ariana Cubillos</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/MB5ICZT5TZMDJVXFYW6I3ACCVU.jpg?auth=006f97197103151925f4c819c23821e2c8158d2273defa2a08da772648ef1b7c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A family rests at a sports center being used as a shelter for those displaced by the earthquakes in La Guaira, Venezuela, Thursday, July 9, 2026. (AP Photo/Ariana Cubillos)]]></media:description><media:credit role="author" scheme="urn:ebu">Ariana Cubillos</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/JZPHXY27IK3NHPY6A3OR77EPDI.jpg?auth=71aa3a40b1a9fbacc2e5aa09dd6628be27e19d9dd4df6166821887e8005aa80c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Rescue workers and volunteers search through the rubble of a building collapsed during the earthquakes in La Guaira, Venezuela, Monday, July 6, 2026. (AP Photo/Ariana Cubillos)]]></media:description><media:credit role="author" scheme="urn:ebu">Ariana Cubillos</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ZJAYU3AWP2YSUL3F5G75M76YUA.jpg?auth=0ad33fa4edba3e585fcd874cb7443c3f4ebbbf9be897bf3d633b8409d0756127&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[United Nations Under-Secretary-General for Humanitarian Affairs and Emergency Relief Coordinator Tom Fletcher speaks during an interview with The Associated Press in Caracas, Venezuela, Wednesday, July 8, 2026. (AP Photo/Pedro Mattey)]]></media:description><media:credit role="author" scheme="urn:ebu">Pedro Mattey</media:credit></media:content></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[Helping Venezuela: USS San Antonio serves at Port of La Guaira ]]></title><link>https://www.local10.com/news/world/2026/07/09/helping-venezuela-uss-san-antonio-serves-at-port-of-la-guaira/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/09/helping-venezuela-uss-san-antonio-serves-at-port-of-la-guaira/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[The U.S. Southern Command announced on Thursday that the USS San Antonio had arrived at Venezuela’s Port of La Guaira “to support relief operations.”]]></description><pubDate>Thu, 09 Jul 2026 20:42:46 +0000</pubDate><content:encoded><![CDATA[<p>The U.S. Southern Command announced on Thursday that the <a href="https://www.facebook.com/usssanantonio/" target="_self" rel="" title="https://www.facebook.com/usssanantonio/">USS San Antonio</a> had arrived at Venezuela’s <a href="https://maps.app.goo.gl/3CAbW5cDasALuoF97" target="_self" rel="" title="https://maps.app.goo.gl/3CAbW5cDasALuoF97">Port of La Guaira</a> “to support relief operations.”</p><p>The U.S. Navy’s amphibious transport dock based in Virginia joined the <a href="https://www.facebook.com/search/top/?q=USS%20Fort%20Lauderdale%20" target="_self" rel="" title="https://www.facebook.com/search/top/?q=USS%20Fort%20Lauderdale%20">USS Fort Lauderdale</a>, which arrived pierside in La Guaira <a href="https://www.southcom.mil/MEDIA/NEWS-ARTICLES/Article/4532979/us-navy-ships-support-disaster-relief-operations-in-venezuela/" target="_self" rel="" title="https://www.southcom.mil/MEDIA/NEWS-ARTICLES/Article/4532979/us-navy-ships-support-disaster-relief-operations-in-venezuela/">on June 28</a>. </p><p>While aboard the USS Fort Lauderdale, Gen. Francis L. Donovan, the SouthCom commander, met with U.S. Marines assigned to the 24th Marine Expeditionary Unit, the U.S. Marines announced on Thursday <a href="https://x.com/USMC/status/2075278813987012830" target="_self" rel="" title="https://x.com/USMC/status/2075278813987012830">on X</a>.</p><p>“U.S. forces at the port are operating a communications and distribution node to deliver life-saving assistance to hard-hit areas,” a SouthCom spokesperson wrote <a href="https://x.com/Southcom/status/2075296270546096184/photo/1" target="_self" rel="" title="https://x.com/Southcom/status/2075296270546096184/photo/1">on X</a>. </p><p>It has been 15 days since the 7.2- and 7.5-magnitude earthquakes struck in northern Venezuela, causing widespread destruction in the state of La Guaira. </p><p>Venezuelan officials reported the death toll was at 3,811, there were about 190 buildings destroyed, some 855 buildings damaged, and 18,000 people displaced. </p><h3><b>More on </b><a href="https://www.local10.com/topic/Helping_Venezuela/" target="_self" rel="" title="https://www.local10.com/topic/Helping_Venezuela/"><b>Helping Venezuela</b></a><b> </b> </h3><figure><img src="https://www.local10.com/resizer/v2/CD5DEU5JWOCSVXZCFX2V7INFB4.jpg?auth=8efe3b1d14173eaeae1b7333be981246d6840f5fd1c2791a9f2ef192547325fc&smart=true&width=1200&height=900" alt="A young man sleeps as rescue workers continue searching through the rubble after the earthquakes in La Guaira, Venezuela, Saturday, July 4, 2026. (AP Photo/Ariana Cubillos)" height="900" width="1200"/><figcaption>A young man sleeps as rescue workers continue searching through the rubble after the earthquakes in La Guaira, Venezuela, Saturday, July 4, 2026. (AP Photo/Ariana Cubillos)</figcaption></figure><p><b>Related list:</b> <a href="https://www.local10.com/news/local/2026/06/26/how-to-help-south-florida-donation-drop-off-locations-to-help-venezuelans-after-earthquakes/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/how-to-help-south-florida-donation-drop-off-locations-to-help-venezuelans-after-earthquakes/">Aid for Venezuela drop-off locations in South Florida</a></p><ul><li><a href="https://www.local10.com/news/world/2026/07/09/helping-venezuela-miami-mayor-honors-search-and-rescue-teams-service-in-la-guaira/" target="_self" rel="" title="https://www.local10.com/news/world/2026/07/09/helping-venezuela-miami-mayor-honors-search-and-rescue-teams-service-in-la-guaira/">Miami mayor honors search-and-rescue team’s service in La Guaira</a> </li><li><a href="https://www.local10.com/news/world/2026/07/09/helping-venezuela-amazon-partners-with-airlink-to-support-cargo-flights-from-mia-to-caracas/" target="_self" rel="" title="https://www.local10.com/news/world/2026/07/09/helping-venezuela-amazon-partners-with-airlink-to-support-cargo-flights-from-mia-to-caracas/">Amazon partners with Airlink to support cargo flights from MIA to Caracas</a> </li></ul><figure><img src="https://www.local10.com/resizer/v2/2D57S5GUSR4B25FLDQ6IO4IDIY.jpg?auth=01cf1559fbc31fd0b393be63b3aaf360e1c3bd9474c3010aea530ae6142a1786&smart=true&width=1200&height=900" alt="Coffins are stacked at the seaport where forensic workers sort the bodies of earthquake victims in La Guaira, Venezuela, Saturday, July 4, 2026. (AP Photo/Ariana Cubillos)" height="900" width="1200"/><figcaption>Coffins are stacked at the seaport where forensic workers sort the bodies of earthquake victims in La Guaira, Venezuela, Saturday, July 4, 2026. (AP Photo/Ariana Cubillos)</figcaption></figure><ul><li><a href="https://www.local10.com/news/world/2026/07/04/helping-venezuela-faith-based-nonprofit-mercy-chefs-team-arrives-at-caracas/" target="_self" rel="" title="https://www.local10.com/news/world/2026/07/04/helping-venezuela-faith-based-nonprofit-mercy-chefs-team-arrives-at-caracas/">Faith-based nonprofit Mercy Chefs team arrives at Caracas </a></li><li><a href="https://www.local10.com/community/2026/07/01/helping-venezuela-7-days-after-quakes-reports-of-hurdles-abound-in-and-out-of-the-disaster-zone/" target="_self" rel="" title="https://www.local10.com/community/2026/07/01/helping-venezuela-7-days-after-quakes-reports-of-hurdles-abound-in-and-out-of-the-disaster-zone/">A week after quakes, reports of hurdles abound</a> </li><li><a href="https://www.local10.com/community/2026/07/01/helping-venezuela-doral-based-nonprofit-dispatches-over-1-million-in-aid/" target="_self" rel="" title="https://www.local10.com/community/2026/07/01/helping-venezuela-doral-based-nonprofit-dispatches-over-1-million-in-aid/">Doral-based nonprofit GEM dispatches over $1 million in aid from community </a></li></ul><figure><img src="https://www.local10.com/resizer/v2/7KDHNH6KA27CL32XR6CFXJLEXU.jpg?auth=031e9d3b6bd79ea9fc5c896b0e1dc60a729d0e42ab948d698ce848e6b8a57b97&smart=true&width=1200&height=900" alt="Khaterine Roa cries as members of the Los Angeles County Fire Department search for survivors at a building that collapsed during the earthquakes that struck La Guaira, Venezuela, Tuesday, June 30, 2026. (AP Photo/Matias Delacroix)" height="900" width="1200"/><figcaption>Khaterine Roa cries as members of the Los Angeles County Fire Department search for survivors at a building that collapsed during the earthquakes that struck La Guaira, Venezuela, Tuesday, June 30, 2026. (AP Photo/Matias Delacroix)</figcaption></figure><ul><li><a href="https://www.local10.com/sports/local/2026/06/30/inter-miami-marlins-dolphins-join-relief-efforts-to-help-venezuela-earthquake-victims/" target="_self" rel="" title="https://www.local10.com/sports/local/2026/06/30/inter-miami-marlins-dolphins-join-relief-efforts-to-help-venezuela-earthquake-victims/">Inter Miami, Marlins, Dolphins join relief efforts</a></li><li><a href="https://www.local10.com/community/2026/06/29/helping-venezuela-nfl-star-joins-global-empowerment-mission-team/" target="_self" rel="" title="https://www.local10.com/community/2026/06/29/helping-venezuela-nfl-star-joins-global-empowerment-mission-team/">NFL star joins Global Empowerment Mission’s team; his message to South Floridians, ‘Do what you can’</a><b> </b></li><li><a href="https://www.local10.com/news/florida/2026/06/29/more-than-100-venezuelans-who-were-deported-from-the-us-hours-before-the-earthquakes-are-missing/" target="_self" rel="" title="https://www.local10.com/news/florida/2026/06/29/more-than-100-venezuelans-who-were-deported-from-the-us-hours-before-the-earthquakes-are-missing/">More than 100 Venezuelans who were deported from the US hours before the earthquakes are missing</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/OQWAZ3LJKZXM4L4YXAR7YACHFY.jpg?auth=9abb79f15a3ca10baf3516333c71c7c70ae6173eae73fec19c0caad20d38e1f7&smart=true&width=1200&height=900" alt="A man sits amid earthquake rubble in La Guaira, Venezuela, Monday, June 29, 2026. (AP Photo/Matias Delacroix)" height="900" width="1200"/><figcaption>A man sits amid earthquake rubble in La Guaira, Venezuela, Monday, June 29, 2026. (AP Photo/Matias Delacroix)</figcaption></figure><ul><li><a href="https://www.local10.com/community/2026/06/29/helping-venezuela-food-for-the-poor-is-already-preparing-for-reconstruction/" target="_self" rel="" title="https://www.local10.com/community/2026/06/29/helping-venezuela-food-for-the-poor-is-already-preparing-for-reconstruction/">Food for the Poor welcomes investments in reconstruction </a></li><li><a href="https://www.local10.com/news/world/2026/06/27/helping-venezuela-physicians-ask-for-donations-of-medical-supplies-near-doral/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/27/helping-venezuela-physicians-ask-for-donations-of-medical-supplies-near-doral/">Physicians in Miami-Dade collect donations of medical supplies near Doral </a></li><li><a href="https://www.local10.com/news/world/2026/06/27/helping-venezuela-meet-miami-dade-fire-rescue-capt-german-leal/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/27/helping-venezuela-meet-miami-dade-fire-rescue-capt-german-leal/">Meet Miami-Dade Fire Rescue Capt. German Leal</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/DNJWXN3IXJSOKL5C5L73J2UFYU.jpg?auth=2b2a119b56da235ae0eb9ec7a443481af75e28df3812de42e0678ca18c2db7c5&smart=true&width=1200&height=900" alt="A helicopter flies over a search and rescue team at work on Saturday in Catia La Mar, Venezuela. (AP Photo/Fernando Vergara)" height="900" width="1200"/><figcaption>A helicopter flies over a search and rescue team at work on Saturday in Catia La Mar, Venezuela. (AP Photo/Fernando Vergara)</figcaption></figure><ul><li><a href="https://www.local10.com/news/world/2026/06/27/helping-venezuela-pembroke-pines-police-officers-announce-collection-drive/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/27/helping-venezuela-pembroke-pines-police-officers-announce-collection-drive/">Pembroke Pines police officers announce collection drive</a></li><li><a href="https://www.local10.com/news/world/2026/06/27/helping-venezuela-airbnb-partners-with-cadena-for-emergency-housing/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/27/helping-venezuela-airbnb-partners-with-cadena-for-emergency-housing/">Airbnb partners with nonprofit CADENA for emergency housing </a></li><li><a href="https://www.local10.com/news/world/2026/06/27/helping-venezuela-hogar-bambi-aims-to-protect-vulnerable-children/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/27/helping-venezuela-hogar-bambi-aims-to-protect-vulnerable-children/">Hogar Bambi aims to protect vulnerable children</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/KI63JSGOR43HXIKCCTGK3GJWM4.jpg?auth=1322502b01ef9c433ea120b940187f3bc2312f8371955cf6874719718a0e89d4&smart=true&width=1200&height=900" alt="Residentes y rescatistas buscan entre los escombros dos días después de los sismos que sacudieron La Guaira, Venezuela, el 26 de junio de 2026. (AP Foto/Matías Delacroix)" height="900" width="1200"/><figcaption>Residentes y rescatistas buscan entre los escombros dos días después de los sismos que sacudieron La Guaira, Venezuela, el 26 de junio de 2026. (AP Foto/Matías Delacroix)</figcaption></figure><ul><li><a href="" rel="" title="">Grey Bull Rescue Foundation team arrives at Caracas</a></li><li><a href="https://www.local10.com/news/world/2026/06/27/helping-venezuela-officials-close-la-guaira-require-volunteers-to-register-in-caracas/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/27/helping-venezuela-officials-close-la-guaira-require-volunteers-to-register-in-caracas/">Officials close La Guaira, require volunteers to register in Caracas </a></li><li><a href="https://www.local10.com/news/world/2026/06/27/helping-venezuela-amazon-donates-to-airlink-to-help-charities-with-logistics/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/27/helping-venezuela-amazon-donates-to-airlink-to-help-charities-with-logistics/">Amazon donates to Airlink to help charities with logistics</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/YVV6CYX326KL5OBMV2WDEHQFE4.jpg?auth=f022f1818436e42fa719ef854448c44867c7ee382aa09841abf238774d138f62&smart=true&width=1200&height=900" alt="Rescue workers search through the rubble three days after earthquakes struck Catia La Mar, Venezuela, Saturday, June 27, 2026. (AP Photo/Fernando Vergara)" height="900" width="1200"/><figcaption>Rescue workers search through the rubble three days after earthquakes struck Catia La Mar, Venezuela, Saturday, June 27, 2026. (AP Photo/Fernando Vergara)</figcaption></figure><ul><li><a href="https://www.local10.com/news/world/2026/06/27/helping-venezuela-miami-search-and-rescue-team-prepares-to-deploy/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/27/helping-venezuela-miami-search-and-rescue-team-prepares-to-deploy/">Miami search-and-rescue team prepares to deploy </a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-centro-comunitario-afe-plans-collection-drive-in-miami-dade/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-centro-comunitario-afe-plans-collection-drive-in-miami-dade/">Centro Comunitario AFE hosts collection drive in Miami-Dade </a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-weston-based-charity-partners-with-local-pharmacy/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-weston-based-charity-partners-with-local-pharmacy/">Weston-based charity partners with local pharmacy</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/OKXDM7S6X6KLKNRAFE6NTH7CAE.jpg?auth=60ea76898033c3921b5c622f893d4dcb6f98a6a6db277ad07f13a155752317ef&smart=true&width=1200&height=900" alt="Residents and rescue workers search through the rubble two days after an earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Juan Pablo Arraez)" height="900" width="1200"/><figcaption>Residents and rescue workers search through the rubble two days after an earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Juan Pablo Arraez)</figcaption></figure><ul><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-project-dynamo-delivers-20000-pounds-of-aid-in-1st-48-hours/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-project-dynamo-delivers-20000-pounds-of-aid-in-1st-48-hours/">Veteran-led Project DYNAMO delivers 20,000 pounds of aid in 1st 48 hours </a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-goodwill-at-el-arepazo-feeds-global-empowerment-mission/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-goodwill-at-el-arepazo-feeds-global-empowerment-mission/">Altruism at El Arepazo feeds Global Empowerment Mission’s team effort</a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-salvadoran-rescuers-work-to-free-15-year-old-survivor-in-caraballeda/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-salvadoran-rescuers-work-to-free-15-year-old-survivor-in-caraballeda/">Salvadoran rescuers work to free 15-year-old survivor in Caraballeda</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/FK75XBP7FHKCVJ5MKA6PI4MJFM.jpg?auth=4e6e14ef7eed24b4a7524ffcb5e83a3d06cad85e657b2c0fe90d47d2f8fab0ab&smart=true&width=1200&height=900" alt="Survivors walk on Friday near a toy that was abandoned in the rubble of an apartment building in Catia La Mar, Venezuela. (AP Foto/Fernando Vergara)" height="900" width="1200"/><figcaption>Survivors walk on Friday near a toy that was abandoned in the rubble of an apartment building in Catia La Mar, Venezuela. (AP Foto/Fernando Vergara)</figcaption></figure><ul><li> <a href="https://www.local10.com/community/2026/06/26/helping-venezuela-food-for-the-poor-packs-disaster-relief-kits-with-hopeful-hand-written-notes/" target="_self" rel="" title="https://www.local10.com/community/2026/06/26/helping-venezuela-food-for-the-poor-packs-disaster-relief-kits-with-hopeful-hand-written-notes/">Food For The Poor packs disaster relief kits with ‘hopeful’ hand-written notes</a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-us-southern-command-focuses-on-airport-damage/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-us-southern-command-focuses-on-airport-damage/">U.S. Southern Command focuses on airport damage</a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-state-department-deploys-miami-dade-search-and-rescue-team/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-state-department-deploys-miami-dade-search-and-rescue-team/">State Department deploys Miami-Dade search-and-rescue team</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/WZ2ZPXTVTBLOMG35HO6MYN5OHU.jpg?auth=e691bcbaf392287916d812efc8d76c9374fe67203e837364484fd10b29f4e09d&smart=true&width=1200&height=900" alt="Rescue workers aid Daniel Cordero after pulling him from the rubble two days after an earthquake struck Catia la Mar, Venezuela, Friday, June 26, 2026. (AP Photo/Fernando Vergara)" height="900" width="1200"/><figcaption>Rescue workers aid Daniel Cordero after pulling him from the rubble two days after an earthquake struck Catia la Mar, Venezuela, Friday, June 26, 2026. (AP Photo/Fernando Vergara)</figcaption></figure><ul><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-miami-beach-opens-4-new-aid-drop-off-locations/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-miami-beach-opens-4-new-aid-drop-off-locations/">Miami Beach opens 4 new aid drop-off locations </a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-miramar-runs-6-aid-drop-off-locations/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-miramar-runs-6-aid-drop-off-locations/">Miramar to keep 6 aid drop-off locations open 24/7</a></li><li><a href="https://www.local10.com/news/local/2026/06/26/helping-venezuela-miami-dades-tax-collector-opens-11-drop-off-locations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/helping-venezuela-miami-dades-tax-collector-opens-11-drop-off-locations/">Miami-Dade’s tax collector opens 11 drop-off locations</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/here-are-4-drop-off-locations-for-donations-to-help-venezuelans-after-earthquakes/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/here-are-4-drop-off-locations-for-donations-to-help-venezuelans-after-earthquakes/">Doral opens 4 aid drop-off locations </a></li></ul><figure><img src="https://www.local10.com/resizer/v2/6VECRMMLLUMEHY2FKOYBIU2HEA.jpg?auth=51659a3c26fc80e9b4cb2a6ec7a63b16664fda82c359bbb95e74d2371e5c6f8c&smart=true&width=1200&height=900" alt="Venezuelan Police searches through the rubble two days after earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Ariana Cubillos)" height="900" width="1200"/><figcaption>Venezuelan Police searches through the rubble two days after earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Ariana Cubillos)</figcaption></figure><ul><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-aid-drop-off-location-opens-in-homestead/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-aid-drop-off-location-opens-in-homestead/">Aid drop-off location opens in Homestead</a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-starlink-offers-free-service-through-july-25-but-a-kit-is-470/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-starlink-offers-free-service-through-july-25-but-a-kit-is-470/">Starlink offers free service through July 25, but a kit is $470 </a></li><li><a href="https://www.local10.com/news/local/2026/06/26/helping-venezuela-international-medical-corps-deploys-staff-needs-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/helping-venezuela-international-medical-corps-deploys-staff-needs-donations/">International Medical Corps deploys staff, needs donations</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-save-the-children-asks-for-emergency-fund-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-save-the-children-asks-for-emergency-fund-donations/">Save The Children asks for emergency fund donations</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/43W22GXLVKGNIS3TLNWBHOHQ6M.jpg?auth=ba6fa336614a2ece843bccf534e0c1d00e117f4a8848cb705fbe1a1dd0593858&smart=true&width=1200&height=900" alt="Rescue workers place Daniel Cordero on a stretcher after pulling him from the rubble two days after an earthquake struck Catia la Mar, Venezuela, Friday, June 26, 2026. (AP Photo/Fernando Vergara)" height="900" width="1200"/><figcaption>Rescue workers place Daniel Cordero on a stretcher after pulling him from the rubble two days after an earthquake struck Catia la Mar, Venezuela, Friday, June 26, 2026. (AP Photo/Fernando Vergara)</figcaption></figure><ul><li><a href="https://www.local10.com/news/local/2026/06/26/helping-venezuela-samaritans-purse-deploys-team-from-colombia/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/helping-venezuela-samaritans-purse-deploys-team-from-colombia/">Samaritan’s Purse focuses on ‘emergency field hospital’</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-red-cross-asks-for-disaster-response-emergency-fund-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-red-cross-asks-for-disaster-response-emergency-fund-donations/">Red Cross asks for Disaster Response Emergency Fund donations</a></li><li><a href="https://www.local10.com/news/world/2026/06/25/how-to-help-venezuela-un-asks-for-donations-for-underfunded-program-for-kids/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/25/how-to-help-venezuela-un-asks-for-donations-for-underfunded-program-for-kids/">UN asks for donations for ‘underfunded’ program for kids </a></li></ul><figure><img src="https://www.local10.com/resizer/v2/A5N4MQAIL7IXNN3SNMYNICVCEE.jpg?auth=4685e8609cafaae1eae82d6b1b51eaf7d7a1e6b568362a979ed3a00e17fd5499&smart=true&width=1200&height=900" alt="Members of a religious organization distribute food to people affected two days after an earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Ariana Cubillos)" height="900" width="1200"/><figcaption>Members of a religious organization distribute food to people affected two days after an earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Ariana Cubillos)</figcaption></figure><ul><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-vision-asks-for-disaster-relief-fund-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-vision-asks-for-disaster-relief-fund-donations/">World Vision asks for ‘disaster relief fund’ donations</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-central-kitchen-asks-for-donations-for-fresh-meals/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-central-kitchen-asks-for-donations-for-fresh-meals/">World Central Kitchen asks for donations for fresh meals</a></li></ul><p> </p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/BGCVLYZ72RAZRD4D4BWQQ45NMQ.jpg?auth=7a5a2f92b88db7e9d358a635d49bf532c294b15f7e3c03422b82c4c332f4934c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The U.S. Southern Command shared this photo on Thursday of the USS San Antonio arriving at Venezuela’s Port of La Guaira.]]></media:description></media:content></item><item><title><![CDATA[Wally Funk, aviation pioneer who was the oldest woman to travel into space, dies at 87]]></title><link>https://www.local10.com/tech/2026/07/09/wally-funk-aviation-pioneer-who-was-the-oldest-woman-to-travel-into-space-dies-at-87/</link><guid isPermaLink="true">https://www.local10.com/tech/2026/07/09/wally-funk-aviation-pioneer-who-was-the-oldest-woman-to-travel-into-space-dies-at-87/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[GRAPEVINE, Texas (AP) — Wally Funk, an aviation pioneer who was the oldest woman to launch into space, has died. She was 87.]]></description><pubDate>Thu, 09 Jul 2026 21:16:55 +0000</pubDate><content:encoded><![CDATA[<p>GRAPEVINE, Texas (AP) — Wally Funk, an aviation pioneer who was the oldest woman to launch into space, has died. She was 87.</p><p>Funk died Wednesday at her apartment in an assisted living facility in the Dallas and Fort Worth suburb of Grapevine, Texas, Grapevine City Councilwoman Duff O'Dell said Thursday. O'Dell, who described herself as Funk's caregiver, said she was by Funk's side. Funk had fallen a couple of times recently and had an infection in her leg.</p><p>“It took its toll,” O'Dell said in a phone interview.</p><p>Funk was one of 13 female pilots who went through the same tests as NASA’s all-male astronaut corps in the early 1960s but never made it into space. In 2021, she got her chance aboard Amazon founder Jeff Bezos’ Blue Origin rocket.</p><p>At the time, the 82-year-old was the oldest person to go into space, though the record was later broken by “Star Trek” actor William Shatner and Ed Dwight, America’s first Black astronaut candidate. They were both 90.</p><p>Bezos chose Funk as an “honored guest” to ride alongside him and two others on an up-and-down hop from West Texas.</p><p>In a post on X, Blue Origin said Funk was a “pioneer in every sense of the word.”</p><p>“We were humbled to be part of her journey,” the post said.</p><p>O’Dell said Funk was the “most eternally optimistic person” she had ever met.</p><p>“She was told by many, many, many men, ‘No, you can’t do this. No you can’t do that,’ ” O’Dell said. “And she never got mad about it. She just was more determined.”</p><p>Funk was the first female inspector for the Federal Aviation Administration and the first female air safety investigator for the National Transportation Safety Board, according to a brief biography released by the City of Grapevine.</p><p>In the 1960s, she and other female pilots went through astronaut training in the Mercury 13 program, but they were not allowed to become astronauts.</p><p>“Wally Funk never stopped believing that one day she would reach space. Her passion for flight, perseverance, and love of exploration will continue to inspire generations of Americans. Godspeed, Wally,” NASA Administrator Jared Isaacman posted Thursday on X.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/2WBWIMMV7MEYY5PZDHKBZSQQDM.jpg?auth=738ddb601e54b61e48756c1815d40dbe5bc2fc7c355124116895367627fe32bc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Wally Funk, right, describes her flight experience as Mark Bezos, left, and Jeff Bezos, left, center, applaud in the spaceport near Van Horn, Texas, July 20, 2021. (AP Photo/Tony Gutierrez, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Tony Gutierrez</media:credit></media:content></item><item><title><![CDATA[Police seek missing senior with medical condition last seen at Homestead hospital ]]></title><link>https://www.local10.com/news/local/2026/07/09/police-seek-missing-senior-with-medical-conditon-last-seen-at-homestead-hospital/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/09/police-seek-missing-senior-with-medical-conditon-last-seen-at-homestead-hospital/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Authorities on Thursday activated a MEPIC Purple Alert for a 69-year-old woman who they say was last seen Tuesday at a hospital in Homestead and may be in need of medical assistance]]></description><pubDate>Thu, 09 Jul 2026 20:38:00 +0000</pubDate><content:encoded><![CDATA[<p>Authorities on Thursday activated a MEPIC Purple Alert for a 69-year-old woman who they say was last seen Tuesday at a hospital in Homestead and may be in need of medical assistance.</p><p><a href="https://www.local10.com/espanol/2026/07/09/policia-busca-a-adulto-mayor-desaparecido-con-una-condicion-medica-visto-por-ultima-vez-en-hospital-de-homestead/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/09/policia-busca-a-adulto-mayor-desaparecido-con-una-condicion-medica-visto-por-ultima-vez-en-hospital-de-homestead/">Leer en español</a></p><p>Homestead police said Maria Ramirez was last seen at Leon Medical Center, located at 2250 NE 8th St. </p><p>They said Ramirez suffers from a medical condition that requires medication she does not currently have with her and may be in need of services.</p><p>Ramirez was last seen wearing a leopard-print blouse, blue shorts and black shoes, and was carrying a red handbag, according to investigators. </p><p>They said she is believed to be driving a white 2021 Nissan Versa four-door with Florida license plate FPYQ77.</p><p>Anyone with information on her whereabouts is urged to contact the Homestead Police Department at 305-247-1535, or you can stay anonymous by calling Miami-Dade Crime Stoppers at 305-471-8477. </p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/U2NC6MCRRJB35D6STFW2NNLWXA.jpg?auth=036a764732e8b70673286eba996a2949f64698dff9bd8d24fabcbc76d02e578e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Man faces attempted murder charge after stabbing victim at Miami bus stop, cops say]]></title><link>https://www.local10.com/news/local/2026/07/09/man-faces-attempted-murder-charge-after-stabbing-victim-at-miami-bus-stop-cops-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/09/man-faces-attempted-murder-charge-after-stabbing-victim-at-miami-bus-stop-cops-say/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[A 61-year-old man was arrested Wednesday after police said he allegedly stabbed another man during an argument at a Miami bus stop. ]]></description><pubDate>Thu, 09 Jul 2026 18:10:49 +0000</pubDate><content:encoded><![CDATA[<p>A 61-year-old man was arrested Wednesday after police said he allegedly stabbed another man during an argument at a Miami bus stop. </p><p><a href="https://www.local10.com/espanol/2026/07/09/acusan-a-hombre-de-intento-de-asesinato-tras-apunalar-a-victima-en-parada-de-autobus-de-miami/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/09/acusan-a-hombre-de-intento-de-asesinato-tras-apunalar-a-victima-en-parada-de-autobus-de-miami/">Leer en español</a></p><p>Jail records show Maurice Yoelcis Sapp was taken into custody following the stabbing, which Miami police say occurred at approximately 4:30 p.m. Wednesday near Northwest Seventh Avenue and 61st Street. </p><p>Authorities said they responded to the bus stop after a man flagged down Miami police while holding a knife. </p><p>They said a responding officer found Sapp, who is listed as homeless in his arrest report, holding a knife in his right hand while grabbing the shirt of another man. </p><p>Police said the officer then ordered Sapp to drop the knife, and he complied. </p><p>They said the victim was found bleeding from a large wound on the left side of his face and was taken by Miami Fire Rescue medics to Jackson Memorial Hospital’s Ryder Trauma Center, where he was listed in critical condition. </p><p>Investigators said the victim suffered stab wounds to his left cheek, left shoulder and upper abdomen.</p><p>A witness told detectives she was sitting near Sapp on a bus bench when she saw him approach the victim. She also stated that she heard both men having an argument before Sapp returned to the bench, according to the report. </p><p>The witness told investigators that the victim later approached Sapp and continued the argument, the report states. </p><p>During the confrontation, she said she heard Sapp tell the victim, “Say it again,” before stabbing him in the left cheek with a black pocketknife, police said. </p><p>According to the report, Sapp later told detectives that Beasley approached him and grabbed his shirt during the argument. </p><p>Sapp claimed that he removed the victim’s hand from his shirt and stabbed him three to four times with a pocketknife that had been beside him on the bench, the report states. </p><p>Police said Sapp also told investigators that the victim did not have a weapon during the confrontation or before the stabbing.</p><p>After reviewing the statements and evidence, detectives determined Sapp was the “primary aggressor” and arrested him, according to the report. </p><p>Jail records show Sapp is facing one count of attempted second-degree murder with a deadly weapon. As of Thursday, he was being held without bond at the Turner Guilford Knight Correctional Center. Miami-Dade Circuit Judge Mindy Glazer also ordered Sapp to stay away from the victim. </p><p>Police did not say what the suspect and victim were arguing about before the stabbing occurred. </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/QD5MTT7TGFB2TJ2K6QZK5MRF4E.jpg?auth=6e84473459fd63738f82372527f4bc9343648a2b63185ef02ca6d36dd96ce803&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Policía busca a adulto mayor desaparecido con una condición médica, visto por última vez en hospital de Homestead]]></title><link>https://www.local10.com/espanol/2026/07/09/policia-busca-a-adulto-mayor-desaparecido-con-una-condicion-medica-visto-por-ultima-vez-en-hospital-de-homestead/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/09/policia-busca-a-adulto-mayor-desaparecido-con-una-condicion-medica-visto-por-ultima-vez-en-hospital-de-homestead/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Las autoridades activaron el jueves una Alerta Púrpura de MEPIC para una mujer de 69 años que, según informaron, fue vista por última vez el martes en un hospital de Homestead y podría necesitar asistencia médica.]]></description><pubDate>Thu, 09 Jul 2026 20:45:07 +0000</pubDate><content:encoded><![CDATA[<p>Las autoridades activaron el jueves una Alerta Púrpura de MEPIC para una mujer de 69 años que, según informaron, fue vista por última vez el martes en un hospital de Homestead y podría necesitar asistencia médica.</p><p>La Policía de Homestead informó que Maria Ramírez fue vista por última vez en el Centro Médico Leon, ubicado en el 2250 de Northeast 8th Street.</p><p>Las autoridades dijeron que Ramírez padece una condición médica que requiere medicamentos que actualmente no lleva consigo y que podría necesitar asistencia.</p><p>Según los investigadores, Ramírez fue vista por última vez vistiendo una blusa con estampado de leopardo, pantalones cortos azules y zapatos negros, además de llevar un bolso rojo.</p><p>Las autoridades creen que conduce un Nissan Versa blanco de cuatro puertas, modelo 2021, con matrícula de Florida FPYQ77.</p><p>Cualquier persona con información sobre su paradero debe comunicarse con el Departamento de Policía de Homestead al 305-247-1535 o puede permanecer en el anonimato llamando a Miami-Dade Crime Stoppers al 305-471-8477.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/U2NC6MCRRJB35D6STFW2NNLWXA.jpg?auth=036a764732e8b70673286eba996a2949f64698dff9bd8d24fabcbc76d02e578e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[OPS advierte que interrupciones en servicios aumenta riesgos de salud tras sismos en Venezuela]]></title><link>https://www.local10.com/espanol/2026/07/09/ops-advierte-que-interrupciones-en-servicios-aumenta-riesgos-de-salud-tras-sismos-en-venezuela/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/09/ops-advierte-que-interrupciones-en-servicios-aumenta-riesgos-de-salud-tras-sismos-en-venezuela/</guid><dc:creator><![CDATA[Por The Associated Press, Associated Press]]></dc:creator><description><![CDATA[CARACAS (AP) — La Organización Panamericana de la Salud (OPS) advirtió el jueves que los principales riesgos sanitarios tras los dos mortíferos terremotos que azotaron el 24 de junio a Venezuela pueden provenir de la interrupción de servicios médicos rutinarios, el limitado acceso a las vacunas y deficiencias en el acceso a servicios como el agua.]]></description><pubDate>Thu, 09 Jul 2026 20:35:50 +0000</pubDate><content:encoded><![CDATA[<p>CARACAS (AP) — La Organización Panamericana de la Salud (OPS) advirtió el jueves que los principales riesgos sanitarios tras los dos mortíferos terremotos que azotaron el 24 de junio a Venezuela pueden provenir de la interrupción de servicios médicos rutinarios, el limitado acceso a las vacunas y deficiencias en el acceso a servicios como el agua.</p><p>“En las próximas semanas, los mayores riesgos para la salud podrían derivarse no solo de las lesiones causadas por los terremotos, sino también de las interrupciones en los servicios de salud, las condiciones de acceso a la atención médica, las deficiencias en el agua y el saneamiento, y el acceso a la vacunación y la atención médica rutinaria”, dijo Jarbas Barbosa, director de la OPS, en una videoconferencia de prensa desde Washington.</p><p>La OPS y el Ministerio de Salud de Venezuela mantienen una estrecha colaboración para detectar cualquier brote de enfermedades en los refugios dispuestos tras los terremotos, informó el organismo de salud de la región.</p><p>“Las enfermedades más comunes en los albergues son las respiratorias debido a la gran cantidad de personas que se congregan en un espacio relativamente pequeño. Por lo tanto, cualquier enfermedad que se transmita por vía respiratoria, como la gripe, por ejemplo, puede propagarse con mayor rapidez. Otras enfermedades se deben a la falta de acceso a agua potable y a alimentos insalubres o inadecuados, así como a otras afecciones”, insistió Barbosa.</p><p>Armando Denegri, representante OPS en Venezuela, por su parte, señaló que hasta el momento se “habla de que tres hospitales han sufrido daños estructurales y fueron evacuados”. Otros 24 sufrieron daños que afectaron “transitoriamente su funcionalidad y que fueron en buena parte reparados para mantener esta funcionalidad básica”, agregó.</p><p>Se informó también que "el 50% de los profesionales de la salud de La Guaira se vieron afectados directamente. Algunos desaparecieron, algunos fallecieron, otros se vieron muy afectados por la crisis, impactando a sus familias”, resaltó Denegri, sin dar otros detalles.</p><p>De acuerdo con estimaciones de la OPS se necesitan unos 24 millones de dólares para ayudar a cubrir las necesidades urgentes de salud hasta fin de año. Ese monto "nos permitirán mantener los servicios de salud, apoyar la rehabilitación y restaurar la funcionalidad de las instalaciones”, destacó Barbosa.</p><p>Los sismos de magnitud 7,2 y 7,5 ocurrieron con 39 segundos de diferencia a lo largo de la cordillera de la costa norte de Venezuela, según el Servicio Geológico de Estados Unidos. Fueron de los más fuertes que se haya percibido en el país sudamericano en más de un siglo.</p><p>En Caracas y los estados vecinos de La Guaira y Miranda, según cifras divulgadas en la víspera por las autoridades venezolanas, los sismos dejaron 3.811 muertos y 16.740 heridos. La mayoría de las muertes ocurrieron en La Guaira, la zona más afectada por los terremotos, ubicada a unos 20 kilómetros al norte de Caracas.</p><p>El gobierno de la presidenta encargada Delcy Rodríguez ha estimado que los terremotos dejaron a unas 18.000 personas sin hogar. Los desplazados ahora viven en escuelas, parques, plazas y otros espacios públicos.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/NVSZ4IRFQBUHNPZPIOJFTAWRYA.jpg?auth=c674a9f43f3f2230d18016e2e1bb57327152ccc5951c0692abedbe2d24de920b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Personas eligen ropa donada para los damnificados por los terremotos en un complejo deportivo, el sábado 4 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[France and Morocco meet again at the World Cup, this time in the quarterfinals]]></title><link>https://www.local10.com/sports/2026/07/09/france-and-morocco-meet-again-at-the-world-cup-this-time-in-the-quarterfinals/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/09/france-and-morocco-meet-again-at-the-world-cup-this-time-in-the-quarterfinals/</guid><dc:creator><![CDATA[By KYLE HIGHTOWER, Associated Press]]></dc:creator><description><![CDATA[FOXBOROUGH, Mass. (AP) — There are a lot of connections and familiarity on the field for the World Cup quarterfinal match between France and Morocco.]]></description><pubDate>Thu, 09 Jul 2026 20:00:09 +0000</pubDate><content:encoded><![CDATA[<p>FOXBOROUGH, Mass. (AP) — There are a lot of connections and familiarity on the field for the World Cup quarterfinal match between France and Morocco.</p><p>France beat Morocco in the semifinals at the 2022 tournament in Qatar when the Atlas Lions became the first African team to make it that far. France is looking to remain on track to become only the third nation to play in the final of three consecutive World Cups.</p><p>But it’s much more than that.</p><p>As much Morocco wants to pull an upset over the favored Les Bleus on Thursday, the team has plenty of ties to the opposing country.</p><p>Six Moroccan players — Ayyoub Bouaddi (Senlis), Issa Diop (Toulouse), Neil El Aynaoui (Nancy), Redouane Halhal (Montpellier), Samir El Mourabet (Strausbourg) and Gessime Yassine (Salon-de-Provence) — were born on French soil.</p><p>In addition, out of the 26 players on Morocco’s squad for the World Cup, 19 were born outside that country.</p><p>Morocco coach Mohamed Ouahbi said it’s helped broaden the country’s World Cup support.</p><p>“We have a huge fan base internationally speaking, and we’re really proud of this. There are Moroccan fans around the entire world, whether European or the diaspora or the international Moroccans, they are behind us,” he said. ”They are supporting us. We feel the energy, the positive dynamic they created for us. … In the difficult moments, we should think about those people, that we’re not alone. We’re fighting for an entire nation, a country, and that has helped us get more.”</p><p>The links also extend to club play, with France captain Kylian Mbappé and midfielder Aurélien Tchouaméni both playing for Real Madrid alongside Morocco midfielder Brahim Diaz.</p><p>Diaz, who has already played a big part in getting Morocco this far with a team-high four assists, said it’s added even more dimension to a matchup that also carries much weight.</p><p>“They are my teammates on Real Madrid. They are brilliant players. Are brilliant persons,” Diaz said. “But (today) we are rivals. We both want to win and this is the most important interest — my team.”</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/7TVHSRH5SYZRPWBKNTXLKCUJZY.jpg?auth=43300a339d793f93cfa4ff3c31104c0e9ec287d7340519ebbfb16ea16d846cd6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[France's Kylian Mbappe warms up before the World Cup quarterfinal soccer match between France and Morocco in Foxborough, Mass., near Boston, Thursday, July 9, 2026. (AP Photo/Stephanie Scarbrough)]]></media:description><media:credit role="author" scheme="urn:ebu">Stephanie Scarbrough</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YDK4ELUMA4EQJDURXOGICGSNZE.jpg?auth=a2a7e52e35fc7fd3befb88e0a9002f0e608a591e48b71dfccbedfe1e82402125&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Morocco's Ayoub Amaimouni (21), Neil El Aynaoui (24), Achraf Hakimi (2), Brahim Diaz (10) and Gessime Yassine (16) celebrate after the World Cup round of 16 soccer match between Canada and Morocco in Houston, Saturday, July 4, 2026. (AP Photo/Karen Warren)]]></media:description><media:credit role="author" scheme="urn:ebu">Karen Warren</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QBY5R6IZEEPJH23XQLP4ZYMJU4.jpg?auth=ec7a23d74528a566348dddeedbc033afc941f481df94aff38d2d2740b6db44cc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[France's Kylian Mbappe (10) runs out for warmups prior to the World Cup quarterfinal soccer match between France and Morocco in Foxborough, Mass., near Boston, Thursday, July 9, 2026. (AP Photo/Martin Meissner)]]></media:description><media:credit role="author" scheme="urn:ebu">Martin Meissner</media:credit></media:content></item><item><title><![CDATA[Policía: Trio golpea a hombre durante intento de robo en club nocturno de Doral]]></title><link>https://www.local10.com/espanol/2026/07/09/policia-trio-golpea-a-hombre-durante-intento-de-robo-en-club-nocturno-de-doral/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/09/policia-trio-golpea-a-hombre-durante-intento-de-robo-en-club-nocturno-de-doral/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[Tres hombres enfrentaban cargos este jueves después de que agentes de policía los acusaran de golpear a un hombre en un club nocturno de Doral durante un intento de robarle una cadena de diamantes, según muestran los registros.]]></description><pubDate>Thu, 09 Jul 2026 20:02:51 +0000</pubDate><content:encoded><![CDATA[<p>Tres hombres enfrentaban cargos este jueves después de que agentes de policía los acusaran de golpear a un hombre en un club nocturno de Doral durante un intento de robarle una cadena de diamantes, según muestran los registros.</p><p>Un detective revisó videos de vigilancia y arrestó a Manuel Barrios, Yoan Guzmán y Sadien Mena a las 9:15 p.m. del miércoles en la estación de la Policía de Doral, ubicada en el 6100 de Northwest 99th Avenue, según un informe de arresto.</p><p>La víctima denunció que el intento de robo ocurrió la madrugada del domingo dentro de Pink Pony, un club nocturno ubicado en el 7971 de Northwest 33rd Street, en Doral, según el informe de arresto.</p><p>Los videos de vigilancia muestran a Mena, de 34 años, hablando con la víctima antes de que ambos caminaran hacia el baño de hombres, donde la víctima dijo que Guzmán, de 33 años, lo empujó y entre tres y cuatro hombres lo atacaron, según la policía.</p><p>“Mientras estaba en el suelo, escuchó que uno de los hombres dijo en español: “La cadena”, en referencia a su cadena de diamantes de 10 quilates y 2,000 gramos, valorada en aproximadamente $240,000 USD”, escribió un agente en el informe.</p><p>La víctima dijo que los guardias de seguridad del club nocturno detuvieron la golpiza y obligaron a todos a salir del baño, según la policía.</p><p>Los videos de vigilancia del club muestran a Mena y Barrios, de 25 años, “agarrando” la cadena de la víctima y “tirando” de ella, según la policía.</p><p>La víctima logró escapar con su cadena, aunque sufrió moretones y laceraciones en el rostro, el cuello, los hombros y los brazos, según la policía.</p><p>De acuerdo con los registros de la cárcel, Barrios, Guzmán, también conocido como Yoan E. Guzmanbango, y Mena, también conocido como Sadien Alexis Menacove, fueron ingresados poco después de las 2:25 a.m. del jueves en el Centro Correccional Turner Guilford Knight.</p><p>Barrios, Guzmán y Mena enfrentan, cada uno, cargos por intento de robo con fuerza física y agresión.</p><p><i>El editor de asignaciones de Local 10 News, Carson Merlo, colaboró en este reporte.</i></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/DKOPDR3OGBBFBMGTZGEYH3L4HU.jpg?auth=49cbc86ddc249fc145abb8f61bb2eacdabf970e27e45f63796e35bb7cddf58a3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Police officers arrested Yoan Guzman, Manuel Barrios, and Sadien Mena on Wednesday after an attempted robbery on Sunday morning in Doral, records show.]]></media:description></media:content></item><item><title><![CDATA[Police: Trio beats up man during attempted robbery at Doral strip club ]]></title><link>https://www.local10.com/news/local/2026/07/09/police-trio-beats-up-man-during-attempted-robbery-at-doral-strip-club/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/09/police-trio-beats-up-man-during-attempted-robbery-at-doral-strip-club/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[Three men faced charges on Thursday after police officers accused them of beating up a man at a strip club in Doral during an attempt to steal his diamond chain, records show. ]]></description><pubDate>Thu, 09 Jul 2026 19:27:25 +0000</pubDate><content:encoded><![CDATA[<p>Three men faced charges on Thursday after police officers accused them of beating up a man at a strip club in Doral during an attempt to steal his diamond chain, records show. </p><p><a href="https://www.local10.com/espanol/2026/07/09/policia-trio-golpea-a-hombre-durante-intento-de-robo-en-club-nocturno-de-doral/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/09/policia-trio-golpea-a-hombre-durante-intento-de-robo-en-club-nocturno-de-doral/">Leer en español</a></p><p>A detective had surveillance video and arrested Manuel Barrios, Yoan Guzman, and Sadien Mena at 9:15 p.m. on Wednesday at the Doral Police Station at 6100 NW 99 Ave., according to a police arrest report. </p><p>The victim reported the attempted robbery was early Sunday morning inside Pink Pony, a strip club at 7971 NW 33 St., in Doral, according to a police officer’s arrest report. </p><p>Surveillance video showed Mena, 34, talking to the victim before the two walked to the men’s restroom, where the victim said Guzman, 33, pushed him and three to four men attacked him, according to police. </p><p>“While he was on the ground, he heard one of the males say, in Spanish, ‘La cadena,’ referring to his chain, which is a 10 karat 2000 grams diamond chain valued at approximately $240,000,” a police officer wrote, according to the report. </p><p>The victim said the strip club’s security guards stopped the beating and forced them all out of the restroom, according to police. </p><p>Surveillance video at the club shows Mena and Barrios, 25, “grabbing” the victim’s chain and “pulling” it, according to police. </p><p>The victim managed to escape with his chain after suffering bruises and lacerations to the face, neck, shoulders, and arms, according to police. </p><p>According to inmate records, corrections booked Barrios; Guzman, also known as Yoan E. Guzmanbango; and Mena, also known as Sadien Alexis Menacove, shortly after 2:25 a.m. on Thursday at the Turner Guilford Knight Correctional Center. </p><p>Barrios, Guzman, and Mena each faced charges of attempted strong-arm robbery and battery. </p><p><i>Local 10 News Assignment Editor Carson Merlo contributed to this report.</i> </p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/DKOPDR3OGBBFBMGTZGEYH3L4HU.jpg?auth=49cbc86ddc249fc145abb8f61bb2eacdabf970e27e45f63796e35bb7cddf58a3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Police officers arrested Yoan Guzman, Manuel Barrios, and Sadien Mena on Wednesday after an attempted robbery on Sunday morning in Doral, records show.]]></media:description></media:content></item><item><title><![CDATA[Andreessen, Chetty among leaders of Fed's new task forces evaluating operations]]></title><link>https://www.local10.com/business/2026/07/09/andreessen-chetty-among-leaders-of-feds-new-task-forces-evaluating-operations/</link><guid isPermaLink="true">https://www.local10.com/business/2026/07/09/andreessen-chetty-among-leaders-of-feds-new-task-forces-evaluating-operations/</guid><dc:creator><![CDATA[By CHRISTOPHER RUGABER, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — Venture capitalist Marc Andreessen, economist Raj Chetty and former Bank of England governor Mervyn King are among a slate of names released by the Federal Reserve Thursday that will help develop recommended changes to the central bank's operations.]]></description><pubDate>Thu, 09 Jul 2026 20:16:27 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Venture capitalist Marc Andreessen, economist Raj Chetty and former Bank of England governor Mervyn King are among a slate of names released by the Federal Reserve Thursday that will help develop recommended changes to the central bank's operations.</p><p>They are among the co-leaders of five different task forces announced by Fed Chair Kevin Warsh last month. The other leaders are a mix of public officials and business leaders.</p><p>Warsh called for “regime change” at the Fed last year while he was under consideration by the Trump administration to replace former chair Jerome Powell. Warsh has sought to communicate less about the Fed's thinking on interest rates and has said he wants to reduce the central bank's roughly $6.7 trillion in holdings of government bonds.</p><p>Yet it's not yet clear how transformative the task forces will be. Most of the directors announced Thursday are leading figures in economics and business, rather than longtime Fed critics. Warsh's use of task forces, Fed-watchers say, suggest he wants to persuade his fellow Fed officials of any changes rather than impose them.</p><p>“The U.S. economy has changed significantly over the last generation, and never more so than right now,” Warsh said in a written statement. “Each task force will carefully consider whether policymakers’ means and methods, analytical tools and policy approaches can be improved upon.”</p><p>The five task forces will each have three co-leaders and will be supported by Fed staff, the central bank said.</p><p>One of the task forces will focus on how artificial intelligence and other new technologies will affect productivity and jobs. Warsh has repeatedly said he expects AI to bring about fundamental changes to the U.S. economy.</p><p>To oversee that task force, Warsh has turned to executives from firms developing AI, including Marc Andreessen, a major investor in crypto firms and AI technology. Asha Sharma, an executive vice president at Microsoft and CEO of its Xbox unit will also co-lead that task force. Charles Jones, an economist at Stanford currently on leave with Anthropic, will act as the third co-chair.</p><p>Chetty, a Harvard economist, will co-lead a task force on evaluating the data sources used by the Fed. Chetty has broken ground by using huge data sets to track families' economic fortunes over decades and evaluate which areas of the country have seen the most economic mobility.</p><p>Doug McMillon, the former president and CEO of Walmart, and Kevin Murphy, an economics professor at the University of Chicago, will co-lead the data task force.</p><p>A third task force will examine the Fed's balance sheet, which has ballooned in size since the Great Recession in 2008-2009. Raghuram Rajan, a former leader of the Reserve Bank of India, and Harvard economist and former Treasury official Karen Dynan will co-lead the task force, along with Jeremy Stein, a former Fed governor.</p><p>Greg Mankiw, a top economist in the George W. Bush administration and Thomas Sargent, a Nobel laureate at New York University, will co-lead a task force on inflation frameworks. King, the former Bank of England governor, will be one of the leaders of the task force on communications.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/Q2R7XBPO426EMK24AMTCYYTM5Y.jpg?auth=5af1832e2342c1b29080f793361f5d6c15e56fd19d85c1a570abc49b00d94635&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Federal Reserve Chairman Kevin Warsh speaks during a news conference following the Federal Open Market Committee meeting, Wednesday, June 17, 2025, in Washington. (AP Photo/Rod Lamkey, Jr.)]]></media:description><media:credit role="author" scheme="urn:ebu">Rod Lamkey</media:credit></media:content></item><item><title><![CDATA[Ohio judge grants preliminary injunction for men’s, women’s hoops players suing NCAA for eligibility]]></title><link>https://www.local10.com/sports/2026/07/09/ohio-judge-grants-preliminary-injunction-for-mens-womens-hoops-players-suing-ncaa-for-eligibility/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/09/ohio-judge-grants-preliminary-injunction-for-mens-womens-hoops-players-suing-ncaa-for-eligibility/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[CINCINNATI (AP) — An Ohio judge has granted a preliminary injunction for 24 men’s and women’s college basketball players suing the NCAA for eligibility, claiming the new age-based model unfairly shuts them out of further competition.]]></description><pubDate>Thu, 09 Jul 2026 21:17:53 +0000</pubDate><content:encoded><![CDATA[<p>CINCINNATI (AP) — An Ohio judge has granted a preliminary injunction for 24 men’s and women’s college basketball players suing the NCAA for eligibility, claiming the new age-based model unfairly shuts them out of further competition.</p><p>Judge Christopher Wagner said Thursday the NCAA eligibility rules have been applied to 2022 high school graduates in an arbitrary and capricious manner, adding the plaintiffs would suffer “irreparable injury” without an injunction.</p><p>“We hope the NCAA reconsiders its position and allows all other similarly situated athletes from the high school class of 2022 to compete for remaining roster spots in all sports,” attorney Ryan Downton said.</p><p>Wagner's ruling allows the athletes in the lawsuit an opportunity to enter the transfer portal. He scheduled a conference for Aug. 4 to prepare for a trial.</p><p>“While we will seek to overturn this ruling, it is now apparent that Congress must act swiftly to restore stability, uniformity, and fair competition in college athletics,” the NCAA said in a statement.</p><p>The Protect College Sports Act has moved forward with Senate committee approval in June. However, the Big Ten and Southeastern conferences oppose the bill designed to stabilize college sports and are seeking revisions.</p><p>Downton has filed similar lawsuits against the NCAA on behalf of nearly 30 men's and women's basketball players.</p><p>The lawsuit in Cincinnati was filed shortly after the NCAA Division I Cabinet approved a monumental change in eligibility rules last month.</p><p>“When each plaintiff completed their fourth season of competition during the 2025-26 academic year, they had every reason to know it was the end of the line and time to make way for the next generation of college athletes,” the NCAA wrote in a filing.</p><p>The plaintiffs are seeking to be eligible to play a fifth year during the upcoming season, representing athletes who graduated from high school in 2022 and began their college sports careers that autumn and never redshirted.</p><p>“Each plaintiff was harmed each time he or she competed in a basketball game against a fifth or sixth-year player without being offered the same opportunity to compete in a fifth season themselves,” Downtown wrote in a filing.</p><p>The NCAA now allows athletes five seasons of competition over a five-year period that begins with their full-time enrollment or the academic year following their 19th birthday, whichever occurs first.</p><p>The move will all but eliminate waivers or redshirt years for extended eligibility except for religious missions, pregnancy or active-duty military service. Extensions will no longer be considered for athletes who are injured.</p><p>Athletes whose eligibility expired by spring 2026 under the traditional model — four years of competition over five years — will not be allowed a fifth year of competition under the new rules that go into effect this fall.</p><p>The Division I Cabinet has said in a statement posted on X that it was aware of legal action challenging its decision and that “we do not intend to change course.”</p><p>Three basketball players, including Xavier forward Filip Borovicanin of Serbia, and three coaches, including Xavier coach Richard Pitino, along with an agent testified at a hearing in Cincinnati earlier this month, while the NCAA did not call any witnesses.</p><p>Wagner appeared to be critical of the NCAA in his written ruling, saying the governing body resembles “a highly profitable professional sports league," more than its argument of being a voluntary association.</p><p>“The court finds, by clear and convincing evidence, that plaintiffs will suffer irreparable injury if the preliminary injunction is not granted,” Wagner said.</p><p>The NCAA said the decision was wrong.</p><p>“We will immediately seek all avenues for reversal, including a stay of the court’s order pending appeal,” the NCAA said. “The court disregarded over a century of precedent and substituted its own judgment, on a limited factual record, for the collective expertise of the nation’s leading higher education institutions.”</p><p>___</p><p>AP college sports: https://apnews.com/hub/college-sports</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/6OY4RG6DFOXL6ZILPS6TNYXOQY.jpg?auth=9a0b4ea24e6f8e7b06014dbc380f76f027e2a735610d87ef80488ad4fd20edec&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 with a fisheye lens shows the NCAA logo displayed at mid-court before Albany's practice for a second-round game of the NCAA college basketball tournament March 21, 2013, in Philadelphia. (AP Photo/Matt Slocum, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Matt Slocum</media:credit></media:content></item><item><title><![CDATA[LA uses World Cup to show off upgraded public transit and test plans to hold car-free Olympics]]></title><link>https://www.local10.com/sports/2026/07/09/la-uses-world-cup-to-show-off-upgraded-public-transit-and-test-plans-to-hold-car-free-olympics/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/09/la-uses-world-cup-to-show-off-upgraded-public-transit-and-test-plans-to-hold-car-free-olympics/</guid><dc:creator><![CDATA[By JAIMIE DING, Associated Press]]></dc:creator><description><![CDATA[LOS ANGELES (AP) — When Matthew Smith took his five-year-old son to a World Cup game in the Los Angeles area earlier this month, they opted to take public transit instead of driving from their nearby coastal city.]]></description><pubDate>Thu, 09 Jul 2026 19:40:55 +0000</pubDate><content:encoded><![CDATA[<p>LOS ANGELES (AP) — When Matthew Smith took his five-year-old son to a World Cup game in the Los Angeles area earlier this month, they opted to take public transit instead of driving from their nearby coastal city.</p><p>It was Smith's first time on the LA Metro in a decade, and the experience exceeded his expectations.</p><p>“Seems like a very functioning transit system, which is somewhat surprising given its reputation,” he said.</p><p>That is the reaction Metro officials were hoping for as they used the 2026 FIFA World Cup's eight LA games to introduce — or reintroduce — people to the region's public transit system, often an afterthought in car-centric Los Angeles. It is an early test run of sorts for the 2028 Olympics, which organizers have billed as a “no car” Games where there will be no parking for attendees at any of the venues. Spectators will have to rely on transit and shuttles to get to events.</p><p>Nearly 50,000 rides were taken on rail lines for the July 2 Spain-Austria game that Smith and his son attended. There is no train that runs directly to SoFi Stadium in the LA suburb of Inglewood, but Metro has added 15 shuttle lines to transport people there from major rail stations and transit centers — the farthest route taking one hour and 15 minutes. More than 30,000 rides were taken on those shuttles for that game alone, the agency said.</p><p>The Metro will take a similar approach for the Olympics because many venues don't connect directly to the system. For the World Cup, the agency borrowed about 200 buses to meet the increased demand. Officials have said they will need to borrow 3,000 buses for the Olympics.</p><p>Officials work to overcome safety fears</p><p>For many residents, public transit isn't baked into everyday life in Los Angeles, the nation's second most-populous city, quite the same way it is in other major urban centers like New York and Chicago. LA Metro estimates the system provides about 1 million rides each day — roughly the same as Chicago, a smaller city. In New York, meanwhile, it is well over 3 million on the average weekday.</p><p>Many view LA's rail and bus system as unreliable at best and unsafe at worse. Certain high-profile violent incidents, such as a 67-year-old woman who died from being stabbed on a Metro train in 2024, have driven those perceptions. Some riders are also concerned about drug use, cleanliness and the presence of homeless people.</p><p>In June, Metro launched its own police force, which it hopes to have fully deployed by 2029 to replace the LAPD. The agency hopes having its own sworn officers working along with homeless outreach and crisis response teams will help riders feel safer on its trains and buses.</p><p>Metro has also touted data that showed a decline in violent crime over the past two years, with a 13.6% decrease in overall crime in March 2026 compared to a year before.</p><p>Martha Banuelos used the transit system sporadically before but generally preferred to “avoid it like the plague.” She started riding the trains again recently to get into the city from North Hollywood for World Cup watch parties.</p><p>“It’s a lot cleaner and smells way better,” she said.</p><p>Officials see World Cup as an opportunity</p><p>Metro has partnered with FIFA to host fan zones and watch parties at key transit hubs — where thousands of fans from around the region gathered to drink, dance to DJ sets, and cheer for their favorite teams. Metro has advertised limited edition tap cards for different countries and leaned into social media to promote public transit during the games.</p><p>The system also upgraded its payment options before the World Cup to allow riders to pay directly with a credit card like other cities that have done away with tap cards.</p><p>Those efforts worked to draw in new riders like Yasmin Cortez, a 32-year-old who took the train for the first time ever to attend the official FIFA Fan Festival at the LA Memorial Coliseum to watch matches, volunteer for FIFA, and soak in the World Cup spirit. A week later, she took the rail again to root for Uruguay at the Union Station Fan Zone, from Cerritos about 16 miles (26 kilometers) southwest of LA.</p><p>“Especially with gas prices now, yeah I should be taking the Metro,” she said. “There’s a lot to explore, and I bought some new walking shoes.”</p><p>Looking ahead to 2028 Olympics</p><p>During the last Summer Games, Paris was lauded for how accessible the Games were, with nearly every venue reachable by Metro, commuter train, tram or bus.</p><p>LA, long known for congested roadways, is hard at work to expand its own transit options as the Games quickly approach.</p><p>In June, transit enthusiasts rejoiced at the long-awaited extension of the D line, which runs east-west connecting downtown LA to Koreatown, and now further west, where popular tourist attractions like the Grove shopping mall, Los Angeles County Museum of Art and the La Brea Tar Pits are.</p><p>It marked the first opening of a heavy rail expansion project in the U.S. since 2020. Four more stations are under construction to extend the line to the University of California, Los Angeles campus, which will serve as the official Athlete Village for the 2028 games.</p><p>“LA is a transit city,” said Jennifer Vides, Metro's chief customer experience officer. “People want to try to say that it’s not. Obviously we have a lot more expansion to do and we’re working on it. But people really want transit.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/U35LZH2FHHRJ63257D5RDXSV7M.jpg?auth=2c844fdd6d5cb82928df5557fa5f08117f4e3536c98510440026082ac8a92a52&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Fans exit a Metro shuttle after a World Cup match between Spain and Austria on Thursday, July 2, 2026, in Los Angeles. (AP Photo/Jaimie Ding)]]></media:description><media:credit role="author" scheme="urn:ebu">Jaimie Ding</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HCRKH5EWWK6ZW5SCLV7DNV3ZEY.jpg?auth=5c39b6457ebb571b59716f04d5369f8d3ab30a0d0baa286e79d84246ca894c6f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Matthew Smith and his son Whitacre, 5, ride the Metro after a World Cup match between Spain and Austria on Thursday, July 2, 2026, in Los Angeles. (AP Photo/Jaimie Ding)]]></media:description><media:credit role="author" scheme="urn:ebu">Jaimie Ding</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GMU5Y3K3JDZ6OEKMODOTB7UDTU.jpg?auth=0dbae1d8b51bc21e7b94a237d348645d098d48f7cbd0518ca6c15b9a5df157b7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Evan Hallock, left, and his wife Breanna ride the Metro after a World Cup match between Spain and Austria on Thursday, July 2, 2026, in Los Angeles. (AP Photo/Jaimie Ding)]]></media:description><media:credit role="author" scheme="urn:ebu">Jaimie Ding</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NNS3O2YQFSTGCFCFPW45VGO7TI.jpg?auth=daef1703992b5670d018c1fcf41fdc6bac119ecfa8e9772d6280ca84f34b6dee&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Michelle Valladares, left, and Yasmin Cortez show their FIFA World Cup themed Metro tap cards before attending a watch party on Friday, June 26, 2026, in Los Angeles. (AP Photo/Jaimie Ding)]]></media:description><media:credit role="author" scheme="urn:ebu">Jaimie Ding</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QMYF5VSQQ7YINDR6WIP2J3LH3E.jpg?auth=63b48ace3095c9d9e42bbb6801c3a6e0f4906c8005dc3698c9765cd1613a922c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Dave Ramazzini rides the Metro after a World Cup match between Spain and Austria on Thursday, July 2, 2026, in Los Angeles. (AP Photo/Jaimie Ding)]]></media:description><media:credit role="author" scheme="urn:ebu">Jaimie Ding</media:credit></media:content></item><item><title><![CDATA[Raptors and Clippers put trade for Kawhi Leonard on hold, pending end of NBA investigation]]></title><link>https://www.local10.com/sports/2026/07/09/raptors-and-clippers-put-trade-for-kawhi-leonard-on-hold-pending-end-of-nba-investigation/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/09/raptors-and-clippers-put-trade-for-kawhi-leonard-on-hold-pending-end-of-nba-investigation/</guid><dc:creator><![CDATA[By TIM REYNOLDS, Associated Press]]></dc:creator><description><![CDATA[Kawhi Leonard's trade to the Toronto Raptors is on hold pending the outcome of the NBA's investigation into whether the Los Angeles Clippers circumvented salary cap rules, the teams announced Thursday.]]></description><pubDate>Thu, 09 Jul 2026 19:40:39 +0000</pubDate><content:encoded><![CDATA[<p>Kawhi Leonard's trade to the Toronto Raptors is on hold pending the outcome of the NBA's investigation into whether the Los Angeles Clippers circumvented salary cap rules, the teams announced Thursday.</p><p>It does not necessarily mean that the trade is off. The Raptors said they still want Leonard, and the Clippers, in a statement sent to multiple outlets including The Associated Press, again insisted that they are not guilty of any wrongdoing related to an endorsement contract between Leonard and a now-bankrupt California-based digital bank that touted itself as environmentally friendly.</p><p>“The NBA league office informed us that as a result of the ongoing investigation involving the Clippers, we would assume the risk of any potential outcome of the investigation impacting Kawhi,” the Raptors said. “In light of this, we will wait until the league’s investigation is complete.”</p><p>There is no timetable for the conclusion of the NBA's probe, which is being performed by outside counsel. The league had no immediate comment Thursday, though Commissioner Adam Silver said in recent weeks that he'd like to see a conclusion.</p><p>“My instruction to them is we can’t be investigating forever. At some point you have to wrap it up,” Silver said last month at the NBA Finals. “But at the same time, the most important thing is that we get it right."</p><p>The NBA opened an investigation back in September into whether a $28 million endorsement contract between Leonard and Aspiration Fund Adviser LLC — a company that filed for bankruptcy in 2025 — broke league rules, following a report by journalist Pablo Torre. Last month, Aspiration co-founder Joseph Sanberg was sentenced to 14 years in federal prison after pleading guilty to defrauding investors and lenders of at least $248 million.</p><p>“At the heart of this investigation are Joe Sanberg and Aspiration,” the Clippers said Thursday in a statement. "We did not funnel money to Kawhi Leonard through Aspiration. Like many sophisticated investors, financial institutions, and business partners, we were victims of a fraud initiated by Sanberg, who has been convicted and sentenced to 14 years in prison.</p><p>“We recognize the uncertainty this has created and the impact it has had on our team, our fans, the Raptors organization, their fans, and the players whose futures remain affected while this process continues. We remain confident that, when the facts are evaluated fairly and thoroughly, the NBA will confirm exactly what we have said from the beginning: We have not done what we are accused of doing.”</p><p>For its part, Toronto reaffirmed that it still wants to acquire Leonard.</p><p>“The Raptors remain eager to bring Kawhi back to Toronto and look forward to a swift resolution for our players, our organization, and our fans,” the Raptors said.</p><p>The Raptors and Clippers struck a deal on June 30 on a trade that would send Leonard back to the city that helped win the 2019 NBA championship.</p><p>The Raptors agreed to send Brandon Ingram, Gradey Dick, two first-round draft picks, two second-round picks and pick swaps to the Clippers for Leonard — who spent one season in Toronto, and that was the year the Raptors won their lone title.</p><p>He turned 35 earlier this month but is coming off the highest-scoring season of his career, averaging 27.9 points for the Clippers in 65 games.</p><p>Leonard is a seven-time All-Star, seven-time All-NBA selection, a two-time NBA champion (also winning in 2014 with San Antonio) and is generally considered one of the game’s top defensive players.</p><p>___</p><p>AP NBA: https://apnews.com/nba</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/MBIYL7KUWVXSBCPCKOCRRZNGKA.jpg?auth=6e8891771c4ea123afa0b5e9763b76b3288bbede04c593ff213643335807dc47&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - LA Clippers forward Kawhi Leonard, center, shoots as Golden State Warriors center Kristaps Porzingis defends during the first half of an NBA play-in tournament basketball game Wednesday, April 15, 2026, in Inglewood, Calif. (AP Photo/Mark J. Terrill,File)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark J. Terrill</media:credit></media:content></item><item><title><![CDATA[Technology is driving an increase in online threats to the UK, senior officials say]]></title><link>https://www.local10.com/tech/2026/07/09/technology-is-driving-an-increase-in-online-threats-to-the-uk-senior-officials-say/</link><guid isPermaLink="true">https://www.local10.com/tech/2026/07/09/technology-is-driving-an-increase-in-online-threats-to-the-uk-senior-officials-say/</guid><dc:creator><![CDATA[By EMMA BURROWS, Associated Press]]></dc:creator><description><![CDATA[LONDON (AP) — Technology and online platforms are increasingly being used to threaten the United Kingdom, including by hostile countries, extremists and far-right groups, senior British police officials said Thursday.]]></description><pubDate>Thu, 09 Jul 2026 19:31:58 +0000</pubDate><content:encoded><![CDATA[<p>LONDON (AP) — Technology and online platforms are increasingly being used to threaten the United Kingdom, including by hostile countries, extremists and far-right groups, senior British police officials said Thursday.</p><p>There is a “continual battle” against threats online, said Vicki Evans, a senior national coordinator for counterterrorism at the Metropolitan Police, and police need help from technology companies because “it's not something we can do alone.”</p><p>Islamic extremism remains the biggest threat but over the past five years, threats from far-right groups and hostile states have significantly grown, said Laurence Taylor, head of counterterrorism police.</p><p>According to Evans, the threat from hostile states is the “most rapidly escalating mission” for counterterrorism police.</p><p>Threats from hostile countries are increasing</p><p>In July, two Romanian men were jailed over the stabbing of a journalist from a Persian-language television station, which the judge said was carried out on behalf of Iran's government.</p><p>In June, a Ukrainian man and Romanian man were jailed for their role in setting fire to property linked to U.K. Prime Minister Keir Starmer — a plot which fits the description of Russian state-backed sabotage. And in May, a U.K. border official and former Hong Kong police officer were convicted of spying for China.</p><p>Evans said that in 2025, there were more than 20 Iranian-backed plots, including assassinations, kidnappings and other serious crimes against the U.K. Additionally, police are still investigating whether arson attacks against Jewish sites earlier in the year have a link to Iran.</p><p>Russia has been organizing a “constant stream of surveillance plots” against people and institutions in Britain, aiming to target people Russian officials believe are enemies, “infiltrate” ordinary life and identify people who will “peddle” Russian narratives or carry out proxy work on behalf of the Russian state, she added.</p><p>Across Europe, Russia has recruited dozens of people on apps like Telegram to carry out vandalism or set fires — including at a warehouse in London that stored communications equipment meant for Ukraine.</p><p>Dylan Earl, the ringleader of that plot, was recruited on Telegram by the Wagner Group, a mercenary organization acting on behalf of Moscow that has been designated a terrorist group by the U.K. government.</p><p>Evans also said that teenagers as young as 15 have been arrested by police in relation to proxy plots. The challenge for law enforcement, she added, is that “anyone could be targeted,” especially online.</p><p>"This isn’t something that’s happening elsewhere,” Evans said, speaking to journalists at New Scotland Yard, the Metropolitan Police headquarters. “It’s happening here. This risk is in our neighborhoods, in our online spaces and in our workplaces.”</p><p>The threat of far-right extremism is rising</p><p>Taylor said that the threat level in the U.K. was raised in April from “substantial” to “severe,” partly because cases linked to extreme far right ideologies are “growing substantially.”</p><p>Police have noted an increase in “vile” content, particularly online, which creates a “cocktail of racism, misogyny and extreme homophobia,” he said.</p><p>Extreme views, he said, appear to be being challenged less and less and so conditions have been created where previously unacceptable views are now more prevalent.</p><p>As an example, he gave the case of an 18-year-old woman, Alina Burns, who was imprisoned for almost 20 years in May after attacking a stranger with an ax — an attack that Taylor said was motivated by her extreme right-wing mindset.</p><p>Children are increasingly radicalized online</p><p>Alfie Coleman — a 22-year-old sentenced on Wednesday for 13.5 years for trying to buy a gun from an undercover MI5 officer — was radicalized online from the age of 14, Taylor said.</p><p>Evans said that those behind the exploitation are specifically designing online content to attract young people by blending it with propaganda and gaming footage, historical images and music. The young are then prompted to carry out violent acts — such as being asked to “recreate” in real life horrific attacks from video games, she said.</p><p>In some cases, Evans said, “sadistic online groups,” ask people to compete against each other to cause harm online and offline — by using cyberattacks, extremism, serious violence or even child sexual abuse or terrorism.</p><p>The extent of “lawful but awful” content online, including extreme violence and gore, she said means that some people now have a skewed sense of what is normal or acceptable. Those people are particularly vulnerable to manipulation, including by state actors, she said.</p><p>Although the government has said that Britain will ban social media for those under 16, that is not enough, said Evans, adding that pressure needs to be put on technology companies to help curb harmful content online.</p><p>Laws and policies regulating harmful content online quickly go out of date while social platforms have powerful mechanisms to push content to young people, she said.</p><p>“The tipping point is very swift and steep,” for some people who are drawn into harmful content online, she said.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/M7RV7HS4UP2FQFRBOODOH2GVEI.jpg?auth=9e8d5e42c0dd32628df747a48fd544b291508f84bfe18a4398fdb8169adb16b0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - This 2024 photo provided by the Metropolitan Police shows damage to a warehouse in east London that was storing goods for Ukraine, after a fire that prosecutors said was organized on behalf of Russia's intelligence services. (London Metropolitan Police via AP, File)]]></media:description></media:content></item><item><title><![CDATA[Acusan a hombre de intento de asesinato tras apuñalar a víctima en parada de autobús de Miami]]></title><link>https://www.local10.com/espanol/2026/07/09/acusan-a-hombre-de-intento-de-asesinato-tras-apunalar-a-victima-en-parada-de-autobus-de-miami/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/09/acusan-a-hombre-de-intento-de-asesinato-tras-apunalar-a-victima-en-parada-de-autobus-de-miami/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Un hombre de 61 años fue arrestado el miércoles después de que la policía informara que presuntamente apuñaló a otro hombre durante una discusión en una parada de autobús de Miami.]]></description><pubDate>Thu, 09 Jul 2026 18:50:45 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre de 61 años fue arrestado el miércoles después de que la policía informara que presuntamente apuñaló a otro hombre durante una discusión en una parada de autobús de Miami.</p><p>Los registros de la cárcel muestran que Maurice Yoelcis Sapp fue detenido tras el apuñalamiento, que, según la Policía de Miami, ocurrió aproximadamente a las 4:30 p.m. del miércoles cerca de Northwest Seventh Avenue y Northwest 61st Street.</p><p>Las autoridades informaron que respondieron a la parada de autobús después de que un hombre detuviera a agentes de la Policía de Miami mientras sostenía un cuchillo.</p><p>Indicaron que un agente encontró a Sapp, quien figura como indigente en el informe de arresto, sosteniendo un cuchillo en la mano derecha mientras sujetaba la camisa de otro hombre.</p><p>La policía dijo que el agente le ordenó a Sapp que soltara el cuchillo y este obedeció.</p><p>Las autoridades informaron que la víctima fue encontrada sangrando debido a una herida de gran tamaño en el lado izquierdo del rostro y fue trasladada por paramédicos de Miami Fire Rescue al Centro de Trauma Ryder del Hospital Jackson Memorial, donde fue reportada en condición crítica.</p><p>Los investigadores dijeron que la víctima sufrió heridas de arma blanca en la mejilla izquierda, el hombro izquierdo y la parte superior del abdomen.</p><p>Una testigo dijo a los detectives que estaba sentada cerca de Sapp en una banca de la parada de autobús cuando lo vio acercarse a la víctima. También declaró que escuchó a ambos hombres discutir antes de que Sapp regresara a la banca, según el informe.</p><p>La testigo dijo a los investigadores que la víctima se acercó posteriormente a Sapp y continuó la discusión, indica el informe.</p><p>Durante el enfrentamiento, la mujer dijo que escuchó a Sapp decirle a la víctima: “Dilo otra vez”, antes de apuñalarla en la mejilla izquierda con una navaja negra, informó la policía.</p><p>Según el informe, Sapp dijo posteriormente a los detectives que Beasley se le acercó y le sujetó la camisa durante la discusión.</p><p>Sapp afirmó que apartó la mano de la víctima de su camisa y luego la apuñaló entre tres y cuatro veces con una navaja que estaba a su lado sobre la banca, señala el informe.</p><p>La policía informó que Sapp también dijo a los investigadores que la víctima no tenía ningún arma durante el enfrentamiento ni antes del apuñalamiento.</p><p>Después de revisar las declaraciones y las pruebas, los detectives determinaron que Sapp fue el “agresor principal” y procedieron a arrestarlo, según el informe.</p><p>Los registros de la cárcel muestran que Sapp enfrenta un cargo de intento de asesinato en segundo grado con un arma mortal. Hasta el jueves, permanecía detenido sin derecho a fianza en el Centro Correccional Turner Guilford Knight. La jueza del Tribunal de Circuito de Miami-Dade, Mindy Glazer, también le ordenó mantenerse alejado de la víctima.</p><p>La policía no informó cuál fue el motivo de la discusión entre el sospechoso y la víctima antes del apuñalamiento.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/QD5MTT7TGFB2TJ2K6QZK5MRF4E.jpg?auth=6e84473459fd63738f82372527f4bc9343648a2b63185ef02ca6d36dd96ce803&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[New AP-NORC poll reveals sharp divides among US Jews over Israel and Gaza]]></title><link>https://www.local10.com/news/national/2026/07/08/new-ap-norc-poll-reveals-sharp-divides-among-us-jews-over-israel-and-gaza/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/07/08/new-ap-norc-poll-reveals-sharp-divides-among-us-jews-over-israel-and-gaza/</guid><dc:creator><![CDATA[By DAVID CRARY, AMELIA THOMSON-DEVEAUX and PETER SMITH, Associated Press]]></dc:creator><description><![CDATA[As Israel’s actions continue to divide America's Jewish communities nearly three years into the latest war in Gaza, a new AP-NORC poll reveals that some of the biggest gaps are between religious and secular Jews.]]></description><pubDate>Wed, 08 Jul 2026 09:02:38 +0000</pubDate><content:encoded><![CDATA[<p>As Israel’s actions continue to divide America’s Jewish communities nearly three years into the latest war in Gaza, a new AP-NORC poll reveals that some of the biggest gaps are between religious and secular Jews.</p><p>The survey from The Associated Press-NORC Center for Public Affairs Research makes clear that for many U.S. Jews, support for Israel remains a bedrock of their religious identity, its existence a guarantee of Jewish self-determination and safety. Yet others — particularly those who identify as Jews through ethnic, cultural or family ties, rather than religion — feel less connected to Israel and judge its actions in the ongoing conflict more harshly.</p><p>About 7 in 10 Jewish adults overall identify as Jewish when asked about their religious affiliation, according to the sweeping survey that touched on everything from views on Israel to antisemitism concerns and strains on interpersonal relations. The rest, about 3 in 10 Jewish adults, say they are atheists, agnostics, or have no particular religious affiliation, but still identify as Jewish in other ways.</p><p>Israel has been at the center of the turmoil in the Middle East since the Oct. 7, 2023, Hamas-led attack that killed some 1,200 people. More than 73,000 Palestinians have died in Gaza since Israel retaliated, according to the Hamas-run Gaza Health Ministry, which doesn’t distinguish between civilian and militant deaths. Israel’s ongoing offensives have become a wedge issue for Jewish and non-Jewish Americans, leading to protests, raising antisemitism fears and questions about America’s close ties to Israel.</p><p>Among Jews with a religious affiliation, views on Israel’s recent military actions are far from uniform or uncritical. Only about half say Israel’s ongoing military operations in Gaza are justified. About one-quarter believe Israel has committed genocide against Palestinians in Gaza, an accusation that’s been leveled by some human rights organizations and vehemently denied by Israel and the U.S. government.</p><p>But they are more supportive of Israel’s actions than secular American Jews. About 4 in 10 religiously unaffiliated Jews say Israel has committed genocide against Palestinians, and only about 2 in 10 see Israel’s current operations in Gaza as justified. The vast majority, 74%, say they are “not too” or “not at all” emotionally attached to Israel, a sharp contrast from other Jewish adults.</p><p>Anna Constant, 56, of Seattle identifies as culturally Jewish and says she doesn’t feel closely connected to Israel.</p><p>“I kind of think of myself as an American version of a Jew. I do have a homeland,” she said, referring to the United States.</p><p>At the same time, “my heart is broken for everything everyone is navigating over there. ... We have bad governments happening not just in Israel but in the United States. I’m trying to hold on to the reality that the people are not the governments.”</p><p>Conflicting views about Israel’s military actions</p><p>Jews who regularly attend religious services are more likely than those who never attend to feel a connection to Israel and see its military actions in Gaza as justified, the survey found.</p><p>About 3 in 10 Jewish adults never attend religious services, although that rises to about two-thirds among religiously unaffiliated Jews. About half of Jewish adults attend a few times a year or less often. About 2 in 10 attend at least once a month, including about 1 in 10 who attend weekly.</p><p>According to the survey, Jewish adults mostly identify as Democrats; about 3 in 10 identify as Republicans. Religiously unaffiliated Jews are slightly more likely than Jewish adults overall to identify as Democrats, and less likely to call themselves Republicans.</p><p>Jacqueline Rothstein, 35, splits time between a New York City suburb on Long Island and the city’s heavily Jewish borough of Brooklyn. She is Modern Orthodox, attending worship services about once a month.</p><p>A political independent, she views Republican President Donald Trump favorably and has an unfavorable view of New York City Mayor Zohran Mamdani, a Muslim Democrat who supports Palestinian rights. Rothstein says her Jewish identity and supporting Israel are “extremely important” to her.</p><p>She’s keenly aware of divisions within the Jewish community, and cites family history as one key reason for the differing views of Israel. Two of her grandparents were Sephardic Jews expelled from Egypt in the 1960s; the other two were Holocaust survivors, she said.</p><p>“There are plenty of American Jews whose grandparents didn’t have that trauma,” Rothstein said. “If you have no connection to Israel, if your grandparents were safe in America, ... then you don’t know the struggle.”</p><p>Jewish adults who identify as religiously Jewish are much likelier than nonreligious Jews to identify as Zionists. About 3 in 10 religiously Jewish adults say “Zionist” describes them “extremely” or “very” well, compared to 6% of religiously unaffiliated Jews.</p><p>Just under half of secular Jews, 45%, say “Zionist” describes them ”not very well" or “not well at all.”</p><p>Many still see Israel as central to their Jewish identity</p><p>Supporting Israel is still fundamental to many Jewish adults’ identity, but its importance compared to other aspects of being Jewish varies.</p><p>About half of religiously affiliated Jewish adults say supporting Israel is “extremely” or “very” important to their Jewish identity, compared to about 1 in 10 religiously unaffiliated Jewish adults.</p><p>Rabbi Seth Adelson noted that Israel was founded primarily by secular Jews, but suggested that today in the U.S., stronger connections to Israel are felt by religiously observant Jews. He is the rabbi of Congregation Beth Shalom in Pittsburgh, a Conservative synagogue with close ties to the three congregations targeted in the 2018 massacre at the nearby Tree of Life synagogue in which 11 worshippers were killed in the nation’s deadliest antisemitic attack.</p><p>“In recent years, perhaps due to the complexity of that region, due to the challenges faced by modern states, religious Jews have been more likely to hold on to our ancient stories, and Jews of no religion have been less likely to hold on to those stories,” Adelson said.</p><p>Some of the divide is generational. Younger Jews — regardless of their Jewish affiliation — are less likely to see Israel as important to their Jewish identity. But there are commonalities, too. Majorities of younger and older Jewish adults, for instance, say that remembering the Holocaust is important to their Jewish identity.</p><p>Bonnie Brody, 78, grew up in a community with several Holocaust survivors in Queens, New York. While she doesn’t always agree with its government’s choices, the Florida resident sees Israel as a vital haven for Jews.</p><p>“I heard the stories of the concentration camps and how even (the U.S.) turned back a ship full of Jews,” she said, referring to the ocean liner St. Louis that departed Germany in 1939 with hundreds of Jewish refugees aboard, and was prevented from landing in the U.S. “Many of them had nowhere to go.”</p><p>Painful conflicts with family over Israel are common</p><p>The survey finds that rifts are springing up within families and communities over Israel, even among religiously unaffiliated Jews.</p><p>Most Jewish adults, 55%, say they’ve felt offended by another person’s comments about Israel since the Oct. 7 attack, while about 4 in 10 say they’ve disagreed with family members about something related to Israel.</p><p>About 3 in 10 say they’ve stopped talking to someone because of something they said about Israel.</p><p>Shainah Horowitz, 45, a staunch Democrat from Portland, Oregon, says the Jewish community in that solidly liberal city is riddled with divisions. On one hand, she said, there is friction between politically right-leaning Orthodox Jews and Jews with more left-leaning views, including those in her Conservative synagogue which takes pride in being LGBTQ+-inclusive. Meanwhile, she said, secular anti-Zionist Jews in Portland can be stridently critical of Jews who — like Horowitz herself — identify as Zionists and support the concept of Israel as a Jewish state.</p><p>“I cannot have conversations with certain friends — non-Jews and some very secular Jews who buy into the anti-Israel slant,” she said.</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/4VTOWGYGYFNF4FMB6EFR7KZPXE.jpg?auth=ea4e2bee1b689ebf9adee168c5c755af2afe4d841cdff3519db805253d32c03b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Rabbi Levi Shemtov speaks to the crowd before he lights the Menorah during the annual National Menorah Lighting in celebration of Hanukkah, on the Ellipse near the White House in Washington, Dec. 14, 2025. (AP Photo/Jose Luis Magana, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jose Luis Magana</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LMEWJZS2FMBCTDO47JJUUGZAXM.jpg?auth=c83bbf677bd88fff97fa74e2fd57863e674045748bc7c31f19784a84cccad2ef&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - President Donald Trump gestures during a Hanukkah reception in the East Room of the White House, Dec. 16, 2025, in Washington, as Rabbi Levi Shemtov watches. (AP Photo/Alex Brandon, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Alex Brandon</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LMAFVT3PO3V77HTQFZI3ISAKQA.jpg?auth=db454713fc59f901a52a5e18dd7c72d50d0a805fc68ccad1a95d954de0e0883d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Exterior view of the Central Synagogue of New York, Feb. 28, 2026, in New York. (AP Photo/Kena Betancur, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Kena Betancur</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YJGY2ZJ4AQMRTQRV3AJY6EDW4U.jpg?auth=d33018f4ad9fabf356f263935c941eb63e688a6efe6b526d24bd9ca0275311f0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Rabbi Seth Adelson, of Congregation Beth Shalom, a Conservative synagogue located just blocks from Tree of Life in the Squirrel Hill neighborhood, sits for a portrait with Audrey Glickman, a Tree of Life member who survived the 2018 synagogue attack, Friday, Sept. 27, 2024, in Pittsburgh. (AP Photo/Jessie Wardarski, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jessie Wardarski</media:credit></media:content></item><item><title><![CDATA[Man United reveals latest plans for new stadium to replace Old Trafford]]></title><link>https://www.local10.com/sports/2026/07/09/man-united-reveals-latest-plans-for-new-stadium-to-replace-old-trafford/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/09/man-united-reveals-latest-plans-for-new-stadium-to-replace-old-trafford/</guid><dc:creator><![CDATA[By JAMES ROBSON, Associated Press]]></dc:creator><description><![CDATA[Manchester United revealed more details about its proposed new stadium on Thursday, including the precise location of the 100,000-seat arena.]]></description><pubDate>Thu, 09 Jul 2026 18:33:40 +0000</pubDate><content:encoded><![CDATA[<p>Manchester United revealed more details about its proposed new stadium on Thursday, including the precise location of the 100,000-seat arena.</p><p>United said the new stadium would be situated around 350 meters northwest of its existing Old Trafford stadium.</p><p>As part of a wider stadium district, the Premier League club said the entire project would create 48,000 local jobs, 15,000 new homes and potentially generate 7.3 billion pounds ($9.8 billion) a year for the UK economy.</p><p>“Together with our partners, we have a once-in-a-generation opportunity to deliver a destination that creates lasting benefits for supporters, local communities and the wider region for decades to come,” Collette Roche, CEO of United’s new stadium development, said. “We are committed to building a world-class stadium with our supporters, not simply for them.”</p><p>United's part owner Jim Ratcliffe has made it a mission to deliver the “world’s greatest” soccer stadium.</p><p>When plans were first unveiled last year it was estimated it would cost around 2 billion pounds ($2.6 billion) to build a stadium to surpass Wembley as the biggest in the United Kingdom, with completion in time for the 2030-31 season.</p><p>Initial stadium drawings included a structure with three spires. The final design has not been determined.</p><p>Wembley is currently the biggest stadium in the U.K., with a capacity of 90,000, and is home to England’s national soccer teams.</p><p>Old Trafford is the country’s biggest dedicated soccer stadium with a capacity of just over 74,000, but is dated in comparison to the likes of the Tottenham Hotspur Stadium in London, which regularly hosts NFL games.</p><p>Old Trafford, which was bombed during World War II, has been home to United since 1910.</p><p>___</p><p>James Robson is at https://x.com/jamesalanrobson</p><p>___</p><p>AP soccer: https://apnews.com/hub/soccer</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/RC7KU5GCAVYNFHRRIODGWQCSBU.jpg?auth=dfae04da992bd8b7239945787707de1bac3776e76d55e3601ff41b38e4962896&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The Old Trafford stadium is seen before the Europa League soccer match between Manchester United and Real Sociedad in Manchester, England, March 13, 2025. (AP Photo/Dave Thompson, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Dave Thompson</media:credit></media:content></item><item><title><![CDATA[Yankees 3-time AL MVP Aaron Judge will have his injured rib reimaged during All-Star break]]></title><link>https://www.local10.com/sports/2026/07/09/yankees-3-time-al-mvp-aaron-judge-will-have-his-injured-rib-reimaged-during-all-star-break/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/09/yankees-3-time-al-mvp-aaron-judge-will-have-his-injured-rib-reimaged-during-all-star-break/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[ST. PETERSBURG, Fla. (AP) — Aaron Judge will have his injured rib tested during the All-Star break and the New York Yankees are hopeful the results show the three-time AL MVP is healing.]]></description><pubDate>Thu, 09 Jul 2026 19:24:42 +0000</pubDate><content:encoded><![CDATA[<p>ST. PETERSBURG, Fla. (AP) — Aaron Judge will have his injured rib tested during the All-Star break and the New York Yankees are hopeful the results show the three-time AL MVP is healing.</p><p>Judge has not played since May 31 and went on the injured list June 5 with a stress fracture of his right rib after a CT scan, an MRI and a meeting with a specialist.</p><p>“I don’t think we want to put him at risk of coming back while still injured,” Yankees general manager Brian Cashman told reporters on Thursday. “He should be asymptomatic before we turn him loose. If he’s asymptomatic and not feeling anything and (medical images) are showing healing, then it’s probably appropriate to get him going again. But we don’t want to, because the schedule is what it is, put him in a position where we’re putting him in jeopardy where it somehow gets worse.”</p><p>The Yankees were 14-19 without Judge entering their series finale against the AL-East leading Tampa Bay Rays.</p><p>Cashman said the injury has restricted Judge’s ability to work out his upper body because he can’t put stress on his rib cage. The new images will give a better understanding of where he stands in his rehab process.</p><p>Cashman said slugger Giancarlo Stanton, who hasn't played since April 24 because of a right calf injury, injured the calf again, setting back his return. Cashman said the injury was a new strain to the calf. Stanton has resumed running.</p><p>Infielder George Lombard Jr., the Yankees' top prospect, is hitting and throwing again after spraining two fingers on his left hand last month. He's expected to resume playing in the minors around the All-Star break.</p><p>Right-hander Carlos Lagrange, another top prospect, will not throw for six weeks after suffering a right capsule strain. The team was getting Lagrange ready for a relief role before the injury.</p><p>___</p><p>AP MLB: https://apnews.com/hub/mlb</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/CCQ3M5Z43OXU2DSRUJ4FZFN5XE.jpg?auth=1486a0741fdc57bc39496e4ff4736b401322a30b6dae1dd98a9e427377353e55&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[New York Yankees' Aaron Judge watches from the dugout during a baseball game against the Tampa Bay Rays Monday, July 6, 2026, in St. Petersburg, Fla. (AP Photo/Jason Behnken)]]></media:description><media:credit role="author" scheme="urn:ebu">Jason Behnken</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/Y3M4A2PED3H2POPU6BVI6EOBRU.jpg?auth=300c14cba2ac4b3d557b2507c3f95dabe4fe4eeae0696c725f4503c8bf2290d9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[New York Yankees' Aaron Judge, left, celebrates with José Caballero after their win over the Tampa Bay Rays in a baseball game Monday, July 6, 2026, in St. Petersburg, Fla. (AP Photo/Jason Behnken)]]></media:description><media:credit role="author" scheme="urn:ebu">Jason Behnken</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WZD3RFCVUR7W5VCGA2DWOGY4M4.jpg?auth=1b780d18ec9fb01874915a85614de5a2b45b251666896f949df262eed651e2f2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[New York Yankees assistant hitting coach Jake Hirst, left, and Aaron Judge watch from the dugout during the seventh inning of a baseball game Wednesday, July 8, 2026, in St. Petersburg, Fla. (AP Photo/Jason Behnken)]]></media:description><media:credit role="author" scheme="urn:ebu">Jason Behnken</media:credit></media:content></item><item><title><![CDATA[South Florida's Palm Beach airport renamed President Donald J. Trump International]]></title><link>https://www.local10.com/news/florida/2026/07/09/south-floridas-palm-beach-airport-renamed-president-donald-j-trump-international/</link><guid isPermaLink="true">https://www.local10.com/news/florida/2026/07/09/south-floridas-palm-beach-airport-renamed-president-donald-j-trump-international/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[WEST PALM BEACH, Fla. (AP) — A South Florida airport officially changed its name on Thursday to the President Donald J. Trump International Airport.]]></description><pubDate>Thu, 09 Jul 2026 18:27:24 +0000</pubDate><content:encoded><![CDATA[<p>WEST PALM BEACH, Fla. (AP) — A South Florida airport officially changed its name on Thursday to the President Donald J. Trump International Airport.</p><p>Signs for the Palm Beach International Airport have been removed, while new signage goes up.</p><p>“Because an entire airport transformation doesn’t happen overnight, you’ll notice a combination of both our classic look and our new brand elements coexisting while traveling through the terminal over the next several weeks,” airport officials said in a Facebook post.</p><p>“Trump Force One," a Boeing 757 owned by The Trump Organization, was the first plane to arrive at the airport under its new name, shortly after 5 a.m. The president's son, Eric Trump, was one of the passengers. The Trump family regularly uses the West Palm Beach airport when they visit President Donald Trump’s Mar-a-Lago home in nearby Palm Beach. A stretch of road from the airport to Trump’s estate was renamed Donald J. Trump Boulevard earlier this year.</p><p>“There is no person who has done more for Florida and our country, and no one more deserving of this incredible honor,” Eric Trump posted on X. “As a son, and someone who flies out of this airport nearly every day, I will forever be proud to see the initials ‘DJT’ on my boarding pass.”</p><p>While the name change took effect Thursday, the three-letter airport code will change from PBI to DJT on Aug. 18.</p><p>Florida Gov. Ron DeSantis signed legislation earlier this year that made the name change possible. Changing the airport’s name is expected to cost as much as $5.5 million for new signs, branding and other updates.</p><p>Keegan Collett, who was departing the airport Thursday morning on his way to Cincinnati, said he was surprised to see the new name. He said he doesn't think Trump deserves to have an airport named after him but isn't necessarily bothered by it.</p><p>“At the end of the day, it’s just the name of an airport,” Collett said. "There’s bigger things. I feel like it’s just more of a distraction. Why even worry about it?"</p><p>In Dandridge, Tennessee, on Thursday morning, Treasury Secretary Scott Bessent, U.S. Senators Marsha Blackburn and Bill Hagerty and Representative Tim Burchett attended a ceremony to rename the I-40 Bridge in East Tennessee to the Donald J. Trump Bridge.</p><p>Bessent said ahead of the ceremony that “no one is more deserving” of the honor of a bridge renaming than Trump.</p><p>Trump received 82% of the vote in Jefferson County, where Dandridge is located, in the 2024 general election.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/YTTYQ4Z4UKYY26UILJZ34FNW6U.jpg?auth=6e722ffa5b86899d671c933126326b8f60d1d703a8a5b6bc99f403328a919209&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A sign displaying the name of the rebranded Donald J. Trump International Airport in West Palm Beach, Fla., is seen Thursday, July 9, 2026. (AP Photo/Saul Martinez)]]></media:description><media:credit role="author" scheme="urn:ebu">Saul Martinez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BDZO6Q4QXABLGVREJRTBFG3KC4.jpg?auth=70ffcca3917de5e3aa32237d741302aa3ccb202cfb7afd9f27d54d666d795209&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Airport visitors drive under a sign displaying the name of the rebranded Donald J. Trump International Airport in West Palm Beach, Fla., Thursday, July 9, 2026. (AP Photo/Saul Martinez)]]></media:description><media:credit role="author" scheme="urn:ebu">Saul Martinez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/N4JZUN7EXXRWGMA6RMPS5JUSQI.jpg?auth=940f707590936f5887a4cf27f293e95536b0d1a90bfd8796610f7fd8b7762bdd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A monitor at a check-in counter displays the name of the rebranded Donald J. Trump International Airport in West Palm Beach, Fla., Thursday, July 9, 2026. (AP Photo/Cody Jackson)]]></media:description><media:credit role="author" scheme="urn:ebu">Cody Jackson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/63MHNYTHOXAXHEOMLVE5VLCKU4.jpg?auth=15fb32a536ca1e96aea289e02fc6ca525ad650c005837292e7792bc2c1ebff71&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Airport visitors drive under a sign displaying the name of the rebranded Donald J. Trump International Airport in West Palm Beach, Fla., Thursday, July 9, 2026. (AP Photo/Saul Martinez)]]></media:description><media:credit role="author" scheme="urn:ebu">Saul Martinez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/JYF2GOO6IF5OMZGKDTVOUG2EBU.jpg?auth=b9a5192b05bfcaa5ca688e3565531c41654bc7b5c20c74ff547ee27b097a5a12&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The sign for the newly renamed President Donald J. Trump bridge is posted along side the roadway Thursday, July 9, 2026, in Dandridge, Tenn. (AP Photo/George Walker IV)]]></media:description><media:credit role="author" scheme="urn:ebu">George Walker IV</media:credit></media:content></item><item><title><![CDATA[FAA makes Donald J. Trump International Airport official in Palm Beach ]]></title><link>https://www.local10.com/news/2026/07/09/faa-makes-donald-j-trump-international-airport-official-in-palm-beach/</link><guid isPermaLink="true">https://www.local10.com/news/2026/07/09/faa-makes-donald-j-trump-international-airport-official-in-palm-beach/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[The Federal Aviation Administration announced on Thursday that the name change at Palm Beach International Airport, or PBI, was official. ]]></description><pubDate>Thu, 09 Jul 2026 15:14:36 +0000</pubDate><content:encoded><![CDATA[<p>The Federal Aviation Administration announced on Thursday that the name change at Palm Beach International Airport, or PBI, was official. </p><p><a href="https://www.local10.com/espanol/2026/07/09/faa-oficializa-el-nombre-aeropuerto-internacional-presidente-donald-j-trump-en-palm-beach/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/09/faa-oficializa-el-nombre-aeropuerto-internacional-presidente-donald-j-trump-en-palm-beach/">Leer en español</a></p><p>The federal agency’s new instruction: “Pilots, air traffic controllers, and aviation stakeholders should use DJT for flight planning and operations.”</p><p>Eric Trump and Rep. Byron Donalds reported that Trump Force One had landed early Thursday morning at The Donald J. Trump International Airport, at 1000 James L. Turnage Boulevard. </p><p>“There is no person who has done more for Florida and our country, and no one more deserving of this incredible honor,” Eric Trump wrote on Instagram. “As a son, and someone who flies out of this airport nearly every day, I will forever be proud to see the initials DJT on my boarding pass.” </p><p><b>Related social media</b></p><blockquote class="twitter-tweet"><p lang="en" dir="ltr">Ladies and gentlemen, welcome to PRESIDENT DONALD J. TRUMP INTERNATIONAL AIRPORT <a href="https://x.com/fly_DJT?ref_src=twsrc%5Etfw">@fly_DJT</a> ✈️🇺🇸 <a href="https://t.co/2NobkmE3zW">pic.twitter.com/2NobkmE3zW</a></p>&mdash; Secretary Sean Duffy (@SecDuffy) <a href="https://x.com/SecDuffy/status/2075234527044080087?ref_src=twsrc%5Etfw">July 9, 2026</a></blockquote><blockquote class="twitter-tweet"><p lang="en" dir="ltr">📣EFFECTIVE TODAY: Palm Beach International Airport&#39;s three-letter location identifier has changed from PBI to DJT following the airport&#39;s official renaming to Donald J. Trump International Airport. <br> <br>FAA systems and publications reflect the new identifier. Pilots, air traffic… <a href="https://t.co/QVk1zZD5we">https://t.co/QVk1zZD5we</a></p>&mdash; The FAA ✈️ (@FAANews) <a href="https://x.com/FAANews/status/2075215766266491280?ref_src=twsrc%5Etfw">July 9, 2026</a></blockquote><blockquote class="instagram-media" data-instgrm-captioned data-instgrm-permalink="https://www.instagram.com/reel/DakVwgLx9sX/?utm_source=ig_embed&amp;utm_campaign=loading" data-instgrm-version="14" style=" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);"><div style="padding:16px;"> <a href="https://www.instagram.com/reel/DakVwgLx9sX/?utm_source=ig_embed&amp;utm_campaign=loading" style=" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;" target="_blank"> <div style=" display: flex; flex-direction: row; align-items: center;"> <div style="background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;"></div> <div style="display: flex; flex-direction: column; flex-grow: 1; justify-content: center;"> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;"></div> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;"></div></div></div><div style="padding: 19% 0;"></div> <div style="display:block; height:50px; margin:0 auto 12px; width:50px;"><svg width="50px" height="50px" viewBox="0 0 60 60" version="1.1" xmlns="https://www.w3.org/2000/svg" xmlns:xlink="https://www.w3.org/1999/xlink"><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g transform="translate(-511.000000, -20.000000)" fill="#000000"><g><path d="M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631"></path></g></g></g></svg></div><div style="padding-top: 8px;"> <div style=" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;">View this post on Instagram</div></div><div style="padding: 12.5% 0;"></div> <div style="display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;"><div> <div style="background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);"></div> <div style="background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;"></div> <div style="background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);"></div></div><div style="margin-left: 8px;"> <div style=" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;"></div> <div style=" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)"></div></div><div style="margin-left: auto;"> <div style=" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);"></div> <div style=" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);"></div> <div style=" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);"></div></div></div> <div style="display: flex; flex-direction: column; flex-grow: 1; justify-content: center; margin-bottom: 24px;"> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 224px;"></div> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 144px;"></div></div></a></div></blockquote><blockquote class="instagram-media" data-instgrm-captioned data-instgrm-permalink="https://www.instagram.com/p/DakM6Pvlazq/?utm_source=ig_embed&amp;utm_campaign=loading" data-instgrm-version="14" style=" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);"><div style="padding:16px;"> <a href="https://www.instagram.com/p/DakM6Pvlazq/?utm_source=ig_embed&amp;utm_campaign=loading" style=" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;" target="_blank"> <div style=" display: flex; flex-direction: row; align-items: center;"> <div style="background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;"></div> <div style="display: flex; flex-direction: column; flex-grow: 1; justify-content: center;"> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;"></div> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;"></div></div></div><div style="padding: 19% 0;"></div> <div style="display:block; height:50px; margin:0 auto 12px; width:50px;"><svg width="50px" height="50px" viewBox="0 0 60 60" version="1.1" xmlns="https://www.w3.org/2000/svg" xmlns:xlink="https://www.w3.org/1999/xlink"><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g transform="translate(-511.000000, -20.000000)" fill="#000000"><g><path d="M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631"></path></g></g></g></svg></div><div style="padding-top: 8px;"> <div style=" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;">View this post on Instagram</div></div><div style="padding: 12.5% 0;"></div> <div style="display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;"><div> <div style="background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);"></div> <div style="background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;"></div> <div style="background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);"></div></div><div style="margin-left: 8px;"> <div style=" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;"></div> <div style=" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)"></div></div><div style="margin-left: auto;"> <div style=" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);"></div> <div style=" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);"></div> <div style=" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);"></div></div></div> <div style="display: flex; flex-direction: column; flex-grow: 1; justify-content: center; margin-bottom: 24px;"> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 224px;"></div> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 144px;"></div></div></a></div></blockquote><blockquote class="twitter-tweet"><p lang="en" dir="ltr">It’s only fitting that Trump Force One was the first flight to land at the newly named President Donald J. Trump International Airport. <br><br>Awesome to be there with <a href="https://x.com/ErikaDonalds?ref_src=twsrc%5Etfw">@erikadonalds</a>, and always good to see <a href="https://x.com/donaldtrumpjr?ref_src=twsrc%5Etfw">@donaldtrumpjr</a> &amp; <a href="https://x.com/EricTrump?ref_src=twsrc%5Etfw">@EricTrump</a>. <a href="https://t.co/pfwTdIpOsq">pic.twitter.com/pfwTdIpOsq</a></p>&mdash; Byron Donalds (@ByronDonalds) <a href="https://x.com/ByronDonalds/status/2075196357187457183?ref_src=twsrc%5Etfw">July 9, 2026</a></blockquote><blockquote class="twitter-tweet"><p lang="en" dir="ltr">What an honor to have DJT airport in the great state of Florida!<br><br>Congratulations to bill sponsors <a href="https://x.com/megforflorida?ref_src=twsrc%5Etfw">@megforflorida</a> and <a href="https://x.com/debbie_mayfield?ref_src=twsrc%5Etfw">@debbie_mayfield</a>, and everyone else who helped make this happen for our state and our <a href="https://x.com/POTUS?ref_src=twsrc%5Etfw">@POTUS</a>.<br><br>Humbled to be on Trump Force One for the inaugural landing! 🇺🇸🇺🇸🇺🇸 <a href="https://t.co/0uIFcBtJ60">https://t.co/0uIFcBtJ60</a></p>&mdash; Erika Donalds (@ErikaDonalds) <a href="https://x.com/ErikaDonalds/status/2075200012296802310?ref_src=twsrc%5Etfw">July 9, 2026</a></blockquote>]]></content:encoded><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[Helping Venezuela: Miami mayor honors search-and-rescue team’s service in La Guaira  ]]></title><link>https://www.local10.com/news/world/2026/07/09/helping-venezuela-miami-mayor-honors-search-and-rescue-teams-service-in-la-guaira/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/09/helping-venezuela-miami-mayor-honors-search-and-rescue-teams-service-in-la-guaira/</guid><dc:creator><![CDATA[Jeff  Derderian , Andrea Torres]]></dc:creator><description><![CDATA[It has been 15 days since the 7.2- and 7.5-magnitude earthquakes struck in northern Venezuela.]]></description><pubDate>Thu, 09 Jul 2026 17:57:45 +0000</pubDate><content:encoded><![CDATA[<p>It has been 15 days since the 7.2- and 7.5-magnitude earthquakes struck in northern Venezuela.</p><p>Miami Mayor Eileen Higgins said she was proud of the Miami Department of Fire-Rescue’s response.</p><p>The U.S. State Department deployed 79 members of <a href="https://www.fltf2.us/" target="_self" rel="" title="https://www.fltf2.us/">Florida Task Force 2</a> from June 27 to July 6. </p><p>“Within 24 hours, we got the call that we were deploying, and in three hours, we had to be on a plane at Homestead Air Force Base,” Miami Assistant Fire Chief Chris Diaz said. </p><p>The team searched through the rubble of collapsed apartment buildings in Venezuela’s coastal state of La Guaira, the hardest-hit area.</p><p>Higgins honored <a href="https://www.miami.gov/My-Government/Departments/Fire-Rescue" target="_self" rel="" title="https://www.miami.gov/My-Government/Departments/Fire-Rescue">Fire Chief Robert Hevia,</a> Diaz, and their teammates on Thursday at City Hall. They got a standing ovation. </p><p>“Risk a lot to save a lot, and there was a lot to save in Venezuela, so the team had to take some risks,” Hevia said. “We are very fortunate and very blessed that they all came back safely.” </p><p>Venezuelan officials reported the death toll was at 3,811, there were about 190 buildings destroyed, some 855 buildings damaged, and 18,000 people displaced. </p><h3><b>More on </b><a href="https://www.local10.com/topic/Helping_Venezuela/" target="_self" rel="" title="https://www.local10.com/topic/Helping_Venezuela/"><b>Helping Venezuela</b></a><b> </b> </h3><figure><img src="https://www.local10.com/resizer/v2/CD5DEU5JWOCSVXZCFX2V7INFB4.jpg?auth=8efe3b1d14173eaeae1b7333be981246d6840f5fd1c2791a9f2ef192547325fc&smart=true&width=1200&height=900" alt="A young man sleeps as rescue workers continue searching through the rubble after the earthquakes in La Guaira, Venezuela, Saturday, July 4, 2026. (AP Photo/Ariana Cubillos)" height="900" width="1200"/><figcaption>A young man sleeps as rescue workers continue searching through the rubble after the earthquakes in La Guaira, Venezuela, Saturday, July 4, 2026. (AP Photo/Ariana Cubillos)</figcaption></figure><p><b>Related list:</b> <a href="https://www.local10.com/news/local/2026/06/26/how-to-help-south-florida-donation-drop-off-locations-to-help-venezuelans-after-earthquakes/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/how-to-help-south-florida-donation-drop-off-locations-to-help-venezuelans-after-earthquakes/">Aid for Venezuela drop-off locations in South Florida</a></p><ul><li><a href="https://www.local10.com/news/world/2026/07/09/helping-venezuela-amazon-partners-with-airlink-to-support-cargo-flights-from-mia-to-caracas/" target="_self" rel="" title="https://www.local10.com/news/world/2026/07/09/helping-venezuela-amazon-partners-with-airlink-to-support-cargo-flights-from-mia-to-caracas/">Amazon partners with Airlink to support cargo flights from MIA to Caracas</a> </li></ul><figure><img src="https://www.local10.com/resizer/v2/2D57S5GUSR4B25FLDQ6IO4IDIY.jpg?auth=01cf1559fbc31fd0b393be63b3aaf360e1c3bd9474c3010aea530ae6142a1786&smart=true&width=1200&height=900" alt="Coffins are stacked at the seaport where forensic workers sort the bodies of earthquake victims in La Guaira, Venezuela, Saturday, July 4, 2026. (AP Photo/Ariana Cubillos)" height="900" width="1200"/><figcaption>Coffins are stacked at the seaport where forensic workers sort the bodies of earthquake victims in La Guaira, Venezuela, Saturday, July 4, 2026. (AP Photo/Ariana Cubillos)</figcaption></figure><ul><li><a href="https://www.local10.com/news/world/2026/07/04/helping-venezuela-faith-based-nonprofit-mercy-chefs-team-arrives-at-caracas/" target="_self" rel="" title="https://www.local10.com/news/world/2026/07/04/helping-venezuela-faith-based-nonprofit-mercy-chefs-team-arrives-at-caracas/">Faith-based nonprofit Mercy Chefs team arrives at Caracas </a></li><li><a href="https://www.local10.com/community/2026/07/01/helping-venezuela-7-days-after-quakes-reports-of-hurdles-abound-in-and-out-of-the-disaster-zone/" target="_self" rel="" title="https://www.local10.com/community/2026/07/01/helping-venezuela-7-days-after-quakes-reports-of-hurdles-abound-in-and-out-of-the-disaster-zone/">A week after quakes, reports of hurdles abound</a> </li><li><a href="https://www.local10.com/community/2026/07/01/helping-venezuela-doral-based-nonprofit-dispatches-over-1-million-in-aid/" target="_self" rel="" title="https://www.local10.com/community/2026/07/01/helping-venezuela-doral-based-nonprofit-dispatches-over-1-million-in-aid/">Doral-based nonprofit GEM dispatches over $1 million in aid from community </a></li></ul><figure><img src="https://www.local10.com/resizer/v2/7KDHNH6KA27CL32XR6CFXJLEXU.jpg?auth=031e9d3b6bd79ea9fc5c896b0e1dc60a729d0e42ab948d698ce848e6b8a57b97&smart=true&width=1200&height=900" alt="Khaterine Roa cries as members of the Los Angeles County Fire Department search for survivors at a building that collapsed during the earthquakes that struck La Guaira, Venezuela, Tuesday, June 30, 2026. (AP Photo/Matias Delacroix)" height="900" width="1200"/><figcaption>Khaterine Roa cries as members of the Los Angeles County Fire Department search for survivors at a building that collapsed during the earthquakes that struck La Guaira, Venezuela, Tuesday, June 30, 2026. (AP Photo/Matias Delacroix)</figcaption></figure><ul><li><a href="https://www.local10.com/sports/local/2026/06/30/inter-miami-marlins-dolphins-join-relief-efforts-to-help-venezuela-earthquake-victims/" target="_self" rel="" title="https://www.local10.com/sports/local/2026/06/30/inter-miami-marlins-dolphins-join-relief-efforts-to-help-venezuela-earthquake-victims/">Inter Miami, Marlins, Dolphins join relief efforts</a></li><li><a href="https://www.local10.com/community/2026/06/29/helping-venezuela-nfl-star-joins-global-empowerment-mission-team/" target="_self" rel="" title="https://www.local10.com/community/2026/06/29/helping-venezuela-nfl-star-joins-global-empowerment-mission-team/">NFL star joins Global Empowerment Mission’s team; his message to South Floridians, ‘Do what you can’</a><b> </b></li><li><a href="https://www.local10.com/news/florida/2026/06/29/more-than-100-venezuelans-who-were-deported-from-the-us-hours-before-the-earthquakes-are-missing/" target="_self" rel="" title="https://www.local10.com/news/florida/2026/06/29/more-than-100-venezuelans-who-were-deported-from-the-us-hours-before-the-earthquakes-are-missing/">More than 100 Venezuelans who were deported from the US hours before the earthquakes are missing</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/OQWAZ3LJKZXM4L4YXAR7YACHFY.jpg?auth=9abb79f15a3ca10baf3516333c71c7c70ae6173eae73fec19c0caad20d38e1f7&smart=true&width=1200&height=900" alt="A man sits amid earthquake rubble in La Guaira, Venezuela, Monday, June 29, 2026. (AP Photo/Matias Delacroix)" height="900" width="1200"/><figcaption>A man sits amid earthquake rubble in La Guaira, Venezuela, Monday, June 29, 2026. (AP Photo/Matias Delacroix)</figcaption></figure><ul><li><a href="https://www.local10.com/community/2026/06/29/helping-venezuela-food-for-the-poor-is-already-preparing-for-reconstruction/" target="_self" rel="" title="https://www.local10.com/community/2026/06/29/helping-venezuela-food-for-the-poor-is-already-preparing-for-reconstruction/">Food for the Poor welcomes investments in reconstruction </a></li><li><a href="https://www.local10.com/news/world/2026/06/27/helping-venezuela-physicians-ask-for-donations-of-medical-supplies-near-doral/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/27/helping-venezuela-physicians-ask-for-donations-of-medical-supplies-near-doral/">Physicians in Miami-Dade collect donations of medical supplies near Doral </a></li><li><a href="https://www.local10.com/news/world/2026/06/27/helping-venezuela-meet-miami-dade-fire-rescue-capt-german-leal/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/27/helping-venezuela-meet-miami-dade-fire-rescue-capt-german-leal/">Meet Miami-Dade Fire Rescue Capt. German Leal</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/DNJWXN3IXJSOKL5C5L73J2UFYU.jpg?auth=2b2a119b56da235ae0eb9ec7a443481af75e28df3812de42e0678ca18c2db7c5&smart=true&width=1200&height=900" alt="A helicopter flies over a search and rescue team at work on Saturday in Catia La Mar, Venezuela. (AP Photo/Fernando Vergara)" height="900" width="1200"/><figcaption>A helicopter flies over a search and rescue team at work on Saturday in Catia La Mar, Venezuela. (AP Photo/Fernando Vergara)</figcaption></figure><ul><li><a href="https://www.local10.com/news/world/2026/06/27/helping-venezuela-pembroke-pines-police-officers-announce-collection-drive/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/27/helping-venezuela-pembroke-pines-police-officers-announce-collection-drive/">Pembroke Pines police officers announce collection drive</a></li><li><a href="https://www.local10.com/news/world/2026/06/27/helping-venezuela-airbnb-partners-with-cadena-for-emergency-housing/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/27/helping-venezuela-airbnb-partners-with-cadena-for-emergency-housing/">Airbnb partners with nonprofit CADENA for emergency housing </a></li><li><a href="https://www.local10.com/news/world/2026/06/27/helping-venezuela-hogar-bambi-aims-to-protect-vulnerable-children/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/27/helping-venezuela-hogar-bambi-aims-to-protect-vulnerable-children/">Hogar Bambi aims to protect vulnerable children</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/KI63JSGOR43HXIKCCTGK3GJWM4.jpg?auth=1322502b01ef9c433ea120b940187f3bc2312f8371955cf6874719718a0e89d4&smart=true&width=1200&height=900" alt="Residentes y rescatistas buscan entre los escombros dos días después de los sismos que sacudieron La Guaira, Venezuela, el 26 de junio de 2026. (AP Foto/Matías Delacroix)" height="900" width="1200"/><figcaption>Residentes y rescatistas buscan entre los escombros dos días después de los sismos que sacudieron La Guaira, Venezuela, el 26 de junio de 2026. (AP Foto/Matías Delacroix)</figcaption></figure><ul><li><a href="" rel="" title="">Grey Bull Rescue Foundation team arrives at Caracas</a></li><li><a href="https://www.local10.com/news/world/2026/06/27/helping-venezuela-officials-close-la-guaira-require-volunteers-to-register-in-caracas/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/27/helping-venezuela-officials-close-la-guaira-require-volunteers-to-register-in-caracas/">Officials close La Guaira, require volunteers to register in Caracas </a></li><li><a href="https://www.local10.com/news/world/2026/06/27/helping-venezuela-amazon-donates-to-airlink-to-help-charities-with-logistics/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/27/helping-venezuela-amazon-donates-to-airlink-to-help-charities-with-logistics/">Amazon donates to Airlink to help charities with logistics</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/YVV6CYX326KL5OBMV2WDEHQFE4.jpg?auth=f022f1818436e42fa719ef854448c44867c7ee382aa09841abf238774d138f62&smart=true&width=1200&height=900" alt="Rescue workers search through the rubble three days after earthquakes struck Catia La Mar, Venezuela, Saturday, June 27, 2026. (AP Photo/Fernando Vergara)" height="900" width="1200"/><figcaption>Rescue workers search through the rubble three days after earthquakes struck Catia La Mar, Venezuela, Saturday, June 27, 2026. (AP Photo/Fernando Vergara)</figcaption></figure><ul><li><a href="https://www.local10.com/news/world/2026/06/27/helping-venezuela-miami-search-and-rescue-team-prepares-to-deploy/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/27/helping-venezuela-miami-search-and-rescue-team-prepares-to-deploy/">Miami search-and-rescue team prepares to deploy </a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-centro-comunitario-afe-plans-collection-drive-in-miami-dade/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-centro-comunitario-afe-plans-collection-drive-in-miami-dade/">Centro Comunitario AFE hosts collection drive in Miami-Dade </a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-weston-based-charity-partners-with-local-pharmacy/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-weston-based-charity-partners-with-local-pharmacy/">Weston-based charity partners with local pharmacy</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/OKXDM7S6X6KLKNRAFE6NTH7CAE.jpg?auth=60ea76898033c3921b5c622f893d4dcb6f98a6a6db277ad07f13a155752317ef&smart=true&width=1200&height=900" alt="Residents and rescue workers search through the rubble two days after an earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Juan Pablo Arraez)" height="900" width="1200"/><figcaption>Residents and rescue workers search through the rubble two days after an earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Juan Pablo Arraez)</figcaption></figure><ul><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-project-dynamo-delivers-20000-pounds-of-aid-in-1st-48-hours/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-project-dynamo-delivers-20000-pounds-of-aid-in-1st-48-hours/">Veteran-led Project DYNAMO delivers 20,000 pounds of aid in 1st 48 hours </a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-goodwill-at-el-arepazo-feeds-global-empowerment-mission/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-goodwill-at-el-arepazo-feeds-global-empowerment-mission/">Altruism at El Arepazo feeds Global Empowerment Mission’s team effort</a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-salvadoran-rescuers-work-to-free-15-year-old-survivor-in-caraballeda/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-salvadoran-rescuers-work-to-free-15-year-old-survivor-in-caraballeda/">Salvadoran rescuers work to free 15-year-old survivor in Caraballeda</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/FK75XBP7FHKCVJ5MKA6PI4MJFM.jpg?auth=4e6e14ef7eed24b4a7524ffcb5e83a3d06cad85e657b2c0fe90d47d2f8fab0ab&smart=true&width=1200&height=900" alt="Survivors walk on Friday near a toy that was abandoned in the rubble of an apartment building in Catia La Mar, Venezuela. (AP Foto/Fernando Vergara)" height="900" width="1200"/><figcaption>Survivors walk on Friday near a toy that was abandoned in the rubble of an apartment building in Catia La Mar, Venezuela. (AP Foto/Fernando Vergara)</figcaption></figure><ul><li> <a href="https://www.local10.com/community/2026/06/26/helping-venezuela-food-for-the-poor-packs-disaster-relief-kits-with-hopeful-hand-written-notes/" target="_self" rel="" title="https://www.local10.com/community/2026/06/26/helping-venezuela-food-for-the-poor-packs-disaster-relief-kits-with-hopeful-hand-written-notes/">Food For The Poor packs disaster relief kits with ‘hopeful’ hand-written notes</a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-us-southern-command-focuses-on-airport-damage/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-us-southern-command-focuses-on-airport-damage/">U.S. Southern Command focuses on airport damage</a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-state-department-deploys-miami-dade-search-and-rescue-team/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-state-department-deploys-miami-dade-search-and-rescue-team/">State Department deploys Miami-Dade search-and-rescue team</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/WZ2ZPXTVTBLOMG35HO6MYN5OHU.jpg?auth=e691bcbaf392287916d812efc8d76c9374fe67203e837364484fd10b29f4e09d&smart=true&width=1200&height=900" alt="Rescue workers aid Daniel Cordero after pulling him from the rubble two days after an earthquake struck Catia la Mar, Venezuela, Friday, June 26, 2026. (AP Photo/Fernando Vergara)" height="900" width="1200"/><figcaption>Rescue workers aid Daniel Cordero after pulling him from the rubble two days after an earthquake struck Catia la Mar, Venezuela, Friday, June 26, 2026. (AP Photo/Fernando Vergara)</figcaption></figure><ul><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-miami-beach-opens-4-new-aid-drop-off-locations/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-miami-beach-opens-4-new-aid-drop-off-locations/">Miami Beach opens 4 new aid drop-off locations </a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-miramar-runs-6-aid-drop-off-locations/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-miramar-runs-6-aid-drop-off-locations/">Miramar to keep 6 aid drop-off locations open 24/7</a></li><li><a href="https://www.local10.com/news/local/2026/06/26/helping-venezuela-miami-dades-tax-collector-opens-11-drop-off-locations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/helping-venezuela-miami-dades-tax-collector-opens-11-drop-off-locations/">Miami-Dade’s tax collector opens 11 drop-off locations</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/here-are-4-drop-off-locations-for-donations-to-help-venezuelans-after-earthquakes/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/here-are-4-drop-off-locations-for-donations-to-help-venezuelans-after-earthquakes/">Doral opens 4 aid drop-off locations </a></li></ul><figure><img src="https://www.local10.com/resizer/v2/6VECRMMLLUMEHY2FKOYBIU2HEA.jpg?auth=51659a3c26fc80e9b4cb2a6ec7a63b16664fda82c359bbb95e74d2371e5c6f8c&smart=true&width=1200&height=900" alt="Venezuelan Police searches through the rubble two days after earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Ariana Cubillos)" height="900" width="1200"/><figcaption>Venezuelan Police searches through the rubble two days after earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Ariana Cubillos)</figcaption></figure><ul><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-aid-drop-off-location-opens-in-homestead/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-aid-drop-off-location-opens-in-homestead/">Aid drop-off location opens in Homestead</a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-starlink-offers-free-service-through-july-25-but-a-kit-is-470/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-starlink-offers-free-service-through-july-25-but-a-kit-is-470/">Starlink offers free service through July 25, but a kit is $470 </a></li><li><a href="https://www.local10.com/news/local/2026/06/26/helping-venezuela-international-medical-corps-deploys-staff-needs-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/helping-venezuela-international-medical-corps-deploys-staff-needs-donations/">International Medical Corps deploys staff, needs donations</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-save-the-children-asks-for-emergency-fund-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-save-the-children-asks-for-emergency-fund-donations/">Save The Children asks for emergency fund donations</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/43W22GXLVKGNIS3TLNWBHOHQ6M.jpg?auth=ba6fa336614a2ece843bccf534e0c1d00e117f4a8848cb705fbe1a1dd0593858&smart=true&width=1200&height=900" alt="Rescue workers place Daniel Cordero on a stretcher after pulling him from the rubble two days after an earthquake struck Catia la Mar, Venezuela, Friday, June 26, 2026. (AP Photo/Fernando Vergara)" height="900" width="1200"/><figcaption>Rescue workers place Daniel Cordero on a stretcher after pulling him from the rubble two days after an earthquake struck Catia la Mar, Venezuela, Friday, June 26, 2026. (AP Photo/Fernando Vergara)</figcaption></figure><ul><li><a href="https://www.local10.com/news/local/2026/06/26/helping-venezuela-samaritans-purse-deploys-team-from-colombia/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/helping-venezuela-samaritans-purse-deploys-team-from-colombia/">Samaritan’s Purse focuses on ‘emergency field hospital’</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-red-cross-asks-for-disaster-response-emergency-fund-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-red-cross-asks-for-disaster-response-emergency-fund-donations/">Red Cross asks for Disaster Response Emergency Fund donations</a></li><li><a href="https://www.local10.com/news/world/2026/06/25/how-to-help-venezuela-un-asks-for-donations-for-underfunded-program-for-kids/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/25/how-to-help-venezuela-un-asks-for-donations-for-underfunded-program-for-kids/">UN asks for donations for ‘underfunded’ program for kids </a></li></ul><figure><img src="https://www.local10.com/resizer/v2/A5N4MQAIL7IXNN3SNMYNICVCEE.jpg?auth=4685e8609cafaae1eae82d6b1b51eaf7d7a1e6b568362a979ed3a00e17fd5499&smart=true&width=1200&height=900" alt="Members of a religious organization distribute food to people affected two days after an earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Ariana Cubillos)" height="900" width="1200"/><figcaption>Members of a religious organization distribute food to people affected two days after an earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Ariana Cubillos)</figcaption></figure><ul><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-vision-asks-for-disaster-relief-fund-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-vision-asks-for-disaster-relief-fund-donations/">World Vision asks for ‘disaster relief fund’ donations</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-central-kitchen-asks-for-donations-for-fresh-meals/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-central-kitchen-asks-for-donations-for-fresh-meals/">World Central Kitchen asks for donations for fresh meals</a></li></ul><p> </p>]]></content:encoded></item><item><title><![CDATA[Humane Society of Broward hopes to find ‘furever’ home for Baby the dog, other furry friends]]></title><link>https://www.local10.com/pets/2026/07/09/humane-society-of-broward-hopes-to-find-furever-home-for-baby-the-dog-other-furry-friends/</link><guid isPermaLink="true">https://www.local10.com/pets/2026/07/09/humane-society-of-broward-hopes-to-find-furever-home-for-baby-the-dog-other-furry-friends/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[A 9-year-old border collie mix named Baby is looking for a new family after arriving at the Humane Society of Broward County as a stray.]]></description><pubDate>Thu, 09 Jul 2026 17:45:17 +0000</pubDate><content:encoded><![CDATA[<p>A 9-year-old border collie mix named Baby is looking for a new family after arriving at the Humane Society of Broward County as a stray.</p><p><a href="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/" target="_blank" rel="noreferrer" title="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/">Leer en español</a></p><p>Baby was previously adopted from the shelter when he was about a year old. Humane Society of Broward County’s Cherie Wachter said the owner was contacted but did not come to reclaim him.</p><p>“He’s a border collie mix we believe,” Wachter said. “At 9 years old, you can still teach him a whole lot of other things and tell all your friends that you know you taught your dog these great things.”</p><p>Wachter said Baby weighs about 50 pounds, walks well on a leash and would be a great companion for someone looking for a calm, well-behaved dog.</p><p>“If you’re looking for a dog to go for leisurely walks, that’s going to be a wonderful member of your family, I think baby would be perfect,” Wachter said.</p><p>Wachter also introduced Tolkien, a 13-week-old British Shorthair kitten available for adoption. Tolkien and his two brothers were surrendered after their owner became ill.</p><p>“The thing to know about these kittens is they have a fungus called ringworm,” she added. “So we’re treating them for that. We would send the adopter home with medication.”</p><p>Wachter said ringworm is contagious to people and pets, but adopters can manage it with proper care, including washing hands and bedding and keeping the kitten separate from other pets at home.</p><p>The Humane Society of Broward County has Baby, Tolkien and other animals waiting for forever homes.</p><p><a href="https://humanebroward.com" target="_self" rel="" title="https://humanebroward.com">Click here</a> for more information on how you can adopt a pet. </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[Sociedad Protectora de Animales de Broward busca un hogar para siempre 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[Helping Venezuela: Amazon partners with Airlink to support cargo flights from MIA to Caracas ]]></title><link>https://www.local10.com/news/world/2026/07/09/helping-venezuela-amazon-partners-with-airlink-to-support-cargo-flights-from-mia-to-caracas/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/09/helping-venezuela-amazon-partners-with-airlink-to-support-cargo-flights-from-mia-to-caracas/</guid><dc:creator><![CDATA[Gabrielle Arzola, Andrea Torres]]></dc:creator><description><![CDATA[To help the victims of the earthquakes in northern Venezuela, Amazon announced a new partnership with Airlink to support seven weekly flights to Caracas.]]></description><pubDate>Thu, 09 Jul 2026 17:05:49 +0000</pubDate><content:encoded><![CDATA[<p>To help the victims of the earthquakes in northern Venezuela, Amazon announced a new partnership with Airlink to support seven weekly flights from Miami-Dade County to Caracas.</p><p><a href="https://www.local10.com/espanol/2026/07/09/ayudando-a-venezuela-amazon-se-asocia-con-airlink-para-apoyar-vuelos-de-carga-desde-mia-hacia-caracas/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/09/ayudando-a-venezuela-amazon-se-asocia-con-airlink-para-apoyar-vuelos-de-carga-desde-mia-hacia-caracas/">Leer en español</a></p><p>The Seattle-based multinational announced a commitment to donate the cost of aircraft and fuel, while the airline based in South Africa runs the cargo. </p><p>“You’re looking at 35 tons of goods that in just a few hours will be in the hands of those who need it most,” Bettina Stix, the director of Amazon’s community impact, said on Thursday at Miami International Airport. </p><p>The partners are working with U.S. State Department personnel who are in communication with Venezuelan authorities to make sure the flights have access. </p><p>“Amazon’s donated airlift capacity allows us to move quickly and efficiently to heavily impacted communities,” Paloma Adams-Allen, Airlink’s president and chief executive officer, said in <a href="https://www.aboutamazon.com/news/community/amazon-response-venezuela-earthquakes-2026" target="_self" rel="" title="https://www.aboutamazon.com/news/community/amazon-response-venezuela-earthquakes-2026">a statement</a>. </p><p>Amazon and Airlink are also working with the United Nations World Food Program to manage the distribution of the aid once its in Caracas. </p><p>“This has been a huge effort by our team to get this air bridge started,” said Stephanie Steege, the vice president of humanitarian programs at Airlink.</p><p>Venezuelan officials reported the death toll was at 3,811, there were about 190 buildings destroyed, some 855 buildings damaged, and 18,000 people displaced. </p><h3><b>More on </b><a href="https://www.local10.com/topic/Helping_Venezuela/" target="_self" rel="" title="https://www.local10.com/topic/Helping_Venezuela/"><b>Helping Venezuela</b></a><b> </b> </h3><figure><img src="https://www.local10.com/resizer/v2/2D57S5GUSR4B25FLDQ6IO4IDIY.jpg?auth=01cf1559fbc31fd0b393be63b3aaf360e1c3bd9474c3010aea530ae6142a1786&smart=true&width=1200&height=900" alt="Coffins are stacked at the seaport where forensic workers sort the bodies of earthquake victims in La Guaira, Venezuela, Saturday, July 4, 2026. (AP Photo/Ariana Cubillos)" height="900" width="1200"/><figcaption>Coffins are stacked at the seaport where forensic workers sort the bodies of earthquake victims in La Guaira, Venezuela, Saturday, July 4, 2026. (AP Photo/Ariana Cubillos)</figcaption></figure><p><b>Related list:</b> <a href="https://www.local10.com/news/local/2026/06/26/how-to-help-south-florida-donation-drop-off-locations-to-help-venezuelans-after-earthquakes/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/how-to-help-south-florida-donation-drop-off-locations-to-help-venezuelans-after-earthquakes/">Aid for Venezuela drop-off locations in South Florida</a></p><ul><li><a href="https://www.local10.com/news/world/2026/07/04/helping-venezuela-faith-based-nonprofit-mercy-chefs-team-arrives-at-caracas/" target="_self" rel="" title="https://www.local10.com/news/world/2026/07/04/helping-venezuela-faith-based-nonprofit-mercy-chefs-team-arrives-at-caracas/">Faith-based nonprofit Mercy Chefs team arrives at Caracas </a></li><li><a href="https://www.local10.com/community/2026/07/01/helping-venezuela-7-days-after-quakes-reports-of-hurdles-abound-in-and-out-of-the-disaster-zone/" target="_self" rel="" title="https://www.local10.com/community/2026/07/01/helping-venezuela-7-days-after-quakes-reports-of-hurdles-abound-in-and-out-of-the-disaster-zone/">A week after quakes, reports of hurdles abound</a> </li><li><a href="https://www.local10.com/community/2026/07/01/helping-venezuela-doral-based-nonprofit-dispatches-over-1-million-in-aid/" target="_self" rel="" title="https://www.local10.com/community/2026/07/01/helping-venezuela-doral-based-nonprofit-dispatches-over-1-million-in-aid/">Doral-based nonprofit GEM dispatches over $1 million in aid from community </a></li></ul><figure><img src="https://www.local10.com/resizer/v2/7KDHNH6KA27CL32XR6CFXJLEXU.jpg?auth=031e9d3b6bd79ea9fc5c896b0e1dc60a729d0e42ab948d698ce848e6b8a57b97&smart=true&width=1200&height=900" alt="Khaterine Roa cries as members of the Los Angeles County Fire Department search for survivors at a building that collapsed during the earthquakes that struck La Guaira, Venezuela, Tuesday, June 30, 2026. (AP Photo/Matias Delacroix)" height="900" width="1200"/><figcaption>Khaterine Roa cries as members of the Los Angeles County Fire Department search for survivors at a building that collapsed during the earthquakes that struck La Guaira, Venezuela, Tuesday, June 30, 2026. (AP Photo/Matias Delacroix)</figcaption></figure><ul><li><a href="https://www.local10.com/sports/local/2026/06/30/inter-miami-marlins-dolphins-join-relief-efforts-to-help-venezuela-earthquake-victims/" target="_self" rel="" title="https://www.local10.com/sports/local/2026/06/30/inter-miami-marlins-dolphins-join-relief-efforts-to-help-venezuela-earthquake-victims/">Inter Miami, Marlins, Dolphins join relief efforts</a></li><li><a href="https://www.local10.com/community/2026/06/29/helping-venezuela-nfl-star-joins-global-empowerment-mission-team/" target="_self" rel="" title="https://www.local10.com/community/2026/06/29/helping-venezuela-nfl-star-joins-global-empowerment-mission-team/">NFL star joins Global Empowerment Mission’s team; his message to South Floridians, ‘Do what you can’</a><b> </b></li><li><a href="https://www.local10.com/news/florida/2026/06/29/more-than-100-venezuelans-who-were-deported-from-the-us-hours-before-the-earthquakes-are-missing/" target="_self" rel="" title="https://www.local10.com/news/florida/2026/06/29/more-than-100-venezuelans-who-were-deported-from-the-us-hours-before-the-earthquakes-are-missing/">More than 100 Venezuelans who were deported from the US hours before the earthquakes are missing</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/OQWAZ3LJKZXM4L4YXAR7YACHFY.jpg?auth=9abb79f15a3ca10baf3516333c71c7c70ae6173eae73fec19c0caad20d38e1f7&smart=true&width=1200&height=900" alt="A man sits amid earthquake rubble in La Guaira, Venezuela, Monday, June 29, 2026. (AP Photo/Matias Delacroix)" height="900" width="1200"/><figcaption>A man sits amid earthquake rubble in La Guaira, Venezuela, Monday, June 29, 2026. (AP Photo/Matias Delacroix)</figcaption></figure><ul><li><a href="https://www.local10.com/community/2026/06/29/helping-venezuela-food-for-the-poor-is-already-preparing-for-reconstruction/" target="_self" rel="" title="https://www.local10.com/community/2026/06/29/helping-venezuela-food-for-the-poor-is-already-preparing-for-reconstruction/">Food for the Poor welcomes investments in reconstruction </a></li><li><a href="https://www.local10.com/news/world/2026/06/27/helping-venezuela-physicians-ask-for-donations-of-medical-supplies-near-doral/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/27/helping-venezuela-physicians-ask-for-donations-of-medical-supplies-near-doral/">Physicians in Miami-Dade collect donations of medical supplies near Doral </a></li><li><a href="https://www.local10.com/news/world/2026/06/27/helping-venezuela-meet-miami-dade-fire-rescue-capt-german-leal/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/27/helping-venezuela-meet-miami-dade-fire-rescue-capt-german-leal/">Meet Miami-Dade Fire Rescue Capt. German Leal</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/DNJWXN3IXJSOKL5C5L73J2UFYU.jpg?auth=2b2a119b56da235ae0eb9ec7a443481af75e28df3812de42e0678ca18c2db7c5&smart=true&width=1200&height=900" alt="A helicopter flies over a search and rescue team at work on Saturday in Catia La Mar, Venezuela. (AP Photo/Fernando Vergara)" height="900" width="1200"/><figcaption>A helicopter flies over a search and rescue team at work on Saturday in Catia La Mar, Venezuela. (AP Photo/Fernando Vergara)</figcaption></figure><ul><li><a href="https://www.local10.com/news/world/2026/06/27/helping-venezuela-pembroke-pines-police-officers-announce-collection-drive/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/27/helping-venezuela-pembroke-pines-police-officers-announce-collection-drive/">Pembroke Pines police officers announce collection drive</a></li><li><a href="https://www.local10.com/news/world/2026/06/27/helping-venezuela-airbnb-partners-with-cadena-for-emergency-housing/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/27/helping-venezuela-airbnb-partners-with-cadena-for-emergency-housing/">Airbnb partners with nonprofit CADENA for emergency housing </a></li><li><a href="https://www.local10.com/news/world/2026/06/27/helping-venezuela-hogar-bambi-aims-to-protect-vulnerable-children/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/27/helping-venezuela-hogar-bambi-aims-to-protect-vulnerable-children/">Hogar Bambi aims to protect vulnerable children</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/KI63JSGOR43HXIKCCTGK3GJWM4.jpg?auth=1322502b01ef9c433ea120b940187f3bc2312f8371955cf6874719718a0e89d4&smart=true&width=1200&height=900" alt="Residentes y rescatistas buscan entre los escombros dos días después de los sismos que sacudieron La Guaira, Venezuela, el 26 de junio de 2026. (AP Foto/Matías Delacroix)" height="900" width="1200"/><figcaption>Residentes y rescatistas buscan entre los escombros dos días después de los sismos que sacudieron La Guaira, Venezuela, el 26 de junio de 2026. (AP Foto/Matías Delacroix)</figcaption></figure><ul><li><a href="" rel="" title="">Grey Bull Rescue Foundation team arrives at Caracas</a></li><li><a href="https://www.local10.com/news/world/2026/06/27/helping-venezuela-officials-close-la-guaira-require-volunteers-to-register-in-caracas/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/27/helping-venezuela-officials-close-la-guaira-require-volunteers-to-register-in-caracas/">Officials close La Guaira, require volunteers to register in Caracas </a></li><li><a href="https://www.local10.com/news/world/2026/06/27/helping-venezuela-amazon-donates-to-airlink-to-help-charities-with-logistics/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/27/helping-venezuela-amazon-donates-to-airlink-to-help-charities-with-logistics/">Amazon donates to Airlink to help charities with logistics</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/YVV6CYX326KL5OBMV2WDEHQFE4.jpg?auth=f022f1818436e42fa719ef854448c44867c7ee382aa09841abf238774d138f62&smart=true&width=1200&height=900" alt="Rescue workers search through the rubble three days after earthquakes struck Catia La Mar, Venezuela, Saturday, June 27, 2026. (AP Photo/Fernando Vergara)" height="900" width="1200"/><figcaption>Rescue workers search through the rubble three days after earthquakes struck Catia La Mar, Venezuela, Saturday, June 27, 2026. (AP Photo/Fernando Vergara)</figcaption></figure><ul><li><a href="https://www.local10.com/news/world/2026/06/27/helping-venezuela-miami-search-and-rescue-team-prepares-to-deploy/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/27/helping-venezuela-miami-search-and-rescue-team-prepares-to-deploy/">Miami search-and-rescue team prepares to deploy </a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-centro-comunitario-afe-plans-collection-drive-in-miami-dade/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-centro-comunitario-afe-plans-collection-drive-in-miami-dade/">Centro Comunitario AFE hosts collection drive in Miami-Dade </a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-weston-based-charity-partners-with-local-pharmacy/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-weston-based-charity-partners-with-local-pharmacy/">Weston-based charity partners with local pharmacy</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/OKXDM7S6X6KLKNRAFE6NTH7CAE.jpg?auth=60ea76898033c3921b5c622f893d4dcb6f98a6a6db277ad07f13a155752317ef&smart=true&width=1200&height=900" alt="Residents and rescue workers search through the rubble two days after an earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Juan Pablo Arraez)" height="900" width="1200"/><figcaption>Residents and rescue workers search through the rubble two days after an earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Juan Pablo Arraez)</figcaption></figure><ul><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-project-dynamo-delivers-20000-pounds-of-aid-in-1st-48-hours/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-project-dynamo-delivers-20000-pounds-of-aid-in-1st-48-hours/">Veteran-led Project DYNAMO delivers 20,000 pounds of aid in 1st 48 hours </a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-goodwill-at-el-arepazo-feeds-global-empowerment-mission/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-goodwill-at-el-arepazo-feeds-global-empowerment-mission/">Altruism at El Arepazo feeds Global Empowerment Mission’s team effort</a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-salvadoran-rescuers-work-to-free-15-year-old-survivor-in-caraballeda/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-salvadoran-rescuers-work-to-free-15-year-old-survivor-in-caraballeda/">Salvadoran rescuers work to free 15-year-old survivor in Caraballeda</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/FK75XBP7FHKCVJ5MKA6PI4MJFM.jpg?auth=4e6e14ef7eed24b4a7524ffcb5e83a3d06cad85e657b2c0fe90d47d2f8fab0ab&smart=true&width=1200&height=900" alt="Survivors walk on Friday near a toy that was abandoned in the rubble of an apartment building in Catia La Mar, Venezuela. (AP Foto/Fernando Vergara)" height="900" width="1200"/><figcaption>Survivors walk on Friday near a toy that was abandoned in the rubble of an apartment building in Catia La Mar, Venezuela. (AP Foto/Fernando Vergara)</figcaption></figure><ul><li> <a href="https://www.local10.com/community/2026/06/26/helping-venezuela-food-for-the-poor-packs-disaster-relief-kits-with-hopeful-hand-written-notes/" target="_self" rel="" title="https://www.local10.com/community/2026/06/26/helping-venezuela-food-for-the-poor-packs-disaster-relief-kits-with-hopeful-hand-written-notes/">Food For The Poor packs disaster relief kits with ‘hopeful’ hand-written notes</a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-us-southern-command-focuses-on-airport-damage/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-us-southern-command-focuses-on-airport-damage/">U.S. Southern Command focuses on airport damage</a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-state-department-deploys-miami-dade-search-and-rescue-team/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-state-department-deploys-miami-dade-search-and-rescue-team/">State Department deploys Miami-Dade search-and-rescue team</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/WZ2ZPXTVTBLOMG35HO6MYN5OHU.jpg?auth=e691bcbaf392287916d812efc8d76c9374fe67203e837364484fd10b29f4e09d&smart=true&width=1200&height=900" alt="Rescue workers aid Daniel Cordero after pulling him from the rubble two days after an earthquake struck Catia la Mar, Venezuela, Friday, June 26, 2026. (AP Photo/Fernando Vergara)" height="900" width="1200"/><figcaption>Rescue workers aid Daniel Cordero after pulling him from the rubble two days after an earthquake struck Catia la Mar, Venezuela, Friday, June 26, 2026. (AP Photo/Fernando Vergara)</figcaption></figure><ul><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-miami-beach-opens-4-new-aid-drop-off-locations/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-miami-beach-opens-4-new-aid-drop-off-locations/">Miami Beach opens 4 new aid drop-off locations </a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-miramar-runs-6-aid-drop-off-locations/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-miramar-runs-6-aid-drop-off-locations/">Miramar to keep 6 aid drop-off locations open 24/7</a></li><li><a href="https://www.local10.com/news/local/2026/06/26/helping-venezuela-miami-dades-tax-collector-opens-11-drop-off-locations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/helping-venezuela-miami-dades-tax-collector-opens-11-drop-off-locations/">Miami-Dade’s tax collector opens 11 drop-off locations</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/here-are-4-drop-off-locations-for-donations-to-help-venezuelans-after-earthquakes/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/here-are-4-drop-off-locations-for-donations-to-help-venezuelans-after-earthquakes/">Doral opens 4 aid drop-off locations </a></li></ul><figure><img src="https://www.local10.com/resizer/v2/6VECRMMLLUMEHY2FKOYBIU2HEA.jpg?auth=51659a3c26fc80e9b4cb2a6ec7a63b16664fda82c359bbb95e74d2371e5c6f8c&smart=true&width=1200&height=900" alt="Venezuelan Police searches through the rubble two days after earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Ariana Cubillos)" height="900" width="1200"/><figcaption>Venezuelan Police searches through the rubble two days after earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Ariana Cubillos)</figcaption></figure><ul><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-aid-drop-off-location-opens-in-homestead/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-aid-drop-off-location-opens-in-homestead/">Aid drop-off location opens in Homestead</a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-starlink-offers-free-service-through-july-25-but-a-kit-is-470/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-starlink-offers-free-service-through-july-25-but-a-kit-is-470/">Starlink offers free service through July 25, but a kit is $470 </a></li><li><a href="https://www.local10.com/news/local/2026/06/26/helping-venezuela-international-medical-corps-deploys-staff-needs-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/helping-venezuela-international-medical-corps-deploys-staff-needs-donations/">International Medical Corps deploys staff, needs donations</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-save-the-children-asks-for-emergency-fund-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-save-the-children-asks-for-emergency-fund-donations/">Save The Children asks for emergency fund donations</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/43W22GXLVKGNIS3TLNWBHOHQ6M.jpg?auth=ba6fa336614a2ece843bccf534e0c1d00e117f4a8848cb705fbe1a1dd0593858&smart=true&width=1200&height=900" alt="Rescue workers place Daniel Cordero on a stretcher after pulling him from the rubble two days after an earthquake struck Catia la Mar, Venezuela, Friday, June 26, 2026. (AP Photo/Fernando Vergara)" height="900" width="1200"/><figcaption>Rescue workers place Daniel Cordero on a stretcher after pulling him from the rubble two days after an earthquake struck Catia la Mar, Venezuela, Friday, June 26, 2026. (AP Photo/Fernando Vergara)</figcaption></figure><ul><li><a href="https://www.local10.com/news/local/2026/06/26/helping-venezuela-samaritans-purse-deploys-team-from-colombia/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/helping-venezuela-samaritans-purse-deploys-team-from-colombia/">Samaritan’s Purse focuses on ‘emergency field hospital’</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-red-cross-asks-for-disaster-response-emergency-fund-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-red-cross-asks-for-disaster-response-emergency-fund-donations/">Red Cross asks for Disaster Response Emergency Fund donations</a></li><li><a href="https://www.local10.com/news/world/2026/06/25/how-to-help-venezuela-un-asks-for-donations-for-underfunded-program-for-kids/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/25/how-to-help-venezuela-un-asks-for-donations-for-underfunded-program-for-kids/">UN asks for donations for ‘underfunded’ program for kids </a></li></ul><figure><img src="https://www.local10.com/resizer/v2/A5N4MQAIL7IXNN3SNMYNICVCEE.jpg?auth=4685e8609cafaae1eae82d6b1b51eaf7d7a1e6b568362a979ed3a00e17fd5499&smart=true&width=1200&height=900" alt="Members of a religious organization distribute food to people affected two days after an earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Ariana Cubillos)" height="900" width="1200"/><figcaption>Members of a religious organization distribute food to people affected two days after an earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Ariana Cubillos)</figcaption></figure><ul><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-vision-asks-for-disaster-relief-fund-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-vision-asks-for-disaster-relief-fund-donations/">World Vision asks for ‘disaster relief fund’ donations</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-central-kitchen-asks-for-donations-for-fresh-meals/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-central-kitchen-asks-for-donations-for-fresh-meals/">World Central Kitchen asks for donations for fresh meals</a></li></ul><p><i>Torres is reporting from Miami. </i></p><p> </p>]]></content:encoded></item><item><title><![CDATA[“Esto no es incendio provocado”: hombre acusado de incendiar una vivienda en Hollywood se representa a sí mismo ante el tribunal]]></title><link>https://www.local10.com/espanol/2026/07/09/esto-no-es-incendio-provocado-hombre-acusado-de-incendiar-una-vivienda-en-hollywood-se-representa-a-si-mismo-ante-el-tribunal/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/09/esto-no-es-incendio-provocado-hombre-acusado-de-incendiar-una-vivienda-en-hollywood-se-representa-a-si-mismo-ante-el-tribunal/</guid><dc:creator><![CDATA[David Dwork, Jolena Esperto]]></dc:creator><description><![CDATA[Un hombre acusado de atrincherarse dentro de su vivienda y luego prenderle fuego compareció la mañana del jueves ante una jueza del condado Broward.]]></description><pubDate>Thu, 09 Jul 2026 16:53:43 +0000</pubDate><content:encoded><![CDATA[<p><a href="https://www.local10.com/espanol/2026/07/08/policia-arrestan-a-hombre-tras-atrincherarse-en-vivienda-de-hollywood-y-prenderle-fuego/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/08/policia-arrestan-a-hombre-tras-atrincherarse-en-vivienda-de-hollywood-y-prenderle-fuego/">Un hombre acusado de atrincherarse dentro de su vivienda y luego prenderle fuego</a> compareció la mañana del jueves ante una jueza del condado Broward.</p><p>El incidente ocurrió durante la madrugada del miércoles en una vivienda ubicada en la cuadra 5200 de Wiley Street, en Hollywood.</p><p>Según la Policía de Hollywood, los agentes llegaron alrededor de la 1:30 a.m. tras recibir reportes de un altercado que involucraba a un hombre identificado posteriormente como Kevin Lamar Bryant, de 38 años.</p><p>La policía informó que Bryant se atrincheró dentro de su vivienda cuando los agentes llegaron y que, varias horas después, alrededor de las 4 a.m., prendió fuego de manera intencional mientras permanecía en el interior.</p><p>Equipos de bomberos acudieron al lugar y trabajaron rápidamente para extinguir las llamas, pero las autoridades dijeron que el incendio causó daños considerables en el interior de la vivienda, la cual, según indicaron, ya había sido declarada inhabitable.</p><p>Los socorristas informaron posteriormente que Bryant padece una enfermedad mental grave y que inicialmente fue trasladado al hospital para ser evaluado.</p><p>El jueves, Bryant hizo su primera comparecencia ante el tribunal y decidió representarse a sí mismo.</p><p>“Eso no representaba un riesgo para ninguno de mis vecinos”, dijo Bryant a la jueza. “Era un fuego controlado porque el humo debía secar a los roedores y las ratas, para hacerlos salir”.</p><p>La jueza le recordó entonces a Bryant que todo lo que diga puede y será utilizado en su contra.</p><p>“Esto no es un incendio provocado porque yo vivía y residía en esa vivienda”, respondió.</p><p>Bryant pareció frustrarse durante la audiencia y, en un momento, levantó las manos y sacudió la cabeza.</p><p>Cuando la jueza le preguntó si tenía formación jurídica, Bryant respondió: “Por supuesto”.</p><p>“No necesito aprobar el examen del Colegio de Abogados de Florida para entender mis derechos y conocer la ley”, dijo.</p><p>Finalmente, la jueza ordenó que Bryant permanezca detenido sin derecho a fianza.</p><p>Los registros de la cárcel muestran que enfrenta cargos por incendio provocado en primer grado, alteración del orden público, obstrucción de una vía pública y arrojar más de 500 libras de basura.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/MHSAWBFI7BDFPO5XMYBXK32P44.jpg?auth=417dfd71cd107ff623333892700a8f75573c366b78080328925394b244da8824&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[‘This is not arson’: Man charged with setting Hollywood home ablaze represents himself in court]]></title><link>https://www.local10.com/news/local/2026/07/09/this-is-not-arson-man-charged-with-setting-hollywood-home-ablaze-represents-himself-in-court/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/09/this-is-not-arson-man-charged-with-setting-hollywood-home-ablaze-represents-himself-in-court/</guid><dc:creator><![CDATA[David Dwork, Jolena Esperto]]></dc:creator><description><![CDATA[A man accused of barricading himself inside his home and then setting it on fire appeared before a Broward County judge on Thursday morning.]]></description><pubDate>Thu, 09 Jul 2026 16:48:18 +0000</pubDate><content:encoded><![CDATA[<p><a href="https://www.local10.com/news/local/2026/07/08/police-man-arrested-after-barricading-himself-inside-hollywood-home-setting-it-on-fire/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/07/08/police-man-arrested-after-barricading-himself-inside-hollywood-home-setting-it-on-fire/">A man accused of barricading himself inside his home and then setting it on fire</a> appeared before a Broward County judge on Thursday morning.</p><p><a href="https://www.local10.com/espanol/2026/07/09/esto-no-es-incendio-provocado-hombre-acusado-de-incendiar-una-vivienda-en-hollywood-se-representa-a-si-mismo-ante-el-tribunal/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/09/esto-no-es-incendio-provocado-hombre-acusado-de-incendiar-una-vivienda-en-hollywood-se-representa-a-si-mismo-ante-el-tribunal/">Leer en español</a></p><p>The incident occurred in the early morning hours on Wednesday at a home located along the 5200 block of Wiley Street in Hollywood.</p><p>According to Hollywood police, officers arrived around 1:30 a.m. after receiving reports of a disturbance involving a man since identified as Kevin Lamar Bryant, 38.</p><p>Police said Bryant barricaded himself inside his home after they arrived, and then several hours later around 4 a.m., he intentionally set a fire while inside. </p><p>Fire rescue crews rushed to the scene and quickly worked to extinguish the flames, but authorities said the fire caused extensive damage to the inside of the home, which they said had been previously condemned. </p><p>Rescue officials said afterwards that Bryant was known to suffer from severe mental illness and was initially taken to the hospital to be checked out. </p><p>On Thursday, Bryant made his first court appearance, choosing to act as his own attorney. </p><p>“That was not a risk to any of my neighbors,” Bryant told the judge. “That was a controlled fire because the smoke was supposed to dry out the rodents and the rats, to smoke them out.”</p><p>The judge then reminded Bryant that anything he says can and will be used against him. </p><p>“This is not arson because I lived and resided at this home,” he responded. </p><p>Bryant appeared to become frustrated during the hearing, at one point throwing his hands up and shaking his head. </p><p>When asked by the judge if he has any formal training in law, Bryant replied, “Absolutely.”</p><p>“I don’t need to take Florida bar to understand my rights and know the law,” he said. </p><p>Ultimately, the judge ruled that Bryant would be held behind bars without bail. </p><p>Jail records show he is facing charges of first degree arson, disorderly conduct, obstructing a road way and littering over 500 pounds. </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/MHSAWBFI7BDFPO5XMYBXK32P44.jpg?auth=417dfd71cd107ff623333892700a8f75573c366b78080328925394b244da8824&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[FIFA World Cup 2026: Miami Beach hosts France vs. Morocco watch party ]]></title><link>https://www.local10.com/news/local/2026/07/09/fifa-world-cup-2026-miami-beach-hosts-france-vs-morocco-watch-party/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/09/fifa-world-cup-2026-miami-beach-hosts-france-vs-morocco-watch-party/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[Miami Beach is hosting a FIFA World Cup watch party for the quarter-final match on Thursday afternoon in South Beach. ]]></description><pubDate>Thu, 09 Jul 2026 16:21:18 +0000</pubDate><content:encoded><![CDATA[<p>Miami Beach is hosting a FIFA World Cup watch party for the quarter-final match on Thursday afternoon in South Beach. </p><p><a href="https://www.local10.com/espanol/2026/07/09/copa-mundial-de-la-fifa-2026-miami-beach-organiza-fiesta-para-ver-el-partido-entre-francia-y-marruecos/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/09/copa-mundial-de-la-fifa-2026-miami-beach-organiza-fiesta-para-ver-el-partido-entre-francia-y-marruecos/">Leer en español</a></p><p>The city will be playing France vs. Morocco, which starts at 4 p.m., on a large screen at <a href="https://www.miamibeachfl.gov/city-hall/parks-and-recreation/parks-facilities-directory/lummus-park/" target="_self" rel="" title="https://www.miamibeachfl.gov/city-hall/parks-and-recreation/parks-facilities-directory/lummus-park/">Lummus Park</a>, near Ocean Drive and 14 Street.</p><p>Kylian Mbappé, who faces a heat advisory in Foxborough, Massachusetts, scored his 19th World Cup goal with a penalty kick in the 70th minute when Les Bleus eliminated Paraguay 1-0 on Saturday.</p><p>The <a href="https://www.local10.com/weather/" target="_self" rel="" title="https://www.local10.com/weather/">Local 10 News Weather Authority</a> meteorologists warned that the heat index is set to soar to 105 to 110 degrees, so be sure to take hydration breaks.</p><p>The city has a <a href="https://www.miamibeachfl.gov/city-hall/parking/parking-garages-lot-locations/" target="_self" rel="" title="https://www.miamibeachfl.gov/city-hall/parking/parking-garages-lot-locations/">parking garage</a> at 1557 Washington Avenue. The hourly rate is $2. For more information, <a href="https://www.miamibeachfl.gov/city-hall/parking/parking-garages-lot-locations/parking-garage-rates/" target="_self" rel="" title="https://www.miamibeachfl.gov/city-hall/parking/parking-garages-lot-locations/parking-garage-rates/">visit this page</a>. </p><p><b>Related stories</b></p><ul><li><a href="https://www.local10.com/sports/2026/07/08/fifa-world-cup-2026-norway-practices-in-fort-lauderdale-ahead-of-miami-stadium-match-against-england/" target="_self" rel="" title="https://www.local10.com/sports/2026/07/08/fifa-world-cup-2026-norway-practices-in-fort-lauderdale-ahead-of-miami-stadium-match-against-england/">Norway practices in Fort Lauderdale ahead of Miami Stadium match against England </a></li><li> <a href="https://www.local10.com/sports/2026/07/07/fifa-world-cup-2026-argentine-fans-celebrate-in-miami-beach/" target="_self" rel="" title="https://www.local10.com/sports/2026/07/07/fifa-world-cup-2026-argentine-fans-celebrate-in-miami-beach/">Argentine fans celebrate in Miami Beach after advancing to quarterfinals</a></li><li><a href="https://www.local10.com/sports/2026/07/08/fifa-world-cup-2026-chef-serves-soccer-shaped-pastries-in-miami/" target="_self" rel="" title="https://www.local10.com/sports/2026/07/08/fifa-world-cup-2026-chef-serves-soccer-shaped-pastries-in-miami/">Chef serves soccer-shaped pastries in Miami</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><u>Norway vs. England is at 5 p.m. in Miami Gardens. </u></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>: 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 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/J4JNNS7YPPBGGILEJUUXHQFT4E.jpg?auth=61e9f98e10546cecd0d3ac82f2497e3a724bde499b9ffe1512e62b70e0d0f300&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[France's Kylian Mbappe (10) celebrates his team's victory at the end of the World Cup round of 16 soccer match between Paraguay and France in Philadelphia, Saturday, July 4, 2026. (AP Photo/Martin Meissner)]]></media:description><media:credit role="author" scheme="urn:ebu">Martin Meissner</media:credit></media:content></item><item><title><![CDATA[Copa Mundial de la FIFA 2026: Miami Beach organiza fiesta para ver el partido entre Francia y Marruecos]]></title><link>https://www.local10.com/espanol/2026/07/09/copa-mundial-de-la-fifa-2026-miami-beach-organiza-fiesta-para-ver-el-partido-entre-francia-y-marruecos/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/09/copa-mundial-de-la-fifa-2026-miami-beach-organiza-fiesta-para-ver-el-partido-entre-francia-y-marruecos/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[Miami Beach organiza una fiesta para ver el partido de cuartos de final de la Copa Mundial de la FIFA la tarde del jueves en South Beach.]]></description><pubDate>Thu, 09 Jul 2026 17:29:05 +0000</pubDate><content:encoded><![CDATA[<p>Miami Beach organiza una fiesta para ver el partido de cuartos de final de la Copa Mundial de la FIFA el jueves por la tarde en South Beach.</p><p>La ciudad transmitirá el partido Francia contra Marruecos, que comienza a las 4 de la tarde, en una pantalla gigante en <a href="https://www.miamibeachfl.gov/city-hall/parks-and-recreation/parks-facilities-directory/lummus-park/" rel="" title="https://www.miamibeachfl.gov/city-hall/parks-and-recreation/parks-facilities-directory/lummus-park/">Lummus Park</a> , cerca de Ocean Drive y la calle 14.</p><p>Kylian Mbappé, que se enfrenta a una alerta por calor en Foxborough, Massachusetts, marcó su 19º gol en un Mundial con un penalti en el minuto 70 cuando Les Bleus eliminaron a Paraguay por 1-0 el sábado.</p><p>Los meteorólogos de la <a href="https://www.local10.com/weather/" rel="" title="https://www.local10.com/weather/">Autoridad Meteorológica de Local 10 News</a> advirtieron que el índice de calor se disparará a entre 105 y 110 grados, así que asegúrese de tomar descansos para hidratarse.</p><p>La ciudad cuenta con un <a href="https://www.miamibeachfl.gov/city-hall/parking/parking-garages-lot-locations/" rel="" title="https://www.miamibeachfl.gov/city-hall/parking/parking-garages-lot-locations/">estacionamiento</a> en 1557 Washington Avenue. La tarifa por hora es de $2. Para más información, <a href="https://www.miamibeachfl.gov/city-hall/parking/parking-garages-lot-locations/parking-garage-rates/" rel="" title="https://www.miamibeachfl.gov/city-hall/parking/parking-garages-lot-locations/parking-garage-rates/">visite esta página</a> .</p><p><b>Historias relacionadas</b></p><ul><li><a href="https://www.local10.com/sports/2026/07/08/fifa-world-cup-2026-norway-practices-in-fort-lauderdale-ahead-of-miami-stadium-match-against-england/" target="_self" rel="" title="https://www.local10.com/sports/2026/07/08/fifa-world-cup-2026-norway-practices-in-fort-lauderdale-ahead-of-miami-stadium-match-against-england/">Noruega entrena en Fort Lauderdale antes del partido contra Inglaterra en el Miami Stadium.</a></li><li><a href="https://www.local10.com/sports/2026/07/07/fifa-world-cup-2026-argentine-fans-celebrate-in-miami-beach/" target="_self" rel="" title="https://www.local10.com/sports/2026/07/07/fifa-world-cup-2026-argentine-fans-celebrate-in-miami-beach/">Los hinchas argentinos celebran en Miami Beach tras avanzar a cuartos de final.</a></li><li><a href="https://www.local10.com/sports/2026/07/08/fifa-world-cup-2026-chef-serves-soccer-shaped-pastries-in-miami/" target="_self" rel="" title="https://www.local10.com/sports/2026/07/08/fifa-world-cup-2026-chef-serves-soccer-shaped-pastries-in-miami/">Un chef sirve pasteles con forma de balón de fútbol en Miami.</a></li></ul><p><b>CALENDARIO DEL TORNEO</b></p><h3><b>Cuartos de final</b></h3><p><b>10 de julio</b></p><p>Bélgica contra España a las 15:00</p><p><b>11 de julio</b></p><ul><li><u>El partido entre Noruega e Inglaterra se jugará a las 5 de la tarde en Miami Gardens.</u></li><li>Suiza contra Argentina a las 9 pm</li></ul><p><b>Fiesta para ver el partido al amanecer</b> : El Amerant Bank Arena, un recinto cubierto, organiza una fiesta gratuita para ver el partido a las 17:00 horas del 11 de julio <a href="https://www.amerantbankarena.com/events/detail/world-cup-watch-party" rel="" title="https://www.amerantbankarena.com/events/detail/world-cup-watch-party">para quienes tengan entrada . El aparcamiento es gratuito.</a></p><p><b>Enlace relacionado</b> : <a href="https://share.google/GiwkbD7k5Da978PEB" rel="" title="https://share.google/GiwkbD7k5Da978PEB"><b>Ver el cuadro de eliminatorias</b></a></p><h3><b>Semifinales</b></h3><p><b>14 de julio</b> : Hay un partido de semifinales a las 15:00.</p><p><b>Fiesta para ver el partido en Miami Beach:</b> Las puertas se abren a las 3 pm del 14 de julio en The Bandshell, en 7275 Collins Ave., para el partido de semifinales.</p><p><b>15 de julio</b> : Hay un partido de semifinales a las 15:00.</p><p><b>Fiesta para ver el partido en Miami Beach:</b> Las puertas se abren a las 3 pm del 15 de julio en The Bandshell, en 7275 Collins Ave., para el partido de semifinales.</p><h3><b>Finales</b></h3><p><b>18 de julio</b> : El partido por el tercer puesto se disputará a las 17:00 horas en el Miami Stadium, más conocido como Hard Rock Stadium en Miami Gardens.</p><p><b>Fiesta para ver la final en Miami Beach:</b> Las puertas se abren a las 3 pm del 18 de julio en The Sandbowl, detrás de The Bandshell, en 7275 Collins Ave., para la final de bronce de las 5 pm.</p><p><b>Viaje al amanecer al estadio</b> : El Amerant Bank Arena ofrece estacionamiento gratuito para los poseedores de entradas para la Copa Mundial de la FIFA que utilicen <a href="https://www.broward.org/BCT/Pages/WorldCup.aspx" rel="" title="https://www.broward.org/BCT/Pages/WorldCup.aspx">el servicio de autobús exprés gratuito</a> del condado de Broward para llegar al Miami Stadium, también conocido como Hard Rock, en Miami Gardens.</p><p><b>19 de julio</b> : El partido final es a las 15:00.</p><p><b>Fiesta para ver la final en Miami Beach:</b> Las puertas se abren a la 1 pm del 19 de julio en The Sandbowl, detrás de The Bandshell, en 7275 Collins Ave., para la final que comienza a las 3 pm.</p><p><b>Fiesta para ver el partido al amanecer</b> : El Amerant Bank Arena, un recinto cubierto, organiza una fiesta gratuita para ver la final el 19 de julio <a href="https://www.amerantbankarena.com/events/detail/world-cup-watch-party" rel="" title="https://www.amerantbankarena.com/events/detail/world-cup-watch-party">para los poseedores de entradas</a> . El estacionamiento es gratuito.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/J4JNNS7YPPBGGILEJUUXHQFT4E.jpg?auth=61e9f98e10546cecd0d3ac82f2497e3a724bde499b9ffe1512e62b70e0d0f300&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[France's Kylian Mbappe (10) celebrates his team's victory at the end of the World Cup round of 16 soccer match between Paraguay and France in Philadelphia, Saturday, July 4, 2026. (AP Photo/Martin Meissner)]]></media:description><media:credit role="author" scheme="urn:ebu">Martin Meissner</media:credit></media:content></item><item><title><![CDATA[Coconut Creek intersection shut down due to gas leak]]></title><link>https://www.local10.com/news/local/2026/07/09/coconut-creek-intersection-shut-down-due-to-gas-leak/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/09/coconut-creek-intersection-shut-down-due-to-gas-leak/</guid><dc:creator><![CDATA[David Dwork]]></dc:creator><description><![CDATA[Authorities responded to a reported gas leak in Broward County on Thursday.]]></description><pubDate>Thu, 09 Jul 2026 17:20:25 +0000</pubDate><content:encoded><![CDATA[<p>Authorities responded to a reported gas leak in Broward County on Thursday.</p><p><a href="https://www.local10.com/espanol/2026/07/09/fuga-de-gas-obliga-al-cierre-de-interseccion-en-coconut-creek/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/09/fuga-de-gas-obliga-al-cierre-de-interseccion-en-coconut-creek/">Leer en español</a></p><p>The leak was located at the corner of Lyons Road and Coconut Creek Parkway, according to the Coconut Creek Police Department. </p><p>As a result, the intersection has been shut down while crews work to repair the leak, according to officials. </p><p>Additionally, access to Coconut Creek Plaza, which is located on the northwest corner of the intersection, has been closed as a precaution, authorities said. </p><p>Traffic in the area is being impacted and officials are urging drivers to seek alternate routes. </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/KWAZFEFOTRF6XMWJU44NIAJVQE.jpg?auth=d9394f2f9b52b7718bee58bc6cf9f6178c5cf4f06bf9163327d952642bbc946d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Fuga de gas obliga al cierre de intersección en Coconut Creek]]></title><link>https://www.local10.com/espanol/2026/07/09/fuga-de-gas-obliga-al-cierre-de-interseccion-en-coconut-creek/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/09/fuga-de-gas-obliga-al-cierre-de-interseccion-en-coconut-creek/</guid><dc:creator><![CDATA[David Dwork]]></dc:creator><description><![CDATA[Las autoridades respondieron este jueves a un reporte de una fuga de gas en el condado Broward.]]></description><pubDate>Thu, 09 Jul 2026 17:25:47 +0000</pubDate><content:encoded><![CDATA[<p>Las autoridades respondieron este jueves a un reporte de una fuga de gas en el condado Broward.</p><p>Según el Departamento de Policía de Coconut Creek, la fuga fue localizada en la esquina de Lyons Road y Coconut Creek Parkway.</p><p>Como resultado, la intersección fue cerrada mientras las cuadrillas trabajan para reparar la fuga, informaron las autoridades.</p><p>Además, el acceso a Coconut Creek Plaza, ubicado en la esquina noroeste de la intersección, fue cerrado como medida de precaución, según las autoridades.</p><p>El tránsito en el área se ha visto afectado y las autoridades instan a los conductores a utilizar rutas alternas.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/KWAZFEFOTRF6XMWJU44NIAJVQE.jpg?auth=d9394f2f9b52b7718bee58bc6cf9f6178c5cf4f06bf9163327d952642bbc946d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Ayudando a Venezuela: Amazon se asocia con Airlink para apoyar vuelos de carga desde MIA hacia Caracas]]></title><link>https://www.local10.com/espanol/2026/07/09/ayudando-a-venezuela-amazon-se-asocia-con-airlink-para-apoyar-vuelos-de-carga-desde-mia-hacia-caracas/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/09/ayudando-a-venezuela-amazon-se-asocia-con-airlink-para-apoyar-vuelos-de-carga-desde-mia-hacia-caracas/</guid><dc:creator><![CDATA[Gabrielle Arzola, Andrea Torres]]></dc:creator><description><![CDATA[Para ayudar a las víctimas de los terremotos en el norte de Venezuela, Amazon anunció una nueva alianza con Airlink para apoyar siete vuelos semanales hacia Caracas.]]></description><pubDate>Thu, 09 Jul 2026 17:16:46 +0000</pubDate><content:encoded><![CDATA[<p>Para ayudar a las víctimas de los terremotos en el norte de Venezuela, Amazon anunció una nueva alianza con Airlink para ofrecer siete vuelos semanales desde el condado de Miami-Dade a Caracas.</p><p>La multinacional con sede en Seattle anunció su compromiso de donar el coste de los aviones y el combustible, mientras que la aerolínea con sede en Sudáfrica se encarga del transporte de carga.</p><p>“Estamos hablando de 35 toneladas de mercancías que en tan solo unas horas estarán en manos de quienes más las necesitan”, declaró Bettina Stix, directora de impacto comunitario de Amazon, el jueves en el Aeropuerto Internacional de Miami.</p><p>Los socios están trabajando con personal del Departamento de Estado de EE. UU., que a su vez está en comunicación con las autoridades venezolanas para garantizar que los vuelos tengan acceso.</p><p>“La capacidad de transporte aéreo donada por Amazon nos permite llegar de forma rápida y eficiente a las comunidades más afectadas”, declaró Paloma Adams-Allen, presidenta y directora ejecutiva de Airlink, en&nbsp;<a href="https://www.aboutamazon.com/news/community/amazon-response-venezuela-earthquakes-2026" rel="" title="https://www.aboutamazon.com/news/community/amazon-response-venezuela-earthquakes-2026">un comunicado</a>&nbsp;.</p><p>Amazon y Airlink también están colaborando con el Programa Mundial de Alimentos de las Naciones Unidas para gestionar la distribución de la ayuda una vez que llegue a Caracas.</p><p>“Nuestro equipo ha realizado un gran esfuerzo para poner en marcha este puente aéreo”, declaró Stephanie Steege, vicepresidenta de programas humanitarios de Airlink.</p><h3><b>Más información sobre&nbsp;</b><a href="https://www.local10.com/topic/Helping_Venezuela/" target="_self" rel="" title="https://www.local10.com/topic/Helping_Venezuela/"><b>cómo ayudar a Venezuela</b></a></h3><figure><img src="https://www.local10.com/resizer/v2/2D57S5GUSR4B25FLDQ6IO4IDIY.jpg?auth=01cf1559fbc31fd0b393be63b3aaf360e1c3bd9474c3010aea530ae6142a1786&smart=true&width=1200&height=900" alt="Coffins are stacked at the seaport where forensic workers sort the bodies of earthquake victims in La Guaira, Venezuela, Saturday, July 4, 2026. (AP Photo/Ariana Cubillos)" height="900" width="1200"/><figcaption>Coffins are stacked at the seaport where forensic workers sort the bodies of earthquake victims in La Guaira, Venezuela, Saturday, July 4, 2026. (AP Photo/Ariana Cubillos)</figcaption></figure><p><b>Lista relacionada:&nbsp;</b><a href="https://www.local10.com/news/local/2026/06/26/how-to-help-south-florida-donation-drop-off-locations-to-help-venezuelans-after-earthquakes/" rel="" title="https://www.local10.com/news/local/2026/06/26/how-to-help-south-florida-donation-drop-off-locations-to-help-venezuelans-after-earthquakes/">Puntos de entrega de ayuda para Venezuela en el sur de Florida.</a></p><ul><li><a href="https://www.local10.com/news/world/2026/07/04/helping-venezuela-faith-based-nonprofit-mercy-chefs-team-arrives-at-caracas/" target="_self" rel="" title="https://www.local10.com/news/world/2026/07/04/helping-venezuela-faith-based-nonprofit-mercy-chefs-team-arrives-at-caracas/">El equipo de la organización sin fines de lucro de inspiración religiosa Mercy Chefs llega a Caracas.</a></li><li><a href="https://www.local10.com/community/2026/07/01/helping-venezuela-7-days-after-quakes-reports-of-hurdles-abound-in-and-out-of-the-disaster-zone/" target="_self" rel="" title="https://www.local10.com/community/2026/07/01/helping-venezuela-7-days-after-quakes-reports-of-hurdles-abound-in-and-out-of-the-disaster-zone/">Una semana después de los terremotos, abundan los informes de obstáculos.</a></li><li><a href="https://www.local10.com/community/2026/07/01/helping-venezuela-doral-based-nonprofit-dispatches-over-1-million-in-aid/" target="_self" rel="" title="https://www.local10.com/community/2026/07/01/helping-venezuela-doral-based-nonprofit-dispatches-over-1-million-in-aid/">La organización sin fines de lucro GEM, con sede en Doral, envía más de 1 millón de dólares en ayuda de la comunidad.</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/7KDHNH6KA27CL32XR6CFXJLEXU.jpg?auth=031e9d3b6bd79ea9fc5c896b0e1dc60a729d0e42ab948d698ce848e6b8a57b97&smart=true&width=1200&height=900" alt="Khaterine Roa cries as members of the Los Angeles County Fire Department search for survivors at a building that collapsed during the earthquakes that struck La Guaira, Venezuela, Tuesday, June 30, 2026. (AP Photo/Matias Delacroix)" height="900" width="1200"/><figcaption>Khaterine Roa cries as members of the Los Angeles County Fire Department search for survivors at a building that collapsed during the earthquakes that struck La Guaira, Venezuela, Tuesday, June 30, 2026. (AP Photo/Matias Delacroix)</figcaption></figure><ul><li><a href="https://www.local10.com/sports/local/2026/06/30/inter-miami-marlins-dolphins-join-relief-efforts-to-help-venezuela-earthquake-victims/" target="_self" rel="" title="https://www.local10.com/sports/local/2026/06/30/inter-miami-marlins-dolphins-join-relief-efforts-to-help-venezuela-earthquake-victims/">Inter Miami, Marlins y Dolphins se suman a los esfuerzos de ayuda.</a></li><li><a href="https://www.local10.com/community/2026/06/29/helping-venezuela-nfl-star-joins-global-empowerment-mission-team/" target="_self" rel="" title="https://www.local10.com/community/2026/06/29/helping-venezuela-nfl-star-joins-global-empowerment-mission-team/">Una estrella de la NFL se une al equipo de Global Empowerment Mission; su mensaje para los habitantes del sur de Florida es: “Hagan lo que puedan”.</a></li><li><a href="https://www.local10.com/news/florida/2026/06/29/more-than-100-venezuelans-who-were-deported-from-the-us-hours-before-the-earthquakes-are-missing/" target="_self" rel="" title="https://www.local10.com/news/florida/2026/06/29/more-than-100-venezuelans-who-were-deported-from-the-us-hours-before-the-earthquakes-are-missing/">Más de 100 venezolanos que fueron deportados de Estados Unidos horas antes de los terremotos están desaparecidos.</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/OQWAZ3LJKZXM4L4YXAR7YACHFY.jpg?auth=9abb79f15a3ca10baf3516333c71c7c70ae6173eae73fec19c0caad20d38e1f7&smart=true&width=1200&height=900" alt="A man sits amid earthquake rubble in La Guaira, Venezuela, Monday, June 29, 2026. (AP Photo/Matias Delacroix)" height="900" width="1200"/><figcaption>A man sits amid earthquake rubble in La Guaira, Venezuela, Monday, June 29, 2026. (AP Photo/Matias Delacroix)</figcaption></figure><ul><li><a href="https://www.local10.com/community/2026/06/29/helping-venezuela-food-for-the-poor-is-already-preparing-for-reconstruction/" target="_self" rel="" title="https://www.local10.com/community/2026/06/29/helping-venezuela-food-for-the-poor-is-already-preparing-for-reconstruction/">Food for the Poor celebra las inversiones en reconstrucción.</a></li><li><a href="https://www.local10.com/news/world/2026/06/27/helping-venezuela-physicians-ask-for-donations-of-medical-supplies-near-doral/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/27/helping-venezuela-physicians-ask-for-donations-of-medical-supplies-near-doral/">Médicos del condado de Miami-Dade recolectan donaciones de suministros médicos cerca de Doral.</a></li><li><a href="https://www.local10.com/news/world/2026/06/27/helping-venezuela-meet-miami-dade-fire-rescue-capt-german-leal/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/27/helping-venezuela-meet-miami-dade-fire-rescue-capt-german-leal/">Les presentamos al capitán German Leal del Departamento de Bomberos y Rescate de Miami-Dade.</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/DNJWXN3IXJSOKL5C5L73J2UFYU.jpg?auth=2b2a119b56da235ae0eb9ec7a443481af75e28df3812de42e0678ca18c2db7c5&smart=true&width=1200&height=900" alt="Los equipos de rescate buscan entre los escombros tres días después de que los terremotos azotaran Catia La Mar, Venezuela, el sábado 27 de junio de 2026. (AP Foto/Fernando Vergara)" height="900" width="1200"/><figcaption>Los equipos de rescate buscan entre los escombros tres días después de que los terremotos azotaran Catia La Mar, Venezuela, el sábado 27 de junio de 2026. (AP Foto/Fernando Vergara)</figcaption></figure><ul><li><a href="https://www.local10.com/news/world/2026/06/27/helping-venezuela-pembroke-pines-police-officers-announce-collection-drive/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/27/helping-venezuela-pembroke-pines-police-officers-announce-collection-drive/">Agentes de policía de Pembroke Pines anuncian una campaña de recolección de donaciones.</a></li><li><a href="https://www.local10.com/news/world/2026/06/27/helping-venezuela-airbnb-partners-with-cadena-for-emergency-housing/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/27/helping-venezuela-airbnb-partners-with-cadena-for-emergency-housing/">Airbnb se asocia con la organización sin fines de lucro CADENA para proporcionar alojamiento de emergencia.</a></li><li><a href="https://www.local10.com/news/world/2026/06/27/helping-venezuela-hogar-bambi-aims-to-protect-vulnerable-children/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/27/helping-venezuela-hogar-bambi-aims-to-protect-vulnerable-children/">Hogar Bambi tiene como objetivo proteger a los niños vulnerables.</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/KI63JSGOR43HXIKCCTGK3GJWM4.jpg?auth=1322502b01ef9c433ea120b940187f3bc2312f8371955cf6874719718a0e89d4&smart=true&width=1200&height=900" alt="Residentes y rescatistas buscan entre los escombros dos días después de los sismos que sacudieron La Guaira, Venezuela, el 26 de junio de 2026. (AP Foto/Matías Delacroix)" height="900" width="1200"/><figcaption>Residentes y rescatistas buscan entre los escombros dos días después de los sismos que sacudieron La Guaira, Venezuela, el 26 de junio de 2026. (AP Foto/Matías Delacroix)</figcaption></figure><ul><li><a href="" rel="" title="">El equipo de la Fundación Grey Bull Rescue llega a Caracas.</a></li><li><a href="https://www.local10.com/news/world/2026/06/27/helping-venezuela-officials-close-la-guaira-require-volunteers-to-register-in-caracas/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/27/helping-venezuela-officials-close-la-guaira-require-volunteers-to-register-in-caracas/">Las autoridades clausuran La Guaira y exigen que los voluntarios se registren en Caracas.</a></li><li><a href="https://www.local10.com/news/world/2026/06/27/helping-venezuela-amazon-donates-to-airlink-to-help-charities-with-logistics/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/27/helping-venezuela-amazon-donates-to-airlink-to-help-charities-with-logistics/">Amazon realiza donaciones a Airlink para ayudar a organizaciones benéficas con la logística.</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/YVV6CYX326KL5OBMV2WDEHQFE4.jpg?auth=f022f1818436e42fa719ef854448c44867c7ee382aa09841abf238774d138f62&smart=true&width=1200&height=900" alt="Rescue workers search through the rubble three days after earthquakes struck Catia La Mar, Venezuela, Saturday, June 27, 2026. (AP Photo/Fernando Vergara)" height="900" width="1200"/><figcaption>Rescue workers search through the rubble three days after earthquakes struck Catia La Mar, Venezuela, Saturday, June 27, 2026. (AP Photo/Fernando Vergara)</figcaption></figure><ul><li><a href="https://www.local10.com/news/world/2026/06/27/helping-venezuela-miami-search-and-rescue-team-prepares-to-deploy/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/27/helping-venezuela-miami-search-and-rescue-team-prepares-to-deploy/">El equipo de búsqueda y rescate de Miami se prepara para desplegarse.</a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-centro-comunitario-afe-plans-collection-drive-in-miami-dade/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-centro-comunitario-afe-plans-collection-drive-in-miami-dade/">Centro Comunitario AFE organiza campaña de recolección en Miami-Dade</a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-weston-based-charity-partners-with-local-pharmacy/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-weston-based-charity-partners-with-local-pharmacy/">Una organización benéfica con sede en Weston se asocia con una farmacia local.</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/OKXDM7S6X6KLKNRAFE6NTH7CAE.jpg?auth=60ea76898033c3921b5c622f893d4dcb6f98a6a6db277ad07f13a155752317ef&smart=true&width=1200&height=900" alt="Residents and rescue workers search through the rubble two days after an earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Juan Pablo Arraez)" height="900" width="1200"/><figcaption>Residents and rescue workers search through the rubble two days after an earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Juan Pablo Arraez)</figcaption></figure><ul><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-project-dynamo-delivers-20000-pounds-of-aid-in-1st-48-hours/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-project-dynamo-delivers-20000-pounds-of-aid-in-1st-48-hours/">El proyecto DYNAMO, liderado por veteranos, entrega 20.000 libras de ayuda en las primeras 48 horas.</a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-goodwill-at-el-arepazo-feeds-global-empowerment-mission/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-goodwill-at-el-arepazo-feeds-global-empowerment-mission/">El altruismo en El Arepazo alimenta el esfuerzo del equipo de Global Empowerment Mission.</a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-salvadoran-rescuers-work-to-free-15-year-old-survivor-in-caraballeda/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-salvadoran-rescuers-work-to-free-15-year-old-survivor-in-caraballeda/">Rescatistas salvadoreños trabajan para liberar a un sobreviviente de 15 años en Caraballeda.</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/FK75XBP7FHKCVJ5MKA6PI4MJFM.jpg?auth=4e6e14ef7eed24b4a7524ffcb5e83a3d06cad85e657b2c0fe90d47d2f8fab0ab&smart=true&width=1200&height=900" alt="Un coche de juguete yace entre los escombros dos días después de dos terremotos, el viernes 26 de junio de 2026, en Catia La Mar, Venezuela. (AP Foto/Fernando Vergara)" height="900" width="1200"/><figcaption>Un coche de juguete yace entre los escombros dos días después de dos terremotos, el viernes 26 de junio de 2026, en Catia La Mar, Venezuela. (AP Foto/Fernando Vergara)</figcaption></figure><ul><li><a href="https://www.local10.com/community/2026/06/26/helping-venezuela-food-for-the-poor-packs-disaster-relief-kits-with-hopeful-hand-written-notes/" target="_self" rel="" title="https://www.local10.com/community/2026/06/26/helping-venezuela-food-for-the-poor-packs-disaster-relief-kits-with-hopeful-hand-written-notes/">Food For The Poor incluye en sus kits de ayuda humanitaria notas escritas a mano con mensajes de esperanza.</a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-us-southern-command-focuses-on-airport-damage/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-us-southern-command-focuses-on-airport-damage/">El Comando Sur de Estados Unidos se centra en los daños en los aeropuertos.</a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-state-department-deploys-miami-dade-search-and-rescue-team/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-state-department-deploys-miami-dade-search-and-rescue-team/">El Departamento de Estado despliega un equipo de búsqueda y rescate en Miami-Dade.</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/WZ2ZPXTVTBLOMG35HO6MYN5OHU.jpg?auth=e691bcbaf392287916d812efc8d76c9374fe67203e837364484fd10b29f4e09d&smart=true&width=1200&height=900" alt="Rescue workers aid Daniel Cordero after pulling him from the rubble two days after an earthquake struck Catia la Mar, Venezuela, Friday, June 26, 2026. (AP Photo/Fernando Vergara)" height="900" width="1200"/><figcaption>Rescue workers aid Daniel Cordero after pulling him from the rubble two days after an earthquake struck Catia la Mar, Venezuela, Friday, June 26, 2026. (AP Photo/Fernando Vergara)</figcaption></figure><ul><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-miami-beach-opens-4-new-aid-drop-off-locations/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-miami-beach-opens-4-new-aid-drop-off-locations/">Miami Beach abre 4 nuevos puntos de entrega de ayuda.</a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-miramar-runs-6-aid-drop-off-locations/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-miramar-runs-6-aid-drop-off-locations/">Miramar mantendrá abiertos 6 puntos de entrega de ayuda las 24 horas del día, los 7 días de la semana.</a></li><li><a href="https://www.local10.com/news/local/2026/06/26/helping-venezuela-miami-dades-tax-collector-opens-11-drop-off-locations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/helping-venezuela-miami-dades-tax-collector-opens-11-drop-off-locations/">El recaudador de impuestos de Miami-Dade abre 11 puntos de entrega.</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/here-are-4-drop-off-locations-for-donations-to-help-venezuelans-after-earthquakes/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/here-are-4-drop-off-locations-for-donations-to-help-venezuelans-after-earthquakes/">Doral abre 4 puntos de entrega de ayuda.</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/6VECRMMLLUMEHY2FKOYBIU2HEA.jpg?auth=51659a3c26fc80e9b4cb2a6ec7a63b16664fda82c359bbb95e74d2371e5c6f8c&smart=true&width=1200&height=900" alt="Venezuelan Police searches through the rubble two days after earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Ariana Cubillos)" height="900" width="1200"/><figcaption>Venezuelan Police searches through the rubble two days after earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Ariana Cubillos)</figcaption></figure><ul><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-aid-drop-off-location-opens-in-homestead/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-aid-drop-off-location-opens-in-homestead/">Se abre un punto de entrega de ayuda en Homestead.</a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-starlink-offers-free-service-through-july-25-but-a-kit-is-470/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-starlink-offers-free-service-through-july-25-but-a-kit-is-470/">Starlink ofrece servicio gratuito hasta el 25 de julio, pero un kit cuesta 470 dólares.</a></li><li><a href="https://www.local10.com/news/local/2026/06/26/helping-venezuela-international-medical-corps-deploys-staff-needs-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/helping-venezuela-international-medical-corps-deploys-staff-needs-donations/">International Medical Corps despliega personal y necesita donaciones.</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-save-the-children-asks-for-emergency-fund-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-save-the-children-asks-for-emergency-fund-donations/">Save The Children solicita donaciones para su fondo de emergencia.</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/43W22GXLVKGNIS3TLNWBHOHQ6M.jpg?auth=ba6fa336614a2ece843bccf534e0c1d00e117f4a8848cb705fbe1a1dd0593858&smart=true&width=1200&height=900" alt="Rescue workers place Daniel Cordero on a stretcher after pulling him from the rubble two days after an earthquake struck Catia la Mar, Venezuela, Friday, June 26, 2026. (AP Photo/Fernando Vergara)" height="900" width="1200"/><figcaption>Rescue workers place Daniel Cordero on a stretcher after pulling him from the rubble two days after an earthquake struck Catia la Mar, Venezuela, Friday, June 26, 2026. (AP Photo/Fernando Vergara)</figcaption></figure><ul><li><a href="https://www.local10.com/news/local/2026/06/26/helping-venezuela-samaritans-purse-deploys-team-from-colombia/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/helping-venezuela-samaritans-purse-deploys-team-from-colombia/">Samaritan’s Purse se centra en los “hospitales de campaña de emergencia”.</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-red-cross-asks-for-disaster-response-emergency-fund-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-red-cross-asks-for-disaster-response-emergency-fund-donations/">La Cruz Roja solicita donaciones para su Fondo de Emergencia para la Respuesta ante Desastres.</a></li><li><a href="https://www.local10.com/news/world/2026/06/25/how-to-help-venezuela-un-asks-for-donations-for-underfunded-program-for-kids/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/25/how-to-help-venezuela-un-asks-for-donations-for-underfunded-program-for-kids/">La ONU solicita donaciones para un programa infantil que carece de fondos suficientes.</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/A5N4MQAIL7IXNN3SNMYNICVCEE.jpg?auth=4685e8609cafaae1eae82d6b1b51eaf7d7a1e6b568362a979ed3a00e17fd5499&smart=true&width=1200&height=900" alt="Members of a religious organization distribute food to people affected two days after an earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Ariana Cubillos)" height="900" width="1200"/><figcaption>Members of a religious organization distribute food to people affected two days after an earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Ariana Cubillos)</figcaption></figure><ul><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-vision-asks-for-disaster-relief-fund-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-vision-asks-for-disaster-relief-fund-donations/">World Vision solicita donaciones para su “fondo de ayuda en casos de desastre”.</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-central-kitchen-asks-for-donations-for-fresh-meals/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-central-kitchen-asks-for-donations-for-fresh-meals/">World Central Kitchen solicita donaciones para comidas frescas.</a></li></ul><p><i>Torres informa desde Miami.</i></p>]]></content:encoded></item><item><title><![CDATA[Surveillance video captures shooting outside Fort Lauderdale home]]></title><link>https://www.local10.com/news/local/2026/07/09/surveillance-video-captures-shooting-outside-fort-lauderdale-home/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/09/surveillance-video-captures-shooting-outside-fort-lauderdale-home/</guid><dc:creator><![CDATA[Isabella Martin, Amanda Batchelor]]></dc:creator><description><![CDATA[Surveillance video obtained by Local 10 News shows the person who fatally shot a man early Wednesday morning outside his home in Fort Lauderdale.]]></description><pubDate>Thu, 09 Jul 2026 16:53:47 +0000</pubDate><content:encoded><![CDATA[<p>Surveillance video obtained by Local 10 News shows the person who fatally shot a man early Wednesday morning outside his home in Fort Lauderdale.</p><p><a href="https://www.local10.com/espanol/2026/07/09/video-de-vigilancia-capta-balacera-frente-a-vivienda-en-fort-lauderdale/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/09/video-de-vigilancia-capta-balacera-frente-a-vivienda-en-fort-lauderdale/">Leer en español</a></p><p>According to Fort Lauderdale police, officers responded to the 1300 block of Northwest 13<sup>th</sup> Court shortly before 4:30 a.m. after receiving a ShotSpotter alert in the area.</p><p>While searching the Lauderdale Manors neighborhood, officers found the victim in his car, with a gunshot wound, authorities said.</p><p>Police said he was pronounced dead at the scene. </p><p>The victim’s father identified him to Local 10 News as 32-year-old Matt Menard. He said his son leaves behind a 5-year-old daughter.</p><figure><img src="https://www.local10.com/resizer/v2/BDEZQ6GQBFBU7OFZ6E2P6WMDKA.jpg?auth=db4e8fd030c9f690ace53786e1e09eb8796446545bcd2a3aba4b8806817c77e6&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>The video shows the shooter walking up to Menard’s car before firing nine shots.</p><p>The shooter is then seen running back to his car and driving away.</p><p>“Very devastating, we understand that. Like I tell you, but I try to be strong,” the victim’s father, Philippe Menard, said.</p><p>Surveillance video shows Matt Menard walking to the car just minutes before he was shot and killed.</p><p>Local 10 cameras captured at least three bullet holes in the driver’s side window of the vehicle.</p><p>A truck parked next to it was also hit by gunfire.</p><p>The victim’s father told Local 10 News that someone set fire to his home’s plants last week, and just days later, someone fired shots at the house.</p><p>“We heard that at night, but we cannot come out to see. So when we call police, they come here, they take pictures,” Philippe Menard said. </p><p>Philippe Menard described his son as a bright young man, who worked hard as a landscaper, but also ran with the wrong crowd.</p><p>He’s now left wondering if last week’s incidents could be connected to his son’s killing.</p><p>“He went to a university -- the guy’s (more) knowledgeable than me,” Philippe Menard said. “I didn’t reach that level. I can’t tell him, ‘Hey, I talk to you and you listen.’”</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[Video de vigilancia capta balacera frente a vivienda en Fort Lauderdale]]></title><link>https://www.local10.com/espanol/2026/07/09/video-de-vigilancia-capta-balacera-frente-a-vivienda-en-fort-lauderdale/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/09/video-de-vigilancia-capta-balacera-frente-a-vivienda-en-fort-lauderdale/</guid><dc:creator><![CDATA[Isabella Martin, Amanda Batchelor]]></dc:creator><description><![CDATA[Un video de vigilancia obtenido por Local 10 News muestra a la persona que mató a tiros a un hombre la madrugada del miércoles frente a su vivienda en Fort Lauderdale.]]></description><pubDate>Thu, 09 Jul 2026 17:12:30 +0000</pubDate><content:encoded><![CDATA[<p>Un video de vigilancia obtenido por Local 10 News muestra a la persona que mató a tiros a un hombre la madrugada del miércoles frente a su vivienda en Fort Lauderdale.</p><p>Según la Policía de Fort Lauderdale, los agentes respondieron poco antes de las 4:30 a.m. a la cuadra 1300 de Northwest 13th Court tras recibir una alerta del sistema ShotSpotter en el área.</p><p>Mientras recorrían el vecindario de Lauderdale Manors, los agentes encontraron a la víctima dentro de su vehículo con una herida de bala, informaron las autoridades.</p><p>La policía indicó que la víctima fue declarada muerta en el lugar.</p><p>El padre de la víctima la identificó ante Local 10 News como Matt Menard, de 32 años. Dijo que su hijo deja una hija de 5 años.</p><figure><img src="https://www.local10.com/resizer/v2/BDEZQ6GQBFBU7OFZ6E2P6WMDKA.jpg?auth=db4e8fd030c9f690ace53786e1e09eb8796446545bcd2a3aba4b8806817c77e6&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>El video muestra al atacante caminando hasta el vehículo de Menard antes de disparar nueve veces.</p><p>Luego se observa al atacante correr de regreso a su vehículo y huir del lugar.</p><p>“Es muy devastador, lo entendemos. Como les digo, trato de mantenerme fuerte”, dijo Philippe Menard, padre de la víctima.</p><p>El video de vigilancia muestra a Matt Menard caminando hacia el vehículo apenas unos minutos antes de que fuera asesinado a tiros.</p><p>Las cámaras de Local 10 captaron al menos tres impactos de bala en la ventana del lado del conductor del vehículo.</p><p>Una camioneta estacionada junto al automóvil también fue alcanzada por los disparos.</p><p>El padre de la víctima dijo a Local 10 News que la semana pasada alguien prendió fuego a las plantas de su vivienda y que, apenas unos días después, alguien disparó contra la casa.</p><p>“Escuchamos eso durante la noche, pero no pudimos salir a ver. Entonces llamamos a la policía, vienen aquí y toman fotografías”, dijo Philippe Menard.</p><p>Philippe Menard describió a su hijo como un joven brillante, que trabajaba arduamente como jardinero, pero que también se relacionaba con malas compañías.</p><p>Ahora se pregunta si los incidentes de la semana pasada podrían estar relacionados con el asesinato de su hijo.</p><p>“Fue a la universidad. Él sabe más que yo”, dijo Philippe Menard. “Yo no llegué a ese nivel. No puedo decirle: “Oye, hablo contigo y tú me escuchas””.</p><p>Cualquier persona con información sobre la balacera debe comunicarse con el Departamento de Policía de Fort Lauderdale o con Broward Crime Stoppers al 954-493-8477.</p>]]></content:encoded></item><item><title><![CDATA[England player Jarell Quansah suspended for two games at the World Cup]]></title><link>https://www.local10.com/sports/2026/07/09/england-player-jarell-quansah-suspended-for-two-games-at-the-world-cup/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/09/england-player-jarell-quansah-suspended-for-two-games-at-the-world-cup/</guid><dc:creator><![CDATA[By JAMES ROBSON, Associated Press]]></dc:creator><description><![CDATA[ATLANTA (AP) — England defender Jarell Quansah was handed a two-match suspension on Thursday for his red card offense against Mexico in the World Cup round of 16.]]></description><pubDate>Thu, 09 Jul 2026 20:21:18 +0000</pubDate><content:encoded><![CDATA[<p>ATLANTA (AP) — England defender Jarell Quansah was handed a two-match suspension on Thursday for his red card offense against Mexico in the World Cup round of 16.</p><p>That means Quansah will miss England's quarterfinal match against Norway in Miami Gardens on Saturday and also the semifinals if Thomas Tuchel's team advances.</p><p>Quansah was sent off in the second half of England's 3-2 victory against Mexico on Sunday for a dangerous foul on Jesus Gallardo.</p><p>FIFA confirmed the two-match suspension for serious foul play.</p><p>England forward Bukayo Saka said the decision was “incredibly frustrating.”</p><p>FIFA’s handling of red card punishments has come under intense scrutiny after its disciplinary committee suspended the one-game penalty of star United States striker Folarin Balogun after President Donald Trump intervened and contacted FIFA President Gianni Infantino.</p><p>Infantino defended the independence of FIFA’s disciplinary committee and insisted the Balogun case was properly handled.</p><p>“We’re not here to complain, we just need to adapt and pick a team that’s ready to beat Norway,” Saka said.</p><p>Right back saga continues</p><p>Quansah’s prolonged extension is the latest issue for Tuchel to contend with at right back.</p><p>First choice Reece James has not played since England’s second game of the tournament against Ghana due to a hamstring injury.</p><p>His backup Tino Livramento was sent home before England even kicked off its campaign after injuring his calf. Tuchel opted to call up a center back in Trevoh Chalobah as his replacement, rather than going for a specialist right back.</p><p>It meant Quansah, who usually plays in central defense, has taken on the role of deputy to James.</p><p>Tuchel faced questions before the World Cup for leaving out Real Madrid right back Trent Alexander-Arnold, who is widely regarded as one of the top players in Europe.</p><p>___</p><p>James Robson is at https://x.com/jamesalanrobson</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/44GMZ465E4NBTFXQCFIXIXRQP4.jpg?auth=8ce7f8bab1c3210ec83b0da86d16838c2a42c468328deee9462bd9dae3cd6713&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[England's Jarell Quansah (26) leaves the field after receiving a red card during the World Cup round of 16 soccer match between Mexico and England in Mexico City, Sunday, July 5, 2026. (AP Photo/Ricardo Mazalan)]]></media:description><media:credit role="author" scheme="urn:ebu">Ricardo Mazalan</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ANRROQ7AJVNF4PP6YGM6M7R6TE.jpg?auth=b819d6e933764649a78f1ec14a21be697c7ddcc3208db49a47d6aed6c252c1ae&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[England's Jarell Quansah (26) reacts after receiving a red card during the World Cup round of 16 soccer match between Mexico and England in Mexico City, Sunday, July 5, 2026. (AP Photo/Ricardo Mazalan)]]></media:description><media:credit role="author" scheme="urn:ebu">Ricardo Mazalan</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4I67XKIV4N6PKXBTNLCKYON66E.jpg?auth=f49f7072852fa60a341e456efd61594a42f9a3237206fe5f64b95e948fcf412b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[England's Jarell Quansah, left, fouls Mexico's Jesus Gallardo to see a red card during the World Cup round of 16 soccer match between Mexico and England in Mexico City, Sunday, July 5, 2026. (AP Photo/Silvia Izquierdo)]]></media:description><media:credit role="author" scheme="urn:ebu">Silvia Izquierdo</media:credit></media:content></item><item><title><![CDATA[Mexico to request criminal charges over deaths following fatal shooting of Houston man by ICE agents]]></title><link>https://www.local10.com/news/world/2026/07/09/mexico-to-request-criminal-charges-over-deaths-following-fatal-shooting-of-houston-man-by-ice-agents/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/09/mexico-to-request-criminal-charges-over-deaths-following-fatal-shooting-of-houston-man-by-ice-agents/</guid><dc:creator><![CDATA[By MARÍA VERZA, Associated Press]]></dc:creator><description><![CDATA[MEXICO CITY (AP) — Mexico will request criminal charges over 17 Mexicans who died in ICE custody or during immigration enforcement operations by the Trump administration, officials said Thursday.]]></description><pubDate>Thu, 09 Jul 2026 19:27:32 +0000</pubDate><content:encoded><![CDATA[<p>MEXICO CITY (AP) — Mexico will request criminal charges over 17 Mexicans who died in ICE custody or during immigration enforcement operations by the Trump administration, officials said Thursday.</p><p>Mexican Foreign Minister Roberto Velasco's announcement Thursday morning further escalated tensions with the United States, as Mexico's government has sharply criticized the treatment of its citizens under U.S. President Donald Trump's push to increase deportations.</p><p>The request, which carries no legal weight, will be submitted to state prosecutors’ offices and the U.S. Department of Justice, asking them to consider criminal charges against those responsible for the deaths.</p><p>It will be accompanied by civil lawsuits against the companies that operate the detention centers in an effort to put an end to human rights violations in those facilities, Velasco said.</p><p>President Claudia Sheinbaum said Thursday that Mexico decided to “move beyond diplomatic channels” and escalate its complaints after an ICE agent killed Mexican citizen Lorenzo Salgado Araujo in Houston this week. Sheinbaum said the killing “is not only sad and regrettable, but also appears to have been targeted.”</p><p>“We are going to do everything in our power, because we cannot stand silent” in the face of the deaths of Mexicans “whose only crime is working honestly in the United States,” Sheinbaum said.</p><p>Salgado Araujo had been living in the country for decades. He was transporting a work crew to a housing construction site when he was shot. His family demanded a thorough investigation into what happened.</p><p>According to the U.S. Department of Homeland Security, which oversees ICE, agents were pursuing him because he was living in the country without legal authorization. Salgado Araujo, the department added, was shot after disregarding orders and attempting to ram an agent, who fired his weapon in self-defense.</p><p>According to the Mexican government, 14 Mexicans have died while in ICE custody and 3 during ICE operations.</p><p>Until now, the Mexican government had supported the victims’ families, sent diplomatic notes to Washington demanding investigations, and raised the issue with the Inter-American Commission on Human Rights. Sheinbaum earlier this year ordered consulates to regularly check in with ICE detainees, and her government even lodged a complaint with the U.N. High Commissioner for Human Rights.</p><p>Mexico's latest request adds to an already strained relationship with the Trump administration. Sheinbaum has cracked down more fiercely than her predecessors on organized crime in the wake of mounting threats by Trump to take military action against cartels. She has also sought to keep an amicable relationship with her U.S. counterpart as the countries renegotiate the decades-old free trade agreement. At the same time, she's taken a strong stance on immigration enforcement and the rights of Mexican citizens in U.S. custody.</p><p>___</p><p>Follow AP’s coverage of Latin America and the Caribbean at https://apnews.com/hub/latin-america</p>]]></content:encoded><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><media:content url="https://www.local10.com/resizer/v2/E34IH7REU4B2RTMP5QRYMDSKRY.jpg?auth=15b334408c43c1cf57dbdede568a2138c7b0fe32cba4b5154755467507ff3148&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Attendees light 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/DXPYDSDWTWS3XNGSHID4ZTWSJA.jpg?auth=e242f01a434fca6e48f77b5d70492803cb70ebec11bf38d796e5cb0cb54dd3a2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ronaldo Salgado, right, son of Lorenzo Salgado Araujo, speaks as his brother, Lorenzo Jr. holds family photographs 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/ULDSRZDN6BZHBST2WIXPRUTF5U.jpg?auth=5296342e05bce704a6ed1a45a09635c599c0d5a7d684464a98281bd9950dad71&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People march during a 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/RY543NGCY3CHUVVD74MB36PLOY.jpg?auth=ac9684f94c77fbd496f55acaf335f75290334b2d6ab9e894ce8cc73570df63b2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A man walks home draped in a Mexican flag after 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[Scooping up success: South Florida man builds business around an unpopular chore]]></title><link>https://www.local10.com/pets/2026/07/09/scooping-up-success-south-florida-man-builds-business-around-an-unpopular-chore/</link><guid isPermaLink="true">https://www.local10.com/pets/2026/07/09/scooping-up-success-south-florida-man-builds-business-around-an-unpopular-chore/</guid><dc:creator><![CDATA[Hannah Yechivi]]></dc:creator><description><![CDATA[Most dog owners don’t enjoy cleaning up after their pets. For one South Florida entrepreneur, it’s become a growing business.]]></description><pubDate>Thu, 09 Jul 2026 16:25:05 +0000</pubDate><content:encoded><![CDATA[<p>Most dog owners don’t enjoy cleaning up after their pets. For one South Florida entrepreneur, it’s become a growing business.</p><p><a href="https://www.local10.com/espanol/2026/07/09/convierte-una-tarea-poco-popular-en-un-negocio-exitoso-en-el-sur-de-florida/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/09/convierte-una-tarea-poco-popular-en-un-negocio-exitoso-en-el-sur-de-florida/">Leer en español</a></p><p>Gianni Russo is the owner — and only employee — of <a href="https://4d9506f4.isolation.zscaler.com/profile/345bb00b-2721-495d-94d7-9bc0b2c839f5/zia-session/?controls_id=66a7b527-0723-4d1a-a166-6541cf326880&amp;region=was&amp;tenant=40bc5949890e&amp;user=f244f782864bc01df951352a1b4e0b4024bc48b300e0dbd8c0fb026da034ec36&amp;original_url=https%3A%2F%2Fscoopydoodz.com%2F&amp;key=sh-1&amp;hmac=27f9a2a2e4cb57097e6a341f3033c0edf4a8adefe26fcbd0386b97a7b3a1b117" target="_self" rel="" title="https://4d9506f4.isolation.zscaler.com/profile/345bb00b-2721-495d-94d7-9bc0b2c839f5/zia-session/?controls_id=66a7b527-0723-4d1a-a166-6541cf326880&amp;region=was&amp;tenant=40bc5949890e&amp;user=f244f782864bc01df951352a1b4e0b4024bc48b300e0dbd8c0fb026da034ec36&amp;original_url=https%3A%2F%2Fscoopydoodz.com%2F&amp;key=sh-1&amp;hmac=27f9a2a2e4cb57097e6a341f3033c0edf4a8adefe26fcbd0386b97a7b3a1b117">Scoopy Doodz</a>, a pet waste removal service that travels to homes across Broward, Palm Beach and St. Lucie counties.</p><p>Before stepping into each customer’s yard, Russo slips disposable boot covers over his shoes, grabs a rake and poop scoop, and gets to work.</p><p>“I use these foot covers not only so I don’t step in poop, because I also don’t want to track poop into other people’s yards,” Russo said.</p><p>Russo said every yard is cleaned using the same methodical process.</p><p>“So right now, what I do is I compartmentalize the yard into a few sections and then I’ll scale it by walking from one side to the other, taking one side step and coming back. That way I don’t miss any spots whatsoever,” he said.</p><p>Before launching Scoopy Doodz, Russo worked professionally caring for dogs, building relationships with pet owners like Zach Feinsilver and his Wheaten Terrier, Zeke.</p><p>“Gianni then came to me and said that he was starting a company cleaning out the waste in the yards. And it’s perfect,” Feinsilver said.</p><p>For customers, the service is about more than convenience. Russo visits many homes weekly, helping homeowners avoid an unpleasant chore while keeping their yards cleaner.</p><p>“I think some people mention it to other people, like, ‘Hey, my friend is doing this, and it’s so wild and maybe it’s a joke.’ And then that person goes, ‘Well, actually, I need that service,’” Russo said.</p><p>Feinsilver said Russo’s personality is part of what keeps him coming back.</p><p>“It makes your life easy, it makes your house great, but dealing with him is a joy. So, he’s just the nicest guy. He’s always happy to have him there. And most important, my boy Zeke, my dog, he loves Gianni,” he said.</p><p>Asked whether hiring the service is about convenience, cleanliness or simply not wanting to deal with pet waste, Feinsilver’s answer was straightforward.</p><p>“Everything you just said,” he said. “I walk in the yard; I never worry about a thing. It’s like I don’t have a dog using the yard.”</p><p>Russo said the job also includes watching for anything unusual while he’s in a customer’s yard, from signs of illness to conditions that could affect the lawn.</p><p>“These burn spots in the grass actually come from nitrogen, that’s from dogs’ urine and waste,” Russo said. “Removing the waste before the sun can bake it into the grass actually saves your lawn as well.”</p><p>To prevent cross-contamination, Russo disinfects his tools after every stop.</p><p>At another stop, customer Sean Dunson said hiring Russo has simplified life with three dogs.</p><p>“Our dogs are outside all the time and so it just made sense to have someone that could just handle that for us and take it off our plate so that we don’t forget about it and end up having an accident and walking through it or our dogs walking through it and track it in,” Dunson said. “I found out about Gianni and Scoopy Doodz and the rest is history.”</p><p>Dunson said Russo’s thoroughness stands out.</p><p>“He’s very on it, very thorough. Every time they leave, we don’t have to worry about finding stray piles of poop everywhere. He handles everything,” he said.</p><p>Russo said some new customers are initially embarrassed to hire a pet waste removal service, but he tries to put them at ease.</p><p>“I’ve definitely had some customers who may be slightly embarrassed when I first showed up, but it’s nothing to be embarrassed about,” he said. “I think it’s super normal. I’m just happy that they own a dog, and the dog has a yard.”</p><p>With visits starting at $18, Russo said the business has grown through referrals from satisfied customers — proving that even one of the least glamorous jobs can fill a real need for busy pet owners.</p><p>If you’re interested in learning more about <a href="https://www.instagram.com/scoopydoodz" target="_self" rel="" title="https://www.instagram.com/scoopydoodz">Scoopy Doodz</a>, you can call Russo at 561-288-6565 or email: walks@doggydoodz.com. </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[Convierte una tarea poco popular en un negocio exitoso en el sur de Florida]]></title><link>https://www.local10.com/espanol/2026/07/09/convierte-una-tarea-poco-popular-en-un-negocio-exitoso-en-el-sur-de-florida/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/09/convierte-una-tarea-poco-popular-en-un-negocio-exitoso-en-el-sur-de-florida/</guid><dc:creator><![CDATA[Hannah Yechivi]]></dc:creator><description><![CDATA[A la mayoría de los dueños de perros no les gusta recoger los desechos de sus mascotas. Para un emprendedor del sur de Florida, esa tarea se ha convertido en un negocio en crecimiento.]]></description><pubDate>Thu, 09 Jul 2026 16:50:02 +0000</pubDate><content:encoded><![CDATA[<p>A la mayoría de los dueños de perros no les gusta recoger los desechos de sus mascotas. Para un emprendedor del sur de Florida, esa tarea se ha convertido en un negocio en crecimiento.</p><p>Gianni Russo es el propietario y único empleado de <a href="https://4d9506f4.isolation.zscaler.com/profile/345bb00b-2721-495d-94d7-9bc0b2c839f5/zia-session/?controls_id=66a7b527-0723-4d1a-a166-6541cf326880&amp;region=was&amp;tenant=40bc5949890e&amp;user=f244f782864bc01df951352a1b4e0b4024bc48b300e0dbd8c0fb026da034ec36&amp;original_url=https%3A%2F%2Fscoopydoodz.com%2F&amp;key=sh-1&amp;hmac=27f9a2a2e4cb57097e6a341f3033c0edf4a8adefe26fcbd0386b97a7b3a1b117" target="_blank" rel="noreferrer" title="https://4d9506f4.isolation.zscaler.com/profile/345bb00b-2721-495d-94d7-9bc0b2c839f5/zia-session/?controls_id=66a7b527-0723-4d1a-a166-6541cf326880&amp;region=was&amp;tenant=40bc5949890e&amp;user=f244f782864bc01df951352a1b4e0b4024bc48b300e0dbd8c0fb026da034ec36&amp;original_url=https%3A%2F%2Fscoopydoodz.com%2F&amp;key=sh-1&amp;hmac=27f9a2a2e4cb57097e6a341f3033c0edf4a8adefe26fcbd0386b97a7b3a1b117">Scoopy Doodz</a>, un servicio de recolección de desechos de mascotas que presta servicio a viviendas en los condados Broward, Palm Beach y St. Lucie.</p><p>Antes de entrar al patio de cada cliente, Russo se coloca cubiertas desechables sobre los zapatos, toma un rastrillo y un recogedor para excrementos y se pone a trabajar.</p><p>“Uso estas cubiertas para los zapatos no solo para no pisar excremento, sino también porque no quiero llevar excremento a los patios de otras personas”, dijo Russo.</p><p>Russo explicó que limpia cada patio siguiendo el mismo proceso metódico.</p><p>“Lo que hago es dividir el patio en varias secciones y luego recorrerlo caminando de un lado al otro, dando un paso lateral y regresando. De esa manera no dejo ningún lugar sin revisar”, dijo.</p><p>Antes de crear Scoopy Doodz, Russo trabajó profesionalmente cuidando perros, lo que le permitió establecer relaciones con dueños de mascotas como Zach Feinsilver y su Wheaten Terrier, Zeke.</p><p>“Gianni vino y me dijo que estaba iniciando una empresa para recoger los desechos de los patios. Y es perfecto”, dijo Feinsilver.</p><p>Para los clientes, el servicio es más que una cuestión de comodidad. Russo visita muchas viviendas cada semana, ayudando a los propietarios a evitar una tarea desagradable mientras mantiene sus patios más limpios.</p><p>“Creo que algunas personas se lo comentan a otras, como: “Oye, mi amigo está haciendo esto, es algo muy raro y quizá parezca una broma”. Y entonces esa persona responde: “Bueno, en realidad necesito ese servicio””, dijo Russo.</p><p>Feinsilver dijo que la personalidad de Russo es parte de lo que lo hace seguir contratándolo.</p><p>“Te facilita la vida, hace que tu casa esté en mejores condiciones, pero además tratar con él es un placer. Es una persona muy amable. Siempre da gusto tenerlo por aquí. Y lo más importante es que mi hijo Zeke, mi perro, adora a Gianni”, dijo.</p><p>Cuando le preguntaron si contratar el servicio era por comodidad, limpieza o simplemente para no tener que lidiar con los desechos de las mascotas, la respuesta de Feinsilver fue directa.</p><p>“Todo lo que acabas de decir”, respondió. “Camino por el patio y nunca tengo que preocuparme por nada. Es como si no tuviera un perro usando el patio”.</p><p>Russo dijo que su trabajo también incluye estar atento a cualquier situación inusual mientras se encuentra en el patio de un cliente, desde señales de enfermedad hasta condiciones que puedan afectar el césped.</p><p>“Estas manchas quemadas en el césped en realidad son causadas por el nitrógeno presente en la orina y los desechos de los perros”, explicó Russo. “Retirar los desechos antes de que el sol los impregne en el césped también ayuda a protegerlo”.</p><p>Para evitar la contaminación cruzada, Russo desinfecta sus herramientas después de cada visita.</p><p>En otra parada, el cliente Sean Dunson dijo que contratar a Russo ha simplificado la vida con sus tres perros.</p><p>“Nuestros perros están afuera todo el tiempo, así que tenía sentido contar con alguien que se encargara de eso por nosotros y nos quitara esa tarea de encima para no olvidarnos y terminar teniendo un accidente al pisar los desechos o que los perros los pisen y los lleven al interior de la casa”, dijo Dunson. “Me enteré de Gianni y de Scoopy Doodz, y el resto es historia”.</p><p>Dunson dijo que la dedicación de Russo marca la diferencia.</p><p>“Es muy atento y muy minucioso. Cada vez que se va, no tenemos que preocuparnos por encontrar montones de excremento por todas partes. Él se encarga de todo”, dijo.</p><p>Russo comentó que algunos clientes nuevos al principio sienten vergüenza de contratar un servicio de recolección de desechos de mascotas, pero trata de hacerlos sentir cómodos.</p><p>“Definitivamente he tenido algunos clientes que se sentían un poco avergonzados cuando llegué por primera vez, pero no hay nada de qué avergonzarse”, dijo. “Creo que es algo completamente normal. Me alegra que tengan un perro y que el perro tenga un patio”.</p><p>Con visitas que comienzan en $18 USD, Russo dijo que el negocio ha crecido gracias a las recomendaciones de clientes satisfechos, demostrando que incluso uno de los trabajos menos glamorosos puede satisfacer una necesidad real para los dueños de mascotas con poco tiempo.</p><p>Si desea obtener más información sobre <a href="https://www.instagram.com/scoopydoodz" target="_blank" rel="noreferrer" title="https://www.instagram.com/scoopydoodz">Scoopy Doodz</a>, puede llamar a Russo al 561-288-6565 o enviar un correo electrónico a <a href="mailto:walks@doggydoodz.com" rel="">walks@doggydoodz.com</a>.</p>]]></content:encoded></item><item><title><![CDATA[Operation Hurricane: 46 charged, 94 guns seized in Palm Beach County federal crackdown]]></title><link>https://www.local10.com/news/local/2026/07/09/operation-hurricane-46-charged-94-guns-seized-in-palm-beach-county-federal-crackdown/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/09/operation-hurricane-46-charged-94-guns-seized-in-palm-beach-county-federal-crackdown/</guid><dc:creator><![CDATA[Trent Kelly, Amanda Batchelor]]></dc:creator><description><![CDATA[Federal authorities on Thursday announced the results of a two-month undercover operation in Palm Beach County that they said led to dozens of arrests, the seizure of nearly 100 firearms and the recovery of large quantities of illegal drugs.]]></description><pubDate>Thu, 09 Jul 2026 16:39:12 +0000</pubDate><content:encoded><![CDATA[<p>Federal authorities on Thursday announced the results of a two-month undercover operation in Palm Beach County that they said led to dozens of arrests, the seizure of nearly 100 firearms and the recovery of large quantities of illegal drugs.</p><p><a href="https://www.local10.com/espanol/2026/07/09/operacion-hurricane-acusan-a-46-personas-e-incautan-94-armas-en-operativo-federal-en-el-condado-palm-beach/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/09/operacion-hurricane-acusan-a-46-personas-e-incautan-94-armas-en-operativo-federal-en-el-condado-palm-beach/">Leer en español</a></p><p>Dubbed “Operation Hurricane,” the joint effort by the Bureau of Alcohol, Tobacco, Firearms and Explosives (ATF) and the U.S. Department of Justice targeted violent offenders, armed convicted felons and drug traffickers through a series of undercover investigations.</p><p>Officials said 46 people have been charged in connection with the operation. While most suspects have been arrested, five remain at large.</p><p>“If there’s one thing this operation makes crystal clear, it’s that this department is not just going to be reactive to the crimes around us,” DOJ Assistant Attorney General Colin McDonald said. “We are not waiting for violence to happen before we act.”</p><p>Over the course of the investigation, law enforcement conducted more than 120 undercover operations and months of surveillance.</p><p>Authorities seized 94 firearms along with significant quantities of cocaine, crack cocaine, fentanyl, methamphetamine and heroin.</p><p>“In the last two months, law enforcement seized 94 firearms, and substantial quantities of narcotics,” McDonald said.</p><p>Officials also highlighted a major development that stemmed from the operation. According to investigators, one man arrested during the undercover investigation was later linked to a homicide in West Palm Beach that had occurred just days earlier.</p><p>Using the ATF’s national ballistic database, investigators matched a Glock handgun recovered during the operation to shell casings found at the murder scene.</p><p>U.S. Attorney for the Southern District of Florida Jason Reding Quiñones said the operation demonstrates the value of proactive policing.</p><p>“These agents, I can’t emphasize this enough, they are saving lives with this work,” Quiñones said. “This is what proactive law enforcement looks like.”</p><p>ATF Director Rob Cekada said the operation focused on identifying and targeting people believed to be driving violent crime rather than conducting broad enforcement efforts.</p><p>“Instead of going into neighborhoods randomly, hoping to find people responsible for violent crime, we work with our partners to zone in on those people responsible for driving violence and to remove those folks from those communities,” Cekada said.</p><p>Federal officials said the investigation is part of ongoing efforts to reduce violent crime by disrupting illegal firearm trafficking and drug distribution networks in South Florida.</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[Operación Hurricane: Acusan a 46 personas e incautan 94 armas en operativo federal en el condado Palm Beach]]></title><link>https://www.local10.com/espanol/2026/07/09/operacion-hurricane-acusan-a-46-personas-e-incautan-94-armas-en-operativo-federal-en-el-condado-palm-beach/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/09/operacion-hurricane-acusan-a-46-personas-e-incautan-94-armas-en-operativo-federal-en-el-condado-palm-beach/</guid><dc:creator><![CDATA[Trent Kelly, Amanda Batchelor]]></dc:creator><description><![CDATA[Las autoridades federales anunciaron el jueves los resultados de una operación encubierta de dos meses en el condado Palm Beach que, según informaron, condujo al arresto de decenas de personas, la incautación de casi 100 armas de fuego y el decomiso de grandes cantidades de drogas ilegales.]]></description><pubDate>Thu, 09 Jul 2026 16:45:56 +0000</pubDate><content:encoded><![CDATA[<p>Las autoridades federales anunciaron el jueves los resultados de una operación encubierta de dos meses en el condado Palm Beach que, según informaron, condujo al arresto de decenas de personas, la incautación de casi 100 armas de fuego y el decomiso de grandes cantidades de drogas ilegales.</p><p>Denominada “Operación Hurricane”, la iniciativa conjunta de la Oficina de Alcohol, Tabaco, Armas de Fuego y Explosivos (ATF) y el Departamento de Justicia de Estados Unidos (DOJ) tuvo como objetivo a delincuentes violentos, delincuentes condenados armados y narcotraficantes mediante una serie de investigaciones encubiertas.</p><p>Las autoridades informaron que 46 personas han sido acusadas en relación con la operación. Aunque la mayoría de los sospechosos ya fueron arrestados, cinco continúan prófugos.</p><p>“Si hay algo que esta operación deja absolutamente claro es que este departamento no solo va a reaccionar ante los delitos que ocurren a nuestro alrededor”, dijo el fiscal general adjunto del DOJ, Colin McDonald. “No vamos a esperar a que ocurra un acto de violencia para actuar”.</p><p>Durante el transcurso de la investigación, las fuerzas del orden realizaron más de 120 operaciones encubiertas y meses de vigilancia.</p><p>Las autoridades incautaron 94 armas de fuego, junto con cantidades significativas de cocaína, cocaína crack, fentanilo, metanfetamina y heroína.</p><p>“En los últimos dos meses, las fuerzas del orden incautaron 94 armas de fuego y cantidades sustanciales de narcóticos”, dijo McDonald.</p><p>Las autoridades también destacaron un importante avance derivado de la operación. Según los investigadores, un hombre arrestado durante la investigación encubierta fue posteriormente vinculado con un homicidio ocurrido en West Palm Beach apenas unos días antes.</p><p>Mediante la base de datos nacional de balística de la ATF, los investigadores relacionaron una pistola Glock recuperada durante la operación con casquillos de bala encontrados en la escena del homicidio.</p><p>El fiscal federal para el Distrito Sur de Florida, Jason Reding Quiñones, dijo que la operación demuestra el valor de una estrategia policial proactiva.</p><p>“No puedo enfatizar esto lo suficiente: estos agentes están salvando vidas con este trabajo”, dijo Quiñones. “Así es como luce una labor policial proactiva”.</p><p>El director de la ATF, Rob Cekada, dijo que la operación se centró en identificar y actuar contra las personas que se cree impulsan los delitos violentos, en lugar de realizar operativos generales.</p><p>“En lugar de ingresar al azar a los vecindarios con la esperanza de encontrar a los responsables de los delitos violentos, trabajamos con nuestros socios para identificar a las personas responsables de generar violencia y retirarlas de esas comunidades”, dijo Cekada.</p><p>Las autoridades federales informaron que la investigación forma parte de los esfuerzos continuos para reducir los delitos violentos mediante la interrupción de las redes de tráfico ilegal de armas de fuego y distribución de drogas en el sur de Florida.</p>]]></content:encoded></item><item><title><![CDATA[11-year-old boy recovering after losing hand in Florida alligator attack]]></title><link>https://www.local10.com/news/florida/2026/07/08/11-year-old-boy-recovering-after-losing-hand-in-florida-alligator-attack/</link><guid isPermaLink="true">https://www.local10.com/news/florida/2026/07/08/11-year-old-boy-recovering-after-losing-hand-in-florida-alligator-attack/</guid><dc:creator><![CDATA[Caroline Coles]]></dc:creator><description><![CDATA[An 11-year-old boy is recovering after losing his right hand in an alligator attack while fishing with his father in Marion County.]]></description><pubDate>Wed, 08 Jul 2026 23:55:36 +0000</pubDate><content:encoded><![CDATA[<p>An 11-year-old boy is recovering after losing his right hand in an alligator attack while fishing with his father in Marion County.</p><p>The child and his father, Peter Dituri, are back home in Pennsylvania after a family trip to Florida.</p><p>“For the last couple of years, we’ve been going down there,” Dituri said.</p><p>For Brodie, every trip meant one thing: fishing.</p><p>“He always has to bring his fishing pole with him. So any chance he sees water, he’s like, ‘Let’s go fishing,’” Dituri said.</p><p>The father and son were fishing at Nelson’s Fish Camp in Marion County when Brodie caught a fish.</p><p>As he went to release it, an alligator grabbed his arm.</p><p>Dituri said he immediately jumped on the alligator, trying to pry its jaws open to free his son.</p><p>“There was no thought process. It was just instinct,” he said.</p><p>He said officers later told him that if he had not jumped on the alligator and caused it to roll, it would have pulled Brodie into the water before rolling.</p><p>As he yelled for someone to call 911, bystanders rushed over to help.</p><p>“From having nobody around to having people there, I can’t thank them enough,” Dituri said through tears.</p><p>Now, the family is focused on Brodie’s recovery.</p><p>Dituri said they are headed to another doctor’s appointment, one of many still ahead.</p><p>Doctors have discussed both transplant and prosthetic options as Brodie begins adjusting to life after the attack.</p><p>“He’s leaning in toward looking at the prosthetics,” Dituri said.</p><p>Dituri said Brodie’s right hand was also his dominant hand, especially when playing baseball and football.</p><p>The road ahead will be long, both physically and mentally. Brodie said he is now “definitely afraid of Florida.”</p><p>Florida Fish and Wildlife Conservation Commission officials said they have captured and killed the alligator believed to be responsible for the attack.</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[Balacera desde un vehículo en marcha deja a joven de 18 años herido en el suroeste de Miami-Dade]]></title><link>https://www.local10.com/espanol/2026/07/09/balacera-desde-un-vehiculo-en-marcha-deja-a-joven-de-18-anos-herido-en-el-suroeste-de-miami-dade/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/09/balacera-desde-un-vehiculo-en-marcha-deja-a-joven-de-18-anos-herido-en-el-suroeste-de-miami-dade/</guid><dc:creator><![CDATA[Magdala Louissaint]]></dc:creator><description><![CDATA[Una balacera desde un vehículo en marcha dejó a una persona herida en el patio delantero de una vivienda la noche del miércoles, según informaron agentes de la Oficina del Sheriff de Miami-Dade.]]></description><pubDate>Thu, 09 Jul 2026 13:42:37 +0000</pubDate><content:encoded><![CDATA[<p>Una balacera desde un vehículo en marcha dejó a un joven de 18 años herido en el patio delantero de una vivienda en el suroeste de Miami-Dade la noche del miércoles, según informaron agentes de la Oficina del Sheriff de Miami-Dade.</p><p>Vecinos, que hablaron sin aparecer en cámara, dijeron que escucharon cinco disparos.</p><p>Sky 10 sobrevoló la escena cerca de Southwest 196th Avenue y Southwest 308th Street después de la balacera.</p><p>Se observó a los agentes concentrando su atención cerca de una vivienda, caminando por la entrada de vehículos, mientras otros agentes conversaban entre ellos en la intersección.</p><p>Los agentes dijeron que encontraron a la víctima, que había recibido un disparo, en la franja de terreno del condado ubicada frente a la vivienda.</p><p>La víctima estaba consciente y dijo a los agentes que un vehículo pasó por el lugar y desde ese vehículo se realizaron disparos que la impactaron, informaron las autoridades.</p><p>Paramédicos de Miami-Dade Fire Rescue trasladaron a la víctima al hospital, donde fue reportada en condición estable, según las autoridades.</p><p>Los agentes no han confirmado si el responsable fue detenido ni qué tipo de vehículo utilizó.</p>]]></content:encoded></item><item><title><![CDATA[Aki Iwai leads and Nelly Korda struggles in first round at Evian women's major]]></title><link>https://www.local10.com/sports/2026/07/09/aki-iwai-leads-and-nelly-korda-struggles-in-first-round-at-evian-womens-major/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/09/aki-iwai-leads-and-nelly-korda-struggles-in-first-round-at-evian-womens-major/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[EVIAN-LES-BAINS, France (AP) — Aki Iwai shot an 8-under 63 for a two-stroke lead on Thursday in the first round of the Evian Championship, the fourth women’s golf major of the season, as top-ranked Nelly Korda struggled.]]></description><pubDate>Thu, 09 Jul 2026 16:43:35 +0000</pubDate><content:encoded><![CDATA[<p>EVIAN-LES-BAINS, France (AP) — Aki Iwai shot an 8-under 63 for a two-stroke lead on Thursday in the first round of the Evian Championship, the fourth women’s golf major of the season, as top-ranked Nelly Korda struggled.</p><p>The 24th-ranked Iwai had eight birdies and no dropped shots in the sun-splashed lakeside town that three weeks ago hosted the G7 summit of world leaders.</p><p>Japan's Iwai made birdies at three of the last four holes, including the par-5 18th, and led by two shots from Perrine Delacour, whose 6-under 65 included an eagle at the par-5 15th and a pair of bogeys toward the end of her round.</p><p>A group of five players with 5-under 66s included the winner of the Women’s PGA Championship two weeks ago, Haeran Ryu, and world No. 5 Charley Hull, who started the week as a guest in the Royal Box at Wimbledon.</p><p>Hull had two early bogeys before making the turn at level par, then came home in just 31 shots capped by an eagle at the par-5 18th. Also on 5 under were Mao Saigo, Maja Stark and Jin Hee Im.</p><p>Korda struggles</p><p>It was a tough day at Evian Resort Golf Club for Korda, who won the first two majors this season — the Chevron Championship and the U.S. Women’s Open.</p><p>Korda was 11 shots back with a 3-over 74, including a doubly bogey six at the first hole, which she played as her 10th.</p><p>Celine Boutier, the 2023 champion at Evian, had a bigger problem at No. 1. She started with a triple bogey 7 and later made back-to-back double bogey 6s on Nos. 10 and 11. Boutier birdied the 18th to card a 5-over 76.</p><p>The Evian Championship has been the fifth women's major since the 2013 edition and now has a $9.1 million prize money fund.</p><p>___</p><p>AP golf: https://apnews.com/hub/golf</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ISV4BRY6K3C7R5KP54CV3OLSWA.jpg?auth=76b48c7f8b01ef9ac366145ba8a476536086ff9e8f54a288589ebaf0d4295183&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Aki Iwai, of Japan, drives from the 10th tee during the second round of the Women's PGA Championship golf tournament, Friday, June 26, 2026, in Chaska, Minn. (AP Photo/Chris Carlson)]]></media:description><media:credit role="author" scheme="urn:ebu">Chris Carlson</media:credit></media:content></item><item><title><![CDATA[LGBTQ+ cruise rerouted after Turkey, Egypt deny port access; South Florida passenger speaks out]]></title><link>https://www.local10.com/news/local/2026/07/09/lgbtq-cruise-rerouted-after-turkey-egypt-deny-port-access-south-florida-passenger-speaks-out/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/09/lgbtq-cruise-rerouted-after-turkey-egypt-deny-port-access-south-florida-passenger-speaks-out/</guid><dc:creator><![CDATA[Jackie Pascale, Amanda Batchelor]]></dc:creator><description><![CDATA[Passengers aboard an LGBTQ+-focused cruise are reacting after two countries refused to allow the ship to dock, forcing itinerary changes and sparking an international conversation about LGBTQ+ rights and travel.]]></description><pubDate>Thu, 09 Jul 2026 15:55:03 +0000</pubDate><content:encoded><![CDATA[<p>Passengers aboard an LGBTQ+-focused cruise are reacting after two countries refused to allow the ship to dock, forcing itinerary changes and sparking an international conversation about LGBTQ+ rights and travel.</p><p><a href="https://www.local10.com/espanol/2026/07/09/crucero-lgbtq-cambia-de-ruta-tras-negativa-de-turquia-y-egipto-a-permitir-el-acceso-a-sus-puertos-pasajero-del-sur-de-florida-habla-sobre-lo-ocurrido/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/09/crucero-lgbtq-cambia-de-ruta-tras-negativa-de-turquia-y-egipto-a-permitir-el-acceso-a-sus-puertos-pasajero-del-sur-de-florida-habla-sobre-lo-ocurrido/">Leer en español</a></p><p>The Scarlet Lady, operated by Virgin Voyages and chartered by LGBTQ+ travel company Atlantis Events, departed Athens, Greece, on Sunday and is scheduled to return July 15 after sailing through the Mediterranean.</p><p>The cruise was originally scheduled to stop in Istanbul, Turkey, before continuing to other destinations. However, Turkish authorities barred the ship from docking, citing “moral standards” and “family values.”</p><p>According to passenger Joshua New, a South Florida resident traveling with his husband, the decision came after backlash over a planned LGBTQ+ event in Istanbul.</p><p>“He says to me, well, one of the gay bars in Istanbul was going to have a party for us, and a prominent conservative paper in Turkey got ahold of it, and it became a political problem,” New said.</p><p>He said many passengers were caught off guard.</p><p>“People were kind of in a lot of disbelief, angry, upset,” New said.</p><p>The itinerary changed again after passengers learned Egyptian authorities also would not allow the ship to make its planned stop near Cairo, resulting in an additional day at sea.</p><p>“That’s when we heard that the Egyptian authorities had said that you weren’t allowed to enter,” New said.</p><p>Despite the disappointment, New said the atmosphere onboard has remained positive.</p><p>“I try to think about positive stuff,” he said. “We should make the best of this. We’re on a cruise with lots of people that are amazing, and we can make the best of this.”</p><p>New said many travelers choose LGBTQ+-focused cruises because they provide a welcoming environment where passengers can be themselves while exploring new destinations.</p><p>“We choose to go on a gay cruise for this because we can feel comfortable to be ourselves,” he said. “It’s a way to gain community. It’s a way to share and be comfortable opening up.”</p><p>He added that for some international travelers, cruises like this represent a rare opportunity to feel accepted.</p><p>“Maybe they live in a place where being gay is not acceptable where (they’re) from,” New said. “And this is the one thing they do in a year, maybe in five years, that makes them feel free and alive.”</p><p>Still, he said being turned away by multiple countries has been emotionally difficult.</p><p>“It feels like it’s yet again people are saying, ‘It’s not OK to be gay, Josh ... What you are is not OK,’” New said.</p><p>Even so, he said the LGBTQ+ community has responded the way it often has in the face of adversity.</p><p>“Gay men are kind of resilient. For a lot of us, this isn’t something very new. It doesn’t mean it’s not hurtful,” he said.</p><p>Speaking from the ship’s deck, New described passengers continuing to enjoy their vacation despite the unexpected changes.</p><p>“There’s music -- people are laughing and clapping,” he said. “Life goes on, and we say, ‘You know what? We’re going to make the best of this, and we’re going to be resilient, just like we always have been.’”</p><p>Virgin Voyages and Atlantis Events have not yet responded to requests for comment regarding the itinerary 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[Crucero LGBTQ+ cambia de ruta tras negativa de Turquía y Egipto a permitir el acceso a sus puertos; pasajero del sur de Florida habla sobre lo ocurrido]]></title><link>https://www.local10.com/espanol/2026/07/09/crucero-lgbtq-cambia-de-ruta-tras-negativa-de-turquia-y-egipto-a-permitir-el-acceso-a-sus-puertos-pasajero-del-sur-de-florida-habla-sobre-lo-ocurrido/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/09/crucero-lgbtq-cambia-de-ruta-tras-negativa-de-turquia-y-egipto-a-permitir-el-acceso-a-sus-puertos-pasajero-del-sur-de-florida-habla-sobre-lo-ocurrido/</guid><dc:creator><![CDATA[Jackie Pascale, Amanda Batchelor]]></dc:creator><description><![CDATA[Los pasajeros a bordo de un crucero dirigido a la comunidad LGBTQ+ están reaccionando después de que dos países se negaran a permitir que el barco atracara, lo que obligó a modificar el itinerario y desató una conversación internacional sobre los derechos de la comunidad LGBTQ+ y los viajes.]]></description><pubDate>Thu, 09 Jul 2026 16:42:41 +0000</pubDate><content:encoded><![CDATA[<p>Los pasajeros a bordo de un crucero dirigido a la comunidad LGBTQ+ están reaccionando después de que dos países se negaran a permitir que el barco atracara, lo que obligó a modificar el itinerario y desató una conversación internacional sobre los derechos de la comunidad LGBTQ+ y los viajes.</p><p>El Scarlet Lady, operado por Virgin Voyages y fletado por la empresa de viajes LGBTQ+ Atlantis Events, zarpó de Atenas, Grecia, el domingo y tiene previsto regresar el 15 de julio tras navegar por el Mediterráneo.</p><p>Originalmente, el crucero tenía programada una escala en Estambul, Turquía, antes de continuar hacia otros destinos. Sin embargo, las autoridades turcas impidieron que el barco atracara, al citar “normas morales” y “valores familiares”.</p><p>Según el pasajero Joshua New, residente del sur de Florida que viaja con su esposo, la decisión se produjo después de la reacción negativa por un evento LGBTQ+ programado en Estambul.</p><p>“Me dijo: bueno, uno de los bares gay de Estambul iba a organizar una fiesta para nosotros, y un importante periódico conservador de Turquía se enteró de ello, y se convirtió en un problema político”, dijo New.</p><p>Dijo que muchos pasajeros quedaron sorprendidos.</p><p>“La gente estaba incrédula, enojada y molesta”, dijo New.</p><p>El itinerario volvió a cambiar después de que los pasajeros supieran que las autoridades egipcias tampoco permitirían que el barco hiciera su escala prevista cerca de El Cairo, lo que resultó en un día adicional de navegación.</p><p>“Fue entonces cuando nos enteramos de que las autoridades egipcias habían dicho que no se nos permitía entrar”, dijo New.</p><p>A pesar de la decepción, New dijo que el ambiente a bordo se ha mantenido positivo.</p><p>“Trato de pensar en cosas positivas”, dijo. “Debemos sacar lo mejor de esto. Estamos en un crucero con muchas personas increíbles y podemos aprovechar al máximo esta experiencia”.</p><p>New dijo que muchos viajeros eligen los cruceros dirigidos a la comunidad LGBTQ+ porque ofrecen un ambiente acogedor donde los pasajeros pueden ser ellos mismos mientras conocen nuevos destinos.</p><p>“Elegimos hacer un crucero gay por eso, porque podemos sentirnos cómodos siendo nosotros mismos”, dijo. “Es una forma de crear comunidad. Es una forma de compartir y sentirse cómodo al abrirse con los demás”.</p><p>Agregó que, para algunos viajeros internacionales, cruceros como este representan una oportunidad poco común para sentirse aceptados.</p><p>“Quizá vivan en un lugar donde ser gay no es aceptado”, dijo New. “Y esta es la única cosa que hacen en un año, o quizá en cinco años, que los hace sentirse libres y vivos”.</p><p>Aun así, dijo que ser rechazados por varios países ha sido emocionalmente difícil.</p><p>“Se siente como si, una vez más, la gente estuviera diciendo: “No está bien ser gay, Josh… Lo que eres no está bien””, dijo New.</p><p>Aun así, afirmó que la comunidad LGBTQ+ ha respondido como suele hacerlo frente a la adversidad.</p><p>“Los hombres gay somos bastante resilientes. Para muchos de nosotros, esto no es algo nuevo. Eso no significa que no sea doloroso”, dijo.</p><p>Hablando desde la cubierta del barco, New describió a los pasajeros disfrutando de sus vacaciones a pesar de los cambios inesperados.</p><p>“Hay música, la gente se ríe y aplaude”, dijo. “La vida continúa y decimos: “¿Saben qué? Vamos a sacar lo mejor de esto y vamos a ser resilientes, como siempre lo hemos sido””.</p><p>Virgin Voyages y Atlantis Events aún no han respondido a las solicitudes de comentarios sobre los cambios en el itinerario.</p>]]></content:encoded></item><item><title><![CDATA[Man appears in Miami-Dade bond court weeks after being shot by officer who he allegedly charged at with Japanese sword]]></title><link>https://www.local10.com/news/local/2026/07/09/man-appears-in-miami-dade-bond-court-weeks-after-being-shot-by-officer-who-he-allegedly-charged-at-with-japanese-sword/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/09/man-appears-in-miami-dade-bond-court-weeks-after-being-shot-by-officer-who-he-allegedly-charged-at-with-japanese-sword/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[A 32-year-old man appeared in Miami-Dade County bond court Thursday from his hospital bed, weeks after police said he was shot by a Miami Shores police officer, who he charged at with a Japanese sword known as a katana, following a confrontation at a car dealership. ]]></description><pubDate>Thu, 09 Jul 2026 15:27:16 +0000</pubDate><content:encoded><![CDATA[<p>A 32-year-old man appeared in Miami-Dade County bond court Thursday from his hospital bed, weeks after police said he was shot by a Miami Shores police officer, who he charged at with a Japanese sword known as a katana, following a confrontation at a car dealership. </p><p><a href="https://www.local10.com/espanol/2026/07/09/hombre-comparece-ante-tribunal-de-fianzas-de-miami-dade-semanas-despues-de-que-un-agente-le-disparara-cuando-presuntamente-lo-ataco-con-una-espada-japonesa/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/09/hombre-comparece-ante-tribunal-de-fianzas-de-miami-dade-semanas-despues-de-que-un-agente-le-disparara-cuando-presuntamente-lo-ataco-con-una-espada-japonesa/">Leer en español</a></p><p>Online jail records show that Barry Joshua Bienaime, of Miami, is facing attempted murder and drug paraphernalia charges.</p><p>According to an arrest report from the Miami Shores Police Department, the incident began June 21 at Tropical Chevrolet, located at 8650 Biscayne Boulevard.</p><p>Police said employees at the dealership called 911 and said that a man was openly carrying what they described as a machete inside the business.</p><p>According to the report, Bienaime had entered the dealership and asked about purchasing a vehicle. When a manager confronted him about the sheathed weapon strapped across his lower back, investigators say he immediately took a fighting stance and grabbed the handle of what was later identified as a katana.</p><p>Authorities said Bienaime became angry and left the dealership. As he walked away, investigators say he unsheathed the katana and struck the rear windshield of a vehicle parked at the business.</p><p><a href="https://www.local10.com/news/local/2026/06/22/video-shows-police-officer-shoot-man-running-toward-him-in-miami-shores/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/22/video-shows-police-officer-shoot-man-running-toward-him-in-miami-shores/">Surveillance video</a> reviewed by investigators allegedly showed Bienaime walking north on the west sidewalk of Biscayne Boulevard before turning around and heading back south. The report states he crossed five lanes of traffic while holding the sword.</p><p>Miami Shores police officers responded to the area near Northeast 86th Street. According to investigators, when Bienaime saw the officers, he sprinted across the street behind a marked patrol vehicle while gripping the katana with both hands.</p><p>As officers exited their vehicles, authorities say Bienaime stood on the west sidewalk before raising the katana over his head and charging directly at a Miami Shores police officer.</p><p>The arrest report states that the officer repeatedly ordered Bienaime to drop the weapon, but he did not comply.</p><p>Police said the <a href="https://www.local10.com/news/local/2026/06/22/video-shows-police-officer-shoot-man-running-toward-him-in-miami-shores/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/22/video-shows-police-officer-shoot-man-running-toward-him-in-miami-shores/">officer then fired his department-issued gun, striking Bienaime twice</a> — once in the lower left abdomen and once in the left arm near his elbow and biceps.</p><p>Bienaime was taken into custody at the scene and was transported to Jackson Memorial Hospital’s Ryder Trauma Center by Miami-Dade Fire Rescue. </p><p>During a search of Bienaime’s belongings, investigators said they found a scale, three grinders, rolling papers and a lighter. </p><p>Miami-Dade County Judge Mindy Glazer ordered Thursday that Bienaime be held without bond. If he eventually gets released from jail, he is not allowed to go back to the Tropical Chevrolet dealership, Glazer said. </p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/MC7IZ4V6VZHBFJXOK2O4FCRBMQ.jpg?auth=b5c1812cdde623ac8e793eb0697de6f4a45ffe8b9beecaa270002e57f4484ef3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Hombre comparece ante tribunal de fianzas de Miami-Dade semanas después de que un agente le disparara cuando presuntamente lo atacó con una espada japonesa]]></title><link>https://www.local10.com/espanol/2026/07/09/hombre-comparece-ante-tribunal-de-fianzas-de-miami-dade-semanas-despues-de-que-un-agente-le-disparara-cuando-presuntamente-lo-ataco-con-una-espada-japonesa/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/09/hombre-comparece-ante-tribunal-de-fianzas-de-miami-dade-semanas-despues-de-que-un-agente-le-disparara-cuando-presuntamente-lo-ataco-con-una-espada-japonesa/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[Un hombre de 32 años compareció el jueves ante un tribunal de fianzas del condado Miami-Dade desde su cama de hospital, semanas después de que la policía informara que un agente de Miami Shores le disparó cuando presuntamente lo atacó con una espada japonesa conocida como katana, tras un enfrentamiento en un concesionario de vehículos.]]></description><pubDate>Thu, 09 Jul 2026 16:39:38 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre de 32 años compareció el jueves ante un tribunal de fianzas del condado Miami-Dade desde su cama de hospital, semanas después de que la policía informara que un agente de Miami Shores le disparó cuando presuntamente lo atacó con una espada japonesa conocida como katana, tras un enfrentamiento en un concesionario de vehículos.</p><p>Los registros de la cárcel en línea muestran que Barry Joshua Bienaime, de Miami, enfrenta cargos por intento de asesinato y posesión de parafernalia de drogas.</p><p>Según un informe de arresto del Departamento de Policía de Miami Shores, el incidente comenzó el 21 de junio en Tropical Chevrolet, ubicado en el 8650 de Biscayne Boulevard.</p><p>La policía informó que empleados del concesionario llamaron al 911 para reportar que un hombre llevaba a la vista lo que describieron como un machete dentro del negocio.</p><p>Según el informe, Bienaime entró al concesionario y preguntó por la compra de un vehículo. Cuando un gerente lo confrontó por el arma enfundada que llevaba sujeta en la parte baja de la espalda, los investigadores dijeron que de inmediato adoptó una posición de combate y sujetó el mango de lo que posteriormente fue identificado como una katana.</p><p>Las autoridades dijeron que Bienaime se enfureció y salió del concesionario. Mientras se alejaba, los investigadores indicaron que desenvainó la katana y golpeó el vidrio trasero de un vehículo estacionado en el negocio.</p><p>Un <a href="https://www.local10.com/news/local/2026/06/22/video-shows-police-officer-shoot-man-running-toward-him-in-miami-shores/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/06/22/video-shows-police-officer-shoot-man-running-toward-him-in-miami-shores/">video de vigilancia</a> revisado por los investigadores presuntamente muestra a Bienaime caminando hacia el norte por la acera oeste de Biscayne Boulevard antes de darse la vuelta y dirigirse nuevamente hacia el sur. El informe señala que cruzó cinco carriles de circulación mientras sostenía la espada.</p><p>Agentes de la Policía de Miami Shores respondieron al área cercana a Northeast 86th Street. Según los investigadores, cuando Bienaime vio a los agentes, cruzó corriendo la calle por detrás de una patrulla identificada mientras sujetaba la katana con ambas manos.</p><p>Cuando los agentes salieron de sus vehículos, las autoridades dijeron que Bienaime permaneció en la acera oeste antes de levantar la katana sobre su cabeza y lanzarse directamente contra un agente de la Policía de Miami Shores.</p><p>El informe de arresto indica que el agente le ordenó en repetidas ocasiones que soltara el arma, pero Bienaime no obedeció.</p><p>La policía informó que <a href="https://www.local10.com/news/local/2026/06/22/video-shows-police-officer-shoot-man-running-toward-him-in-miami-shores/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/06/22/video-shows-police-officer-shoot-man-running-toward-him-in-miami-shores/">el agente entonces disparó su arma de reglamento e hirió a Bienaime en dos ocasiones</a>: una en la parte inferior izquierda del abdomen y otra en el brazo izquierdo, cerca del codo y el bíceps.</p><p>Bienaime fue detenido en el lugar y trasladado por Miami-Dade Fire Rescue al Centro de Trauma Ryder del Hospital Jackson Memorial.</p><p>Durante un registro de las pertenencias de Bienaime, los investigadores dijeron que encontraron una báscula, tres trituradores, papeles para enrollar cigarrillos y un encendedor.</p><p>La jueza del condado Miami-Dade, Mindy Glazer, ordenó el jueves que Bienaime permanezca detenido sin derecho a fianza. Si eventualmente es puesto en libertad, no podrá regresar al concesionario Tropical Chevrolet, indicó Glazer.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/MC7IZ4V6VZHBFJXOK2O4FCRBMQ.jpg?auth=b5c1812cdde623ac8e793eb0697de6f4a45ffe8b9beecaa270002e57f4484ef3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Anaheim Ducks keep Leo Carlsson, matching Flyers' $90 million offer sheet for young center]]></title><link>https://www.local10.com/sports/2026/07/09/anaheim-ducks-keep-leo-carlsson-matching-flyers-90-million-offer-sheet-for-young-center/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/09/anaheim-ducks-keep-leo-carlsson-matching-flyers-90-million-offer-sheet-for-young-center/</guid><dc:creator><![CDATA[By GREG BEACHAM, Associated Press]]></dc:creator><description><![CDATA[ANAHEIM, Calif. (AP) — The Anaheim Ducks have matched the Philadelphia Flyers' offer sheet for center Leo Carlsson, keeping their rising young star at an extraordinary cost.]]></description><pubDate>Thu, 09 Jul 2026 20:40:10 +0000</pubDate><content:encoded><![CDATA[<p>ANAHEIM, Calif. (AP) — The Anaheim Ducks have matched the Philadelphia Flyers' offer sheet for center Leo Carlsson, keeping their rising young star at an extraordinary cost.</p><p>The Ducks announced their decision Thursday on the 21-year-old Carlsson, who is now the NHL's highest-paid player under the five-year, $90 million deal extended by the Flyers one week ago.</p><p>“It’s going to be a special feeling, having this pressure,” said Carlsson, who wasn’t told the Ducks were matching the offer sheet until shortly before the decision was made public. “I always wanted to be a Duck. It’s my home, too. I’m just super excited to be back.”</p><p>Carlsson signed the Flyers' offer sheet as a restricted free agent after a year of fruitless negotiations with Anaheim general manager Pat Verbeek, whose hardline approach in contract talks with his restricted free agents backfired tremendously this time.</p><p>Carlsson's new contract is worth much more than the league expected the Swedish youngster would get as a restricted free agent, and the $18 million average annual value is significantly more than he had already indicated he would accept. The deal surpasses the salary of Minnesota’s Kirill Kaprizov, who would have been the NHL's highest-paid player at $17 million.</p><p>Verbeek acknowledged he was shocked by the Flyers' aggressiveness, and he admitted the entire experience could change the way he conducts business.</p><p>“Did we expect the offer sheet to be this high? No. We did not see that one coming,” Verbeek said. “But we’re very confident in the sense that with the cap going up and the ability of Leo to make great strides of improvement and become an elite player, we feel confident that this contract will be a good one in the end.”</p><p>Carlsson's first significant contract negotiations landed him a record payday — and he might have affected the NHL's entire salary structure going forward with this new benchmark for young talent amid a rising salary cap. Carlsson emerged from the experience with excitement and no hard feelings toward Anaheim about the way everything went down.</p><p>“It’s a lot of business in hockey,” Carlsson said. “I knew it, obviously, but it’s more business than I thought. (The details are) something for my agent to answer more on, but (the offer sheet) was just too good to pass on. I think everybody understands that. I talked to my teammates a lot, and everybody was just happy for me and super-supportive with the decision I made.”</p><p>The Flyers failed to land their long-sought No. 1 center by swiping Carlsson, but the attempt showed general manager Danny Briere’s determination to improve his roster at all costs. The Ducks would have received four first-round draft picks from Philadelphia if they hadn’t matched.</p><p>Future negotiations will reveal whether Briere forever altered the hockey talent market. The structure of Philadelphia’s offer sheet also front-loaded Carlsson’s contract with enormous signing bonuses in another departure from most NHL contracts.</p><p>Fortunately for the Ducks, billionaire owner Henry Samueli eagerly made that hefty financial commitment, calling it “an easy decision” in a statement issued by the team.</p><p>Still, that decision wouldn't have been necessary if Verbeek had done a deal at any point in the previous year. The general manager claimed he made “serious and fair” offers last September to young cornerstones Carlsson, Cutter Gauthier and defenseman Jackson LaCombe, who took an eight-year, $72 million deal.</p><p>Verbeek continued negotiations with Carlsson's agent this spring, but felt he was “getting slow-walked to July 1," when the offer sheet could be signed.</p><p>“It was surprising, to say the least,” Verbeek said. “I actually feel flattered in a sense that Philadelphia wanted such a great player. It means we’re doing a good job on our end. ... Players like Leo don't come along very often.”</p><p>Although the Ducks retained their most important young player, Verbeek’s inability to get a deal done before he was forced into it by Philadelphia seems almost certain to compromise Anaheim’s roster-building efforts for years to come. The Ducks are having a rough summer after ending their seven-season playoff drought with a second-round run that stamped them as a future contender.</p><p>Along with losing four veteran defensemen and hoping to replace them from within, Verbeek still hasn’t re-signed 41-goal scorer Gauthier, who isn't eligible to receive an offer sheet. Anaheim signed Pavel Mintyukov to a five-year, $36 million deal last week, again going well over the expected market rate for a defenseman who isn’t on Carlsson’s level of talent, but was widely rumored to be on the verge of signing an offer sheet.</p><p>This pricey deal for Carlsson is the latest chapter in Verbeek's history of antagonistic negotiations with Anaheim's free agents. Trevor Zegras, Jamie Drysdale and Mason McTavish all held out of training camp in recent years when they couldn’t get a deal done with Verbeek, who eventually traded all three.</p><p>Verbeek said he has “2 1/2 months to figure out” how to fit Gauthier under the cap, possibly by dumping a veteran's salary.</p><p>“Certainly we are going to have to do business in a different type of manner moving forward, and so we will make the adjustments that we have to make,” Verbeek said.</p><p>Carlsson was the No. 2 choice in the 2023 draft behind Connor Bedard, and he has emerged as one of the NHL’s top young playmakers. Although he didn’t produce points at a rate commensurate with his new salary during his first three seasons, almost everyone believes Carlsson can become one of the best centers in hockey, so Verbeek might be correct that this deal will eventually look reasonable on paper.</p><p>Carlsson scored 67 points in 70 games last season despite being limited for a lengthy stretch by a leg injury that kept him out of the Olympics. He added 11 points in 12 games during his first postseason experience.</p><p>“I’m going to grow as a player, too,” Carlsson said. “I’ve done that every year so far. Trying to get away from these slumps I’ve been having during seasons. Trying to stay at the highest level I can all season long.”</p><p>___</p><p>AP NHL: https://apnews.com/NHL</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/62PNB7ABBWX3SUD4FQVVJPCGNY.jpg?auth=ed53c97623740bcbeb03f919db78eda061cc7de161595c0ca91de1e3aadeac90&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Anaheim Ducks center Leo Carlsson celebrates his empty net goal during the third period of Game 6 in the first round of the NHL hockey Stanley Cup playoffs series against the Edmonton Oilers, April 30, 2026, in Anaheim, Calif. (AP Photo/Mark J. Terrill, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark J. Terrill</media:credit></media:content></item><item><title><![CDATA[St. Louis Cardinals OF Jordan Walker becomes 5th confirmed participant in Home Run Derby]]></title><link>https://www.local10.com/sports/2026/07/09/st-louis-cardinals-of-jordan-walker-becomes-5th-confirmed-participant-in-home-run-derby/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/09/st-louis-cardinals-of-jordan-walker-becomes-5th-confirmed-participant-in-home-run-derby/</guid><dc:creator><![CDATA[By The Associated Press, Associated Press]]></dc:creator><description><![CDATA[St. Louis Cardinals outfielder Jordan Walker will take part in the Home Run Derby in Philadelphia on Monday.]]></description><pubDate>Thu, 09 Jul 2026 16:36:16 +0000</pubDate><content:encoded><![CDATA[<p>St. Louis Cardinals outfielder Jordan Walker will take part in the Home Run Derby in Philadelphia on Monday.</p><p>The 24-year-old is the fifth player announced for the competition, joining Boston's Willson Contreras, Kansas City's Jac Caglianone, Tampa Bay's Junior Caminero and the New York Yankees' Ben Rice. The other three participants haven't been announced.</p><p>Walker is a first-time All-Star who is having a breakout season and his 21 homers rank fifth in the National League. The 2020 first-round draft pick is batting .294, has an .889 OPS and leads the big leagues with 70 RBIs.</p><p>He'll be the eighth Cardinals player to compete in the competition, joining Jack Clark (1985), Ray Lankford (1997), Mark McGwire (1998-99), Jim Edmonds (2003), Albert Pujols (2003, 2007, 2009, 2022), Matt Holliday (2010-11) and Carlos Beltran (2012).</p><p>A Cardinals player has never won the derby.</p><p>___</p><p>AP MLB: https://apnews.com/hub/mlb</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/UEHIJTTNKQ6GHB4VWWEDSKXKFU.jpg?auth=568d0b47e6ea28743d99fd54b6c2b187fed5cf48bf3d23c08f8d327ff787e8c5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[St. Louis Cardinals' Jordan Walker is congratulated by teammates after hitting a two-run home run during the first inning in the first game of a baseball doubleheader against the Milwaukee Brewers Tuesday, July 7, 2026, in St. Louis. (AP Photo/Jeff Roberson)]]></media:description><media:credit role="author" scheme="urn:ebu">Jeff Roberson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/7ZBOTIK5GKWFFCBNN5O6EMGYWQ.jpg?auth=537ce7f3b427030e44e3f21e970b0cfe4f3f6f2ffa14bed4e725c6ac456b2270&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[St. Louis Cardinals' Jordan Walker, right, gets a hug from teammate Pedro Pagés after hitting a two-run home run during the first inning in the first game of a baseball doubleheader against the Milwaukee Brewers Tuesday, July 7, 2026, in St. Louis. (AP Photo/Jeff Roberson)]]></media:description><media:credit role="author" scheme="urn:ebu">Jeff Roberson</media:credit></media:content></item><item><title><![CDATA[Tribunal de Paz de Colombia está "blindado", dice su jefe ante advertencias de gobierno electo]]></title><link>https://www.local10.com/espanol/2026/07/09/tribunal-de-paz-de-colombia-esta-blindado-dice-su-jefe-ante-advertencias-de-gobierno-electo/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/09/tribunal-de-paz-de-colombia-esta-blindado-dice-su-jefe-ante-advertencias-de-gobierno-electo/</guid><dc:creator><![CDATA[Por ASTRID SUÁREZ, Associated Press]]></dc:creator><description><![CDATA[BOGOTÁ (AP) — A una década de la histórica firma del acuerdo de paz entre el Estado colombiano y la extinta guerrilla Fuerzas Armadas Revolucionarias de Colombia (FARC), el Tribunal de Paz creado para juzgar los crímenes del conflicto armado se juega su futuro.]]></description><pubDate>Thu, 09 Jul 2026 20:02:23 +0000</pubDate><content:encoded><![CDATA[<p>BOGOTÁ (AP) — A una década de la histórica firma del acuerdo de paz entre el Estado colombiano y la extinta guerrilla Fuerzas Armadas Revolucionarias de Colombia (FARC), el Tribunal de Paz creado para juzgar los crímenes del conflicto armado se juega su futuro.</p><p>El presidente electo, el conservador Abelardo de la Espriella, dijo durante la campaña que haría todo lo que estuviera a su alcance para desmontar el tribunal, al que considera “fallido”, pese a que no ha cumplido sus 15 años de mandato.</p><p>Sin embargo, no sería un asunto sencillo debido a su “blindaje constitucional e internacional”, explicó en entrevista con The Associated Press Alejandro Ramelli, presidente de la Jurisdicción Especial para la Paz (JEP), como se denomina el tribunal.</p><p>El tribunal está protegido por la Constitución colombiana y cuenta con el respaldo de la Corte Penal Internacional (CPI), que en 2021 cerró un examen preliminar a Colombia al considerar que estaba a la altura de sus obligaciones internacionales en materia de justicia, en gran parte por los avances de la JEP.</p><p>Ramelli aseguró que esa decisión fue condicionada a no cerrar la JEP, no modificarla ni desfinanciarla. “Si eventualmente pasa alguna de esas tres cosas o varias, la Fiscalía (de la CPI) puede revertir esa decisión y podría nuevamente abrirse ese examen preliminar y eventualmente una investigación ya formal contra personas particulares de Colombia”, agregó.</p><p>El tribunal tiene el mandato de investigar los crímenes de guerra y lesa humanidad hasta 2028, con un periodo adicional de cinco años para los juicios. Luego queda en manos del Congreso definir si le da otros cinco años de vida.</p><p>Cuando los acusados reconocen su responsabilidad en los crímenes acceden a sanciones que no implican la cárcel sino su participación en proyectos que buscan reparar el daño causado, lo que para algunos sectores críticos es sinónimo de impunidad. En tanto, quienes no admiten los delitos cometidos se exponen a una pena de 20 años de prisión.</p><p>La JEP, tanto como el proceso de paz con las FARC, ha dividido al país entre quienes la respaldan como un hito que acabó con la que fuera la guerrilla más antigua de Latinoamérica y ahora la juzga y quienes la señalan de ser un tribunal presuntamente parcializado contra los exmilitares.</p><p>El tribunal, en funciones desde 2018, juzga a más de 14.000 personas involucradas en el conflicto armado. El 70% de ellos son exguerrilleros, el 29% exmiembros de la fuerza pública y el restante son civiles.</p><p>¿Eliminarla o desfinanciarla?</p><p>El designado ministro de Justicia de De la Espriella, Iván Cancino, dijo la víspera a Caracol Radio que no pretende eliminar la JEP, pero exigirá resultados y revisará sus gastos.</p><p>El saliente presidente Gustavo Petro, quien tuvo críticas para la JEP pero la mantuvo, aseguró el miércoles que “debe ser fortalecida” en su presupuesto. “No hay que acabar la posibilidad de la verdad judicial en el conflicto porque es fundamental para la reconciliación nacional”, publicó en X.</p><p>Ramelli advirtió que un recorte presupuestario "afectaría gravemente el derecho fundamental de acceso a la administración de justicia”, especialmente de las víctimas del conflicto armado. Mientras que una “finalización abrupta" del tribunal dejaría en un limbo jurídico a quienes se sometieron a su jurisdicción.</p><p>Sobre los resultados, Ramelli resaltó las primeras sentencias contra la última cúpula de las FARC por más de 21.000 secuestros y contra un grupo de exmilitares por más de un centenar de ejecuciones extrajudiciales. Ambos reconocieron los crímenes y recibieron sanciones que no implicaron cárcel, sino el cumplimiento de proyectos en favor de las víctimas.</p><p>Sin embargo, para un exmilitar que negó su responsabilidad en las ejecuciones extrajudiciales, el tribunal dictó una sentencia condenatoria de 20 años de prisión.</p><p>“¿Cuánto valen las verdades reveladas por la jurisdicción?”, cuestionó Ramelli. “La verdad sobre el volumen de secuestros de las FARC, los más de 18.677 niños y niñas reclutados, la violencia sexual por parte de las FARC, las ejecuciones extrajudiciales de la fuerza pública. El país realmente no las conocía”, detalló.</p><p>Colombia aún no ha salido de la espiral de violencia. Persisten grupos ilegales que se disputan las ganancias ilícitas del narcotráfico y la minería ilegal, incluyendo facciones disidentes de las extintas FARC que no se acogieron al acuerdo de paz, la guerrilla Ejército de Liberación Nacional (ELN) y el cártel Clan del Golfo.</p><p>La paradoja, dijo Ramelli, es que mientras a nivel internacional el tribunal de Colombia es un caso de estudio para otros países en guerra, internamente continúa en el ojo del huracán.</p><p>“Si no hubiera existido la JEP, ¿cuántos muertos más hubiéramos tenido?”, se preguntó Ramelli.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/IHDGXSBA5F4AQO5XXCVEY57TQQ.jpg?auth=a0d03c91b061d7c694fc24220ea9c95de9676774dedcce61f29cc54c0b53cd4d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[ARCHIVO - El presidente de la Jurisdicción Especial para la Paz (JEP), el juez Alejandro Ramelli, concede una entrevista en Bogotá, Colombia, el 1 de julio de 2025. (AP Foto/Fernando Vergara, Archivo)]]></media:description><media:credit role="author" scheme="urn:ebu">Fernando Vergara</media:credit></media:content></item><item><title><![CDATA[Man fatally shot in vehicle outside Fort Lauderdale home, police say]]></title><link>https://www.local10.com/news/local/2026/07/08/man-fatally-shot-inside-vehicle-in-fort-lauderdale-police-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/08/man-fatally-shot-inside-vehicle-in-fort-lauderdale-police-say/</guid><dc:creator><![CDATA[Trent Kelly, Amanda Batchelor]]></dc:creator><description><![CDATA[A man was fatally shot early Wednesday morning while sitting inside his vehicle in Fort Lauderdale, authorities said.]]></description><pubDate>Wed, 08 Jul 2026 11:43:07 +0000</pubDate><content:encoded><![CDATA[<p>A man was fatally shot early Wednesday morning while sitting inside his vehicle in Fort Lauderdale, authorities said.</p><p><a href="https://www.local10.com/espanol/2026/07/08/hombre-muere-baleado-dentro-de-un-vehiculo-en-fort-lauderdale-segun-informo-la-policia/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/08/hombre-muere-baleado-dentro-de-un-vehiculo-en-fort-lauderdale-segun-informo-la-policia/">Leer en español</a></p><p>According to Fort Lauderdale police, officers responded to the 1300 block of Northwest 13<sup>th</sup> Court shortly before 4:30 a.m. after receiving a ShotSpotter alert in the area.</p><p>While searching the Lauderdale Manors neighborhood, officers found the victim in his car, with a gunshot wound, authorities said.</p><p>Police said he was pronounced dead at the scene. </p><p>The victim’s father identified him to Local 10 News as 32-year-old Matt Menard. He said his son leaves behind a 5-year-old daughter.</p><p>“Very devastating, we understand that. Like I tell you, but I try to be strong,” Philippe Menard said.</p><p>Matt Menard was parked outside his family’s home when he was shot.</p><p>Surveillance video shows him walking to the car just minutes before he was shot and killed.</p><p>Local 10 cameras captured at least three bullet holes in the driver’s side window of the vehicle.</p><p>A truck parked next to it was also hit by gunfire.</p><p>The sound of the shots startled neighbors.</p><p>“We were scared. We had turned off all our electronics because we didn’t know where it was coming from. Like it sounded really close,” neighbor Nevaeh Brown said. </p><p>Overnight, homicide detectives searched the street. K-9 units also swept the scene after daybreak.</p><p>The victim’s father told Local 10 News that someone set fire to his home’s plants last week, and just days later, someone fired shots at the house.</p><p>“We heard that at night, but we cannot come out to see. So when we call police, they come here, they take pictures,” Philippe Menard said. </p><p>Philippe Menard described his son as a bright young man who ran with the wrong crowd.</p><p>He’s now left wondering if last week’s incidents could be connected to his son’s killing.</p><p>“He went to a university -- the guy’s (more) knowledgeable than me,” Philippe Menard said. “I didn’t reach that level. I can’t tell him, ‘Hey, I talk to you and you listen.’”</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[18-year-old injured in drive-by shooting in southwest Miami-Dade]]></title><link>https://www.local10.com/news/local/2026/07/08/drive-by-shooting-hurts-1-in-southwest-miami-dade/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/08/drive-by-shooting-hurts-1-in-southwest-miami-dade/</guid><dc:creator><![CDATA[Magdala Louissaint]]></dc:creator><description><![CDATA[A drive-by shooting left one person hurt in the front yard of a home Wednesday evening, according to Miami-Dade sheriff’s deputies.]]></description><pubDate>Thu, 09 Jul 2026 02:13:41 +0000</pubDate><content:encoded><![CDATA[<p>A drive-by shooting left an 18-year-old hurt in the front yard of a southwest Miami-Dade home Wednesday evening, according to Miami-Dade sheriff’s deputies.</p><p><a href="https://www.local10.com/espanol/2026/07/09/balacera-desde-un-vehiculo-en-marcha-deja-a-joven-de-18-anos-herido-en-el-suroeste-de-miami-dade/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/09/balacera-desde-un-vehiculo-en-marcha-deja-a-joven-de-18-anos-herido-en-el-suroeste-de-miami-dade/">Leer en español</a></p><p>Neighbors, speaking off camera, said they heard five gunshots.</p><p>Sky 10 flew above the scene near Southwest 196th Avenue and 308th Street after the shooting. </p><p>Deputies were spotted focusing their attention near a house, walking in the driveway, while other deputies talked to one another at the intersection.</p><p>Deputies say they found the victim, who had been shot, in the county swale in the front yard of the home. </p><p>The victim was conscious and told deputies that someone in a vehicle drove by, and shots were fired from that vehicle, hitting them, authorities said.</p><p>Miami-Dade Fire Rescue medics took the victim to the hospital, where he or she was listed in stable condition, authorities said.</p><p>Deputies have not confirmed whether the shooter was caught or what kind of vehicle they were in.</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[Catherine Zeta-Jones, Rod Stewart, Bryan Adams and more mourn the death of Bonnie Tyler]]></title><link>https://www.local10.com/entertainment/2026/07/09/catherine-zeta-jones-rod-stewart-bryan-adams-and-more-mourn-the-death-of-bonnie-tyler/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/07/09/catherine-zeta-jones-rod-stewart-bryan-adams-and-more-mourn-the-death-of-bonnie-tyler/</guid><dc:creator><![CDATA[By The Associated Press, Associated Press]]></dc:creator><description><![CDATA[Celebrities across the entertainment industry mourned the death of Bonnie Tyler at age 75, expressing affection and admiration for the gravelly voiced, Grammy-nominated Welsh pop star.]]></description><pubDate>Thu, 09 Jul 2026 16:22:28 +0000</pubDate><content:encoded><![CDATA[<p>Celebrities across the entertainment industry mourned the death of Bonnie Tyler at age 75, expressing affection and admiration for the gravelly voiced, Grammy-nominated Welsh pop star.</p><p>The singer, best-known for her chart-topping power ballad “Total Eclipse of the Heart,” died unexpectedly in a hospital in Portugal where she was being treated for an illness, her family said Thursday. She was hospitalized in May in Faro, where she had a home, for emergency intestinal surgery. She had been placed in an induced coma for a period but was reportedly improving last month.</p><p>Some notable reaction:</p><p>Catherine Zeta-Jones</p><p>“My heart is broken with the news that our dearest Bonnie Tyler has passed away. Bonnie was married to my cousin and has been such a part of my life. We are photographed here together the night before my wedding. So sang and rocked it at my wedding. An extraordinary woman with vocals to match. A one of kind artist, who so easily could have been a comedian because she was one of the funniest people I ever met. Thank you Bonnie for the joy you brought so many. Sleep tight beautiful lady. We shall forever ‘Keep A Welcome In The Hillsides’ of Wales for you. Sending my love to Robert and the family. God Bless” — on Instagram</p><p>Rod Stewart</p><p>“We shared similar styles of vocalizing. She was a good pal, a true soul stirrer. I sing ‘It’s A Heartache’ every night on tour. I’ll miss you darling Bonnie.” — on Instagram</p><p>Bryan Adams</p><p>“Dear Bonnie Tyler passed today, she had such a great voice and I’ll always be grateful of her beautiful version of Straight From The Heart. Thanks Bonnie. RIP” — on X</p><p>Katrina Leskanich of Katrina and the Waves</p><p>“I'm so sad for Robert, Bonnie's extended family and the whole world who loved Bonnie Tyler. She was incredibly fun to tour with, always laughing, warm hearted and effervescent. There will never be a voice so instantly recognisable and distinctive. She will be so missed but like Bonnie, her iconic sons will be in our hearts forever.” — on Instagram</p><p>Kevin Bacon</p><p>“One of the great voices of rock. … I could not imagine chicken racing a tractor to any other song. RIP” — in a statement to Entertainment Weekly, referencing the use of Tyler's “Holding Out For a Hero” in his iconic 1984 film, “Footloose”</p><p>Tony Hadley</p><p>“So sad to hear about Bonnie Tyler. She was an incredible woman, so kind and friendly to me as a young artist. Over the years, we met several times and she was always the same Bonnie. Her voice was truly amazing and standing next to her you really got to feel her power. A beautiful legend. My sincere condolences to her lovely husband Bob, her family and her wonderful band at this very sad time.” — on Instagram</p><p>Sir Cliff Richard</p><p>“Another wonderful friend gone too soon. Bonnie’s infectious zest for life entertained so many around the world, and to be a good friend to all, including me. It is shocking news to wake up to you this morning and I send my love to her family at this very sad time. RIP Bonnie…. Cliff xx” — on Facebook</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/DT4X2IJJAHXPUPHSHUMAMQ7CHI.jpg?auth=671f4c69fba5d0729fb6538b6c30dbc6a4da70f7bd66c9a1b16f54f8862716bd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Singer Bonnie Tyler performs her song "Believe in Me" during a rehearsal for the final of the Eurovision Song Contest at the Malmo Arena in Malmo, Sweden on May 17, 2013. (AP Photo/Alastair Grant, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Alastair Grant</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FPFKHW3U5M2L4B576UJQALZVEM.jpg?auth=45bbe21560197600ff6028956fa23a0934d02507aaccedb34201ceee7f17214e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Singer Bonnie Tyler performs her song "Believe in Me" during a rehearsal for the final of the Eurovision Song Contest at the Malmo Arena in Malmo, Sweden on May 17, 2013. (AP Photo/Alastair Grant, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Alastair Grant</media:credit></media:content></item><item><title><![CDATA[Average 30-year US mortgage rate rises to 6.49%, pushing up homebuyers' borrowing costs]]></title><link>https://www.local10.com/business/2026/07/09/average-30-year-us-mortgage-rate-rises-to-649-pushing-up-homebuyers-borrowing-costs/</link><guid isPermaLink="true">https://www.local10.com/business/2026/07/09/average-30-year-us-mortgage-rate-rises-to-649-pushing-up-homebuyers-borrowing-costs/</guid><dc:creator><![CDATA[By ALEX VEIGA, Associated Press]]></dc:creator><description><![CDATA[The average long-term U.S. mortgage rate drew closer this week to 6.5%, pushing up borrowing costs for prospective homebuyers.]]></description><pubDate>Thu, 09 Jul 2026 19:18:48 +0000</pubDate><content:encoded><![CDATA[<p>The average long-term U.S. mortgage rate drew closer this week to 6.5%, pushing up borrowing costs for prospective homebuyers.</p><p>The benchmark 30-year fixed rate mortgage rate rose to 6.49% from 6.43% last week, mortgage buyer Freddie Mac said Thursday. One year ago, the average rate was 6.72%.</p><p>When mortgage rates rise they can add hundreds of dollars a month in costs for borrowers, reducing their purchasing power.</p><p>Mortgage rates have remained elevated after the average rate on a 30-year loan briefly dropped below 6% in February for the first time since late 2022. It then climbed in May to its highest level in nine months. The uptick in mortgage rates has weighed on home sales this year.</p><p>Borrowing costs on 15-year fixed-rate mortgages, often sought by borrowers refinancing a home loan, also rose this week. That average rate increased to 5.82% from 5.79% last week. A year ago, it was at 5.86%, Freddie Mac said.</p><p>Mortgage rates are influenced by several factors, from the Federal Reserve’s interest rate policy decisions to bond market investors’ expectations for the economy and inflation. They generally follow the trajectory of the 10-year Treasury yield, which lenders use as a guide to pricing home loans.</p><p>Expectations of hotter inflation amid higher crude oil prices have pushed up long-term bond yields relative to where they were before the war with Iran began in late February, causing mortgage rates to trend higher.</p><p>The 10-year Treasury yield was at 4.55% at midday Thursday on the bond market, up from 4.49% a week ago. It was just 3.97% in late February, before the war broke out.</p><p>The average rate on a 30-year mortgage is now back to where it was two weeks ago.</p><p>While average long-term mortgage rates remain lower than they were at this time last year, uncertainty about their trajectory amid the war with Iran has kept many would-be homebuyers on the sideline.</p><p>Sales of previously occupied U.S. homes declined in the first three months of the year compared to a year earlier, extending a nationwide housing slump that dates back to 2022 when mortgage rates began to climb from pandemic-era lows.</p><p>Through the first half of this year, seasonally adjusted sales of existing U.S. homes are up only 0.7% compared to the same period in 2025, according to the National Association of Realtors.</p><p>Still, sales of existing U.S. homes continue to hover close to a 4-million annual pace, far short of the historic norm that is closer to 5.2-million.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ON7YCAARHUG256P25PQLIUWMTQ.jpg?auth=a9d867002a30da1b221a5bea6aa6a6c8aa6b6c721b9030fc9fd748ef8647ef3d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A under contract for home sale sign is seen outside of a home in Niles, Ill., Thursday, June 25, 2026. (AP Photo/Nam Y. Huh)]]></media:description><media:credit role="author" scheme="urn:ebu">Nam Y. Huh</media:credit></media:content></item><item><title><![CDATA[Pogacar crushes Tour de France rivals and storms the Tourmalet to regain overall lead]]></title><link>https://www.local10.com/sports/2026/07/09/pogacar-crushes-tour-de-france-rivals-and-storms-the-tourmalet-to-regain-overall-lead/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/09/pogacar-crushes-tour-de-france-rivals-and-storms-the-tourmalet-to-regain-overall-lead/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[GAVARNIE-GEDRE, France (AP) — Tadej Pogacar produced a tremendous solo ride on the iconic Col du Tourmalet on Thursday to earn a 23rd Tour de France stage victory, reclaim control of the race and sap his rivals' morale after just six days of racing.]]></description><pubDate>Thu, 09 Jul 2026 16:08:58 +0000</pubDate><content:encoded><![CDATA[<p>GAVARNIE-GEDRE, France (AP) — Tadej Pogacar produced a tremendous solo ride on the iconic Col du Tourmalet on Thursday to earn a 23rd Tour de France stage victory, reclaim control of the race and sap his rivals' morale after just six days of racing.</p><p>Pogacar, who first wore the yellow jersey after winning at Les Angles earlier this week, made the most of the first big mountain trek of this year's Tour in the Pyrenees to stamp his authority, sending a clear message to his rivals that he remains in a class of his own.</p><p>The two-time world champion covered the final 43 kilometers (around 27 miles) alone, crossed the Stage 6 finish line 2 minutes, 38 seconds ahead of his main challenger, Jonas Vingegaard, and reclaimed the coveted jersey.</p><p>“I would say this one goes in the top five of my Tour de France victories," Pogacar said. “This is an incredible victory, and one of the sweetest for sure. I was not calculating seconds or minutes, I just wanted to go full gas all the way to the finish.”</p><p>Pogacar's teammate, Isaac del Toro, was third, 2:57 off the pace, ahead of Remco Evenepoel and Paul Seixas. Overall, Vingegaard lags 2:42 behind Pogacar, with del Toro in third place.</p><p>With his latest show of force, the UAE Emirates-XRG leader took a big step toward a record-equaling fifth Tour victory. Only Belgian Eddy Merckx, Spaniard Miguel Indurain and Frenchmen Jacques Anquetil and Bernard Hinault have won five Tours.</p><p>Scorching heat and iconic ascents</p><p>The stage started in scorching heat and was marked by several unsuccessful attempts of breakaways early on. Pogacar's teammates, along with those of Vingegaard in Visma-Lease a Bike, set a fast tempo even before the day’s biggest climbs.</p><p>The last stage in the Pyrenees took riders through two iconic ascents, the Col d’Aspin and the Tourmalet.</p><p>Once Ben O’Connor managed to get away, he was allowed some freedom because he was not a threat in the general classification. He was first at the foot of Aspin and was caught with about 5 kilometers of the climb left.</p><p>Riders then tackled the grueling 17.1 kilometer ascent up the Tourmalet, the first HC climb of the 2026 Tour — which means Hors Catégorie (beyond classification), because it is the hardest level.</p><p>Overnight leader Torstein Træen was dropped before del Toro accelerated with his leader on his wheel about 4.5 kilometers from the summit. Træen later crashed on the descent and was assessed by the race's medical team before resuming his effort.</p><p>Pogacar then went solo, with Vingegaard digging deep to limit his losses. Pogacar reached the summit first, and Vingegaard tried to claw back his 30-second deficit in the downhill. But tucked into an aerodynamic position, his rival took the same risks and was even faster.</p><p>Pogacar had a lead of more than a minute as he tackled the final climb up to the finish line in the town of Gavarnie-Gedre. He never looked back and the gap kept increasing.</p><p>“I woke up at 7 this morning and my mind was going crazy,” Pogacar said. “I was really excited for today. I knew it was going to be a good day.”</p><p>___</p><p>AP sports: https://apnews.com/sports</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/QF7H2CDCLRT3NGWT56S5WVDFOA.jpg?auth=482a52a9b2d03a947fb3b0971cb45675c67750a91de2b13a629144d1b5a0175f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Slovenia's Tadej Pogacar celebrates as he crosses the finish line to win the sixth stage of the Tour de France cycling race with start in Pau and finish in Gavarnie-Gedre, France, Thursday, July 9, 2026. (AP Photo/Thibault Camus)]]></media:description><media:credit role="author" scheme="urn:ebu">Thibault Camus</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3O7Q5CXDKKAKIPYJBVTXRM5HO4.jpg?auth=983baba61a92cac93ac304298bb46d419ea69089b953f68fe0306ac5d8fd7497&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Slovenia's Tadej Pogacar rides during he sixth stage of the Tour de France cycling race with start in Pau and finish in Gavarnie-Gedre, France, Thursday, July 9, 2026. (AP Photo/Thibault Camus)]]></media:description><media:credit role="author" scheme="urn:ebu">Thibault Camus</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/UD3Y6QEA5LAHZKA24BKQUIJS2A.jpg?auth=149f5bcc9b422b5996112612ad2b79b097c22c26314e1eb2b511461088f70023&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Mexico's Isaac Del Toro and Slovenia's Tadej Pogacar lead the race during the sixth stage of the Tour de France cycling race over 201.5 kilometers (115.5 miles) with start in Pau and finish in Gavarnie-Gedre, France, Thursday, July 9, 2026. (AP Photo/Thibault Camus)]]></media:description><media:credit role="author" scheme="urn:ebu">Thibault Camus</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FYCA5TVXUVLK46PFWQZJQY7Y24.jpg?auth=64acdf4f6244d706243a8f388b58a5d7303c00958b8623e277c2d69ac7e27df2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Spectators cheer Slovenia's Tadej Pogacar during the sixth stage of the Tour de France cycling race with start in Pau and finish in Gavarnie-Gedre, France, Thursday, July 9, 2026. (AP Photo/Thibault Camus)]]></media:description><media:credit role="author" scheme="urn:ebu">Thibault Camus</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DL4TOL2TSSRLKYLG7USIIKXTNU.jpg?auth=34e55f720c789d28b621ea32fd3d6deaa649f54ec383d97dcc72b4eb438e7b28&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[France's Paul Seixas, left, rides during the sixth stage of the Tour de France cycling race with start in Pau and finish in Gavarnie-Gedre, France, Thursday, July 9, 2026. (AP Photo/Mosa'ab Elshamy)]]></media:description><media:credit role="author" scheme="urn:ebu">Mosa'ab Elshamy</media:credit></media:content></item><item><title><![CDATA[AI notetakers promise easy meeting recaps, but some professionals question their use]]></title><link>https://www.local10.com/business/2026/07/09/ai-notetakers-promise-easy-meeting-recaps-but-some-professionals-question-their-use/</link><guid isPermaLink="true">https://www.local10.com/business/2026/07/09/ai-notetakers-promise-easy-meeting-recaps-but-some-professionals-question-their-use/</guid><dc:creator><![CDATA[By CATHY BUSSEWITZ, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Launching an artificial intelligence tool to take notes and summarize important information from a virtual meeting can be alluring. Seconds after one of the agents attends an hour-long video conference, it can deliver a recap of key points and outline a to-do list for all the participants.]]></description><pubDate>Thu, 09 Jul 2026 16:01:07 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Launching an artificial intelligence tool to take notes and summarize important information from a virtual meeting can be alluring. Seconds after one of the agents attends an hour-long video conference, it can deliver a recap of key points and outline a to-do list for all the participants.</p><p>But the way popular AI notetakers accomplish those tasks makes some people avoid using them. The technology turns everything said during meetings into data. Confidential personnel information, corporate strategies, trade secrets and remarks that could later be seen as incriminating — all of it could end up in the wrong hands.</p><p>“There are huge risks to the organization on AI notetakers,” Amy Dufrane, the chief executive of human resources training and certification provider HRCI, said. “I don’t think companies should use it at all.”</p><p>An AI notetaker is a software application or device that uses artificial intelligence, speech recognition and large language models to record, transcribe and summarize conversations. The tools are intended to save time and improve participation, but professionals in a number of fields say there are reasons to be wary.</p><p>Chief among them is uncertainty about where the collected data is stored and for how long. Privacy advocates worry the companies behind the AI notetakers are creating voiceprints without consent. Voiceprints — a type of biometric profile similar to a fingerprint but tuned to the unique intonations and characteristics of one’s voice — can be used to access restricted or confidential information, including the contents of bank accounts.</p><p>Some tech companies resell data from the notetaking tools they created or use confidential meeting transcripts and recordings to train their AI models. There’s also the risk that conversations between an attorney and client could become fair game in legal proceedings; a New York federal judge in February ordered a criminal defendant to provide prosecutors with documents he created for his lawyers because it already had been shared with a third party, which was Anthropic's Claude.</p><p>“People who use AI notetakers, they don’t always know where the data goes,” said Justin Daniels, an Atlanta-based corporate attorney at law firm Baker Donelson. “And in my context, if the data goes anywhere else and they’re not aware of it, that attorney-client-privileged conversation may not be attorney-client-privileged anymore.”</p><p>Here are some tips on the etiquette of kicking an AI notetaker out of a meeting, the risks of using one and how to protect yourself.</p><p>The first step when you join a meeting is check for bots</p><p>When you join a meeting, make it a habit to check whether an AI notetaker is present. It might appear as a meeting attendee, often labeled as an AI notetaker, or a pop-up message on the screen informing participants the meeting is being recorded. The latter could signal the presence of an AI notetaker.</p><p>Virtual meeting platforms such as Zoom and Google Meet let users know when recording is underway, but some meeting software does not make it clear when a notetaker is present, according to Thorin Klosowski, the Electronic Frontier Foundation's senior security and privacy analyst.</p><p>Participants also may use personal notetaking devices that are separate from the meeting platform, in which case the other attendees wouldn’t necessarily know a discussion was being recorded and transcribed.</p><p>“You hope the other person would tell you that they’re doing that,” Klosowski said. “Asking everyone for consent before doing a sensitive meeting would be the most polite approach to take.”</p><p>If you're unsure whether someone has deployed an AI notetaker, you can ask. You can also state at the beginning that a meeting is not authorized for recording.</p><p>A polite way to establish such a boundary is to say, “Our company policy is that this meeting cannot be recorded," Dufrane suggested. This relieves the employee, such as a salesperson who wants to make a good impression, of having to be the “bad guy,” putting the onus on the company instead, she said.</p><p>Another option is to allow the notetaker for part of the gathering but turn if off at the end to dedicate time for more delicate topics.</p><p>“I won’t start talking about anything substantive until it’s shut off, because I just don’t want to take the risk,” Daniels said.</p><p>Assert your privacy rights to protect voiceprints</p><p>Many AI notetakers determine unique acoustic signatures, or voiceprints, for each speaker in the room, said Chris Pluymers, associate attorney at The Dillon Law Group in East Lansing, Michigan. That’s how the companies distinguish one speaker from another, labeling them with monikers “Speaker 1” or “Speaker 2.”</p><p>One way voiceprints are used is to verify the identities of bank account holders over the phone. If bad actors got ahold of a person’s vocal signature, they could use it to access files, commit fraud or take over accounts, he said.</p><p>Laws in some states govern how voiceprints can be created and stored and provide rights that individuals can assert to object to the use of an AI notetaker during meetings they attend.</p><p>In Illinois, voiceprints are considered biometric identifiers, similar to fingerprints, and are covered under the state’s Biometric Information Privacy Act, which requires written notice and informed consent before an AI notetaker or other agent collects voiceprints. The law also mandates a documented data retention schedule and destruction policy, Pluymers said. But most companies using the tools have none of those systems in place, Pluymers said.</p><p>“In the world of AI, the world of data and privacy, the world of biometric identification, I don’t think you can have such a lax approach to it,” Pluymers said. “I think getting out ahead of it is crucial.”</p><p>Under the Illinois law, employees can say they don't want to attend a meeting with an AI notetaker until they have assurances of where and why the data is being stored, and when it will be deleted, Pluymers said. They can also ask if there is a policy and written consent form to sign.</p><p>If an AI notetaker shows up at a meeting unexpectedly, a participant could say, “I prefer we keep this meeting without AI recording or transcript tools and I’d be happy to take my own notes and share a recap if that’s helpful,” Pluymers suggested. “Just being warm and genuine about it and asking them to respect your wishes.”</p><p>Know where your data goes</p><p>When working with AI notetaking apps, find out whether the companies that built them retain recordings, transcripts or metadata indefinitely or use them to train AI models, said Danielle Kays, a partner at Fisher Phillips who represents businesses on privacy and employment law matters.</p><p>“If there is some sort of speaker ID or voice recognition, really understand what that is and how it works,” Kays said.</p><p>Even when content is deleted, metadata about meetings can remain stored with the vendor, meaning sensitive business information could influence how the model behaves and in some cases could be memorized or reproduced, she said.</p><p>AI notetakers generate text, and that’s easier for outsiders to search through than video or audio files, according to EFF.</p><p>“Storing a bunch of video isn’t easy, it’s costly and hard to look through, but text is much easier to search and cheaper to store,” said Klosowski of the Electronic Frontier Foundation.</p><p>___</p><p>Share your stories and questions about workplace wellness at cbussewitz@ap.org. Follow AP’s Be Well coverage, focusing on wellness, fitness, diet and mental health at https://apnews.com/hub/be-well</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/56JR6SVZA75TZXURBNPUZT2HWM.jpg?auth=f6ae4672c45f43d373c1f21f03a8a6de28669ff159c9ef5e1aa6b0d38a196fc2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[(AP Illustration / Peter Hamlin)]]></media:description><media:credit role="author" scheme="urn:ebu">AP Illustration /  Peter Hamlin</media:credit></media:content></item><item><title><![CDATA[Suspected Ebola patient placed in Equatorial Guinea hotel with deportees from the US, lawyers say]]></title><link>https://www.local10.com/health/2026/07/09/suspected-ebola-patient-placed-in-equatorial-guinea-hotel-with-deportees-from-the-us-lawyers-say/</link><guid isPermaLink="true">https://www.local10.com/health/2026/07/09/suspected-ebola-patient-placed-in-equatorial-guinea-hotel-with-deportees-from-the-us-lawyers-say/</guid><dc:creator><![CDATA[By MONIKA PRONCZUK, Associated Press]]></dc:creator><description><![CDATA[DAKAR, Senegal (AP) — Migrants deported from the U.S. and detained in a hotel in Equatorial Guinea say that authorities there also have used the facility to quarantine at least one suspected Ebola patient, deportees and lawyers representing them said Thursday.]]></description><pubDate>Thu, 09 Jul 2026 15:46:16 +0000</pubDate><content:encoded><![CDATA[<p>DAKAR, Senegal (AP) — Migrants deported from the U.S. and detained in a hotel in Equatorial Guinea say that authorities there also have used the facility to quarantine at least one suspected Ebola patient, deportees and lawyers representing them said Thursday.</p><p>The hotel on a tropical island off the country’s coast, owned by the country’s powerful President Teodoro Obiang Nguema Mbasogo, is being used to house 17 migrants from countries including Angola, Mauritania and Ethiopia under an opaque third-country deportation deal with the Trump administration.</p><p>According to a statement from a coalition of international lawyers and interviews with two of the deportees, who spoke on condition of anonymity for fear of reprisals, a man suspected of having Ebola was brought to the hotel last week by medical personnel in hazmat suits, and placed on a floor below the detainees.</p><p>The central African nation of Congo is currently battling a rare Ebola virus that has killed over 600 in an outbreak first announced in May. Cases have been confirmed in neighboring Uganda, but so far no cases — or even suspected cases — have been reported in Equatorial Guinea, which shares no border with Congo and is roughly 1885 miles (1,425 km) away.</p><p>However, two deportees told The Associated Press that they were told by a doctor in English that the man was a suspected Ebola patient and that they should be careful, but that they were provided no further details.</p><p>The lawyers group said in a statement that they had received “disturbing reports from multiple detained individuals that a person with a suspected case of Ebola was recently brought under quarantine into the same hotel complex where they are being held.”</p><p>One of the deportees said that a woman also was brought to the quarantine floor on Sunday and that medical staff had identified her as a suspected Ebola patient as well.</p><p>The AP saw videos showing medical personnel in full protective equipment appearing to transport patients to the hotel, which also served as an isolation center during the Covid-19 pandemic.</p><p>“Things are getting worse every day,” one of the detainees said in an interview. “It’s very confusing, no one is coming to talk to us. No one is informing us of anything. The hygiene is unimaginable.”</p><p>Apart from those present at the moment, the detainees were provided with no masks, disinfectants or other basic protective supplies, nor informed of any measures to reduce the risk of exposure, lawyers and detainees said.</p><p>Under a series of often-secret agreements, the Trump administration has deported thousands of people it has deemed to be in the country illegally to nearly two dozen countries that are not their own, advocates say, as part of a broad U.S. crackdown to deter illegal immigration.</p><p>Immigration lawyers said the Trump administration uses deportations to third countries as a legal loophole to indirectly force asylum seekers back to their home countries. Equatorial Guinea is one of at least eight other African nations that the U.S. has struck such agreements with.</p><p>Following an $7.5 million deal with Equatorial Guinea, President Obiang has turned a hotel owned by his family in Malabo on Bioko island into a detention center.</p><p>There are currently 4 women and 13 men held in the hotel, according to the lawyers. All of them have received orders from U.S. judges that should have protected them from being removed to their home countries, the lawyers said.</p><p>Earlier this month, rights lawyers filed a case against Equatorial Guinea before Africa’s top human rights body, accusing the central African nation of forcing deportees from the U.S. back to their home countries in violation of their rights.</p><p>The lawyers’ coalition said on Thursday that they also received “multiple reports that individuals with serious medical conditions are being denied adequate medical care while detained in government custody.”</p><p>Equatorial Guinea is one of the richest countries in Africa thanks to its oil resources. It is also rife with corruption and human rights abuses, according to U.S. officials.</p><p>There are virtually no critical voices in Equatorial Guinea, where the government has been accused by rights groups and the U.S. State Department of detaining, torturing and even killing those that dare to speak out.</p><p>The country’s largest foreign investors are U.S. businesses, and its military receives funding for training from the U.S. government.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/EPLZDQ4UPMXGH24MRH54FZRE7Y.jpg?auth=815de90f18d254f6d1be38e27318ce55ab816f8c6b42ea55d1db1c31039e297e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A view of Bamy Hotel, where migrants are held, is seen in Malabo, Equatorial Guinea, on April 22, 2026. (AP Photo/Monika Pronczuk, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Monika Pronczuk</media:credit></media:content></item><item><title><![CDATA[México anuncia denuncias penales en EEUU por la muerte de migrantes en custodia o en redadas de ICE]]></title><link>https://www.local10.com/espanol/2026/07/09/mexico-anuncia-denuncias-penales-en-eeuu-por-la-muerte-de-migrantes-en-custodia-o-en-redadas-de-ice/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/09/mexico-anuncia-denuncias-penales-en-eeuu-por-la-muerte-de-migrantes-en-custodia-o-en-redadas-de-ice/</guid><dc:creator><![CDATA[Por MARÍA VERZA, Associated Press]]></dc:creator><description><![CDATA[CIUDAD DE MÉXICO (AP) — México anunció el jueves que presentará denuncias en Estados Unidos para que se investigue penalmente la muerte de 17 mexicanos bajo custodia o en operativos del Servicio de Inmigración y Control de Aduanas (ICE), a los que la presidenta Claudia Sheinbaum consideró “homicidios”.]]></description><pubDate>Thu, 09 Jul 2026 19:38:37 +0000</pubDate><content:encoded><![CDATA[<p>CIUDAD DE MÉXICO (AP) — México anunció el jueves que presentará denuncias en Estados Unidos para que se investigue penalmente la muerte de 17 mexicanos bajo custodia o en operativos del Servicio de Inmigración y Control de Aduanas (ICE), a los que la presidenta Claudia Sheinbaum consideró “homicidios”.</p><p>“Vamos a pasar del ámbito diplomático para acudir directamente ante las fiscalías de Estados Unidos para presentar denuncias sobre estos hechos, solicitando que se investigue en el ámbito penal qué es lo que está ocurriendo”, dijo el secretario de Relaciones Exteriores, Roberto Velasco, durante la conferencia presidencial matutina.</p><p>Agregó que las denuncias se interpondrán tanto en fiscalías estatales como ante el Departamento de Justicia de Estados Unidos e irán acompañadas de acciones civiles contra las empresas que operan los centros de detención para que cesen las violaciones a los derechos humanos en esos lugares.</p><p>La presidenta Sheinbaum explicó que México decidió elevar el tono de sus quejas después de que esta semana un agente de ICE mató en Houston, Texas, a Lorenzo Salgado Araujo y por eso se va a presentar una denuncia formal “por lo que consideramos que son homicidios y en los otros casos por violación a los derechos humanos”.</p><p>“Vamos a hacer todo lo que esté en nuestras manos, porque no podemos ser omisos” ante la muerte de mexicanos “cuyo único delito es trabajar en los Estados Unidos de manera honesta”, dijo Sheinbaum.</p><p>Salgado Araujo era un hombre sin antecedentes penales que vivía en el país desde hace décadas y transportaba a una cuadrilla a una construcción cuando le dispararon. La familia exigió una investigación exhaustiva de lo ocurrido.</p><p>Según el Departamento de Seguridad Nacional estadounidense, bajo cuyo cargo está ICE, los agentes iban tras él porque vivía en el país sin permiso legal. Salgado Araujo , agregó el Departamento, fue baleado después de ignorar órdenes e intentar embestir a un agente, quien disparó su arma en defensa propia.</p><p>En lo que va de la segunda administración de Donald Trump, México tiene registrada la muerte de 14 de mexicanos bajo custodia de ICE y tres en operativos de esa dependencia.</p><p>Hasta ahora el gobierno mexicano había acompañado a las familias de las víctimas, enviado notas diplomáticas a Washington exigiendo investigaciones y elevado el tema a la Comisión Interamericana de Derechos Humanos.</p><p>También había pedido a los cónsules que visitaran periódicamente los centros de detención donde había connacionales recluidos para ver las condiciones en las que estaban e incluso se quejó con el Alto Comisionado de Derechos Humanos de la ONU.</p><p>Si procede investigar las muertes de mexicanos como delitos penales será algo que tendrán que determinar las autoridades estadounidenses pero, en cualquiera de los casos, la acción mexicana supone una escalada en las ya complicadas relaciones entre México y la administración Trump, que tiene numerosos flancos abiertos en temas de seguridad y lucha contra los cárteles y también en asuntos económicos.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/WCXSOSX7YD5H3BOFFTTAAR45YE.jpg?auth=facb37a6bf51862c809fe573cc7a1962cad2608064f1972edb4a535a5865b37d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ronaldo Salgado y Lorenzo Jr., hijos de Lorenzo Salgado Araujo, sostienen una fotografía de su padre durante una conferencia de prensa el miércoles 8 de julio de 2026, en Houston. (AP Foto/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/IBIBR634XZYFGM3XZA6OQZIZE4.jpg?auth=bf2659ad422217fc88536d3218086b5091166bcf97803460c94dde9134054921&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ronaldo Salgado, hijo de Lorenzo Salgado Araujo, se seca las lágrimas mientras habla en una conferencia de prensa, el miércoles 8 de julio de 2026, en Houston. (AP Foto/David J. Phillip)]]></media:description><media:credit role="author" scheme="urn:ebu">David J. Phillip</media:credit></media:content></item><item><title><![CDATA[FAA oficializa el nombre Aeropuerto Internacional Presidente Donald J. Trump en Palm Beach]]></title><link>https://www.local10.com/espanol/2026/07/09/faa-oficializa-el-nombre-aeropuerto-internacional-presidente-donald-j-trump-en-palm-beach/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/09/faa-oficializa-el-nombre-aeropuerto-internacional-presidente-donald-j-trump-en-palm-beach/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[La Administración Federal de Aviación (FAA) anunció el jueves que el cambio de nombre del Aeropuerto Internacional de Palm Beach (PBI) a Aeropuerto Internacional Presidente Donald J. Trump ya es oficial.]]></description><pubDate>Thu, 09 Jul 2026 15:26:00 +0000</pubDate><content:encoded><![CDATA[<p>La Administración Federal de Aviación (FAA) anunció el jueves que el cambio de nombre del Aeropuerto Internacional de Palm Beach (PBI) a Aeropuerto Internacional Presidente Donald J. Trump ya es oficial.</p><p>Eric Trump celebró el cambio al informar en Instagram que el Trump Force One aterrizó la madrugada del jueves en el Aeropuerto Internacional Presidente Donald J. Trump, ubicado en el 1000 de James L. Turnage Boulevard.</p><p>“No hay una persona que haya hecho más por Florida y por nuestro país, y nadie merece más este increíble honor”, escribió Eric Trump en Instagram. “Como hijo y como alguien que vuela desde este aeropuerto casi todos los días, siempre me sentiré orgulloso de ver las iniciales DJT en mi pase de abordar”.</p><p>La nueva instrucción de la agencia federal indica: “Los pilotos, los controladores de tráfico aéreo y las partes interesadas del sector de la aviación deben utilizar DJT para la planificación y las operaciones de vuelo”.</p><p><b>Redes sociales relacionadas</b></p><blockquote class="twitter-tweet"><p lang="en" dir="ltr">📣EFFECTIVE TODAY: Palm Beach International Airport&#39;s three-letter location identifier has changed from PBI to DJT following the airport&#39;s official renaming to Donald J. Trump International Airport. <br> <br>FAA systems and publications reflect the new identifier. Pilots, air traffic… <a href="https://t.co/QVk1zZD5we">https://t.co/QVk1zZD5we</a></p>&mdash; The FAA ✈️ (@FAANews) <a href="https://x.com/FAANews/status/2075215766266491280?ref_src=twsrc%5Etfw">July 9, 2026</a></blockquote><p><iframe class="instagram-media instagram-media-rendered" id="instagram-embed-0" src="https://www.instagram.com/reel/DakVwgLx9sX/embed/captioned/?cr=1&amp;v=14&amp;wp=1316&amp;rd=https%3A%2F%2Fwww.local10.com&amp;rp=%2Fnews%2F2026%2F07%2F09%2Ffaa-makes-donald-j-trump-international-airport-official-in-palm-beach%2F#%7B%22ci%22%3A0%2C%22os%22%3A1330%7D" allowtransparency="true" allowfullscreen="true" frameborder="0" height="1116" data-instgrm-payload-id="instagram-media-payload-0" scrolling="no" style="background: white; max-width: 658px; width: calc(100% - 2px); border-radius: 3px; border: 1px solid rgb(219, 219, 219); box-shadow: none; display: block; margin: 0px 0px 12px; min-width: 326px; padding: 0px;"></iframe></p><p><div class="Content EmbedFrame EmbedFrameWithSidecar" style="padding-bottom: 133.33333333333%;"><a class="EmbeddedMedia" href="https://www.instagram.com/p/DakM6Pvlazq/?utm_source=ig_embed&amp;ig_rid=Ab6ZbZLP0RrbNd8zz9RLCoz" data-ios-link="media?id=3937328753420905706&amp;utm_source=ig_embed&amp;ig_rid=Ab6ZbZLP0RrbNd8zz9RLCoz" data-log-event="mediaClick" target="_blank"><img class="EmbeddedMediaImage" alt="Publicación de Instagram de @erictrump" src="https://instagram.fmex46-1.fna.fbcdn.net/v/t51.82787-15/741387149_18604878028049864_5508793841312947321_n.jpg?stp=dst-jpegr_e35_tt6&amp;_nc_cat=1&amp;ig_cache_key=MzkzNzMyNjc5MTY4OTU1ODEyNQ%3D%3D.3-ccb7-5&amp;ccb=7-5&amp;_nc_sid=58cdad&amp;efg=eyJ2ZW5jb2RlX3RhZyI6IkNBUk9VU0VMX0lURU0ueHBpZHMuMzAyNC5oZHIucmVndWxhcl9waG90by5DMyJ9&amp;_nc_ohc=MYAGreSkTkkQ7kNvwGgsVJD&amp;_nc_oc=AdrCfTLBqP1Z93ULErBqvRdJL42M1We9OfyPOahKgQi_dnPTwXtju7dZcCSZSnEHp2Ou9x8unKhFQ-Furq6wKjGF&amp;_nc_zt=23&amp;_nc_ht=instagram.fmex46-1.fna&amp;_nc_gid=vI3zDbytP1E6zHxGIqsPGQ&amp;_nc_ss=7b289&amp;oh=00_AQC3kD_3jJCEK_8cdmnEh9IE8ZWVyFFP1ZrUAr_gTT-TJA&amp;oe=6A558D1B" srcset="https://instagram.fmex46-1.fna.fbcdn.net/v/t51.82787-15/741387149_18604878028049864_5508793841312947321_n.jpg?stp=dst-jpegr_e35_tt6&amp;_nc_cat=1&amp;ig_cache_key=MzkzNzMyNjc5MTY4OTU1ODEyNQ%3D%3D.3-ccb7-5&amp;ccb=7-5&amp;_nc_sid=58cdad&amp;efg=eyJ2ZW5jb2RlX3RhZyI6IkNBUk9VU0VMX0lURU0ueHBpZHMuMzAyNC5oZHIucmVndWxhcl9waG90by5DMyJ9&amp;_nc_ohc=MYAGreSkTkkQ7kNvwGgsVJD&amp;_nc_oc=AdrCfTLBqP1Z93ULErBqvRdJL42M1We9OfyPOahKgQi_dnPTwXtju7dZcCSZSnEHp2Ou9x8unKhFQ-Furq6wKjGF&amp;_nc_zt=23&amp;_nc_ht=instagram.fmex46-1.fna&amp;_nc_gid=vI3zDbytP1E6zHxGIqsPGQ&amp;_nc_ss=7b289&amp;oh=00_AQC3kD_3jJCEK_8cdmnEh9IE8ZWVyFFP1ZrUAr_gTT-TJA&amp;oe=6A558D1B 3024w,https://instagram.fmex46-1.fna.fbcdn.net/v/t51.82787-15/741387149_18604878028049864_5508793841312947321_n.jpg?stp=dst-jpegr_e35_p1080x1080_tt6&amp;_nc_cat=1&amp;ig_cache_key=MzkzNzMyNjc5MTY4OTU1ODEyNQ%3D%3D.3-ccb7-5&amp;ccb=7-5&amp;_nc_sid=58cdad&amp;efg=eyJ2ZW5jb2RlX3RhZyI6IkNBUk9VU0VMX0lURU0ueHBpZHMuMzAyNC5oZHIucmVndWxhcl9waG90by5DMyJ9&amp;_nc_ohc=MYAGreSkTkkQ7kNvwGgsVJD&amp;_nc_oc=AdrCfTLBqP1Z93ULErBqvRdJL42M1We9OfyPOahKgQi_dnPTwXtju7dZcCSZSnEHp2Ou9x8unKhFQ-Furq6wKjGF&amp;_nc_zt=23&amp;_nc_ht=instagram.fmex46-1.fna&amp;_nc_gid=vI3zDbytP1E6zHxGIqsPGQ&amp;_nc_ss=7b289&amp;oh=00_AQDnMJED2w3g7yRNlmcPMBGc8B9UnwBc47zbj3i811kZqA&amp;oe=6A558D1B 1080w,https://instagram.fmex46-1.fna.fbcdn.net/v/t51.82787-15/741387149_18604878028049864_5508793841312947321_n.jpg?stp=dst-jpegr_e35_p720x720_tt6&amp;_nc_cat=1&amp;ig_cache_key=MzkzNzMyNjc5MTY4OTU1ODEyNQ%3D%3D.3-ccb7-5&amp;ccb=7-5&amp;_nc_sid=58cdad&amp;efg=eyJ2ZW5jb2RlX3RhZyI6IkNBUk9VU0VMX0lURU0ueHBpZHMuMzAyNC5oZHIucmVndWxhcl9waG90by5DMyJ9&amp;_nc_ohc=MYAGreSkTkkQ7kNvwGgsVJD&amp;_nc_oc=AdrCfTLBqP1Z93ULErBqvRdJL42M1We9OfyPOahKgQi_dnPTwXtju7dZcCSZSnEHp2Ou9x8unKhFQ-Furq6wKjGF&amp;_nc_zt=23&amp;_nc_ht=instagram.fmex46-1.fna&amp;_nc_gid=vI3zDbytP1E6zHxGIqsPGQ&amp;_nc_ss=7b289&amp;oh=00_AQC8dhQ5Pxf01eD3c4wFWcHfhWfMmWZyJmHkkL-3SqzsKg&amp;oe=6A558D1B 720w,https://instagram.fmex46-1.fna.fbcdn.net/v/t51.82787-15/741387149_18604878028049864_5508793841312947321_n.jpg?stp=dst-jpegr_e35_p640x640_sh2.08_tt6&amp;_nc_cat=1&amp;ig_cache_key=MzkzNzMyNjc5MTY4OTU1ODEyNQ%3D%3D.3-ccb7-5&amp;ccb=7-5&amp;_nc_sid=58cdad&amp;efg=eyJ2ZW5jb2RlX3RhZyI6IkNBUk9VU0VMX0lURU0ueHBpZHMuMzAyNC5oZHIucmVndWxhcl9waG90by5DMyJ9&amp;_nc_ohc=MYAGreSkTkkQ7kNvwGgsVJD&amp;_nc_oc=AdrCfTLBqP1Z93ULErBqvRdJL42M1We9OfyPOahKgQi_dnPTwXtju7dZcCSZSnEHp2Ou9x8unKhFQ-Furq6wKjGF&amp;_nc_zt=23&amp;_nc_ht=instagram.fmex46-1.fna&amp;_nc_gid=vI3zDbytP1E6zHxGIqsPGQ&amp;_nc_ss=7b289&amp;oh=00_AQAZdLrBI1lB3a_ZNNFNKDIAGCjJSlTM7cW6XmrS16kvSw&amp;oe=6A558D1B 640w,https://instagram.fmex46-1.fna.fbcdn.net/v/t51.82787-15/741387149_18604878028049864_5508793841312947321_n.jpg?stp=dst-jpegr_e35_s640x640_tt6&amp;_nc_cat=1&amp;ig_cache_key=MzkzNzMyNjc5MTY4OTU1ODEyNQ%3D%3D.3-ccb7-5&amp;ccb=7-5&amp;_nc_sid=58cdad&amp;efg=eyJ2ZW5jb2RlX3RhZyI6IkNBUk9VU0VMX0lURU0ueHBpZHMuMzAyNC5oZHIucmVndWxhcl9waG90by5DMyJ9&amp;_nc_ohc=MYAGreSkTkkQ7kNvwGgsVJD&amp;_nc_oc=AdrCfTLBqP1Z93ULErBqvRdJL42M1We9OfyPOahKgQi_dnPTwXtju7dZcCSZSnEHp2Ou9x8unKhFQ-Furq6wKjGF&amp;_nc_zt=23&amp;_nc_ht=instagram.fmex46-1.fna&amp;_nc_gid=vI3zDbytP1E6zHxGIqsPGQ&amp;_nc_ss=7b289&amp;oh=00_AQCw1VXjQ2j5uCiecqK-Okwyu1bFa5FDUBQTiS-cMOR0sQ&amp;oe=6A558D1B 480w,https://instagram.fmex46-1.fna.fbcdn.net/v/t51.82787-15/741387149_18604878028049864_5508793841312947321_n.jpg?stp=dst-jpegr_e35_p320x320_tt6&amp;_nc_cat=1&amp;ig_cache_key=MzkzNzMyNjc5MTY4OTU1ODEyNQ%3D%3D.3-ccb7-5&amp;ccb=7-5&amp;_nc_sid=58cdad&amp;efg=eyJ2ZW5jb2RlX3RhZyI6IkNBUk9VU0VMX0lURU0ueHBpZHMuMzAyNC5oZHIucmVndWxhcl9waG90by5DMyJ9&amp;_nc_ohc=MYAGreSkTkkQ7kNvwGgsVJD&amp;_nc_oc=AdrCfTLBqP1Z93ULErBqvRdJL42M1We9OfyPOahKgQi_dnPTwXtju7dZcCSZSnEHp2Ou9x8unKhFQ-Furq6wKjGF&amp;_nc_zt=23&amp;_nc_ht=instagram.fmex46-1.fna&amp;_nc_gid=vI3zDbytP1E6zHxGIqsPGQ&amp;_nc_ss=7b289&amp;oh=00_AQAyrLHBlDAcQ8yZI8HwUMeNxZcmhz26K6F_NXuT9EMc6g&amp;oe=6A558D1B 320w,https://instagram.fmex46-1.fna.fbcdn.net/v/t51.82787-15/741387149_18604878028049864_5508793841312947321_n.jpg?stp=dst-jpegr_e35_s320x320_tt6&amp;_nc_cat=1&amp;ig_cache_key=MzkzNzMyNjc5MTY4OTU1ODEyNQ%3D%3D.3-ccb7-5&amp;ccb=7-5&amp;_nc_sid=58cdad&amp;efg=eyJ2ZW5jb2RlX3RhZyI6IkNBUk9VU0VMX0lURU0ueHBpZHMuMzAyNC5oZHIucmVndWxhcl9waG90by5DMyJ9&amp;_nc_ohc=MYAGreSkTkkQ7kNvwGgsVJD&amp;_nc_oc=AdrCfTLBqP1Z93ULErBqvRdJL42M1We9OfyPOahKgQi_dnPTwXtju7dZcCSZSnEHp2Ou9x8unKhFQ-Furq6wKjGF&amp;_nc_zt=23&amp;_nc_ht=instagram.fmex46-1.fna&amp;_nc_gid=vI3zDbytP1E6zHxGIqsPGQ&amp;_nc_ss=7b289&amp;oh=00_AQAbkX2Ou18iGh2LKcUysmxDpIbpeAwFRQU-XlDXw3029A&amp;oe=6A558D1B 240w,https://instagram.fmex46-1.fna.fbcdn.net/v/t51.82787-15/741387149_18604878028049864_5508793841312947321_n.jpg?stp=c0.504.3024.3024a_dst-jpegr_e35_s1080x1080_tt6&amp;_nc_cat=1&amp;ig_cache_key=MzkzNzMyNjc5MTY4OTU1ODEyNQ%3D%3D.3-ccb7-5&amp;ccb=7-5&amp;_nc_sid=58cdad&amp;efg=eyJ2ZW5jb2RlX3RhZyI6IkNBUk9VU0VMX0lURU0ueHBpZHMuMzAyNC5oZHIucmVndWxhcl9waG90by5DMyJ9&amp;_nc_ohc=MYAGreSkTkkQ7kNvwGgsVJD&amp;_nc_oc=AdrCfTLBqP1Z93ULErBqvRdJL42M1We9OfyPOahKgQi_dnPTwXtju7dZcCSZSnEHp2Ou9x8unKhFQ-Furq6wKjGF&amp;_nc_zt=23&amp;se=-1&amp;_nc_ht=instagram.fmex46-1.fna&amp;_nc_gid=vI3zDbytP1E6zHxGIqsPGQ&amp;_nc_ss=7b289&amp;oh=00_AQAEjBKl2nZ79uCnzMcSxz1TDs-R9ut6ubgFCerP5Kfjmw&amp;oe=6A558D1B 1080w,https://instagram.fmex46-1.fna.fbcdn.net/v/t51.82787-15/741387149_18604878028049864_5508793841312947321_n.jpg?stp=c0.504.3024.3024a_dst-jpegr_e35_s750x750_sh2.08_tt6&amp;_nc_cat=1&amp;ig_cache_key=MzkzNzMyNjc5MTY4OTU1ODEyNQ%3D%3D.3-ccb7-5&amp;ccb=7-5&amp;_nc_sid=58cdad&amp;efg=eyJ2ZW5jb2RlX3RhZyI6IkNBUk9VU0VMX0lURU0ueHBpZHMuMzAyNC5oZHIucmVndWxhcl9waG90by5DMyJ9&amp;_nc_ohc=MYAGreSkTkkQ7kNvwGgsVJD&amp;_nc_oc=AdrCfTLBqP1Z93ULErBqvRdJL42M1We9OfyPOahKgQi_dnPTwXtju7dZcCSZSnEHp2Ou9x8unKhFQ-Furq6wKjGF&amp;_nc_zt=23&amp;se=-1&amp;_nc_ht=instagram.fmex46-1.fna&amp;_nc_gid=vI3zDbytP1E6zHxGIqsPGQ&amp;_nc_ss=7b289&amp;oh=00_AQCMS76Ch81GiOPvK0_hQ3okuqwI9QFW1mgYRgnHJbE45g&amp;oe=6A558D1B 750w,https://instagram.fmex46-1.fna.fbcdn.net/v/t51.82787-15/741387149_18604878028049864_5508793841312947321_n.jpg?stp=c0.504.3024.3024a_dst-jpegr_e35_s640x640_sh2.08_tt6&amp;_nc_cat=1&amp;ig_cache_key=MzkzNzMyNjc5MTY4OTU1ODEyNQ%3D%3D.3-ccb7-5&amp;ccb=7-5&amp;_nc_sid=58cdad&amp;efg=eyJ2ZW5jb2RlX3RhZyI6IkNBUk9VU0VMX0lURU0ueHBpZHMuMzAyNC5oZHIucmVndWxhcl9waG90by5DMyJ9&amp;_nc_ohc=MYAGreSkTkkQ7kNvwGgsVJD&amp;_nc_oc=AdrCfTLBqP1Z93ULErBqvRdJL42M1We9OfyPOahKgQi_dnPTwXtju7dZcCSZSnEHp2Ou9x8unKhFQ-Furq6wKjGF&amp;_nc_zt=23&amp;se=-1&amp;_nc_ht=instagram.fmex46-1.fna&amp;_nc_gid=vI3zDbytP1E6zHxGIqsPGQ&amp;_nc_ss=7b289&amp;oh=00_AQAR2uiVJlX6E9BlTutaXglRhrPqsVXlj456M3c50yVKQA&amp;oe=6A558D1B 640w,https://instagram.fmex46-1.fna.fbcdn.net/v/t51.82787-15/741387149_18604878028049864_5508793841312947321_n.jpg?stp=c0.504.3024.3024a_dst-jpegr_e35_s480x480_tt6&amp;_nc_cat=1&amp;ig_cache_key=MzkzNzMyNjc5MTY4OTU1ODEyNQ%3D%3D.3-ccb7-5&amp;ccb=7-5&amp;_nc_sid=58cdad&amp;efg=eyJ2ZW5jb2RlX3RhZyI6IkNBUk9VU0VMX0lURU0ueHBpZHMuMzAyNC5oZHIucmVndWxhcl9waG90by5DMyJ9&amp;_nc_ohc=MYAGreSkTkkQ7kNvwGgsVJD&amp;_nc_oc=AdrCfTLBqP1Z93ULErBqvRdJL42M1We9OfyPOahKgQi_dnPTwXtju7dZcCSZSnEHp2Ou9x8unKhFQ-Furq6wKjGF&amp;_nc_zt=23&amp;se=-1&amp;_nc_ht=instagram.fmex46-1.fna&amp;_nc_gid=vI3zDbytP1E6zHxGIqsPGQ&amp;_nc_ss=7b289&amp;oh=00_AQAOxulJswknb2loEbtbUX49qrDi3-h8AvzW30-oTP1B9A&amp;oe=6A558D1B 480w,https://instagram.fmex46-1.fna.fbcdn.net/v/t51.82787-15/741387149_18604878028049864_5508793841312947321_n.jpg?stp=c0.504.3024.3024a_dst-jpegr_e35_s320x320_tt6&amp;_nc_cat=1&amp;ig_cache_key=MzkzNzMyNjc5MTY4OTU1ODEyNQ%3D%3D.3-ccb7-5&amp;ccb=7-5&amp;_nc_sid=58cdad&amp;efg=eyJ2ZW5jb2RlX3RhZyI6IkNBUk9VU0VMX0lURU0ueHBpZHMuMzAyNC5oZHIucmVndWxhcl9waG90by5DMyJ9&amp;_nc_ohc=MYAGreSkTkkQ7kNvwGgsVJD&amp;_nc_oc=AdrCfTLBqP1Z93ULErBqvRdJL42M1We9OfyPOahKgQi_dnPTwXtju7dZcCSZSnEHp2Ou9x8unKhFQ-Furq6wKjGF&amp;_nc_zt=23&amp;se=-1&amp;_nc_ht=instagram.fmex46-1.fna&amp;_nc_gid=vI3zDbytP1E6zHxGIqsPGQ&amp;_nc_ss=7b289&amp;oh=00_AQABJ_W9pXp0JZxg4FS-1ozKkvzwx0wwnwCQ5_z_krNmTA&amp;oe=6A558D1B 320w,https://instagram.fmex46-1.fna.fbcdn.net/v/t51.82787-15/741387149_18604878028049864_5508793841312947321_n.jpg?stp=c0.504.3024.3024a_dst-jpegr_e35_s240x240_tt6&amp;_nc_cat=1&amp;ig_cache_key=MzkzNzMyNjc5MTY4OTU1ODEyNQ%3D%3D.3-ccb7-5&amp;ccb=7-5&amp;_nc_sid=58cdad&amp;efg=eyJ2ZW5jb2RlX3RhZyI6IkNBUk9VU0VMX0lURU0ueHBpZHMuMzAyNC5oZHIucmVndWxhcl9waG90by5DMyJ9&amp;_nc_ohc=MYAGreSkTkkQ7kNvwGgsVJD&amp;_nc_oc=AdrCfTLBqP1Z93ULErBqvRdJL42M1We9OfyPOahKgQi_dnPTwXtju7dZcCSZSnEHp2Ou9x8unKhFQ-Furq6wKjGF&amp;_nc_zt=23&amp;se=-1&amp;_nc_ht=instagram.fmex46-1.fna&amp;_nc_gid=vI3zDbytP1E6zHxGIqsPGQ&amp;_nc_ss=7b289&amp;oh=00_AQB1rU9F-9G-IQM_EoCLE3cPDszoDv_eNNEa8BRhDpcR6A&amp;oe=6A558D1B 240w,https://instagram.fmex46-1.fna.fbcdn.net/v/t51.82787-15/741387149_18604878028049864_5508793841312947321_n.jpg?stp=c0.504.3024.3024a_dst-jpegr_e35_s150x150_tt6&amp;_nc_cat=1&amp;ig_cache_key=MzkzNzMyNjc5MTY4OTU1ODEyNQ%3D%3D.3-ccb7-5&amp;ccb=7-5&amp;_nc_sid=58cdad&amp;efg=eyJ2ZW5jb2RlX3RhZyI6IkNBUk9VU0VMX0lURU0ueHBpZHMuMzAyNC5oZHIucmVndWxhcl9waG90by5DMyJ9&amp;_nc_ohc=MYAGreSkTkkQ7kNvwGgsVJD&amp;_nc_oc=AdrCfTLBqP1Z93ULErBqvRdJL42M1We9OfyPOahKgQi_dnPTwXtju7dZcCSZSnEHp2Ou9x8unKhFQ-Furq6wKjGF&amp;_nc_zt=23&amp;se=-1&amp;_nc_ht=instagram.fmex46-1.fna&amp;_nc_gid=vI3zDbytP1E6zHxGIqsPGQ&amp;_nc_ss=7b289&amp;oh=00_AQA6Y_h_w2FxTO_UpK8eFUf36BQXiMFLTkrgMxYQbbIgtw&amp;oe=6A558D1B 150w"></a><div class="EmbedSidecar"><div class="_ae36"><div class="_ae37"><div class="_ae35" style="padding-bottom: 133.333%;"></div><div class="_ae38 _adl6"><div class="_adc-"><div class="_adc_" tabindex="0" style="transition-duration: 0s; transform: translateX(0px);"><div class="_add0"><ul class="x6s0dn4 x972fbf x10w94by x1qhh985 x14e42zd x78zum5 x1q0g3np xln7xf2 xk390pu xdj266r x14z9mp xat24cr x1lziwak xexx8yu xyri2b x18d9i69 x1c1uobl x11njtxf" style="padding-left: 0px; padding-right: 0px;"><li class="_adxi" style="opacity: 1; width: 656px;"><div class="_adxj" style="margin-left: 0px; width: 656px;"><div class="_aagu"><div class="_aagv" style="padding-bottom: 133.333%;"><img class="x5yr21d xu96u03 x10l6tqk x13vifvy x87ps6o xh8yej3" crossorigin="anonymous" src="https://instagram.fmex46-1.fna.fbcdn.net/v/t51.82787-15/741387149_18604878028049864_5508793841312947321_n.jpg?stp=dst-jpegr_e35_tt6&amp;_nc_cat=1&amp;ig_cache_key=MzkzNzMyNjc5MTY4OTU1ODEyNQ%3D%3D.3-ccb7-5&amp;ccb=7-5&amp;_nc_sid=58cdad&amp;efg=eyJ2ZW5jb2RlX3RhZyI6IkNBUk9VU0VMX0lURU0ueHBpZHMuMzAyNC5oZHIucmVndWxhcl9waG90by5DMyJ9&amp;_nc_ohc=MYAGreSkTkkQ7kNvwGgsVJD&amp;_nc_oc=AdrCfTLBqP1Z93ULErBqvRdJL42M1We9OfyPOahKgQi_dnPTwXtju7dZcCSZSnEHp2Ou9x8unKhFQ-Furq6wKjGF&amp;_nc_zt=23&amp;_nc_ht=instagram.fmex46-1.fna&amp;_nc_gid=vI3zDbytP1E6zHxGIqsPGQ&amp;_nc_ss=7b289&amp;oh=00_AQC3kD_3jJCEK_8cdmnEh9IE8ZWVyFFP1ZrUAr_gTT-TJA&amp;oe=6A558D1B" sizes="656px" srcset="https://instagram.fmex46-1.fna.fbcdn.net/v/t51.82787-15/741387149_18604878028049864_5508793841312947321_n.jpg?stp=dst-jpegr_e35_p1080x1080_tt6&amp;_nc_cat=1&amp;ig_cache_key=MzkzNzMyNjc5MTY4OTU1ODEyNQ%3D%3D.3-ccb7-5&amp;ccb=7-5&amp;_nc_sid=58cdad&amp;efg=eyJ2ZW5jb2RlX3RhZyI6IkNBUk9VU0VMX0lURU0ueHBpZHMuMzAyNC5oZHIucmVndWxhcl9waG90by5DMyJ9&amp;_nc_ohc=MYAGreSkTkkQ7kNvwGgsVJD&amp;_nc_oc=AdrCfTLBqP1Z93ULErBqvRdJL42M1We9OfyPOahKgQi_dnPTwXtju7dZcCSZSnEHp2Ou9x8unKhFQ-Furq6wKjGF&amp;_nc_zt=23&amp;_nc_ht=instagram.fmex46-1.fna&amp;_nc_gid=vI3zDbytP1E6zHxGIqsPGQ&amp;_nc_ss=7b289&amp;oh=00_AQDnMJED2w3g7yRNlmcPMBGc8B9UnwBc47zbj3i811kZqA&amp;oe=6A558D1B 1080w,https://instagram.fmex46-1.fna.fbcdn.net/v/t51.82787-15/741387149_18604878028049864_5508793841312947321_n.jpg?stp=dst-jpegr_e35_p720x720_tt6&amp;_nc_cat=1&amp;ig_cache_key=MzkzNzMyNjc5MTY4OTU1ODEyNQ%3D%3D.3-ccb7-5&amp;ccb=7-5&amp;_nc_sid=58cdad&amp;efg=eyJ2ZW5jb2RlX3RhZyI6IkNBUk9VU0VMX0lURU0ueHBpZHMuMzAyNC5oZHIucmVndWxhcl9waG90by5DMyJ9&amp;_nc_ohc=MYAGreSkTkkQ7kNvwGgsVJD&amp;_nc_oc=AdrCfTLBqP1Z93ULErBqvRdJL42M1We9OfyPOahKgQi_dnPTwXtju7dZcCSZSnEHp2Ou9x8unKhFQ-Furq6wKjGF&amp;_nc_zt=23&amp;_nc_ht=instagram.fmex46-1.fna&amp;_nc_gid=vI3zDbytP1E6zHxGIqsPGQ&amp;_nc_ss=7b289&amp;oh=00_AQC8dhQ5Pxf01eD3c4wFWcHfhWfMmWZyJmHkkL-3SqzsKg&amp;oe=6A558D1B 720w,https://instagram.fmex46-1.fna.fbcdn.net/v/t51.82787-15/741387149_18604878028049864_5508793841312947321_n.jpg?stp=dst-jpegr_e35_p640x640_sh2.08_tt6&amp;_nc_cat=1&amp;ig_cache_key=MzkzNzMyNjc5MTY4OTU1ODEyNQ%3D%3D.3-ccb7-5&amp;ccb=7-5&amp;_nc_sid=58cdad&amp;efg=eyJ2ZW5jb2RlX3RhZyI6IkNBUk9VU0VMX0lURU0ueHBpZHMuMzAyNC5oZHIucmVndWxhcl9waG90by5DMyJ9&amp;_nc_ohc=MYAGreSkTkkQ7kNvwGgsVJD&amp;_nc_oc=AdrCfTLBqP1Z93ULErBqvRdJL42M1We9OfyPOahKgQi_dnPTwXtju7dZcCSZSnEHp2Ou9x8unKhFQ-Furq6wKjGF&amp;_nc_zt=23&amp;_nc_ht=instagram.fmex46-1.fna&amp;_nc_gid=vI3zDbytP1E6zHxGIqsPGQ&amp;_nc_ss=7b289&amp;oh=00_AQAZdLrBI1lB3a_ZNNFNKDIAGCjJSlTM7cW6XmrS16kvSw&amp;oe=6A558D1B 640w,https://instagram.fmex46-1.fna.fbcdn.net/v/t51.82787-15/741387149_18604878028049864_5508793841312947321_n.jpg?stp=dst-jpegr_e35_s640x640_tt6&amp;_nc_cat=1&amp;ig_cache_key=MzkzNzMyNjc5MTY4OTU1ODEyNQ%3D%3D.3-ccb7-5&amp;ccb=7-5&amp;_nc_sid=58cdad&amp;efg=eyJ2ZW5jb2RlX3RhZyI6IkNBUk9VU0VMX0lURU0ueHBpZHMuMzAyNC5oZHIucmVndWxhcl9waG90by5DMyJ9&amp;_nc_ohc=MYAGreSkTkkQ7kNvwGgsVJD&amp;_nc_oc=AdrCfTLBqP1Z93ULErBqvRdJL42M1We9OfyPOahKgQi_dnPTwXtju7dZcCSZSnEHp2Ou9x8unKhFQ-Furq6wKjGF&amp;_nc_zt=23&amp;_nc_ht=instagram.fmex46-1.fna&amp;_nc_gid=vI3zDbytP1E6zHxGIqsPGQ&amp;_nc_ss=7b289&amp;oh=00_AQCw1VXjQ2j5uCiecqK-Okwyu1bFa5FDUBQTiS-cMOR0sQ&amp;oe=6A558D1B 480w,https://instagram.fmex46-1.fna.fbcdn.net/v/t51.82787-15/741387149_18604878028049864_5508793841312947321_n.jpg?stp=dst-jpegr_e35_p320x320_tt6&amp;_nc_cat=1&amp;ig_cache_key=MzkzNzMyNjc5MTY4OTU1ODEyNQ%3D%3D.3-ccb7-5&amp;ccb=7-5&amp;_nc_sid=58cdad&amp;efg=eyJ2ZW5jb2RlX3RhZyI6IkNBUk9VU0VMX0lURU0ueHBpZHMuMzAyNC5oZHIucmVndWxhcl9waG90by5DMyJ9&amp;_nc_ohc=MYAGreSkTkkQ7kNvwGgsVJD&amp;_nc_oc=AdrCfTLBqP1Z93ULErBqvRdJL42M1We9OfyPOahKgQi_dnPTwXtju7dZcCSZSnEHp2Ou9x8unKhFQ-Furq6wKjGF&amp;_nc_zt=23&amp;_nc_ht=instagram.fmex46-1.fna&amp;_nc_gid=vI3zDbytP1E6zHxGIqsPGQ&amp;_nc_ss=7b289&amp;oh=00_AQAyrLHBlDAcQ8yZI8HwUMeNxZcmhz26K6F_NXuT9EMc6g&amp;oe=6A558D1B 320w,https://instagram.fmex46-1.fna.fbcdn.net/v/t51.82787-15/741387149_18604878028049864_5508793841312947321_n.jpg?stp=dst-jpegr_e35_s320x320_tt6&amp;_nc_cat=1&amp;ig_cache_key=MzkzNzMyNjc5MTY4OTU1ODEyNQ%3D%3D.3-ccb7-5&amp;ccb=7-5&amp;_nc_sid=58cdad&amp;efg=eyJ2ZW5jb2RlX3RhZyI6IkNBUk9VU0VMX0lURU0ueHBpZHMuMzAyNC5oZHIucmVndWxhcl9waG90by5DMyJ9&amp;_nc_ohc=MYAGreSkTkkQ7kNvwGgsVJD&amp;_nc_oc=AdrCfTLBqP1Z93ULErBqvRdJL42M1We9OfyPOahKgQi_dnPTwXtju7dZcCSZSnEHp2Ou9x8unKhFQ-Furq6wKjGF&amp;_nc_zt=23&amp;_nc_ht=instagram.fmex46-1.fna&amp;_nc_gid=vI3zDbytP1E6zHxGIqsPGQ&amp;_nc_ss=7b289&amp;oh=00_AQAbkX2Ou18iGh2LKcUysmxDpIbpeAwFRQU-XlDXw3029A&amp;oe=6A558D1B 240w,https://instagram.fmex46-1.fna.fbcdn.net/v/t51.82787-15/741387149_18604878028049864_5508793841312947321_n.jpg?stp=c0.504.3024.3024a_dst-jpegr_e35_s1080x1080_tt6&amp;_nc_cat=1&amp;ig_cache_key=MzkzNzMyNjc5MTY4OTU1ODEyNQ%3D%3D.3-ccb7-5&amp;ccb=7-5&amp;_nc_sid=58cdad&amp;efg=eyJ2ZW5jb2RlX3RhZyI6IkNBUk9VU0VMX0lURU0ueHBpZHMuMzAyNC5oZHIucmVndWxhcl9waG90by5DMyJ9&amp;_nc_ohc=MYAGreSkTkkQ7kNvwGgsVJD&amp;_nc_oc=AdrCfTLBqP1Z93ULErBqvRdJL42M1We9OfyPOahKgQi_dnPTwXtju7dZcCSZSnEHp2Ou9x8unKhFQ-Furq6wKjGF&amp;_nc_zt=23&amp;se=-1&amp;_nc_ht=instagram.fmex46-1.fna&amp;_nc_gid=vI3zDbytP1E6zHxGIqsPGQ&amp;_nc_ss=7b289&amp;oh=00_AQAEjBKl2nZ79uCnzMcSxz1TDs-R9ut6ubgFCerP5Kfjmw&amp;oe=6A558D1B 1080w,https://instagram.fmex46-1.fna.fbcdn.net/v/t51.82787-15/741387149_18604878028049864_5508793841312947321_n.jpg?stp=c0.504.3024.3024a_dst-jpegr_e35_s750x750_sh2.08_tt6&amp;_nc_cat=1&amp;ig_cache_key=MzkzNzMyNjc5MTY4OTU1ODEyNQ%3D%3D.3-ccb7-5&amp;ccb=7-5&amp;_nc_sid=58cdad&amp;efg=eyJ2ZW5jb2RlX3RhZyI6IkNBUk9VU0VMX0lURU0ueHBpZHMuMzAyNC5oZHIucmVndWxhcl9waG90by5DMyJ9&amp;_nc_ohc=MYAGreSkTkkQ7kNvwGgsVJD&amp;_nc_oc=AdrCfTLBqP1Z93ULErBqvRdJL42M1We9OfyPOahKgQi_dnPTwXtju7dZcCSZSnEHp2Ou9x8unKhFQ-Furq6wKjGF&amp;_nc_zt=23&amp;se=-1&amp;_nc_ht=instagram.fmex46-1.fna&amp;_nc_gid=vI3zDbytP1E6zHxGIqsPGQ&amp;_nc_ss=7b289&amp;oh=00_AQCMS76Ch81GiOPvK0_hQ3okuqwI9QFW1mgYRgnHJbE45g&amp;oe=6A558D1B 750w,https://instagram.fmex46-1.fna.fbcdn.net/v/t51.82787-15/741387149_18604878028049864_5508793841312947321_n.jpg?stp=c0.504.3024.3024a_dst-jpegr_e35_s640x640_sh2.08_tt6&amp;_nc_cat=1&amp;ig_cache_key=MzkzNzMyNjc5MTY4OTU1ODEyNQ%3D%3D.3-ccb7-5&amp;ccb=7-5&amp;_nc_sid=58cdad&amp;efg=eyJ2ZW5jb2RlX3RhZyI6IkNBUk9VU0VMX0lURU0ueHBpZHMuMzAyNC5oZHIucmVndWxhcl9waG90by5DMyJ9&amp;_nc_ohc=MYAGreSkTkkQ7kNvwGgsVJD&amp;_nc_oc=AdrCfTLBqP1Z93ULErBqvRdJL42M1We9OfyPOahKgQi_dnPTwXtju7dZcCSZSnEHp2Ou9x8unKhFQ-Furq6wKjGF&amp;_nc_zt=23&amp;se=-1&amp;_nc_ht=instagram.fmex46-1.fna&amp;_nc_gid=vI3zDbytP1E6zHxGIqsPGQ&amp;_nc_ss=7b289&amp;oh=00_AQAR2uiVJlX6E9BlTutaXglRhrPqsVXlj456M3c50yVKQA&amp;oe=6A558D1B 640w,https://instagram.fmex46-1.fna.fbcdn.net/v/t51.82787-15/741387149_18604878028049864_5508793841312947321_n.jpg?stp=c0.504.3024.3024a_dst-jpegr_e35_s480x480_tt6&amp;_nc_cat=1&amp;ig_cache_key=MzkzNzMyNjc5MTY4OTU1ODEyNQ%3D%3D.3-ccb7-5&amp;ccb=7-5&amp;_nc_sid=58cdad&amp;efg=eyJ2ZW5jb2RlX3RhZyI6IkNBUk9VU0VMX0lURU0ueHBpZHMuMzAyNC5oZHIucmVndWxhcl9waG90by5DMyJ9&amp;_nc_ohc=MYAGreSkTkkQ7kNvwGgsVJD&amp;_nc_oc=AdrCfTLBqP1Z93ULErBqvRdJL42M1We9OfyPOahKgQi_dnPTwXtju7dZcCSZSnEHp2Ou9x8unKhFQ-Furq6wKjGF&amp;_nc_zt=23&amp;se=-1&amp;_nc_ht=instagram.fmex46-1.fna&amp;_nc_gid=vI3zDbytP1E6zHxGIqsPGQ&amp;_nc_ss=7b289&amp;oh=00_AQAOxulJswknb2loEbtbUX49qrDi3-h8AvzW30-oTP1B9A&amp;oe=6A558D1B 480w,https://instagram.fmex46-1.fna.fbcdn.net/v/t51.82787-15/741387149_18604878028049864_5508793841312947321_n.jpg?stp=c0.504.3024.3024a_dst-jpegr_e35_s320x320_tt6&amp;_nc_cat=1&amp;ig_cache_key=MzkzNzMyNjc5MTY4OTU1ODEyNQ%3D%3D.3-ccb7-5&amp;ccb=7-5&amp;_nc_sid=58cdad&amp;efg=eyJ2ZW5jb2RlX3RhZyI6IkNBUk9VU0VMX0lURU0ueHBpZHMuMzAyNC5oZHIucmVndWxhcl9waG90by5DMyJ9&amp;_nc_ohc=MYAGreSkTkkQ7kNvwGgsVJD&amp;_nc_oc=AdrCfTLBqP1Z93ULErBqvRdJL42M1We9OfyPOahKgQi_dnPTwXtju7dZcCSZSnEHp2Ou9x8unKhFQ-Furq6wKjGF&amp;_nc_zt=23&amp;se=-1&amp;_nc_ht=instagram.fmex46-1.fna&amp;_nc_gid=vI3zDbytP1E6zHxGIqsPGQ&amp;_nc_ss=7b289&amp;oh=00_AQABJ_W9pXp0JZxg4FS-1ozKkvzwx0wwnwCQ5_z_krNmTA&amp;oe=6A558D1B 320w,https://instagram.fmex46-1.fna.fbcdn.net/v/t51.82787-15/741387149_18604878028049864_5508793841312947321_n.jpg?stp=c0.504.3024.3024a_dst-jpegr_e35_s240x240_tt6&amp;_nc_cat=1&amp;ig_cache_key=MzkzNzMyNjc5MTY4OTU1ODEyNQ%3D%3D.3-ccb7-5&amp;ccb=7-5&amp;_nc_sid=58cdad&amp;efg=eyJ2ZW5jb2RlX3RhZyI6IkNBUk9VU0VMX0lURU0ueHBpZHMuMzAyNC5oZHIucmVndWxhcl9waG90by5DMyJ9&amp;_nc_ohc=MYAGreSkTkkQ7kNvwGgsVJD&amp;_nc_oc=AdrCfTLBqP1Z93ULErBqvRdJL42M1We9OfyPOahKgQi_dnPTwXtju7dZcCSZSnEHp2Ou9x8unKhFQ-Furq6wKjGF&amp;_nc_zt=23&amp;se=-1&amp;_nc_ht=instagram.fmex46-1.fna&amp;_nc_gid=vI3zDbytP1E6zHxGIqsPGQ&amp;_nc_ss=7b289&amp;oh=00_AQB1rU9F-9G-IQM_EoCLE3cPDszoDv_eNNEa8BRhDpcR6A&amp;oe=6A558D1B 240w,https://instagram.fmex46-1.fna.fbcdn.net/v/t51.82787-15/741387149_18604878028049864_5508793841312947321_n.jpg?stp=c0.504.3024.3024a_dst-jpegr_e35_s150x150_tt6&amp;_nc_cat=1&amp;ig_cache_key=MzkzNzMyNjc5MTY4OTU1ODEyNQ%3D%3D.3-ccb7-5&amp;ccb=7-5&amp;_nc_sid=58cdad&amp;efg=eyJ2ZW5jb2RlX3RhZyI6IkNBUk9VU0VMX0lURU0ueHBpZHMuMzAyNC5oZHIucmVndWxhcl9waG90by5DMyJ9&amp;_nc_ohc=MYAGreSkTkkQ7kNvwGgsVJD&amp;_nc_oc=AdrCfTLBqP1Z93ULErBqvRdJL42M1We9OfyPOahKgQi_dnPTwXtju7dZcCSZSnEHp2Ou9x8unKhFQ-Furq6wKjGF&amp;_nc_zt=23&amp;se=-1&amp;_nc_ht=instagram.fmex46-1.fna&amp;_nc_gid=vI3zDbytP1E6zHxGIqsPGQ&amp;_nc_ss=7b289&amp;oh=00_AQA6Y_h_w2FxTO_UpK8eFUf36BQXiMFLTkrgMxYQbbIgtw&amp;oe=6A558D1B 150w" style="object-fit: cover;"></div><div class="x1ey2m1c xtijo5x x1o0tod x10l6tqk x13vifvy"></div></div></div></li><li class="_adxi" style="opacity: 1; width: 656px;"><div class="_adxj" style="margin-left: 0px; width: 656px;"><div class="_aagu"><div class="_aagv" style="padding-bottom: 133.333%;"><img class="x5yr21d xu96u03 x10l6tqk x13vifvy x87ps6o xh8yej3" crossorigin="anonymous" src="https://instagram.fmex46-1.fna.fbcdn.net/v/t51.82787-15/741643345_18604878040049864_241730175551673430_n.jpg?stp=dst-jpegr_e35_tt6&amp;_nc_cat=1&amp;ig_cache_key=MzkzNzMyNjc5ODcxOTMzNDExNg%3D%3D.3-ccb7-5&amp;ccb=7-5&amp;_nc_sid=58cdad&amp;efg=eyJ2ZW5jb2RlX3RhZyI6IkNBUk9VU0VMX0lURU0ueHBpZHMuMzA3Mi5oZHIucmVndWxhcl9waG90by5DMyJ9&amp;_nc_ohc=Z2n5ZhbAErIQ7kNvwFiL5dK&amp;_nc_oc=AdqIpKv4t_w_KurQPfx9NIjNOUXn-8Lv9m4CUimF6j9QiAhbj8VBPAy4Dyk553-E5HeeNiQqSsn5_8E9WpmoibjX&amp;_nc_zt=23&amp;_nc_ht=instagram.fmex46-1.fna&amp;_nc_gid=vI3zDbytP1E6zHxGIqsPGQ&amp;_nc_ss=7b289&amp;oh=00_AQChBbiVj_oLQcWrn70geXhir-iBVLUZozIoVoblMB0pYA&amp;oe=6A558794" sizes="656px" srcset="https://instagram.fmex46-1.fna.fbcdn.net/v/t51.82787-15/741643345_18604878040049864_241730175551673430_n.jpg?stp=dst-jpegr_e35_p1080x1080_tt6&amp;_nc_cat=1&amp;ig_cache_key=MzkzNzMyNjc5ODcxOTMzNDExNg%3D%3D.3-ccb7-5&amp;ccb=7-5&amp;_nc_sid=58cdad&amp;efg=eyJ2ZW5jb2RlX3RhZyI6IkNBUk9VU0VMX0lURU0ueHBpZHMuMzA3Mi5oZHIucmVndWxhcl9waG90by5DMyJ9&amp;_nc_ohc=Z2n5ZhbAErIQ7kNvwFiL5dK&amp;_nc_oc=AdqIpKv4t_w_KurQPfx9NIjNOUXn-8Lv9m4CUimF6j9QiAhbj8VBPAy4Dyk553-E5HeeNiQqSsn5_8E9WpmoibjX&amp;_nc_zt=23&amp;_nc_ht=instagram.fmex46-1.fna&amp;_nc_gid=vI3zDbytP1E6zHxGIqsPGQ&amp;_nc_ss=7b289&amp;oh=00_AQBRkHPr_jdhgaSBBDtq7XqvWdKskhL8SD9pugHRIetOcg&amp;oe=6A558794 1080w,https://instagram.fmex46-1.fna.fbcdn.net/v/t51.82787-15/741643345_18604878040049864_241730175551673430_n.jpg?stp=dst-jpegr_e35_p720x720_tt6&amp;_nc_cat=1&amp;ig_cache_key=MzkzNzMyNjc5ODcxOTMzNDExNg%3D%3D.3-ccb7-5&amp;ccb=7-5&amp;_nc_sid=58cdad&amp;efg=eyJ2ZW5jb2RlX3RhZyI6IkNBUk9VU0VMX0lURU0ueHBpZHMuMzA3Mi5oZHIucmVndWxhcl9waG90by5DMyJ9&amp;_nc_ohc=Z2n5ZhbAErIQ7kNvwFiL5dK&amp;_nc_oc=AdqIpKv4t_w_KurQPfx9NIjNOUXn-8Lv9m4CUimF6j9QiAhbj8VBPAy4Dyk553-E5HeeNiQqSsn5_8E9WpmoibjX&amp;_nc_zt=23&amp;_nc_ht=instagram.fmex46-1.fna&amp;_nc_gid=vI3zDbytP1E6zHxGIqsPGQ&amp;_nc_ss=7b289&amp;oh=00_AQAlUta8qhpEbdCohipnIvjEpZ1a8P_i8jBjaC8cqkqrDQ&amp;oe=6A558794 720w,https://instagram.fmex46-1.fna.fbcdn.net/v/t51.82787-15/741643345_18604878040049864_241730175551673430_n.jpg?stp=dst-jpegr_e35_p640x640_sh2.08_tt6&amp;_nc_cat=1&amp;ig_cache_key=MzkzNzMyNjc5ODcxOTMzNDExNg%3D%3D.3-ccb7-5&amp;ccb=7-5&amp;_nc_sid=58cdad&amp;efg=eyJ2ZW5jb2RlX3RhZyI6IkNBUk9VU0VMX0lURU0ueHBpZHMuMzA3Mi5oZHIucmVndWxhcl9waG90by5DMyJ9&amp;_nc_ohc=Z2n5ZhbAErIQ7kNvwFiL5dK&amp;_nc_oc=AdqIpKv4t_w_KurQPfx9NIjNOUXn-8Lv9m4CUimF6j9QiAhbj8VBPAy4Dyk553-E5HeeNiQqSsn5_8E9WpmoibjX&amp;_nc_zt=23&amp;_nc_ht=instagram.fmex46-1.fna&amp;_nc_gid=vI3zDbytP1E6zHxGIqsPGQ&amp;_nc_ss=7b289&amp;oh=00_AQD2iaLRnt-0U-eXSqSlFQjTNWTaFK6MsiG3LEQMJZYL6Q&amp;oe=6A558794 640w,https://instagram.fmex46-1.fna.fbcdn.net/v/t51.82787-15/741643345_18604878040049864_241730175551673430_n.jpg?stp=dst-jpegr_e35_s640x640_tt6&amp;_nc_cat=1&amp;ig_cache_key=MzkzNzMyNjc5ODcxOTMzNDExNg%3D%3D.3-ccb7-5&amp;ccb=7-5&amp;_nc_sid=58cdad&amp;efg=eyJ2ZW5jb2RlX3RhZyI6IkNBUk9VU0VMX0lURU0ueHBpZHMuMzA3Mi5oZHIucmVndWxhcl9waG90by5DMyJ9&amp;_nc_ohc=Z2n5ZhbAErIQ7kNvwFiL5dK&amp;_nc_oc=AdqIpKv4t_w_KurQPfx9NIjNOUXn-8Lv9m4CUimF6j9QiAhbj8VBPAy4Dyk553-E5HeeNiQqSsn5_8E9WpmoibjX&amp;_nc_zt=23&amp;_nc_ht=instagram.fmex46-1.fna&amp;_nc_gid=vI3zDbytP1E6zHxGIqsPGQ&amp;_nc_ss=7b289&amp;oh=00_AQAKkZg8KPAVBMij7gJSBGX62r7ew8Sk46STw0-QamaDDQ&amp;oe=6A558794 480w,https://instagram.fmex46-1.fna.fbcdn.net/v/t51.82787-15/741643345_18604878040049864_241730175551673430_n.jpg?stp=dst-jpegr_e35_p320x320_tt6&amp;_nc_cat=1&amp;ig_cache_key=MzkzNzMyNjc5ODcxOTMzNDExNg%3D%3D.3-ccb7-5&amp;ccb=7-5&amp;_nc_sid=58cdad&amp;efg=eyJ2ZW5jb2RlX3RhZyI6IkNBUk9VU0VMX0lURU0ueHBpZHMuMzA3Mi5oZHIucmVndWxhcl9waG90by5DMyJ9&amp;_nc_ohc=Z2n5ZhbAErIQ7kNvwFiL5dK&amp;_nc_oc=AdqIpKv4t_w_KurQPfx9NIjNOUXn-8Lv9m4CUimF6j9QiAhbj8VBPAy4Dyk553-E5HeeNiQqSsn5_8E9WpmoibjX&amp;_nc_zt=23&amp;_nc_ht=instagram.fmex46-1.fna&amp;_nc_gid=vI3zDbytP1E6zHxGIqsPGQ&amp;_nc_ss=7b289&amp;oh=00_AQDtByKgLaczpZJJ4J6qwikSifEOA5FfafZp6CEjDIbVXg&amp;oe=6A558794 320w,https://instagram.fmex46-1.fna.fbcdn.net/v/t51.82787-15/741643345_18604878040049864_241730175551673430_n.jpg?stp=dst-jpegr_e35_s320x320_tt6&amp;_nc_cat=1&amp;ig_cache_key=MzkzNzMyNjc5ODcxOTMzNDExNg%3D%3D.3-ccb7-5&amp;ccb=7-5&amp;_nc_sid=58cdad&amp;efg=eyJ2ZW5jb2RlX3RhZyI6IkNBUk9VU0VMX0lURU0ueHBpZHMuMzA3Mi5oZHIucmVndWxhcl9waG90by5DMyJ9&amp;_nc_ohc=Z2n5ZhbAErIQ7kNvwFiL5dK&amp;_nc_oc=AdqIpKv4t_w_KurQPfx9NIjNOUXn-8Lv9m4CUimF6j9QiAhbj8VBPAy4Dyk553-E5HeeNiQqSsn5_8E9WpmoibjX&amp;_nc_zt=23&amp;_nc_ht=instagram.fmex46-1.fna&amp;_nc_gid=vI3zDbytP1E6zHxGIqsPGQ&amp;_nc_ss=7b289&amp;oh=00_AQApp1YQYBu917wr4Ic20XRvtAW4gH8IGCmH89Wj2Hmdnw&amp;oe=6A558794 240w,https://instagram.fmex46-1.fna.fbcdn.net/v/t51.82787-15/741643345_18604878040049864_241730175551673430_n.jpg?stp=c0.512.3072.3072a_dst-jpegr_e35_s1080x1080_tt6&amp;_nc_cat=1&amp;ig_cache_key=MzkzNzMyNjc5ODcxOTMzNDExNg%3D%3D.3-ccb7-5&amp;ccb=7-5&amp;_nc_sid=58cdad&amp;efg=eyJ2ZW5jb2RlX3RhZyI6IkNBUk9VU0VMX0lURU0ueHBpZHMuMzA3Mi5oZHIucmVndWxhcl9waG90by5DMyJ9&amp;_nc_ohc=Z2n5ZhbAErIQ7kNvwFiL5dK&amp;_nc_oc=AdqIpKv4t_w_KurQPfx9NIjNOUXn-8Lv9m4CUimF6j9QiAhbj8VBPAy4Dyk553-E5HeeNiQqSsn5_8E9WpmoibjX&amp;_nc_zt=23&amp;se=-1&amp;_nc_ht=instagram.fmex46-1.fna&amp;_nc_gid=vI3zDbytP1E6zHxGIqsPGQ&amp;_nc_ss=7b289&amp;oh=00_AQBNJ8p0uZxwaq1hjqCSHNLU4ts55kIja1nH4b7sMJfL9w&amp;oe=6A558794 1080w,https://instagram.fmex46-1.fna.fbcdn.net/v/t51.82787-15/741643345_18604878040049864_241730175551673430_n.jpg?stp=c0.512.3072.3072a_dst-jpegr_e35_s750x750_sh2.08_tt6&amp;_nc_cat=1&amp;ig_cache_key=MzkzNzMyNjc5ODcxOTMzNDExNg%3D%3D.3-ccb7-5&amp;ccb=7-5&amp;_nc_sid=58cdad&amp;efg=eyJ2ZW5jb2RlX3RhZyI6IkNBUk9VU0VMX0lURU0ueHBpZHMuMzA3Mi5oZHIucmVndWxhcl9waG90by5DMyJ9&amp;_nc_ohc=Z2n5ZhbAErIQ7kNvwFiL5dK&amp;_nc_oc=AdqIpKv4t_w_KurQPfx9NIjNOUXn-8Lv9m4CUimF6j9QiAhbj8VBPAy4Dyk553-E5HeeNiQqSsn5_8E9WpmoibjX&amp;_nc_zt=23&amp;se=-1&amp;_nc_ht=instagram.fmex46-1.fna&amp;_nc_gid=vI3zDbytP1E6zHxGIqsPGQ&amp;_nc_ss=7b289&amp;oh=00_AQCmDVgS71dA2KLmBODJb7CpQvvanQX5dmdHSowyhZgvIw&amp;oe=6A558794 750w,https://instagram.fmex46-1.fna.fbcdn.net/v/t51.82787-15/741643345_18604878040049864_241730175551673430_n.jpg?stp=c0.512.3072.3072a_dst-jpegr_e35_s640x640_sh2.08_tt6&amp;_nc_cat=1&amp;ig_cache_key=MzkzNzMyNjc5ODcxOTMzNDExNg%3D%3D.3-ccb7-5&amp;ccb=7-5&amp;_nc_sid=58cdad&amp;efg=eyJ2ZW5jb2RlX3RhZyI6IkNBUk9VU0VMX0lURU0ueHBpZHMuMzA3Mi5oZHIucmVndWxhcl9waG90by5DMyJ9&amp;_nc_ohc=Z2n5ZhbAErIQ7kNvwFiL5dK&amp;_nc_oc=AdqIpKv4t_w_KurQPfx9NIjNOUXn-8Lv9m4CUimF6j9QiAhbj8VBPAy4Dyk553-E5HeeNiQqSsn5_8E9WpmoibjX&amp;_nc_zt=23&amp;se=-1&amp;_nc_ht=instagram.fmex46-1.fna&amp;_nc_gid=vI3zDbytP1E6zHxGIqsPGQ&amp;_nc_ss=7b289&amp;oh=00_AQAQLwx5QuYOlbr9Cj6T5rKDF8hsJ_ycd5WsNxR5PF-HvQ&amp;oe=6A558794 640w,https://instagram.fmex46-1.fna.fbcdn.net/v/t51.82787-15/741643345_18604878040049864_241730175551673430_n.jpg?stp=c0.512.3072.3072a_dst-jpegr_e35_s480x480_tt6&amp;_nc_cat=1&amp;ig_cache_key=MzkzNzMyNjc5ODcxOTMzNDExNg%3D%3D.3-ccb7-5&amp;ccb=7-5&amp;_nc_sid=58cdad&amp;efg=eyJ2ZW5jb2RlX3RhZyI6IkNBUk9VU0VMX0lURU0ueHBpZHMuMzA3Mi5oZHIucmVndWxhcl9waG90by5DMyJ9&amp;_nc_ohc=Z2n5ZhbAErIQ7kNvwFiL5dK&amp;_nc_oc=AdqIpKv4t_w_KurQPfx9NIjNOUXn-8Lv9m4CUimF6j9QiAhbj8VBPAy4Dyk553-E5HeeNiQqSsn5_8E9WpmoibjX&amp;_nc_zt=23&amp;se=-1&amp;_nc_ht=instagram.fmex46-1.fna&amp;_nc_gid=vI3zDbytP1E6zHxGIqsPGQ&amp;_nc_ss=7b289&amp;oh=00_AQCziQd33fkzC8gRbEZh8KzrPzOvoedtTFC0C4uHLCfdFg&amp;oe=6A558794 480w,https://instagram.fmex46-1.fna.fbcdn.net/v/t51.82787-15/741643345_18604878040049864_241730175551673430_n.jpg?stp=c0.512.3072.3072a_dst-jpegr_e35_s320x320_tt6&amp;_nc_cat=1&amp;ig_cache_key=MzkzNzMyNjc5ODcxOTMzNDExNg%3D%3D.3-ccb7-5&amp;ccb=7-5&amp;_nc_sid=58cdad&amp;efg=eyJ2ZW5jb2RlX3RhZyI6IkNBUk9VU0VMX0lURU0ueHBpZHMuMzA3Mi5oZHIucmVndWxhcl9waG90by5DMyJ9&amp;_nc_ohc=Z2n5ZhbAErIQ7kNvwFiL5dK&amp;_nc_oc=AdqIpKv4t_w_KurQPfx9NIjNOUXn-8Lv9m4CUimF6j9QiAhbj8VBPAy4Dyk553-E5HeeNiQqSsn5_8E9WpmoibjX&amp;_nc_zt=23&amp;se=-1&amp;_nc_ht=instagram.fmex46-1.fna&amp;_nc_gid=vI3zDbytP1E6zHxGIqsPGQ&amp;_nc_ss=7b289&amp;oh=00_AQCIZRXKEb4DdWMpGEYR611NP8T4COLDvjpbolfMRmuJkA&amp;oe=6A558794 320w,https://instagram.fmex46-1.fna.fbcdn.net/v/t51.82787-15/741643345_18604878040049864_241730175551673430_n.jpg?stp=c0.512.3072.3072a_dst-jpegr_e35_s240x240_tt6&amp;_nc_cat=1&amp;ig_cache_key=MzkzNzMyNjc5ODcxOTMzNDExNg%3D%3D.3-ccb7-5&amp;ccb=7-5&amp;_nc_sid=58cdad&amp;efg=eyJ2ZW5jb2RlX3RhZyI6IkNBUk9VU0VMX0lURU0ueHBpZHMuMzA3Mi5oZHIucmVndWxhcl9waG90by5DMyJ9&amp;_nc_ohc=Z2n5ZhbAErIQ7kNvwFiL5dK&amp;_nc_oc=AdqIpKv4t_w_KurQPfx9NIjNOUXn-8Lv9m4CUimF6j9QiAhbj8VBPAy4Dyk553-E5HeeNiQqSsn5_8E9WpmoibjX&amp;_nc_zt=23&amp;se=-1&amp;_nc_ht=instagram.fmex46-1.fna&amp;_nc_gid=vI3zDbytP1E6zHxGIqsPGQ&amp;_nc_ss=7b289&amp;oh=00_AQBct4KMkI5p6cY7ZlbZtup3c9SKO7wrp5Dr3nL8ky8ChA&amp;oe=6A558794 240w,https://instagram.fmex46-1.fna.fbcdn.net/v/t51.82787-15/741643345_18604878040049864_241730175551673430_n.jpg?stp=c0.512.3072.3072a_dst-jpegr_e35_s150x150_tt6&amp;_nc_cat=1&amp;ig_cache_key=MzkzNzMyNjc5ODcxOTMzNDExNg%3D%3D.3-ccb7-5&amp;ccb=7-5&amp;_nc_sid=58cdad&amp;efg=eyJ2ZW5jb2RlX3RhZyI6IkNBUk9VU0VMX0lURU0ueHBpZHMuMzA3Mi5oZHIucmVndWxhcl9waG90by5DMyJ9&amp;_nc_ohc=Z2n5ZhbAErIQ7kNvwFiL5dK&amp;_nc_oc=AdqIpKv4t_w_KurQPfx9NIjNOUXn-8Lv9m4CUimF6j9QiAhbj8VBPAy4Dyk553-E5HeeNiQqSsn5_8E9WpmoibjX&amp;_nc_zt=23&amp;se=-1&amp;_nc_ht=instagram.fmex46-1.fna&amp;_nc_gid=vI3zDbytP1E6zHxGIqsPGQ&amp;_nc_ss=7b289&amp;oh=00_AQCiRw2UKnHiqsbxgAlgEgG_XU5biJ-LleovgRIX4JBB0Q&amp;oe=6A558794 150w" style="object-fit: cover;"></div><div class="x1ey2m1c xtijo5x x1o0tod x10l6tqk x13vifvy"></div></div></div></li></ul></div></div></div><button aria-label="Siguiente" class=" _afxw _al46 _al47" tabindex="-1"><div class=" _9zm2"></div></button></div><div class="_ae39 _acvz _acnc _acng"><div class="_acnb _acnf"></div><div class="_acnb"></div></div></div></div></div></div></p>]]></content:encoded><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[Fire at a shoe factory kills 28 in one of China's deadliest blazes in recent years]]></title><link>https://www.local10.com/news/2026/07/09/fire-at-a-shoe-factory-kills-28-in-one-of-chinas-deadliest-blazes-in-recent-years/</link><guid isPermaLink="true">https://www.local10.com/news/2026/07/09/fire-at-a-shoe-factory-kills-28-in-one-of-chinas-deadliest-blazes-in-recent-years/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[BEIJING (AP) — A fire broke out at a shoe factory in the southeastern Chinese province of Fujian on Thursday, killing 28 people, the official Xinhua News Agency said.]]></description><pubDate>Thu, 09 Jul 2026 20:11:14 +0000</pubDate><content:encoded><![CDATA[<p>BEIJING (AP) — A fire broke out at a shoe factory in the southeastern Chinese province of Fujian on Thursday, killing 28 people, the official Xinhua News Agency said.</p><p>Chinese President Xi Jinping demanded “an all-out search and rescue effort," urging a swift investigation of the incident and “strictly hold those responsible accountable.”</p><p>The blaze started in a factory at Huiteng shoe company in the city of Jinjiang, the city’s fire department said in a statement. The cause of the fire was not immediately known. Jinjiang is a major manufacturing hub for sports shoes.</p><p>There were 237 factory workers and two visitors in the building when the fire broke out. Authorities pulled out 213 people, two of whom were pronounced dead after being taken to hospital. Another 26 missing people were later confirmed dead, according to the state broadcaster CCTV.</p><p>Xinhua said the factory’s owner and others in charge have been taken into custody and the company’s accounts have been frozen.</p><p>Video by CCTV shows the facade of a building of several floors charred black and covered in white smoke. Earlier footage shows fires were burning on multiple floors and the building shrouded in thick, black smoke.</p><p>The fire started on the first level of a five-floor concrete-structured building, where a workshop and a warehouse were located. The burning materials included shoe components, which are highly flammable and helped the fire spread quickly, according to CCTV.</p><p>A local fire department official said in an interview with the state broadcaster that sole material piled up in stairwells made it much harder for the firefighters to reach the flames and put them out.</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><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 that 18,261 people died in nearly 20,000 workplace accidents across the country in 2025, down from the previous year.</p>]]></content:encoded><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/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><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></item><item><title><![CDATA[Who will replace Platner on the Maine ballot? These Democrats are raising their hands]]></title><link>https://www.local10.com/news/politics/2026/07/09/who-will-replace-platner-on-the-maine-ballot-these-democrats-are-raising-their-hands/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/07/09/who-will-replace-platner-on-the-maine-ballot-these-democrats-are-raising-their-hands/</guid><dc:creator><![CDATA[By PATRICK WHITTLE and KIMBERLEE KRUESI, Associated Press]]></dc:creator><description><![CDATA[PORTLAND, Maine (AP) — Democrats in Maine began jockeying Thursday to become the new candidate for a pivotal U.S. Senate seat after progressive nominee Graham Platner announced he will withdraw from the race after a sexual assault allegation.]]></description><pubDate>Thu, 09 Jul 2026 21:25:52 +0000</pubDate><content:encoded><![CDATA[<p>PORTLAND, Maine (AP) — Democrats in Maine began jockeying Thursday to become the new candidate for a pivotal U.S. Senate seat after progressive nominee Graham Platner announced he will withdraw from the race after a sexual assault allegation.</p><p>Democrats need to pick a candidate to replace Platner on the ballot by July 27, according to state law. Whoever is selected will have less than four months before facing longtime Republican Sen. Susan Collins in the general election. Potential candidates had already been teasing their interest before Platner, who denies the allegation, announced he intends to drop out. Platner is expected to file paperwork to formally withdraw on Monday, the deadline to do so.</p><p>But a growing number began formally launching their campaigns Thursday.</p><p>The Maine Democratic Party has said it will hold a nominating convention to choose the replacement. The party says the convention will involve hundreds of delegates from across the state, but how and when that’ll take place remains unknown.</p><p>Maine is considered a key state for control of the narrowly divided Senate, and Democrats are desperate for a candidate capable of defeating Collins while President Donald Trump is broadly unpopular.</p><p>Gov. Janet Mills, who sought the nomination during the primary campaign and suspended her campaign in late April, has not indicated if she's interested in running.</p><p>These are some of the people who have shown interest in the Maine Senate race:</p><p>Troy Jackson</p><p>Jackson is Maine’s former state Senate president. He unsuccessfully ran to be the Democratic nominee for governor earlier this year with the backing of Platner and U.S. Sen. Bernie Sanders. Shortly after Platner said he would quit the Senate race, Jackson launched his campaign, arguing that Mainers want “a progressive fighter." Our Revolution, the organization founded by Sanders, has since said it would back Jackson, 58.</p><p>Jackson released a statement with dozens of endorsements, many from current and former state and local officials, on Thursday.</p><p>Nirav Shah</p><p>Shah, former director of Maine’s Center for Disease Control and Prevention, announced Thursday he was vying to be the next Democratic Senate candidate. He came in second in this year’s Maine Democratic governor's primary and was seen as more of a moderate candidate compared with Jackson while running for governor. Shah held a news conference Thursday in which he encouraged Platner supporters to join him.</p><p>“You have an important place in this campaign and we welcome your voices,” Shah said. “This campaign represents the values that we all care about.”</p><p>Dan Kleban</p><p>The co-founder of Maine Beer Company, Kleban also confirmed his candidacy on Wednesday after Platner's announcement. Kleban briefly entered the Senate race last year before dropping out when Gov. Janet Mills announced her candidacy. Kleban, 49, endorsed Mills, who later dropped out of the Democratic primary.</p><p>“I'm ready to fight for Mainers and bring a new generation of leadership to Washington,” Kleban said.</p><p>Shenna Bellows</p><p>Bellows is Maine's secretary of state. She announced Thursday that she's running for the seat, saying she's spent her career “taking on tough fights and doing the right thing," where she's served as a former civil liberties advocate and sparred with President-elect Donald Trump over ballot access.</p><p>This wouldn't be her first time running for political office. Bellows, 51, placed fourth in the state’s Democratic governor's primary in June. And in 2014, Bellows ran against Collins as the Senate Democratic nominee and lost in a landslide.</p><p>Jordan Wood</p><p>Wood, 36, initially attempted to run in the Maine Democratic Senate primary last year but dropped out to run in the state's 2nd District. He lost that race, coming in third to state Auditor Matt Dunlap. He's since said he's interested in running for the Senate again, and announced on Thursday.</p><p>“To beat Susan Collins, we need a candidate who can provide a true contrast and run an unapologetically progressive campaign: Passing Medicare for All. Stopping ICE terrorizing our streets,” Wood wrote on social media on Tuesday.</p><p>Paige Loud</p><p>Loud filed paperwork to run for the Senate seat earlier this week. The 29-year-old social worker also ran in the state's 2nd District Democratic primary, but came in last during the state's first round of ranked choice voting.</p><p>Valli Geiger</p><p>Geiger, a previous Platner supporter and a state Democratic lawmaker, is another potential candidate. She hasn't announced her candidacy, but in an interview with MS NOW on Wednesday, Geiger, 70, said she would hire Platner's staff, whom she described as “deeply impassioned and confident young people.”</p><p>___</p><p>Kruesi reported from Providence, R.I.</p><p>___</p><p>Follow the AP’s coverage of the 2026 election at https://apnews.com/projects/elections-2026/.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/LIO2WRLYORK3OCKFW3OI2ZY5UI.jpg?auth=f889230ae0df5e1ecb36e668dbfca9e62304555a9e0aa8ec7420c8ecacaefef3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The headquarters for former Democratic candidate for U.S. Senate Graham Platner is quiet Thursday, July 9, 2026, in Ellsworth, Maine. (AP Photo/Robert F. Bukaty)]]></media:description><media:credit role="author" scheme="urn:ebu">Robert F. Bukaty</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/7GWC6GZNKBKQJOGH2KR4E46KVA.jpg?auth=bbf51dc6fcf911395f3cdf90a50fd6f085084284d9ce49f8a494fbb5f0c65fc3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this combination of photos taken in Augusta, Maine news conferences, Nirav Shah, left, speaks April 28, 2020, and Troy Jackson speaks, Jan. 17, 2023. (AP Photos/Robert F. Bukaty)]]></media:description><media:credit role="author" scheme="urn:ebu">Robert F. Bukaty</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/MBNOTA2PJFAH4GO2XF2NZB7KS4.jpg?auth=22b4b84d519f45784c4966964a3fc6e822ccae0593f100f501069e08c105656e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This photo provided by Jordan Wood's campaign shows Maine Senate candidate Jordan Wood May 5, 2026. (Max Armstrong/Jordan Wood Campaign via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Max Armstrong</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/OOQLDWTCWHGTI6JXZRBDD4FQLM.jpg?auth=eee84bb17c737e3dfb000829fc382024efedfd60015e12e638042018b4f2f8d3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Democratic U.S. Senate candidate Graham Platner speaks during a primary election night watch party after winning the Democratic nomination Tuesday, June 9, 2026, in Blue Hill, Maine. (AP Photo/Robert F. Bukaty)]]></media:description><media:credit role="author" scheme="urn:ebu">Robert F. Bukaty</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4R3NXKBPXS3FN2Z7BRWKJW2I4Q.jpg?auth=0ed903e8b57b145a9663ea452fb4a605a24637388550226cadd18bfbd917e94c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Maine Senate candidate Nirav Shah speaks in Freeport, Maine, Thursday, July 9, 2026. (AP Photo/Patrick Whittle)]]></media:description><media:credit role="author" scheme="urn:ebu">Patrick Whittle</media:credit></media:content></item><item><title><![CDATA[Agentes de Miami-Dade: Hombre confiesa haber provocado choque y huido en West Little River]]></title><link>https://www.local10.com/espanol/2026/07/09/agentes-de-miami-dade-hombre-confiesa-haber-provocado-choque-y-huido-en-west-little-river/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/09/agentes-de-miami-dade-hombre-confiesa-haber-provocado-choque-y-huido-en-west-little-river/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[Los agentes arrestaron la madrugada del jueves a un hombre de 19 años que permanecía prófugo tras un choque en el que huyó de la escena y que dejó a un hombre herido en el vecindario de West Little River, en el condado Miami-Dade, según informaron las autoridades.]]></description><pubDate>Thu, 09 Jul 2026 15:16:16 +0000</pubDate><content:encoded><![CDATA[<p>Los agentes arrestaron la madrugada del jueves a un hombre de 19 años que permanecía prófugo tras un choque en el que huyó de la escena y que dejó a un hombre herido en el vecindario de West Little River, en el condado Miami-Dade, según informaron las autoridades.</p><p>Poco después de las 8:40 p.m. del miércoles, Treyvon Hall conducía un Dodge Challenger negro modelo 2018 cuando “no se detuvo” en la intersección de Northwest 18 Avenue y Northwest 84 Street, según el informe de arresto de un agente.</p><p>Según el informe, Hall chocó contra un Infiniti QX4 blanco modelo 1999 y su Dodge Challenger 2018 “continuó desplazándose hacia el norte y chocó” contra un Kia K5 modelo 2022 que “estaba estacionado sobre la acera oeste” de Northwest 18 Avenue.</p><p>Tras el impacto, el Infiniti QX4 modelo 1999 “chocó contra un árbol en la esquina noroeste de la intersección” y Hall “huyó de la escena a pie” y “saltó” una cerca, según el informe del agente.</p><p>Personal de Miami-Dade Fire Rescue trasladó al hombre herido, cuya condición era crítica, al Centro de Trauma Ryder del Hospital Jackson Memorial.</p><p>Cuando los agentes localizaron a Hall, este “confesó ser el conductor” del Dodge, donde dijo que había dejado su teléfono celular, y preguntó si su hermano estaba bien, según el informe de arresto.</p><p>Los registros muestran que los agentes arrestaron a Hall a las 4 a.m. del jueves en West Little River y que fue ingresado poco después de las 5:10 a.m. en el Centro Correccional Turner Guilford Knight.</p><p>Hall enfrenta dos cargos: resistirse a un agente sin violencia y abandonar la escena de un choque con lesiones corporales graves.</p><p>El editor de asignaciones de Local 10 News, Carson Merlo, colaboró en este reporte.</p><p><b>Ubicación</b></p><p><iframe src="https://www.google.com/maps/embed?pb=!3m2!1sen!2sus!4v1783609231702!5m2!1sen!2sus!6m8!1m7!1sju8CP32q_Vuf9hn7LvZeyw!2m2!1d25.85158805435419!2d-80.22760117575956!3f171.6311518026861!4f-1.6700396981418777!5f2.299968626952992" width="100%" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="strict-origin-when-cross-origin"></iframe></p><p><iframe src="https://www.google.com/maps/embed?pb=!1m17!1m11!1m3!1d321.92343163921885!2d-80.22782880916913!3d25.85160455986628!2m2!1f0!2f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x88d9b100c0b4dee7%3A0x7227033d82703770!2sNW%2018th%20Ave%20%26%20NW%2084th%20St%2C%20West%20Little%20River%2C%20FL%2033147!5e1!3m2!1sen!2sus!4v1783609272236!5m2!1sen!2sus" width="100%" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="strict-origin-when-cross-origin"></iframe></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/TT2HLJO3OZF2PBXXOT6YZ6752U.jpg?auth=c7120d30dbcf5cf211d85ee156ad830ef7c47a013c3d86ba4b067653741902df&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Deputies arrested Treyvon Hall on Thursday morning in Miami-Dade County.]]></media:description></media:content></item><item><title><![CDATA[Coco Gauff 'panicked' on match-point miss in drama-filled Wimbledon semifinal loss]]></title><link>https://www.local10.com/sports/2026/07/09/coco-gauff-panicked-on-match-point-miss-in-drama-filled-wimbledon-semifinal-loss/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/09/coco-gauff-panicked-on-match-point-miss-in-drama-filled-wimbledon-semifinal-loss/</guid><dc:creator><![CDATA[By ANDREW DAMPF, Associated Press]]></dc:creator><description><![CDATA[LONDON (AP) — Coco Gauff had just the shot she was looking for.]]></description><pubDate>Thu, 09 Jul 2026 20:45:59 +0000</pubDate><content:encoded><![CDATA[<p>LONDON (AP) — Coco Gauff had just the shot she was looking for.</p><p>Seven years after her breakthrough at Wimbledon, the American player was on the verge of reaching her first final at the All England Club.</p><p>All she needed to do was execute what appeared to be a manageable put-away on her first match point.</p><p>The thing is, it's never that simple in a Grand Slam semifinal, especially toward the end of a decisive super tiebreaker on Centre Court — the sport's most hallowed venue.</p><p>Gauff fluffed a forehand drop-shot attempt into the net and her opponent Karolina Muchova went on to see out a drama-filled tiebreaker to win 6-2, 1-6, 7-6 (10) on Thursday.</p><p>On the match point, Gauff hit a well-placed serve down the T on the ad court and Muchova’s weak forehand return bounced before the service line — right in Gauff's attack zone. But Muchova’s shot had some topspin on it and kicked up higher than Gauff was anticipating.</p><p>“The bounce kind of caught me off guard,” Gauff said. “I just panicked a little bit.”</p><p>After the miss, Gauff ran her non-hitting hand over her face and practiced a full-swing forehand that perhaps she would have preferred in hindsight.</p><p>“People who don’t watch tennis are going to be like, ’Why did you do that?” Gauff said. “At the end of the day, that’s the choice I made. Was it the right one in that moment? Maybe not. But then also, if I make it, everyone’s going to say how clutch of a shot that was.</p><p>“That’s just tennis. You lose some points off margins.”</p><p>A ‘roller coaster’ for Muchova</p><p>Muchova also lost a match point before she came out on top when Gauff hit a forehand into the net.</p><p>“It was such a big fight,” Muchova said. “It was a roller coaster.”</p><p>Muchova will meet Linda Noskova in an all-Czech final on Saturday after Noskova beat Marta Kostyuk of Ukraine 6-4, 6-4.</p><p>Clearly flustered after her miss, Gauff called for a ball to serve again before she realized it was time to change ends since it was 9-9.</p><p>“I’m going to think about it tonight,” Gauff said.</p><p>“I look at Roger (Federer, in the 2019 final) lost match points here, Jannik (Sinner) obviously at Roland Garros (in last year’s final). Every great champion has this happen in their career," Gauff added. "Maybe this is something I need to be on their level.”</p><p>Tracy Austin suggested on the BBC that Gauff looked like “she changed her mind three times as to where to hit that ball.”</p><p>But Gauff said, “Honestly, I didn’t change my mind too much. I feel like if I had to do it over, I probably would have gone for a slice forehand down the line.</p><p>“It’s a learning experience,” Gauff added. “I know I can do better and improve on that, and going with a higher-margin shot in a pressure moment, for sure.”</p><p>Diving like Boris Becker</p><p>On the point after Gauff's miss, Muchova produced a lob winner to set up her first match point, which she lost when she slipped to the grass and a passing shot from Gauff sailed by her.</p><p>But Muchova quickly set up another match point and produced a series of shots to the corners. Gauff, on the full run, reached the last ball but her forehand response landed in the net and Muchova covered her hands in disbelief.</p><p>“You’re up and down in 10 seconds. You have a match point, then match point down. It’s no time to think, but very nerve-wracking,” Muchova said. “I’m really kind of shaking and trying to sink it in.”</p><p>Earlier in the tiebreaker, Muchova produced a diving forehand volley winner at full stretch that brought back memories of the way three-time Wimbledon champion Boris Becker used to play. She ended up face down on the grass, her racket lying next to her, as the crowd roared.</p><p>There will be a third Czech champion in four years after Marketa Vondrousova in 2023 and Barbora Krejcikova in 2024.</p><p>Gauff's Wimbledon history</p><p>For Gauff, it was still her most successful Wimbledon. Previously, the seventh-ranked American had gone only as far as the fourth round three times – including as a 15-year-old in 2019 in her Grand Slam debut.</p><p>Gauff had had won six of her seven previous matches against Muchova.</p><p>But Muchova has been nearly unbeatable on grass this year and extended her record this season on the surface to 11-1 after a title in Bad Homburg, Germany. Her only loss on grass this year came against Madison Keys in the Berlin Open round of 16.</p><p>Muchova beat Gauff for the first time in April on clay in Stuttgart, Germany.</p><p>It was another hot day in London with the temperature soaring to 91 degrees Fahreinheit (33 Celsius), prompting spectators to fan themselves in the stands in an attempt to keep cool.</p><p>Muchova appeared to be struggling physically as the match wore on, bending over in exhaustion after one long rally and holding her abdomen in apparent pain during the final game.</p><p>“I’m OK,” Muchova said. “I just was trying to catch a breath.”</p><p>The men’s semifinals on Friday feature top-ranked and defending champion Jannik Sinner against seven-time Wimbledon winner Novak Djokovic and French Open champion Alexander Zverev against British wild card Arthur Fery.</p><p>Mixed doubles</p><p>In the mixed doubles final, second-seeded Marcelo Arevalo and Jelena Ostapenko beat Marc Polmans and Storm Hunter 4-6, 7-5, 6-2.</p><p>__</p><p>Associated Press writer Mattias Karén 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/ZWJ4YBW5BAWLDUEBN637EH2QHE.jpg?auth=ff674ac5502df1d923c1684a7dbf69e2c19a09b3614ce0271b483dff06b94f15&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Coco Gauff of the United States reacts after losing a point against Karolina Muchova of the Czech Republic in their semifinal women's singles match at the Wimbledon Tennis Championships in London, Thursday, July 9, 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/J7JEGGHFSCBTELGQXHJXA7TPJI.jpg?auth=29dd994522217731fc64e7b48e07326530fc9327afc9655b953b22af0b7a9f8c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Karolina Muchova of the Czech Republic looks at the ball as Coco Gauff celebrates saving a match point against her in their semifinal women's singles match at the Wimbledon Tennis Championships in London, Thursday, July 9, 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/3X5NIB2RPUGVTBJGZQRRAXYJNA.jpg?auth=36973eed9e4a1037f47d78217168a2ca077973d446045f9af24aa0b05e8432a7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Coco Gauff of the United States reacts after winning a game against Karolina Muchova of the Czech Republic in their semifinal women's singles match at the Wimbledon Tennis Championships in London, Thursday, July 9, 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/FLLW7GA34QMCL3ZJVJJD3OEITY.jpg?auth=de71ead6c0f0b96f6b98156f7ffd53e4dcc5bff723381424d7f20ec36ae6325a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Karolina Muchova of the Czech Republic celebrates her victory against Coco Gauff of the United States in their semifinal women's singles match at the Wimbledon Tennis Championships in London, Thursday, July 9, 2026. (AP Photo/Kin Cheung)]]></media:description><media:credit role="author" scheme="urn:ebu">Kin Cheung</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6JQ7T6ERVL7VIIVHMH6SGNDJ7U.jpg?auth=46ba99f63c1517082fe53defca65775c0dd0244fcfb346b5121c69b1d1c15c83&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Coco Gauff of the United States loses her balance during a point against Karolina Muchova of the Czech Republic in their semifinal women's singles match at the Wimbledon Tennis Championships in London, Thursday, July 9, 2026. (AP Photo/Kin Cheung)]]></media:description><media:credit role="author" scheme="urn:ebu">Kin Cheung</media:credit></media:content></item><item><title><![CDATA[Miami-Dade deputies: Man confesses to hit-and-run crash in West Little River ]]></title><link>https://www.local10.com/news/local/2026/07/09/miami-dade-deputies-man-confesses-to-hit-and-run-crash-after-arrest-in-west-little-river/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/09/miami-dade-deputies-man-confesses-to-hit-and-run-crash-after-arrest-in-west-little-river/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[Deputies arrested a 19-year-old man early Thursday morning after he was on the run over a hit-and-run crash that injured a man in Miami-Dade County’s West Little River neighborhood, according to deputies.]]></description><pubDate>Thu, 09 Jul 2026 14:56:27 +0000</pubDate><content:encoded><![CDATA[<p>Deputies arrested a 19-year-old man early Thursday morning after he was on the run over a hit-and-run crash that injured a man in Miami-Dade County’s West Little River neighborhood, according to deputies.</p><p><a href="https://www.local10.com/espanol/2026/07/09/agentes-de-miami-dade-hombre-confiesa-haber-provocado-choque-y-huido-en-west-little-river/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/09/agentes-de-miami-dade-hombre-confiesa-haber-provocado-choque-y-huido-en-west-little-river/">Leer en español</a></p><p>Shortly after 8:40 p.m. on Wednesday, Treyvon Hall was driving a black 2018 Dodge Challenger when he “failed to stop” at the intersection of Northwest 18 Avenue and 84 Street, according to a deputy’s arrest report.</p><p>Hall crashed into a white 1999 Infiniti QX4 and his 2018 Dodge Challenger “kept traveling north and struck” a 2022 Kia K5 “that was parked on the west sidewalk” of 18 Avenue, according to the report. </p><p>After the impact, the 1999 Infiniti QX4 “struck a tree on the northwest corner of the intersection” and Hall “fled the scene on foot” and he “jumped” a fence, according to the deputy’s report. </p><p>Miami-Dade Fire Rescue personnel took the injured man, whose condition was critical, to Jackson Memorial Hospital’s Ryder Trauma Center. </p><p>When deputies found Hall, he “confessed to being the driver” of the Dodge, where he said he had left his cell phone, and he asked if his brother was OK, according to the deputy’s arrest report.</p><p>Records show deputies arrested Hall at 4 a.m. on Thursday in West Little River, and corrections booked him shortly after 5:10 a.m. at the Turner Guilford Knight Correctional Center. </p><p>Hall faced two charges: resisting an officer without violence to his person, and leaving the scene of a crash with serious bodily injury. </p><p><i>Local 10 News Assignment Editor Carson Merlo contributed to this report. </i></p><p><b>Location </b></p><p><iframe src="https://www.google.com/maps/embed?pb=!3m2!1sen!2sus!4v1783609231702!5m2!1sen!2sus!6m8!1m7!1sju8CP32q_Vuf9hn7LvZeyw!2m2!1d25.85158805435419!2d-80.22760117575956!3f171.6311518026861!4f-1.6700396981418777!5f2.299968626952992" width="100%" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="strict-origin-when-cross-origin"></iframe></p><p><iframe src="https://www.google.com/maps/embed?pb=!1m17!1m11!1m3!1d321.92343163921885!2d-80.22782880916913!3d25.85160455986628!2m2!1f0!2f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x88d9b100c0b4dee7%3A0x7227033d82703770!2sNW%2018th%20Ave%20%26%20NW%2084th%20St%2C%20West%20Little%20River%2C%20FL%2033147!5e1!3m2!1sen!2sus!4v1783609272236!5m2!1sen!2sus" width="100%" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="strict-origin-when-cross-origin"></iframe></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/TT2HLJO3OZF2PBXXOT6YZ6752U.jpg?auth=c7120d30dbcf5cf211d85ee156ad830ef7c47a013c3d86ba4b067653741902df&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Deputies arrested Treyvon Hall on Thursday morning in Miami-Dade County.]]></media:description></media:content></item><item><title><![CDATA[Ravinia Festival's Hunter Pavilion near Chicago reopens after $70 million gut renovation]]></title><link>https://www.local10.com/entertainment/2026/07/09/ravinia-festivals-hunter-pavilion-near-chicago-reopens-after-70-million-gut-renovation/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/07/09/ravinia-festivals-hunter-pavilion-near-chicago-reopens-after-70-million-gut-renovation/</guid><dc:creator><![CDATA[By RONALD BLUM, Associated Press]]></dc:creator><description><![CDATA[Brant Taylor walked onto the stage of the Ravinia Festival's Hunter Pavilion to rehearse for the first time since a $70 million gut renovation and noticed a huge difference.]]></description><pubDate>Thu, 09 Jul 2026 19:06:07 +0000</pubDate><content:encoded><![CDATA[<p>Brant Taylor walked onto the stage of the Ravinia Festival's Hunter Pavilion to rehearse for the first time since a $70 million gut renovation and noticed a huge difference.</p><p>“I found that in the previous iteration of the shell, I was having to wear protective earplugs quite a lot,” the cellist said. “There was a desire to make the stage clearer and a bit softer for us.”</p><p>The Chicago Symphony Orchestra's summer home, about 25 miles (40 kilometers) north of the city, starts its season Saturday night with chief conductor Marin Alsop leading a program with pianist Yunchan Lim and flutist Lizzo. A crowd of up to 12,758 can fill the pavilion and lawn in Highland Park, Illinois.</p><p>Venue has hosted music for more than a century</p><p>Ravinia opened in 1904 and its first pavilion was built the following year. That one burned down in 1949 and was replaced the following year by a structure used through 2024 with only modest modifications.</p><p>A geometric Arts and Crafts style pattern found in the windows of the Martin Theatre, which dates to Ravinia’s opening, inspired the design of the stage ceiling and walls made of rigid foam clad with 3M vinyl. Threshold Acoustics consulted with Taylor and flute and piccolo player Jennifer Gunn.</p><p>“The 1950 pavilion is iconic, particularly the roof line,” Ravinia president Jeffrey Haydon said. “And so we want to have audiences return to the renovated pavilion feeling like it’s the new model version of the classic pavilion that they love.”</p><p>A total of 335,500 tickets for all events were sold for the 2025 season and 94 programs are scheduled for this summer.</p><p>The pavilion's capacity was lowered from 3,350 to 2,840 as wider seats were installed and made compliant with the Americans with Disabilities Act. LED lights have lowered the stage temperature, and nine ventilation fans were installed to push hot air through the ceiling.</p><p>Alsop also hoped for a cooler sound.</p><p>“The amplitude — is that the right word? — of sound on stage can get very, very hot. It’s really loud sometimes and it’s especially loud in the area of the brass,” she said. “One of the big acoustical improvements that I hope they’ve addressed is trying to spread out that.”</p><p>Alsop first conducted at Ravinia in 2002 and became chief conductor in 2020. At the first rehearsal Wednesday, she led Mahler's Sixth Symphony, a work the CSO will perform on July 23. Acoustical panels over the stage were folded up midway through the practice session, softening the brass. Overall sounds were more diffused than before, when there were hot and cold spots.</p><p>“Ravinia Festival offers their patrons many different kinds of performances from classical music to big rock bands, recitals, occasionally movie nights with the orchestra playing along,” said Michael Barnes of Lohan Architecture, the design architect for the pavilion renovation. “The stage has to be very flexible in terms of how it is configured for those different kinds of performances. So the stage walls, some of them move.”</p><p>Outdoor venues have a more relaxed atmosphere</p><p>Haydon, who became Ravinia's president in 2020, planned the reconstruction with ideas he learned from previous outdoor venues where he worked, including the Aspen Music Festival, the Ojai Music Festival and the Caramoor Center for Music and the Arts. A women's locker room was built for the orchestra along with piano storage, practice rooms, offices and a new music library.</p><p>“We actually dug underground,” he said. “We expanded underneath the audience area, and we also dug out the crawl space of the adjoining administrative building to grab more space.”</p><p>A private concert was scheduled for this Friday for an audience of construction workers, the design team, elected officials, donors and staff of the festival and the CSO.</p><p>Ensconced in auditoriums for much of the year, orchestras experience a different vibe when they head outdoors for the summer.</p><p>“It’s more family oriented,” Alsop said. “People come with their picnics and a lot of the musicians bring their families with them to picnic. So I think it’s a much more relaxed and receptive attitude.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/MT3QKRSM27K7C4WPZRHCPOXDPM.jpg?auth=71e5761b59a5c28965bd0f33bfdf1fa7f978b53026c1c906059b965d66a7b19e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This image released by Ravinia shows the interior of the renovated Hunter Pavilion in Highland Park, Ill., on July 1, 2026. (Dave Burk/Ravinia via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Dave Burk</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KOSJOHDHPI7SFTKWCEKPPA2KIM.jpg?auth=68c9560e11169fe17ba2030458b2befc20fda0d45ea47cb00dcc553ea86b33c6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This image released by Ravinia shows the exterior of the renovated Hunter Pavilion in Highland Park, Ill., on July 1, 2026. (Dave Burk/Ravinia via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Dave Burk</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/JSAXKMHQDIUR32DOAYYMR27SUU.jpg?auth=2178d6db5bc85a97cfed93328d50ce76e783cdf09fc4c521e0ed5250602e56c2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This image released by Ravinia shows the interior of the renovated Hunter Pavilion in Highland Park, Ill., on July 1, 2026. (Dave Burk/Ravinia via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Dave Burk</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BE5B7AG6IDPX63BZN2GMMCYBGA.jpg?auth=8dbbeb754c7f917db8750818ddd228a68b1d7c4e6492794c25af0963a07ca2d5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This image released by Ravinia shows the exterior of the renovated Hunter Pavilion in Highland Park, Ill., on July 1, 2026. (Dave Burk/Ravinia via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Dave Burk</media:credit></media:content></item><item><title><![CDATA[Behind Christopher Nolan’s 6-country epic undertaking to bring ‘The Odyssey’ to the big screen]]></title><link>https://www.local10.com/entertainment/2026/07/09/behind-christopher-nolans-6-country-epic-undertaking-to-bring-the-odyssey-to-the-big-screen/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/07/09/behind-christopher-nolans-6-country-epic-undertaking-to-bring-the-odyssey-to-the-big-screen/</guid><dc:creator><![CDATA[By LINDSEY BAHR, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Christopher Nolan has never been afraid to dream a little bigger. It’s almost a calling. With every film, he’s pushed himself and the medium further — playing with form, storytelling, visuals and audience expectations to create lasting cinematic spectacles. A student of Hollywood history, the Oscar-winner is always looking to fill gaps in cinematic culture and show audiences something they haven’t seen before: “The Odyssey,” he realized, was a massive one.]]></description><pubDate>Thu, 09 Jul 2026 16:49:45 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Christopher Nolan has never been afraid to dream a little bigger. It’s almost a calling. With every film, he’s pushed himself and the medium further — playing with form, storytelling, visuals and audience expectations to create lasting cinematic spectacles. A student of Hollywood history, the Oscar-winner is always looking to fill gaps in cinematic culture and show audiences something they haven’t seen before: “The Odyssey,” he realized, was a massive one.</p><p>All Nolan films are epics in their own ways. But for “The Odyssey,” he knew he had to do something fitting of the Homeric poem and its foundational place in Western culture, something worthy of the biggest screens and the resources it would require. The goal was to make something accessible and realistic, which meant going to far flung locations, using real ships on real seas, and taking audiences into the cave with the Cyclops, inside the Trojan Horse and to the bleak expanse of Hades. Opening in theaters worldwide on July 17, it’s also the first feature to be shot entirely on IMAX film.</p><p>“We all know the title, we all know what it means, we know what it promises and hopefully for the audience coming to see the film, they’ll feel we made good on that promise because that’s the fun of ‘The Odyssey,’” Nolan said in a recent interview with The Associated Press. “It’s the ultimate adventure story.”</p><p>“This is going to be really hard”</p><p>The journey would require a deep dive into Greek mythology, Bronze Age scholarship and many translations, a monthslong scouting expedition and a 91-day shoot spanning six months and six countries during which the cast and crew endured all manner of challenging weather, landscapes and the treachery of the open seas.</p><p>“The Odyssey” was an epic undertaking — the hardest film anyone involved had ever made. Matt Damon, who stars as Odysseus, said that Nolan warned him as much before they started filming.</p><p>“He told me it was going to be hard, which I kind of, I blew off at first. I’m like, ‘Yeah, yeah, it’s going to hard. And he said ‘no, no, this is going to be really hard,'” Damon said. “He did not disappoint.”</p><p>That was by design.</p><p>“I mean, it’s ‘The Odyssey,’” Nolan said. “This should be a difficult film to make, and it was.”</p><p>Unlike Odysseus’s extended journey home, the production was also efficient: They finished nine days early.</p><p>Making ‘The Odyssey’ relatable, and rejecting Hollywood tropes</p><p>When Hollywood movies take on the ancient world, they often fall back on familiar tropes — using accents, elevated language, 19th century orchestral scores and neoclassical touchstones to convey antiquity. Nolan wanted to do something different and found inspiration in the text of the poem, in which he observed an earthy sensibility that stood in contrast to the grandeur of the story.</p><p>“You want to question people’s assumptions about how things should be portrayed in movies and what those are based on,” Nolan said. “There’s a challenge to that and a risk to that.”</p><p>That meant making some bold choices, including colloquial language, American accents, and blending elements from various stories, including “The Iliad,” “The Aeneid” and “Agamemnon,” to give the audience more clarity. His Trojan Horse, which he’s been thinking about since he was briefly attached to direct “Troy” over 20 years ago, does not have wheels.</p><p>For the score, he challenged composer Ludwig Göransson to use bronze gongs, aulos and the lyre to create a new kind of soundscape, and to come up with a four-note theme where the last would be the pluck of a bow.</p><p>And paramount to this story of homecoming and coming-of-age, his characters needed to be relatable.</p><p>“The movie has so much scale,” said Tom Holland, who plays Odysseus’s son Telemachus. “There are times where it feels like you’re on this kind of action-adventure roller coaster, but he doesn’t sacrifice any of the heart and the intimacy between our characters.”</p><p>Among the large ensemble cast are many famous names: Anne Hathaway is Odysseus’s wife Penelope, Zendaya is the goddess Athena, Charlize Theron is the nymph Calypso and Lupita Nyong’o is Helen, and her twin sister.</p><p>Robert Pattinson, Nolan said, is “unleashing his inner Alan Rickman” as the villainous suitor Antinous.</p><p>“He’s continually saying to Telemachus, ‘I’m going to be your stepdad, I’ll be your daddy,’” Nolan said. “It was such a fascinatingly creepy and amusing basis for villainy.”</p><p>Leading the charge was Damon, an actor Nolan knew he liked working with after “Interstellar” and “Oppenheimer. ”</p><p>“You need somebody who will take the audience on this journey,” Nolan said. “With Matt, he’s able to combine that iconic sort of superhero thing with a very, very emotionally accessible and comprehensible person.”</p><p>Finding the real; Grounding the fantastical</p><p>The film begins with the words “a time of apparent magic,” a promise of what’s to come in this mythical world of gods, monsters, superstitions and natural phenomena. The pursuit of the real led them all over the world. Troy was constructed in Morocco, the cave of the Cyclops was found in foothills of Greece, Iceland’s black sands, shot in the midnight sun, are used for Hades and the island of Favignana, near Sicily, played Ithaca, where much of the cast and crew hiked 45-minutes every day before work to reach a 15th-century castle, 1,030 feet (313.9 meters) above sea level.</p><p>On the seas, they used a real ship, the Draken, a reconstruction of a 1,000-year-old Viking ship that production modified slightly to make it look more of the Mycenaean era. The actors learned to row. The ship’s crew played extras.</p><p>But Nolan’s love of in-camera effects doesn’t mean he rejects other kinds. “Tenet,” “Interstellar” and “Inception” all won Oscars for visual effects, after all. And in “The Odyssey” there are things that can’t be found in the natural world, from the six-headed Scylla to the Cyclops, the design of which was inspired by the Francisco Goya painting “Saturn Devouring His Son.” Bill Irwin, who brought the robots to life in “Interstellar,” delivered the performance.</p><p>“We knew we were going to need every trick in the book, from animatronics to puppetry to computer graphics,” Nolan said. “But I knew I needed a performer … He doesn’t treat the Cyclops as just a monster.”</p><p>What it adds up to is something that, miraculously for a 3,000-year-old tale, feels fresh.</p><p>“Chris has created something that’s totally new,” said Hathaway. “That’s a remarkable achievement.”</p><p>Odyssey-fever</p><p>Nolan productions always inspire a certain amount of hysteria, but excitement for “The Odyssey” reached a fever pitch. Initial screenings for the 70 mm IMAX showings — his favorite format — sold out in under an hour a year in advance. When all showtimes went on sale last month, ticketing sites crashed. High profile locations like the AMC Lincoln Square in New York and AMC CityWalk in Los Angeles are virtually sold out for weeks, and scalpers on eBay are attempting to sell tickets for more than $500. But the 70 mm IMAX screens account for only about 32 theaters out of thousands in North America — there are other ways to see the film, including 70 mm, digital IMAX and other large format presentations.</p><p>For Nolan, the audience is the north star; Entertaining is a responsibility he takes seriously. In fact, he said, a film isn’t really done until it reaches the audience: They’re the ones who finish the piece.</p><p>“The audience tells you what it is,” Nolan said. “And that means that for us, this is an exciting moment, but a very frightening moment, because it’s real. There’s nothing to hide behind. We made this film for a theatrical audience, and it goes out in the world as that. And we’ll see what the world makes of it.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/WYO5FQDEAKMFAIJ3GWJ7EEWWVM.jpg?auth=6300256752c31e15ff4c9f62be3bf238951faa55af2960b1266383a18453fda1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This image released by Universal Pictures shows Matt Damon as Odysseus, center, in a scene from "The Odyssey." (Melinda Sue Gordon/Universal Pictures via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Melinda Sue Gordon</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RMO4FOQ34F2CNG43TLUH4BSZYE.jpg?auth=009ed3aa9c9dae7eac11888fd3eb1d492950a4ac8ec4c2800a94b9bea6a1d851&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This image released by Universal Pictures shows Matt Damon as Odysseus, left, and Zendaya as Athen, in a scene from "The Odyssey." (Melinda Sue Gordon/Universal Pictures via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Melinda Sue Gordon</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6JZTMQVN65JGCMQCX664HNDQK4.jpg?auth=83a7fb9a9322d737f57d9c99b53c0fb9f2654227bb93ad9b84227fd435f53d82&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This image released by Universal Pictures shows, from left, Mia Goth as Melantho, and Anne Hathaway as Penelope, in a scene from "The Odyssey." (Melinda Sue Gordon/Universal Pictures via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Melinda Sue Gordon</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/7GVCUK2C6TT5JM57UEKLJ6U2XQ.jpg?auth=28dbf7243f0782d556798a2ae6849895553dc53435eea7e66e1730a8ea7b942d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This image released by Universal Pictures shows director Christopher Nolan, center, with cinematographer Hoyte van Hoytema on set of "The Odyssey." (Melinda Sue Gordon/Universal Pictures via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Melinda Sue Gordon</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/X6OVPZTKVY36PHWZDTH25JZQJY.jpg?auth=1c3e172c479a78704e27298fdd352bff06967eb8b42f3e647c032c8ee4951768&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Director Christopher Nolan, left, and Emma Thomas pose for photographers upon arrival at the premiere of the film 'The Odyssey' on Monday, July 6, 2026, in London. (Photo by Scott A Garfitt/Invision/AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Scott A Garfitt</media:credit></media:content></item><item><title><![CDATA[US star Christian Pulisic fractured his leg in World Cup loss to Belgium]]></title><link>https://www.local10.com/sports/2026/07/09/us-star-christian-pulisic-fractured-leg-in-world-cup-loss-to-belgium/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/09/us-star-christian-pulisic-fractured-leg-in-world-cup-loss-to-belgium/</guid><dc:creator><![CDATA[By RONALD BLUM, Associated Press]]></dc:creator><description><![CDATA[U.S. star Christian Pulisic fractured his right leg during the Americans' World Cup loss to Belgium and will be sidelined for several weeks.]]></description><pubDate>Thu, 09 Jul 2026 17:58:35 +0000</pubDate><content:encoded><![CDATA[<p>U.S. star Christian Pulisic fractured his right leg during the Americans' World Cup loss to Belgium and will be sidelined for several weeks.</p><p>Pulisic has a bone bruise and a microfracture of his tibia and fibula, the U.S. Soccer Federation said Thursday. The diagnosis was made after an X-ray and MRI on Tuesday.</p><p>He would not have been able to play during the remainder of the tournament had the U.S. advanced.</p><p>Pulisic is expected to resume training before AC Milan's Serie A opener at Torino on Aug. 23.</p><p>Pulisic hit a leg of Belgium captain Youri Tielemans while attempting a shot in the 52nd minute of Monday's 4-1 round-of-16 loss at Seattle. He remained in the game but was hobbling and Sebastian Berhalter replaced him in the 59th minute.</p><p>Pulisic failed to score in the World Cup, missing one of the Americans' five matches because of a calf injury and leaving two other games early. He has 30 goals in 90 international appearances.</p><p>Pulisic, who turns 28 in September, is entering his fourth season with Milan.</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/BKVZJSUVQWHYS3S354R7XWMGBU.jpg?auth=614f5c303beddd781b74fd6c2b01f33ee62859b5df9e5e65b89d36af8820e70c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[United States' Christian Pulisic (10) reacts after a challenge during the World Cup round of 16 soccer match in Seattle, Monday, July 6, 2026. (AP Photo/Manu Fernandez)]]></media:description><media:credit role="author" scheme="urn:ebu">Manu Fernandez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/EIJZM66FE6244H7XCE44MD3QIE.jpg?auth=52c656e5a7e775f46b71ddfcfe63aa0492009a3c3a459c863b30fd980de5c00a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[United States' Christian Pulisic reacts after a challenge during the World Cup round of 16 soccer match against Belgium in Seattle, Monday, July 6, 2026. (AP Photo/Manu Fernandez)]]></media:description><media:credit role="author" scheme="urn:ebu">Manu Fernandez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/CQUDK7RGV7X6DC6VC44XQD4DPM.jpg?auth=52a25b2248ac10de2673bf9f61ed6b90053836a5372d52005443169f048ad47a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[United States' Christian Pulisic (10) reacts following the World Cup round of 16 soccer match between the United States and Belgium in Seattle, Monday, July 6, 2026. (AP Photo/Lindsey Wasson)]]></media:description><media:credit role="author" scheme="urn:ebu">Lindsey Wasson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/27EK4YKKB7FOHS4EOTBTHHWMOQ.jpg?auth=d9a9a4c5a25ea1ee10c1b60a59b55c768375e7d31025806a8190f389234368aa&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[United States' Christian Pulisic (10) reacts during the World Cup round of 16 soccer match between the United States and Belgium in Seattle, Monday, July 6, 2026. (AP Photo/Lindsey Wasson)]]></media:description><media:credit role="author" scheme="urn:ebu">Lindsey Wasson</media:credit></media:content></item><item><title><![CDATA[Deputies search for armed carjacking subject seen on video pointing gun into hotel lobby]]></title><link>https://www.local10.com/news/local/2026/07/09/deputies-search-for-armed-carjacking-subject-seen-on-video-pointing-gun-into-hotel-lobby/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/09/deputies-search-for-armed-carjacking-subject-seen-on-video-pointing-gun-into-hotel-lobby/</guid><dc:creator><![CDATA[David Dwork]]></dc:creator><description><![CDATA[The Broward Sheriff’s Office is seeking the public’s help in locating a subject connected to an attempted carjacking.]]></description><pubDate>Thu, 09 Jul 2026 14:38:32 +0000</pubDate><content:encoded><![CDATA[<p>The Broward Sheriff’s Office is seeking the public’s help in locating a subject who they say is connected to an attempted carjacking.</p><p><a href="https://www.local10.com/espanol/2026/07/09/buscan-a-sujeto-armado-por-robo-de-vehiculo-captado-en-video-apuntando-con-un-arma-hacia-el-vestibulo-de-un-hotel/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/09/buscan-a-sujeto-armado-por-robo-de-vehiculo-captado-en-video-apuntando-con-un-arma-hacia-el-vestibulo-de-un-hotel/">Leer en español</a></p><p>Deputies said the incident happened on Sunday just after 8 p.m. at a hotel near the 400 block of Gulf Stream Way in Dania Beach. </p><p>According to detectives, the victim was in the parking lot loading items into her trunk when two people approached her and one demanded her car keys.</p><p>When the victim refused, deputies said the woman who made the demand then pulled a gun from her waistband and pointed it at the victim while asking again for her keys. </p><p>The victim took off running, according to detectives, and went into the hotel lobby to seek help from employees. At the same time, deputies said the subject with the gun walked to the hotel entrance, pointed the gun at the people inside and exchanged words with them before walking away toward Griffin Road. </p><p>Surveillance video released by BSO shows the victim running to the hotel lobby and speaking to the employees inside while the subject walks into the doorway of the hotel pointing the gun inside before appearing to speak with someone, then walking away. </p><p>The subject was seen wearing a light-colored jacket, black shirt, black shorts and black slides, deputies said. </p><p>Anyone with information or who thinks they recognize the subject in the video is urged to contact BSO Det. Daniel Cortes at 954-321-4296 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[Buscan a sujeto armado por robo de vehículo, captado en video apuntando con un arma hacia el vestíbulo de un hotel]]></title><link>https://www.local10.com/espanol/2026/07/09/buscan-a-sujeto-armado-por-robo-de-vehiculo-captado-en-video-apuntando-con-un-arma-hacia-el-vestibulo-de-un-hotel/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/09/buscan-a-sujeto-armado-por-robo-de-vehiculo-captado-en-video-apuntando-con-un-arma-hacia-el-vestibulo-de-un-hotel/</guid><dc:creator><![CDATA[David Dwork]]></dc:creator><description><![CDATA[La Oficina del Sheriff de Broward está solicitando la ayuda del público para localizar a un sujeto vinculado con un intento de robo de vehículo.]]></description><pubDate>Thu, 09 Jul 2026 14:48:51 +0000</pubDate><content:encoded><![CDATA[<p>La Oficina del Sheriff de Broward está solicitando la ayuda del público para localizar a un sujeto que, según las autoridades, está vinculado con un intento de robo de vehículo.</p><p>Los agentes informaron que el incidente ocurrió el domingo poco después de las 8 p.m. en un hotel ubicado cerca de la cuadra 400 de Gulf Stream Way, en Dania Beach.</p><p>Según los detectives, la víctima estaba en el estacionamiento guardando objetos en el maletero de su vehículo cuando dos personas se le acercaron y una de ellas le exigió las llaves del automóvil.</p><p>Cuando la víctima se negó, los agentes dijeron que la mujer que hizo la exigencia sacó un arma de fuego de la cintura y apuntó a la víctima mientras le volvía a pedir las llaves.</p><p>La víctima salió corriendo, según los detectives, y entró al vestíbulo del hotel para pedir ayuda a los empleados. Al mismo tiempo, los agentes dijeron que la sospechosa armada caminó hasta la entrada del hotel, apuntó el arma hacia las personas que estaban en el interior e intercambió algunas palabras con ellas antes de alejarse en dirección a Griffin Road.</p><p>El video de vigilancia divulgado por la Oficina del Sheriff de Broward muestra a la víctima corriendo hacia el vestíbulo del hotel y hablando con los empleados, mientras la sospechosa llega a la entrada del hotel, apunta el arma hacia el interior, aparentemente habla con alguien y luego se retira.</p><p>Según los agentes, la sospechosa vestía una chaqueta de color claro, camiseta negra, pantalones cortos negros y sandalias negras.</p><p>Cualquier persona con información o que crea reconocer a la sospechosa en el video debe comunicarse con el detective Daniel Cortes de la Oficina del Sheriff de Broward al 954-321-4296 o con Broward Crime Stoppers al 954-493-8477.</p>]]></content:encoded></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[Polvo del Sahara se desplaza sobre el Atlántico]]></title><link>https://www.local10.com/espanol/2026/07/09/polvo-del-sahara-se-desplaza-sobre-el-atlantico/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/09/polvo-del-sahara-se-desplaza-sobre-el-atlantico/</guid><dc:creator><![CDATA[Michael Lowry]]></dc:creator><description><![CDATA[El mayor episodio de polvo del Sahara del año está intentando recuperar el tiempo perdido, con la primera oleada de polvo llegando ayer a las costas del sur de Florida y una masa de polvo aún más densa desplazándose sobre Florida y hacia el Golfo este fin de semana, para asentarse sobre la costa de Texas entre principios y mediados de la próxima semana.]]></description><pubDate>Thu, 09 Jul 2026 14:44:51 +0000</pubDate><content:encoded><![CDATA[<p>Hace unas semanas, en este boletín, escribimos sobre las bajísimas concentraciones de polvo sahariano en el Atlántico, justo antes de las semanas de máxima actividad de la temporada de polvo sahariano, a finales de junio y julio. Sin embargo, esta semana, la mayor tormenta de polvo del año intenta recuperar el tiempo perdido: la primera oleada de polvo llegó ayer a las arenas del sur de Florida, y se esperan refuerzos aún más densos que se desplazarán sobre Florida y el Golfo este fin de semana, llegando a la costa de Texas a principios o mediados de la próxima semana.</p><p>El ciclo anual del polvo no solo influye en la temporada de huracanes —ya que las cantidades adecuadas de polvo ayudan a repeler los primeros sistemas tropicales antes de disminuir normalmente en agosto—, sino que también alimenta los ecosistemas marinos con nutrientes esenciales y <a href="https://agupubs.onlinelibrary.wiley.com/doi/full/10.1002/2015GL063040/" rel="">proporciona fertilizante esencial a los suelos de la cuenca de la selva amazónica</a> cerca de la costa oriental de Sudamérica.</p><p>En el caso de las grandes tormentas de polvo que llegan hasta el territorio continental de Estados Unidos, tiñendo el cielo de un blanco lechoso y suprimiendo las tormentas de verano, el polvo mineral puede reducir la calidad del aire y agravar afecciones respiratorias como el asma, la EPOC y la bronquitis crónica en poblaciones más vulnerables. Si bien es poco común que las concentraciones de polvo alcancen niveles perjudiciales para la salud en Estados Unidos, conviene <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="">monitorear la calidad del aire</a> para los grupos especialmente sensibles.</p><h3><b>El estado de Florida, libre de polvo.</b></h3><p>Florida había tenido un año notablemente libre de polvo hasta esta semana, registrando con diferencia sus niveles más bajos de polvo sahariano desde que los satélites comenzaron a medir regularmente estos aerosoles en 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>El gráfico anterior muestra la cobertura de polvo en todo el estado hasta el pasado martes 7 de julio <sup>,</sup> pero no incluye la primera oleada importante de polvo que comenzamos a observar el miércoles en el sur de Florida y que se extenderá hacia el norte del estado hoy y el viernes. Se espera que otra oleada de polvo más densa opaque nuestros cielos soleados durante el fin de semana, especialmente en la península de Florida, y que posiblemente llegue a la costa de Texas entre el martes y el miércoles de la próxima semana, según los pronósticos.</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>El polvo atlántico alcanza sus niveles más altos del año.</b></h3><p>Durante la primera semana de julio, la zona del Atlántico Norte tropical, con alta concentración de polvo, situada al este de las islas y al oeste de África, registró sus niveles más bajos hasta la fecha.</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>Esta semana, sin embargo, se espera que los niveles de polvo superen los observados durante el brote excepcionalmente fuerte de la semana del 15 de febrero <sup>,</sup> que hasta ahora ha sido el brote de polvo más intenso del año. Por supuesto, los niveles de polvo en esta época del año deberían ser mucho más altos que en febrero, cuando apenas comienzan a recuperarse de sus mínimos estacionales.</p><h3><b>Polvo echando agua fría sobre el (ya frío) Atlántico</b></h3><p>La gran tormenta de polvo de esta semana garantizará que el Atlántico permanezca tranquilo durante la próxima semana.</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>Como mencionamos en el boletín del miércoles, la única posibilidad de que se produzca algún desarrollo en las próximas semanas parece provenir de una baja presión inicialmente no tropical a lo largo de un frente estancado frente a las Carolinas a finales de la próxima semana.</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>Los modelos no son muy optimistas sobre sus perspectivas de convertirse en un clima tropical, y hasta ahora mantienen las probabilidades de desarrollo muy bajas (menos del 10%), por lo que definitivamente no es algo de lo que preocuparse por ahora.</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[News outlets urge a judge to sanction OpenAI in a high-stakes AI copyright fight]]></title><link>https://www.local10.com/business/2026/07/09/news-outlets-urge-a-judge-to-sanction-openai-in-a-high-stakes-ai-copyright-fight/</link><guid isPermaLink="true">https://www.local10.com/business/2026/07/09/news-outlets-urge-a-judge-to-sanction-openai-in-a-high-stakes-ai-copyright-fight/</guid><dc:creator><![CDATA[By MATT O'BRIEN and JOCELYN NOVECK, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — The New York Times, the Daily News and other media outlets are asking a federal judge to impose sanctions on OpenAI, escalating a fight over artificial intelligence and copyright that could shape the future of a struggling news industry.]]></description><pubDate>Thu, 09 Jul 2026 18:45:08 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — The New York Times, the Daily News and other media outlets are asking a federal judge to impose sanctions on OpenAI, escalating a fight over artificial intelligence and copyright that could shape the future of a struggling news industry.</p><p>The newspapers allege the ChatGPT maker is hiding evidence important to what could be a landmark copyright infringement trial over how OpenAI and its business partner, Microsoft, built their AI technologies using millions of news articles. At issue is whether AI chatbots are unfairly competing as an information source, siphoning off web traffic without doing the journalistic work involved in gathering the news.</p><p>A filing Thursday in a Manhattan federal courthouse alleges OpenAI “chose obstruction” over releasing datasets and ChatGPT logs that could show how the AI system used copyrighted news content. The plaintiffs are asking the judge to penalize the company for "discovery misconduct” that could distort evidence, saying the recent deposition of an OpenAI employee contradicts the company's earlier claims.</p><p>New York Daily News attorney Steven Lieberman said OpenAI has been "making misrepresentations" for two years about its ability to search for copyrighted content in its AI training datasets and logs.</p><p>“This motion asks the court to punish OpenAI for hiding and destroying evidence showing how ChatGPT was trained on stolen journalism,” said Lieberman, who represents the Daily News and seven of its sister papers.</p><p>OpenAI has described its limitations in sharing ChatGPT logs as a measure to protect user privacy.</p><p>“As the Times’ case weakens and they’ve been forced to drop claims against us, they’re persisting with their efforts to invade the privacy of people who have nothing to do with this case, including by making these blatantly false allegations,” said a statement Thursday from OpenAI spokesperson Drew Pusateri. "We’ll continue defending our users’ privacy and the long-established principles of fair use.”</p><p>The New York Times sued OpenAI and Microsoft in late 2023, about a year after ChatGPT's debut sparked a commercial AI boom and began changing the way people search for information online. The threat to news publications became even more apparent when Google in 2024 introduced AI-generated summaries at the top of online search results, cutting off the advertising dollars that come when people click a link to the information's original source.</p><p>The Times has since been joined by other news organizations, including MediaNews Group-owned newspapers the Daily News and the Chicago Tribune, digital media publisher Ziff Davis and the nonprofit Center for Investigative Reporting.</p><p>OpenAI and other tech companies have argued the process of training their AI systems on digitized books, online articles and other writings found on the internet is protected by the “fair use” doctrine of U.S. copyright law. It's a theory being tested in dozens of lawsuits as visual artists, novelists, music record labels and other creative industries take AI companies to court, with mixed results.</p><p>In the case involving the biggest copyright settlement so far, OpenAI rival Anthropic agreed to pay book authors $1.5 billion for training its chatbot Claude on their pirated works — an amount that represents a small fraction of Anthropic's $965 billion market valuation as it prepares to become publicly traded.</p><p>The New York Times' arguments are different from those brought by book authors. In its original lawsuit and an amended complaint filed last month, it focused on the unfair competition of companies that “seek to free-ride on The Times’s massive investment in its journalism by using it to build substitutive products without permission or payment.”</p><p>The Times has already spent more than $28 million on fighting AI companies in court, according to filings with financial regulators that disclose its litigation costs. The costs include another lawsuit the newspaper filed last year against AI company Perplexity. Among the sanctions sought by the newspapers Thursday are attorney fees that would pay for the efforts to secure “improperly withheld” evidence.</p><p>The mounting costs come as a growing number of media organizations have signed licensing deals with OpenAI and other AI companies such as Google and Facebook parent Meta that typically pay the outlet a fee to be able to train AI systems on their news feeds or archives. The Associated Press was the first to announce such a deal with OpenAI in 2023.</p><p>___</p><p>O'Brien reported from Providence, Rhode Island.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/D4NES7AOBZ5T6MXV7VQTL65EZM.jpg?auth=c5966fce2fce13fdac798e9c3c1ef2fc4bb341d316884c19861d4f08177095e4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[CEO of OpenAI Sam Altman talks to CEO of Google DeepMind Demis Hassabis, not seen, on the sidelines of the G7 summit, Wednesday, June 17, 2026, in Evian-les-Bains, France. (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[New 'Little House' series explores complicated history but keeps heart, community at the center]]></title><link>https://www.local10.com/entertainment/2026/07/09/new-little-house-series-explores-complicated-history-but-keeps-heart-community-at-the-center/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/07/09/new-little-house-series-explores-complicated-history-but-keeps-heart-community-at-the-center/</guid><dc:creator><![CDATA[By ALICIA RANCILIO, Associated Press]]></dc:creator><description><![CDATA[It's a story with covered wagons and one room schoolhouses, but showrunner Rebecca Sonnenshine says the “Little House on the Prairie” remake for Netflix still speaks to today's American dream.]]></description><pubDate>Thu, 09 Jul 2026 14:23:07 +0000</pubDate><content:encoded><![CDATA[<p>It's a story with covered wagons and one room schoolhouses, but showrunner Rebecca Sonnenshine says the “Little House on the Prairie” remake for Netflix still speaks to today's American dream.</p><p>The show, premiering Thursday and set in the late 1800s, follows the Ingalls family led by Charles and Caroline and their two daughters Mary and Laura — as they settle in the American frontier. It's adapted from a series of semi-autobiographical books written by Laura Ingalls Wilder about her own family's pioneer life. In 1974, Michael Landon co-created the TV series based on the books where he played Pa alongside Melissa Gilbert as Laura. It aired for nine seasons. In the new version, Luke Bracey plays Pa and Alice Halsey is Laura.</p><p>Sonnenshine says the same frontier spirit from back then is baked into how Americans see themselves, even today.</p><p>“This idea of rugged individualism is the cornerstone of American mythos,” Sonnenshine says. “It's still manifesting in our lives constantly … We're real go-getters.”</p><p>In “Little House,” we see the Ingalls family seeking land and opportunity as they move west. In real life, Sonnenshine says, those settlers often didn't understand what they were part of.</p><p>“There was no CNN or up-to-date newspapers, telling you” what was really happening, she says. “They did not understand the politics of land ownership or these treaties that have been made or these reservations,” she said. In the show, we see Charles begin to grasp the politics at play as the family encounters the Osage Nation and their new neighbors — and keeps some of that to himself. Sonnenshine says “it's not out of malice, exactly” but because “knowledge did not flow as freely as it does now.”</p><p>Writers made keeping key events from originals a priority</p><p>As the Ingalls family builds their new life, we're introduced to various neighbors who help them do it. That includes an Osage family adjusting to their own new way of life as settlers claim parts of their land. Laura strikes up a friendship with an Osage girl, and there's a mutual respect among Charles and the Osage family patriarch.</p><p>“A lot of what this show is about is getting to know people that are not like you, all kinds of different people, because once you get to know people, that’s where all the change happens,” said Sonnenshine.</p><p>Mr. Edwards, a fan favorite from the books and series, helps Pa build the family's cabin. He's a rugged Civil War veteran with a heart of gold — grieving the loss of his own family, finding a new one in the Ingalls.</p><p>Staying true to characters like Edwards and including key events from the source material was a priority for Sonnenshine. She and her writers made a list of “iconic moments” with a checklist to follow. “We just crossed them off as we went along. ‘OK, we’ve found a way to incorporate this' or ‘Ma gets a chair,' which is very important, or 'great Pa builds a door.’” Building a door, says Sonnenshine, is “a whole chapter in a book.”</p><p>Trip Friendly, whose father Ed co-created the series with Landon and was an executive producer, controls the overall rights to the Laura Ingalls Wilder stories. He's an executive producer on the remake, and Sonnenshine says Trip is “very passionate about telling the story of the books.”</p><p>Pa is good but not perfect</p><p>Landon's portrayal of Pa made him arguably one of the most popular TV dads in the history of the medium. He was a devoted family man with strong morals and compassion for others.</p><p>Bracey had never watched the original which he says was beneficial to creating his own interpretation of the character.</p><p>“I didn't feel that burden,” said Bracey. “The intimidating factor has come after making it. When I’ve told people what I’ve done, and I’ve been told how important it is to them. That’s where it’s got intimidating.”</p><p>Bracey said it's refreshing to play a genuinely good person, who makes mistakes, but is good.</p><p>“There’s very few really good people in television and movies. I feel lots of times they have to have a dark secret or a checkered past or whatever,” he said.</p><p>Crosby Fitzgerald, who plays Ma, says that goodness is present off-screen too. “Working with Luke is incredible. He actually is like Pa in person. Just really lifted me up all the time. It's impossible to work on a set like this, especially with this legacy, and not be uplifted by the vibe.”</p><p>Sonnenshine says Season 1 is also about Laura learning that neither of her parents are perfect, particularly Pa. She comes to understand that “he does make mistakes and that’s OK.' And even Charles talks about that. I think that’s a more honest portrayal of fatherhood.”</p><p>Second season will add Laura's rival</p><p>Sonnenshine most recently wrote the adaptation for the hit film “The Housemaid” starring Sydney Sweeney and Amanda Seyfried and is writing its sequel. She was also a writer on “The Boys,” which was known for its explicit language and sex and graphic violence. It's not an exaggeration to say that writing for “Little House,” even on a streaming platform, is different.</p><p>“This is the first time I’ve ever written without using any curse words,” said Sonnenshine.</p><p>“I’ve usually done, like much darker material. So I always say, well, I’m in my family era right now.”</p><p>Filming on the show's second season is underway. Netflix recently confirmed the addition of another popular character from the originals. Willa Dunn has been cast as Laura's rival Nellie Oleson, whose father owns the general store.</p><p>“She’s here and she’s acting up a storm,” said Sonnenshine. “It’s really fun. People love that character. I think we’re doing a slightly different take on the character, which is also really fun. The book is our sort of touchstone and then building upon that for her and her family has been — it brings a new dynamic to the Ingalls family.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/QYJ3GMJXVDEGMKO5ABKNWJ5IAE.jpg?auth=a83383c8a563022858f8207111c4a66cc4fb8efc0d93b0738ecc039eb845e85e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This image released by Netflix shows, from left, Crosby Fitzgerald as Caroline Ingalls, Luke Bracey as Charles Ingalls, Skywalker Hughes as Mary Ingalls, and Alice Halsey as Laura Ingalls in a scene from "Little House on the Prairie." (Eric Zachanowich/Netflix via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Eric Zachanowich</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GZIDD66V6LHKGTEWHNPCFLZGMY.jpg?auth=e520c253e3b106fb06d68ec1851a6fe50f3d8039f88c3ed324049edb14d473f0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This image released by Netflix shows, from left, Luke Bracey as Charles Ingalls, Skywalker Hughes as Mary Ingalls, Crosby Fitzgerald as Caroline Ingalls, and Alice Halsey as Laura Ingalls, in a scene from "Little House on the Prairie." (Eric Zachanowich/Netflix via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Eric Zachanowich</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/PGLT7GZ7D2SNWMRJDDEYHMO3QU.jpg?auth=6c5ef6c232ef7ddd2da1189d4fe9dd3e552ced16756fa34f6eab37486d2506b4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This image released by Netflix shows Alice Halsey as Laura Ingalls in a scene from "Little House on the Prairie." (Eric Zachanowich/Netflix via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Eric Zachanowich</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QGISGQ2MKR4S4JIHSWZPOW2LV4.jpg?auth=8b004f995e7ac1b858e8483ebb706fa75d0ccc6baf2cf059adb9987bd58a97ae&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Skywalker Hughes, from left, Luke Bracey, Alice Halsey, and Crosby Fitzgerald pose for a portrait to promote "Little House on the Prairie" on Friday, May 15, 2026, in Los Angeles. (Photo by Andrew Park/Invision/AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Andrew Park</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ANDUGXUWEG2P6WADMGIAPYVVLU.jpg?auth=85c71b17abb1732461240f43f0dc0cf2ebae45dc44e845639b5bbadeed834909&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Rebecca Sonnenshine poses for a portrait to promote "Little House on the Prairie" on Friday, May 15, 2026, in Los Angeles. (Photo by Andrew Park/Invision/AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Andrew Park</media:credit></media:content></item><item><title><![CDATA[US home prices hit an all-time high as sales slow and mortgage rates rise]]></title><link>https://www.local10.com/business/2026/07/09/us-home-prices-hit-an-all-time-high-as-sales-slow-and-mortgage-rates-rise/</link><guid isPermaLink="true">https://www.local10.com/business/2026/07/09/us-home-prices-hit-an-all-time-high-as-sales-slow-and-mortgage-rates-rise/</guid><dc:creator><![CDATA[By ALEX VEIGA, Associated Press]]></dc:creator><description><![CDATA[Sales of previously occupied U.S. homes slowed in June, but a key measure of home prices climbed to an all-time high, adding to affordability challenges for prospective homebuyers.]]></description><pubDate>Thu, 09 Jul 2026 15:15:11 +0000</pubDate><content:encoded><![CDATA[<p>Sales of previously occupied U.S. homes slowed in June, but a key measure of home prices climbed to an all-time high, adding to affordability challenges for prospective homebuyers.</p><p>Existing home sales fell 2.4% last month from May to a seasonally adjusted annual rate of 4.09 million units, the National Association of Realtors said Thursday. Sales rose 2.8% compared with June last year.</p><p>The latest sales tally fell short of the roughly 4.21 million pace economists were expecting, according to FactSet.</p><p>Home sales have been mostly hovering close to a 4-million annual pace going back to 2023, far short of the historic norm that is closer to 5.2-million.</p><p>Sales have remained sluggish as mortgage rates have mostly trended higher in the months since the war between the U.S. and Iran started. Expectations of higher inflation amid surging oil prices have pushed up the long-term bond yields that lenders use as a guide to pricing home loans, causing mortgage rates to climb. Still, mortgage rates remain below where they were a year ago.</p><p>Despite the lackluster sales, home prices continued to rise nationally last month. The U.S. 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, NAR said. Home prices have risen on an annual basis for 36 months in a row.</p><p>First-time buyers accounted for 33% of home purchases last month, down from 35% in May and up from 30% in June last year. Historically, they made up 40% of home sales.</p><p>“Without a doubt, the affordability is a major challenge for people who want to become homeowners, which is the reason why we need more supply,” said Lawrence Yun, NAR’s chief economist.</p><p>The U.S. housing market has been in a slump since 2022, when mortgage rates began to climb from pandemic-era lows. Sales of previously occupied U.S. homes were essentially flat last year, stuck at a 30-year low.</p><p>Through the first half of this year, seasonally adjusted sales of existing U.S. homes are up only 0.7% compared to the same period in 2025.</p><p>Years of soaring home prices, especially in the early part of this decade when rock-bottom mortgage rates fueled a buying frenzy, have left many would-be homebuyers frozen out of the market. And a chronic shortage of homes for sale nationally, due partly to years of below-average new home construction, has helped prop up home prices even in a multiyear sales slump.</p><p>Many of the homes purchased last month likely went under contract in April and May, when the average rate on a 30-year mortgage ranged from 6.23% to 6.53% -- the highest level going back to late August, according to mortgage buyer Freddie Mac.</p><p>Those who can afford to buy at current mortgage rates or pay all cash are likely to encounter buyer-friendly trends in many markets. In June, median list prices fell 2.5% from a year earlier, the steepest annual drop on data going back to 2017, according to Realtor.com.</p><p>Still, housing market pricing trends vary widely regionally and locally. Consider, since peaking in 2022 at $449,000, list prices have come down 7.3% in the West and 3.5% in the South, but are up 10% in the Midwest and 12.6% in the Northeast, according to Realtor.com.</p><p>Meanwhile, home shoppers have more homes on the market to choose from than this time last year, although home inventory levels remain well below historical norms.</p><p>There were 1.56 million unsold homes at the end of last month, down 0.6% from May and up 1.3% from June last year, NAR said. That’s still well short of the roughly 2 million homes for sale that was typical before the COVID-19 pandemic.</p><p>June’s month-end inventory translates to a 4.6-month supply at the current sales pace. Traditionally, a 5- to 6-month supply is considered a balanced market between buyers and sellers.</p><p>“We need to see 30%-40% growth in inventory,” Yun said. “We’re not seeing that, so inventory (is) still remaining relatively tight.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/D6XNBKAOEBYB3YQDDXZDPQPZD4.jpg?auth=8e151855948d38a18a233082a6ce86595c120865c983ea04e94124f81085282d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[An existing home for sale is shown Tuesday, July 7, 2026, in Detroit. (AP Photo/Paul Sancya)]]></media:description><media:credit role="author" scheme="urn:ebu">Paul Sancya</media:credit></media:content></item><item><title><![CDATA[Boy, 11, recovering after losing hand in Florida alligator attack]]></title><link>https://www.local10.com/news/florida/2026/07/09/boy-11-recovering-after-losing-hand-in-florida-alligator-attack/</link><guid isPermaLink="true">https://www.local10.com/news/florida/2026/07/09/boy-11-recovering-after-losing-hand-in-florida-alligator-attack/</guid><dc:creator><![CDATA[Caroline Coles]]></dc:creator><description><![CDATA[An 11-year-old Pennsylvania boy is facing a long recovery after losing his right hand in an alligator attack during a family fishing trip in Marion County.]]></description><pubDate>Thu, 09 Jul 2026 11:45:46 +0000</pubDate><content:encoded><![CDATA[<p>An 11-year-old Pennsylvania boy is facing a long recovery after losing his right hand in an alligator attack during a family fishing trip in Marion County.</p><p><a href="https://www.local10.com/espanol/2026/07/09/nino-de-11-anos-se-recupera-tras-perder-una-mano-en-ataque-de-caiman-en-florida/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/09/nino-de-11-anos-se-recupera-tras-perder-una-mano-en-ataque-de-caiman-en-florida/">Leer en español</a></p><p>Brodie Dituri and his father, Peter Dituri, had traveled to Florida, where fishing had become a tradition during their family vacations.</p><p>“For the last couple of years, we’ve been going down there,” Peter Dituri said.</p><p>According to his father, Brodie never traveled without his fishing rod.</p><p>“He always has to bring his fishing pole with him. So any chance he sees water, he’s like, ‘Let’s go fishing,’” Peter Dituri said.</p><p>The attack happened at Nelson’s Fish Camp in Marion County after Brodie caught a fish. As he bent down to release it, an alligator suddenly grabbed his arm.</p><p>Peter Dituri said he immediately jumped on the alligator, trying to force its jaws open and free his son.</p><p>“There was no thought process. It was just instinct,” he said.</p><p>He later learned from responding officers that his actions may have prevented an even more tragic outcome.</p><p>“The officers all said that if I didn’t go on top of it and had caused it to roll, it would have pulled him into the water before rolling,” Peter Dituri said.</p><p>As Peter Dituri called for someone to dial 911, nearby bystanders rushed to help.</p><p>“From having nobody around to having people there, I can’t thank them enough,” he said through tears.</p><p>The family has since returned home to Pennsylvania, where Brodie is beginning what his father describes as a long physical and emotional recovery.</p><p>Doctors have discussed both hand transplant and prosthetic options. For now, Peter Dituri says his son is leaning toward using a prosthetic.</p><p>“He’s leaning in towards looking at the prosthetics,” he said.</p><p>The loss is especially difficult because Brodie’s right hand was his dominant hand, which he relied on while playing baseball and football.</p><p>The traumatic attack has also changed how the family views future trips to Florida.</p><p>Asked whether Brodie would want to return, his father said, “Right now, that’s absolutely not gonna happen. He is definitely afraid of Florida.”</p><p>Florida Fish and Wildlife Conservation Commission officials said the alligator believed to be responsible for the attack was captured and euthanized.</p><p>A <a href="https://www.gofundme.com/f/support-brodies-recovery-after-alligator-attack" target="_self" rel="" title="https://www.gofundme.com/f/support-brodies-recovery-after-alligator-attack">GoFundMe page </a>has been created to help with Brodie’s medical expenses. </p>]]></content:encoded></item><item><title><![CDATA[Niño de 11 años se recupera tras perder una mano en ataque de caimán en Florida]]></title><link>https://www.local10.com/espanol/2026/07/09/nino-de-11-anos-se-recupera-tras-perder-una-mano-en-ataque-de-caiman-en-florida/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/09/nino-de-11-anos-se-recupera-tras-perder-una-mano-en-ataque-de-caiman-en-florida/</guid><dc:creator><![CDATA[Caroline Coles]]></dc:creator><description><![CDATA[Un niño de 11 años de Pensilvania enfrenta una larga recuperación tras perder la mano derecha en un ataque de caimán durante una salida de pesca familiar en el condado Marion.]]></description><pubDate>Thu, 09 Jul 2026 13:59:57 +0000</pubDate><content:encoded><![CDATA[<p>Un niño de 11 años de Pensilvania enfrenta una larga recuperación tras perder la mano derecha en un ataque de caimán durante una salida de pesca familiar en el condado Marion.</p><p>Brodie Dituri y su padre, Peter Dituri, habían viajado a Florida, donde la pesca se había convertido en una tradición durante sus vacaciones familiares.</p><p>“Desde hace un par de años hemos estado yendo allí”, dijo Peter Dituri.</p><p>Según su padre, Brodie nunca viajaba sin su caña de pescar.</p><p>“Siempre tiene que llevar su caña de pescar. Así que cada vez que ve agua, dice: “Vamos a pescar””, dijo Peter Dituri.</p><p>El ataque ocurrió en Nelson’s Fish Camp, en el condado Marion, después de que Brodie atrapó un pez. Cuando se agachó para liberarlo, un caimán le sujetó el brazo de manera repentina.</p><p>Peter Dituri dijo que de inmediato se lanzó sobre el caimán para intentar abrirle las mandíbulas y liberar a su hijo.</p><p>“No hubo tiempo para pensar. Fue solo instinto”, dijo.</p><p>Más tarde, los agentes que respondieron a la emergencia le dijeron que sus acciones pudieron haber evitado un desenlace aún más trágico.</p><p>“Todos los agentes dijeron que si no me hubiera lanzado sobre él y hubiera provocado que girara, habría arrastrado a mi hijo al agua antes de girar”, dijo Peter Dituri.</p><p>Mientras Peter Dituri pedía que alguien llamara al 911, personas que se encontraban cerca acudieron rápidamente para ayudar.</p><p>“Pasamos de no tener a nadie alrededor a tener a muchas personas allí. No tengo cómo agradecerles lo suficiente”, dijo entre lágrimas.</p><p>Desde entonces, la familia regresó a Pensilvania, donde Brodie comenzó lo que su padre describió como una larga recuperación física y emocional.</p><p>Los médicos han hablado sobre la posibilidad de un trasplante de mano y del uso de una prótesis. Por ahora, Peter Dituri dijo que su hijo se inclina por usar una prótesis.</p><p>“Se inclina por considerar el uso de una prótesis”, dijo.</p><p>La pérdida es especialmente difícil porque la mano derecha de Brodie era su mano dominante, la que utilizaba para jugar béisbol y fútbol americano.</p><p>El traumático ataque también cambió la forma en que la familia ve los futuros viajes a Florida.</p><p>Cuando le preguntaron si Brodie querría regresar, su padre respondió: “En este momento, eso definitivamente no va a pasar. Le tiene mucho miedo a Florida”.</p><p>Funcionarios de la Comisión de Conservación de Pesca y Vida Silvestre de Florida informaron que el caimán que se cree fue responsable del ataque fue capturado y sacrificado.</p><p>Se creó una página en <a href="https://www.gofundme.com/f/support-brodies-recovery-after-alligator-attack" target="_blank" rel="noreferrer" title="https://www.gofundme.com/f/support-brodies-recovery-after-alligator-attack">GoFundMe</a> para ayudar a cubrir los gastos médicos de Brodie.</p>]]></content:encoded></item><item><title><![CDATA[El Niño se encamina a niveles históricamente fuertes]]></title><link>https://www.local10.com/espanol/2026/07/09/el-nino-se-encamina-a-niveles-historicamente-fuertes/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/09/el-nino-se-encamina-a-niveles-historicamente-fuertes/</guid><dc:creator><![CDATA[Por SETH BORENSTEIN, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — El Niño, el fenómeno climático que libera calor y provoca un aumento pronunciado de las temperaturas globales, se encamina a niveles históricamente fuertes, informó el jueves la Administración Nacional Oceánica y Atmosférica de Estados Unidos.]]></description><pubDate>Thu, 09 Jul 2026 13:56:35 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — El Niño, el fenómeno climático que libera calor y provoca un aumento pronunciado de las temperaturas globales, se encamina a niveles históricamente fuertes, informó el jueves la Administración Nacional Oceánica y Atmosférica de Estados Unidos.</p><p>En su actualización mensual, la NOAA indicó que el El Niño de este año, un calentamiento natural del Pacífico ecuatorial que altera los patrones meteorológicos en todo el mundo, tiene un 81% de probabilidades de volverse “muy fuerte” —la categoría más alta disponible— para el otoño. Debería ubicarse entre los Niños más intensos desde que la agencia meteorológica comenzó a registrarlos en 1950.</p><p>Sus mayores impactos —desde sequías hasta aguaceros y olas de calor— probablemente se sentirán con más fuerza en otoño e invierno, señalaron meteorólogos.</p><p>Este El Niño, que se formó apenas el mes pasado, ya pasó rápidamente la fase débil y ahora se considera moderado, sin indicios de que su fortalecimiento vaya a desacelerarse, según el pronóstico del gobierno. Las temperaturas del océano en partes del Pacífico que ayudan a indicar la fuerza de El Niño están en máximos históricos o cerca de ellos para esta época del año, en parte porque se suma al calentamiento del océano provocado por el cambio climático causado por el ser humano, dijeron meteorólogos.</p><p>“Es bastante extremo”, afirmó Emily Becker, científica de la Universidad de Miami que trabaja con el equipo del Niño de la NOAA. “No es algo sin precedentes, pero sí muy inusual”.</p><p>Becker comentó que rivalizará con el Niño de 1997-1998, mientras que otros meteorólogos pronostican que este podría ser aún más fuerte. El Banco Mundial indicó que el Niño que comenzó en 1997 provocó 23.000 muertes en desastres meteorológicos, elevó las tasas de pobreza en algunos países y les costó a los gobiernos hasta 45.000 millones de dólares.</p><p>“Este no es un Niño cualquiera”, manifestó Daniel Swain, científico del clima de Agricultura y Recursos Naturales de la Universidad de California. No solo ya está batiendo récords para esta época del año, sino que, a diferencia de los Niños intensos del pasado, se presenta sobre un considerable calentamiento de fondo debido a la quema de carbón, petróleo y gas natural. “Quizá no veremos exactamente los mismos impactos de este evento que los que hemos visto en los históricos”.</p><p>Un Niño muy fuerte —según las temperaturas del océano en partes del Pacífico— no se traduce en un clima extremo aún más intenso, pero sí hace más probables esas condiciones, explicó Becker.</p><p>Becker indicó que aumenta las probabilidades de que gran parte del sur de Estados Unidos tenga un invierno más lluvioso. También incrementa la probabilidad de condiciones invernales más cálidas en el norte de Estados Unidos y Canadá.</p><p>El Niño suele amortiguar la temporada de huracanes en el Atlántico. La Universidad Estatal de Colorado, que fue pionera en los pronósticos de la temporada de huracanes, redujo drásticamente el miércoles su predicción del número de tormentas “debido a una mayor confianza en un El Niño fuerte o muy fuerte”. Los pronosticadores prevén que la actividad general de huracanes en el Atlántico estará “muy por debajo de lo normal”.</p><p>Entre los impactos globales que se vuelven más probables figuran una Indonesia más seca y un Pacífico oriental más cálido y húmedo, señaló Becker.</p><p>“El Niño también actúa como un ‘termostato’ del clima global al liberar años de calor acumulado almacenado en el subsuelo del océano tropical del Pacífico y volcarlo en la atmósfera, donde finalmente se disipa —pero no antes de calentar mientras tanto a todo el planeta”, escribió Swain en un blog.</p><p>Muchos científicos del clima pronostican que 2027 —debido al calor acumulado— romperá el récord de temperatura global máxima de 2024, establecido por el último Niño fuerte.</p><p>“Un Niño fuerte aumentaría las probabilidades de nuevos récords climáticos dramáticos en los próximos 6 a 12 meses”, afirmó Zack Labe, científico del clima en Climate Central. Podría dar una muestra de un mundo aún más cálido por venir, agregó.</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 ayuda de una herramienta de inteligencia artificial generativa.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/PPEW3CBWXWTESVY4VFOGHFWVQM.jpg?auth=a141546b80be93292e0cc2e40e6f95fd5ee8f2c02bd56fc3fe6879c3c580f934&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[La gente se protege de un torrencial aguacero en Dallas el 24 de diciembre del 2024. (AP foto/LM Otero)]]></media:description><media:credit role="author" scheme="urn:ebu">LM Otero</media:credit></media:content></item><item><title><![CDATA[Arrestan a capitán de Policía de North Miami Beach por cargo de voyeurismo en video]]></title><link>https://www.local10.com/espanol/2026/07/08/arrestan-a-capitan-de-policia-de-north-miami-beach-por-cargo-de-voyeurismo-en-video/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/08/arrestan-a-capitan-de-policia-de-north-miami-beach-por-cargo-de-voyeurismo-en-video/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[Arrestan a capitán de la Policía de North Miami Beach la noche del martes por orden de arresto por voyeurismo en video, muestran registros de la cárcel en línea.]]></description><pubDate>Wed, 08 Jul 2026 13:42:50 +0000</pubDate><content:encoded><![CDATA[<p>Un capitán de la Policía de North Miami Beach fue arrestado el martes por la Oficina del Sheriff de Miami-Dade en cumplimiento de una orden de arresto por voyeurismo en video cometido por un familiar o una figura de autoridad, muestran los registros de la cárcel en línea.</p><p>Según una orden de arresto, Jose Maya, de 40 años, está acusado de colocar un dispositivo de grabación de video debajo de la puerta de un baño, el cual grabó a la víctima, de 23 años.</p><p>Los detectives dijeron que la víctima descubrió el dispositivo el 28 de junio y reportó el incidente a las autoridades el lunes.</p><p>Las autoridades dijeron 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 al principio pensó que era un insecto porque no llevaba puestos sus anteojos 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 arreglando una luz nocturna con sensor de movimiento cerca del baño.</p><p>La orden señala que la víctima sospechó de la situació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 contó a su madre sobre sus sospechas.</p><p>Los detectives dijeron que la madre de la víctima sugirió colocar un teléfono celular en el cuarto de lavado para 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 la víctima se duchaba.</p><p>Los detectives dijeron 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 declaraciones completas fueron censuradas en la versión pública de la orden de arresto.</p><p>Los detectives dijeron que la madre de la víctima le informó 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 en el Centro Correccional Turner Guilford Knight alrededor de las 7:50 p.m. del martes.</p><p>“El Departamento de Policía de North Miami Beach está al tanto del arresto de uno de nuestros capitanes. Seguimos comprometidos con la transparencia, la rendición de cuentas y el cumplimiento de los más altos estándares profesionales para nuestra comunidad”, indicó el NMBPD en un comunicado emitido el miércoles.</p><p>El jefe de la Policía de North Miami Beach, Juan Pinillos, dijo que Maya fue relevado de sus funciones mientras se resuelve el caso, además de una investigación interna.</p><figure><img src="https://www.local10.com/resizer/v2/KDLTG537CJEBFOIJNIRBP4YIMM.jpg?auth=f0c07de63489199b2bfcd8ddc54158869ea7e959bc6946bb7e17752707676212&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>Hasta la mañana del miércoles, Maya permanecía detenido en el TGK sin derecho a fianza.</p>]]></content:encoded></item><item><title><![CDATA[“Solo quiero justicia”: madre habla tras la muerte de su hijo pequeño en un vehículo bajo el sol]]></title><link>https://www.local10.com/espanol/2026/07/09/solo-quiero-justicia-madre-habla-tras-la-muerte-de-su-hijo-pequeno-en-un-vehiculo-caliente/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/09/solo-quiero-justicia-madre-habla-tras-la-muerte-de-su-hijo-pequeno-en-un-vehiculo-caliente/</guid><dc:creator><![CDATA[Terrell Forney]]></dc:creator><description><![CDATA[Una niña de 2 años murió después de permanecer dentro de un vehículo caliente durante tres horas y media, dijo su madre.]]></description><pubDate>Thu, 09 Jul 2026 13:49:34 +0000</pubDate><content:encoded><![CDATA[<p><a href="https://www.local10.com/news/local/2026/07/05/police-2-year-old-dies-after-being-left-in-car-in-hallandale-beach/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/07/05/police-2-year-old-dies-after-being-left-in-car-in-hallandale-beach/">Una niña de 2 años murió después de permanecer dentro de un vehículo bajo el sol</a> durante tres horas y media, dijo su madre.</p><p>Brittany Nicole acababa de celebrar su segundo cumpleaños en mayo.</p><p>Cristina López dijo que todo su mundo cambió el domingo. Estaba en el trabajo y su hija se encontraba con una niñera cuando la policía llegó para informarle que Brittany había muerto.</p><p>Las circunstancias aún están bajo investigación, pero López dijo que la niñera le pidió a un familiar de mayor edad que cuidara a la menor.</p><p>Ese hombre, quien según López padecía demencia, dejó a Brittany en el asiento trasero de un vehículo bajo el sol durante tres horas y media. Los médicos no pudieron salvarle la vida.</p><p>El incidente ocurrió el domingo en la cuadra 900 de Northwest 7th Avenue, en Hallandale Beach.</p><p>“Solo quiero justicia”, dijo López, frustrada porque nadie ha sido responsabilizado por la muerte de su hija.</p><p>Dijo que hizo todo correctamente al dejar a su hija al cuidado de una persona con la que nunca antes había tenido problemas.</p><p>Brittany era la única hija de López. Desde entonces, la familia creó una página en GoFundMe para ayudar a cubrir los gastos funerarios.</p>]]></content:encoded></item><item><title><![CDATA[Police: Man arrested after barricading himself inside Hollywood home, setting it on fire]]></title><link>https://www.local10.com/news/local/2026/07/08/police-man-arrested-after-barricading-himself-inside-hollywood-home-setting-it-on-fire/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/08/police-man-arrested-after-barricading-himself-inside-hollywood-home-setting-it-on-fire/</guid><dc:creator><![CDATA[David Dwork, Jeff  Derderian ]]></dc:creator><description><![CDATA[A man is in police custody after allegedly setting a fire inside a home that he had barricaded himself inside of.]]></description><pubDate>Wed, 08 Jul 2026 14:20:05 +0000</pubDate><content:encoded><![CDATA[<p>A man is in police custody after allegedly setting a fire inside a home that he had barricaded himself inside of.</p><p><a href="https://www.local10.com/espanol/2026/07/08/policia-arrestan-a-hombre-tras-atrincherarse-en-vivienda-de-hollywood-y-prenderle-fuego/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/08/policia-arrestan-a-hombre-tras-atrincherarse-en-vivienda-de-hollywood-y-prenderle-fuego/">Leer en español</a></p><p>It happened during the early morning hours on Wednesday along the 5200 block of Wiley Street in Hollywood, authorities said. </p><p>Police have since identified the suspect as Kevin Lamar Bryant, 38. </p><p>According to Hollywood police, officers responded to the home around 1:30 a.m. after receiving reports about a disturbance involving a man. </p><p>When they arrived, officers said Bryant barricaded himself inside, and then around 4 a.m., intentionally set a fire inside the home. </p><p>Crews with Hollywood Fire Rescue quickly responded and were able to extinguish the fire, which they said caused significant damage to the home which had previously been condemned. </p><p>Juan Benitez, who lives next door, said police officers banging on his door woke him up and helped him to safety. </p><p>“They said, ‘Get out of the house. The house is on fire,’” Benitez said. “It’s like something out of a movie, it’s unrealistic. First time something like that has ever happened to me.”</p><p>Police said they were able to remove Bryant from the engulfed home before taking him custody without further incident. </p><p>“He was just yelling nonsense,” said Benitez. “I couldn’t understand.”</p><p>According to HFR, Bryant suffers from severe mental illness and was taken to a hospital for treatment. </p><p>He appeared in bond court Thursday morning and was ordered held without bond. </p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[‘I just want justice’: Mother speaks out after toddler’s hot car death]]></title><link>https://www.local10.com/news/local/2026/07/08/i-just-want-justice-mother-speaks-out-after-toddlers-hot-car-death/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/08/i-just-want-justice-mother-speaks-out-after-toddlers-hot-car-death/</guid><dc:creator><![CDATA[Terrell Forney]]></dc:creator><description><![CDATA[A 2-year-old girl is dead after being left in a hot car for three and a half hours, her mother says.]]></description><pubDate>Thu, 09 Jul 2026 02:17:28 +0000</pubDate><content:encoded><![CDATA[<p><a href="https://www.local10.com/news/local/2026/07/05/police-2-year-old-dies-after-being-left-in-car-in-hallandale-beach/" target="_self" rel="" title="https://www.local10.com/news/local/2026/07/05/police-2-year-old-dies-after-being-left-in-car-in-hallandale-beach/">A 2-year-old girl is dead after being left in a hot car</a> for three and a half hours, her mother says.</p><p><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/">Leer en español</a></p><p>Brittany Nicole had just celebrated her second birthday in May. </p><p>Cristina Lopez says her entire world shifted on Sunday. She was at work, and her daughter was with a babysitter, when police showed up to tell her Brittany was dead.</p><p>The circumstances are still under investigation, but Lopez says the babysitter asked an older relative to watch the child. </p><p>That man, who Lopez says had dementia, left Brittany in the back of a hot car for three and a half hours. Doctors were not able to save her.</p><p>The incident happened Sunday in the 900 block of NW 7th Avenue in Hallandale Beach.</p><p>“I just want justice,” Lopez said, frustrated that no one has been held accountable for her daughter’s death.</p><p>She says she did everything right by leaving her daughter with someone she’d never had a problem with before.</p><p>Brittany was Lopez’s only child. The family has since set up a <a href="https://www.gofundme.com/f/justice-for-brittany-and-support-for-cristina" target="_self" rel="" title="https://www.gofundme.com/f/justice-for-brittany-and-support-for-cristina">GoFundMe</a> page to help cover funeral costs.</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[Yahoo Sports launches college fantasy football leagues featuring Power Four players and Notre Dame]]></title><link>https://www.local10.com/sports/2026/07/09/yahoo-sports-launches-college-fantasy-football-leagues-featuring-power-four-players-and-notre-dame/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/09/yahoo-sports-launches-college-fantasy-football-leagues-featuring-power-four-players-and-notre-dame/</guid><dc:creator><![CDATA[By PAT GRAHAM, Associated Press]]></dc:creator><description><![CDATA[How about Texas quarterback Arch Manning paired with Ohio State receiver Jeremiah Smith on the same college football roster. While at it, add Michigan tailback Jordan Marshall, too.]]></description><pubDate>Thu, 09 Jul 2026 13:41:50 +0000</pubDate><content:encoded><![CDATA[<p>How about Texas quarterback Arch Manning paired with Ohio State receiver Jeremiah Smith on the same college football roster. While at it, add Michigan tailback Jordan Marshall, too.</p><p>No transfer portal needed, either. Just some savvy drafting by a college fantasy football team owner.</p><p>Yahoo Sports is expanding more into college fantasy football this season by launching leagues that feature players from Power Four conferences along with Notre Dame.</p><p>So fill that QB1 slot with Heisman Trophy favorites Manning or the Fighting Irish's CJ Carr. Grab Marshall or LJ Martin of BYU to round out the RB spots. Pick up Smith or Cam Coleman of Texas at receiver.</p><p>These stars of the college game today could help you win a fantasy title later this fall. Down the road, maybe even help your NFL fantasy team.</p><p>“This will be an interesting opportunity to really develop fandom not just of the sport, but also the players and the schools,” Ryan Spoon, president of Yahoo Media Group, said in an interview before Thursday's launch of the leagues. "The content ... is now available to make a really robust, awesome experience.”</p><p>There have been sites with college fantasy football leagues before. This takes it even more mainstream in this era of name, image and likeness. Yahoo is coming off a season in which it set all-time highs for most fantasy football users and teams.</p><p>“It's understandable to all fans," Spoon said, "not just the mega-college fan.”</p><p>A lot like NFL fantasy football, only not quite</p><p>The college fantasy format is similar to the NFL version. It starts with the draft, of course, and then head-to-head matchups (scoring begins Sept. 3).</p><p>The 18-player rosters feature the Big Ten, SEC, Big 12 and ACC, along with Notre Dame. There’s another wrinkle, too, with an “offense” position in play. Go ahead and draft, say, Buckeyes quarterback Julian Sayin along with the Ohio State “offense.” That means bonus points for team TDs, total yards, field goals and a win, along with deductions for losses.</p><p>It’s a way to spice things up.</p><p>“We’ve run millions of permutations,” Spoon said of testing formats and game structure. “The variability is the awesome part of this.”</p><p>Iowa State running back Aiden Flora knows whom he would pick in a college fantasy draft.</p><p>“Might as well trust myself,” Flora said at Big 12 media days. "I feel like it's a thing that a lot younger people would love to do, even though I feel like a lot of them (would) just try to get the guys that they are cheering for.”</p><p>It’s also a way to keep up with players in this ever-changing college football landscape that includes the volatile transfer portal.</p><p>Martin, the AP Big 12 offensive player of the year last season, rushed for 1,305 yards and 12 TDs. He figures to be a high selection.</p><p>“I’m trying to go out there," he said, “and get as many yards as I can every time.”</p><p>A word of caution</p><p>One thing Brody Ruihley, a professor of sport leadership and management at Miami University (Ohio), cautioned was to keep in mind these are college students, first and foremost.</p><p>This is just fun and games.</p><p>NFL players have reported being contacted by fantasy football owners through social media in all sorts of ways.</p><p>“We need to remember that the college athlete is accessible in class, on campus, at poorly secured practices/games, and pretty much anywhere on a college campus. They are young adults still finding their way just like non-athlete college students," Ruihley wrote in an email. "Protection is and should be a primary function for state agencies when collegiate fantasy sport or sports betting is in play.”</p><p>Scrutiny has almost become part of the territory — no matter the level.</p><p>“If somebody drops the game-winning catch, you’ve got to know they’re going to hear about,” Arizona State running back Kyson Brown explained. “We’ve been kind of going through the same things those guys have been going through.”</p><p>Gambling in college football made headlines over the saga of former Texas Tech quarterback Brendan Sorsby. The Red Raiders had planned to let Sorsby play even after the Cincinnati transfer admitted he placed bets on Indiana games when he was a freshman with the Hoosiers. Sorsby ultimately abandoned a legal effort to regain his eligibility and is expected to enter next year’s NFL draft.</p><p>This is gameplay</p><p>Spoon stressed this was gameplay.</p><p>“Obviously, there’s a subset of users, which is much larger today than it was five years ago, that is choosing through other operators to also place wagers or predictions, whatever those might be. That’s not us,” Spoon said. “Every passing year college (football) becomes bigger and more interesting and fandom increases.”</p><p>___</p><p>AP Sports Writers Stephen Hawkins and Schuyler Dixon contributed to this report.</p><p>___</p><p>AP college football: https://apnews.com/hub/ap-top-25-college-football-poll and https://apnews.com/hub/college-football</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/CICKIYN4IAHKZJTEL2WKNNUC64.jpg?auth=98c036eb2e45793f4c32fd357d3082e5fa9fc869bfa4d495f23d5b38a53ff57e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Folsom Field is shown before an NCAA college football game, Nov. 1, 2025, in Boulder, Colo. (AP Photo/David Zalubowski, File)]]></media:description><media:credit role="author" scheme="urn:ebu">David Zalubowski</media:credit></media:content></item><item><title><![CDATA[JetBlue expands Fort Lauderdale operations, hires former Spirit employees as service grows]]></title><link>https://www.local10.com/news/local/2026/07/09/jetblue-expands-fort-lauderdale-operations-hires-former-spirit-employees-as-service-grows/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/09/jetblue-expands-fort-lauderdale-operations-hires-former-spirit-employees-as-service-grows/</guid><dc:creator><![CDATA[Jolena Esperto]]></dc:creator><description><![CDATA[JetBlue is expanding its footprint at Fort Lauderdale-Hollywood International Airport, adding more flights, hiring former Spirit Airlines employees and positioning itself to capture travelers following Spirit’s exit from the market.]]></description><pubDate>Thu, 09 Jul 2026 13:30:11 +0000</pubDate><content:encoded><![CDATA[<p>JetBlue is expanding its footprint at Fort Lauderdale-Hollywood International Airport, adding more flights, hiring former Spirit Airlines employees and positioning itself to capture travelers following Spirit’s exit from the market.</p><p><a href="https://www.local10.com/espanol/2026/07/09/jetblue-expande-sus-operaciones-en-fort-lauderdale-y-contrata-a-ex-empleados-de-spirit-a-medida-que-crece-el-servicio/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/09/jetblue-expande-sus-operaciones-en-fort-lauderdale-y-contrata-a-ex-empleados-de-spirit-a-medida-que-crece-el-servicio/">Leer en español</a></p><p>Speaking from Fort Lauderdale, JetBlue CEO Joanna Geraghty said the airline had been preparing for the opportunity for months as Spirit faced financial challenges.</p><p>“Fort Lauderdale is a fantastic opportunity for us. We knew, as most of the public knew, that Spirit was not great. They filed for bankruptcy twice, so we’ve really been preparing for this day over the last months,” Geraghty said.</p><p>The airline is increasing its daily operations in Fort Lauderdale from about 130 flights to roughly 150 flights by the end of the year. As part of the expansion, JetBlue is hiring across multiple departments, including recruiting former Spirit crew members.</p><p>“JetBlue’s growing in the Fort Lauderdale area. We’re now at 130 flights. We’re going to be growing to about 150 by the end, so we are hiring across most of our workgroups and hiring Spirit crew members,” Geraghty said.</p><p>For many former Spirit customers, one of the biggest questions is whether JetBlue’s fares will be as inexpensive as the ultra-low-cost carrier’s. Geraghty said JetBlue remains committed to offering affordable travel but cannot promise Spirit-level pricing.</p><p>“We want fares to be affordable, but we want to make sure we offer a great product, too,” she said, noting that fuel and labor remain two of the airline’s largest expenses.</p><p>Instead, Geraghty said JetBlue aims to provide added value through amenities included in its base fares, such as complimentary Wi-Fi, snacks, seatback televisions and additional legroom.</p><p>“We’re very mindful of the fact that we need to have affordable fares for flyers that maybe don’t want to purchase the higher or mid fares,” she said. “You get more free Wi-Fi, snacks, a little legroom (and) television.”</p><p>The airline is also expanding travel options for customers flying throughout the East Coast.</p><p>“For people who are flying up and down the East Coast, we will have 370 connecting opportunities to Fort Lauderdale,” Geraghty said.</p><p>As JetBlue continues its expansion, the airline hopes to attract both longtime customers and former Spirit flyers looking for new travel options through Fort Lauderdale.</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[JetBlue expande sus operaciones en Fort Lauderdale y contrata a ex empleados de Spirit a medida que crece el servicio  ]]></title><link>https://www.local10.com/espanol/2026/07/09/jetblue-expande-sus-operaciones-en-fort-lauderdale-y-contrata-a-ex-empleados-de-spirit-a-medida-que-crece-el-servicio/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/09/jetblue-expande-sus-operaciones-en-fort-lauderdale-y-contrata-a-ex-empleados-de-spirit-a-medida-que-crece-el-servicio/</guid><dc:creator><![CDATA[Jolena Esperto]]></dc:creator><description><![CDATA[JetBlue está ampliando su presencia en el Aeropuerto Internacional de Fort Lauderdale-Hollywood, al agregar más vuelos, contratar a ex empleados de Spirit Airlines y posicionarse para captar a los viajeros tras la salida de Spirit del mercado.]]></description><pubDate>Thu, 09 Jul 2026 13:36:52 +0000</pubDate><content:encoded><![CDATA[<p>JetBlue está ampliando su presencia en el Aeropuerto Internacional de Fort Lauderdale-Hollywood, al agregar más vuelos, contratar a ex empleados de Spirit Airlines y posicionarse para captar a los viajeros tras la salida de Spirit del mercado.</p><p>Desde Fort Lauderdale, la directora ejecutiva de JetBlue, Joanna Geraghty, dijo que la aerolínea llevaba meses preparándose para esta oportunidad mientras Spirit enfrentaba dificultades financieras.</p><p>“Fort Lauderdale es una oportunidad fantástica para nosotros. Sabíamos, como la mayoría del público, que Spirit no estaba bien. Se declaró en bancarrota dos veces, por lo que realmente nos hemos estado preparando para este momento durante los últimos meses”, dijo Geraghty.</p><p>La aerolínea está aumentando sus operaciones diarias en Fort Lauderdale de aproximadamente 130 vuelos a cerca de 150 vuelos para finales de año. Como parte de la expansión, JetBlue está contratando personal en múltiples departamentos, incluido el reclutamiento de ex miembros de la tripulación de Spirit.</p><p>“JetBlue está creciendo en el área de Fort Lauderdale. Ahora tenemos 130 vuelos. Vamos a crecer hasta unos 150 para finales de año, por lo que estamos contratando en la mayoría de nuestros grupos de trabajo y contratando a miembros de la tripulación de Spirit”, dijo Geraghty.</p><p>Para muchos ex clientes de Spirit, una de las mayores preguntas es si las tarifas de JetBlue serán tan económicas como las de la aerolínea de ultra bajo costo. Geraghty dijo que JetBlue mantiene su compromiso de ofrecer viajes asequibles, pero no puede prometer precios al nivel de Spirit.</p><p>“Queremos que las tarifas sean asequibles, pero también queremos asegurarnos de ofrecer un gran producto”, dijo, al señalar que el combustible y la mano de obra siguen siendo dos de los mayores gastos de la aerolínea.</p><p>En cambio, Geraghty dijo que JetBlue busca ofrecer un valor agregado mediante servicios incluidos en sus tarifas básicas, como Wi-Fi gratuito, refrigerios, televisores en el respaldo de los asientos y espacio adicional para las piernas.</p><p>“Somos muy conscientes de que necesitamos tener tarifas asequibles para los viajeros que quizá no quieran comprar las tarifas más altas o intermedias”, dijo. “Obtienen más Wi-Fi gratuito, refrigerios, un poco más de espacio para las piernas y televisión”.</p><p>La aerolínea también está ampliando las opciones de viaje para los clientes que vuelan por toda la Costa Este.</p><p>“Para las personas que viajan de un extremo a otro de la Costa Este, tendremos 370 opciones de conexión hacia Fort Lauderdale”, dijo Geraghty.</p><p>Mientras JetBlue continúa su expansión, la aerolínea espera atraer tanto a sus clientes de muchos años como a los ex pasajeros de Spirit que buscan nuevas opciones de viaje a través de Fort Lauderdale.</p>]]></content:encoded></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 20:32:08 +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>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><media:content url="https://www.local10.com/resizer/v2/3XJHMV2L5XNGU3TNPTH3EGIZPI.jpg?auth=1afd756c473dc842b2792dc93484cebc1922c701c520ecb1ed5f973216b63cb5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Former Olympic canoeist David Hearn, left, listens as his attorney Norman Eisen, right, speaks after he pleaded not guilty to allegedly damaging the Lincoln Memorial Reflecting Pool, Thursday, July 9, 2026, in Washington. (AP Photo/Rod Lamkey, Jr.)]]></media:description><media:credit role="author" scheme="urn:ebu">Rod Lamkey</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3SCKO7MA6PSIVSRTB2B6KZBIXY.jpg?auth=6a52649313a842719b2ce17a1a62c6684f8b9325dff9bdeacef5bb706abca6c4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The Lincoln Memorial Reflecting Pool is seen as clean-up continues on the National Mall following Salute to America, an Independence Day event honoring the nation's 250th anniversary, Thursday, July 9, 2026, in Washington. (AP Photo/Julia Demaree Nikhinson)]]></media:description><media:credit role="author" scheme="urn:ebu">Julia Demaree Nikhinson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/SJ3NSL32YQ4BUJGKJBXSGB7NFQ.jpg?auth=84cd12a081d4da51869220798453a9d7caa3e12dfae8d18ee9d297b4118f6bfe&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Former Olympic canoeist David Hearn, second from left, with his attorney Norman Eisen, right, depart the D.C. Superior Court after pleading not guilty to allegedly damaging the Lincoln Memorial Reflecting Pool, Thursday, July 9, 2026, in Washington. (AP Photo/Rod Lamkey, Jr.)]]></media:description><media:credit role="author" scheme="urn:ebu">Rod Lamkey</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/SKE43VI54HA3U3E5M4R7XB4RA4.jpg?auth=e3e7b1ce9aab43d6239914f14ba857ff068518d067e22f5c5d036520800e9772&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Former Olympic canoeist David Hearn, center, and his attorney Norman Eisen, left, walk to a car following a court appearance, where he pleaded not guilty to allegedly damaging the Lincoln Memorial Reflecting Pool, Thursday, July 9, 2026, in Washington. (AP Photo/Rod Lamkey, Jr.)]]></media:description><media:credit role="author" scheme="urn:ebu">Rod Lamkey</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YOXC6MSV32IBZQ2PZ3FOGFT7BM.jpg?auth=a72923bf023d06d7da448b4abff2f1a425537663f55adbf4491c70c57d116a05&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Nadine Seiler arrives in an inflatable frog costume, to support former Olympic canoeist David Hearn, who was indicted by a grand jury for allegedly damaging the Lincoln Memorial Reflecting Pool, before he arrives at D.C. Superior Court, Thursday, July 9, 2026, in Washington. (AP Photo/Rod Lamkey, Jr.)]]></media:description><media:credit role="author" scheme="urn:ebu">Rod Lamkey</media:credit></media:content></item><item><title><![CDATA[July 9: The 12th heat advisory of the year issued for South Florida today]]></title><link>https://www.local10.com/weather/2026/07/09/july-9-the-12th-heat-advisory-of-the-year-issued-for-south-florida-today/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/07/09/july-9-the-12th-heat-advisory-of-the-year-issued-for-south-florida-today/</guid><dc:creator><![CDATA[Brandon Orr]]></dc:creator><description><![CDATA[A Heat Advisory is in effect for South Florida with a heat index soaring to 105°-110° this afternoon.]]></description><pubDate>Thu, 09 Jul 2026 13:28:31 +0000</pubDate><content:encoded><![CDATA[<p>A Heat Advisory is in effect for South Florida with a heat index soaring to 105°-110° this afternoon. Saharan dust from the deserts of Africa blew across the Atlantic and moved in yesterday. This will give us a hazy sky and limit our rain chances. Most will stay completely dry today.</p><p>A weak disturbance in the upper levels of the atmosphere will move in Friday, which will work to overpower the dry air and give us scattered showers and thunderstorms. They could even linger into Saturday morning, but after that, the drier than usual weather returns for the rest of the weekend.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZVM6A6ZXGBFH5FRLH2CKLR7DDY.jpg?auth=5538de09b666ea5a5147343fa29e64118175bed12961ff44a71e0e9e91fc0d29&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Suspect in custody after vehicle theft; car rolls into canal, Sunrise police say ]]></title><link>https://www.local10.com/news/local/2026/07/07/suspect-in-custody-after-vehicle-burglary-car-rolls-into-canal-sunrise-police-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/07/suspect-in-custody-after-vehicle-burglary-car-rolls-into-canal-sunrise-police-say/</guid><dc:creator><![CDATA[Amanda Batchelor, Jolena Esperto]]></dc:creator><description><![CDATA[A suspect was taken into custody Tuesday morning after a vehicle theft ended with the car rolling into a canal in Sunrise, authorities said.]]></description><pubDate>Tue, 07 Jul 2026 10:50:49 +0000</pubDate><content:encoded><![CDATA[<p>A suspect was taken into custody Tuesday morning after a vehicle theft ended with the car rolling into a canal in Sunrise, authorities said.</p><p><a href="https://www.local10.com/espanol/2026/07/07/detienen-al-sospechoso-de-un-robo-de-coche-el-vehiculo-acabo-en-un-canal-segun-la-policia-de-sunrise/" target="_self" rel="" title="https://www.local10.com/espanol/2026/07/07/detienen-al-sospechoso-de-un-robo-de-coche-el-vehiculo-acabo-en-un-canal-segun-la-policia-de-sunrise/">Leer en español</a></p><p>According to Sunrise police, the vehicle theft occurred in the 2900 block of Northwest 60<sup>th</sup> Avenue.</p><figure><img src="https://www.local10.com/resizer/v2/GBDSS5XTXVBZRG5WVLKFEGLLXI.jpeg?auth=f928a71e22160e0af96c4b46e934d6f273f3da0888d5032203b314d6d5fea4ee&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>Police said a perimeter was established by officers and the suspect abandoned the vehicle, which rolled into a nearby canal.</p><p>“I saw them, like, abruptly stop. They came zooming from this way and this way. They were trying to corner the guys. I don’t know if they chased him,” Natalie Williams, who lives in the area said. </p><p>The suspect, nor any others, ever entered the water, authorities said.</p><p>Police confirmed that the suspect was taken into custody.</p><p>For Williams, it’s a new day, but the same story.</p><p>“Every other like two months always crime, police activity around here,” she said. “The crime has gotten so, so bad here.” </p><p>No other details were immediately released.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[El Nino powers up as forecasters predict historic strength and a rainier winter for the US South]]></title><link>https://www.local10.com/news/national/2026/07/09/el-nino-powers-up-as-forecasters-predict-historic-strength-and-a-rainier-winter-for-the-us-south/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/07/09/el-nino-powers-up-as-forecasters-predict-historic-strength-and-a-rainier-winter-for-the-us-south/</guid><dc:creator><![CDATA[By SETH BORENSTEIN, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — An intensifying El Nino, nature's heat-releasing thermostat that spikes global temperatures, is heading to historically strong levels, the U.S. National Oceanic and Atmospheric Administration said Thursday.]]></description><pubDate>Thu, 09 Jul 2026 13:02:43 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — An intensifying El Nino, nature's heat-releasing thermostat that spikes global temperatures, is heading to historically strong levels, the U.S. National Oceanic and Atmospheric Administration said Thursday.</p><p>In its monthly update, NOAA said this year's El Nino, a natural warming of the equatorial Pacific that alters weather patterns across the globe, has an 81% chance of becoming “very strong” — the top category available — by fall. It should rank among the most intense El Ninos since the weather agency started tracking them in 1950.</p><p>Its biggest impacts — from droughts to downpours to heat waves — are likely to be most felt in the fall and winter, meteorologists said.</p><p>This El Nino, which formed only last month, already zipped past the weak stage and is now considered moderate with no indications of slowing its strengthening, the government forecast said. Ocean temperatures in key parts of the Pacific that help indicate the El Nino's strength are at or near record highs for this time of year, partly because it comes on top of ocean warming from human-caused climate change, meteorologists said.</p><p>“It's pretty extreme,” said Emily Becker, a University of Miami scientist who works with the NOAA El Nino forecast team. “Not unprecedented, but very unusual.”</p><p>Becker said it will rival the 1997-1998 El Nino, while other meteorologists predict this one could be even stronger. The World Bank said the El Nino that started in 1997 led to 23,000 deaths in weather disasters, increased poverty rates in some countries and cost governments as much as $45 billion.</p><p>“This is not a run-of-the-mill El Nino,” said Daniel Swain, a climate scientist with University of California Agriculture and Natural Resources. Not only is it already breaking records for the time of year, but unlike past super El Ninos, it is on top of considerable background warming from the burning of coal, oil and natural gas. “We might not expect to see the exact same impacts from this event as we have seen in historical ones.”</p><p>A very strong El Nino — based on ocean temperatures in parts of the Pacific — does not translate to even more intense extreme weather, but makes those conditions more likely, Becker said.</p><p>It increases the chances for most of the southern U.S. to be rainier in the winter, Becker said. It also boosts the likelihood of a warmer winter conditions for the northern United States and Canada.</p><p>El Nino usually dampens Atlantic hurricane season. Colorado State University, which pioneered hurricane season forecasts, on Wednesday dramatically reduced its prediction for number of storms “due to increased confidence in a strong or very strong El Nino.” The forecasters predict overall hurricane activity in the Atlantic will be “well below normal.”</p><p>Global impacts made more likely include a drier Indonesia and a warmer and wetter eastern Pacific, Becker said.</p><p>“El Nino also acts as a 'thermostat' for global climate by liberating years’ worth of accumulated heat stored in the subsurface tropical Pacific Ocean and dumping it into the atmosphere, where it eventually dissipates–but not before warming the entire planet in the meantime,” Swain wrote in a blog post.</p><p>Many climate scientists are predicting that 2027 — because of pent up heat — will break the 2024 global high temperature record set by the last strong El Nino.</p><p>“A strong El Nino would raise the odds of dramatic new climate records over the next 6 to 12 months,” said Zack Labe, a climate scientist at Climate Central. It could give a taste of an even warmer world to come, he 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/OVTGDJAJCU5ZB5EHWLEEKDMR5A.jpg?auth=7963cc8a8d231346832d9892df9927351701448f6fdcc49742517919915a02d4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - People cover up from falling rain Dec. 24, 2024, in Dallas. (AP Photo/LM Otero, File)]]></media:description><media:credit role="author" scheme="urn:ebu">LM Otero</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BLUWG2NJGI6VNGKQXS6GSR5S3Y.jpg?auth=b852382bde7a57e22a8bf8a131f4da42ed98d0a6e271207b0489a3ef81258186&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A visitor to the Guam tent uses a fan to cool down while attending the Great American State Fair on the National Mall, July 1, 2026, in Washington. (AP Photo/Nathan Howard, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Nathan Howard</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YGT247NNWXK2G2MCENMYHDWMA4.jpg?auth=dc8e20005a19e1084089010b69f7f7b055b5e46efa66b0d1a9838819aa5747cc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A drought-stressed stalk of wheat lies on a parched field May 16, 2026, near Macksville, Kan. (AP Photo/Charlie Riedel, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Charlie Riedel</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DCMVJ4M77E5PN4UBSECPT6RZDQ.jpg?auth=ce5c612fa964a1a7ee4f40201505b98ae267a720ab350f7f410662b45cc2daa9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Holden Newcomb, 14, cools off in a mister as temperatures hit the mid 90's before a baseball game between the Kansas City Royals and the Tampa Bay Rays, June 30, 2026, in Kansas City, Mo. (AP Photo/Charlie Riedel, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Charlie Riedel</media:credit></media:content></item><item><title><![CDATA[FBI Miami offering $150K reward for fugitive on ‘Most Wanted Fraudster’ list]]></title><link>https://www.local10.com/news/local/2026/07/07/fbi-offering-150k-reward-adding-fugutive-to-most-wanted-fraudster-list/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/07/fbi-offering-150k-reward-adding-fugutive-to-most-wanted-fraudster-list/</guid><dc:creator><![CDATA[David Dwork]]></dc:creator><description><![CDATA[The Federal Bureau of Investigation has added a new fugitive to its Most Wanted Fraudster list.]]></description><pubDate>Tue, 07 Jul 2026 20:09:58 +0000</pubDate><content:encoded><![CDATA[<p>The Federal Bureau of Investigation’s Miami field office <a href="https://www.fbi.gov/wanted/most-wanted-fraudsters/khalid-ahmed-satary" target="_blank" rel="noreferrer" title="https://www.fbi.gov/wanted/most-wanted-fraudsters/khalid-ahmed-satary">has added a new fugitive to its Most Wanted Fraudster list</a>.</p><p><a href="https://www.local10.com/espanol/2026/07/07/fbi-ofrece-recompensa-de-150000-usd-y-agrega-fugitivo-a-la-lista-de-los-mas-buscados-por-fraude/" target="_self" rel="" title="https://www.local10.com/espanol/2026/07/07/fbi-ofrece-recompensa-de-150000-usd-y-agrega-fugitivo-a-la-lista-de-los-mas-buscados-por-fraude/">Leer en español</a></p><p>FBI agents are offering a reward of up to $150,000 for information that leads to the arrest and conviction of Khalid Ahmed Satary. </p><p>According to FBI officials, Satary is wanted for his alleged involvement in a $547 million health care fraud conspiracy that occurred between 2016 and 2019.</p><p>Authorities say during that time, Satary owned and operated several laboratories throughout the U.S. that are accused of billing expensive and medically unnecessary genetic tests to Medicare. </p><p>“Satary allegedly conspired with dozens of patient recruiters, telemarketing call centers, and telemedicine companies to utilize deceptive marketing campaigns and illegal kickbacks and bribes to generate cancer genetic test samples that reimbursed between $10,000 to $20,000 per sample,” the FBI said in a press release. </p><p>FBI officials say that Satary billed Medicare for a total of over $547 million while allegedly paying millions for illegal kickbacks and bribes to doctors and patient recruiters.</p><p>FBI supervisor Freddy Ortiz spoke about Satary on Tuesday in Miami. </p><p>“Satary has ties to Florida, Georgia, Texas and also the area of Israel and Palestine, Jordan and Dubai,” he said. “Any information you have, please contact 1-800-CALL-FBI.”</p><p>Ortiz added that they do not believe Satary poses a threat to public safety. </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/S7ODSLUFYJHWTFA6BUKNGL6NSY.jpg?auth=b645333b12431619e7101683b6e0fc8bac98c95681beedb69e5e07f262e15ac9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Ex-cellphone store employee facing charges over alleged theft, fraud scheme]]></title><link>https://www.local10.com/news/local/2026/07/08/ex-cellphone-store-employee-facing-serious-charges-over-alleged-theft-fraud-scheme/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/08/ex-cellphone-store-employee-facing-serious-charges-over-alleged-theft-fraud-scheme/</guid><dc:creator><![CDATA[David Dwork]]></dc:creator><description><![CDATA[A 29-year-old former cellphone store employee is facing fraud and grand theft charges. ]]></description><pubDate>Wed, 08 Jul 2026 16:33:43 +0000</pubDate><content:encoded><![CDATA[<p>A 29-year-old former cellphone store employee is facing fraud and grand theft charges. </p><p><a href="https://www.local10.com/espanol/2026/07/08/acusan-a-ex-empleado-de-tienda-de-celulares-por-presunto-esquema-de-robo-y-fraude/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/08/acusan-a-ex-empleado-de-tienda-de-celulares-por-presunto-esquema-de-robo-y-fraude/">Leer en español</a></p><p>Deputies with the Miami-Dade Sheriff’s Office said Fernando Guevara-Olvera, of Homestead, worked at Luna Wireless, a T-Mobile authorized retailer, located at 20519 Old Cutler Road, in Cutler Bay. </p><p>According to investigators, Guevara-Olvera was hired in November of 2025 as a sales representative and “developed an excellent reputation among customers” to the point where customers “often refused assistance from other employees because they believed he was the most knowledgeable sales representative at the location.”</p><p>Deputies said Guevara-Olvera “exploited that trust by implementing and continuing a fraudulent scheme over several months.”</p><p>According to MDSO, when customers would upgrade their cellphones and surrender their old ones, Guevara-Olvera would keep the phones instead of properly processing them as trade-in devices, after which he “entered information into T-Mobile’s sales system making it appear that the trade-in had been completed.”</p><p>Investigators then learned that the fraud didn’t stop there, as Guevara-Olvera would activate “unauthorized cellular lines on customer accounts, changing customers’ wireless plans without authorization, and adding additional equipment including Apple iPhones, Apple watches and Apple EarPods,” according to his arrest form. </p><p>Deputies said Guevara-Olvera would tell customers that any billing issues were due to T-Mobile system errors, and that he would even use his personal bank account to apply payments to customers, which “caused customers’ bank account balances to temporarily decrease, leading customers to believe their billing concerns had been resolved,” but after two or three days passed, they said the payments were returned or reversed. </p><p>According to authorities, the fraudulent activity occurred between November 2025 and February 2026. They said Guevara-Olvera resigned from his job on Feb. 28, before any of the fraudulent activity had been discovered. </p><p>Deputies said in the days and weeks that followed, customers began returning to the Old Cutler store in increasing numbers to report the missing credits and billing issues, to the point where management told investigators that “nearly every transaction processed by Guevara-Olvera required manual review and corrective action.”</p><p>It was determined by Luna Wireless that the business sustained customer courtesy-credit losses totaling $15,020.72 and inventory losses totaling $11,769.00 for a total combined documented financial loss attributed to Guevara-Olvera’s actions as $26,789.72, authorities said. </p><p>Members of MDSO’s Organized Crime Bureau said they located Guevara-Olvera on Tuesday and took him into custody without incident. </p><p>According to his arrest form, Guevara-Olvera spoke to detectives and admitted to some of the crimes, but said he believed his former manager was blaming him for things that he was not responsible for despite deputies advising him that the business had provided specific details “itemized by customer, transaction date and affected account.”</p><p>A further alleged admission by Guevara-Olvera was redacted from his arrest form. </p><p>As of Wednesday afternoon, he was being held at the Turner Guilford Knight Correctional Center on charges of grand theft and organized fraud with his bond listed as “to be set.”</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/EXT6GJS3XRER5GSUOXYGMK7QXQ.jpg?auth=910a53749b1bed9d2aaf76bed21ea788b88fdab5d64e17b1304b9514e846fa35&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[US jobless claims dip modestly to 215,000 last week as layoffs remain at historically healthy levels]]></title><link>https://www.local10.com/business/2026/07/09/us-jobless-claims-dip-modestly-to-215000-last-week-as-layoffs-remain-at-historically-healthy-levels/</link><guid isPermaLink="true">https://www.local10.com/business/2026/07/09/us-jobless-claims-dip-modestly-to-215000-last-week-as-layoffs-remain-at-historically-healthy-levels/</guid><dc:creator><![CDATA[By MATT OTT, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — The number of Americans filing for unemployment benefits dipped slightly last week as layoffs in the U.S. remain historically low.]]></description><pubDate>Thu, 09 Jul 2026 13:01:47 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The number of Americans filing for unemployment benefits dipped slightly last week as layoffs in the U.S. remain historically low.</p><p>U.S. applications for jobless aid in the week ending July 4 ticked down by 2,000 to 215,000, the Labor Department reported Thursday. Analysts surveyed by the data firm FactSet forecast 220,000 new applications.</p><p>Weekly filings for unemployment benefits are considered a proxy for layoffs and are close to a real-time indicator of the health of the U.S. job market.</p><p>In its more comprehensive June jobs report last week, the government reported that employers pulled back on hiring in June, adding only 57,000 jobs. That’s less than half the previous month’s total and a sign that companies remain cautious. The unemployment rate dropped to 4.2% from 4.3% in May, though that decline is mostly because many out-of-work people gave up looking for jobs and were no longer counted as unemployed.</p><p>June’s tepid hiring comes after a relative surge in job gains the previous three months, countering concerns that the war in Iran could trip up an already wobbly labor market.</p><p>Weekly jobless aid applications have stabilized in a range mostly between 200,000 and 250,000 since the U.S. economy emerged from the pandemic recession. However, hiring began slowing about two years ago and tapered further in 2025 due to President Donald Trump’s tariffs, his purge of the federal workforce and the lingering effects of high interest rates meant to control inflation.</p><p>Among the companies that have trimmed their workforce recently are Verizon, UPS, Amazon, Disney, Starbucks and Walmart.</p><p>Earlier this week, Microsoft said it was cutting 4,800 jobs, about 2.1% of its global workforce, including a large number of workers at its Xbox video game business.</p><p>Thursday’s layoffs data showed that the four-week moving average of jobless claims, which softens some of the week-to-week swings, fell by 3,750 to 218,750.</p><p>The total number of Americans filing for unemployment benefits for the previous week ending June 27 rose by 8,000 to 1.81 million, also a historically healthy figure.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/BHG2K4S47KLIKENJIOA7ISUWS4.jpg?auth=24b0a3b4ae0e443adbdfab3601c151f89d3a4689983842f3903bfeedc4fbca47&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A help wanted sign is seen outside of a company in Wheeling, Ill., Monday, June 8, 2026. (AP Photo/Nam Y. Huh)]]></media:description><media:credit role="author" scheme="urn:ebu">Nam Y. Huh</media:credit></media:content></item><item><title><![CDATA[Family demands an independent probe after ICE officer fatally shoots a man in Houston]]></title><link>https://www.local10.com/news/2026/07/08/family-demands-an-independent-probe-after-ice-officer-fatally-shoots-a-man-in-houston/</link><guid isPermaLink="true">https://www.local10.com/news/2026/07/08/family-demands-an-independent-probe-after-ice-officer-fatally-shoots-a-man-in-houston/</guid><dc:creator><![CDATA[By LEKAN OYEKANMI, JACK BROOK and JEFFREY COLLINS, Associated Press]]></dc:creator><description><![CDATA[HOUSTON (AP) — A Mexican national fatally shot by an Immigration and Customs Enforcement officer in Houston had no criminal convictions during his decades living in the U.S. and was driving a crew to a homebuilding site when he was killed, his family and a Texas congresswoman said Wednesday.]]></description><pubDate>Thu, 09 Jul 2026 01:20:14 +0000</pubDate><content:encoded><![CDATA[<p>HOUSTON (AP) — A Mexican national fatally shot by an Immigration and Customs Enforcement officer in Houston had no criminal convictions during his decades living in the U.S. and was driving a crew to a homebuilding site when he was killed, his family and a Texas congresswoman said Wednesday.</p><p>Lorenzo Salgado Araujo was working toward securing legal status in the U.S. and knew what to do if stopped by ICE, his son said.</p><p>Federal officials said they were stopping the vehicle in an immigration enforcement operation. Ronaldo Salgado said his father may have been scared that the people in unmarked vehicles were coming to steal the tools he had used for 35 years to build homes so he could send his three American sons to college.</p><p>“He did not deserve to die. He did not deserve to be reduced to a headline of Mexican man shot and killed by ICE. He deserved to live a quiet life as Lorenzo Salgado Araujo, a husband, a father and a job creator for dozens of men who also wanted the American dream,” Salgado said during a news conference.</p><p>The shooting happened Tuesday in Magnolia Park, a neighborhood that has been a hub for Houston’s Mexican American community for a century. On Wednesday night, hundreds of people marched through the neighborhood chanting “ICE out of Houston!”</p><p>Federal officials say their vehicle was rammed but don’t provide evidence</p><p>Salgado Araujo was shot after he ignored commands and attempted to ram an officer who fired his weapon in self-defense, the Department of Homeland Security said Tuesday. ICE officers were targeting him because he was living in the country without legal permission, according to the department, which oversees ICE. The man’s car struck an ICE vehicle, the department added.</p><p>Democratic U.S. Rep. Sylvia Garcia said Salgado Araujo had no criminal convictions.</p><p>Houston firefighters said he was shot in the abdomen. He died at a hospital.</p><p>Three other men appeared to be detained as Salgado Araujo lay moaning on the ground, according to his son, who said one of them was his uncle.</p><p>Daniel Tirado was one of the other men in the van and called his wife briefly to say they were being followed, Tirado’s stepdaughter Juana Degollado told The Associated Press.</p><p>“What he remembers is that an ICE agent shot Lorenzo and the van door was closed,” Degollado said.</p><p>Tirado wasn’t able to contact his family until Wednesday morning, and the call lasted only five minutes, his stepdaughter said. They haven’t been able to get additional information from ICE or the FBI.</p><p>Jose Rojas was also detained, according to his stepdaughter Griselda Silva. The 51-year-old Mexican national had lived in the U.S. for decades without legal status or a criminal record, she said.</p><p>ICE has not released the names of the people detained.</p><p>Federal officials have not released video or images of the shooting or the vehicles. Salgado on Tuesday joined civil rights groups and Democratic officials in urging federal authorities to release all the footage and other information it has on the shooting.</p><p>In several other shootings involving federal officers, initial descriptions by immigration officials have sometimes been contradicted later by video evidence.</p><p>Civil rights groups say ICE can’t be trusted with the investigation</p><p>The federal crackdown has created a country where officers think they can “shoot and explain later,” League of United Latin American Citizens President Roman Palomares said.</p><p>The league offered a $5,000 reward for information and videos from witnesses. Ronaldo Salgado and several civil rights organizations called for an independent investigation. Some begged anyone with videos to not turn them over to ICE.</p><p>Harris County District Attorney Sean Teare said Salgado Araujo’s family and the community deserve the truth, but federal authorities are exclusively handling the investigation.</p><p>ICE and DHS representatives have not responded to repeated requests for additional comment Wednesday.</p><p>Homeland Security Secretary Markwayne Mullin took over the department in March aiming to keep it away from the controversies that marked the tenure of his predecessor, Kristi Noem.</p><p>The shooting was at least the eighth death resulting from an encounter with federal immigration officers since the start of the Trump administration’s immigration crackdown.</p><p>Son says his father worked hard for decades</p><p>Ronaldo Salgado said his mother was told something bad had happened to his dad around 7 a.m. Tuesday. After frantically looking for him at his job site and finding his empty van, he saw a video.</p><p>“I recognized him, not from his appearance but from his voice crying for help as he lay on the street,” Salgado said.</p><p>Salgado Araujo met his wife as a teenager in Mexico. She made his lunch before he left for the day. He would listen to music and pet his dog on his porch, Salgado said.</p><p>Salgado said his dad had started the process of obtaining his work permit.</p><p>“We dotted every I, crossed every T, filled every document, attended every appointment,” Salgado said. ”He was close to obtaining his legal status.”</p><p>Salgado Araujo had biometric scan and fingerprints done earlier this year and had carefully studied what to do if ICE pulled him over.</p><p>“Had my father seen an emblem of ICE or an emblem that says anything about a law enforcement agency, my father would have complied,” his son said.</p><p>Crowd marches in Houston, and Mexico’s president criticizes the killing</p><p>On Wednesday night, a large crowd marched through the city’s streets, with some waving Mexican flags or holding a banner that said “Abolish ICE,” while others held signs with Salgado Araujo’s face on it.</p><p>The crowd started feet from where Salgado Araujo was shot and held a ceremony in his memory and prayer. They also filmed a video for his family of the crowd chanting, “You’re not alone!” Garcia announced that she and other lawmakers sent a letter Wednesday to DHS demanding answers.</p><p>Meanwhile, Mexico’s President Claudia Sheinbaum said Wednesday that the country is “preparing legal measures” over the killing of Salgado Araujo because “we cannot allow the mistreatment of our brothers and sisters in the United States.”</p><p>In April, Sheinbaum expressed concern about the deaths of Mexican nationals in U.S. immigration detention, saying her government would support lawsuits filed by detainees over poor conditions or by the families of those who died. She raised the detainees’ deaths to the Inter-American Commission on Human Rights and said she was considering an appeal to the United Nations.</p><p>___</p><p>Brook reported from New Orleans and Collins from Columbia, South Carolina. Associated Press reporters Hallie Golden in Seattle; Gisela Salomon in Miami; Rebecca Santana in Washington, D.C.; and Ryan J. Foley in Omaha contributed.</p><p>___</p><p>This story has been corrected to show Sheinbaum’s comments about possibly approaching the U.N. were made in April.</p>]]></content:encoded></item><item><title><![CDATA[Arthur Fery's time at Stanford laid the groundwork for his run to the Wimbledon semifinals]]></title><link>https://www.local10.com/sports/2026/07/09/surprise-wimbledon-semifinalist-arthur-fery-developed-his-game-at-stanford-university/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/09/surprise-wimbledon-semifinalist-arthur-fery-developed-his-game-at-stanford-university/</guid><dc:creator><![CDATA[By ANDREW DAMPF, Associated Press]]></dc:creator><description><![CDATA[LONDON (AP) — There's also an American angle to the French-born British player who grew up five minutes from the All England Club and has reached the semifinals as a wild card at Wimbledon.]]></description><pubDate>Thu, 09 Jul 2026 16:38:57 +0000</pubDate><content:encoded><![CDATA[<p>LONDON (AP) — There's also an American angle to the French-born British player who grew up five minutes from the All England Club and has reached the semifinals as a wild card at Wimbledon.</p><p>Arthur Fery honed his game by playing three years of college tennis for Stanford University, where he was a two-time All-American.</p><p>Now he's the first former Stanford player to reach the last four at Wimbledon since John McEnroe's eighth and final Wimbledon semifinal in 1992, when McEnroe was beaten by eventual champion Andre Agassi.</p><p>Stanford University coach Paul Goldstein flew in for the occasion and was watching inside Centre Court when Fery eliminated French Open runner-up Flavio Cobolli in straight sets in the quarterfinals on Wednesday.</p><p>“Arthur always displayed an emotional maturity and a wisdom beyond his years,” Goldstein told The Associated Press. “When I worked with him at school, it always felt like it was as much of a peer-to-peer relationship as it was coach-to-student relationship with a 25-year age gap between us.”</p><p>As a sophomore in 2021-22, Fery became Stanford’s first No. 1 ranked singles player since Bob Bryan nearly quarter century before him.</p><p>Before Fery signed for Stanford, Goldstein came over to see him play in the Wimbledon junior tournament in 2019. Fery reached the third round in singles and the semifinals in doubles.</p><p>“Just a highly intelligent person, certainly plays the game with a high tennis IQ as well,” Goldstein added. “His game was at an elite level from an early age. A very independent thinker, he just approached the game with a high level of professionalism from the time he got to school.”</p><p>Still, Fery’s 58-16 singles record over his three years at Stanford didn’t make anyone think he would make the jump to a Grand Slam contender.</p><p>In what has been labeled a “Ferytale,” Fery faces French Open champion Alexander Zverev on Friday for a spot in the championship match — with Sunday’s final to be played on Fery's 24th birthday.</p><p>Ranked No. 114, Fery is the outlier in the semifinals among No. 1 and defending champion Jannik Sinner — who will meet seven-time Wimbledon champion Novak Djokovic (No. 8) in the other semifinal — and No. 3 Zverev.</p><p>“What you’re seeing on display this week is a level of poise and composure that is beyond words,” Goldstein said. “Pick your superlative and multiply it by 100.”</p><p>Fery is now coached by Jeroen Benard and Benoit Foucher.</p><p>“Full credit to Arthur and his team for what they are accomplishing this year,” Goldstein said. “I am privileged to be an observer. And supporter.”</p><p>Academics led Fery to Stanford</p><p>Fery, who was also an Academic All-American at Stanford, said he selected the school in Palo Alto, California, because of the academics.</p><p>“Because it was going to give me a great backup plan if tennis didn’t work out,” Fery said. “It was just a great mix between academics and a super-strong tennis program.”</p><p>Fery majored in science, technology and society at Stanford.</p><p>“It helped me mature, gave me a bit of time without too much pressure," Fery said. "Just develop personally more than tennis-wise."</p><p>Fery doesn’t need to worry about his tennis career fizzing out anymore. He's the first wild card to reach the men’s singles semifinals at the All England Club since Goran Ivanisevic’s run to the Wimbledon title in 2001.</p><p>Bryan brothers</p><p>Bryan and his identical twin brother, Mike, developed into the sport’s best doubles team after their time at Stanford during the late 1990s. They credit Stanford with preparing Fery to handle the pressures of playing on Centre Court at Wimbledon.</p><p>“When we went to the University of Georgia, there were 6,500 barking dogs eating us alive,” Bob Bryan said. “We went to Spain (for Davis Cup) and played in front of 30,000 in a soccer stadium, it wasn’t that bad. So college tennis prepares you for these environments.”</p><p>The Bryans and Goldstein were teammates at Stanford as players, winning two national championships together. Bob Bryan beat Goldstein in the 1998 NCAA singles final.</p><p>The Bryans — who have a total of four Wimbledon titles between them — got Goldstein a last-minute pass into Wimbledon when he came over.</p><p>“We’ve met Arthur a few times in Palo Alto,” Bob Bryan said. “We compared him a little bit to (former U.S. Open finalist Kei) Nishikori: Same build, beautiful backhand, can change direction. He was a quiet leader at Stanford. But all the players really respected him and they knew his ability. I don’t think it’s a big surprise to anyone that knows Arthur."</p><p>Critical time for college tennis</p><p>Fery’s breakthrough coincides with several college tennis programs being cut in recent months as Division I schools choose to redirect resources to fund direct payments to athletes in football and basketball.</p><p>With elite D1 tennis programs populated by foreigners, there’s also a debate about introducing regulations to reserve spots on teams for American players.</p><p>There were 36 players in this year's men’s and women’s singles at Wimbledon with college experience.</p><p>“This is another validation and example of how college tennis is being played at the highest level,” Goldtsein said. “More and young people are globally seeing this as a viable pathway towards making an impact at the professional game.”</p><p>Added Bob Bryan, “The level is off the charts. There’s definitely a place for college in between the (World Tennis) juniors and pro tennis. I think anyone coming out of the juniors should go test their level collegiately and to see if they’re ready for the pros.”</p><p>___</p><p>AP Sports Writer Ken Maguire contributed.</p><p>___</p><p>This story has been corrected to show that Fery's quarterfinal opponent was Flavio Cobolli.</p><p>___</p><p>AP tennis: https://apnews.com/hub/tennis</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/QY2AX74DCLGC4PWM7CO3PJD7JY.jpg?auth=c3a8ac291c6272718c62c9021570c5c014738e5f8afe4b1f64789129d49a6a38&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Arthur Fery of Britain reacts to winning against Flavio Cobolli of Italy in their quarter-final men's singles match at the Wimbledon Tennis Championships in London, Wednesday, July 8, 2026. (AP Photo/Brian Inganga)]]></media:description><media:credit role="author" scheme="urn:ebu">Brian Inganga</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WGYUVVKVDOZQ2C7NDSDGLQCEJM.jpg?auth=311264718eedd50f2c15696182a4a1c0cf9f91bfcbf85461b89edf234b47b281&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Stanford University men's tennis coach Paul Goldstein poses for a photo on day 11 of the Wimbledon Tennis Championships in London, Thursday, July 9, 2026. (AP Photo/Andrew Dampf)]]></media:description><media:credit role="author" scheme="urn:ebu">Andrew Dampf</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FRRH7WZR3TVRA4EXYOIQESOL34.jpg?auth=c99f53c07034eb1db3ae5af8eb7eea3e80347547b92c42ad00c9562d24013915&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Arthur Fery of Britain reacts to winning against Flavio Cobolli of Italy in their quarter-final men's singles match at the Wimbledon Tennis Championships in London, Wednesday, July 8, 2026. (AP Photo/Maja Smiejkowska)]]></media:description><media:credit role="author" scheme="urn:ebu">Maja Smiejkowska</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/MFXRT3T5BL3IVFVYX4O73M3VRI.jpg?auth=2baab040d97767948a8e97e3023705611f5dfff53ad2fc0c21a14f72bda737d8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Spectators wearing hats to shelter from the sun watch the quarter-final men's singles match between Arthur Fery of Britain and Flavio Cobolli of Italy, on day ten of the Wimbledon Tennis Championships in London, Wednesday, July 8, 2026. (AP Photo/Maja Smiejkowska)]]></media:description><media:credit role="author" scheme="urn:ebu">Maja Smiejkowska</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BX6OLXHMNWIS7AZWYWZ3TEA4C4.jpg?auth=70f737be31e5d3c402e2942c490a3b2fdac31ea470b196bfc78d1f16c331ffba&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Arthur Fery of Britain reacts to winning against Flavio Cobolli of Italy in their quarter-final men's singles match at the Wimbledon Tennis Championships in London, Wednesday, July 8, 2026. (AP Photo/Brian Inganga)]]></media:description><media:credit role="author" scheme="urn:ebu">Brian Inganga</media:credit></media:content></item><item><title><![CDATA[The Latest: After weeks on hold, deal between Israel and Lebanon is progressing, says US official]]></title><link>https://www.local10.com/news/world/2026/07/09/the-latest-after-weeks-on-hold-deal-between-israel-and-lebanon-is-progressing-says-us-official/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/09/the-latest-after-weeks-on-hold-deal-between-israel-and-lebanon-is-progressing-says-us-official/</guid><dc:creator><![CDATA[By The Associated Press, Associated Press]]></dc:creator><description><![CDATA[An American official said Thursday that the U.S.-brokered framework agreement between Israel and Lebanon soon will shift to technical discussions in Rome. The deal had been stagnant for several weeks. The official spoke on the condition of anonymity to discuss sensitive diplomatic details.]]></description><pubDate>Thu, 09 Jul 2026 21:41:44 +0000</pubDate><content:encoded><![CDATA[<p>An American official said Thursday that the U.S.-brokered framework agreement between Israel and Lebanon soon will shift to technical discussions in Rome. The deal had been stagnant for several weeks. The official spoke on the condition of anonymity to discuss sensitive diplomatic details.</p><p>The U.S. launched new airstrikes against Iran hours after President Donald Trump said recent Iranian attacks on ships in the Strait of Hormuz signaled the end of the ceasefire and threatened to escalate the conflict if they didn’t stop. Iran responded by targeting U.S.-allied Kuwait and Qatar and accused the U.S. of striking near its sole nuclear power plant.</p><p>Back-and-forth attacks have repeatedly threatened the ceasefire, but Thursday’s appeared bigger all around. And Trump’s mixed messaging — approving back-to-back military strikes while insisting they don’t mean a return to full-scale war — is fueling uncertainty about what comes next.</p><p>Whether it’s a negotiation tactic or a signal of further escalation, mediators are scrambling to save the interim deal. The inflamed tensions could also spell trouble for Republicans in November’s midterm elections if gas prices stay high.</p><p>Here's the latest:</p><p>How a push to disarm Hezbollah is deepening divisions in Lebanon and raising fears of civil war</p><p>A deal between Lebanon and Israel was billed as paving the way for peace. But in Lebanon, it is deepening longtime divisions and raising fears of political paralysis or even a return to civil war.</p><p>The U.S.-brokered deal envisions an Israeli troop withdrawal from Lebanon and an eventual peace agreement between the two countries — which technically remain in a state of war nearly 80 years after Israel’s establishment. But the agreement says a full Israeli withdrawal will happen only after Hezbollah is disarmed, infuriating the Iran-backed militant group.</p><p>The tensions have stirred up memories of Lebanon’s devastating 1975-1990 civil war and reminded many of more recent clashes between Hezbollah gunmen and pro-government fighters in 2008. They also have raised deep questions over whether the U.S.-brokered deal will be able to get off the ground.</p><p>A resumption of the war between the U.S. and Iran would further complicate the deal’s prospects and raise the risk of renewed conflict between Israel and Hezbollah.</p><p>▶ Read more</p><p>Stocks recover losses, and oil prices ease as calm returns to financial markets worldwide</p><p>Stocks rose, and oil prices eased Thursday as financial markets calmed in the wait to see what will come next after President Donald Trump raised doubts about the temporary truce in the war with Iran.</p><p>The S&P 500 climbed 0.8% and more than recovered its loss from the day before, even though the United States launched new airstrikes against Iran, which responded by targeting U.S. allies in the Middle East. The Dow Jones Industrial Average added 139 points, or 0.3%, and the Nasdaq composite rallied 1.3%.</p><p>In the oil market, prices gave back much of their jumps from the day before. The price for a barrel of Brent crude, the international standard, fell 2.2% to $76.30. That’s down from $78.02 the day before though still above its $71.80 price from the end of last week.</p><p>▶ Read more</p><p>Trump speaks with Netanyahu, and raises ‘security concerns’ about Turkey</p><p>The Israeli prime minister’s office posted on the social platform X that the pair spoke on Thursday and that Netanyahu “raised the severity of the statements made by Turkish President Recep Tayyip Erdogan and his people against the existence of the State of Israel.”</p><p>After this week’s NATO summit in Turkey, Trump indicated he may be ready to have the U.S. sell F-35 fighter jets to Erdogan’s country -- but he also says he’s not yet fully made up his mind.</p><p>Turkey and Israel have acrimonious relations. Netanyahu has urged Trump not to sell the jets to Turkey, saying it would put Israel in danger.</p><p>The statement from Netanyahu’s office also said Trump had updated the prime minister on American moves in the Persian Gulf.</p><p>South Florida’s Palm Beach airport renamed President Donald J. Trump International</p><p>A South Florida airport has officially changed its name to the President Donald J. Trump International Airport.</p><p>Signs for the Palm Beach International Airport have been removed, while new signs were unveiled Thursday.</p><p>“Trump Force One,” a Boeing 757 owned by The Trump Organization, was the first plane to arrive at the airport under its new name, shortly after 5 a.m. The president’s son, Eric Trump, was one of the passengers.</p><p>The Trump family regularly uses the West Palm Beach airport when they visit Trump’s Mar-a-Lago home in nearby Palm Beach. A stretch of road from the airport to Trump’s estate was renamed Donald J. Trump Boulevard earlier this year.</p><p>▶ Read more</p><p>Deal between Israel and Lebanon is moving forward, US official says</p><p>After weeks of stagnation, an American official said Thursday that the U.S.-brokered framework agreement soon will shift to technical discussions in Rome.</p><p>The official, who spoke on the condition of anonymity to discuss sensitive diplomatic details, said “pilot zones” that both sides had agreed to will launch in the coming days while additional zones are mapped out and planned.</p><p>The zones will be where the Israeli military is to turn over control to the Lebanese army after clearing the areas of any Hezbollah presence. U.S. Central Command is coordinating with Israel and Lebanon on the zones, the official said.</p><p>The dates of the meetings and the location of the zones were not yet clear. A State Department spokesperson said they were not previewing those details yet.</p><p>— Farnoush Amiri</p><p>Iran’s foreign minister speaks to regional leaders about the escalating tensions with the US</p><p>Abbas Araghchi said on his Telegram channel on Thursday that he spoke with the foreign ministers of Saudi Arabia, Turkey and Oman. He also spoke with Pakistan’s army chief, Field Marshal Asim Munir, who has been one of the main mediators in the war.</p><p>Araghchi repeated Iran’s assertion that the U.S. has violated the interim peace deal reached last month. The U.S. says Iran violated the deal by firing on commercial ships in the Strait of Hormuz.</p><p>The diplomatic outreach suggested efforts may be underway to reduce tensions.</p><p>Tarps go up as part of Trump’s restoration project to the front of the White House</p><p>Crews have draped tarps over the towering stone columns on the north side of the White House, where work is underway to scrape away decades of paint.</p><p>The new tarps on the building’s façade are partially see-through. They feature images of columns designed to cover the actual ornate stone columns beneath.</p><p>Scaffolding went up several days ago for work on the columns. It is the latest in dozens of projects Trump has led to remake the White House to his own tastes – including a massive ballroom and helipad on the South Lawn.</p><p>The White House hasn’t provided details on what is being done to the columns or how much it will cost. But Trump said on Monday: “We’ve taken about 150 years of paint off of the columns” and added that, “If you don’t strip the paint off, it gets worse and worse and worse.”</p><p>Ships are still going through the Strait of Hormuz but the situation remains volatile</p><p>Bridget Diakun, senior risk and compliance analyst for maritime data company Lloyd’s List Intelligence, said in a news briefing that ships were still passing through the strait as of Wednesday, but Lloyd’s is still reviewing the numbers since some passages are “dark,” when ships stop broadcasting signals that show their location.</p><p>“The situation does remain really volatile,” she said.</p><p>Lloyd’s List Intelligence said preliminary data shows there were at least 576 transits in June, up from 233 in May, but down from 3,131 in June 2025.</p><p>Non-Iranian traffic in June included 264 outbound vessels and 137 inbound ships.</p><p>Outbound ships included bulkers, crude oil tankers and product tankers. Inbound ships included crude oil tankers, product tankers, bulk carriers and gas carriers.</p><p>In June, there was an even split between “dark” transits and online transits that broadcast their locations.</p><p>Germany reaches a deal with the US to buy long-range Tomahawk missiles, Merz says</p><p>German Chancellor Friedrich Merz said the agreement on the long-range cruise missiles, which are used to strike targets deep inside enemy territory, was reached this week on the sidelines of the NATO summit  in Turkey’s capital, Ankara.</p><p>“This will close an important strategic gap in our defense, and at the same time, we will work to develop our own European systems and station them in Europe,” Merz told parliament after returning from the two-day summit.</p><p>The deal struck with the Trump administration amounts to broader export of American know-how to some of its major allies in Europe, whose security posture has been upended by Russia’s full-scale invasion of Ukraine.</p><p>▶ Read more</p><p>Former Olympian pleads not guilty in Reflecting Pool damage case after Trump alleged vandalism</p><p>The former Olympic canoe racer pleaded not guilty 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 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>Trump ordered a multimillion-dollar renovation of the Reflecting Pool ahead of the nation’s 250th anniversary this month, but the project has been plagued with problems. Workers have used chemicals to curtail an algae bloom. Trump has said the pool 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.</p><p>▶ Read more</p><p>Ukraine says its Patriot production will take months</p><p>During Wednesday’s meeting with Ukrainian President Volodymyr Zelenskyy on the sidelines of the NATO summit in Turkey, Trump said the U.S. will meet a longstanding request from Ukraine and give it a license to make the Patriot air defense systems. He also praised Zelenskyy for doing “an amazing job” — a sharp change in tone from past criticisms of the Ukrainian leader.</p><p>But setting up domestic production of the mobile, surface-to-air systems will take many months, said Serhii Beskrestnov, an adviser to Ukraine’s defense minister.</p><p>A production license would typically come with technical process documentation, training for specialists, supplier contacts and foreign consultants to help launch manufacturing, Beskrestnov wrote on the Telegram messaging app.</p><p>The main obstacle would be time, rather than Ukraine’s technical or organizational capacity, he added.</p><p>Eswatini receives 11 people deported from the US as part of migration crackdown</p><p>The southern African kingdom of Eswatini has accepted a fourth group of people deported from the United States under a bilateral agreement to host third-country nationals, with 11 people arriving this week, the government said Thursday.</p><p>Acting government spokesperson Thabile Mdluli said the group, predominantly from African countries, would remain in the kingdom temporarily while their rights were protected.</p><p>“The government reaffirms that, during their temporary stay in the Kingdom, the fundamental rights of the third-country nationals will be respected and protected in accordance with the laws of the Kingdom of Eswatini and the Kingdom’s international obligations,” Mdluli said in a statement.</p><p>Under a series of often-secret agreements that are part of a broad U.S. crackdown on immigration, the Trump administration has deported thousands of people to nearly two dozen countries that are not their own, advocates say.</p><p>▶ Read more</p><p>Global markets are mixed and oil prices rise as Iran and US launch new attacks</p><p>Futures for the S&P 500 rose 0.1% before the opening bell Thursday, while futures for the Dow Jones Industrial Average fell 0.1%. Nasdaq futures were up 0.5%.</p><p>Oil prices inched up again Thursday, with Brent crude, the international standard, rising 64 cents to to $78.66 per barrel. It briefly topped $80 on Wednesday. Before the Iran war began, Brent oil was trading at around $72 a barrel. Earlier optimism over an interim peace deal recently brought it back to prewar levels.</p><p>Benchmark U.S. crude rose 54 cents to $74.06 a barrel.</p><p>▶ Read more</p><p>New attacks raise questions about what comes next in the Iran war</p><p>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 continued attacks don’t 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’s 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.</p><p>▶ Read more</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/WCVNJHMFU7A4RH5L6T4GIW5SJM.jpg?auth=24f0a066fd0b521623a95824a9f8aed2a36c1a170c50ec4876d4dc659299573e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump 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><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><media:content url="https://www.local10.com/resizer/v2/XJDFBLWCT7N54KTMXMTPMPSMCY.jpg?auth=471abc1a4ab70251e526071e2d04668394a5073cc1671824b2be56e9f34e0cd4&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></channel></rss>