<?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 14:43:07 +0000</lastBuildDate><language>en</language><ttl>1</ttl><sy:updatePeriod>hourly</sy:updatePeriod><sy:updateFrequency>1</sy:updateFrequency><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>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[Child 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[A child was airlifted to a trauma center after reportedly falling from a building Thursday morning in North Miami Beach, first responders confirmed. ]]></description><pubDate>Thu, 09 Jul 2026 14:13:39 +0000</pubDate><content:encoded><![CDATA[<p>A child was airlifted to a Broward County trauma center after a reported “long fall” Thursday morning in North Miami Beach, first responders confirmed. </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 fallen 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 child’s age, gender, identity or condition and have not confirmed how many floors the child fell.</p><p>Authorities 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[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[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[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>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[US home prices hit an all-time high as sales slow and mortgage rates rise]]></title><link>https://www.local10.com/news/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/news/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 prospective homebuyers' affordability challenges.]]></description><pubDate>Thu, 09 Jul 2026 14:19:12 +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 prospective homebuyers' affordability challenges.</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, fueling expectations of higher inflation amid surging crude oil prices. 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>“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>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>]]></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[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[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[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 14:32:46 +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 multi-million 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>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>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>Dozens of supporters, many carrying homemade signs, gathered outside the courthouse and chanted “Davey!” as Hearn left after the hearing.</p><p>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>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>The pool's renovation has been riddled 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. U.S. Attorney Jeanine Pirro, the top federal prosecutor for the District of Columbia, 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>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/2IVGFYO5OGIWGJLZEVPRAEK7QM.jpg?auth=3e79a4028a1ebbe8c3475f9edbb486e13da1b45d62921548644e9b268a73ee8f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The Washington Monument, reflected in the Lincoln Memorial Reflecting Pool, is seen behind fencing, Thursday, June 25, 2026, in Washington. (AP Photo/Carolyn Kaster)]]></media:description><media:credit role="author" scheme="urn:ebu">Carolyn Kaster</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QWYTVXQOFFJQFCU7KERVKPKUZI.jpg?auth=eaab71993ff9d475dd49f6c95fa6be1b022cceaecd21157232fff846dff34f5a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Workers pick up trash along the Lincoln Memorial Reflecting Pool, Tuesday, July 7, 2026, in Washington. (AP Photo/Mark Schiefelbein)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark Schiefelbein</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ZFEEBQCGSUUNUET7WDW42Z2EUY.jpg?auth=a59bfc37de99fdd2a27965e7100956f0dfc279ba24da73935a168ab9ce3d1537&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Visitors on the National Mall walk around the Reflecting Pool, between the Lincoln Memorial and the Washington Monument, Thursday, June 25, 2026, in Washington. (AP Photo/Manuel Balce Ceneta)]]></media:description><media:credit role="author" scheme="urn:ebu">Manuel Balce Ceneta</media:credit></media:content></item><item><title><![CDATA[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[Surprise Wimbledon semifinalist Arthur Fery developed his game at Stanford University]]></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 12:45:20 +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: Trump launches new strikes on Iran after saying ceasefire is over]]></title><link>https://www.local10.com/news/2026/07/09/the-latest-trump-launches-new-strikes-on-iran-after-saying-ceasefire-is-over/</link><guid isPermaLink="true">https://www.local10.com/news/2026/07/09/the-latest-trump-launches-new-strikes-on-iran-after-saying-ceasefire-is-over/</guid><dc:creator><![CDATA[By The Associated Press, Associated Press]]></dc:creator><description><![CDATA[The U.S. launched new airstrikes against Iran early Thursday, 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.]]></description><pubDate>Thu, 09 Jul 2026 14:29:22 +0000</pubDate><content:encoded><![CDATA[<p>The U.S. launched new airstrikes against Iran early Thursday, 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.</p><p>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, including on Wednesday, 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>Here's the latest:</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>In June, there were 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><item><title><![CDATA[Video released of Miami-Dade gym beating by fitness influencer Wes Watson]]></title><link>https://www.local10.com/news/local/2026/07/08/video-released-of-miami-dade-gym-beating-by-fitness-influencer-wes-watson/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/08/video-released-of-miami-dade-gym-beating-by-fitness-influencer-wes-watson/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[Surveillance video was released Wednesday by the Miami-Dade State Attorney’s Office of fitness influencer Wes Watson beating another man inside a Miami-Dade County gym in December 2024.]]></description><pubDate>Wed, 08 Jul 2026 18:50:57 +0000</pubDate><content:encoded><![CDATA[<p>Surveillance video was released Wednesday by the Miami-Dade State Attorney’s Office of fitness influencer Wes Watson beating another man inside a Miami-Dade County gym in December 2024.</p><p><a href="https://www.local10.com/espanol/2026/07/08/difunden-video-de-golpiza-en-gimnasio-de-miami-dade-por-influencer-de-fitness-wes-watson/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/08/difunden-video-de-golpiza-en-gimnasio-de-miami-dade-por-influencer-de-fitness-wes-watson/">Leer en español</a></p><p>Watson, 42, <a href="https://www.local10.com/news/local/2026/07/02/fitness-influencer-pleads-guilty-in-miami-dade-gym-beating/" target="_self" rel="" title="https://www.local10.com/news/local/2026/07/02/fitness-influencer-pleads-guilty-in-miami-dade-gym-beating/">pleaded guilty last Thursday </a>to aggravated battery in connection with the violent confrontation on Dec. 29, 2024, at Elevation Fitness on North Miami Avenue.</p><p>According to arrest documents, Watson told responding officers he was working out when the victim approached him and said he wanted to fight. </p><p>Surveillance video from inside the gym captured Watson beating the victim with his weightlifting belt. The video also appears to show a couple other men joining in on the attack. </p><p>“Next time I’m going to kill that mother****er, straight up,” Watson is hearing telling responding police officers in bodycam footage, also released Wednesday. “Because I’m sick of this shit, like me defending myself. Even having to f***ing sit here right now. You know how pissed off I am that I get attacked in the f***ing gym and this is f***ing happening?”</p><p><b>WARNING: The following video contains explicit language. Viewer discretion is advised.</b></p><p>“I’ve got respect for you guys, but f*** that,” Watson continued. “You guys saw a mother****er attack me and I’m sitting here like I’m in f***ing trouble. I’m leaving.” </p><p>As part of the plea agreement, prosecutors offered Watson a sentence of 21 months in prison, including time already served, followed by seven years of probation and mental health treatment.</p><p>During last Thursday’s hearing, Watson’s attorney argued the circumstances leading up to the fight were unusual.</p><p>“There’s been a lot that’s been argued in this case about stand your ground,” defense attorney Eric Clayman said. “What’s unique is you have an alleged victim that sought somebody out because of his presence online. This guy bought a plane ticket, came through New Jersey, showed up at the gym for the sole purpose of confronting Mr. Watson. That turned into something else.”</p><p>Records show that Watson is a convicted felon and is also facing multiple unrelated criminal charges in Broward County, including charges of felony battery, aggravated assault, witness tampering and allegations related to <a href="https://www.local10.com/news/local/2026/03/23/video-shows-domestic-violence-arrest-of-fitness-influencer-wes-watson/" rel="" title="https://www.local10.com/news/local/2026/03/23/video-shows-domestic-violence-arrest-of-fitness-influencer-wes-watson/">domestic violence involving his girlfriend.</a></p><p>Watson is scheduled to return to court on July 27 for sentencing in the Miami-Dade case.</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[Families raise concerns about conditions inside downtown Miami federal detention facility]]></title><link>https://www.local10.com/news/local/2026/07/08/families-raise-concerns-about-conditions-inside-downtown-miami-federal-detention-facility/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/08/families-raise-concerns-about-conditions-inside-downtown-miami-federal-detention-facility/</guid><dc:creator><![CDATA[Christian De La Rosa]]></dc:creator><description><![CDATA[Local 10 News is looking into serious concerns being raised over conditions at the Federal Detention Facility in downtown Miami.]]></description><pubDate>Wed, 08 Jul 2026 20:38:24 +0000</pubDate><content:encoded><![CDATA[<p>Local 10 News is looking into serious concerns being raised over conditions at the Federal Detention Facility in downtown Miami.</p><p><a href="https://www.local10.com/espanol/2026/07/08/familias-expresan-preocupacion-por-las-condiciones-dentro-del-centro-federal-de-detencion-del-centro-de-miami/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/08/familias-expresan-preocupacion-por-las-condiciones-dentro-del-centro-federal-de-detencion-del-centro-de-miami/">Leer en español</a></p><p>The facility is where, according to families, dozens of immigrants who were previously held at Alligator Alcatraz are now being detained.</p><p>Local 10 News has received multiple messages from families of immigrants detained there. One detainee also called the station from inside the facility.</p><p>The man said detainees have gone without air conditioning during the summer heat.</p><p>Judith Castellanos said her husband, Marlon Cervelo, is one of dozens of detainees who were transferred to the facility after Alligator Alcatraz recently shut down.</p><p>She said detainees have had to sleep in their underwear because of the heat.</p><p>Another woman named Annett said her husband, Daikel Dumont, who was also previously held at the detention facility in the Everglades, is now at the downtown Miami facility as well.</p><p>She said the lack of air conditioning is not her only concern.</p><p>According to Annett, detainees are drinking water from the metal sinks in their cells.</p><p>Families also raised concerns about cockroaches inside the facility.</p><p>Local 10 News reached out to U.S. Immigration and Customs Enforcement, but a spokesperson was unable to answer questions.</p><p>The Federal Bureau of Prisons provided the following statement:</p><p>“FDC experienced a problem with one of its chillers that supplies air conditioning to the facility. The facilities department immediately identified the issue and began repairs. The AC malfunction has since been rectified, and the AC continues to function as intended.”</p><p>A 2020 infrastructure report shows the facility has experienced air conditioning issues for years.</p><p>Local 10 News cameras found a portable chiller unit outside the facility that was running. A Bureau of Prisons spokesperson later confirmed it has been there for three years to help cool the facility.</p><p>One family member described the detention center as “another Alcatraz.”</p><p>When asked how the conditions compared to what her husband had described at Alligator Alcatraz, Annett said he told her the downtown Miami facility is worse.</p><p>Families said they want detainees to be treated humanely.</p><p>“They’re human and they’re not being treated as human,” Annett said.</p><p>Asked about her biggest fear, she said she is afraid something will happen to her husband while he is inside the facility and that no one will be held accountable.</p><p>The Federal Detention Center houses more than just ICE detainees.</p><p>Data obtained by Local 10 News from the Bureau of Prisons showed that just over 1,300 inmates are currently being held at the facility.</p><p>Regarding concerns about access to water, a Bureau of Prisons spokesperson said the facility experienced a water pressure issue last week. While it was being resolved, inmates were provided bottled water.</p><p>As for the reports of cockroaches, the spokesperson said the agency would not comment on anecdotal accusations, but added that the facility has a pest control service.</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[Ho, ho, hot: Santas gather for a summer celebration]]></title><link>https://www.local10.com/news/weird-news/2026/07/09/at-denmarks-world-santa-congress-festive-spirit-isnt-just-for-christmas/</link><guid isPermaLink="true">https://www.local10.com/news/weird-news/2026/07/09/at-denmarks-world-santa-congress-festive-spirit-isnt-just-for-christmas/</guid><dc:creator><![CDATA[By JAMES BROOKS, Associated Press]]></dc:creator><description><![CDATA[AALBORG, Denmark (AP) — While Europe's still in the throes of summer heat, it’s beginning to look a lot like Christmas in the Danish city of Aalborg.]]></description><pubDate>Thu, 09 Jul 2026 13:26:22 +0000</pubDate><content:encoded><![CDATA[<p>AALBORG, Denmark (AP) — While Europe's still in the throes of summer heat, it’s beginning to look a lot like Christmas in the Danish city of Aalborg.</p><p>Dozens of Santas, Mrs. Clauses and elves from around the world have descended on Denmark's fourth-largest city for the Nordic nation’s annual World Santa Claus Congress, a colorful midsummer tradition for decades.</p><p>First staged at an amusement park near Copenhagen in 1957, the congress moved to Aalborg on Denmark’s Jutland peninsula two years ago. This year, the Santa suits looked a little stifling under the Danish summer sun.</p><p>The event, which marks its 70th anniversary next year, was created to entertain children, but became a popular gathering for Santas who appear in stores and shopping malls during the Yuletide season.</p><p>The gathering offers a chance for professional Santas — not the real one, of course! — to swap stories, compare beards, sharpen their craft and compete in lighthearted contests months before anyone checks naughty-or-nice lists for the Christmas rush.</p><p>The packed agenda features events like gingerbread eating, gift wrapping, balloon modeling, and several noisy parades.</p><p>“The grandmas say: ‘Oh, it’s too early to come here’," said organizer Peter Gislund, himself a Santa Claus in Aalborg during the Christmas season. “The kids say: 'Hooray! Santa’s here already'.”</p><p>Christmas as a state of mind, not just a season</p><p>Over the years, the annual four-day gathering has attracted Santas and Mrs. Clauses from as far away as Australia, Hong Kong, Canada and the United States.</p><p>Most of the three dozen or so Santas and Mrs. Clauses at the congress this week hail from Scandinavia, but some flew in — like Paradise Yamamoto from Tokyo.</p><p>“This is very fun, so many children … Ho, ho, ho!” said Yamamoto with a laugh after parading through Aalborg waving a Japanese flag and dancing to the song "Feliz Navidad” — one of many Christmas classics played during the event.</p><p>Robert Hercz, a 64-year-old Norwegian Santa from Oslo, said that despite their different nationalities, all Santas on hand share “a gene” — for generosity and spreading joy.</p><p>“You have it or you don’t,” said Hercz, who was attending the congress for the first time. “We have the true Santa spirit. And it’s all about giving, sharing, and putting a little bit of joy in people’s hearts.”</p><p>It’s not all ho-ho-ing and belly rubs.</p><p>“When Santas are together, they always mingle and talk a little bit,” said Gislund. “Maybe I put a little bit of sparkle in the beard and so on. That’s the good part of meeting some Santas from all over the world.”</p><p>For Simon Brøns, a 33-year-old Danish Santa, the event is proof that the festive spirit isn’t just for Christmas.</p><p>“Christmas is not a season. It’s a feeling you have in your stomach," he said with a smile. "So if you want, you can have Christmas the whole year.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/O3YPQ4VITCVGNLSQ7B3JSNYZLY.jpg?auth=8b3db85cb7520592397aff60344dbc52c177d9473aaf98c3e4ef8916fb867e00&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Santas, Mrs. Clauses and Christmas elves from around the world pose for a photo at the annual World Santa Claus Congress, a colorful midsummer tradition, in Aalborg, Denmark, Wednesday July 8, 2026. (AP Photo/James Brooks)]]></media:description><media:credit role="author" scheme="urn:ebu">James Brooks</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/2WQ4K2L3UDODHLFPBEIFXZSXHQ.jpg?auth=203a8e2ad1c8829079baef3f6fdc2134de60e7984e02d3291cafee59a59583a7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Robert Hercz, a 64-year-old Santa Claus performer from Oslo, Norway, right, pose with an unidentified Santa Claus performer for a photo at the annual World Santa Claus Congress, a colorful midsummer tradition, in Aalborg, Denmark, Wednesday July 8, 2026. (AP Photo/James Brooks)]]></media:description><media:credit role="author" scheme="urn:ebu">James Brooks</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/E3AMGWO2V7ZRIRIC7BAPKS7SXI.jpg?auth=38149a133f5777a674da29aac4d4d4042c27b7e5c449f3e2df247d3f23681b9b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Santas, Mrs. Clauses and Christmas elves from around the world take part in a parade through the streets of Aalborg Denmark, Wednesday July 8, 2026 during the annual World Santa Claus Congress. (AP Photo/James Brooks)]]></media:description><media:credit role="author" scheme="urn:ebu">James Brooks</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/R6OGG3D5QI6ZMUGUXVRZVH6HBY.jpg?auth=01176029f76d97d044a149234982f0238a9920dbc5a040001dea4c076e81448c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Paradise Yamamoto, a Santa Claus performer from Tokyo, left, and Peter Gislund, a 57-year-old Santa Claus performer from Aalborg, take a selfie during the annual World Santa Claus Congress, a colorful midsummer tradition, in Aalborg, Denmark, Wednesday July 8, 2026. (AP Photo/James Brooks)]]></media:description><media:credit role="author" scheme="urn:ebu">James Brooks</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/J2JH4VQQN32BRJNK5G5UDCTL2Q.jpg?auth=b1f49dc0d890bc6ca043f916b25cdc1ee4ab7734ef2d8f406a65a598ffdaf5f5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A Santa Claus and Christmas elve performer wave into the camera during the annual World Santa Claus Congress, a colorful midsummer tradition, in Aalborg, Denmark, Wednesday July 8, 2026. (AP Photo/James Brooks)]]></media:description><media:credit role="author" scheme="urn:ebu">James Brooks</media:credit></media:content></item><item><title><![CDATA[Forecasters lower predictions for the 2026 Atlantic Hurricane Season]]></title><link>https://www.local10.com/weather/hurricane/2026/07/08/forecasters-lower-predictions-for-the-2026-atlantic-hurricane-season/</link><guid isPermaLink="true">https://www.local10.com/weather/hurricane/2026/07/08/forecasters-lower-predictions-for-the-2026-atlantic-hurricane-season/</guid><dc:creator><![CDATA[Michael Lowry]]></dc:creator><description><![CDATA[Hurricane experts at Colorado State University (CSU) – the team that pioneered seasonal hurricane outlooks back in the 1980s – issued their July update Wednesday morning, revising earlier predictions for the 2026 Atlantic hurricane season downward for a second time since their initial forecast in April.]]></description><pubDate>Wed, 08 Jul 2026 15:14:17 +0000</pubDate><content:encoded><![CDATA[<p>Hurricane experts at Colorado State University (CSU) – the team that pioneered seasonal hurricane outlooks back in the 1980s – issued their July update Wednesday morning, revising earlier predictions for the 2026 Atlantic hurricane season downward for a second time since their initial forecast in April.</p><p>The forecast team, led by Dr. Phil Klotzbach, now predicts 2026 could rival some of the least active seasons this century, and its bottom-line forecast for Accumulated Cyclone Energy or ACE – the seasonal scorecard that considers the overall strength and duration of storms – would be the third lowest in 30 years if it materializes, behind only the well-below-average 2013 and 1997 hurricane seasons.</p><p>The team calls for 4 hurricanes, but only one major (Category 3 or stronger) hurricane this season. Over the past three decades, only the 1997 and 2013 seasons ended with fewer than two major hurricanes. 2013 is the only hurricane season since 1994 to record no Category 3 or stronger hurricanes.</p><p>No Atlantic hurricane season in the reliable records (since 1950) has gone hurricane-less and generally two hurricanes is the floor, even for the least active seasons. The most active seasons like 2005 and 2020 have recorded as many as 15 hurricanes in a single season (15 and 14 hurricanes respectively in 2005 and 2020).</p><p>The lower overall numbers suggest lower chances of a U.S. hurricane hit this season, but the below-average forecast certainly doesn’t let the U.S. off the hook. Even in very inactive hurricane seasons, big hurricanes can strike (see Hurricane Andrew in 1992 for a South-Florida-specific example). That said, overall odds of at least one major (Category 3 or stronger) hurricane making landfall in the continental U.S. are cut by more than half this year – from 43% in a typical season to 17% in 2026.</p><p><b>Playing by El Niño’s rules</b></p><p>If you’ve read any of our newsletters in recent weeks, the lower predictions shouldn’t come as a surprise. The driving factor behind the downward predictions is increasing confidence that we’ll have a strong to very strong El Niño in place for the peak months of the season, which will keep storm-busting wind shear high, especially in the western part of the tropical Atlantic where hurricanes often hit their stride.</p><figure><img src="https://www.local10.com/resizer/v2/LAPKCKKKXBHLHND6MREKHYGGAM.PNG?auth=f332a8e49ea8e90946f943140203a26516a335a8b81dfd0f10fd8eb96c219a81&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>Long-range seasonal forecast models can struggle with El Niño predictions during the spring months but that wasn’t the case in 2026. If anything, forecast models seem to have underdone forecasts out of the gate, and El Niño conditions are already transitioning from moderate to strong levels, with additional strengthening expected into the fall and winter, when El Niño traditionally peaks.</p><figure><img src="https://www.local10.com/resizer/v2/PHQJRWEZENBS5AKDKGDVZRUZFM.png?auth=d8919de7e9dd0391c80c995eb23189d2abecdf79ccfdc334b519f8947d63eec0&smart=true&width=1200&height=900" alt="Percent chance of El Niño conditions for overlapping 3-month periods from all available seasonal forecast models beginning with June-July-August 2026 (JJA, left-most bar) through February-March-April 2027 (FMA, right-most bar). Deep red colors indicate odds of a very strong El Niño. Forecast models show a 96% chance of a strong to very strong El Niño for the peak months of the Atlantic hurricane season (August-September-October or ASO 2026). Credit: Zeke Hausfather/The Climate Brink" height="900" width="1200"/><figcaption>Percent chance of El Niño conditions for overlapping 3-month periods from all available seasonal forecast models beginning with June-July-August 2026 (JJA, left-most bar) through February-March-April 2027 (FMA, right-most bar). Deep red colors indicate odds of a very strong El Niño. Forecast models show a 96% chance of a strong to very strong El Niño for the peak months of the Atlantic hurricane season (August-September-October or ASO 2026). Credit: Zeke Hausfather/The Climate Brink</figcaption></figure><p><b>Nada for the near future</b></p><p>Mum’s the word across the tropical Atlantic for the foreseeable future. We’re seeing one of the biggest dust outbreaks of the season so far, and as we discussed in Tuesday’s newsletter, wind shear will stay prohibitively high for the next few weeks.</p><figure><img src="https://www.local10.com/resizer/v2/237Y2NZEPVCONBKBLY2RED644Y.PNG?auth=b29be52232b929660ff69344cf57f67fa87f23b82ed3cb626df0bcd41dc7d040&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>The only dark horse development contender isn’t until the end of next week with a frontal low off the Carolinas. Models keep those odds very low (less than 10%), and it’s not anything we need to be concerned with for now.</p><figure><img src="https://www.local10.com/resizer/v2/5VPDQBB2IZHILFCSZ4JAYDOQRM.png?auth=e1f6854b8e17f5822f57277da53dc709187e4817abe61d2c8851a6f10a9326ab&smart=true&width=1200&height=900" alt="Probability of a tropical system passing to within about 125 miles of a given location through Monday, July 20th, 2026, based on Google’s DeepMind 1,000-member machine learning-based ensemble system. The only development contender the models sees is off the east coast with an initially non-tropical frontal low. For now, development odds remain very low (less than 10%). Credit: Deelan Jariwala" height="900" width="1200"/><figcaption>Probability of a tropical system passing to within about 125 miles of a given location through Monday, July 20th, 2026, based on Google’s DeepMind 1,000-member machine learning-based ensemble system. The only development contender the models sees is off the east coast with an initially non-tropical frontal low. For now, development odds remain very low (less than 10%). Credit: Deelan Jariwala</figcaption></figure><p><!-- Local 10 Hurricane Resources (compact, aligned, no overlap) -->
<div class="l10-hurribox" role="complementary" aria-label="Local 10 Hurricane Resources">
  <style>
    /* Prevent width calc overflow across the component */
    .l10-hurribox, .l10-hurribox * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  <!-- Decorative wave -->
  <div class="l10-wave" aria-hidden="true">
    <svg viewBox="0 0 1200 120" preserveAspectRatio="none">
      <defs>
        <linearGradient id="l10-ocean" x1="0" x2="0" y1="0" y2="1">
          <stop offset="0" stop-color="#3b78c2" stop-opacity=".85"/>
          <stop offset="1" stop-color="#0b2747" stop-opacity=".95"/>
        </linearGradient>
      </defs>
      <path d="M0,40 C150,90 350,-10 600,40 C850,90 1050,10 1200,40 L1200,120 L0,120 Z" fill="url(#l10-ocean)">
        <animate attributeName="d" dur="9s" repeatCount="indefinite"
          values="
          M0,40 C150,90 350,-10 600,40 C850,90 1050,10 1200,40 L1200,120 L0,120 Z;
          M0,35 C150,80 350,0 600,35 C850,80 1050,0 1200,35 L1200,120 L0,120 Z;
          M0,40 C150,90 350,-10 600,40 C850,90 1050,10 1200,40 L1200,120 L0,120 Z"/>
      </path>
    </svg>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/PEODORNLRNF2VJVWMRJ7YOEE3E.PNG?auth=82771554b7ba617c4f27c0db608ab563a23d526f82610f1c7b76c92becc65d0b&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"/></item><item><title><![CDATA[Magician brings ‘Magic Parlour’ to the Magic City for intimate Arsht Center show]]></title><link>https://www.local10.com/entertainment/2026/07/08/magician-brings-magic-parlour-to-the-magic-city-for-intimate-arsht-center-show/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/07/08/magician-brings-magic-parlour-to-the-magic-city-for-intimate-arsht-center-show/</guid><dc:creator><![CDATA[Jason Carter]]></dc:creator><description><![CDATA[He’s bringing magic to the Magic City.]]></description><pubDate>Thu, 09 Jul 2026 02:50:09 +0000</pubDate><content:encoded><![CDATA[<p>He’s bringing magic to the Magic City.</p><p>Magician Dennis Watkins is bringing his world-renowned “<a href="https://www.arshtcenter.org/tickets/2025-2026/arsht-presents/dennis-watkins-the-magic-parlour/" target="_self" rel="" title="https://www.arshtcenter.org/tickets/2025-2026/arsht-presents/dennis-watkins-the-magic-parlour/">Magic Parlour</a>” to Miami for an intimate engagement at the Arsht Center.</p><p>This isn’t the typical birthday party magician as Dennis is a master of the sleight of hand and mentalism, or mind reading. It truly is an art that takes years of practice and commitment to master.</p><p>For Dennis, his show always begins with an intention.</p><p>Local 10’s Jason Carter spoke to Dennis about what people can expect to see at the show. You can learn more in the video above.</p><p><a href="https://www.arshtcenter.org/tickets/2025-2026/arsht-presents/dennis-watkins-the-magic-parlour/" target="_self" rel="" title="https://www.arshtcenter.org/tickets/2025-2026/arsht-presents/dennis-watkins-the-magic-parlour/">Click here</a> for ticket information. </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[Local 10’s Eric Yutzy joins many South Floridians making rare blood donations for teen with painful disease]]></title><link>https://www.local10.com/news/local/2026/07/08/local-10s-eric-yutzy-joins-many-south-floridians-making-rare-blood-donations-for-teen-with-painful-disease/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/08/local-10s-eric-yutzy-joins-many-south-floridians-making-rare-blood-donations-for-teen-with-painful-disease/</guid><dc:creator><![CDATA[Liane Morejon]]></dc:creator><description><![CDATA[Last week, Local 10 News first reported on Gigi Felix, an 18-year-old with an aggressive form of sickle cell disease.]]></description><pubDate>Wed, 08 Jul 2026 22:08:37 +0000</pubDate><content:encoded><![CDATA[<p>Last week, <a href="https://www.local10.com/health/2026/07/03/south-florida-teen-urgently-needs-rare-lifesaving-blood-match-as-she-battles-painful-disease/" target="_blank" rel="noreferrer" title="https://www.local10.com/health/2026/07/03/south-florida-teen-urgently-needs-rare-lifesaving-blood-match-as-she-battles-painful-disease/">Local 10 News first reported on Gigi Felix</a>, an 18-year-old with an aggressive form of sickle cell disease.</p><p>Felix is on standby for a curative bone marrow transplant, one that can only happen if doctors have 50 units of her rare blood type on hand. </p><p>Since then, there have been many who have answered the call for donations, a list that now includes Local 10’s Eric Yutzy, who ran straight from the anchor chair Wednesday to a recliner at the <a href="https://www.oneblood.org/" target="_blank" rel="noreferrer" title="https://www.oneblood.org/">OneBlood Donation Center</a>, located at 3615 Hollywood Blvd. </p><p>“When I read the words on Monday morning, in real time I said, ‘I can do this! That’s me!’” he said. </p><p>Doctors said they now have 30 confirmed units of compatible blood, with only 20 more needed for Felix’s procedure.</p><p>For those who may be apprehensive or who don’t love needles, Yutzy described the experience. </p><p>“It is a slight discomfort for major gain,” he said. “Yeah, it pinches a second, but someone like Gigi is going through sickle cell and that’s agonizing all the time. If this is all it takes to help her somehow, it’s totally worth it.”</p><p>There is a serious need for blood in general, but Susan Forbes of One Blood said having a diverse blood supply is especially important to treat patients with specific needs. </p><p>“Only 4% of African Americans are donating blood,” said Forbes. “Yet, they’re the most likely match for sickle cell patients. It primarily impacts African Americans and those of African descent. The best blood match for sickle cell patients is gonna be from someone of the same ethnicity.”</p><p>Added Yutzy: “I understand there’s hesitation and a history of skepticism. But in the same breath, the benefit for people who need the blood to chase their own dreams -- we gotta get that number higher than 4%.”</p><p>Felix says she’s filled with gratitude for donors like Yutzy. </p><p>“I just wanted to say thank you to everyone who saw my story and chose to donate,” she said. “This is such a surreal experience, and it just makes me happy and thankful that people care enough to go and do this for me. It means a lot.”</p><p>Anyone who wishes to donate blood can visit any <a href="https://www.oneblood.org/" target="_self" rel="" title="https://www.oneblood.org/">OneBlood </a>location. </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[North Miami Beach police captain arrested on video voyeurism charge]]></title><link>https://www.local10.com/news/local/2026/07/08/north-miami-beach-police-captain-arrested-on-video-voyeurism-charge/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/08/north-miami-beach-police-captain-arrested-on-video-voyeurism-charge/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[A North Miami Beach police captain was arrested Tuesday by the Miami-Dade Sheriff’s Office on a warrant for video voyeurism by a family member or authority figure, online jail records show.]]></description><pubDate>Wed, 08 Jul 2026 12:12:07 +0000</pubDate><content:encoded><![CDATA[<p>A North Miami Beach police captain was arrested Tuesday by the Miami-Dade Sheriff’s Office on a warrant for video voyeurism by a family member or authority figure, online jail records show.</p><p><a href="https://www.local10.com/espanol/2026/07/08/arrestan-a-capitan-de-policia-de-north-miami-beach-por-cargo-de-voyeurismo-en-video/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/08/arrestan-a-capitan-de-policia-de-north-miami-beach-por-cargo-de-voyeurismo-en-video/">Leer en español</a></p><p>According to an arrest warrant, Jose Maya, 40, is accused of planting a video recording device under a bathroom door, which recorded the 23-year-old victim.</p><p>Detectives said the victim discovered the device on June 28 and reported the incident to law enforcement on Monday. </p><p>Authorities said the victim claimed she first became suspicious of Maya last year when she caught him lying on the floor immediately outside the bathroom door as she was showering.</p><p>The woman said that as she exited the shower, she noticed a small black object underneath the bathroom door, but she initially thought it was an insect because she wasn’t wearing her glasses or contact lenses.</p><p>According to the warrant, the victim said Maya quickly stood up as she opened the bathroom door, and claimed that he had been fixing a motion-activated night light near the bathroom. </p><p>The warrant states that the victim was suspicious, but initially dismissed the incident.</p><p>According to the warrant, the victim continued noticing a small black object appearing underneath the bathroom door as she showered and told her mother about her suspicions.</p><p>Detectives said the victim’s mother suggested placing a cellphone in the laundry room to confirm her suspicions.</p><p>According to the warrant, the victim did so and her cellphone captured Maya placing a recording device under the bathroom door while the victim was showering. </p><p>Detectives said the victim’s mother confronted Maya on June 28 and he provided some kind of admission, although his full comments to her were redacted from the publicly released warrant.</p><p>Detectives said the victim’s mother told her one of the videos showed her buttocks, while the other recordings were blurry.</p><p>Records show Maya was booked into the Turner Guilford Knight Correctional Center at about 7:50 p.m. Tuesday. </p><p>“The North Miami Beach Police Department is aware of the arrest involving one of our captains. We remain committed to transparency, accountability, and upholding the highest professional standards for our community,” the NMBPD said in a statement Wednesday.</p><p>North Miami Beach Police Chief Juan Pinillos said Maya has been relieved of duty pending the outcome of the case along with an internal investigation.</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>Maya posted a $7,500 bond on Wednesday and walked out of jail later in the evening. </p><p>In bond court earlier in the day, Miami-Dade County Judge Mindy Glazer ordered that he stay away from the victim and said he is not permitted to have any weapons or ammunition. </p><p>“Jose Maya has been arrested and charged, but an arrest is merely an allegation, not a definitive judgment of guilt,” Maya’s attorney, Eric Schwartzreich, said in a statement to Local 10 News. “Like every individual accused of a crime, our client is presumed innocent unless the State presents evidence beyond a reasonable doubt in a court of law.</p><p>“We are committed to thoroughly reviewing all the evidence, challenging the allegations through the judicial process, and vigorously defending our client in court.”</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Body cam footage shows Sunrise officers with guns drawn while pursuing stolen vehicle]]></title><link>https://www.local10.com/news/local/2026/07/08/body-cam-footage-shows-sunrise-officers-with-guns-drawn-while-pursuing-stolen-vehicle/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/08/body-cam-footage-shows-sunrise-officers-with-guns-drawn-while-pursuing-stolen-vehicle/</guid><dc:creator><![CDATA[Bridgette Matter]]></dc:creator><description><![CDATA[Newly released police body camera video shows the moments police officers attempted to stop a suspected car thief in Broward County. ]]></description><pubDate>Wed, 08 Jul 2026 22:20:57 +0000</pubDate><content:encoded><![CDATA[<p>Newly released police body camera video shows the moments police officers <a href="https://www.local10.com/news/local/2026/07/07/suspect-in-custody-after-vehicle-burglary-car-rolls-into-canal-sunrise-police-say/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/07/07/suspect-in-custody-after-vehicle-burglary-car-rolls-into-canal-sunrise-police-say/">attempted to stop a suspected car thief</a> in Broward County. </p><p>In the video, officers with the Sunrise Police Department are seen with their guns drawn Tuesday morning, screaming at the driver to stop the car. </p><p>Detectives say the vehicle was stolen and they attempted to stop the driver as he sped into an apartment complex off Northwest 60th Terrace in Sunrise. </p><p>Authorities said the car had been stolen from the 2900 block of Northwest 60th Avenue.</p><p>Police say the car rolled into a body of water after the suspect abandoned it and attempted to run away. </p><p>Eventually, officers said they took a minor into custody, but authorities have yet to release his identity or what charges he may be facing.</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[Bare skin, fantasy and the machine: 3 takeaways from Paris' starry couture week]]></title><link>https://www.local10.com/entertainment/2026/07/09/bare-skin-fantasy-and-the-machine-3-takeaways-from-paris-starry-couture-week/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/07/09/bare-skin-fantasy-and-the-machine-3-takeaways-from-paris-starry-couture-week/</guid><dc:creator><![CDATA[By THOMAS ADAMSON, Associated Press]]></dc:creator><description><![CDATA[PARIS (AP) — Demi Moore and Cynthia Erivo were among celebrities who took their seats in a sweltering university courtyard for the most anticipated show of Paris couture week: Designer Pierpaolo Piccioli’s debut for Balenciaga.]]></description><pubDate>Thu, 09 Jul 2026 10:54:01 +0000</pubDate><content:encoded><![CDATA[<p>PARIS (AP) — Demi Moore and Cynthia Erivo were among celebrities who took their seats in a sweltering university courtyard for the most anticipated show of Paris couture week: Designer Pierpaolo Piccioli’s debut for Balenciaga.</p><p>In his first Balenciaga couture show — and the fashion house's biggest statement since it revived its haute couture line in 2020 — Piccioli sent out ballooning gowns and hooded feather cocoons on Wednesday, then closed with model Gigi Hadid engulfed in rooster feathers.</p><p>For his bow, he walked out flanked by his entire atelier in white coats, to a standing ovation.</p><p>The debut capped a four-day season ending Thursday that came down to three things: flesh, fantasy and the machine.</p><p>Across 30 houses, five showing for the first time, designers bared the body and made it vanish, fled into make-believe as a heat wave gripped the city, and reached for particle accelerators and lab-grown silk while insisting couture still belongs to the human hand.</p><p>Couture — handmade, made-to-measure clothing that can cost as much as a house and reaches only a few hundred clients worldwide — is the industry’s laboratory and its loudest advertisement, a halo for the perfumes, handbags and ready-to-wear that pay the bills.</p><p>It matters more than usual this year: Luxury is clawing out of a two-year slump, and major houses are betting on newly installed designers — Piccioli, Jonathan Anderson at Dior, Matthieu Blazy at Chanel and Silvana Armani at Armani Privé — to re-energize it.</p><p>Cate Blanchett opened the celebrity run at Armani Privé, while Pedro Pascal and Tilda Swinton sat front row at Chanel.</p><p>Bodies are covered, armored or erased</p><p>The first question was what couture could do to the figure: expose it, armor it, inflate it or make it disappear.</p><p>Silvana Armani, showing her second Armani Privé collection since her uncle Giorgio died last September, titled the show “Boudoir” but sidestepped the obvious.</p><p>Rather than join the sheer-everything trend, she played cover against reveal: embroidered teddies under tuxedo jackets, a bomber unzipping from the hem to expose a strip of midriff, animal prints muted until they read as texture.</p><p>At 57 looks — about half the founder’s usual count — it was the week’s most restrained take on skin. Blanchett signaled it on arrival, in a plunging velvet suit beside Lou Doillon, Rosamund Pike and Anna Wintour.</p><p>Daniel Roseberry pushed further at Schiaparelli at the Petit Palais under the title “The Call of the Void.”</p><p>He treated flesh as raw material: corsets molded into lifelike torsos, silicone gills up a bare back, a latex jacket rigged with inflating tentacles.</p><p>The techniques came from a workshop that makes lifelike silicone infants for films barred from using real newborns.</p><p>Models walked a runway where even the prettiest look, a prom dress beaded in putty-pink pearls, carried an edge of menace.</p><p>Piccioli and Iris van Herpen went furthest, erasing the body outright.</p><p>At Balenciaga, it meant 3D body scans to build new mannequins, leather and cashmere molded by hand, volume inflated until the wearer became pure outline, from balloon-hemmed gazar to a strapless gown carrying 24,150 shreds of gazar.</p><p>Van Herpen dissolved the figure into some 30,000 hand-blown glass beads on sheer tulle.</p><p>Fairy tales in a heat wave</p><p>The second fixation was make-believe. The shows unfolded against a Middle East conflict, jittery markets and the heat wave outside.</p><p>Elie Saab staged a masked ball, drawing on Truman Capote’s 1966 black-and-white bash and the old-Hollywood glamour of Elizabeth Taylor and Richard Burton.</p><p>As luxury shoppers drift toward casual clothes, Saab pushed the other way with velvet corseted gowns, New Look waists, and tuxedos and capes cut for women as well as men, part of a menswear line the house is expanding.</p><p>Zuhair Murad took fantasy into a darker garden, with velvet roses, night larks, butterflies and feathered capes moving through deep green, burgundy and black.</p><p>Stéphane Rolland turned the mood to mourning.</p><p>He staged his show at the Olympia, the Paris hall where Dalida performed, and dressed the collection almost entirely in white in tribute to the singer nearly four decades after her death — satin macramé, ostrich feathers, agate and diamonds.</p><p>At Chanel, Blazy turned the Grand Palais into a fairy tale: beanstalks rising through the floor, heels shaped like pea pods and golden eggs.</p><p>At Dior, Anderson built a sculptural fantasy around American artist Lynda Benglis: crushed pleated hats, sheer tasseled fans and a wedding-gown finale trailing feathery fronds.</p><p>Hand versus machine</p><p>The third preoccupation was technology — and what survives of the handmade in an era when software can generate any image.</p><p>Schiaparelli made the case in the materials themselves: baked fish scales, pools of paint set into sheets and silicone shaped by hand, a collection that read as an argument for the made-by-hand against the machine-made.</p><p>Van Herpen went literal. She sent a dress through a particle accelerator, froze it and planned for the model to discharge lightning on the runway.</p><p>The charge escaped early, burning branching channels through the fabric before the show.</p><p>Balenciaga paired lab-grown Amsilk silk, which the house says is stronger than steel, with its all-human, white-coated bow to end the show.</p><p>By Thursday, the pattern was clear: couture in 2026 wanted the impossible — a body without a body, fantasy with commercial purpose, and machines that still bowed to the hand.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/XPGYAPGHP2D3VHJW7YCYXI4KQA.jpg?auth=741d81d1e84634c1e325ab1324f7bcee3694f6993e747c33a006fec602438aa7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A model wears a creation as part of the Christian Dior Haute Couture Fall/Winter 2026-2027 Women's collection presented in Paris, Monday, July 6, 2026. (AP Photo/Emma Da Silva)]]></media:description><media:credit role="author" scheme="urn:ebu">Emma Da Silva</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/EDCCA3G2LXKV4NQHMTJLMQYIRI.jpg?auth=9fc503bc643ee94bfbcd9a34830a3339d4d038a6f16cf860e34239c83f6a8b73&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Models wear creations as part of the Chanel Haute Couture Fall/Winter 2026-2027 Women's collection presented in Paris, Tuesday, July 7, 2026. (AP Photo/Emma Da Silva)]]></media:description><media:credit role="author" scheme="urn:ebu">Emma Da Silva</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/UZCCYYO4AGYHGMAWOKN5FVGMS4.jpg?auth=2fb89cb07492681ed9edb8e5c619e9660e23b689026afb7b037ed75a60e67c30&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Bad Bunny arrives for the Schiaparelli Haute Couture Fall/Winter 2026-2027 Women's collection presented in Paris, Monday, July 6, 2026. (AP Photo/Emma Da Silva)]]></media:description><media:credit role="author" scheme="urn:ebu">Emma Da Silva</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/K6NCGJYR3FSDRI3TKEFETSM2LU.jpg?auth=7ec46e9d672168ffd83cdc3345d3f53ce6513f43091f464250ecf7b040bb5ea7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A model wears a creation as part of the Giorgio Armani Privé Haute Couture Fall/Winter 2026-2027 Women's collection presented in Paris, Tuesday, July 7, 2026. (AP Photo/Emma Da Silva)]]></media:description><media:credit role="author" scheme="urn:ebu">Emma Da Silva</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/JSOXVLSBPQ7HHFGL4CQDWLSF2Q.jpg?auth=d5e0e42b69099bf0d80d0bdea39dfc1848abafb90ccb23cce14abf3ec366129c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A model wears a creation as part of the Giorgio Armani Privé Haute Couture Fall/Winter 2026-2027 Women's collection presented in Paris, Tuesday, July 7, 2026. (AP Photo/Emma Da Silva)]]></media:description><media:credit role="author" scheme="urn:ebu">Emma Da Silva</media:credit></media:content></item><item><title><![CDATA[July 9: Highs in the low 90s; low rain chances today]]></title><link>https://www.local10.com/weather/2026/07/09/july-9-highs-in-the-low-90s-low-rain-chances-today/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/07/09/july-9-highs-in-the-low-90s-low-rain-chances-today/</guid><dc:creator><![CDATA[Julie Durda]]></dc:creator><description><![CDATA[Happy Thursday! A Heat Advisory has been issued for all of Broward and Miami-Dade, starting at 11 a.m. ]]></description><pubDate>Thu, 09 Jul 2026 10:46:05 +0000</pubDate><content:encoded><![CDATA[<p>Happy Thursday! A Heat Advisory has been issued for all of Broward and Miami-Dade, starting at 11 a.m. High temperatures will be in the low 90s, but heat indices will reach 105 to 110 degrees. Saharan dust has arrived and this will limit the rain chances and warm up the temperatures. Looking ahead, rain chances increase Friday as a disturbance will be providing for showers and storms to return to the area. Keep it tuned to Local 10 for more. </p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZVM6A6ZXGBFH5FRLH2CKLR7DDY.jpg?auth=5538de09b666ea5a5147343fa29e64118175bed12961ff44a71e0e9e91fc0d29&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[A democratic socialist in Wisconsin tests how far left voters want to go in a battleground state]]></title><link>https://www.local10.com/news/politics/2026/07/09/a-democratic-socialist-in-wisconsin-tests-how-far-left-voters-want-to-go-in-a-battleground-state/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/07/09/a-democratic-socialist-in-wisconsin-tests-how-far-left-voters-want-to-go-in-a-battleground-state/</guid><dc:creator><![CDATA[By SCOTT BAUER, Associated Press]]></dc:creator><description><![CDATA[MADISON, Wis. (AP) — Over the last month, Democratic socialists have notched victories in the liberal strongholds of New York City, Washington, D.C., and Denver.]]></description><pubDate>Thu, 09 Jul 2026 10:30:26 +0000</pubDate><content:encoded><![CDATA[<p>MADISON, Wis. (AP) — Over the last month, Democratic socialists have notched victories in the liberal strongholds of New York City, Washington, D.C., and Denver.</p><p>Now Francesca Hong, a single mother who has worked as a dishwasher and line cook, is trying to do the same with her campaign for governor in Wisconsin, a swing state known for razor-thin election margins where winning over moderate, independent voters is crucial.</p><p>Hong's candidacy has turned the Democratic primary on Aug. 11 into the latest test of just how far left voters are willing to go in the November midterms.</p><p>“We do this in Wisconsin, we’re going to change politics across the country,” the 37-year-old Hong said as she headed into the final month of campaigning. "People who are frustrated and have a lot more to lose — and I’m one of those people — are ready to coalesce around someone they can believe in.”</p><p>John Ravdabaugh, an undecided independent voter, came away impressed after hearing Hong speak at the retirement home where he lives. Even though the democratic socialist label concerns him, Ravdabaugh said he would consider voting for Hong.</p><p>“Every system reaches a point where change is necessary,” he said.</p><p>Whoever wins the primary will advance to almost certainly face Republican U.S. Rep. Tom Tiffany, one of the most conservative members of the House, who has President Donald Trump’s endorsement. Tiffany has only token opposition in the primary.</p><p>The governor's race is integral to Democrats’ hopes of earning full control of Wisconsin state government for the first time since 2010, and it will send a signal about where the country's politics are headed by shaping a key political battleground that helps decide presidential campaigns.</p><p>Trump-backed Republican d</p><p>erides Democratic rivals as ‘crazy’</p><p>Tiffany has focused much of his criticism on Hong and former Lt. Gov. Mandela Barnes, another Democratic candidate for governor.</p><p>“This November, the choice is common sense or crazy,” Tiffany posted on social media in June. Tiffany included screenshots of a Barnes post where he voiced support for cutting prison populations by half and Hong's posts where she advocates for defunding and abolishing the police.</p><p>As a candidate, Hong has not backed away from her calls to defund and abolish the police. Hong also supports increasing taxes on the wealthy and creating a state-owned bank to help pay for free health care and free child care, a $20 minimum wage, and a moratorium on data center construction.</p><p>Hong dismisses concerns that she’s too liberal to win over key independent voters in a state Trump carried twice and narrowly lost a third time.</p><p>“I worry that’s a miscalculation of where voters are at in our state, that we’re underestimating what people want,” Hong said in an interview.</p><p>There's a history of socialism in Milwaukee</p><p>Last month, democratic socialist Janeese Lewis George won the Democratic primary for mayor of Washington, setting herself up to clinch the office in November.</p><p>Then three congressional candidates backed by New York Mayor Zohran Mamdani, another democratic socialist, defeated establishment-backed politicians.</p><p>And just last week, democratic socialist Melat Kiros beat U.S. Rep. Diana DeGette in the Colorado primary, a stunning victory for the 29-year-old, first-time candidate against an incumbent who took office before she was born.</p><p>But those victories have been in either congressional or mayoral races in large urban centers, a far different landscape than Wisconsin.</p><p>In 1910, during socialism’s heyday in the United States, Milwaukee sent the first socialist to Congress and was the first major American city to elect a socialist mayor. Milwaukee elected two more socialist mayors before 1960.</p><p>Vermont Sen. Bernie Sanders, perhaps the best known democratic socialist, won all but one county in Wisconsin in the 2016 Democratic primary. In 2023, two state lawmakers from Milwaukee revived the socialist caucus in the Legislature, which had been dormant since 1935.</p><p>Hong, the first Asian American elected to the state Assembly in 2020, is one of four members of that caucus.</p><p>Barnes, 39, served four years in the state Assembly before his four years as lieutenant governor under Democratic Gov. Tony Evers. In 2022, Barnes came within 27,000 votes of ousting Republican U.S. Sen. Ron Johnson.</p><p>“I’ve been around longer than anybody fighting these fights,” said Barnes, who grew up in Milwaukee and is vying to become Wisconsin's first Black governor.</p><p>He played down the idea that democratic socialists are surging.</p><p>“People aren’t looking for labels, necessarily,” he said. “People are looking for bold solutions.”</p><p>Longtime Democratic strategist Joe Zepecki, who is not working for any of the Democrats running this year, said Barnes has an advantage as the most well-known candidate in the race.</p><p>“I have believed from the day since Mandela Barnes got into the race, he's the favorite,” Zepecki said. “It is his race to lose.”</p><p>Hong rival leans into electability argument</p><p>Lt. Gov. Sara Rodriguez, a former nurse and health care executive who is also running for the Democratic nomination, said she'll have broader appeal in November. She cites her experience in the private sector and her flipping of a state Assembly seat in a conservative Milwaukee suburb, and she emphasizes her ideas for lowering costs for working people.</p><p>“I’m not worried about other candidates in this race,” Rodriguez said in an interview. “What I’m worried about is making my argument to Wisconsinites about why I’m the best person to lead the state, how I am going to fight for them."</p><p>She launched a $1 million television ad campaign this week that features her in nursing scrubs talking about taking on Tiffany and lowering health care costs.</p><p>Other Democratic candidates are state Sen. Kelda Roys, who has the endorsement of the statewide teachers union, and Joel Brennan, a former top aide to Evers.</p><p>Missy Hughes, the state’s former economic development director, dropped out of the race in June and endorsed Rodriguez. David Crowley, the top elected official in Milwaukee County, dropped out this week but did not make an endorsement.</p><p>Mainstream Democrats worry about winning in November</p><p>More moderate Democrats worry that nominating Hong could hurt them in the general election, especially in Wisconsin where independent voters are key in statewide races that are often decided by tiny margins.</p><p>Neera Tanden, who leads the Center for American Progress, said "it’s especially important in the age of Trump” to select viable candidates.</p><p>“In Wisconsin, whoever wins the general election will be the person overseeing elections in 2028 and whether people are seated in 2029.”</p><p>Evers won his two races for governor by just over 1 percentage point in 2018 and just over 3 points in 2022. Trump won Wisconsin by less than a point in 2024, and lost by less than a point in 2020.</p><p>Dave Smith, 72, a retired doctor from Madison who heard Hong speak Tuesday, said the democratic socialist label will be tough for voters of his generation to accept.</p><p>“The platform, much of that resonates well,” said Smith, who is undecided whom he will vote for in the Democratic primary. “My vote will likely go to who is the most electable in the fall.”</p><p>___</p><p>Associated Press writer Nicholas Riccardi in Denver contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/DHL7JLDHGSQF3IP2JQQMOGF7BY.jpg?auth=14bac2ede4e3151ea65b9b145a3e90ae214e9baa30152853ce0b39e112c69c45&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Francesca Hong, a Democratic socialist candidate for Wisconsin governor, speaks to voters at a retirement home, Tuesday, July 7, 2026, in Madison, Wis. (AP Photo/Scott Bauer)]]></media:description><media:credit role="author" scheme="urn:ebu">Scott Bauer</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/2UF5IHKGBK3Q6L2CF6HHOSP4HU.jpg?auth=99f066d9555848ac14f95a127b1d22ded5414369d586462d14ac9787a7b40271&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Wisconsin Democratic U.S. Senate candidate Mandela Barnes concedes to Republican U.S. Sen. Ron Johnson at a news conference Nov. 9, 2022, in Milwaukee. (AP Photo/Morry Gash, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Morry Gash</media:credit></media:content></item><item><title><![CDATA[PepsiCo says economic concerns weighed on customers in North American during recent quarter]]></title><link>https://www.local10.com/business/2026/07/09/pepsico-says-economic-concerns-weighed-on-customers-in-north-american-during-recent-quarter/</link><guid isPermaLink="true">https://www.local10.com/business/2026/07/09/pepsico-says-economic-concerns-weighed-on-customers-in-north-american-during-recent-quarter/</guid><dc:creator><![CDATA[By DEE-ANN DURBIN, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — PepsiCo reported stronger than expected revenue in the second quarter despite weaker demand in North America, where it said consumers tightened their budgets due to economic concerns.]]></description><pubDate>Thu, 09 Jul 2026 11:09:19 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — PepsiCo reported stronger than expected revenue in the second quarter despite weaker demand in North America, where it said consumers tightened their budgets due to economic concerns.</p><p>The food and beverage giant said Thursday that its net revenue rose 6.4% to $24.2 billion for the April-June period. That was better than the $23.9 billion Wall Street expected, according to analysts polled by FactSet.</p><p>In February, ahead of the Super Bowl, PepsiCo slashed U.S. prices on Lay’s, Doritos, Cheetos and Tostitos chips by up to 15%, responding to consumers’ increasing exasperation after years of price hikes. That boosted snack demand in North America in the first quarter.</p><p>But in the second quarter, as gas prices spiked due to the Iran war, PepsiCo’s snack sales volumes were flat in North America, while its beverage volumes fell 4%.</p><p>Americans’ attitudes toward the economy have improved slightly as gas prices declined, but their outlook remains mostly negative. And hostilities in Iran have begun to escalate again, driving gasoline prices higher over the past two days.</p><p>Sales were stronger overseas, and its overall snack volumes rose 3% while beverage volumes rose 2%. World Cup -themed products, including limited-edition Lay's flavors like Portuguese Chorizo and Onion, boosted sales, the company said.</p><p>PepsiCo, based in Purchase, New York, said it will continue to invest in making its products more affordable. The company is also trying to meet consumer demand for healthier products. In March it introduced Gatorade Lower Sugar, which has no artificial flavors or colors.</p><p>Net income more than doubled in the second quarter to $2.98 billion. Adjusted for one-time items, the company earned $2.18 per share. That fell short of analysts’ forecast of $2.19.</p><p>PepsiCo shares fell less than 1% in premarket trading Thursday.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/OJVIMTBPEM6WDVFDPZVIVD4GMM.jpg?auth=dae9e0b4b6d3d24d717073e277dc4bc2dd2b013afd2314903217f0e1dae22862&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Bottles of Pepsi products are displayed for sale at Hawthorne Market on Jan. 6, 2026, in Portland, Ore. (AP Photo/Jenny Kane, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jenny Kane</media:credit></media:content></item><item><title><![CDATA[Ebola death toll in Congo reaches 600, as new cases suspected in previously unaffected provinces]]></title><link>https://www.local10.com/news/world/2026/07/09/ebola-death-toll-in-congo-reaches-600-as-new-cases-suspected-in-previously-unaffected-province/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/09/ebola-death-toll-in-congo-reaches-600-as-new-cases-suspected-in-previously-unaffected-province/</guid><dc:creator><![CDATA[By JEAN-YVES KAMALE and JUSTIN KABUMBA, Associated Press]]></dc:creator><description><![CDATA[KINSHASA, Congo (AP) — New suspected cases of Ebola have been reported in parts of Congo that were previously unaffected, the government said Thursday, as the death toll in the country's latest Ebola outbreak reached 600.]]></description><pubDate>Thu, 09 Jul 2026 13:29:02 +0000</pubDate><content:encoded><![CDATA[<p>KINSHASA, Congo (AP) — New suspected cases of Ebola have been reported in parts of Congo that were previously unaffected, the government said Thursday, as the death toll in the country's latest Ebola outbreak reached 600.</p><p>According to the Congolese health ministry, suspected cases have now been recorded in the provinces of Tshopo and Haut-Uele, signaling the continued spread of the disease beyond the epicenter in Ituri.</p><p>A Congolese government report, published late Wednesday, said two new cases were suspected in Kisangani, in Tshopo province. The minister did not say how many cases were suspected in Haut-Uele. The total number of confirmed cases across the country has now reached 1,759.</p><p>According to the report, one of the two suspected cases in Tshopo was linked to the Nia-Nia health zone in Ituri province, where the first cases were reported, while the other case “has no apparent geographical connection to known outbreaks.” Authorities were investigating.</p><p>The Congolese authorities declared a fresh Ebola outbreak on May 15, after the disease had been transmitted for weeks without official detection, according to the World Health Organization. The latest outbreak is caused by the rare Bundibugyo virus, which has no approved vaccine or treatment.</p><p>Last week, clinical trials for treatment began after researchers launched a highly anticipated study in the hope of fighting the virus.</p><p>Efforts to contain the virus have also been hampered by a funding gap, attacks on health centers, and an ongoing conflict in eastern Congo, the epicenter of the outbreak.</p><p>———</p><p>Justin Kabumba reported from Goma, Congo.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/K42OQDC7NS6WPE5R2AGRX24F54.jpg?auth=218c615c8012a4800830bd1c4a8f64c119cdec36fdfe725a70f548aab95b8f68&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Health workers interact at the Evangelical Medical Center, in Bunia, eastern Congo, Friday, July 3, 2026, where Ebola clinical trials are scheduled to take place. (AP Photo/Dirole Lotsima Dieudonne)]]></media:description><media:credit role="author" scheme="urn:ebu">Dirole Lotsima Dieudonne</media:credit></media:content></item><item><title><![CDATA[Bonnie Tyler, who topped the charts with epic 'Total Eclipse of the Heart,' has died at 75]]></title><link>https://www.local10.com/entertainment/2026/07/09/bonnie-tyler-who-topped-the-charts-with-epic-total-eclipse-of-the-heart-has-died-at-75/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/07/09/bonnie-tyler-who-topped-the-charts-with-epic-total-eclipse-of-the-heart-has-died-at-75/</guid><dc:creator><![CDATA[By MARK KENNEDY, Associated Press]]></dc:creator><description><![CDATA[Bonnie Tyler, the gravelly voiced, Grammy-nominated Welsh pop star whose 1983 chart-topping power ballad “Total Eclipse of the Heart” enchanted succeeding generations with its bombastic charms during solar and lunar eclipses, has died. She was 75.]]></description><pubDate>Thu, 09 Jul 2026 13:06:14 +0000</pubDate><content:encoded><![CDATA[<p>Bonnie Tyler, the gravelly voiced, Grammy-nominated Welsh pop star whose 1983 chart-topping power ballad “Total Eclipse of the Heart” enchanted succeeding generations with its bombastic charms during solar and lunar eclipses, has died. She was 75.</p><p>Tyler died unexpectedly in a hospital in Portugal where she was being treated for an illness, her family said Thursday in a statement on her website. 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 and expected to make a good recovery.</p><p>“Bonnie’s family and team are heartbroken to announce that Bonnie unexpectedly passed away last night in hospital in Portugal as a result of the illness that she was being treated for,” her family said.</p><p>Tyler earned three Grammy nods and in 2013 represented Britain at the Eurovision Song Contest, where she came in 19th. She was honored as a Member of the Order of the British Empire in 2022 for her services to music by Queen Elizabeth II, thanks mainly to “Total Eclipse of the Heart,” which has had more than 1 billion streams, boosted by real eclipses in 2017 and 2024.</p><p>The song spent four weeks at No. 1, and when Stereogum reevaluated it in 2020, the music outlet declared it an “extinction-level event rendered in musical form.”</p><p>“It’s pop music as heart-pounding, chest-thumping, blood-gargling, heavens-falling passion explosion. It’s sheer spectacle. It’s fireworks and lasers and lightning and thunder. It soars and swoops and barrel-rolls,” the site said.</p><p>The song has never really gone away: it was covered by the English singer Nicki French in 1995, and the band Westlife in 2006. Cate Blanchett sang it while hitting Billy Bob Thornton with her car in 2001’s “Bandits,” it appeared in a wedding scene in 2003’s “Old School” and One Direction sang it in 2010 on a U.K. version of “The X Factor.”</p><p>Early life</p><p>Tyler was born — as Gaynor Hopkins — a coal miner’s daughter in public housing with an outside toilet in Skewen, Wales, about 7 miles (11 kilometers) outside Swansea. She grew up with three sisters and two brothers.</p><p>She adored the Beatles and her first album was “A Hard Day’s Night.” The first song she bought, at 13, was “Hippy Hippy Shake” by the Swinging Blue Jeans and she watched “Top of the Pops” religiously, according to her memoir, “Straight From the Heart.”</p><p>She would record “Top of the Pops” on a reel-to-reel two-track recorder and write down the lyrics of songs she loved. Her favorites were by Janis Joplin, Nina Simone, Tina Turner, Wilson Pickett and Otis Redding.</p><p>“I used to sing them into my hairbrush for hours and hours, and that’s how it all started for me. I fell in love with singing just from doing that. Looking back, even then my voice had a husky tone to it, but I didn’t think much of it. I thought everyone’s voices were different from each other’s,” she wrote.</p><p>In 1976 she had to have surgery to remove nodules on her throat, leaving her with that trademark vocal sound. Changing her name to Sherene Davis, she was fronting a soul band when she was discovered by talent scout Roger Bell, who brought her to London for demo sessions. Then she waited for a label until RCA said it was interested.</p><p>Under her new RCA-sanctioned name Bonnie Tyler, her debut album “The World Starts Tonight” in 1977 contained her first chart hit, “Lost in France,” and she was nominated for a breakthrough artists award at the Brit Awards. She then had a No. 3 hit in 1978 with “It’s a Heartache,” but soon drifted. She then signed with Sony and saw Meat Loaf perform “Bat Out of Hell” on the BBC. Impressed, she requested to work with Meat Loaf songwriter and producer Jim Steinman.</p><p>‘Total Eclipse of the Heart’</p><p>Steinman introduced her to his song “Total Eclipse of the Heart,” which would become the debut single for her fifth studio album, “Faster Than the Speed of Night.” He borrowed one of the song’s lyrics — “Turn around, bright eyes” — from his 1969 musical “The Dream Engine,” written when he was a student at Massachusetts’ Amherst College. He told her the song was from a prospective musical version of “Nosferatu.”</p><p>“Jim liked to put down a basic rhythm track, do nine takes of the song, choose the best one and then put the kitchen sink on there, like Phil Spector used to,” Tyler told The Guardian in 2023. “He gave me a cassette to listen to in my hotel and we both preferred take two.”</p><p>Featuring E Street Band members Roy Bittan on piano and Max Weinberg on drums, “Total Eclipse” is a rumination on lost love: “Once upon a time there was light in my life/But now there’s only love in the dark,” she sings.</p><p>The video, a staple of early-days MTV, was shot in a frightening gothic former asylum in Surrey, where the guard dogs apparently wouldn’t set foot in the rooms downstairs where they used to give people electric shock treatment. The visuals included slow-motion tossed doves, candles, dancing ninjas, dancing greasers, Tyler in frighteningly big shoulder pads, fencers, gymnasts, wind machines and shirtless boys wearing swim goggles being doused with water.</p><p>“Faster Than the Speed of Night” earned a Grammy nomination for best rock vocal performance — losing to Pat Benatar’s “Love Is a Battlefield” — and Tyler got another nod for “Total Eclipse of the Heart” in the best pop vocal performance category, losing to Irene Cara’s “Flashdance — What a Feeling.”</p><p>After the ‘Eclipse’</p><p>Tyler never reached such dizzying heights again but stayed current with such movie soundtrack singles as “Holding Out For a Hero” — from 1984’s “Footloose” — and “Here She Comes” from “Metropolis” also in 1984.</p><p>Her 2019 disc “Between the Earth and the Stars” featured duets with Rod Stewart, Cliff Richard and Status Quo’s Francis Rossi, and she ended that year performing a Vatican Christmas concert before Pope Francis.</p><p>In 2013, she switched gears to make a country-flavored record in Nashville, “Rocks and Honey,” which included the Vince Gill duet “What You Need From Me” and a little ballad called “Believe in Me,” written by American songwriter Desmond Child and British songwriters Lauren Christy and Christopher Braide. “Believe in Me” was picked to represent the United Kingdom at that year’s Eurovision Song Contest in Sweden.</p><p>“It was an absolutely wonderful atmosphere there,” she told the San Francisco Examiner in 2023. “I was being interviewed every 15, 20 minutes, and when I walked out onstage behind the British flag, I thought the roof was going to come off! It was awesome, just awesome!”</p><p>In 2017, she joined Joe Jonas’ band DNCE for a performance on the cruise ship Oasis of the Seas as part of a “Total Eclipse Cruise.” When the moon passed in front of the sun, they played “Total Eclipse of the Heart.”</p><p>Tyler was married to property developer and former Olympic judo competitor Robert Sullivan.</p><p>___</p><p>Associated Press writer Brian Melley in London contributed to this report.</p><p>___</p><p>This story has been corrected to reflect that Tyler was honored by Queen Elizabeth II in 2022, not 2023.</p>]]></content:encoded><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><media:content url="https://www.local10.com/resizer/v2/QA63S6KYFL6LS7KQB2KCALIU6E.jpg?auth=a2c935fde94ab1805dc98a9b27df8d62e308d10cdb6466367a64611ee6e25706&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/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/KMIODUXJUCCLIU7D3GV737ZLCY.jpg?auth=99771339d148f04ebe777ae348e641d93c85715b1b854f51b17bf6d4e4320959&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - British rock-singer Bonnie Tyler sings "Silent Night" with a children's choir during the dress rehearsal for the Jose Carreras Gala in Leipzig, Germany, on Dec. 20, 1998. (AP Photo/Eckehard Schulz, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Eckehard Schulz</media:credit></media:content></item><item><title><![CDATA[Most American Jews don't feel supported by either party or President Trump, new AP-NORC poll finds]]></title><link>https://www.local10.com/news/politics/2026/07/09/most-american-jews-dont-feel-supported-by-either-party-or-president-trump-new-ap-norc-poll-finds/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/07/09/most-american-jews-dont-feel-supported-by-either-party-or-president-trump-new-ap-norc-poll-finds/</guid><dc:creator><![CDATA[By STEVE PEOPLES and LINLEY SANDERS, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Yahm Levin is a diehard Democrat who lives in one of the nation's most liberal cities. And yet the 39-year-old Jewish woman from Los Angeles is sometimes afraid to use her first or last name when meeting people — even those who share her progressive politics.]]></description><pubDate>Thu, 09 Jul 2026 09:11:54 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Yahm Levin is a diehard Democrat who lives in one of the nation's most liberal cities. And yet the 39-year-old Jewish woman from Los Angeles is sometimes afraid to use her first or last name when meeting people — even those who share her progressive politics.</p><p>Levin has learned from recent experience that being identified as a Jew, especially one who lived in Israel, can trigger uncomfortable questions from fellow Democrats. Or worse. So, she introduces herself by her middle name, Shelly, which she said feels safer.</p><p>“I don’t really feel comfortable in leftist circles anymore,” said Levin, a former librarian. “I just want to be a Jewish American who has a connection to Israel. But I feel like I can’t do that. And it’s very frustrating. And sometimes a little scary.”</p><p>Nearly three years after the war in Gaza began with Hamas' attack on Oct. 7, 2023, intensifying criticism of Israel within the Democratic Party has left Levin feeling “politically homeless.”</p><p>A new poll from The Associated Press-NORC Center for Public Affairs Research finds that most Jewish adults don't feel well represented by political leaders at a troubling moment for many in their community. Most Jewish Americans, 63%, say prejudice against Jewish people is an “extremely” or “very” serious problem in the U.S. At the same time, few believe that either party is doing a good job supporting Jewish people in the United States.</p><p>The new survey of 1,022 Jewish adults — including people who identify as Jewish by religion and religiously unaffiliated people who identify as Jewish through culture, ethnicity or family background — offers a rare detailed accounting of a key demographic that sits at the very center of some of the nation’s most divisive political debates.</p><p>It indicates that many Jewish adults feel isolated at a moment when antisemitism is a growing concern across the political spectrum and support for Israel has become a flash point in both parties. The survey found that many Jewish adults, 36%, say supporting Israel is “extremely” or “very” important to their Jewish identity, while another 26% say it's “somewhat” important.</p><p>Just 15% of Jewish adults say that the Democratic Party supports Jewish people in the U.S. “extremely” or “very” well, while another 33% say the party supports them somewhat well. About 41% say the Democratic Party supports the Jewish community “not very well” or “not well at all.”</p><p>Jewish adults even feel worse about President Donald Trump and the Republican Party, although not by much — a noteworthy finding considering that Jewish Americans overwhelmingly identify as Democrats. About half of Jewish adults say Trump and Republicans don't support Jewish people in the U.S. well.</p><p>The poll also suggests a sense of isolation. Despite the Jewish community's widespread concerns about antisemitism, Americans overall are far less concerned, with only 38% of U.S. adults saying prejudice against Jewish people is an “extremely” or “very” serious problem.</p><p>Some Jewish adults feel ‘lost politically'</p><p>Nearly three years after the war in Gaza began, it's not just Jewish Democrats who are re-examining their political loyalties.</p><p>Max Sacher, a 27-year-old Jewish Republican from Austin, Texas, said he was generally pleased with Trump’s support for the Jewish community until he saw the president’s latest diplomatic attempt to end months of conflict with Iran. Trump launched the war in partnership with Israeli Prime Minister Benjamin Netanyahu.</p><p>“It’s one of the most embarrassing documents I’ve read. It basically cedes everything to Iran,” said Sacher, who is a graduate student in finance. “I feel very lost politically. I used to have a home. Now I feel like I’m on an island in modern-day politics.”</p><p>Jewish voters made up 3% of the 2024 electorate, according to AP VoteCast. They overwhelmingly voted Democratic, with 66% casting ballots for Vice President Kamala Harris and 33% for Trump.</p><p>On some key questions, Jewish adults see things differently than Americans overall.</p><p>U.S. adults in general are more likely than Jewish adults to see Trump as “extremely” or “very” supportive of Jewish people in the United States. About 3 in 10 U.S. adults say Trump is highly supportive of Jewish people, compared to about 2 in 10 Jewish adults.</p><p>Most Jewish adults, 77%, say there is more prejudice against Jewish people compared with three years ago, before the Hamas attack.</p><p>Ellen Kuberski, a 72-year-old Jewish Democrat from Chicago, scoffed when asked about Trump. She described a “general disgust and hatred” for the Republican president. But she’s also upset with the Democratic Party, which she says has been much more supportive of the Palestinians than Israel or American Jews in recent years. She was especially upset when progressive activists were protesting against Israel even when the Israeli hostages were still captive in Gaza.</p><p>“I tend to be more in line with the far left in just about everything else. But now the far left is attacking the Jewish community," she said. “There’s enough antisemitism in the world that we don’t need politicians on what’s supposed to be on our side coming out with that crap.”</p><p>Jewish Americans are split on Netanyahu, Mamdani and Trump</p><p>The Jewish community is divided over some of the people at the forefront of the Israel debate. However, New York City Mayor Zohran Mamdani, a democratic socialist who is a vocal critic of Israel, is more popular among Jewish adults than Netanyahu or Trump, who promised to be "the best friend Jewish Americans have ever had in the White House.”</p><p>About 4 in 10 Jewish adults, 44%, view Mamdani “somewhat” or “very” favorably, while a similar share, 39%, view him “somewhat” or “very” unfavorably. About 2 in 10 Jewish adults don’t know enough to say.</p><p>Kylle Epstein, a 24-year-old Jewish Democrat from Clearwater, Florida, cheered Mamdani and like-minded Democrats who have won recent congressional primary elections in New York.</p><p>“I think Mamdani is absolutely phenomenal. He makes Democrats think,” Epstein said, calling for "new blood in the party."</p><p>On Netanyahu, only about one-third of Jewish adults have a “somewhat” or “very” favorable opinion of the Israeli prime minister, while about 6 in 10 have a “somewhat” or “very” unfavorable view, including 42% who have a “very” unfavorable opinion. About 1 in 10 don’t know enough to say.</p><p>Jewish adults have a slightly more negative view of Trump than Netanyahu, with a similar share, 29%, saying they view Trump favorably.</p><p>Meanwhile, the poll found that Pennsylvania Gov. Josh Shapiro, one of the nation's most prominent Jewish Democratic officials, is still unknown by many Jewish adults.</p><p>About 4 in 10 Jewish adults have a “somewhat” or “very” favorable opinion of the Democratic governor, while about 2 in 10 have a “somewhat” or “very” unfavorable opinion. About 4 in 10 don’t know enough to say.</p><p>Many think the US is too supportive of Israel</p><p>In interviews, many Jewish adults indicated that their Jewish heritage does not mean they want the U.S. government to provide unconditional support of Israel.</p><p>In fact, about 4 in 10 Jewish adults say the U.S. is “too supportive” of the Israelis, similar to U.S. adults overall, although about 3 in 10 Jewish adults say the U.S. is “not supportive enough” of Israel, compared to only about 2 in 10 U.S. adults.</p><p>At the same time, about 4 in 10 Jewish adults say the U.S. is “not supportive enough” of the Palestinians, similar to U.S. adults.</p><p>The issue is salient for Jewish adults in a way that it's not for many Americans. About 6 in 10 Jewish adults say Israel is an “extremely” or “very” important issue to them personally, compared to only 35% of U.S. adults.</p><p>“Jews and Israel are connected, but they’re not synonyms,” said Levin, the former librarian from Los Angeles.</p><p>She said that the lack of understanding on both sides has fueled a rise of antisemitism, even in a city packed with Democrats.</p><p>She was walking along Los Angeles' famed Olvera Street with her husband last month when they came across a spray-painted sign on the sidewalk that read, “Death to Zionists," alongside an upside down triangle that has been associated with Hamas.</p><p>Levin said it's getting harder and harder to support Democrats, although she doesn't think she could vote Republican.</p><p>“I mostly shake my head a lot and try to breathe,” she said.</p><p>___</p><p>Sanders reported from Washington.</p><p>___</p><p>Associated Press religion coverage receives support through the AP’s collaboration with The Conversation US, with funding from Lilly Endowment Inc. The AP is solely responsible for this content.</p><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/MRNTKYYJKQLUQ2FMPT7X5FMCCU.jpg?auth=2fa574c887dea9e0f1ce7ee69151bedb66c9b93674f58d572973fbd10b34345a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A woman holds a sign saying, "end antisemitism" while attending a March for Israel rally Nov. 14, 2023, on the National Mall in Washington. (AP Photo/Jacquelyn Martin, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jacquelyn Martin</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/JRMHRPPIK3O5OXHHKHVXL2KO7I.jpg?auth=3503606d5df0da75e1c17baacd33bb873067531b244506e20b37f6f8206a733f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - People watch the lighting of the world's largest menorah on Fifth Avenue by Central Park for the seventh night of Hanukkah, Dec. 31, 2024, in New York. (AP Photo/Heather Khalifa, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Heather Khalifa</media:credit></media:content></item><item><title><![CDATA[Ukrainian drones batter Russian oil facilities and set more oil tankers ablaze]]></title><link>https://www.local10.com/news/2026/07/09/ukrainian-drones-batter-russian-oil-facilities-and-set-more-oil-tankers-ablaze/</link><guid isPermaLink="true">https://www.local10.com/news/2026/07/09/ukrainian-drones-batter-russian-oil-facilities-and-set-more-oil-tankers-ablaze/</guid><dc:creator><![CDATA[By ILLIA NOVIKOV, Associated Press]]></dc:creator><description><![CDATA[KYIV, Ukraine (AP) — Ukrainian drones hit more Russian oil facilities and set two oil tankers ablaze in the Sea of Azov on Thursday, a day after U.S. President Donald Trump pledged to grant Kyiv a license to manufacture the Patriot air defense systems to protect its cities.]]></description><pubDate>Thu, 09 Jul 2026 13:50:50 +0000</pubDate><content:encoded><![CDATA[<p>KYIV, Ukraine (AP) — Ukrainian drones hit more Russian oil facilities and set two oil tankers ablaze in the Sea of Azov on Thursday, a day after U.S. President Donald Trump pledged to grant Kyiv a license to manufacture the Patriot air defense systems to protect its cities.</p><p>A top Ukrainian official, meanwhile, cautioned that it could take a year or more for the country to produce Patriot interceptor missiles.</p><p>The Kremlin said the license deal reflected what it called Washington's “ambivalence” but noted it appreciated Trump’s efforts to help broker a peace deal to end the war, which Russia launched over four years ago.</p><p>Ukraine's drone strikes on oil refineries and other infrastructure across Russia have triggered a widespread fuel crisis with gasoline shortages and rationing in multiple regions and motorists waiting for hours to fill their tanks. Moscow has responded by intensifying its bombardment on Kyiv and other cities, exposing Ukraine's vulnerability to ballistic missile strikes.</p><p>Ukrainian President Volodymyr Zelenskyy described the latest strikes on Russia's infrastructure as part of Kyiv’s campaign of “long-range sanctions” carried out in response to Moscow's refusal to halt the fighting.</p><p>“We have long proposed that Russia end this war, and every day of delay should bring the feeling of war to where it all began — to Russia,” Zelenskyy said.</p><p>Ukraine hits oil depots in western Russia and tankers at sea</p><p>A Ukrainian drone strike triggered a fire at an oil depot in the western Russian city of Tver, according to acting Gov. Vitaly Korolyov.</p><p>Oil reservoirs also were set ablaze by drones in Vyazniki, in the southern Stavropol region, said Gov. Vladimir Vladimirov, forcing the evacuation of several apartment buildings near the facility.</p><p>In the Sea of Azov, Ukrainian drones set two oil tankers on fire, according to Rostov Gov. Yuri Slusar, who said one of the ships was still burning and its crew evacuated.</p><p>The attack was the latest in a series of strikes on oil tankers in the area in recent days, part of Ukraine efforts to cut fuel supplies to the Crimean Peninsula, which Russia illegally annexed in 2014.</p><p>In addition to strikes on oil facilities in Stavropol and Tver, Zelenskyy said Ukrainian forces hit fuel infrastructure deep inside Russia, including one in Ufa, as well as an oil-loading terminal in the Rostov region closer to Ukraine.</p><p>Russia’s Defense Ministry said its defenses downed 73 Ukrainian drones from late Wednesday into early Thursday.</p><p>Ukraine's air force said Russia fired 94 long-range strike drones and two ballistic missiles. While 72 drones were jammed or intercepted, 19 drones and both missiles damaged 13 locations, it said.</p><p>Ukraine says its Patriot production will take months</p><p>During Wednesday’s meeting with 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 his Telegram messaging app.</p><p>The main obstacle would be time, rather than Ukraine’s technical or organizational capacity, he added.</p><p>Recent media reports pointed to two likely bottlenecks: the long production cycle for some subcontracted components, which could take 12 to 24 months, and limited global output of key parts, including components supplied by Boeing and L3Harris, Beskrestnov added.</p><p>The Pentagon had signed contracts to expand production capacity, he said, but added that the timeline for those contracts to translate into increased output remained unclear.</p><p>Kremlin says Ukrainian strikes won't hasten peace</p><p>Commenting on Trump’s statement about the Patriot missile licenses, Kremlin spokesman Dmitry Peskov offered a vague response, saying Moscow is aware of the U.S. military support for Ukraine but appreciates Washington’s declared commitment to help achieve peace.</p><p>“The U.S. position is somewhat ambivalent,” Peskov said in a call with reporters. “Still, unlike the Europeans, the United States maintains a desire to facilitate a move toward a peace process. They may be misguided or mistaken at times, but we see that desire as sincere. We welcome it, and we hope that once the Americans manage to resolve the situation regarding Iran despite the significant complications involved their efforts on the Ukrainian track will resume.”</p><p>Asked about Trump’s comment that Ukrainian attacks deep inside Russia could hasten a peace settlement, Peskov reaffirmed that the more strikes Kyiv launches, the broader “security zone” Moscow will seek to carve out in Ukraine via what the Kremlin calls its “special military operation.”</p><p>“It’s a mistake to think that escalation and military pressure could pave the way to a peaceful settlement,” Peskov said. “Further escalation may prolong the special military operation, we can’t say precisely to what extent, but it will force us to create a larger security zone, a larger buffer zone. Therefore, inciting tensions and taking escalatory action will in no way contribute to the peace process.”</p><p>Ukraine has urged the U.S. and other allies to provide binding security guarantees as part of any prospective peace deal, including the deployment of NATO forces. Russia has strongly warned against the presence of any NATO troops in Ukraine, saying it would view them as legitimate targets.</p><p>Asked Wednesday if he would be ready to enact a no-fly zone over Ukraine as part of security guarantees, Trump responded by saying “if it’s necessary, yeah,” but he argued that it might not be needed if a peace deal is reached.</p><p>“When we have a deal, we’re going to have a deal, security guarantee or no security guarantee,” Trump said as he sat next to Zelenskyy.</p><p>Commenting on the issue, Peskov warned that an attempt to establish a no-fly zone would amount to “NATO military forces being active on the territory of Ukraine -- exactly what the special military operation is being waged against.”</p><p>Peskov said President Vladimir Putin is “open to dialogue” and ready for another phone call with Trump.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/QW3Z5MCSXEYCWB2CGZEX5WXE6Q.jpg?auth=74f9a7288ce8bc576b579a23a7bd0a203adb2358e631bb139694d27187b32b97&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ukraine's President Volodymyr Zelenskyy looks out from his car window as he arrives for the NATO summit in Ankara, Turkey, Tuesday, July 7, 2026. (Metin Aktaş, Pool Photo via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Metin Aktaş</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QIPVXGR7WUW24JIHEMGYTHGHLM.jpg?auth=e6634cbc1c85dd29a85fabd20f3a5f9bef85a21f267900b1670c482b9826b60b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Ukrainian Air Force's F-16 fighter jets fly over a Patriot Air and Missile Defense System in an undisclosed location in Ukraine, on Aug. 4, 2024. (AP Photo/Efrem Lukatsky, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Efrem Lukatsky</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/B7L77NFSENQCKTF2AZPRO7XK2A.jpg?auth=a98e4a23cb48797771672e93056b3acb1c9e5660ce84c410cf867a0f9966587d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this photo provided by the Ukrainian Emergency Service, emergency services personnel work to extinguish a fire following a Russian air attack in Kramatorsk, Donetsk region, Ukraine, Thursday, July 9, 2026. (Ukrainian Emergency Service via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/ZPG4M6NH6EZ56GPFNBGZPBDCTM.jpg?auth=e847aa9336179b803a299ff74e70b30ef8a1839c1cc7d0901a26622d8996f6de&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[U.S. President Donald Trump meets with Ukraine's President Volodymyr Zelenskyy on the sidelines of the NATO summit in Ankara, Turkey, Wednesday, July 8, 2026. (AP Photo/Alex Brandon)]]></media:description><media:credit role="author" scheme="urn:ebu">Alex Brandon</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/SKH5UC6AQXRS2I3HXOHCDE2ABE.jpg?auth=b3e4a7dc39a459396a6a2586022ea426f363cef205034fa434332f91c16f02d0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This image made from video provided by Russian Defense Ministry Press Service on Thursday, July 9, 2026, shows a Russian Orlan-3D reconnaissance drone prior to be launched for an action in an undisclosed location in Ukraine. (Russian Defense Ministry Press Service via AP)]]></media:description></media:content></item><item><title><![CDATA[Nominations open in the contest to be UK leader, with Andy Burnham likely the only candidate]]></title><link>https://www.local10.com/news/world/2026/07/09/nominations-open-in-the-contest-to-be-uk-leader-with-andy-burnham-likely-the-only-candidate/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/09/nominations-open-in-the-contest-to-be-uk-leader-with-andy-burnham-likely-the-only-candidate/</guid><dc:creator><![CDATA[By JILL LAWLESS, Associated Press]]></dc:creator><description><![CDATA[LONDON (AP) — Nominations opened Thursday in a Labour Party election to replace Keir Starmer as Britain’s prime minister, a contest in which there is expected to be just one candidate.]]></description><pubDate>Thu, 09 Jul 2026 13:13:48 +0000</pubDate><content:encoded><![CDATA[<p>LONDON (AP) — Nominations opened Thursday in a Labour Party election to replace Keir Starmer as Britain’s prime minister, a contest in which there is expected to be just one candidate.</p><p>Former Greater Manchester Mayor Andy Burnham will be collecting signatures from Labour lawmakers, and needs at least 80 to run – a target he’s likely to well exceed.</p><p>Lawmakers trudged up a narrow staircase to a Labour office in Parliament throughout the day to sign nomination papers.</p><p>“It's all starting to feel very real,” Burnham said in a social media video confirming that he had nominated himself.</p><p>Nominations remain open until July 16. Burnham is highly likely to be announced as the new Labour leader the following day, and to become prime minister after a meeting with King Charles III on July 20.</p><p>Other potential contenders have all ruled themselves out. Former Defense Minister Al Carns, who had been pondering a run, confirmed late Wednesday that he will not challenge Burnham.</p><p>“I’d hoped a leadership contest would give us the opportunity for a proper debate,” Carns said in a statement. “But months of internal Labour politics isn’t what the country needs right now. We’ve got to get on with the job. Andy Burnham’s earned this and he’s got my full backing.”</p><p>Starmer announced last month that he would resign as soon as his center-left party chose a successor. He was elected in a landslide in July 2024, but quit after two years in office marred by missteps and judgment errors that eroded his standing with his party and the public.</p><p>Burnham spent almost a decade running Manchester in northwest England before returning to Parliament by winning a special election last month. He’s promising sweeping change, vowing to reverse almost two decades of low growth since the 2008 financial crisis through an approach dubbed “Manchesterism” — harnessing private and public money to invest in areas like transport, housing and infrastructure.</p><p>But he will face many of the same political and economic challenges as Starmer, including a sluggish economy, tattered public services and a cost-of-living squeeze.</p><p>He also promised continuity in foreign policy, writing in The Times of London that the government’s “commitment to NATO and the U.K.’s nuclear deterrent will remain absolute.” He said Britain will remain a firm ally of the United States and a strong supporter of Ukraine.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/IYZU76SYTNDQZ24PGQBNZIQYJ4.jpg?auth=7d1eff6208208f2398d41a055b3b3616c2aef9597b82f33d41b49d2ea958b955&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Labour Party's Andy Burnham delivers a speech at the People's History Museum in Manchester, England, Monday, June 29, 2026.(AP Photo/Alastair Grant)]]></media:description><media:credit role="author" scheme="urn:ebu">Alastair Grant</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HWFRYYTXAR6IV3QBGSZPVJWGWM.jpg?auth=b21f6accdd9c9d747cde15cab866fcc3146d38ec7b9ac94a31901e23bb1111c2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Labour Party's Andy Burnham reacts as he delivers a speech at the People's History Museum in Manchester, England, Monday, June 29, 2026.(AP Photo/Alastair Grant)]]></media:description><media:credit role="author" scheme="urn:ebu">Alastair Grant</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3XUTMMS4H2OKFIXI5KRWFTWQ3A.jpg?auth=d1d764952dea737677ca073ec2fa5dacb72a0a3496a2123d090cd481a3d1ad2a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Labour Party's Andy Burnham meets party members before he delivers a speech at the People's History Museum in Manchester, England, Monday, June 29, 2026.(AP Photo/Alastair Grant)]]></media:description><media:credit role="author" scheme="urn:ebu">Alastair Grant</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3M2XKA2ZW25QXDRQXA2RMP7FME.jpg?auth=4ca43127ef7d6400c56c7c086474e48d9dc15b1174dff44ac7690a546fabecf5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Labour Party's Andy Burnham is hugged by party members before he delivers a speech at the People's History Museum in Manchester, England, Monday, June 29, 2026.(AP Photo/Alastair Grant)]]></media:description><media:credit role="author" scheme="urn:ebu">Alastair Grant</media:credit></media:content></item><item><title><![CDATA[Australia agrees to sell uranium to India, ending a long stalemate]]></title><link>https://www.local10.com/business/2026/07/09/australia-agrees-to-sell-uranium-to-india-ending-a-long-stalemate/</link><guid isPermaLink="true">https://www.local10.com/business/2026/07/09/australia-agrees-to-sell-uranium-to-india-ending-a-long-stalemate/</guid><dc:creator><![CDATA[By CHARLOTTE GRAHAM-McLAY, Associated Press]]></dc:creator><description><![CDATA[WELLINGTON, New Zealand (AP) — Australia will begin to sell uranium to India for peaceful purposes after the two countries' leaders signed an administrative deal Thursday, enacting an agreement on exports of the material that was held up for years over concerns about weapons use.]]></description><pubDate>Thu, 09 Jul 2026 07:05:03 +0000</pubDate><content:encoded><![CDATA[<p>WELLINGTON, New Zealand (AP) — Australia will begin to sell uranium to India for peaceful purposes after the two countries' leaders signed an administrative deal Thursday, enacting an agreement on exports of the material that was held up for years over concerns about weapons use.</p><p>Australia's Prime Minister Anthony Albanese and India's Prime Minister Narendra Modi made the joint announcement after a meeting in Melbourne.</p><p>The leaders didn't immediately supply details of how much uranium would be sold, or when. Exports of Australian uranium to India stalled after an agreement to do so in 2014, because of concern that the material could be used to make weapons.</p><p>Australia has the world's largest known uranium resources, but the country doesn't use any nuclear power or weapons and all uranium is exported. India, which has a population of 1.4 billion people and a growing middle class, wants to install 100 gigawatts of nuclear power by 2047 — enough to power nearly 60 million Indian homes a year. But obtaining uranium hasn’t been simple.</p><p>India has doubled the amount of nuclear power installed in the country in the last decade, but that still makes up just 3% of its electricity.</p><p>India isn't a signatory to the Nuclear Non-Proliferation Treaty, which recognizes only the United States, China, Britain, France and Russia as nuclear weapons powers. Australia, which is a signatory country, refuses to sell uranium to non-signatories.</p><p>India says the treaty is discriminatory because it recognizes as legitimate nuclear weapon states only those that tested nuclear devices before January 1967, which would would disqualify it permanently. The country was hit with international technology sanctions and uranium trade bans after it conducted nuclear tests in 1998.</p><p>The Nuclear Suppliers Group of countries, which includes the U.S., in 2008 granted a waiver allowing India to buy uranium from its members and Delhi has since pursued bilateral pacts to permit sales of the material. It inked such a deal with Canada in March.</p><p>Australia's leaders historically ruled out doing the same until Delhi signed the treaty. Canberra's position has eased, however, and it agreed to allow exports in 2014, subject to International Atomic Energy Agency Safeguards and “separation of the Indian civilian and military nuclear programs,” according to a government website.</p><p>Thursday's administrative agreement was expected to remove obstacles to enacting the earlier deal.</p><p>Modi is visiting Australia for an annual leaders' summit between the two countries. In their joint statement, Modi and Albanese also pledged greater defense and security cooperation in the Indo-Pacific, “reflecting a step‑change in the depth and ambition” of the relationship, the text of the statement read.</p><p>The pledge for closer cooperation on regional security came days after Australia criticized China for test firing a long-range ballistic missile from one of its nuclear-powered submarines into the South Pacific Ocean, an area protected by an anti-nuclear treaty.</p><p>The two leaders did not cite China when they announced the bolstered strategic ties, and didn't take questions from reporters after their statements Thursday. Thousands of people turned out in the city of Melbourne in hopes of seeing India's Prime Minister during his visit.</p><p>India is Australia’s fifth largest trading partner, with two-way trade in goods and services valued at 54.4 billion Australian dollars ($37.7 billion) in the 2024-2025 financial year, according to Australian government figures.</p><p>Earlier this week, Modi visited Indonesia and on Friday he'll travel to New Zealand for his first visit to the country. India and New Zealand signed a free trade agreement in April.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZHYBU562YXEWUDFUWB4GYD3EQQ.jpg?auth=bb0aba626efecf775db843ae37340176563cd97e703575ea1146affc050934a8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Indian Prime Minister Narendra Modi, left, is welcomed to the stage by Australian Prime Minister Anthony Albanese to address the Australia-India Economic Roadmap Business Reception in Melbourne, Australia, Thursday, July 9, 2026. (AP Photo/Hamish Blair)]]></media:description><media:credit role="author" scheme="urn:ebu">Hamish Blair</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LPNQG7DAPSFYXKQOWNJV3VGADM.jpg?auth=13d4fdcd21bea600ceb2012e006d6629305c4df69b5bbb070250f8fa53dca24e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[India's Prime Minister Narendra Modi, second right, talks to Australian Prime Minster Anthony Albanese, third left, during the Annual Leaders' Summit at Government House in Melbourne, Australia, Thursday, July 9, 2026. (Izhar Khan Pool via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Izhar Khan</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/SNTTAMMGDXKE7BB5GLFSTKRCJU.jpg?auth=f62689e8379c076bc70864c63d7ee02111d8f1330edc26b6d5c3d5542c1d06c4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Indian Prime Minister Narendra Modi inspects a guard of honour during a ceremonial welcome at Government House in Melbourne, Australia, Thursday, July 9, 2026. (AP Photo/Hamish Blair)]]></media:description><media:credit role="author" scheme="urn:ebu">Hamish Blair</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/PMJC4KNRDEE3AQTQHLELKOEAL4.jpg?auth=cedd92268fd5f74e7d4ed35d578ca35edadc11c167cc8e4d1e945b4d5f1a4fb6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Australian Prime Minister Anthony Albanese speaks during a joint press conference with Indian Prime Minister Narendra Modi in Melbourne, Australia, Thursday, July 9, 2026. (AP Photo/Hamish Blair)]]></media:description><media:credit role="author" scheme="urn:ebu">Hamish Blair</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4HEQCRWPZFKWPZD7OWXZMTOWRM.jpg?auth=883ab3f5064d7cad21fea840a1206ba580b1305afbf197db4ff8c9e158b4c00c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Indian Prime Minister Narendra Modi gestures as he speaks during a joint press conference with Australian Prime Minister Anthony Albanese in Melbourne, Australia, Thursday, July 9, 2026. (AP Photo/Hamish Blair)]]></media:description><media:credit role="author" scheme="urn:ebu">Hamish Blair</media:credit></media:content></item><item><title><![CDATA[South Korea's Supreme Court upholds prison sentence for Yoon in first martial law case]]></title><link>https://www.local10.com/news/world/2026/07/09/south-koreas-supreme-court-upholds-prison-sentence-for-yoon-in-first-martial-law-case/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/09/south-koreas-supreme-court-upholds-prison-sentence-for-yoon-in-first-martial-law-case/</guid><dc:creator><![CDATA[By KIM TONG-HYUNG, Associated Press]]></dc:creator><description><![CDATA[SEOUL, South Korea (AP) — South Korea’s Supreme Court on Thursday upheld a seven-year prison sentence for former President Yoon Suk Yeol in the first case to reach the country's highest court from his several criminal trials related to his brief imposition of martial law in 2024.]]></description><pubDate>Thu, 09 Jul 2026 06:29:52 +0000</pubDate><content:encoded><![CDATA[<p>SEOUL, South Korea (AP) — South Korea’s Supreme Court on Thursday upheld a seven-year prison sentence for former President Yoon Suk Yeol in the first case to reach the country's highest court from his several criminal trials related to his brief imposition of martial law in 2024.</p><p>The court upheld an April ruling by the Seoul High Court that found Yoon guilty of infringing on Cabinet members’ right to deliberate before he declared martial law, falsifying the official proclamation to cover up the lapse before later destroying the document, and deploying presidential security forces to illegally resist law enforcement efforts to arrest him weeks after his impeachment.</p><p>Martial law lasted only hours before lawmakers broke through a blockade of heavily armed soldiers and police at Seoul’s National Assembly and voted to repeal it, forcing Yoon’s Cabinet to lift the measure.</p><p>Yoon remains in detention and did not attend the ruling, which is final. He is still standing trial in other cases, and he has appealed the life sentence he received for the most serious conviction against him, on the charge of rebellion.</p><p>In a statement, Yoon’s legal team expressed “deep regret” over the Supreme Court’s ruling, saying the justices concluded a significant case without sufficient review.</p><p>The ruling aligned with the views of the Constitutional Court, which, in removing Yoon from office in April 2025, found that his martial law decree lacked legal grounds and failed to follow required procedures.</p><p>While Yoon called 11 Cabinet members to his office shortly before declaring martial law on late-night television on Dec. 3, 2024, several participants, including then- Prime Minister Han Duck-soo, have testified that Yoon unilaterally informed them of his decision rather than inviting deliberation. The Seoul High Court said Yoon also violated the rights of nine other Cabinet members by failing to call them to the meeting or notifying them too late.</p><p>Though brief, Yoon’s martial law declaration plunged South Korea into a political crisis, paralyzing politics and high-level diplomacy while rattling financial markets. The turmoil eased only after his liberal rival, Lee Jae Myung, won an early presidential election in June 2025.</p><p>In addition to appealing his life sentence for rebellion, Yoon is appealing a 30-year prison term in a case accusing him of ordering drone flights in 2024 to deliberately heighten tensions with North Korea and create justifiable conditions for martial law at home. Yoon’s lawyers said the drone flights were a response to North Korea flying thousands of trash-carrying balloons into the South.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/JWSYNRPDPJP6SEGHBMBBMS266Y.jpg?auth=ce4cc9d43c5a50d885db0b95e90486fc4eb7d464b7a212b0ad6591e10b116b6b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A TV screen shows an image of former South Korea President Yoon Suk Yeol during a news program at the Seoul Railway Station in Seoul, South Korea, Thursday, July 9, 2026. (AP Photo/Ahn Young-joon)]]></media:description><media:credit role="author" scheme="urn:ebu">Ahn Young-joon</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GYSAJ7HNX76MP7PCWPZS2C4AGE.jpg?auth=d57479b77acbe1335c40be67696e71b5a8934b102fb5d50239e1a43cc2a855f3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - South Korea's impeached President Yoon Suk Yeol attends a hearing of his impeachment trial at the Constitutional Court in Seoul, South Korea, Feb. 11, 2025. (AP Photo/Lee Jin-man, Pool, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Lee Jin-man</media:credit></media:content></item><item><title><![CDATA[Sweet: Peanut butter floor returns to Dutch museum as tribute to late artist]]></title><link>https://www.local10.com/entertainment/2026/07/09/sweet-peanut-butter-floor-returns-to-dutch-museum-as-tribute-to-late-artist/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/07/09/sweet-peanut-butter-floor-returns-to-dutch-museum-as-tribute-to-late-artist/</guid><dc:creator><![CDATA[By MOLLY QUELL, Associated Press]]></dc:creator><description><![CDATA[ROTTERDAM, Netherlands (AP) — More than 800 pounds of peanut butter — enough for around 15,000 sandwiches — has been spread across the floor of a museum in the Netherlands in tribute to Dutch artist Wim T. Schippers, who died last month.]]></description><pubDate>Thu, 09 Jul 2026 13:21:39 +0000</pubDate><content:encoded><![CDATA[<p>ROTTERDAM, Netherlands (AP) — More than 800 pounds of peanut butter — enough for around 15,000 sandwiches — has been spread across the floor of a museum in the Netherlands in tribute to Dutch artist Wim T. Schippers, who died last month.</p><p>The conceptual artist, who died at the age of 83, first created the Pindakaasvloer, or peanut butter floor, in 1969. The work was unveiled on Thursday at the Depot offshoot of Museum Boijmans Van Beuningen in the Dutch port city of Rotterdam for a two-month show.</p><p>Schippers was a beloved non-conformist character in the Netherlands, where he also voiced Ernie and Kermit the Frog in the Dutch version of “Sesame Street,” and created absurdist and silly works that challenged conventional ideas about the meaning of art.</p><p>“Isn’t it fantastic that we are all standing here looking at peanut butter?” Schippers told journalists gathered at the Central Museum in Utrecht in 1997 where Pindakaasvloer was on display for the second time.</p><p>Schippers created the work as part of a Floor Covering Series, which also included floors covered with glass shards and salt.</p><p>The aroma, redolent of breakfasts and lunch boxes, is what lingers with many who experience the work first hand. Museum staff directed visitors for the opening to “follow the smell” which was wafting by the ticket counter, three floors below where the artwork is laid out.</p><p>“The thing I remember is the smell,” Mieke Weismann told The Associated Press. The food photographer and writer saw the 1997 exhibition as a teenager.</p><p>The art installation may not be for everybody. A sign at the museum's entrance warns visitors with peanut allergies that they might not want to enter the space.</p><p>It took two employees of the Museum Boijmans Van Beuningen several days to spread 40 buckets of peanut butter across a 25-square-meter (270-square-foot) hexagon last week.</p><p>“It was a lot of work,” Leon Duenk, one of the two men who installed the artwork, told AP.</p><p>The pair used drywall trowels to smear the peanut butter to a thickness of 2 centimeters (0.8 inch).</p><p>Prior to his death the museum and Schippers discussed how to recreate the work in the future, producing a 20-point plan that included the requirement to apply the peanut butter “as smoothly and boringly as possible” and that “no one is supposed to stand in, or lie down on the peanut butter.”</p><p>Schippers did not specify the size or shape of the work, but he did say it needed to be smooth peanut butter and that he preferred the Dutch peanut butter brand Calvé. The company donated 40 tubs of peanut butter for the work.</p><p>Multiple visitors stepped into the sticky artwork when it was on display in 2011. In 1997, the work was “vandalized” when a group of people placed 12 slices of bread and several bags of hagelslag — chocolate sprinkles commonly eaten on bread at breakfast in the Netherlands — on the floor.</p><p>“It doesn’t look bad,” Schippers told Dutch newspaper Volkskrant at the time. “The sprinkles have been applied with a sense of proportion and a skillful hand.”</p><p>———</p><p>Associated Press writer Mike Corder in The Hague, Netherlands, contributed.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ITIIHWVFLS4UQRIMGTOLAWVLLE.jpg?auth=b5d9cefa3a23663f1adee4d8b4168e57353bcf70037f1ddf95d8647fb42dcc6f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this photo provided by Niels van der Pas, people look at the peanut butter floor spread across a museum floor in tribute to Dutch artist Wim T. Schippers, who died last month, in Rotterdam, the Netherlands, Thursday, July 9, 2026.(Niels van der Pas/via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Niels van der Pas</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/MPXAYXKHY3ADZFCZI5WSJCFSMQ.jpg?auth=744035d19e5f79b66c31a5eee793a14d0de945db52baba424a8c3babdcba9fd1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Workers spread peanut butter on a floor to recreate the "Peanut Butter Floor" artwork in tribute to Dutch artist Wim T. Schippers at the Museum Boijmans Van Beuningen in Rotterdam, Netherlands, Friday, July 3, 2026. (AP Photo/Mouneb Taim)]]></media:description><media:credit role="author" scheme="urn:ebu">Mouneb Taim</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/C4DDUID4KBT4RKXJU5H263MUBA.jpg?auth=7c25d64670903345f257f12a88106bf6ebd303a0750b1701577364a396f803b7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Workers spread peanut butter on a floor to recreate the "Peanut Butter Floor" artwork in tribute to Dutch artist Wim T. Schippers at the Museum Boijmans Van Beuningen in Rotterdam, Netherlands, Friday, July 3, 2026. (AP Photo/Mouneb Taim)]]></media:description><media:credit role="author" scheme="urn:ebu">Mouneb Taim</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VYO6C6TK337BM26JFKXEFC2MCU.jpg?auth=e6c24b7413e4c5144bcd2caf6dcd887ff482c712f862835ddadafb777f8ae8d7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Workers spread peanut butter on a floor to recreate the "Peanut Butter Floor" artwork in tribute to Dutch artist Wim T. Schippers at the Museum Boijmans Van Beuningen in Rotterdam, Netherlands, Friday, July 3, 2026. (AP Photo/Mouneb Taim)]]></media:description><media:credit role="author" scheme="urn:ebu">Mouneb Taim</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YAVBEXK7GIYP5Y63EFSIHSKQKM.jpg?auth=cf4fc0175a8c4af23bc8b6272af84f00011bbf701a389a7b3dd87b0902aa1c00&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Workers spread peanut butter on a floor to recreate the "Peanut Butter Floor" artwork in tribute to Dutch artist Wim T. Schippers at the Museum Boijmans Van Beuningen in Rotterdam, Netherlands, Friday, July 3, 2026. (AP Photo/Mouneb Taim)]]></media:description><media:credit role="author" scheme="urn:ebu">Mouneb Taim</media:credit></media:content></item><item><title><![CDATA[Las inundaciones causadas por días de fuertes lluvias en el sur de China dejan 39 muertos]]></title><link>https://www.local10.com/espanol/2026/07/09/las-inundaciones-causadas-por-dias-de-fuertes-lluvias-en-el-sur-de-china-dejan-39-muertos/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/09/las-inundaciones-causadas-por-dias-de-fuertes-lluvias-en-el-sur-de-china-dejan-39-muertos/</guid><dc:creator><![CDATA[Por KEN MORITSUGU, Associated Press]]></dc:creator><description><![CDATA[BEIJING (AP) — Las autoridades del sur de China informaron el jueves que 39 personas han muerto por las inundaciones tras los aguaceros provocados por una tormenta tropical, mientras Taiwán y la costa este de China se preparaban para un tifón que se espera toque tierra en los próximos días.]]></description><pubDate>Thu, 09 Jul 2026 10:12:03 +0000</pubDate><content:encoded><![CDATA[<p>BEIJING (AP) — Las autoridades del sur de China informaron el jueves que 39 personas han muerto por las inundaciones tras los aguaceros provocados por una tormenta tropical, mientras Taiwán y la costa este de China se preparaban para un tifón que se espera toque tierra en los próximos días.</p><p>La mayoría de las muertes estuvieron relacionadas con el colapso parcial de una represa en Hengzhou, que provocó torrentes de agua que se abatieron sobre la ciudad y se cobraron 26 vidas, dijo Ding Wei, vicealcalde de la ciudad de Nanning, que tiene jurisdicción sobre la zona. Nueve personas seguían desaparecidas en la región más amplia de Guangxi.</p><p>La tormenta tropical Maysak llevó lluvias récord a la región de Guangxi a partir del sábado, reventó embalses y dejó a personas varadas durante días en viviendas y otros edificios. La cifra de fallecidos anunciada previamente el martes era de seis.</p><p>Una segunda tormenta, el tifón Bavi, estaba en el mar en una trayectoria hacia el noroeste que lo llevaría sobre algunas islas remotas de Japón y luego justo al norte de Taiwán antes de tocar tierra en la provincia china de Fujian o Zhejiang el sábado. El jueves se podían ver barcos pesqueros apiñados en los puertos del norte de Taiwán ante la previsión de fuertes lluvias en la isla de 23 millones de habitantes.</p><p>Bavi, que llevó vientos violentos a Saipán y otros territorios de Estados Unidos a principios de esta semana, fue degradado el jueves de la categoría de supertifón, pero aún tenía vientos máximos sostenidos de 184 kilómetros (114 millas) por hora, según la Administración Meteorológica Central de Taiwán. Se suspendieron las clases en varias ciudades y pueblos de Filipinas y se prohibió a los barcos salir de los puertos del norte mientras el tifón pasaba al este de la isla norteña de Luzón.</p><p>En el sur de China, los equipos de rescate militares terminaron de sacar a más de 10.000 estudiantes y maestros atrapados de un conjunto de escuelas en la ciudad de Guigang, a unos 60 kilómetros (40 millas) al noreste de Hengzhou. Un video de la televisora estatal CCTV mostró a los estudiantes, con chalecos salvavidas de color naranja brillante, trepando a las embarcaciones que los alejaban de la escena surrealista de edificios escolares que emergían de un lago de agua lodosa.</p><p>Los animales también quedaron varados o fueron arrastrados por la subida de las aguas.</p><p>Un zoológico en Guigang dijo que había más de 100 animales desaparecidos, incluidos dos cebras, cuatro puercoespines y decenas de aves tropicales. En Hengzhou, encuentros con serpientes que presuntamente escaparon de una granja llevaron a las autoridades a abastecerse de fármacos contra veneno y aconsejar a los residentes qué hacer en caso de mordisco.</p><p>Un operador de un refugio de animales en el condado de Binyang, unos 75 kilómetros (50 millas) al noroeste de Hengzhou, trabajó en los últimos días para rescatar a unos 200 gatos y decenas de perros, llevando a los perros de dos en dos a través de aguas profundas. Los gatos treparon a las vigas mientras subían las aguas.</p><p>Se han utilizado drones y unas 5.700 embarcaciones en una operación masiva de ayuda y rescate para entregar agua potable y otros suministros y sacar a los residentes atrapados. Unas 130.000 personas han sido evacuadas.</p><p>Ding dijo que las crecidas están retrocediendo, pero se esperan más lluvias en algunas zonas en los próximos dos días. Se han desplegado equipos para retirar el lodo y los escombros y desinfectar varias localidades en Hengzhou.</p><p>Las reparaciones de carreteras continúan y se ha restablecido la electricidad en más de 60.000 hogares, dijo Ding en una rueda de prensa.</p><p>Las fuertes lluvias, más intensas de lo esperado, azotaron el sur de Guangxi durante días, con precipitaciones acumuladas de 10 a 40 centímetros (4 a 16 pulgadas) en algunas zonas y más de 90 cm (35 pulgadas) en las zonas más afectadas, informó el centro meteorológico nacional.</p><p>El mal tiempo también azotó el centro de China esta semana, dejando 11 muertos y a muchos otros sin hogar en la provincia de Hubei tras tormentas eléctricas y tornados la noche del lunes.</p><p>En otras partes de Asia, deslizamientos de tierra causados por las lluvias monzónicas han matado al menos a 13 refugiados rohinyas en campamentos de Bangladesh esta semana. Las autoridades estaban trasladando a los refugiados a zonas más seguras el jueves.</p><p>___</p><p>Los productores de video de Associated Press Wayne Zhang y Olivia Zhang en Beijing, el videoperiodista Taijing Wu en Taipéi, Taiwán, y el redactor Jim Gomez en Manila, Filipinas, contribuyeron a este despacho.</p><p>___</p><p>Esta historia fue traducida del inglés por un editor de AP con la ayuda de una herramienta de inteligencia artificial generativa.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZF5BKLYJQY6X5HHGXWLRX3U7BY.jpg?auth=e57e743822b63a4ff2cbcf34dbd00eae66ba4b6e667ac76d64b71b7d10be43cf&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[En esta imagen publicada por la agencia de noticias Xinhua, rescatistas evacúan profesores y alumnos varados en un recinto educativo de Xijiang tras el paso de la tormenta tropical Maysak en la ciudad de Guigang, en la región autónoma china de Guangxi, el 8 de julio de 2026. (Zhou Hua/Xinhua via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Zhou Hua</media:credit></media:content></item><item><title><![CDATA[Flooding from days of heavy rain in southern China has killed 39 people]]></title><link>https://www.local10.com/news/world/2026/07/09/flooding-from-days-of-heavy-rain-in-southern-china-has-killed-39-people/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/09/flooding-from-days-of-heavy-rain-in-southern-china-has-killed-39-people/</guid><dc:creator><![CDATA[By KEN MORITSUGU, Associated Press]]></dc:creator><description><![CDATA[BEIJING (AP) — Authorities in southern China said Thursday that 39 people died in flooding after a tropical storm dumped heavy rainfall, as the country's east coast and Taiwan prepared for a typhoon expected to make landfall in the coming days.]]></description><pubDate>Thu, 09 Jul 2026 09:35:29 +0000</pubDate><content:encoded><![CDATA[<p>BEIJING (AP) — Authorities in southern China said Thursday that 39 people died in flooding after a tropical storm dumped heavy rainfall, as the country's east coast and Taiwan prepared for a typhoon expected to make landfall in the coming days.</p><p>Most of the deaths were in Hengzhou, where the partial collapse of a reservoir dam sent torrents of water into the city and claimed 26 lives, said Ding Wei, the vice mayor of Nanning city, which has jurisdiction over the area. Nine people remained missing in the broader Guangxi region.</p><p>Tropical Storm Maysak brought record rainfall to Guangxi starting Saturday, breaching reservoirs and stranding people for days in homes and other buildings. The previously announced death toll on Tuesday was six people.</p><p>A second storm, Typhoon Bavi, was at sea on a northwest track that would take it over some remote Japanese islands and then just north of Taiwan before making landfall in China's Fujian or Zhejiang province on Saturday. Fishing boats could be seen tightly packed at ports in northern Taiwan on Thursday in anticipation of heavy rain hitting the island of 23 million people.</p><p>Bavi, which brought violent winds to Saipan and other U.S. territories earlier this week, was downgraded Thursday from super-typhoon strength but still had maximum sustained winds of 184 kilometers (114 miles) per hour, according to Taiwan’s Central Weather Administration. Classes were suspended in several cities and towns in the Philippines and ships prohibited from leaving northern ports as the typhoon passed east of the northern island of Luzon.</p><p>In southern China, military rescue teams finished bringing out more than 10,000 trapped students and teachers from a cluster of schools in Guigang city, about 60 kilometers (40 miles) northeast of Hengzhou. Video on state broadcaster CCTV showed the students, wearing bright orange life vests, clambering onto boats that took them away from the surreal scene of school buildings rising out of a lake of muddy water.</p><p>Animals were also stranded or swept out by the floodwaters.</p><p>A zoo in Guigang said more than 100 animals were missing, including two zebras, four porcupines and dozens of tropical birds. In Hengzhou, encounters with snakes that reportedly escaped from a farm prompted authorities to stock up on antivenom and advise residents what to do if they were bitten.</p><p>An animal shelter operator in Binyang country, about 75 kilometers (50 miles) northwest of Hengzhou, struggled in recent days to rescue about 200 cats and dozens of dogs, bringing the dogs two at a time through deep water. The cats climbed up to the rafters as the water level rose.</p><p>Drones and some 5,700 boats have been used in a massive relief and rescue operation to deliver drinking water and other supplies and bring out trapped residents. About 130,000 people have been evacuated.</p><p>Ding said the floodwaters are receding but more rain is expected in some areas in the next two days. Crews have been deployed to clear mud and debris and disinfect several towns in Hengzhou.</p><p>Road repairs are ongoing and electricity has been restored to more than 60,000 homes, Ding said at a news briefing.</p><p>Heavier-than-expected rain battered southern Guangxi for days, with cumulative rainfall of 10 to 40 centimeters (4 to 16 inches) in some areas and more than 90 centimeters (35 inches) in hard-hit areas, the national meteorological center said.</p><p>Severe weather also hit central China this week, leaving 11 dead and many others homeless in Hubei province after thunderstorms and tornadoes on Monday night.</p><p>Elsewhere in Asia, landslides caused by monsoon rains have killed at least 13 Rohingya refugees in camps in Bangladesh this week. Authorities were moving refugees to safer areas on Thursday.</p><p>___</p><p>Associated Press video producers Wayne Zhang and Olivia Zhang in Beijing, videojournalist Taijing Wu in Taipei, Taiwan, and writer Jim Gomez in Manila, Philippines, contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/6642KPQH4VHKR7KRQONEWPZWNQ.jpg?auth=e79ff33c523671ba317d1e9d1cf3fd8560f01b63f9fb634b199301c263a2c2cc&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, rescuers evacuate stranded teachers and students at Xijiang education park in the aftermath of tropical storm Maysak in Guigang City, south China's Guangxi Zhuang Autonomous Region, July 8, 2026. (Zhou Hua/Xinhua via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Zhou Hua</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/64ISHVHG54EDRDQTTIT5MFFN44.jpg?auth=f4581cb82a566f92f37b0f45ed0776558932d368f89bdd0757db98bb519ebb1e&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, rescuers evacuate stranded teachers and students at Xijiang education park in the aftermath of tropical storm Maysak in Guigang City, south China's Guangxi Zhuang Autonomous Region, July 8, 2026. (Zhou Hua/Xinhua via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Zhou Hua</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/MUPBA2HGLK4XS2NMN4SKMBI6JE.jpg?auth=437c7f98bceeb76e9e01f647fa03eb5443adfb62d0b38c6118248f22930150c1&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 aerial view shows flooded areas of after tropical storm Maysak past Liujia Village in Qinzhou, south China's Guangxi Zhuang Autonomous Region, July 7, 2026.(Ao Shuaichang/Xinhua via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Ao Shuaichang</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ENHBBOXLZLYN6XZUPRJ36G7LXA.jpg?auth=6ebb3e8458269269826d3b03cfe7adb755d09f5ed69b348709d847a82591d088&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, rescuers evacuate a stranded resident after tropical storm Maysak past Liujia Village in Qinzhou, south China's Guangxi Zhuang Autonomous Region, July 7, 2026. (Ao Shuaichang/Xinhua via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Ao Shuaichang</media:credit></media:content></item><item><title><![CDATA[Oil prices and stocks hold steadier as calm returns to financial markets worldwide]]></title><link>https://www.local10.com/news/2026/07/09/oil-prices-and-stock-markets-worldwide-hold-steadier-as-ai-stocks-climb/</link><guid isPermaLink="true">https://www.local10.com/news/2026/07/09/oil-prices-and-stock-markets-worldwide-hold-steadier-as-ai-stocks-climb/</guid><dc:creator><![CDATA[By STAN CHOE, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Wall Street and oil prices are holding steadier Thursday in the wait to see what will come next after President Donald Trump raised doubts about the temporary truce in the war with Iran.]]></description><pubDate>Thu, 09 Jul 2026 14:35:15 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Wall Street and oil prices are holding steadier Thursday 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 rose 0.2%, 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 was up 71 points, or 0.1%, as of 10:15 a.m. Eastern time, and the Nasdaq composite was 0.2% higher.</p><p>In the oil market, prices edged lower following their jumps from the day before. The price for a barrel of Brent crude, the international standard, fell 0.7% to $77.45. That’s down from $78.02 the day before but still above its $71.80 price at the end of last week.</p><p>The worry is that a return to full-blown war will block oil tankers from the Strait of Hormuz  and prevent the delivery of crude from the Persian Gulf to customers worldwide. That could worsen inflation, which economists expected would ease with oil prices, and in turn force the Federal Reserve and other central banks to  raise interest rates.</p><p>Higher rates can keep a lid on inflation, but they also slow the economy and hurt prices for all kinds of investments.</p><p>But Trump also said Wednesday that the latest back-and-forth fighting would not result in “long-term” military action, raising uncertainty about just what will happen.</p><p>The swings for oil prices have halted what had been a steady decline in gasoline prices, and the cost for a gallon climbed a nickel overnight, according to motor club AAA. The average price for a gallon of regular gasoline was $3.85 Thursday, up 68 cents from a year earlier.</p><p>In the meantime, some renewed strength for makers of computer chips and other winners of the boom around artificial-intelligence technology is helping to support stock markets worldwide.</p><p>In South Korea, whose stock market is dominated by two companies that make semiconductors, the Kospi index rose 0.6% after tumbling 5.3% the day before. SK Hynix, which is preparing to sell shares of its stock that will trade in the United States, jumped 5.3% in Seoul.</p><p>On Wall Street, Micron Technology’s rise of 7.3% was the strongest force pushing upward on the S&P 500. It said it plans to invest up to $3 billion in the manufacturing of semiconductors in the United States, including $500 million for GlobalWafers' raw silicon wafer manufacturing facility in Texas.</p><p>Such stocks have become some of Wall Street’s most influential after growing so big in the euphoria around AI. But AI stocks have also come pressure recently because of worries their prices shot too high and that AI may not produce enough productivity and profits to make all the investments in chips and data centers worth it.</p><p>Stocks broadly got some help from stabilizing yields in the bond market. The yield on the 10-year Treasury edged down to 4.55% from 4.56% late Wednesday.</p><p>It had been climbing on worries about high oil prices and the potential for higher interest rates, which cranked up the pressure on stocks and prices for other investments.</p><p>Besides the war with Iran, another big event for Wall Street is the upcoming start of earnings reporting season for companies. Next week, the biggest banks are set to unveil how much profit they made from April through June. Companies across industries will need to report strong growth to justify the big moves their stock prices have made.</p><p>PepsiCo fell 5% even though it reported slightly better revenue for the latest quarter than analysts expected. Numbers released by the company behind Gatorade and Doritos showed weakening trends in its North American food and drinks businesses.</p><p>In stock markets abroad, indexes rose across much of Europe and Asia.</p><p>Besides Seoul’s climb, stock indexes rose 1.7% in Shanghai and 0.7% in Paris.</p><p>On the losing end was Hong Kong’s Hang Seng, which slipped 0.7% as shares of Apple supplier Luxshare fell 1.5% in its trading debut.</p><p>___</p><p>AP Business Writers Chan Ho-him and Matt Ott contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/F2QGH34L2TZHOOYEJDBCF5TAJI.jpg?auth=1ff60c58b4b8f747ad1d9052329579f03e42372104eaed59575c3363ec0471cc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Traders work on the floor at the New York Stock Exchange in New York, Monday, July 6, 2026. (AP Photo/Seth Wenig)]]></media:description><media:credit role="author" scheme="urn:ebu">Seth Wenig</media:credit></media:content></item><item><title><![CDATA[Trump's plan for a triumphal arch in the nation's capital is getting another review]]></title><link>https://www.local10.com/news/politics/2026/07/09/trumps-plan-for-a-triumphal-arch-in-the-nations-capital-is-getting-another-review/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/07/09/trumps-plan-for-a-triumphal-arch-in-the-nations-capital-is-getting-another-review/</guid><dc:creator><![CDATA[By DARLENE SUPERVILLE, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — President Donald Trump's plans to build a skyline-altering arch in the nation's capital is getting another review from the federal commission whose approval he needs, but the agency's staff says the project should be revised before it gets the go-ahead.]]></description><pubDate>Thu, 09 Jul 2026 04:06:27 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — President Donald Trump's plans to build a skyline-altering arch in the nation's capital is getting another review from the federal commission whose approval he needs, but the agency's staff says the project should be revised before it gets the go-ahead.</p><p>The National Capital Planning Commission is meeting Thursday, and the Republican president's proposed 250-foot (76-meter) arch is one of the items on the agenda.</p><p>In a report, the agency's staff recommends that the commission approve the preliminary site and building plans for the arch. But the staff also recommends that the design be tweaked to comply with a federal law that limits building heights in downtown Washington to preserve the city's famous skyline. The planning commission applies the law during its approval process.</p><p>“Staff suggests the Commission request the applicant revise the project design to comply with the Height of Buildings Act and return to NCPC for final approval,” the 185-page report says.</p><p>Applying the law "would require design revisions to redistribute the height between the main structure, habitable roof structure and statuary,” the report said. But even with the recommended revisions, the arch, a public observation deck and three gilded topper statues would still reach Trump's desired 250-foot height, the report said.</p><p>The staff is also recommending that commissioners seek additional information about vehicular traffic around the arch, the proposed granite exterior and other aspects of the project before the Interior Department, which oversees the park service, returns for final approval. Trump wants to build the arch on a traffic circle on the Virginia side of the Memorial Bridge from the District of Columbia.</p><p>The U.S. Commission of Fine Arts, a separate federal agency, approved the design for the arch in May. The National Capital Planning Commission oversees construction on federal land in the city and began reviewing the arch plan in June.</p><p>Opponents of the project argue that the arch is too big for the skyline and would disrupt carefully designed views between the Lincoln Memorial and Arlington National Cemetery that were meant to symbolize the reunification of the North and the South after the Civil War.</p><p>But the opposition has done little to influence the members of either commission, both of which include some of Trump's closest allies. Trump appointed Will Scharf, a top White House aide, to lead the planning commission.</p><p>A group of veterans and a historian have sued the Trump administration in federal court to block the arch construction over concerns about disruptions to the sightline.</p><p>The arch would be more than twice as tall as the Lincoln Memorial, which is 99 feet (30 meters) tall, and close to half the height of the Washington Monument, at about 555 feet (169 meters) tall.</p><p>Trump had said last year that the arch could be paid for with unused funds from the hundreds of millions of dollars he said he has raised from corporations, donors and other wealthy people to pay to build a new $400 million ballroom at the White House.</p><p>But, as it turns out, some public money will be used for the ballroom project, as well as the arch. The White House has not released a cost estimate for the arch.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/FCYBQDVIB3OPDZCLQJMKZMTY5E.jpg?auth=a6b3c2357c9aec5b7d48c94d2a33e4d23976e850e83c85b4aff573728bd982ca&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Visitors walk at the Great American State Fair with the triumphal arch model and the U.S. Capitol, in the background, Wednesday, July 8, 2026, in Washington. (AP Photo/Mariam Zuhaib)]]></media:description><media:credit role="author" scheme="urn:ebu">Mariam Zuhaib</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/62DV547UIN4T3FJ73GNOUS6SE4.jpg?auth=69181dc4cf67df99dc6b764fda9126bc60a367442bcb7222a725dd680ba8cb32&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A model of the proposed triumphal arch, and the ferris wheel are seen at the Great American State Fair on the National Mall, Tuesday, July 7, 2026, in Washington. (AP Photo/Mariam Zuhaib)]]></media:description><media:credit role="author" scheme="urn:ebu">Mariam Zuhaib</media:credit></media:content></item><item><title><![CDATA[Prosecutors plan to play redacted statements from roommate of defendant in Charlie Kirk's killing]]></title><link>https://www.local10.com/news/2026/07/09/prosecutors-plan-to-play-redacted-statements-from-roommate-of-defendant-in-charlie-kirks-killing/</link><guid isPermaLink="true">https://www.local10.com/news/2026/07/09/prosecutors-plan-to-play-redacted-statements-from-roommate-of-defendant-in-charlie-kirks-killing/</guid><dc:creator><![CDATA[By HANNAH SCHOENBAUM and MATTHEW BROWN, Associated Press]]></dc:creator><description><![CDATA[PROVO, Utah (AP) — Utah prosecutors plan to play audio clips in open court Thursday of law enforcement officials interviewing the roommate of the man accused of killing conservative activist Charlie Kirk.]]></description><pubDate>Thu, 09 Jul 2026 04:02:26 +0000</pubDate><content:encoded><![CDATA[<p>PROVO, Utah (AP) — Utah prosecutors plan to play audio clips in open court Thursday of law enforcement officials interviewing the roommate of the man accused of killing conservative activist Charlie Kirk.</p><p>Defense attorneys fought against the public release of the statements from Tyler Robinson's roommate and romantic partner, Lance Twiggs. They said prosecutors would characterize the statements as a confession, undermining Robinson's right to a fair trial if the statements are broadcast by the media.</p><p>Robinson is charged with aggravated murder and has not entered a plea. He turned himself in a day after the fatal shooting of Kirk, a close ally of President Donald Trump credited with helping galvanize the youth vote for Trump in the 2024 election.</p><p>Prosecutors allege Robinson confessed in a note left for Twiggs that read: “I had the opportunity to take out Charlie Kirk and I’m going to take it.” Robinson also allegedly sent a text to Twiggs saying he targeted Kirk because he “had enough of his hatred.”</p><p>Twiggs spoke to authorities on Sept. 12 — two days after Kirk was assassinated while speaking to a crowd of thousands at Utah Valley University — and again on April 20. He was given immunity for the statements, meaning what Twiggs said cannot be used against him in a potential criminal case.</p><p>State District Judge Tony Graf will decide at the conclusion of this week’s preliminary hearing if prosecutors have enough evidence to bring Robinson to trial.</p><p>Robinson’s attorneys have not commented on his guilt or innocence but have sought to get the death penalty taken off the table, so far unsuccessfully.</p><p>Attorneys for Kirk’s family and the media had urged the judge to make Twiggs' statements and other evidence public.</p><p>“To not be transparent, to not be open and let the world see what happened will create doubt and distrust in the judicial system,” Kirk family lawyer Jeffrey Neiman told Graf.</p><p>Investigators say Robinson went to a rooftop near where Kirk was speaking and shot him once through the neck as the activist was taking questions from a crowd of several thousand people. Kirk was declared dead after being taken to a hospital.</p><p>Investigators found the suspected murder weapon — a bolt-action rifle with one spent round — wrapped in a towel in a wooded area near where Kirk was shot.</p><p>Robinson’s lawyers earlier this week questioned the reliability of DNA testing used to link the defendant to the towel and gun.</p><p>A member of Tyler Robinson’s defense team interrogated a DNA analyst from the FBI about the techniques she used to connect Robinson to the evidence. Defense lawyer Michael Burt cast doubt on the analyst’s conclusions.</p><p>“She can’t match Mr. Robinson to the questioned samples,” Burt argued.</p><p>But forensics expert Lawrence Quarino said law enforcement agencies use “extremely reliable” tests to determine the probability that a person matches with DNA found at a crime scene.</p><p>DNA testing “is the gold standard in forensic science,” said Quarino, a professor and director of the forensic science program at Cedar Crest College in Pennsylvania.</p><p>___</p><p>Brown reported from Billings, Montana.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/KRCII7X6I4ZZIBC37VZXENKGVM.jpg?auth=da7642e5d4f8c95cfaaca361e9f4ab87d71b9d4d0b0d693574ca51ad48b32f29&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Tyler Robinson, who is accused of fatally shooting Charlie Kirk, appears during a hearing in Fourth District Court in Provo, Utah, on Dec. 11, 2025. (Rick Egan/The Salt Lake Tribune via AP, Pool, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Rick Egan</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/Z3RFSBUKEXK4V2Y6MAKU5WYR4M.jpg?auth=4f0cacec1bd2d542fea5b9418b5406ec77dbd51906a1c649cd36ddc48c4d75b3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Police officials handle a dog as people access the limited public seating available at a preliminary hearing for Tyler Robinson, the Utah man accused of fatally shooting Charlie Kirk, in Provo, Utah, Wednesday, July 8, 2026. (AP Photo/Ty ONeil)]]></media:description><media:credit role="author" scheme="urn:ebu">Ty ONeil</media:credit></media:content></item><item><title><![CDATA[Senate hopeful Haley Stevens knows how to win in Michigan. Democrats must decide if that's enough]]></title><link>https://www.local10.com/news/politics/2026/07/09/senate-hopeful-haley-stevens-knows-how-to-win-in-michigan-democrats-must-decide-if-thats-enough/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/07/09/senate-hopeful-haley-stevens-knows-how-to-win-in-michigan-democrats-must-decide-if-thats-enough/</guid><dc:creator><![CDATA[By JOEY CAPPELLETTI, Associated Press]]></dc:creator><description><![CDATA[SOUTH HAVEN, Mich. (AP) — U.S. Rep. Haley Stevens is spending the closing weeks of Michigan’s Democratic Senate primary making a simple case: she’s the candidate who wins.]]></description><pubDate>Thu, 09 Jul 2026 04:01:48 +0000</pubDate><content:encoded><![CDATA[<p>SOUTH HAVEN, Mich. (AP) — U.S. Rep. Haley Stevens is spending the closing weeks of Michigan’s Democratic Senate primary making a simple case: she’s the candidate who wins.</p><p>Stevens flipped a Republican-held House seat in suburban Detroit in 2018 and hasn’t lost since, including surviving a bruising primary against a fellow Democratic incumbent after redistricting in 2022. She says it's what sets her apart from her opponent in the Aug. 4 primary, progressive Abdul El-Sayed.</p><p>“It is not a hypothetical that I beat Republicans,” Stevens told The Associated Press after a campaign stop in West Michigan this week. “I win tough races. I have had Republicans throw everything at me and still managed to win.”</p><p>Holding Michigan’s Senate seat is essential to any Democratic path back to the Senate majority this fall. That imperative only grew this week after Democrats' nominee in Maine, Graham Platner, said he planned to drop out after he was accused of sexual assault, threatening another seat the party had hoped to keep competitive. While no Republican has won a U.S. Senate seat in Michigan since 1994, former U.S. Rep. Mike Rogers came within 20,000 votes of doing so in 2024.</p><p>That calculation has led Senate Democratic leader Chuck Schumer and influential Michigan Democrats, including former Sen. Debbie Stabenow, to rally behind Stevens, arguing she gives Democrats their strongest chance in November against Rogers, who is running again.</p><p>But if electability is the party establishment’s top priority, it’s an open question whether Democratic primary voters agree.</p><p>“Democratic leadership should think more in terms of what we want to accomplish, and less about, ‘We’ve got to make it appeal to everybody,’” said Dave Burdick, 71, of Douglas, Michigan. He's backing El-Sayed, who has surged by arguing that Democrats don’t have to run to the middle to win.</p><p>El-Sayed has built his campaign around bold policy proposals, rejecting corporate PAC money and casting himself as an alternative to the status quo of the Democratic Party.</p><p>“People don’t want a moderate. They want somebody who’s going to come in and effect change,” Burdick added.</p><p>Stevens makes the case for retail politics</p><p>On a summer afternoon in South Haven, a community along Lake Michigan, Stevens walks into a pet supply store with the ease of a seasoned campaigner. Within minutes, she's chatting with the owner about the area, greeting reporters by first name and striking up conversations with customers. She slips easily between small talk and campaign mode, asking about customers’ lives before mentioning legislation she’s championed and asking for their vote.</p><p>“I thought she was great fun,” said owner Roxanne Leder. “She was energetic and had a positive outlook.”</p><p>It’s the kind of campaigning Stevens’ allies say has defined her political career. They acknowledge she lacks the viral progressive moments that have fueled El-Sayed’s rise, but say she’s at her best in small rooms, union halls and local businesses — which they say is where elections are won.</p><p>Stevens has leaned into that contrast herself.</p><p>“Unlike my opponent, I’m not running at the first mic or camera I see,” Stevens said during a debate Tuesday. “We do not need a celebrity senator. We need a workhorse.”</p><p>It’s also a style familiar to Michigan Democrats. From former Gov. Jennifer Granholm to current-Gov. Gretchen Whitmer, successful statewide candidates have often paired an upbeat, personable campaign style with a pragmatic message centered on economic issues.</p><p>But unlike Granholm or Whitmer, Stevens has yet to generate the kind of broad grassroots enthusiasm that defined their statewide campaigns. El-Sayed, meanwhile, has packed rallies with progressive supporters and high-profile endorsers.</p><p>Stevens has leaned more heavily on tens of millions of dollars in outside spending, which could become one of Stevens’ biggest liabilities in the primary. Outside groups have spent more than $30 million to boost her candidacy, dwarfing the spending behind El-Sayed. The largest spender, United Democracy Project, the super PAC affiliated with the American Israel Public Affairs Committee, or AIPAC, has spent more than $13 million on Stevens’ behalf and reserved another $7 million before the primary.</p><p>For Burdick, the 71-year-old El-Sayed supporter, that spending is disqualifying. He said he would not vote for Stevens in the general election because of her support from AIPAC.</p><p>Leder, by contrast, said she expects to vote for Stevens in August because she’s far more familiar with the congresswoman than with El-Sayed. She said she still plans to do more research before making a final decision.</p><p>“I'm just a Democrat,” said Leder. “Please, please no Mike Rogers.”</p><p>Michigan has a populist streak</p><p>El-Sayed is running on Medicare for All, campaign finance reform, abolishing the U.S. Immigration and Customs Enforcement agency and ending all U.S. weapons sales to Israel. He’s also a Muslim who has never held elected office.</p><p>To many Democratic leaders in Washington, that makes him a risky nominee in a battleground state often viewed as moderate and centered on manufacturing.</p><p>But Michigan has repeatedly rewarded candidates who cast themselves as outsiders challenging the political establishment. In 2016, Sen. Bernie Sanders defeated Hillary Clinton in the state’s Democratic presidential primary by running against party leaders. Donald Trump later built his own anti-establishment coalition, carrying Michigan in 2016 and again in 2024.</p><p>Burdick, a self-described “old white guy living in rural Michigan” who is a democratic socialist, said Trump and Sanders resonated with voters because they were upset.</p><p>“Well, you know what? They’re still mad,” he said. “They portray people like Abdul as unrealistic, but I think it’s unrealistic to think that we can continue the way that we’re heading.”</p><p>A two-person race changes the calculus</p><p>On Sunday, state Sen. Mallory McMorrow suspended her campaign. It prompted establishment Democrats to jump off the sidelines and back Stevens, including Democratic group EMILY’s List and Attorney General Dana Nessel.</p><p>“Haley is wicked smart, has won multiple highly competitive races, and she connects with people on a level so sincere and genuine that everyone who meets her feels truly seen and heard,” Nessel said in a statement.</p><p>El-Sayed has also built support among labor groups that have played an influential role in Democratic politics, including an endorsement from the United Auto Workers.</p><p>Fems for Dems, an influential Democratic grassroots group in the state, is not endorsing in the primary. But its founder, Lori Goldman, told AP in an interview that she planned to vote for El-Sayed.</p><p>“I personally am not going to have business as usual when I go to the ballot box. I want to vote for people, candidates that are going to go there and fight on our behalf,” she said.</p><p>Goldman, who founded the group 10 years ago in the politically important Oakland County, acknowledges the changing dynamics of Democratic primaries.</p><p>“Who would the natural choice be 10 years ago? Haley Stevens, right? Because we just followed the party line,” she said.</p><p>“People are breaking away from the party line. People want change.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/VPAGXEB5TZZSETIRYKILKACZU4.jpg?auth=dffa28d0417c78e635698e22b79d38138b76dc8971d69c4d6bf825b9c641cbf6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Michigan U.S. Sen candidate, Rep. Haley Stevens, D-Mich., speaks with media after a debate at WoodTV studios on Tuesday, July 7, 2026, in Grand Rapids, Mich. (AP Photo/Kristen Norman)]]></media:description><media:credit role="author" scheme="urn:ebu">Kristen Norman</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/CJSKWEQM4X6NSZWHDKOBKIJMYE.jpg?auth=4fcfbd7197f0e3b24a93b1a0a6b3ca43b457fd8aca2e9db895c8d8f2bcffe991&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Rep. Haley Stevens, D-Mich., shops at the Decadent Dogs pet store with owner, Roxanne Leder, in South Haven, Mich., on Tuesday, July 7, 2026. (AP Photo/Kristen Norman)]]></media:description><media:credit role="author" scheme="urn:ebu">Kristen Norman</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NFPXR2DKU3WZRFY2UY5JRAER4I.jpg?auth=35f3b2b0105b856c37dd4373f13e0a8adba9d28ac80142d53f302ac7e732f3b0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Rep. Haley Stevens, D-Mich., speaks with twin sisters Anna and Grace Thompson, 17, at the Decadent Dogs pet store in South Haven, Mich., on Tuesday, July 7, 2026. (AP Photo/Kristen Norman)]]></media:description><media:credit role="author" scheme="urn:ebu">Kristen Norman</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/S6UB3LEH7FBMJTV2QRQ5LYADUA.jpg?auth=99d1ad4fe813b8740d79a3c4c2362dbe98a6fc8d0efe10ebcaa76e5f213cfb5b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Michigan U.S. Senate candidates, Abdul El-Sayed, left, and Rep. Haley Stevens, D-Mich., are displayed on a television during a debate inside the spin room at WoodTV studios on Tuesday, July 7, 2026, in Grand Rapids, Mich. (AP Photo/Kristen Norman)]]></media:description><media:credit role="author" scheme="urn:ebu">Kristen Norman</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/IVAMVFFXZVLDKLHB6NYVLRP5OA.jpg?auth=d51852cb5a7fb4c6515ab8a61c88a2569884fa0b6777c82926e303f5b97ff85c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Michigan U.S. Senate candidate, Abdul El-Sayed, is seen greeting volunteers at a canvassing event at Riverside Park on Tuesday, July 7, 2026 in Grand Rapids, MI. (AP Photo/Kristen Norman)]]></media:description><media:credit role="author" scheme="urn:ebu">Kristen Norman</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/V4ZKST67DX7EUIQ4IKBLZDFRPQ.jpg?auth=8407953c0ec1a68085b0a7495b73c23d211dab47c1457a082f82fe3e5ede25de&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Dave Burdick, a supporter of Democratic Senate candidate Abdul El-Sayed, stands for a portrait outside of his home in Douglas, Mich., on Tuesday, July 7, 2026. (AP Photo/Kristen Norman)]]></media:description><media:credit role="author" scheme="urn:ebu">Kristen Norman</media:credit></media:content></item><item><title><![CDATA[Poblado de México denuncia ofensiva de cártel en el Mundial, pero no recibe apoyo gubernamental]]></title><link>https://www.local10.com/espanol/2026/07/08/poblado-de-mexico-denuncia-ofensiva-de-cartel-en-el-mundial-pero-no-recibe-apoyo-gubernamental/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/08/poblado-de-mexico-denuncia-ofensiva-de-cartel-en-el-mundial-pero-no-recibe-apoyo-gubernamental/</guid><dc:creator><![CDATA[Por MEGAN JANETSKY, Associated Press]]></dc:creator><description><![CDATA[CIUDAD DE MÉXICO (AP) — Las bombas empezaron a caer desde drones del cártel a las 6 de la mañana del miércoles, justo cuando el sol se asomaba sobre las montañas del sur de México.]]></description><pubDate>Thu, 09 Jul 2026 03:47:34 +0000</pubDate><content:encoded><![CDATA[<p>CIUDAD DE MÉXICO (AP) — Las bombas empezaron a caer desde drones del cártel a las 6 de la mañana del miércoles, justo cuando el sol se asomaba sobre las montañas del sur de México.</p><p>El conjunto de comunidades rurales conocido como Guajes de Ayala, ahora bajo asedio, llevaba semanas advirtiendo a las fuerzas policiales en el estado de Guerrero sobre las crecientes amenazas del cártel que avanzaba, La Nueva Familia Michoacana. Pero sus llamados de auxilio no fueron atendidos, en un momento en que las celebraciones del Mundial de fútbol envolvían a los centros urbanos más grandes del país: Ciudad de México, Guadalajara y Monterrey.</p><p>Ahora, lo único que podía hacer Marilú Solorio, de 24 años, era esconderse en una clínica médica abandonada cercana, junto con otras 70 mujeres, niños y ancianos, con la esperanza de que se acabaran el sonido constante de explosiones de drones y los disparos entre el cártel y el grupo de autodefensa de la comunidad.</p><p>Y que, cuando eso ocurriera, todos siguieran con vida.</p><p>“Mientras unos festejan goles, a otros nos están aventando bombas... drones cargados de bombas para masacrarnos”, declaró por teléfono desde su refugio sobre el torneo de fútbol. “El gobierno, en vez de andar cuidando a gentes allá en lugares donde juegan en el Mundial, deberían de estar apoyándonos a nosotros. Nosotros no les hacemos ningún mal a nadie”.</p><p>Las fuerzas mexicanas se han concentrado en las sedes del Mundial</p><p>Las autoridades mexicanas negaron rápidamente que hubieran ocurrido los ataques en Guerrero, un estado azotado por la violencia, pese a videos transmitidos en vivo por habitantes que mostraban disparos y humo elevándose desde miradores en la montaña, instalados por los residentes para vigilar indicios de presencia del cártel.</p><p>La presidenta de México, Claudia Sheinbaum, lleva meses lidiando con cómo abordar la violencia criminal en el país, que desde hace décadas se ha vuelto endémica.</p><p>Aunque los homicidios han disminuido de forma notoria en el gobierno de Sheinbaum, la presión para reducirlos aún más ha aumentado durante el último año, en un momento en que México procuraba proyectar seguridad y estabilidad de cara al Mundial luego de que en febrero hubo un estallido de violencia en Guadalajara, una de las ciudades sede. A eso se suman las amenazas adicionales del presidente estadounidense Donald Trump de emprender acciones militares unilaterales contra los cárteles, y otras fracturas políticas internas.</p><p>A consecuencia de todo ello, México redobló la seguridad en las sedes del Mundial, desplegando a 100.000 elementos de seguridad, principalmente en Ciudad de México, Monterrey y Guadalajara. La etapa de la competencia en el país, que concluyó el domingo, terminó sin incidentes de seguridad importantes.</p><p>Mientras los aficionados al futbol abarrotaban las calles de diversas ciudades para celebrar el deporte, y memes de patos con camisetas de México inundaban las redes sociales, la violencia en muchas partes del país simplemente continuó.</p><p>David Saucedo, analista de seguridad mexicano, dice que ataques como los de Guajes de Ayala y otras zonas acosadas por la violencia de los cárteles son consecuencia de la estrategia de seguridad del gobierno para la Copa del Mundo.</p><p>“Hubo una seguridad muy fuerte en Ciudad de México, Guadalajara y Monterrey. De hecho, muchos efectivos del Ejército y de la Guardia Nacional se trasladaron de varios estados para reforzar las sedes mundialistas", explicó Saucedo. “Pero al hacerlo dejó descubiertas varias regiones" que no eran sedes del Mundial.</p><p>En enfrentamientos el fin de semana entre grupos criminales en el norte del estado de Sinaloa, murieron un oficial de la Armada y 10 presuntos integrantes de un grupo delictivo. La semana anterior, en el sur del estado de Veracruz, el gobierno local informó que halló el cuerpo de la periodista secuestrada Roxana Guzmán, de quien asegura fue asesinada por grupos criminales.</p><p>En el sureño estado de Chiapas, el miércoles se encontraron ocho cuerpos apilados junto con mensajes del cártel. En años recientes, el estado ha padecido violentas disputas de poder entre cárteles.</p><p>Las advertencias de un ataque inminente no fueron atendidas</p><p>La comunidad de Guajes de Ayala les había advertido a las fuerzas policiales que el cártel se estaba acercando a su pueblo, y también compartió en redes sociales videos de drones del cártel sobrevolando y la ubicación de sicarios que se aproximaban poco a poco a sus hogares.</p><p>Dijeron que temían un ataque inminente. Solorio señaló que nadie les ayudó.</p><p>Eso llegó a un punto crítico el miércoles por la mañana. Mientras Solorio y su grupo se refugiaban del tiroteo en la clínica abandonada, otras personas en distintos puntos se resguardaban en iglesias.</p><p>Las autoridades locales y federales no respondieron de momento a una solicitud de comentarios, pero después de que la AP preguntó por los ataques, el Gabinete de Seguridad de México publicó en la red social X que “los hechos narrados en notas periodísticas fueron descartados”.</p><p>En la publicación se añadió que, no obstante, personal de la Defensa y fuerzas de seguridad estatales se dirigían “a la zona para verificar la situación, reforzar la presencia institucional y brindar seguridad a la población”.</p><p>Las autoridades ya habían negado acusaciones de que han abandonado a las comunidades de Guerrero, pero cuando la AP visitó recientemente la región, no había presencia estatal en ningún punto cercano a las comunidades.</p><p>Desde hace años, La Nueva Familia Michoacana —a la que el gobierno de Trump declaró organización terrorista extranjera el año pasado, junto con otros cárteles mexicanos y pandillas de Centro y Sudamérica— ha estado ganando terreno en Guerrero.</p><p>En respuesta a los ataques, y a lo que la comunidad dijo que era una ausencia de las autoridades de seguridad, cientos de personas han huido de sus hogares. En años recientes, hombres de la comunidad han formado un grupo de autodefensa para contraatacar.</p><p>Dicho grupo fue armado por cárteles rivales, que se disputan el territorio con La Nueva Familia Michoacana, y portaban armas de grado militar introducidas de contrabando desde Estados Unidos, granadas y drones, que usaban para vigilar al cártel que se acercaba.</p><p>Para un lugar como Guerrero, marcado por décadas de facciones criminales en guerra, los habitantes han dicho desde hace tiempo que no era cuestión de si enfrentarían otro ataque, sino de cuándo.</p><p>———</p><p>Esta historia fue traducida del inglés por un editor de AP con la ayuda de una herramienta de inteligencia artificial generativa.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/LIJ2OVY64VE5SK5BGZIQQLBGN4.jpg?auth=b323114a91e299c7cb4a85d9f17479123ce57cdc334ca0d74beef50489526ace&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[ARCHIVO - Miembros de un grupo local de autodefensa, formado por residentes en respuesta a la violencia de los cárteles, patrullan el 10 de marzo de 2026, en Guajes de Ayala, México. (AP Foto/Marco Ugarte, archivo)]]></media:description><media:credit role="author" scheme="urn:ebu">Marco Ugarte</media:credit></media:content></item><item><title><![CDATA[US and Iran exchange more attacks across the Mideast, threatening ceasefire deal]]></title><link>https://www.local10.com/news/world/2026/07/09/us-and-iran-exchange-intensifying-fire-across-the-mideast-threatening-the-interim-deal-to-end-war/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/09/us-and-iran-exchange-intensifying-fire-across-the-mideast-threatening-the-interim-deal-to-end-war/</guid><dc:creator><![CDATA[By JON GAMBRELL, Associated Press]]></dc:creator><description><![CDATA[DUBAI, United Arab Emirates (AP) — The United States launched new airstrikes against Iran early Thursday, and Tehran responded by targeting U.S.-allied Mideast countries in an exchange of fire that threatened an interim deal intended to help end the war in the Middle East.]]></description><pubDate>Thu, 09 Jul 2026 14:30:03 +0000</pubDate><content:encoded><![CDATA[<p>DUBAI, United Arab Emirates (AP) — The United States launched new airstrikes against Iran early Thursday, and Tehran responded by targeting U.S.-allied Mideast countries in an exchange of fire that threatened an interim deal intended to help end the war in the Middle East.</p><p>Back-and-forth attacks, including a day earlier, have repeatedly threatened the ceasefire. But Thursday’s appeared bigger all around, with sirens sounding at least three times in Bahrain, home to the U.S. Navy’s 5th Fleet headquarters, and missiles targeting Kuwait and Qatar.</p><p>Sirens sounded Thursday afternoon in Jordan as well, where the U.S. has stationed troops and aircraft.</p><p>An Iranian official accused the U.S. of launching an airstrike later Thursday targeting the area around Iran's sole nuclear power plant, and other explosions were reported elsewhere in the country during the afternoon.</p><p>The strikes came hours after U.S. President Donald Trump said recent Iranian attacks on ships in the Strait of Hormuz signaled the end of a fragile ceasefire and threatened to escalate the conflict if they didn't stop. That raised concerns that the region could tip back into a war that would engulf several countries and could halt energy shipments through the strait that are crucial for the global economy.</p><p>In Iran, the two days of American airstrikes have killed at least 14 people and wounded another 78, Iran’s Health Ministry said Thursday. Most were reportedly members of the armed forces.</p><p>In Kuwait, the military said falling debris wounded one person as the nation shot down three ballistic missiles, a cruise missile and 10 drones. Bahrain said it shot down incoming fire, without elaborating, and Jordanian government spokesman Mohammad al-Momani said all incoming fire from Iran had been intercepted. Iranian state TV said the country's paramilitary Revolutionary Guard fired missiles at a U.S. base in Jordan.</p><p>There was no immediate word of damage in Qatar.</p><p>US strikes hit more targets</p><p>The U.S. military’s Central Command said it hit 90 targets across Iran, releasing black-and-white footage of what appeared to be strikes on an airport runway and missile launchers.</p><p>The U.S. said the strikes were intended to “further degrade” Iran’s ability “to threaten freedom of navigation” in the strait, through which a fifth of the world’s traded oil and natural gas passed before the war began with U.S. and Israeli attacks on Feb. 28.</p><p>Attacks on ships — and the threat of such strikes — virtually halted traffic in the waterway during the conflict, making oil prices skyrocket and raising the cost of food and other basic goods far beyond the region.</p><p>Iranian state media reported explosions in several locations, including Bushehr, home to Iran’s nuclear power plant complex, and southern port cities. The state-run IRNA news agency quoted Ehsan Jahanian, a local official in Bushehr, as accusing the U.S. of striking near the plant around noon, hours after the U.S. military’s Central Command said it had ended its latest round of strikes on Iran. Central Command did not immediately respond to a request for comment.</p><p>During the war, several strikes hit the area around the plant but didn't damage it.</p><p>For the first time since April, U.S. strikes also appeared to target Iranian bridges. State media reported a strike on a railway bridge in Iran’s northeastern Golestan province, and the Revolutionary Guard said two bridges were attacked on the route to Mashhad, where officials plan to bury the late Ayatollah Ali Khamenei on Thursday.</p><p>Trump warns that ‘it will get much worse’ if attacks on shipping happen again</p><p>After leaving a NATO summit in Turkey, Trump posted several videos on his social media site of what he said were explosions in Iran and issued another warning to the Islamic Republic.</p><p>“This is in retribution for yesterday’s bombing of ships by Iran. If it happens again, it will get much worse!” Trump wrote.</p><p>Trump said earlier in the day that the latest back-and-forth fighting would not result in lengthy military action.</p><p>Trump also renewed his past threats to hit Iran’s civilian infrastructure, including electric and desalination plants, and to seize Kharg Island, through which some 90% of Iranian oil exports pass.</p><p>The exchange of fire began after Iran attacked three tankers in the Strait of Hormuz on Tuesday.</p><p>The new attacks, despite the ceasefire, could reflect a divide among Iran’s leadership. Hard-liners want to ensure lasting control over the Strait of Hormuz, a critical lever in confronting the West. Pragmatists want a permanent peace deal to lift international sanctions and provide desperately needed economic relief.</p><p>Parliament Speaker Mohammad Bagher Qalibaf, a key negotiator in talks seeking a permanent end to the war, was defiant in a post on X on Thursday morning: “America still hasn’t learned that bullying and breaking promises are no longer cost-free. Let me put it plainly: If you strike, you’ll get hit.”</p><p>Strikes raise fears that war could resume</p><p>Trump fueled concerns that the war could restart by saying Wednesday that the interim agreement to pause the fighting was “over.” He added that he would allow negotiations to continue but thought negotiators were "wasting their time.”</p><p>Iranian Deputy Foreign Minister Kazem Gharibabadi, also a top negotiator, retorted on X that Trump’s remarks “are not a sign of power but an admission of the failure” of U.S. policy toward Iran.</p><p>Negotiations to reach a final deal were due to start after the dayslong funeral for Khamenei, who was killed in the war’s first moments. He was to be laid to rest Thursday.</p><p>The talks are meant to focus on the toughest matters, including fully reopening the strait and rolling back Tehran’s disputed nuclear program.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/N5T5YGHF7YOO64H6D2Q7IRY44I.jpg?auth=d7d0112a8779cdeaba6f75ccb075ff3d10ca4b4ddf878a6940613bea218d4a89&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The coffin of the late Iranian Supreme Leader Ayatollah Ali Khamenei is carried through a tightly packed crowd as mourners jostle to reach and touch it outside the Imam Hussein Shrine in Karbala, Iraq, early Thursday, July 9, 2026. (AP Photo/Khalil Hamra)]]></media:description><media:credit role="author" scheme="urn:ebu">Khalil Hamra</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/E5E553EDHUUYTZYMWAY462Y6VU.jpg?auth=24b0f4996f5fe17907cdc2502afeeb583e4d101fbafcb9af6dc6796b5d9dac8e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Children wade in the water with cargo ships at anchor in the background and a fisherman nearby, in the Strait of Hormuz off Bandar Abbas, Iran, Tuesday, June 30, 2026. (Amirhosein Khorgooi/ISNA via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Amirhosein Khorgooi</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XCYFSZNC7E6HHPP4RSMFFSFS3M.jpg?auth=19e2e21b184686dfb6ef2298f63d89f43daf908fcdbe58460f8c2d5dae98c185&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A mourner holds a portrait depicting Iran's Supreme Leader Ayatollah Mojtaba Khamenei, top, and his late father, Ayatollah Ali Khamenei, as mourners wait for the funeral procession for the elder Khamenei outside the Imam Hussein Shrine in Karbala, Iraq, Wednesday, July 8, 2026. (AP Photo/Khalil Hamra)]]></media:description><media:credit role="author" scheme="urn:ebu">Khalil Hamra</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5352STD2GLT3ZGMAVRROPLHAG4.jpg?auth=64bbed1eeeefefffbe4be40b1bafffe00ad0f079711b94e304a691afa037f8ac&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The coffin of the late Iranian Supreme Leader Ayatollah Ali Khamenei is carried through a crowd of mourners at the Imam Hussein Shrine in Karbala, Iraq, early Thursday, July 9, 2026. (AP Photo/Khalil Hamra)]]></media:description><media:credit role="author" scheme="urn:ebu">Khalil Hamra</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NIRZSGKEQZCZUIACALZBAWFONI.jpg?auth=674941d7a26068188740782b11fd6bfe344acd365010fac56106e5a72928592d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The flower petal-covered coffin of the late Iranian Supreme Leader Ayatollah Ali Khamenei is carried above mourners reaching out to touch it outside the Imam Hussein Shrine in Karbala, Iraq, early Thursday, July 9, 2026. (AP Photo/Khalil Hamra)]]></media:description><media:credit role="author" scheme="urn:ebu">Khalil Hamra</media:credit></media:content></item><item><title><![CDATA[Bolivia: La Paz elige a la "Chola Paceña" con la meta de reactivar turismo y economía tras protestas]]></title><link>https://www.local10.com/espanol/2026/07/08/bolivia-la-paz-elige-a-la-chola-pacena-con-la-meta-de-reactivar-turismo-y-economia-tras-protestas/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/08/bolivia-la-paz-elige-a-la-chola-pacena-con-la-meta-de-reactivar-turismo-y-economia-tras-protestas/</guid><dc:creator><![CDATA[Por PAOLA FLORES, Associated Press]]></dc:creator><description><![CDATA[LA PAZ, Bolivia (AP) — Unas 17 jóvenes de barrios populares y mercados participaron el miércoles en la elección de la “Chola Paceña 2026”, un evento que busca reivindicar a las mujeres indígenas aymaras en La Paz, la capital gubernamental de Bolivia, mientras la ciudad trata de reactivarse tras las prolongadas protestas y bloqueos de mayo y junio.]]></description><pubDate>Thu, 09 Jul 2026 03:55:12 +0000</pubDate><content:encoded><![CDATA[<p>LA PAZ, Bolivia (AP) — Unas 17 jóvenes de barrios populares y mercados participaron el miércoles en la elección de la “Chola Paceña 2026”, un evento que busca reivindicar a las mujeres indígenas aymaras en La Paz, la capital gubernamental de Bolivia, mientras la ciudad trata de reactivarse tras las prolongadas protestas y bloqueos de mayo y junio.</p><p>La “Chola Paceña” es un personaje icónico de La Paz, por lo que cada año se elige a una representante que lleva con elegancia su tradicional vestimenta: faldas largas, coloridas y plisadas — conocidas como polleras —, mantas bordadas y sombreros bombín. Además, las participantes demuestran con cantos y discursos el uso del idioma aymara con fluidez.</p><p>Este año también se busca impulsar el turismo y la actividad económica con su marca ciudad “La Paz, capital del cielo”, que invita a los turistas a visitar la capital de gobierno de Bolivia, situada a 3.600 metros sobre el nivel del mar.</p><p>La Paz y la vecina El Alto fueron las más afectadas por las protestas y cortes de rutas que dejaron por 53 días a sus mercados desabastecidos y generaron escasez de oxígeno y combustible, para demandar la salida del presidente Rodrigo Paz.</p><p>El miércoles, el teatro Jaime Laredo ubicado en el centro de la ciudad encendió sus luces y recibió a las 17 jóvenes que representaban a mercados y barrios populares, quienes desfilaron en el escenario ante decenas de espectadores.</p><p>“Es un orgullo vestir la ropa tradicional de nuestras madres y debemos impulsar que no se pierda”, dijo a The Associated Press Pamela Valdez, de 26 años, quien representó al turístico Mercado de las Brujas. En este lugar se venden fetos de llama, amuletos y talismanes que sirven para realizar ofrendas a la Pachamama (Madre Tierra), junto a plantas y ungüentos medicinales a los que la gente aún recurre para sanar los males del cuerpo y conjurar maleficios, tal como hacían los curanderos varios siglos atrás.</p><p>“Nuestra tarea es mostrar que La Paz es más que protestas; es una ciudad rica en turismo y debemos impulsarlo porque los extranjeros no han podido llegar a visitar nuestra ciudad”, señaló Valdez.</p><p>Por su parte, el alcalde de La Paz, César Dockweiler, destacó que la mujer de pollera o “chola” es una impulsora de la economía de la ciudad y ejemplifica la fuerza para enfrentar cualquier adversidad.</p><p>“Este es un primer paso”, dijo a la AP el alcalde, quien llamó a los turistas a visitar La Paz y sus atractivos.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/E5LQVJCG4WNIXBEGIMUX7C3HVU.jpg?auth=f98bd2e52d71656c3363c5eacf95e7bf721782e7d716280938a6b47f017e5829&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Una mujer participa en el certamen "Cholita Pacena 2026", que celebra la cultura y las tradiciones de las mujeres aymaras, el miércoles 8 de julio de 2026, en La Paz, Bolivia. (AP Foto/Juan Karita)]]></media:description><media:credit role="author" scheme="urn:ebu">Juan Karita</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/P5SRQMEZX7H7DW2ZZIUBMR5QGY.jpg?auth=b226022e595dc63ff3ee42fdad77861cdf30051e29a05b71c8d84e1baa88394a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Mujeres compiten en el certamen "Cholita Pacena 2026", que celebra la cultura y las tradiciones de las mujeres aymaras, el miércoles 8 de julio de 2026, en La Paz, Bolivia. (AP Foto/Juan Karita)]]></media:description><media:credit role="author" scheme="urn:ebu">Juan Karita</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BCCKPHCNSFVOTTYOUQ3BBK3ZUI.jpg?auth=ba3b52858e65dca2c523af10dddbe49538260cc4cc773d545a7c3c99c07cb982&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Una mujer participa en el certamen "Cholita Pacena 2026", que celebra la cultura y las tradiciones de las mujeres aymaras, el miércoles 8 de julio de 2026, en La Paz, Bolivia. (AP Foto/Juan Karita)]]></media:description><media:credit role="author" scheme="urn:ebu">Juan Karita</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QBDFURO5JXTQX6ABAIZZ2RVKNY.jpg?auth=73bb15e95f479c776eed947f9733206bc6537973d2db5f11416c515503a8ec09&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Mujeres vitorean a sus candidatas favoritas durante el certamen "Cholita Pacena 2026", que celebra la cultura y las tradiciones de las mujeres aymaras, el miércoles 8 de julio de 2026, en La Paz, Bolivia. (AP Foto/Juan Karita)]]></media:description><media:credit role="author" scheme="urn:ebu">Juan Karita</media:credit></media:content></item><item><title><![CDATA[México pide a EEUU información sobre la posible participación del FBI en la captura de Zambada]]></title><link>https://www.local10.com/espanol/2026/07/09/mexico-pide-a-eeuu-informacion-sobre-la-posible-participacion-del-fbi-en-la-captura-de-zambada/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/09/mexico-pide-a-eeuu-informacion-sobre-la-posible-participacion-del-fbi-en-la-captura-de-zambada/</guid><dc:creator><![CDATA[Por The Associated Press, Associated Press]]></dc:creator><description><![CDATA[CIUDAD DE MÉXICO (AP) — La Fiscalía General de México solicitó el miércoles al Departamento de Justicia estadounidense información sobre la posible participación del FBI en la planeación y traslado a Texas en 2024 del capo Ismael “El Mayo” Zambada, luego de que se desatara una nueva controversia ante las recientes informaciones de que presuntamente la agencia intervino en la operación que llevó a su captura.]]></description><pubDate>Thu, 09 Jul 2026 04:45:05 +0000</pubDate><content:encoded><![CDATA[<p>CIUDAD DE MÉXICO (AP) — La Fiscalía General de México solicitó el miércoles al Departamento de Justicia estadounidense información sobre la posible participación del FBI en la planeación y traslado a Texas en 2024 del capo Ismael “El Mayo” Zambada, luego de que se desatara una nueva controversia ante las recientes informaciones de que presuntamente la agencia intervino en la operación que llevó a su captura.</p><p>La petición se formalizó tras las duras críticas que realizó esta semana la presidenta Claudia Sheinbaum sobre el manejo que le dio Estados Unidos al caso, y en particular su exembajador Ken Salazar, dejando entrever que el diplomático les habría mentido a las autoridades mexicanas sobre cómo se realizó la operación.</p><p>Ante las afirmaciones de la mandataria, Salazar ratificó el miércoles la declaración que ofreció en 2024 sobre la operación. En un mensaje de su cuenta en la red social X, declaró que el exsecretario de Justicia Merrick Garland y él le informaron al gobierno mexicano que “no era nuestro avión, no era nuestro piloto y no era nuestra operación".</p><p>"La verdad es la verdad", añadió.</p><p>En conferencia de prensa, la fiscal general Ernestina Godoy anunció que la dependencia a su cargo realizó una solicitud de “asistencia jurídica internacional” a las autoridades estadounidenses para que se aclare si el FBI intervino en la captura del narcotraficante.</p><p>Godoy señaló que, de confirmarse la participación del FBI para capturar a Zambada en México y trasladarlo y encarcelarlo en otro país, se estaría ante "una serie de violaciones al derecho mexicano e internacional, un pacto al margen de la ley, así como una mentira de un diplomático estadounidense”.</p><p>El cofundador del Cártel de Sinaloa fue arrestado en Texas el 25 de julio de 2024 junto a Joaquín Guzmán López, uno de los hijos del capo Joaquín “El Chapo” Guzmán, quien se encuentra encarcelado en Estados Unidos. En diciembre pasado, Guzmán López admitió ante una corte federal que organizó el secuestro de Zambada en México con la esperanza de obtener beneficios de las autoridades estadounidenses.</p><p>Zambada, de 76 años y con serios problemas de salud, se declaró culpable en una corte de Nueva York y está a la espera de sentencia. Esta semana, en una carta enviada al juez a la que tuvo acceso The Associated Press, su abogado Frank Pérez anunció que el capo detenido aceptará la cadena perpetua consecuente con sus delitos para no exponer a testigos en un juicio, y pidió ser encarcelado en instalaciones que tengan atención médica especializada.</p><p>La polémica por la detención de Zambada se reavivó la semana pasada, luego de que se dio a conocer que el FBI llevó a un museo en Nuevo México la aeronave que se empleó para trasladar al capo y a Guzmán López desde el estado mexicano de Sinaloa a Texas.</p><p>El caso ha generado nuevas fricciones entre Washington y México ante una posible violación de la soberanía por acciones de funcionarios estadounidenses en territorio mexicano. En abril pasado las relaciones se tensaron, luego de que se supo de la participación de dos agentes de la CIA en el desmantelamiento de un laboratorio de droga en el estado fronterizo de Chihuahua. Los funcionarios estadounidenses murieron en un accidente de tránsito junto con dos agentes de la Fiscalía de Chihuahua.</p><p>Las dudas y críticas se reavivan</p><p>Al sumarse a los cuestionamientos sobre el manejo que dio Washington al caso, Godoy indicó que las autoridades estadounidenses han dado “datos falsos o imprecisos”, y añadió que incluso a los funcionarios mexicanos que viajaron a Estados Unidos para inspeccionar la aeronave se les limitó el acceso a las evidencias y se les impidió tomar fotografías.</p><p>Al respecto, el fiscal de Control Competencial de la Fiscalía General, Raúl Jiménez Vázquez, detalló que, de las 11 solicitudes de datos que hizo México, sólo ha recibido seis respuestas, y cinco están pendientes.</p><p>En medio de la controversia que ha rodeado el caso, David Boone de la Garza, quien dirige la fiscalía especializada de Control Regional del Ministerio Público, admitió que el piloto que tripuló la aeronave en la que fueron trasladados Zambada y Guzmán López fue deportado a México, y posteriormente fue entregado a las autoridades estadounidenses tras ser detenido por portación de armas.</p><p>Los señalamientos contra Salazar</p><p>Sobre la actuación de Salazar en el caso, Jiménez Vázquez afirmó que hizo una declaración “falsa de toda falsedad” al negar la participación de las autoridades estadounidenses en la captura de Zambada, y sostuvo que el exembajador vulneró el principio de la “buena fe” e incurrió en “un incumplimiento grave, delicado, del marco regulatorio al cual debió ceñirse en el desempeño de su papel como diplomático”.</p><p>Pese a los señalamientos, Godoy descartó que el Ministerio Público vaya a investigar a Salazar, aunque reconoció su posible responsabilidad, pero no abundó sobre el tema.</p><p>Por la operación que llevó a la detención de Zambada, la Fiscalía General de la República abrió siete carpetas de investigación y ha realizado 153 entrevistas, detalló Godoy, al asegurar que las averiguaciones continuarán y que el Ministerio Público insistirá para que el capo detenido en Estados Unidos sea procesado por las 32 investigaciones que tiene pendientes en México.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/CEN6P63U66TRMJ453ZD5DGEWKU.jpg?auth=a885e277c31a2b4f70afae5a5a274a8a5b8a2b442eea0abe92a6118f391d4d96&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[La presidenta mexicana Claudia Sheinbaum llega para recibir al presidente suizo Guy Parmelin y a su esposa Caroline Merotto en el Palacio Nacional, el miércoles 8 de julio de 2026, en Ciudad de México. (AP Foto/Eduardo Verdugo)]]></media:description><media:credit role="author" scheme="urn:ebu">Eduardo Verdugo</media:credit></media:content></item><item><title><![CDATA[Trout homers in his return for the Angels from a hamstring strain after a 17-game absence]]></title><link>https://www.local10.com/sports/2026/07/08/trout-homers-in-his-return-for-the-angels-from-a-hamstring-strain-after-a-17-game-absence/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/08/trout-homers-in-his-return-for-the-angels-from-a-hamstring-strain-after-a-17-game-absence/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[ARLINGTON, Texas (AP) — Los Angeles Angels slugger Mike Trout homered after being activated from the injured list earlier Wednesday.]]></description><pubDate>Thu, 09 Jul 2026 02:48:40 +0000</pubDate><content:encoded><![CDATA[<p>ARLINGTON, Texas (AP) — Los Angeles Angels slugger Mike Trout homered after being activated from the injured list earlier Wednesday.</p><p>Trout, reinstated just in time for the All-Star Game next week in his beloved Philadelphia, missed 17 games with a strained right hamstring suffered while running the bases in a game on June 17. He marked his return with a home run in the eighth inning against the Texas Rangers. This was the 15th anniversary of his major league debut for the Angels at age 19.</p><p>Angels manager Kurt Suzuki had Trout batting second as the designated hitter.</p><p>“We’re going to obviously see how he feels. Maybe in the beginning, I take it out of his hands. Not really sure how I’m going to handle it yet, but he is ready to go," Suzuki said before the game about his willingness to send Trout back in the field.</p><p>Trout, who grew up 40 miles from Philadelphia in Millville, New Jersey, was elected by fan voting as a starter for the American League team at the All-Star Game next week at Citizens Bank Park.</p><p>The 12-time All-Star has not been able to participate in the showcase event since 2019, having been sidelined by injury after his selections from 2021-23. Trout, the three-time AL MVP and two-time All-Star Game MVP, has enjoyed a bounce-back season with 18 homers in 75 games.</p><p>The Angels designated infielder Donovan Walton for assignment to make room on the roster.</p><p>___</p><p>AP MLB: https://apnews.com/hub/MLB</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/LNTC2WXI7SYUTLBR3SGM4DGJ6E.jpg?auth=877af89568d670064917827469180e11cffeab5803b3795e23a5957b53ced014&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Los Angeles Angels designated hitter Mike Trout waits for a pitch from the Texas Rangers during the first inning of a baseball game, Wednesday, July 8, 2026, in Arlington, Texas. (AP Photo/Julio Cortez)]]></media:description><media:credit role="author" scheme="urn:ebu">Julio Cortez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/7FFU722K747OGO2XDPLEUXTNNA.jpg?auth=556a6a97874f2388ad4e7e23f54287e58cbfa64e7a9cfcaaa095344f175eb9a3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Los Angeles Angels' Jo Adell (7) is greeted near the dugout after hitting a three-run home run to score Mike Trout (27) and Vaughn Grissom (5) during the fifth inning of a baseball game against the Texas Rangers, Wednesday, July 8, 2026, in Arlington, Texas. (AP Photo/Julio Cortez)]]></media:description><media:credit role="author" scheme="urn:ebu">Julio Cortez</media:credit></media:content></item><item><title><![CDATA[Democrat Graham Platner says he plans to withdraw from Maine Senate race after sexual assault claim]]></title><link>https://www.local10.com/news/politics/2026/07/08/democrat-graham-platner-says-he-plans-to-withdraw-from-maine-senate-race-after-sexual-assault-claim/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/07/08/democrat-graham-platner-says-he-plans-to-withdraw-from-maine-senate-race-after-sexual-assault-claim/</guid><dc:creator><![CDATA[By KIMBERLEE KRUESI and MEG KINNARD, Associated Press]]></dc:creator><description><![CDATA[Graham Platner said Wednesday that he plans to withdraw from the U.S. Senate race in Maine after facing an allegation of sexual assault, shuttering an insurgent campaign that had withstood months of controversy only to implode and imperil Democrats’ attempt to regain power in Washington.]]></description><pubDate>Thu, 09 Jul 2026 02:18:44 +0000</pubDate><content:encoded><![CDATA[<p>Graham Platner said Wednesday that he plans to withdraw from the U.S. Senate race in Maine after facing an allegation of sexual assault, shuttering an insurgent campaign that had withstood months of controversy only to implode and imperil Democrats’ attempt to regain power in Washington.</p><p>Platner’s exit could exacerbate divisions between the party’s moderate and progressive factions, as Democrats debate who should replace him on the ballot and struggle to unify ahead of this year’s midterm elections.</p><p>Maine is considered a key state for control of the narrowly divided Senate, and Democrats were desperate for a candidate capable of defeating Republican Sen. Susan Collins while President Donald Trump is broadly unpopular.</p><p>In an 11-minute video posted to social media, Platner said the process to replace him needs to be "open, transparent and democratic” and to reflect the will and values of people who supported him. He also lashed out at Democratic leaders in Washington, D.C.</p><p>“People in D.C. need to stay in D.C.,” Platner said. “Decisions should not be made by people in places of political power.”</p><p>At times scratching his beard and looking off camera as he spoke, Platner seemed to become emotional as he announced his plans, seated on what appeared to be a wooden deck as the noise of nearby traffic whizzed by. He also stressed that his decision was not an admission of guilt.</p><p>Although Platner had never before held elected office, progressive leaders promoted him over Gov. Janet Mills, who was favored by the Democratic establishment. Mills dropped out of the race in late April as Platner, a military veteran and oyster farmer, consolidated support from primary voters who were eager for a more combative candidate and were willing to overlook his checkered past, which included a tattoo recognized as a Nazi symbol and online postings dismissive of sexual assault.</p><p>Shortly before Platner clinched the Democratic nomination in the June 9 primary, there were reports that he had exchanged sexually explicit messages with other women while married and that he had become physical with a previous girlfriend during an argument.</p><p>But Platner’s support didn’t crater until Monday, when Politico reported that a woman said he drunkenly forced her to have sex after she told him to stop.</p><p>Jenny Racicot, who lives in Maine, told Politico she had been in an on-and-off relationship with Platner but cut off contact with him after that night in 2021 and told him the encounter wasn’t consensual. In a CNN interview, she said she had been raped “by definition.”</p><p>After the story was published, Platner in a video released on social media denied the allegation as “categorically false” but said he would be “taking the time to reflect on the best path forward” for his campaign. High-level backers pulled their support, including Vermont Sen. Bernie Sanders, who said the next day that he spoke with Platner and that “in light of these very serious allegations, I have recommended that he step aside.”</p><p>State law includes a provision for Democrats to replace Platner before the general election. The state Democratic Party held an emergency meeting Wednesday, where more than 100 state committee members signed off on holding a nominating convention, in the event of Platner’s withdrawal.</p><p>Platner announced he would do just that less than an hour later.</p><p>According to the statute, party officials may select a new nominee if a candidate who won the primary withdraws by 5 p.m. on July 13. The replacement candidate must be named by July 27.</p><p>Democrats must net four Senate seats to gain control of the 100-member chamber, and party leaders viewed Maine as a critical piece of the puzzle, along with Alaska, Ohio and North Carolina.</p><p>Nazi tattoo, Reddit posts and more had already been challenges for Platner</p><p>Platner has faced difficult questions almost from the moment he started his campaign last year. News outlets uncovered years-old comments on Reddit that appeared to endorse political violence, dismiss rape in the military, criticize rural Americans and use anti-gay slurs.</p><p>There was another controversy over the skull-and-crossbones tattoo, which is widely recognized as a Nazi symbol, on his chest. He said he was unaware of the history and chose the tattoo while drunk and on leave with fellow Marines in Croatia. He covered the tattoo after becoming a candidate, and he said in an Oct. 21 interview with the Pod Save America political podcast that he was “not a secret Nazi.”</p><p>“Skulls and crossbones are a pretty standard military thing,” Platner added.</p><p>However, a former girlfriend told The New York Times that Platner joked about the tattoo being a Nazi symbol and called it “my Totenkopf.”</p><p>The revelations about the tattoo and the online comments stirred concern among Democrats that Platner had been poorly vetted as a political candidate and demonstrated questionable judgment. Some party leaders despaired over Platner’s chances to win even before allegations about previous relationships began to surface.</p><p>Platner drew progressive buzz and support</p><p>Before Politico’s story was published, Platner canceled some town halls planned around the state. Such events were a calling card for his campaign, which prided itself on a willingness to go anywhere to rally voters. Volunteers hosted happy hours and trivia nights that helped generate enthusiasm for a generational shift from Collins, 73, to Platner, 41.</p><p>At a time when Democrats have grown dissatisfied with the party establishment, Platner seemed like an appealing alternative. His deep voice could command a room, and voters were drawn to his gruff populism and focus on economic inequality.</p><p>They were also willing to look past controversies as Platner portrayed himself as a regular person who had made mistakes and was striving to better himself and his community. Sometimes he talked about his struggles with post-traumatic stress disorder, and he focused on the power of redemption.</p><p>Before the sexual assault allegation became public, some voters said they also wouldn’t want to be judged on their worst moments, such as drunken behavior or crude comments.</p><p>Platner was backed by progressives including Rep. Ro Khanna of California, but that support quickly eroded after Racicot’s allegations.</p><p>“I’ve been very clear that sexual assault or violence against women is a red line,” Khanna said Monday. “These allegations are very serious and credible. Graham Platner should drop out from the race. I am withdrawing my endorsement.”</p><p>Sonja Birthisel, a Democrat and data analyst in Orono, Maine, voted for Platner in the primary. But she said he did the right thing by dropping out.</p><p>“My hope for the future of our democracy is that we can hold all of our elected officials to higher standards,” she said.</p><p>But the 38-year-old said she rejects the idea that the race is a proxy battle between moderate and progressive forces nationwide.</p><p>“Maine is a big small town,” she said. “I’d really love to see out-of-state influence and out-of-state money keep out of our beeswax as much as possible.”</p><p>___</p><p>Ali Swenson contributed reporting from New York City.</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/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></item><item><title><![CDATA[The actors of 'The Pitt' own the Emmy acting categories with 13 nominated cast members]]></title><link>https://www.local10.com/entertainment/2026/07/08/the-actors-of-the-pitt-own-the-emmy-acting-categories-with-13-nominated-cast-members/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/07/08/the-actors-of-the-pitt-own-the-emmy-acting-categories-with-13-nominated-cast-members/</guid><dc:creator><![CDATA[By ANDREW DALTON, Associated Press]]></dc:creator><description><![CDATA[LOS ANGELES (AP) — With its ensemble of doctors, nurses, interns and patients squeezed together into a small emergency department with scripts that play out in real time, “The Pitt” feels like a lab made to grow great performances. The Emmys rewarded it accordingly Wednesday.]]></description><pubDate>Thu, 09 Jul 2026 08:06:09 +0000</pubDate><content:encoded><![CDATA[<p>LOS ANGELES (AP) — With its ensemble of doctors, nurses, interns and patients squeezed together into a small emergency department with scripts that play out in real time, “The Pitt” feels like a lab made to grow great performances. The Emmys rewarded it accordingly Wednesday.</p><p>Thirteen of the 25 nominations for HBO Max's drama about a Pittsburgh ER went to its actors in one of the great achievements for a cast in Emmy history.</p><p>In its rookie season last year, “The Pitt” got just three acting nominations but it won all three: best actor in a drama for star Noah Wyle, best supporting actress for Katherine LaNasa and best guest actor for Shawn Hatosy. The trio was nominated again, but this time had a ton of company.</p><p>“It feels really exciting to have more of my colleagues up on the board,” LaNasa told The Associated Press on Wednesday during a break in the shooting of Season 3. “You’re happy when you get acknowledged, but you kind of know that you’re only there because of everybody else. So the more people that are getting acknowledged, the better it feels.”</p><p>She said that like her character, Nurse Dana, she has a “motherly feeling” toward her colleagues, who are nearly all first-time nominees.</p><p>“I’m very wanting them to have this experience as well," she said.</p><p>LaNasa was joined in the supporting actress category by doctor-portrayers Taylor Dearden, Fiona Dourif and Sepideh Moafi, who played a new attending physician reckoning with a seizure disorder that is returning in the stress of the ER.</p><p>Hatosy, whose night-shift leader Dr. Jack Abbott won a big fan base and was the object of many crushes in Season 2, was bumped up from the guest actor category to supporting actor, where he's joined by Gerran Howell and Patrick Ball.</p><p>The 13 nominees will be competing against one another so much that there are only five acting Emmys they can win. That's one for every drama category except best actress, where it didn't submit anyone. The show makes only Wyle a lead.</p><p>In the guest acting categories, Brittany Allen and Jeff Kober both pulled off the coup of getting nominations from self-submissions of their portrayal of patients with heartbreaking arcs. Ernest Harden Jr. got a guest nod for playing the ER's constant presence and struggling alcoholic Louie Cloverfield.</p><p>And Tal Anderson, an autistic actor who has been an advocate for neurodivergent performers and portrayals, got her first Emmy nomination for playing Becca King, the younger sister of Dearden’s Dr. Mel King who is striving to be treated as an adult.</p><p>“Besides the fact that I get to have a small role in this giant, amazing show with so many talented people in the cast and on the crew, it means so much to me to be able to help this character, Becca, be seen and to have a voice,” Anderson told the AP. “As a disabled person myself, it’s such an honor to be able to, through this role, call attention to issues that are so important to the disabled community. It’s everything to have the opportunity to do that.”</p><p>LaNasa's Nurse Dana was already among TV's most beloved characters, but went even deeper on the drama in Season 2, in which she gives a rape kit and emotional counseling to a sexual assault victim.</p><p>Nurse Dana went meme-able with her loud pronouncements about the ER's “Baby Jane Doe.” The child also provided a pivotal and heart-wrenching scene for Wyle's Dr. Michael “Robby” Robinavitch that may well win him a second best actor trophy at the September ceremony.</p><p>With the numbers “The Pitt” pulled in, it was almost surprising to find the many babies that played Baby Jane Doe didn't get nominated.</p><p>___ AP video journalist Brooke Lefferts in New York contributed.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/OFMJBAM2ECPP4YLUTZR2F4VGDI.jpg?auth=75dd2a79138a379a0db4afb39df1397cfcba361ad87bce150b968fb604976bf7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This image released by HBO shows Katherine LaNasa in a scene from "The Pitt." (HBO via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/AUIEXUDQYMCW52AMESUG3MXGQE.jpg?auth=f661a4f2cce8ed66049f8024801deed64476c8db8935c4c1919d92ea1cc06480&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 Max shows Noah Wyle in a scene from "The Pitt." (Warrick Page/MAX via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Warrick Page</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/UHAIQDUR6R6CBMTLH2VQATHWAE.jpg?auth=3e91fc557efeba38c3cb376d8f4dec736fa8c7659325ec201a014de57e0de26d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This image released by HBO Max shows Sepideh Moafi in a scene from "The Pitt." (Warrick Page/HBO Max via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Warrick Page</media:credit></media:content></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[Pablo Hernandez]]></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[Miami Beach police officers arrest man accused of crimes over parking ticket ]]></title><link>https://www.local10.com/news/local/2026/07/08/miami-beach-police-officers-arrest-man-accused-of-crimes-over-parking-ticket/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/08/miami-beach-police-officers-arrest-man-accused-of-crimes-over-parking-ticket/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[Police officers arrested William Roa shortly after 11 a.m. on Tuesday at the lobby of his apartment in South Beach over alleged crimes in March, records show. ]]></description><pubDate>Wed, 08 Jul 2026 21:05:51 +0000</pubDate><content:encoded><![CDATA[<p>Police officers arrested William Roa shortly after 11 a.m. on Tuesday at the lobby of his apartment in South Beach over alleged crimes in March, records show. </p><p>Miami-Dade corrections booked Roa, 40, shortly before 3:30 a.m. on Wednesday at the Turner Guilford Knight Correctional Center, according to inmate records. </p><p>Police officers accused Roa of crimes on March 5 at 1400 Washington Ave., after he walked out of Lost Weekend, a pub at 218 Española Way, and found a parking citation on his motorcycle, according to police. </p><p>Roa followed a parking officer for about 20 minutes — “verbally threatening to harm” him — before surveillance video showed him approach the officer’s assigned 2025 Ford Ranger pickup truck to “slash both driver’s side tires with a sharp metal object,” a police officer wrote, according to the arrest report. </p><p>Roa “has a criminal history of 14 arrests in Miami-Dade County, to include carrying a concealed firearm, battery, obstruction, and resisting,” a police officer wrote, according to the arrest report. </p><p>Court records show Roa hasn’t been convicted of a crime in Miami-Dade. On Wednesday afternoon, he faced two new charges: Aggravated assault of an official employee, a third-degree felony, and criminal mischief with prejudice, also a third-degree felony, according to court records. His bond was $3,500. </p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/7MVYKKSFPBHANAHAHKW3OTU77U.jpg?auth=4ded557264bdae9c9d397c80e947ea172f367fcf1bbcef5907880b2c37daf34b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Police officers arrested William Roa on Tuesday morning in South Beach and Miami-Dade corrections booked him on Wednesday morning at the Turner Guilford Knight Correctional Center, records show.]]></media:description></media:content></item><item><title><![CDATA[FIFA World Cup 2026: Chef serves soccer-shaped pastries in Miami]]></title><link>https://www.local10.com/sports/2026/07/08/fifa-world-cup-2026-chef-serves-soccer-shaped-pastries-in-miami/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/08/fifa-world-cup-2026-chef-serves-soccer-shaped-pastries-in-miami/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[The FIFA World Cup inspired Sarah Ifrah Ohana, the chef behind Maman’s new soccer-shaped pastries. ]]></description><pubDate>Wed, 08 Jul 2026 22:34:33 +0000</pubDate><content:encoded><![CDATA[<p>The FIFA World Cup inspired Sarah Ifrah Ohana, the chef behind Maman’s new soccer-shaped pastries. </p><p>The pastry for France, which plays against Morocco on Thursday, has a strawberry lemon puree filling. </p><p>The pastry for Argentina, which plays against Switzerland on Saturday, has a guava puree filling. </p><p>The menu also includes options for teams that have been eliminated. </p><p>The U.S. pastry has a chocolate buttercream filling. Brazil‘s pastry has an açaí puree filling.<b> </b>Mexico has<b> </b>mango puree, and Uruguay has dulce de leche. </p><p>For more information, <a href="https://mamannyc.com/worldcup" target="_self" rel="" title="https://mamannyc.com/worldcup">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></ul><p><b>TOURNAMENT’S SCHEDULE </b></p><h3><b>Quarterfinals </b></h3><p><b>July 9</b></p><p>Morocco vs. France at 4 p.m. </p><p><b>July 10</b></p><p>Belgium vs. Spain at 3 p.m. </p><p><b>July 11</b></p><ul><li>Norway vs. England is at 5 p.m. </li><li>Switzerland vs. Argentina is at 9 p.m.</li></ul><p><b>Sunrise watch party</b>: The indoor Amerant Bank Arena is hosting a free watch party <a href="https://www.amerantbankarena.com/events/detail/world-cup-watch-party" target="_self" rel="" title="https://www.amerantbankarena.com/events/detail/world-cup-watch-party">for ticket holders</a> at 5 p.m. on July 11. Parking is free. </p><p><b>Related link</b>: <a href="https://share.google/GiwkbD7k5Da978PEB" target="_self" rel="" title="https://share.google/GiwkbD7k5Da978PEB"><b>View the knockout bracket</b></a></p><h3><b>Semifinals </b></h3><p><b>July 14</b>: 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></item><item><title><![CDATA[FIFA World Cup 2026: Norway practices in Fort Lauderdale ahead of Miami Stadium match against England ]]></title><link>https://www.local10.com/sports/2026/07/08/fifa-world-cup-2026-norway-practices-in-fort-lauderdale-ahead-of-miami-stadium-match-against-england/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/08/fifa-world-cup-2026-norway-practices-in-fort-lauderdale-ahead-of-miami-stadium-match-against-england/</guid><dc:creator><![CDATA[Gabrielle Arzola, Andrea Torres]]></dc:creator><description><![CDATA[It’s Norway’s first FIFA World Cup in 28 years. Erling Haaland’s “Viking Row” and seven goals have powered them to compete in the team’s first-ever quarter-final on Saturday in Miami Gardens. ]]></description><pubDate>Wed, 08 Jul 2026 17:31:54 +0000</pubDate><content:encoded><![CDATA[<p>It’s <a href="https://www.local10.com/sports/2026/07/05/brazil-left-to-second-guess-penalty-kick-choice-after-earliest-world-cup-exit-since-1990/" target="_self" rel="" title="https://www.local10.com/sports/2026/07/05/brazil-left-to-second-guess-penalty-kick-choice-after-earliest-world-cup-exit-since-1990/">Norway</a>’s first FIFA World Cup in 28 years, and they will be making history on Saturday in Miami Gardens. </p><p><a href="https://www.local10.com/espanol/2026/07/08/copa-mundial-de-la-fifa-2026-noruega-practica-en-fort-lauderdale-antes-del-partido-contra-inglaterra-en-el-miami-stadium/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/08/copa-mundial-de-la-fifa-2026-noruega-practica-en-fort-lauderdale-antes-del-partido-contra-inglaterra-en-el-miami-stadium/">Leer en español</a></p><p>Erling Haaland’s “Viking Row” and seven goals powered the team to compete in the country’s first-ever quarter-final. It’s at 5 p.m. against England at the Hard Rock Stadium. </p><p>Standing at 6 feet 5 inches, the 25-year-old striker secured the win against Brazil with <a href="https://www.youtube.com/watch?v=GKRC_JfNFms" target="_self" rel="" title="https://www.youtube.com/watch?v=GKRC_JfNFms">a second-half brace</a>. Martin Ødegaard, <a href="https://www.local10.com/sports/2026/07/05/brazil-left-to-second-guess-penalty-kick-choice-after-earliest-world-cup-exit-since-1990/" target="_self" rel="" title="https://www.local10.com/sports/2026/07/05/brazil-left-to-second-guess-penalty-kick-choice-after-earliest-world-cup-exit-since-1990/">Norway</a>’s captain, is counting on him to deliver against The Three Lions. </p><p>“It’s going to be a big test for us,” Ødegaard said on Wednesday. </p><p>While in Fort Lauderdale, the Norwegian team was practicing at the Inter Miami CF Chase Stadium and resting at the Four Seasons. </p><p>“We are not used to this weather,” Ødegaard said.</p><p>During a news conference, Ødegaard described England’s players, some of whom are his Premier League teammates, as “outstanding” and “world class.”</p><p>Ståle Solbakken, Norway’s head coach, said Jorgen Strand Larsen, a striker, was recovering from a cough and a fever. </p><p>“At this moment, we are all ready to go,” Solbakken said on Wednesday. </p><p>For Haaland, the match will also be a <a href="https://www.fifa.com/en/tournaments/mens/worldcup/canadamexicousa2026/articles/adidas-golden-boot-race-top-scorer" target="_self" rel="" title="https://www.fifa.com/en/tournaments/mens/worldcup/canadamexicousa2026/articles/adidas-golden-boot-race-top-scorer">Golden Boot</a> showdown against Harry Kane, the captain of <a href="https://www.local10.com/sports/2026/07/06/england-hands-mexico-its-first-world-cup-loss-at-estadio-azteca-winning-3-2-to-reach-quarterfinals/" target="_self" rel="" title="https://www.local10.com/sports/2026/07/06/england-hands-mexico-its-first-world-cup-loss-at-estadio-azteca-winning-3-2-to-reach-quarterfinals/">England</a> and Bayern Munich.</p><p>England’s players were practicing on Wednesday <a href="https://www.englandfootball.com/articles/2026/Jul/08/england-train-world-cup-quarter-final-norway-20260807" target="_self" rel="" title="https://www.englandfootball.com/articles/2026/Jul/08/england-train-world-cup-quarter-final-norway-20260807">in Kansas City</a>. England is the 1966 FIFA World Cup winner and placed fourth in 1990 and 2018. </p><figure><img src="https://www.local10.com/resizer/v2/R3VODO4VFBV4YQYWD4Y32T2RDI.jpg?auth=90b082a07aafdf05c059ca3ce54358a7f69ff7da0c38094045d0a0cba7c02dab&smart=true&width=1200&height=900" alt="Norway's Erling Haaland (9) celebrates with teammates after scoring their second goal during the World Cup round of 16 soccer match between Brazil and Norway in East Rutherford, N.J., near New York, Sunday, July 5, 2026. (AP Photo/Pamela Smith)" height="900" width="1200"/><figcaption>Norway's Erling Haaland (9) celebrates with teammates after scoring their second goal during the World Cup round of 16 soccer match between Brazil and Norway in East Rutherford, N.J., near New York, Sunday, July 5, 2026. (AP Photo/Pamela Smith)</figcaption></figure><p>Six other teams also advanced to the quarterfinals, which begin on Thursday. </p><ul><li><a href="https://www.local10.com/sports/2026/07/04/morocco-beats-world-cup-co-host-canada-3-0-and-advances-to-the-quarterfinals/" target="_self" rel="" title="https://www.local10.com/sports/2026/07/04/morocco-beats-world-cup-co-host-canada-3-0-and-advances-to-the-quarterfinals/">Morocco</a> and <a href="https://www.local10.com/sports/2026/07/04/kylian-mbappe-of-france-scores-19th-career-world-cup-goal-1-behind-golden-boot-rival-messi/" target="_self" rel="" title="https://www.local10.com/sports/2026/07/04/kylian-mbappe-of-france-scores-19th-career-world-cup-goal-1-behind-golden-boot-rival-messi/">France</a> advanced to play at 4 p.m. on July 9th.</li><li><a href="https://www.local10.com/sports/2026/07/07/belgium-beats-us-4-1-to-reach-world-cup-quarterfinals-taking-advantage-of-defensive-lapses/" target="_self" rel="" title="https://www.local10.com/sports/2026/07/07/belgium-beats-us-4-1-to-reach-world-cup-quarterfinals-taking-advantage-of-defensive-lapses/">Belgium</a> and <a href="https://www.local10.com/sports/2026/07/06/mikel-merinos-late-goal-sends-spain-to-quarterfinals-and-ends-cristiano-ronaldos-world-cup-career/" target="_self" rel="" title="https://www.local10.com/sports/2026/07/06/mikel-merinos-late-goal-sends-spain-to-quarterfinals-and-ends-cristiano-ronaldos-world-cup-career/">Spain</a> advanced to play at 3 p.m. on July 10. </li><li><a href="https://www.local10.com/sports/2026/07/07/ruben-vargas-sends-switzerland-to-the-world-cup-quarterfinals-in-shootout-win-over-colombia/" target="_self" rel="" title="https://www.local10.com/sports/2026/07/07/ruben-vargas-sends-switzerland-to-the-world-cup-quarterfinals-in-shootout-win-over-colombia/">Switzerland</a> and <a href="https://www.local10.com/sports/2026/07/07/lionel-messi-leads-argentina-to-3-2-comeback-victory-over-egypt-and-spot-in-world-cup-quarterfinals/" target="_self" rel="" title="https://www.local10.com/sports/2026/07/07/lionel-messi-leads-argentina-to-3-2-comeback-victory-over-egypt-and-spot-in-world-cup-quarterfinals/">Argentina</a> advanced to play at 9 p.m. on July 11. </li></ul><p><b>Related story:</b> <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></p><h3><b>Eliminations </b></h3><p>Eight teams were eliminated: <a href="https://www.local10.com/sports/2026/07/07/ruben-vargas-sends-switzerland-to-the-world-cup-quarterfinals-in-shootout-win-over-colombia/" target="_self" rel="" title="https://www.local10.com/sports/2026/07/07/ruben-vargas-sends-switzerland-to-the-world-cup-quarterfinals-in-shootout-win-over-colombia/">Colombia</a>, <a href="https://www.local10.com/news/world/2026/07/07/a-cairo-coffee-house-erupts-then-goes-silent-as-egypts-world-cup-run-meets-argentina/" target="_self" rel="" title="https://www.local10.com/news/world/2026/07/07/a-cairo-coffee-house-erupts-then-goes-silent-as-egypts-world-cup-run-meets-argentina/">Egypt</a>, the<a href="https://www.local10.com/sports/2026/07/07/belgium-beats-us-4-1-to-reach-world-cup-quarterfinals-taking-advantage-of-defensive-lapses/" target="_self" rel="" title="https://www.local10.com/sports/2026/07/07/belgium-beats-us-4-1-to-reach-world-cup-quarterfinals-taking-advantage-of-defensive-lapses/"> U.S.</a>, <a href="https://www.local10.com/sports/2026/07/06/a-stoic-cristiano-ronaldo-exits-last-world-cup-with-clear-conscience-after-portugal-loses-to-spain/" target="_self" rel="" title="https://www.local10.com/sports/2026/07/06/a-stoic-cristiano-ronaldo-exits-last-world-cup-with-clear-conscience-after-portugal-loses-to-spain/">Portugal</a>, <a href="https://www.local10.com/sports/2026/07/04/morocco-beats-world-cup-co-host-canada-3-0-and-advances-to-the-quarterfinals/" target="_self" rel="" title="https://www.local10.com/sports/2026/07/04/morocco-beats-world-cup-co-host-canada-3-0-and-advances-to-the-quarterfinals/">Canada</a>, <a href="https://www.local10.com/sports/2026/07/04/kylian-mbappe-of-france-scores-19th-career-world-cup-goal-1-behind-golden-boot-rival-messi/" target="_self" rel="" title="https://www.local10.com/sports/2026/07/04/kylian-mbappe-of-france-scores-19th-career-world-cup-goal-1-behind-golden-boot-rival-messi/">Paraguay</a>, <a href="https://www.local10.com/sports/2026/07/06/england-hands-mexico-its-first-world-cup-loss-at-estadio-azteca-winning-3-2-to-reach-quarterfinals/" target="_self" rel="" title="https://www.local10.com/sports/2026/07/06/england-hands-mexico-its-first-world-cup-loss-at-estadio-azteca-winning-3-2-to-reach-quarterfinals/">Mexico</a>, and <a href="https://www.local10.com/sports/2026/07/05/brazil-left-to-second-guess-penalty-kick-choice-after-earliest-world-cup-exit-since-1990/" target="_self" rel="" title="https://www.local10.com/sports/2026/07/05/brazil-left-to-second-guess-penalty-kick-choice-after-earliest-world-cup-exit-since-1990/">Brazil</a>. </p><p><b>Related story</b>: <a href="https://www.local10.com/sports/2026/07/07/ruben-vargas-sends-switzerland-to-the-world-cup-quarterfinals-in-shootout-win-over-colombia/" target="_self" rel="" title="https://www.local10.com/sports/2026/07/07/ruben-vargas-sends-switzerland-to-the-world-cup-quarterfinals-in-shootout-win-over-colombia/">Ruben Vargas sends Switzerland to the World Cup quarterfinals in shootout win over Colombia</a></p><p>The tournament, held every four years, started with 48 teams on June 11. </p><p>After matches within 12 groups of four, 16 teams were eliminated. The <a href="https://www.local10.com/sports/2026/06/20/fifa-world-cup-2026-track-teams-advancing-to-round-of-32/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/20/fifa-world-cup-2026-track-teams-advancing-to-round-of-32/">Round of 32</a> matches <a href="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-32-eliminations/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-32-eliminations/">eliminated the 16 others</a> from June 28 to Friday. </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><p><b>TOURNAMENT’S SCHEDULE </b></p><h3><b>Quarterfinals </b></h3><p><b>July 9</b></p><p>Morocco vs. France at 4 p.m. </p><p><b>July 10</b></p><p>Belgium vs. Spain at 3 p.m. </p><p><b>July 11</b></p><ul><li>Norway vs. England is at 5 p.m. </li><li>Switzerland vs. Argentina is at 9 p.m.</li></ul><p><b>Sunrise watch party</b>: The indoor Amerant Bank Arena is hosting a free watch party <a href="https://www.amerantbankarena.com/events/detail/world-cup-watch-party" target="_self" rel="" title="https://www.amerantbankarena.com/events/detail/world-cup-watch-party">for ticket holders</a> at 5 p.m. on July 11. Parking is free. </p><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></item><item><title><![CDATA[Iranian drone display in Coral Gables raises concerns about Cuba’s military ties]]></title><link>https://www.local10.com/news/local/2026/07/08/iranian-drone-display-in-coral-gables-raises-concerns-about-cubas-military-ties/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/08/iranian-drone-display-in-coral-gables-raises-concerns-about-cubas-military-ties/</guid><dc:creator><![CDATA[Christina Vazquez, Ryan Mackey]]></dc:creator><description><![CDATA[An Iranian military drone displayed Wednesday in Coral Gables prompted warnings from lawmakers and national security experts who said Iran’s growing relationship with Cuba could pose a threat to the United States, though one analyst said he does not believe an attack from the island is likely.]]></description><pubDate>Wed, 08 Jul 2026 22:58:30 +0000</pubDate><content:encoded><![CDATA[<p>An Iranian military drone displayed Wednesday in Coral Gables prompted warnings from lawmakers and national security experts who said Iran’s growing relationship with Cuba could pose a threat to the United States, though one analyst said he does not believe an attack from the island is likely.</p><p>The drone was displayed at the Biltmore Hotel by the bipartisan policy group United Against Nuclear Iran, chaired by former Florida Gov. Jeb Bush. </p><p>The organization said the exhibit was intended to highlight concerns over reports that Iranian drones and weapons systems have been based in Cuba.</p><p>Mark Wallace, the nonprofit’s CEO and former U.S. ambassador to the United Nations for Management and Reform, said modern weapons systems have changed the security landscape.</p><p>“Weapons systems have changed, and there is a weapons system 90 miles off the coast of Florida now with a hostile regime that is aligned with the most hostile regime that can target the United States of America,” Wallace said. “There has to be a policy to defeat the ability to build these, to shoot them down, and make sure there are not hostile forces in governments in our region that would align themselves with Iran.”</p><p>Wallace also said the U.S. “must ensure that Iran do not have the reach to come into the Straits of Florida like they are impacting the Strait of Hormuz.”</p><p>U.S. Rep. Carlos Gimenez, R-Fla., said Iran manufactures the drones “by the thousands.”</p><p>“This is what we are talking about when we are talking about Iranian drones,” Gimenez said. “This has a range of about 2,500 kilometers, which from Cuba can reach all the way to New York.”</p><p>He also warned that the drones’ capabilities are advancing rapidly “especially with the advent of artificial intelligence.”</p><p>When describing the aircraft as an offensive weapon, Gimenez said, “It is meant to strike targets. So, this is an offensive weapon, and if Cuba has in fact have 300 of these, it is a threat to the United States, period.”</p><p>Bush said the proliferation of Iranian drone technology represents a growing global concern.</p><p>“This is a new threat to the world,” he said. “We are seeing it play out in the Middle East. We also see this technology being developed by Iran in Russia to be able to send thousands of drones into Ukraine.”</p><p>Bush added that reports of roughly 300 Iranian drones in Cuba, “is a risk we should be concerned about.”</p><p>“We do have the capability of protecting the homeland, but Cuba still continues to be a risk to our country, and Iran is their ally,” he said.</p><p>Wallace said Iran’s relationship with Cuba has been longstanding and strategic.</p><p>“The relationship between Iran and Cuba is real,” Wallace said, adding that “Miami, Florida, is well within range of Iranian drones in cooperation with the Cuban regime.”</p><p>He said Iran’s involvement in Cuba and Venezuela is tied to their proximity to the United States.</p><p>“I think what you are seeing is Iran’s engagement in Cuba, historically, Venezuela as well, is completely related to the proximity to the United States of America, Florida, and particularly the CentCom (Central Command) bases in the region,” Wallace said.</p><p>Local 10 Cuban analyst Dr. Andy Gomez said Cuba’s status as a failed state presents broader national security concerns.</p><p>“I think Secretary (Marco) Rubio put it best, with or without drones, a failed state 90 miles to the south of the United States is a national security threat to our country,” he said.</p><p>Still, Gomez said he believes a drone attack launched from Cuba is possible but unlikely.</p><p>“That is the new warfare that the world is facing, and we need to be aware of it to a great extent,” Gomez added. “But I’m not that worried, at this moment, about Cuba firing a drone at the United States because what would come after, to them, would be chaos.”</p><p>He noted that Cuba has maintained its drones are intended only for defensive purposes.</p><p>“That means, to me, that Cuba expects that the United States to attack them, and we are not going to attack them,” Gomez said. “We are not going to invade them any time soon.”</p><p>Gimenez also reiterated his support for continuing economic and political pressure on Cuba rather than military intervention.</p><p>“My position has been that we need to continue the pressure on the Cuban regime,” Gimenez said. “Every day they get weaker and weaker and weaker.”</p><p>He added that he hopes the Cuban government eventually chooses “to transition Cuba.”</p><p>“My position has been and will be that I am not in favor of a military option right now, but we should continue maximum pressure on the regime,” he said.</p><p>Gomez agreed.</p><p>“I think Carlos is correct,” Gomez said. “I don’t see the need, if you will, for a military intervention in Cuba.”</p><p>He said Cuba’s military has weakened over time because much of its equipment is outdated and its armed forces have been depleted.</p><p>“I do believe, and I am going to say this for the first time, and I am speculating, all signs that I am beginning to see from inside Cuba, there could be an implosion from within,” Gomez added. </p><p>Gomez added he will also be watching developments this Saturday, the fifth anniversary of historic anti-government protests in Cuba.</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[July 8: Saharan dust lingers over South Florida]]></title><link>https://www.local10.com/weather/2026/07/08/july-8-saharan-dust-lingers-over-south-florida/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/07/08/july-8-saharan-dust-lingers-over-south-florida/</guid><dc:creator><![CDATA[Betty Davis]]></dc:creator><description><![CDATA[Saharan Dust lingers over South Florida Wednesday night.]]></description><pubDate>Wed, 08 Jul 2026 22:33:04 +0000</pubDate><content:encoded><![CDATA[<p>Saharan Dust lingers over South Florida Wednesday night. Miami-Dade and Broward counties can expect few clouds as southeast winds stir. Temperatures are forecast to drop to the low 80s overnight.</p><p>Thursday brings more of the same: hot, humid and hazy conditions with Saharan dust still in the area. The rain chance will remain low as east-southeast winds, sustained 5 to 15 mph, rule the day. Temperatures will make a run for the low 90s-- factor in humidity and it could feel like 105°F, give or take a few degrees.</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[Republicans see their grip on Senate tighten amid Democrats' dysfunction in Maine]]></title><link>https://www.local10.com/news/politics/2026/07/08/republicans-see-their-grip-on-senate-tighten-amid-democrats-dysfunction-in-maine/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/07/08/republicans-see-their-grip-on-senate-tighten-amid-democrats-dysfunction-in-maine/</guid><dc:creator><![CDATA[By STEVE PEOPLES, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — As Democrats scramble to contain a political disaster in Maine, the Republicans on the front lines of the GOP's fight to hold the U.S. Senate majority are breathing a sigh of relief.]]></description><pubDate>Thu, 09 Jul 2026 00:40:11 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — As Democrats scramble to contain a political disaster in Maine, the Republicans on the front lines of the GOP's fight to hold the U.S. Senate majority are breathing a sigh of relief.</p><p>For much of the year, Republican operatives have been quietly considering the real possibility that their party might lose the Senate. No longer.</p><p>While much can change before November, Republicans have already begun to rethink their national strategy to take advantage of a political map that suddenly looks much more favorable in the wake of Maine Democrat Graham Platner's announcement that he intends to withdraw from the race. His decision Wednesday follows Platner's latest controversy — an accusation of sexual assault that even his most loyal allies have described as credible.</p><p>Platner, who denies the allegation, was under intense pressure to quit the race. And the lineup of potential replacements has hardly inspired fear among the Republicans backing incumbent Sen. Susan Collins, who is seeking her sixth term this fall. The Maine Democratic Party said it's planning a convention to choose Platner's replacement.</p><p>The incredible Democratic dysfunction transforms the Maine Senate race from perhaps Democrats' best pickup opportunity in the nation to one where dejected and divided Democrats don't know who their nominee will be four months before Election Day.</p><p>“Obviously, expectations are that this certainly will be helpful overall,” said Joanna Rodriguez of the National Republican Senatorial Committee. Without Maine, Rodriguez added, “Democrats have no path to a majority."</p><p>The math suggests she may be right.</p><p>Democrats need to flip four seats to claim the Senate majority for President Donald Trump's final two years in office.</p><p>Maine stands alone as the only 2026 Senate battleground where a Republican is facing reelection in a state Democrat Kamala Harris carried in 2024. North Carolina, where Democrats have rallied behind popular former Gov. Roy Cooper, likely represents the party's next best pickup opportunity, while Democrats are fighting to compete in the deeper-red states of Iowa, Alaska, Ohio and Texas. At the same time, Democrats are defending seats in Georgia, Michigan and New Hampshire.</p><p>To claim the Senate majority without Maine, Democrats must win all the seats they current hold and four of five in states where Trump won by an average of more than 10 points.</p><p>“I’m convinced Republicans are holding the Senate,” says New York-based Republican donor Eric Levine, who has hosted fundraising events for Collins and other vulnerable GOP senators. The situation in Maine, he continued, “makes it easier.”</p><p>What changes for Republicans</p><p>It's hard to overstate how focused Republicans have been on protecting Collins, the last Republican senator serving in New England.</p><p>So far this election cycle, Republicans have spent $108 million on her race — more than almost every other Senate race in the nation, but just behind Texas's record-breaking Republican primary, according to data complied by AdImpact.</p><p>And the GOP was planning to spend much more in Maine, according to Republican strategist Chris Hartline.</p><p>“Republicans were in a situation where we were going to have to go all in on Maine,” he said.</p><p>The Platner explosion does not mean that Maine suddenly becomes an easy Republican hold, Hartline noted, but it does give the national party some “breathing room” to shift resources elsewhere.</p><p>On Wednesday, for example, the Republican super PAC One Nation announced plans to spend a combined $45 million in three Senate races: Ohio, Iowa and New Hampshire. The Maine contest was excluded from the super PAC's Wednesday list, even though One Nation has already spent $23.5 million in the state, according to AdImpact.</p><p>Republicans are not planning to divert all of their money out of Maine in the short term, however.</p><p>Operating under the assumption that Platner would quit the race, Republicans were planning a negative ad blitz to undermine Collins' next opponent immediately.</p><p>“The candidate we’re running against is largely undefined,” Rodriguez said. “So there will have to be spending and a campaign on behalf of Collins to be sure that that person is defined early.”</p><p>Collins, meanwhile, who was already planning for a difficult reelection, was sitting on nearly $10 million in her campaign account near the end of May.</p><p>“Fundraising continues on at a strong clip and we are heartened to see support from Mainers and Americans across the nation continue to grow,” said Collins' campaign spokesperson Blake Kernen. “Our cash position remains very strong.”</p><p>What's next for Democrats?</p><p>The Maine Democratic Party held an emergency meeting Wednesday, where state committee members approved a plan to hold a nominating convention in the event of a vacancy.</p><p>Virtually all of his high-profile supporters this week called for Platner to step down, including Vermont Sen. Bernie Sanders, who had stood by the oyster farmer even after revelations of a tattoo recognized as a Nazi symbol, extramarital sexting and controversial social media posts that would have wrecked a typical campaign.</p><p>Everything changed this week when a former girlfriend told reporters that Platner drunkenly entered her house and sexually assaulted her in 2021, an allegation the candidate denied.</p><p>According to Maine law, Platner needs to file paperwork to formally withdraw by 5 p.m. July 13 before any other contender can replace him.</p><p>State law then says the Maine Democratic Party has the authority to choose a replacement, which must be done by July 27 — just 99 days before Election Day.</p><p>“Democrats have taken their No. 1 pickup opportunity and completely fumbled it,” said Rodriguez, of the NRSC. “This is the strongest Susan Collins has ever been.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/M5JR34O6J2MLS26CDY2MYCXL54.jpg?auth=a68ff9d5edac86a2ce10a2b0bffc03153791fe3898275410cff46cc96fbcadec&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Sen. Susan Collins, R-Maine, a member of the Senate Intelligence Committee, arrives at the Capitol after President Donald Trump said he was delaying Jay Clayton's nomination to lead the U.S. intelligence community, in Washington, Wednesday, June 17, 2026. (AP Photo/J. Scott Applewhite)]]></media:description><media:credit role="author" scheme="urn:ebu">J. Scott Applewhite</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/X3F7WR4M7VXOMWFDWTZIDJEU7I.jpg?auth=fcf1d313c4931cdfa7bd29028167782e2d0f6a9f896efa0226777063a31c3ff7&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></item><item><title><![CDATA[Condena sin prisión efectiva para excomandante por hundimiento de submarino en Argentina]]></title><link>https://www.local10.com/espanol/2026/07/08/condena-sin-prision-efectiva-para-excomandante-por-hundimiento-de-submarino-en-argentina/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/08/condena-sin-prision-efectiva-para-excomandante-por-hundimiento-de-submarino-en-argentina/</guid><dc:creator><![CDATA[Por CLARA PREVE, Associated Press]]></dc:creator><description><![CDATA[BUENOS AIRES (AP) — Un tribunal federal condenó el martes a tres años de prisión condicional a un excapitán de navío argentino por el hundimiento en 2017 de un submarino que causó la muerte de sus 44 tripulantes y se convirtió en una de las mayores tragedias de la historia de la Armada en el país sudamericano.]]></description><pubDate>Wed, 08 Jul 2026 22:26:53 +0000</pubDate><content:encoded><![CDATA[<p>BUENOS AIRES (AP) — Un tribunal federal condenó el martes a tres años de prisión condicional a un excapitán de navío argentino por el hundimiento en 2017 de un submarino que causó la muerte de sus 44 tripulantes y se convirtió en una de las mayores tragedias de la historia de la Armada en el país sudamericano.</p><p>El Tribunal Oral Federal de Santa Cruz, en el sur, condenó al excomandante de la Fuerza de Submarinos de Argentina Claudio Villamide por incumplimiento de los deberes de funcionario público y estrago culposo agravado por el caso del submarino ARA San Juan. Los jueces de esa corte darán a conocer los fundamentos de la sentencia el 21 de agosto.</p><p>“Soy inocente. Al día de hoy no entiendo claramente por qué me han acusado por el naufragio del submarino", declaró Villamide antes de conocerse el veredicto. "No me han podido indicar qué es lo que hice mal y cuál fue el incumplimiento de mis deberes que ocasionó la pérdida del control del buque, su ida a pique y su naufragio”.</p><p>En el marco de la sentencia, que no implica ir a la cárcel, los jueces también le impusieron a Villamide reglas de conducta por tres años, entre ellas fijar domicilio y un número de teléfono y notificar al tribunal cualquier cambio, no cometer nuevos delitos y someterse al control de la Dirección de Control y Asistencia de Ejecución Penal.</p><p>En tanto, el tribunal absolvió por unanimidad a Luis Enrique López Mazzeo, exjefe de Adiestramiento y Alistamiento Naval; a Héctor Alonso, exjefe del Estado Mayor del Comando de la Fuerza de Submarinos, y a Hugo Correa, exjefe de Operaciones.</p><p>Luis Tagliapietra, padre de uno de los tripulantes fallecido y representante de varios querellantes, dijo a The Associated Press que apelarán la sentencia. Señaló que las penas impuestas están lejos de las que habían solicitado, aunque afirmó que el fallo no los sorprendió. Tagliapietra había solicitado penas de entre siete y ocho años para los cuatro marinos.</p><p>El ARA San Juan desapareció el 15 de noviembre de 2017 en aguas del Atlántico Sur mientras regresaba desde Ushuaia, en el extremo sur del país, hacia su base en Mar del Plata, a 400 kilómetros de Buenos Aires.</p><p>Ese día la tripulación informó de una avería provocada por el ingreso de agua a las baterías, aunque aseguró que el incidente ya se había solucionado. Horas después, se registró una explosión en la zona donde se perdió el contacto con la nave.</p><p>La investigación judicial concluyó que el submarino, de fabricación alemana, presentaba deficiencias operativas antes de zarpar el 25 de octubre de 2017, las cuales habían sido informadas a Villamide a lo largo de ese año.</p><p>Según la causa, el agua ingresó por el sistema de ventilación, alcanzó las baterías y provocó un cortocircuito. El submarino comenzó entonces un descenso descontrolado y, finalmente, implosionó al superar los 600 metros de profundidad.</p><p>La empresa estadounidense Ocean Infinity encontró los restos del submarino un año después de su desaparición a 600 kilómetros al este del puerto de Comodoro Rivadavia, en la provincia argentina de Chubut.</p><p>——-</p><p>La periodista de The Associated Press Almudena Calatrava contribuyó a este reporte desde Buenos Aires.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/6J5JZRC6EG7GSUGPOTRPECNAZI.jpg?auth=dacb5e37cf5063b343acb09e5a51b6dac152034a0546cb88c28244d083c67fc1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[ARCHIVO - Unos trabajadores posan junto al submarino ARA San Juan durante una ceremonia para celebrar la primera fase de las reparaciones a gran escala en el Complejo Industrial Naval Argentino (CINAR) de Buenos Aires, el 27 de septiembre de 2011. (Foto AP/Mario de Fina, archivo)]]></media:description><media:credit role="author" scheme="urn:ebu">Mario de Fina</media:credit></media:content></item><item><title><![CDATA[John Deere owners will get the right to repair their own equipment under a new FTC settlement]]></title><link>https://www.local10.com/business/2026/07/08/john-deere-owners-will-get-the-right-to-repair-their-own-equipment-under-a-new-ftc-settlement/</link><guid isPermaLink="true">https://www.local10.com/business/2026/07/08/john-deere-owners-will-get-the-right-to-repair-their-own-equipment-under-a-new-ftc-settlement/</guid><dc:creator><![CDATA[By SARAH RAZA, Associated Press]]></dc:creator><description><![CDATA[It looks like John Deere owners can soon feel free to fix their own machines.]]></description><pubDate>Wed, 08 Jul 2026 23:16:12 +0000</pubDate><content:encoded><![CDATA[<p>It looks like John Deere owners can soon feel free to fix their own machines.</p><p>The Federal Trade Commission and attorneys general from several states secured a right-to-repair settlement Wednesday with agriculture equipment giant Deere & Co. — commonly known as John Deere — that requires the company to let farmers and independent shops fix their own equipment.</p><p>The Illinois-based manufacturer has faced complaints for years for withholding the software needed for repairs and forcing customers to use authorized dealers instead of independent ones.</p><p>This marks the second right-to-repair settlement Deere has reached this year, following a separate $99 million class-action settlement with farmers in April. Though the class-action compensated consumers, the FTC's settlement instead requires Deere to make its repair services available to equipment owners and independent shops.</p><p>The FTC and attorneys general from Arizona, Illinois, Michigan, Minnesota and Wisconsin brought the antitrust lawsuit in January 2025, arguing that Deere had illegally restricted farmers and independent shops that might otherwise service them from repairing farm equipment such as tractors. Deere also makes engines and equipment for forestry, landscaping and construction.</p><p>Under the order filed in Illinois, Deere will now be required to make diagnostic and repair tools available to equipment owners and independent repair shops, not only its own network of authorized dealers. It also prevents Deere dealers from retaliating against equipment owners or repair shops who choose to fix their own equipment instead of paying for Deere's services. The order is headed to Judge Iain D. Johnston for his approval.</p><p>“For too long, Arizona farmers and independent mechanics have been at the mercy of Deere’s monopoly over repair tools, forced to wait — and pay — for authorized dealers just to fix broken tractors and other equipment,” Arizona Attorney General Kris Mayes said in a statement Wednesday.</p><p>Deere must pay $1 million collectively to the five states for antitrust enforcement costs and will be subject to strict compliance oversight for the next 10 years.</p><p>In the complaint, the FTC argued that Deere provides a service software tool to authorized dealers but does not provide the full version to equipment owners or independent shops. Deere had said the lawsuit was baseless, denied that its distribution of service tools was anticompetitive and argued that it could not monopolize services since it does not directly provide them.</p><p>Deere maintained its commitment to independent repair in a statement Wednesday, adding that the agreement with the FTC reinforces its innovation of more flexible repair options.</p><p>“This is good news for our customers and for the future of how Deere equipment is supported,” said Denver Caldwell, vice president of aftermarket and customer support.</p><p>Right-to-repair has become an increasingly common issue over the years, especially for tech products, with consumers complaining that even simple repairs can only be done by company-authorized dealers.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/B7LVRFYFFUD6PG2QYBGXSEXAKA.jpg?auth=3c12af20bf53a568afaccd55364dcc4cc7189fed8e405699b2a3ff463291a0a0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A John Deer emblem is seen at the Husker Harvest Days farm show in Wood River, Neb., Sept. 12, 2018. (AP Photo/Nati Harnik, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Nati Harnik</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QOQXUIBFD2EJ2XBHB57XRQWLDQ.jpg?auth=ea70ee3e1bac322b99aa1997fd5dcf318d50268dec59354a89aba20760c576e1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - John Deere tractors sit in Norfolk Southern's Conway Yard in Conway, Pa., Dec. 5, 2022. (AP Photo/Gene J. Puskar, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Gene J. Puskar</media:credit></media:content></item><item><title><![CDATA[Meta plans billions for first AI data center in Canada, largest outside the US]]></title><link>https://www.local10.com/business/2026/07/09/meta-plans-billions-for-first-ai-data-center-in-canada-largest-outside-the-us/</link><guid isPermaLink="true">https://www.local10.com/business/2026/07/09/meta-plans-billions-for-first-ai-data-center-in-canada-largest-outside-the-us/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[EDMONTON, Alberta (AP) — Facebook and Instagram parent Meta said Wednesday it will invest more than US$9.1 billion to build its first artificial intelligence data center in Canada and its largest outside the United States.]]></description><pubDate>Thu, 09 Jul 2026 04:50:44 +0000</pubDate><content:encoded><![CDATA[<p>EDMONTON, Alberta (AP) — Facebook and Instagram parent Meta said Wednesday it will invest more than US$9.1 billion to build its first artificial intelligence data center in Canada and its largest outside the United States.</p><p>The facility will be built in Sturgeon County, Alberta, and powered by a natural gas-fired plant being developed by a consortium that includes Calgary-based Pembina Pipeline Ltd.</p><p>Technology and Innovation Minister Nate Glubish called the project “a big deal for Alberta,” saying the province had created a regulatory framework to attract data center investment.</p><p>Alberta has been courting hyperscale data centers as demand for artificial intelligence infrastructure surges. But the rapid growth of AI has fueled concerns about the vast amounts of electricity and water such facilities require, as well as their strain on power grids and nearby communities.</p><p>Because Alberta’s electricity grid cannot support multiple large AI data centers, the province is prioritizing projects that build or secure their own power generation, as Meta plans to do.</p><p>Meta said the data center will use a closed-loop cooling system that won’t draw water from surrounding sources. The company also plans to invest US$42 million in local infrastructure, including roads and water systems.</p><p>Last week, Pembina Pipeline, Morgan Stanley Infrastructure Partners and Kineticor Asset Management announced they would proceed with the Greenlight Electricity Center in Sturgeon County. Meta was identified Wednesday as the customer. The 932-megawatt power plant is expected to begin operating in the second half of 2030.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/6SIZFNWGWF2ZN3DJFENUUP436E.jpg?auth=e8359916e46006badcc001ee5527174cb7ed6281ce97094bdbdfc07ece4137e6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A Meta logo is shown on a video screen at LlamaCon 2025, an AI developer conference, in Menlo Park, Calif., April 29, 2025. (AP Photo/Jeff Chiu, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jeff Chiu</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 Mike 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>Mike 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[Prefectura de Japón invita a presidenta electa de Perú a visitar "tierra de sus ancestros"]]></title><link>https://www.local10.com/espanol/2026/07/08/prefectura-de-japon-invita-a-presidenta-electa-de-peru-a-visitar-tierra-de-sus-ancestros/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/08/prefectura-de-japon-invita-a-presidenta-electa-de-peru-a-visitar-tierra-de-sus-ancestros/</guid><dc:creator><![CDATA[Por FRANKLIN BRICEÑO, Associated Press]]></dc:creator><description><![CDATA[LIMA (AP) — Perú informó el miércoles que el gobernador de una prefectura japonesa invitó a la presidenta electa Keiko Fujimori a visitar su jurisdicción en el suroeste de Japón donde nacieron sus abuelos paternos, quienes migraron al país sudamericano a inicios del siglo XX.]]></description><pubDate>Wed, 08 Jul 2026 21:46:29 +0000</pubDate><content:encoded><![CDATA[<p>LIMA (AP) — Perú informó el miércoles que el gobernador de una prefectura japonesa invitó a la presidenta electa Keiko Fujimori a visitar su jurisdicción en el suroeste de Japón donde nacieron sus abuelos paternos, quienes migraron al país sudamericano a inicios del siglo XX.</p><p>La embajada peruana en Tokio difundió en sus redes sociales una carta de Takashi Kimura, gobernador de Kumamoto —una de las 47 prefecturas de Japón— , quien invitó a Fujimori a visitar la zona. Kimura indicó que la visita de la dirigente política a la "tierra de sus ancestros" sería “un gran honor”.</p><p>“El hecho de que usted, con raíces en la prefectura de Kumamoto, asuma el cargo de presidenta del Perú, es el reflejo del espíritu indomable y el esfuerzo de nuestros antepasados”, indicó Kimura en una misiva fechada el 6 de julio. “Es una evidencia clara de cómo estos valores se han transmitido de generación en generación y han generado confianza hacia la comunidad nikkei”, añadió.</p><p>Los abuelos paternos y maternos de la presidenta electa fueron originarios de las prefecturas de Kumamoto y Fukuoka, respectivamente. Son dos de las siete prefecturas que hay en la isla Kyushu, de donde partió gran cantidad de la diáspora japonesa a Sudamérica a fines del siglo XIX e inicios del XX.</p><p>El lunes la primera ministra de Japón Takaichi Sanae felicitó a Fujimori e indicó que para Japón “Perú es un socio estratégico que ha mantenido más de 150 años de relaciones diplomáticas”. La mandataria electa respondió al saludo de Sanae desde las redes sociales e indicó que en su gobierno se fortalecerá “una relación basada en la confianza, la cooperación y la prosperidad compartida”.</p><p>Perú fue el primer país sudamericano en recibir inmigración japonesa organizada en 1899 y con el paso del tiempo Brasil fue el destino de la mayoría de migrantes japoneses en América Latina. Los peruanos descendientes de japoneses —que se calculan en más de 200.000— han realizado aportes claves en todos los campos, incluidos la literatura, la pintura, las ciencias sociales, la sismología y la gastronomía.</p><p>El padre de la dirigente — el fallecido expresidente Alberto Fujimori (1990-2000) — visitó poco antes de asumir el poder Kawachi, una localidad pesquera y cultivadora de mandarinas que está ubicada en la prefectura de Kumamoto.</p><p>Fujimori finalizó su gobierno tras renunciar en 2000 desde Japón luego de salir de Perú en medio de escándalos de corrupción tras la difusión de un video donde se observaba a su entonces jefe de espías entregando dinero a un congresista opositor para que apoyara a su gobierno.</p><p>En 2005, el expresidente abandonó Japón y viajó a Chile, donde estuvo en detención domiciliaria en medio de pedidos de extradición de Perú.</p><p>En 2007 Fujimori, que también tenía nacionalidad japonesa, postuló sin suerte al Senado japonés por el conservador Nuevo Partido Popular. Ese mismo año fue extraditado a Perú, donde fue condenado y estuvo preso más de 15 años.</p><p>Fujimori fue condenado por corrupción y por el asesinato de 25 peruanos a manos de un grupo militar clandestino que su gobierno protegió en medio de su lucha contra el grupo terrorista Sendero Luminoso que buscaba tomar el poder.</p><p>Salió de prisión en 2023 por un indulto presidencial y murió de cáncer en 2024.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/5CPRVXLEAXWUSTYNKCTULHHU6Y.jpg?auth=1b60831b5f610a143fe7758c1a5c0c8cee023698cf06bfca1d66e9e5a3909b2c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[La presidenta electa Keiko Fujimori interviene durante una rueda de prensa en su sede de Lima, Perú, el viernes 3 de julio de 2026. (Foto AP/Bruno Elias)]]></media:description><media:credit role="author" scheme="urn:ebu">Bruno Elias</media:credit></media:content></item><item><title><![CDATA[Patrick Dempsey shuts down Maine Senate buzz as Democrats weigh a replacement]]></title><link>https://www.local10.com/news/politics/2026/07/08/patrick-dempsey-shuts-down-maine-senate-buzz-as-democrats-weigh-a-replacement/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/07/08/patrick-dempsey-shuts-down-maine-senate-buzz-as-democrats-weigh-a-replacement/</guid><dc:creator><![CDATA[By KIMBERLEE KRUESI, Associated Press]]></dc:creator><description><![CDATA[Actor Patrick Dempsey said Wednesday that he will not run for a Maine Senate seat, quashing speculation that the “Grey’s Anatomy” star and People magazine's former Sexiest Man Alive was among those being considered to replace embattled Democratic nominee Graham Platner.]]></description><pubDate>Thu, 09 Jul 2026 00:34:56 +0000</pubDate><content:encoded><![CDATA[<p>Actor Patrick Dempsey said Wednesday that he will not run for a Maine Senate seat, quashing speculation that the “Grey’s Anatomy” star and People magazine's former Sexiest Man Alive was among those being considered to replace embattled Democratic nominee Graham Platner.</p><p>Platner announced Wednesday that he was withdrawing from the high-stakes Senate race following an accusation from a former girlfriend that he once sexually assaulted her. The oyster farmer and Marine veteran, who denies the allegation, had secured the Democratic nomination in June to go up against longtime Republican Sen. Susan Collins in November.</p><p>In an editorial published in the Portland Press Herald, Dempsey wrote that Mainers are facing challenges including housing, healthcare and education, and whoever is elected as Maine's next senator should work to enact meaningful change.</p><p>“As I reflected on all of this, I kept coming back to one question: Do I truly want to serve in Congress?” Dempsey wrote. “After a lot of thought, I realized the answer is no. Not because public service isn’t honorable — it absolutely is. But because I believe I can contribute more effectively through the life I’ve already built.”</p><p>Dempsey did not endorse any other candidate from those currently teasing their interest in replacing Platner, nor did he name Platner. Instead, he wrote that the candidate should offer “a new approach to how we govern ourselves.”</p><p>“Most of all, I want integrity. That may sound idealistic today, but it shouldn’t,” he added.</p><p>Dempsey grew up in the Lewiston-Auburn area and is the founder of The Dempsey Center in Maine, which provides free care to people impacted by cancer.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/2AY6TRKJJPNFAA7EJLIFRYY53U.jpg?auth=c85e8ba8284751646411fab74406672c4500fa578b9a43406744c32eb95cbd31&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Patrick Dempsey attends the Fox network upfront at New York City Center on May 11, 2026, in New York. (Photo by CJ Rivera/Invision/AP, File)]]></media:description><media:credit role="author" scheme="urn:ebu">CJ Rivera</media:credit></media:content></item><item><title><![CDATA[New attacks raise questions about what comes next in the Iran war]]></title><link>https://www.local10.com/news/politics/2026/07/09/new-attacks-raise-questions-about-what-comes-next-in-the-iran-war/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/07/09/new-attacks-raise-questions-about-what-comes-next-in-the-iran-war/</guid><dc:creator><![CDATA[By WILL WEISSERT, FARNOUSH AMIRI and SAMY MAGDY, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — President Donald Trump says he believes the ceasefire with Iran is over. He says he’s not sure he wants a deal anymore and says the U.S. should “finish the job.” But he also insists that continued attacks do not mean a return to war or long-term action.]]></description><pubDate>Thu, 09 Jul 2026 10:44:46 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — President Donald Trump says he believes the ceasefire with Iran is over. He says he’s not sure he wants a deal anymore and says the U.S. should “finish the job.” But he also insists that continued attacks do not mean a return to war or long-term action.</p><p>The confusion and uncertainty in Trump’s mixed messaging and his approval of back-to-back military strikes leave major questions about what comes next in the conflict, just weeks after difficult diplomacy to reach even an initial deal between the longtime adversaries.</p><p>The whipsawing rhetoric could be a strategy to increase the pressure on Tehran to stop attacking ships transporting oil and natural gas in the Strait of Hormuz and bend to U.S. demands on its nuclear program — something Trump has tried before.</p><p>Whether it is a negotiation tactic or a signal of an escalation in fighting, mediators are scrambling to save the interim deal and the actions risk further inflaming tensions — which could spell problems for Republicans in November’s midterm elections if gas prices stay high.</p><p>Trump warned Wednesday that a new round of U.S. attacks was coming, even as he attempted to shrug off suggestions of a return to full-scale war. Hours later, the military announced it was carrying out new attacks on Iran that were meant to “further degrade their ability to threaten freedom of navigation in the Strait of Hormuz.”</p><p>“Anything that happens is going to happen very fast,” Trump said earlier. “We’re not looking for a long time.”</p><p>Officials rush to save the ceasefire</p><p>A regional intelligence official involved in the mediation efforts said the conflict had reached a critical stage as mutual mistrust rises. But high-level communications are happening around the clock to salvage the ceasefire, said the official, who spoke on condition of anonymity to discuss the delicate behind-the-scenes negotiations.</p><p>The foreign ministers of Pakistan and Qatar, as well as Egypt’s intelligence chief, are leading the efforts, while Turkish President Recep Tayyip Erdogan — whose country hosted the NATO summit that wrapped Wednesday — and leaders from Saudi Arabia are also involved, the official said.</p><p>The U.S. is upset about ships being attacked in the Strait of Hormuz and accuses Iran of slow-playing discussions on curtailing its nuclear program, the official said. Nuclear talks were a major next step to try to turn the interim deal announced last month into a lasting end to the war.</p><p>Tehran, meanwhile, says Washington is the one violating the agreement regarding the strait and failing to ensure that a ceasefire in Lebanon, including an Israeli withdrawal, is being implemented, the official said.</p><p>Michael Eisenstadt, a former U.S. military analyst who now directs the Military and Security Studies Program at the Washington Institute for Near East Policy, said that “we’re still in negotiating mode, no matter what the president says."</p><p>"This is part of negotiating, and declaring that the MOU is over is part of the negotiation as well,” Eisenstadt said, referring to the memorandum of understanding that the ceasefire was built on.</p><p>Trump, though, has been explicit in public comments, saying he's lost interest in preserving the ceasefire: “I think it's over.”</p><p>“We can play games, but I’m not sure I want to make a deal,” he said during the NATO summit in Ankara, Turkey, adding that the U.S. military might “just finish the job.”</p><p>Parliament speaker Mohammad Bagher Qalibaf, Iran’s lead negotiator, said the Trump administration had repeatedly violated the terms of the initial pact, forcing the country to respond appropriately.</p><p>“The era of bullying and extortion is over," Qalibaf posted on X. “It leads nowhere. We don’t fold.”</p><p>Trump says ‘we’ll probably hit them hard again'</p><p>Pakistan, which helped broker the ceasefire, said renewed conflict is in "no one’s interest” and urged both sides to uphold their commitments.</p><p>“There is no alternative to continued engagement, dialogue and diplomacy to achieve shared goal of peace in the region,” its Foreign Ministry said in a statement.</p><p>Trump, nonetheless, dismissed Tehran's leaders, calling them “scum" and “sick people." Just last month, Trump said Iran’s leadership was “very rational” and "nice to deal with,” while also calling the country's leaders “smart people.”</p><p>Speaking at an event in Milwaukee on Wednesday, Vice President JD Vance, who led U.S. efforts to reach the initial deal with Tehran, said Iran was “well behaved for about a week.” He added that lately the country had begun attacking the strait and said, “If they shoot at ships, we’re going to knock the hell out of them.”</p><p>Could this be another negotiating tactic?</p><p>Before the U.S. and Iran reached their first, two-week ceasefire in April, Trump intensified his threats, pledging that American forces would bomb Iranian bridges, roads and power plants. He even posted online, “A whole civilization will die tonight, never to be brought back again."</p><p>He repeated dire threats before the tentative 60-day deal to end the war was reached last month.</p><p>Trump likes to seek ways to negotiate from a position of strength, and he could be looking for more leverage with new strikes. But being unequivocal about the end of the ceasefire also could free up Iran militarily — which could again roil oil prices and financial markets.</p><p>Ali Vaez, Iran director at the International Crisis Group, argued that escalating threats may be a riskier maneuver this time around, given the domestic and international stakes for the U.S.</p><p>“It certainly looks like an effort to turn up the military heat without yet closing the diplomatic door," Vaez said. “But coercive bargaining is a dangerous game: At some point, a pressure campaign can acquire a momentum of its own and become the war it was ostensibly meant to avoid.”</p><p>He added, however, that Iran still has every reason to return to the table because it desperately needs the economic relief that was promised under the interim deal.</p><p>Trump also has sent mixed signals about the fallout.</p><p>He long insisted that rising gas prices for Americans didn't factor into his calculations on Iran — only to say that part of the reason he agreed to the interim deal was to avoid an “economic catastrophe." He has since touted the falling price of oil after the deal was reached.</p><p>Elections ahead could scramble Trump's political calculus</p><p>The president again resumed his past threats to strike Iran’s civilian infrastructure, possibly including electric plants and desalinization plants, and to seize the oil-production hub of Kharg Island.</p><p>“We may take over Kharg Island," he said. "There’s not a thing they could do about it.”</p><p>Still, the midterm elections — when Republicans hope to retain control of the House and Senate — are now less than four months away. Oil prices rising again amid greater uncertainty about the war means Americans will likely continue to see higher prices at the pump.</p><p>The president tried to play down such concerns, saying, “Any time we hit them, it goes up a little bit — $2.” In fact, U.S. oil futures jumped far higher and may keep climbing — even as Trump acknowledged, "As oil goes, so goes everything else.”</p><p>He argued that an increase in oil prices was worth it to bar Iran from obtaining a nuclear weapon. “It's all right.”</p><p>___</p><p>Amiri reported from New York and Magdy from Cairo. Associated Press writer Munir Ahmed in Islamabad contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/VGBX5UJS2SMB4AAQ7W6YA64LQI.jpg?auth=1aa02f22f211656505e28b139fcb4e0799038d0d4b5c657a92f326510a78b5d2&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 for a media conference at the NATO summit in Ankara, Turkey, Wednesday, July 8, 2026. (AP Photo/Francisco Seco)]]></media:description><media:credit role="author" scheme="urn:ebu">Francisco Seco</media:credit></media:content></item><item><title><![CDATA[Blue Jays' Dylan Cease has bid for his 2nd career no-hitter broken up by Giants in 9th inning]]></title><link>https://www.local10.com/sports/2026/07/08/blue-jays-dylan-cease-has-bid-for-his-2nd-career-no-hitter-broken-up-by-giants-in-9th-inning/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/08/blue-jays-dylan-cease-has-bid-for-his-2nd-career-no-hitter-broken-up-by-giants-in-9th-inning/</guid><dc:creator><![CDATA[By STEVE KRONER, Associated Press]]></dc:creator><description><![CDATA[SAN FRANCISCO (AP) — Dylan Cease knew he had a no-hitter going and was willing to throw an unusual number of pitches to finish it off.]]></description><pubDate>Thu, 09 Jul 2026 00:38:28 +0000</pubDate><content:encoded><![CDATA[<p>SAN FRANCISCO (AP) — Dylan Cease knew he had a no-hitter going and was willing to throw an unusual number of pitches to finish it off.</p><p>Toronto Blue Jays manager John Schneider was happy to let him try.</p><p>“Dylan came in after the sixth (inning) and said, ‘I’ve got 120.’ I said, ‘OK.’ And then after the seventh, he said, ‘I’ve got 130,’” Schneider said.</p><p>Cease carried his bid for a second career no-hitter into the ninth inning Wednesday against the Giants before Heliot Ramos broke it up with a line-drive single to center field.</p><p>Cease was lifted after Ramos’ hit and got a standing ovation from the San Francisco crowd. Tyler Rogers came on and got the last three outs on four pitches as the Blue Jays won 10-0.</p><p>The 30-year-old Cease threw a career-high 118 pitches, 81 for strikes, as he sought the first solo no-hitter in the majors since 2024. The All-Star right-hander struck out 11 to increase his American League-leading total to 148.</p><p>“I kept saying, ‘Whatever it takes,’” Cease said. “I guess in my mind I thought maybe 130 at that point was what it was looking like.”</p><p>Schneider said he left Cease in the game because of his career durability and because he can get extra rest during next week's All-Star break.</p><p>“I’m a fan of baseball,” Schneider said. “I think if a guy has a chance to throw a no-hitter, I think you let him do it and I think you make adjustments after that.</p><p>“If I can let a player have that opportunity, I’m going to do it every single time. Maybe not every single time, but as long as I’m allowed to.”</p><p>Cease threw a no-hitter for the San Diego Padres at Washington on July 25, 2024. He thought he was in better form Wednesday than he was that day against the Nationals.</p><p>“I was really commanding the ball well, mixing the ball well,” Cease said. “I’m just happy it wasn’t Luis (Arraez) that broke it up again.”</p><p>While pitching for the Chicago White Sox, Cease lost a no-hit bid on Sept. 3, 2022, with two outs in the ninth inning when Arraez singled for Minnesota. Arraez, now San Francisco’s second baseman and a winner of three batting titles, was the hitter after Ramos.</p><p>Eight days after Cease's no-hitter two years ago, Blake Snell threw one for the Giants at Cincinnati.</p><p>Since then, there have been two combined no-hitters — including one in March by Tatsuya Imai, Steven Okert and Alimber Santa of the Houston Astros — but no one has done it on his own as managers more frequently pull pitchers in the middle of hitless outings because of concerns over pitch counts and injuries.</p><p>Cease had plenty of velocity in the ninth, throwing two 97 mph fastballs to Ramos before giving up the hit on a 96 mph sinker.</p><p>“I’m thinking he’s probably going to be looking for a slider at some point,” Cease said. “I figured if I go a couple of heaters and a sinker in, it would surprise him.</p><p>“I wish I got it a little more in, but a good batter got a hit. It’s baseball.”</p><p>The Blue Jays have gone nearly 36 years without a no-hitter. Dave Stieb threw one on Sept. 2, 1990.</p><p>Including playoffs, 35 big league pitchers have thrown multiple no-hitters. Mike Fiers of the Athletics became the last to do it on May 7, 2019.</p><p>Cease set down the first 14 San Francisco batters before he walked Willy Adames with two outs in the fifth. Cease also walked Drew Gilbert leading off the sixth and Rafael Devers with one out in the seventh.</p><p>Toronto’s defense made two solid plays to sustain the no-hit bid. With two outs in the seventh, Adames sent with a grounder up the middle, and second baseman Ernie Clement ranged to the left side of the bag and made a nice pickup and throw to first.</p><p>Leading off the eighth, Bryce Eldridge hit a drive to deep left-center. Center fielder Daulton Varsho raced to make an excellent catch before running into the wall.</p><p>Cease then struck out Gilbert and pinch-hitter Drew Cavanaugh.</p><p>“When Daulton made that play,” Cease said, “it was like, ‘Man, that’s what happens in no-hitters.’ At that point, I really did it have it on my mind and I thought, ‘All right, we’ve got a shot today.’”</p><p>Ramos said Cease “had it going on today. I think we should have done a better job attacking the zone, just being aggressive, but at the end of the day, he’s a really good pitcher.</p><p>“I think he’s Cy Young-caliber.”</p><p>___</p><p>AP MLB: https://apnews.com/hub/mlb</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/2AXL6PVHDQH6TANJXQEWSL47UY.jpg?auth=d4dfc56ab852a9bdb53e1bc646560cca8b5cdf7e23d6ffc8f34b47192202b2be&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Toronto Blue Jays pitcher Dylan Cease throws against the San Francisco Giants during the first inning of a baseball game Wednesday, July 8, 2026, in San Francisco. (AP Photo/Jeff Chiu)]]></media:description><media:credit role="author" scheme="urn:ebu">Jeff Chiu</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/G667SX5NRGGOIA7OAJDXEHNQRM.jpg?auth=ebb102f00cc0df592520d917aea61b3f841af5a09c4cbcf6582f9c06879967fe&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Toronto Blue Jays pitcher Dylan Cease, middle, reacts with shortstop Andrés Giménez, left, and first baseman Vladimir Guerrero Jr. after San Francisco Giants' Heliot Ramos hit a single during the ninth inning of a baseball game Wednesday, July 8, 2026, in San Francisco. (AP Photo/Jeff Chiu)]]></media:description><media:credit role="author" scheme="urn:ebu">Jeff Chiu</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KVKXVWQWF5TWYQKIZSVCIDAP64.jpg?auth=b6ed7583662073d06031c84061df24f07f4d3ae683d3ecd7f428d9d1c2632d95&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Toronto Blue Jays pitcher Dylan Cease, middle, hands the ball to manager John Schneider during a pitching change in the ninth inning of a baseball game against the San Francisco Giants Wednesday, July 8, 2026, in San Francisco. (AP Photo/Jeff Chiu)]]></media:description><media:credit role="author" scheme="urn:ebu">Jeff Chiu</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/D6QSUS34ACGS7BIXTPST7MSOFQ.jpg?auth=bd06a2080cc2f5a85a8290f8ec225aee025dd06ff46f83e559c57c9644b95aab&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Toronto Blue Jays pitcher Dylan Cease throws against the San Francisco Giants during the fifth inning of a baseball game Wednesday, July 8, 2026, in San Francisco. (AP Photo/Jeff Chiu)]]></media:description><media:credit role="author" scheme="urn:ebu">Jeff Chiu</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HYYZNFIJX3GN3GVC3CNLV5XLSY.jpg?auth=6574ef596b69dcfed0993ede97d3f63a0a5a437f0aa24a5215bfdfd61afec979&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Toronto Blue Jays pitcher Dylan Cease throws against the San Francisco Giants during the fourth inning of a baseball game Wednesday, July 8, 2026, in San Francisco. (AP Photo/Jeff Chiu)]]></media:description><media:credit role="author" scheme="urn:ebu">Jeff Chiu</media:credit></media:content></item><item><title><![CDATA[Fort Lauderdale police release video of culprit who they say attacked mother, 12-year-old son ]]></title><link>https://www.local10.com/news/local/2026/07/08/fort-lauderdale-police-release-video-of-culprit-who-they-say-attacked-mother-12-year-old-son/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/08/fort-lauderdale-police-release-video-of-culprit-who-they-say-attacked-mother-12-year-old-son/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Fort Lauderdale police on Wednesday released surveillance video of an individual who they say is wanted in the violent attack of a woman and her 12-year-old son and announced a reward for information that leads to his arrest.]]></description><pubDate>Wed, 08 Jul 2026 20:44:37 +0000</pubDate><content:encoded><![CDATA[<p>Fort Lauderdale police on Wednesday released surveillance video of an individual <a href="https://www.local10.com/news/local/2026/07/07/mother-12-year-old-son-attacked-with-blunt-object-while-walking-in-fort-lauderdale-police-say/" target="_self" rel="" title="https://www.local10.com/news/local/2026/07/07/mother-12-year-old-son-attacked-with-blunt-object-while-walking-in-fort-lauderdale-police-say/">who they say is wanted in the violent attack of a woman and her 12-year-old son</a> and announced a reward for information that leads to his arrest.</p><p><a href="https://www.local10.com/espanol/2026/07/08/policia-de-fort-lauderdale-divulga-video-de-sujeto-que-segun-las-autoridades-ataco-a-madre-y-a-su-hijo-de-12-anos/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/08/policia-de-fort-lauderdale-divulga-video-de-sujeto-que-segun-las-autoridades-ataco-a-madre-y-a-su-hijo-de-12-anos/">Leer en español</a></p><p>Police said the attack happened around 7:30 a.m. Tuesday in the 1000 block of Northwest Fifth Avenue.</p><p>Investigators are asking anyone who recognizes the individual shown in the video above or picture below to come forward.</p><figure><img src="https://www.local10.com/resizer/v2/VQPLCOWLT5FVBKHTS3GQK3IMPE.jpg?auth=baedb80eb05fff565ba9d7663f0a976a33f0c8141f581a3a51372eb26c25055e&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>The mother on Wednesday told Local 10 News that she was walking her son, who has autism and is nonverbal, to a school bus stop when a man approached from behind and attacked him with what she described as a heavy, mallet-like object.</p><p>She said she stepped in to protect her son and was then struck in the head.</p><p>“Some guy just comes behind us, out the blue. My son is non-verbal, he’s disabled – that’s sad,” the woman, who identified herself only as Chrissy, said on Tuesday. “He just comes and tells him something and attacks him, and then I had to intercept and get in front (of him) and then he attacks me.”</p><p>Police said the woman suffered a cut to the back of her head, while the boy suffered an abrasion to his face. Both were taken to Broward Health Medical Center for treatment.</p><p>Chrissy later told Local 10 News her son also suffered internal damage to one of his eyes but is not blind.</p><p>The culprit fled before officers arrived, police said.</p><p>Detectives asked anyone with information about the culprit or the attack to contact Detective Leon Pabon of the Fort Lauderdale Police Department’s Violent Crimes Unit at 954-828-4675. </p><p>Anonymous tips can also be submitted to Broward County Crime Stoppers at 954-493-8477. A reward of up to $5,000 is being offered for information leading to the culprit’s identification.</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[NCAA sends letter of inquiry to Cincinnati about Brendan Sorsby, according to reports]]></title><link>https://www.local10.com/sports/2026/07/08/ncaa-sends-letter-of-inquiry-to-cincinnati-about-brendan-sorsby-according-to-reports/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/08/ncaa-sends-letter-of-inquiry-to-cincinnati-about-brendan-sorsby-according-to-reports/</guid><dc:creator><![CDATA[By The Associated Press, Associated Press]]></dc:creator><description><![CDATA[The NCAA wants to know what the University of Cincinnati knew about former quarterback Brendan Sorsby and his gambling issues during his two seasons with the program.]]></description><pubDate>Wed, 08 Jul 2026 22:18:39 +0000</pubDate><content:encoded><![CDATA[<p>The NCAA wants to know what the University of Cincinnati knew about former quarterback Brendan Sorsby and his gambling issues during his two seasons with the program.</p><p>According to reports by multiple media outlets, the NCAA has sent an official letter of inquiry to the school regarding Sorsby, who was ruled permanently ineligible by the NCAA in April after he placed thousands of impermissible sports bets over the past four years.</p><p>Sorsby spent two seasons each at Indiana and Cincinnati before transferring to reigning Big 12 champion Texas Tech in January, and his ineligibility ruling touched off an unprecedented legal battle that Sorsby ultimately dropped. While Sorsby won’t play and plans to enter next year's NFL draft, coach Joey McGuire said this week that he still expects the quarterback to make occasional trips to Lubbock and will have access to the school’s athletic facilities.</p><p>Cincinnati coach Scott Satterfield, who was Sorsby's coach during his two seasons with the Bearcats, declined to comment on reports about the letter of inquiry at Wednesday's Big 12 Media Days in Frisco, Texas.</p><p>Yahoo Sports was first to disclose the existence of the letter and ESPN also reported that Cincinnati had received it, with both citing anonymous sources. Sending a letter of inquiry is a standard procedural step in which the NCAA notifies a school of plans to examine an issue, though it doesn't automatically equate to the existence of a rules violation.</p><p>A Cincinnati spokesperson declined to say if the school had received an inquiry from the NCAA.</p><p>“We have had continuous conversations with the NCAA since the initial reports related to impermissible sports wagering began," the spokesperson said in a statement to The Associated Press. "As we have stated before, we do not believe any athletics official or staff member was aware of any impermissible sports wagering."</p><p>NCAA spokeswoman Meghan Durham Wright said Wednesday that the organization doesn't comment on pending or potential investigations.</p><p>The NCAA declared Sorsby ineligible for making bets worth at least $90,000 during his college career.</p><p>Sorsby made at least 40 bets on Indiana while he was a freshman there in 2022, but none of those bets came on games in he played. He acknowledged placing at least 165 impermissible bets on college and professional sports totaling at least $38,000 in 2024, including three wagers on Cincinnati men’s basketball made on a FanDuel account he shared with a friend. He provided more than $60,000 to the friend to deposit in the shared account between December 2023 and June 2025.</p><p>___</p><p>Get poll alerts and updates on the AP Top 25 throughout the season. Sign up here and here (AP News mobile app). 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/Z626Z5J3UXHOPFKVA6IPLLWMJI.jpg?auth=ddfc8c261cc399cb414d188867fddf842c9a9f7c70b60bbaee31c296378dba94&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Cincinnati transfer and future Texas Tech quarterback Brendan Sorsby attends an NCAA college basketball game between Texas Tech and Houston, Jan. 24, 2026, in Lubbock, Texas. (AP Photo/Annie Rice, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Annie Rice</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/255PLZ4BNZSIKJ3OFNXKKA3A4Y.jpg?auth=edd7363252fda2fa2db7c54cd5ea318247275c80ebc1e73900c7ed903f8b259a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Cincinnati head coach Scott Satterfield looks on from the sidelines during the second half an NCAA college football game against Utah, Nov. 1, 2025, in Salt Lake City, Utah. (AP Photo/Tyler Tate, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Tyler Tate</media:credit></media:content></item><item><title><![CDATA[A runaway leader and a surprise snub shake up the Emmy nominations]]></title><link>https://www.local10.com/entertainment/2026/07/08/a-runaway-leader-and-a-surprise-snub-shake-up-the-emmy-nominations/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/07/08/a-runaway-leader-and-a-surprise-snub-shake-up-the-emmy-nominations/</guid><dc:creator><![CDATA[By ALICIA RANCILIO, Associated Press]]></dc:creator><description><![CDATA[The Primetime Emmy Award nominations are out and not-so-surprisingly “The Pitt” is an early winner with more nods than any other show. Also, it’s a great start for the cast of “Widow’s Bay” who enter with 19 nominations for its freshman season.]]></description><pubDate>Wed, 08 Jul 2026 21:09:25 +0000</pubDate><content:encoded><![CDATA[<p>The Primetime Emmy Award nominations are out and not-so-surprisingly “The Pitt” is an early winner with more nods than any other show. Also, it’s a great start for the cast of “Widow’s Bay” who enter with 19 nominations for its freshman season.</p><p>There were plenty of surprises and some snubs from Wednesday’s nominations, including some hits and misses for “Love Story: John F. Kennedy Jr. and Carolyn Bessette” and a first nom for Connor Storrie – just not for the show most people know him for.</p><p>If “The Bear” star Jeremy Allen White attends the Emmy Awards this year, it won’t be as a nominee. The acclaimed series got several nominations for its final season, just not an acting nod for its head chef.</p><p>Read on for more noteworthy nominees and those who got overlooked.</p><p>‘The Pitt’ becomes an Emmys juggernaut</p><p>Last year, Shawn Hatosy won best guest actor in a drama for “The Pitt.” This year, he’s gotten bumped up to supporting actor status and has an Emmy nomination to show for it. He is competing against co-stars Patrick Ball and Gerran Howell in the same category. Taylor Dearden, Fiona Dourif and Sepideh Moafi received their first nominations for best supporting actress in the HBO Max medical drama.</p><p>While the cast racked up numerous nominations, two actors ended up being their own best cheerleaders. Brittany Allen and Jeff Kober each guest starred as ER patients on Season 2 and self-submitted their work for nominations. Now, they’re Emmy nominees in the guest-acting categories.</p><p>Another commonality: Allen and Kober have each won Daytime Emmy Awards for “All My Children” and “General Hospital.”</p><p>The 25 nominations for “The Pitt” are nearly double what it received for its first season. Besides acting categories, it's nominated for best drama and behind-the-camera work like directing and casting.</p><p>Other fresh faces are nominated</p><p>In a sea of regular nominees like Jean Smart, Quinta Brunson and Martin Short, some new names managed to squeeze in.</p><p>Less than one month after “Widow's Bay” completed airing its first season, the comedy horror starring Matthew Rhys is planting a flag at the Emmy Awards. Kate O'Flynn, Kevin Carroll, Stephen Root and Dale Dickey are cast members among the first-time nominees.</p><p>The newlywed characters in “Beef” Season 2 split when it came to Emmy recognition. Charles Melton got his first nomination, while Cailee Spaeny was overlooked.</p><p>“Monster: The Ed Gein Story” didn't have the buzz of previous monster stories about Jeffrey Dahmer or Lyle and Erik Menendez. Its star, Charlie Hunnam can count himself an Emmy nominee though. His work as the serial killer brought him his first nomination.</p><p>File this next one under, “We'll take what we can get.” While Connor Storrie of “Heated Rivalry” also received his first Emmy nomination, it's not for the show that made him a star. There's a technicality where shows financed outside the U.S. are ineligible for Emmys, and the same goes for their cast. Storrie is instead a contender for guest-hosting “Saturday Night Live.”</p><p>While it's no surprise that Jean Smart, Hannah Einbinder and Paul W. Downs got recognized for the final season of “Hacks,” a nice addition to the list is co-star Meg Stalter, who is up for her first Emmy as best supporting actress.</p><p>Sorry, you've been snubbed</p><p>Let's start with the big one. After receiving two Emmy Awards for best actor in a comedy, Jeremy Allen White was not nominated for the final season of “The Bear.” The show got nominated, however, as did Ayo Edebiri for best comedy actress.</p><p>Sarah Pidgeon is nominated for her portrayal as Carolyn Bessette-Kennedy in “Love Story: John F. Kennedy Jr. & Carolyn Bessette” but that love only goes so far. Paul Anthony Kelly, who played Kennedy, was shut out.</p><p>“The Four Seasons” is about a group of friends but Colman Domingo is the standout this year. Domingo was nominated for best supporting actor in a comedy while Tina Fey, who created the series and also stars, got overlooked.</p><p>Apple TV's “Your Friends & Neighbors” stars Jon Hamm as a man who secretly steals from his wealthy neighbors. The show got a drama series Emmy nomination. Hamm did not.</p><p>Paramount+ may have Taylor Sheridan but it doesn't have any acting nominations to celebrate. The star power of “Landman” nor “The Madison” didn't wow Emmy voters. The streamer is competing in a mere two categories: stunt work on “Tulsa King” and choreography in “Noah's Arc: The Movie.”</p><p>From reality drama to Emmy nominations</p><p>The 2023 breakup that shocked the Bravoverse known as “Scandoval” has led to very good things for Ariana Madix. After splitting with her longtime boyfriend, she’s performed on Broadway, competed on “Dancing with the Stars” and is now nominated for an Emmy as outstanding reality TV host for “Love Island USA.”</p><p>A second Bravo breakup has been a big win for the network. The uncoupling of “Summer House” stars Amanda Batula and Kyle Cooke had viewers tuning in to Season 10 to see their marriage crumble. But when Batula then began dating one of their co-stars and Hamptons housemates, West Wilson, who used their other castmate Ciara Miller, it reached a whole new level of pop culture fodder. Voters were paying attention because it’s received a surprise Emmy nomination for unstructured reality show.</p><p>Soon, the Mirrorball Trophy may not be the only award linked to “Dancing with the Stars.” Season 34 of the celebrity dance competition show received an Emmy nomination for best reality show after getting shut out for a decade.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/Q6T5ZSRHSTJ3QQCERRD74XECDM.jpg?auth=d2fa1460d81e453159d846dcd7a1bc68b8982573293ed49e21d087f038d7a6e9&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 Apple TV+ shows Matthew Rhys in a scene from "Widow's Bay." (Apple TV+ via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/UHAIQDUR6R6CBMTLH2VQATHWAE.jpg?auth=3e91fc557efeba38c3cb376d8f4dec736fa8c7659325ec201a014de57e0de26d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This image released by HBO Max shows Sepideh Moafi in a scene from "The Pitt." (Warrick Page/HBO Max via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Warrick Page</media:credit></media:content></item><item><title><![CDATA[De la Espriella designa próximo canciller para "reposicionar" a Colombia como aliado de EEUU]]></title><link>https://www.local10.com/espanol/2026/07/08/de-la-espriella-designa-proximo-canciller-para-reposicionar-a-colombia-como-aliado-de-eeuu/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/08/de-la-espriella-designa-proximo-canciller-para-reposicionar-a-colombia-como-aliado-de-eeuu/</guid><dc:creator><![CDATA[Por ASTRID SUÁREZ, Associated Press]]></dc:creator><description><![CDATA[BOGOTÁ (AP) — El presidente electo de Colombia Abelardo de la Espriella designó el miércoles a Omar Bula Escobar como próximo canciller con el encargo de “reposicionar” al país sudamericano como el principal aliado de Estados Unidos en la región, luego de la tensa relación entre el saliente mandatario Gustavo Petro y el presidente Donald Trump.]]></description><pubDate>Wed, 08 Jul 2026 21:02:09 +0000</pubDate><content:encoded><![CDATA[<p>BOGOTÁ (AP) — El presidente electo de Colombia Abelardo de la Espriella designó el miércoles a Omar Bula Escobar como próximo canciller con el encargo de “reposicionar” al país sudamericano como el principal aliado de Estados Unidos en la región, luego de la tensa relación entre el saliente mandatario Gustavo Petro y el presidente Donald Trump.</p><p>Con experiencia en el trabajo humanitario y en la academia, Bula tendrá su primer cargo gubernamental con la cartera de Relaciones Exteriores luego de servir como funcionario de las Naciones Unidas, siendo director y representante residente en Senegal, así como oficial de proyectos en Brasil y Ecuador.</p><p>De la Espriella, de perfil conservador y quien en su campaña fue respaldado por Trump, señaló en un comunicado que el “reposicionamiento de Colombia como el principal aliado de Estados Unidos” estará entre sus tareas, para lo que primero tendrá que posicionar al país como “líder en el hemisferio sur”.</p><p>Colombia ha sido uno de los aliados más firmes de Estados Unidos en Latinoamérica desde hace varios años, pero esa relación estrecha se tensó desde enero de 2025 con la vuelta de Trump al poder y luego de que Petro criticara las deportaciones de migrantes, el despliegue militar en el Caribe para atacar embarcaciones presuntamente cargadas de drogas y las acciones bélicas de Israel en Gaza.</p><p>Trump respondió con amenazas de aranceles y sanciones del Departamento del Tesoro a Petro y su círculo señalándolos de tener vínculos con el narcotráfico —sin mostrar pruebas— y reprochó al gobierno colombiano no hacer lo suficiente para combatir el tráfico de cocaína siendo el principal productor.</p><p>Tras ser designado, Bula aseguró en entrevista con la revista Semana que está de acuerdo en “reconstruir relaciones" con Estados Unidos. También dijo que pretende conformar alianzas estratégicas para combatir el crimen organizado, lo que incluirá integrar el “Escudo de las Américas” que surgió de la cumbre realizada por Trump en marzo con países de América Latina para unir fuerzas en el combate a los cárteles de las drogas. Petro no fue invitado a ese encuentro.</p><p>Bula también está de acuerdo en reanudar la relación bilateral con Israel, luego de que Petro rompiera vínculos diplomáticos en 2024 como protesta por el “genocidio” en la Franja de Gaza.</p><p>Una transición local</p><p>En paralelo a la composición del nuevo gabinete, De la Espriella emprendió el miércoles un “Empalme Territorial”, como una forma de recabar la información que necesita para llevar a cabo la transición política y gobernar con los alcaldes y gobernadores. Lo hace tras haber suspendido la transición de gobierno a nivel nacional.</p><p>De la Esprilla reiteró desde Norte de Santander, fronterizo con Venezuela, que “se acabó el empalme” con el gobierno saliente, luego de que Petro desconociera su victoria en el balotaje —pese a que fue certificada por la autoridad electoral— y dijera que el ganador fue el progresista Iván Cepeda, su aliado político.</p><p>Pese a la falta del proceso formal de intercambio de información sobre el funcionamiento del gobierno, De la Espriella dijo que tiene “medios alternativos” para obtener datos y "claridad en las cifras” de cara a su llegada al gobierno el 7 de agosto.</p><p>“Ya no podrán seguir mintiendo, no podrán seguir maquillando la información...vamos a organizar la casa y depurar lo que hay”, dijo De la Espriella en Cúcuta, capital de Norte de Santander.</p><p>La víspera, De la Espriella advirtió que Petro y Cepeda quieren “quedarse en el poder” a través de un “golpe de Estado”, del que no dio pruebas, e instó a las fuerzas armadas a ”proteger la Constitución y la democracia y no obedecer ninguna orden que Petro esté dando en sentido contrario”.</p><p>Petro reiteró el miércoles que dejará el poder el 6 de agosto, pese a que no reconoce la legitimidad de De la Espriella, y negó haber dado órdenes contrarias a la Constitución.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/LMBCC6IH6FVR6HTXPDNRIAH6DY.jpg?auth=dfafa69614b500749cde434391c377d835b84318ce66f7f0b61d8d2cdbd41561&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[El presidente electo de Colombia, Abelardo de la Espriella, pronuncia unas palabras tras recibir sus credenciales de manos del presidente del Consejo Nacional Electoral en Bogotá, Colombia, el jueves 25 de junio de 2026. (Foto AP/Iván Valencia)]]></media:description><media:credit role="author" scheme="urn:ebu">Ivan Valencia</media:credit></media:content></item><item><title><![CDATA[Policía de Fort Lauderdale divulga video de sujeto que, según las autoridades, atacó a madre y a su hijo de 12 años]]></title><link>https://www.local10.com/espanol/2026/07/08/policia-de-fort-lauderdale-divulga-video-de-sujeto-que-segun-las-autoridades-ataco-a-madre-y-a-su-hijo-de-12-anos/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/08/policia-de-fort-lauderdale-divulga-video-de-sujeto-que-segun-las-autoridades-ataco-a-madre-y-a-su-hijo-de-12-anos/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[La Policía de Fort Lauderdale divulgó este miércoles un video de vigilancia de un hombre que, según las autoridades, es buscado por el violento ataque contra una mujer y su hijo de 12 años, y anunció una recompensa por información que conduzca a su identificación.]]></description><pubDate>Wed, 08 Jul 2026 20:49:45 +0000</pubDate><content:encoded><![CDATA[<p>La Policía de Fort Lauderdale divulgó este miércoles un video de vigilancia de un <a href="https://www.local10.com/espanol/2026/07/07/atacan-a-madre-y-a-su-hijo-de-12-anos-con-un-objeto-contundente-mientras-caminaban-en-fort-lauderdale-dice-la-policia/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/07/atacan-a-madre-y-a-su-hijo-de-12-anos-con-un-objeto-contundente-mientras-caminaban-en-fort-lauderdale-dice-la-policia/">individuo que, según las autoridades, es buscado por el violento ataque contra una mujer y su hijo de 12 años</a>, y anunció una recompensa por información que conduzca a su arresto.</p><p>La Policía informó que el ataque ocurrió alrededor de las 7:30 a.m. del martes en la cuadra 1000 de Northwest Fifth Avenue.</p><p>Los investigadores están solicitando que cualquier persona que reconozca al hombre que aparece en el video o en la imagen a continuación se presente.</p><figure><img src="https://www.local10.com/resizer/v2/VQPLCOWLT5FVBKHTS3GQK3IMPE.jpg?auth=baedb80eb05fff565ba9d7663f0a976a33f0c8141f581a3a51372eb26c25055e&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>La madre dijo el miércoles a Local 10 News que caminaba con su hijo, quien tiene autismo y no habla, hacia una parada de autobús escolar cuando un hombre se acercó por detrás y lo atacó con lo que describió como un objeto pesado similar a un mazo.</p><p>Dijo que intervino para proteger a su hijo y luego fue golpeada en la cabeza.</p><p>“Un hombre simplemente apareció detrás de nosotros, de la nada. Mi hijo no habla, tiene una discapacidad, eso es muy triste”, dijo la mujer, quien se identificó únicamente como Chrissy. “Simplemente se acercó, le dijo algo y lo atacó. Entonces tuve que interponerme y ponerme delante de él, y luego me atacó a mí.”</p><p>La Policía informó que la mujer sufrió una cortadura en la parte posterior de la cabeza, mientras que el niño sufrió una abrasión en el rostro. Ambos fueron trasladados al Broward Health Medical Center para recibir tratamiento.</p><p>Chrissy dijo posteriormente a Local 10 News que su hijo también sufrió daños internos en uno de sus ojos, pero que no quedó ciego.</p><p>La Policía informó que el sospechoso huyó antes de que los agentes llegaran al lugar.</p><p>Los detectives solicitaron a cualquier persona que tenga información sobre el sospechoso o el ataque que se comunique con el detective Leon Pabon, de la Unidad de Crímenes Violentos del Departamento de Policía de Fort Lauderdale, al 954-828-4675.</p><p>También se pueden enviar pistas de forma anónima a Broward County Crime Stoppers llamando al 954-493-8477. Se ofrece una recompensa de hasta $5,000 USD por información que conduzca al arresto del responsable.</p>]]></content:encoded></item><item><title><![CDATA[Familias expresan preocupación por las condiciones dentro del centro federal de detención del centro de Miami]]></title><link>https://www.local10.com/espanol/2026/07/08/familias-expresan-preocupacion-por-las-condiciones-dentro-del-centro-federal-de-detencion-del-centro-de-miami/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/08/familias-expresan-preocupacion-por-las-condiciones-dentro-del-centro-federal-de-detencion-del-centro-de-miami/</guid><dc:creator><![CDATA[Christian De La Rosa]]></dc:creator><description><![CDATA[Local 10 News está investigando las serias preocupaciones que se han planteado sobre las condiciones en el Centro Federal de Detención del centro de Miami.]]></description><pubDate>Wed, 08 Jul 2026 20:44:45 +0000</pubDate><content:encoded><![CDATA[<p>Local 10 News está investigando las serias preocupaciones que se han planteado sobre las condiciones en el Centro Federal de Detención del centro de Miami.</p><p>Según las familias, el centro es donde ahora permanecen detenidos decenas de inmigrantes que anteriormente estaban recluidos en Alligator Alcatraz.</p><p>Local 10 News ha recibido múltiples mensajes de familiares de inmigrantes detenidos en el lugar. Uno de los detenidos también llamó a la estación desde el interior del centro.</p><p>El hombre dijo que los detenidos han permanecido sin aire acondicionado durante el calor del verano.</p><p>Judith Castellanos dijo que su esposo, Marlon Cervelo, es uno de las decenas de detenidos trasladados al centro después de que Alligator Alcatraz cerrara recientemente.</p><p>Dijo que los detenidos han tenido que dormir en ropa interior debido al calor.</p><p>Annett dijo que su esposo, Daikel Dumont, quien también estuvo detenido anteriormente en el centro de detención cerca de los Everglades, ahora también se encuentra en el centro del centro de Miami.</p><p>Dijo que la falta de aire acondicionado no es su única preocupación.</p><p>Según Annett, los detenidos están bebiendo agua de los lavamanos metálicos de sus celdas.</p><p>Las familias también expresaron preocupación por la presencia de cucarachas dentro del centro.</p><p>Local 10 News se comunicó con el Servicio de Inmigración y Control de Aduanas de Estados Unidos (ICE), pero un portavoz no pudo responder las preguntas.</p><p>La Oficina Federal de Prisiones emitió la siguiente declaración:</p><p>“El Centro Federal de Detención experimentó un problema con uno de los enfriadores que suministra aire acondicionado a las instalaciones. El departamento de mantenimiento identificó de inmediato el problema y comenzó las reparaciones. La falla del aire acondicionado ya fue corregida…”</p><p>Un informe de infraestructura de 2020 también muestra que el centro ha experimentado problemas con el aire acondicionado durante años.</p><p>Las cámaras de Local 10 News encontraron una unidad portátil de enfriamiento funcionando en el exterior del centro. Posteriormente, un portavoz de la Oficina Federal de Prisiones confirmó que ha estado allí durante tres años para ayudar a enfriar las instalaciones.</p><p>Un familiar describió el centro de detención como “otro Alcatraz”.</p><p>Cuando se le preguntó cómo se comparaban las condiciones con las que su esposo le describió en Alligator Alcatraz, Annett dijo que él le aseguró que el centro del centro de Miami es peor.</p><p>Las familias dijeron que quieren que los detenidos sean tratados de manera humana.</p><p>“Son seres humanos y no están siendo tratados como seres humanos”, dijo Annett.</p><p>Al ser consultada sobre su mayor temor, dijo que teme que le ocurra algo a su esposo mientras permanece detenido en el centro y que nadie sea considerado responsable.</p><p>El Centro Federal de Detención alberga a más personas que solo detenidos del ICE.</p><p>Datos obtenidos por Local 10 News de la Oficina Federal de Prisiones muestran que actualmente hay poco más de 1,300 reclusos detenidos en el centro.</p><p>Respecto a las preocupaciones sobre el acceso al agua, un portavoz de la Oficina Federal de Prisiones dijo que el centro experimentó un problema de presión de agua la semana pasada. Mientras se resolvía la situación, a los reclusos se les proporcionó agua embotellada.</p><p>En cuanto a los reportes sobre cucarachas, el portavoz dijo que la agencia no comentaría acusaciones anecdóticas, pero agregó que el centro cuenta con un servicio de control de plagas.</p>]]></content:encoded></item><item><title><![CDATA[Presentan a Tim Hardaway Jr. con el Heat; llevará con honor el número 10 retirado de su padre]]></title><link>https://www.local10.com/espanol/2026/07/08/presentan-a-tim-hardaway-jr-con-el-heat-llevara-con-honor-el-numero-10-retirado-de-su-padre/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/08/presentan-a-tim-hardaway-jr-con-el-heat-llevara-con-honor-el-numero-10-retirado-de-su-padre/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[El Miami Heat presentó oficialmente este miércoles al veterano escolta Tim Hardaway Jr., dando la bienvenida de regreso a casa al jugador nacido en Miami y revelando que usará el número 10 retirado de su padre.]]></description><pubDate>Wed, 08 Jul 2026 19:45:56 +0000</pubDate><content:encoded><![CDATA[<p>El Miami Heat presentó oficialmente el miércoles al veterano escolta Tim Hardaway Jr., dando la bienvenida de regreso a casa al jugador nacido en Miami y revelando que usará el número 10 retirado de su padre.</p><p>Hardaway, quien creció en Miami y asistió a Miami Palmetto High School y Palmer Trinity School antes de destacar en la Universidad de Michigan, dijo que firmar con el Heat hizo realidad un sueño de muchos años.</p><p>“Estoy feliz de estar aquí, feliz de estar en casa”, dijo Hardaway. “Este es definitivamente un momento surrealista, no solo para mí, sino también para mi familia. He soñado con esto durante mucho tiempo.”</p><p>Hardaway dijo que unirse a Miami fue una decisión fácil una vez que se presentó la oportunidad.</p><p>“Una vez que llegó la llamada, creo que fue una decisión obvia”, dijo. “Era la opción correcta, no solo para esta franquicia, sino también para mí personalmente, especialmente cuando tienes a dos jugadores que realmente necesitan espacio para salir y hacer lo que mejor saben hacer. Siento que mi trabajo aquí es simplemente hacerles la vida más fácil, y eso significa encestar tiros.”</p><p>El presidente del Heat, Pat Riley, elogió la consistencia y la capacidad de Hardaway para lanzar al aro, al tiempo que recordó la llegada de su padre a Miami durante la década de 1990.</p><blockquote class="twitter-tweet"><p lang="en" dir="ltr">Hardaway calls this “surreal”.<br><br>“I’ve been dreaming about this moment for a very long time.” <a href="https://t.co/T4zRbeYwOB">https://t.co/T4zRbeYwOB</a></p>&mdash; Will Manso (@WillManso) <a href="https://x.com/WillManso/status/2074932299632714106?ref_src=twsrc%5Etfw">July 8, 2026</a></blockquote><p>“Recuerdo cuando él estaba aquí”, dijo Riley sobre Tim Hardaway. “Me trae muchos recuerdos. Ahora está aquí el hijo de un jugador cuyo número cuelga de las vigas del estadio.”</p><p>Riley bromeó diciendo que, si Hardaway Jr. logra que retiren su propio número, “tendremos que inventar un número 11 por un día o algo así”.</p><p>Hardaway Jr. dijo que usar el número 10 en Miami tiene un significado especial. El número de su padre fue retirado por el Heat y cuelga de las vigas del Kaseya Center.</p><p>“He usado ese número desde que empecé a jugar baloncesto por mi padre”, dijo Hardaway. “Siempre lo he admirado desde que comencé a jugar este deporte, y hasta el día de hoy sigue siendo así.”</p><p>Cuando le preguntaron cómo convenció a su padre de permitirle usar el número retirado, Hardaway sonrió antes de explicar la decisión.</p><blockquote class="twitter-tweet"><p lang="en" dir="ltr">On the way he convinced his dad to let him wear No. 10. Tim Hardaway Jr says it was a family decision. <a href="https://t.co/NRIxwqxIlH">pic.twitter.com/NRIxwqxIlH</a></p>&mdash; Will Manso (@WillManso) <a href="https://x.com/WillManso/status/2074933078061887917?ref_src=twsrc%5Etfw">July 8, 2026</a></blockquote><p>“Solo voy a decir esto”, afirmó. “Creo que la primera vez fue una decisión personal. Y creo que la segunda vez fue una decisión familiar. Voy a usarlo con honor.”</p><p>Hardaway también reflexionó sobre su regreso a la franquicia donde pasó gran parte de su infancia alrededor del equipo.</p><p>“Quiero decir, desde la antigua arena, el Miami Arena, unas cuadras más allá, hasta esta… tengo muchísimos recuerdos de este lugar”, dijo. “Todos los que trabajaban aquí siguen aquí, lo cual es increíble. Me recibieron con los brazos abiertos, como si fuera de la familia.”</p><p>El veterano de 13 temporadas en la NBA ha jugado con los New York Knicks, Atlanta Hawks, Dallas Mavericks, Detroit Pistons y Denver Nuggets. Tiene promedios de carrera de 13.9 puntos, con un 41.9% de efectividad en tiros de campo y un 36.5% en tiros de tres puntos.</p><p>La temporada pasada con Denver, Hardaway promedió 13.5 puntos, 2.6 rebotes y 1.4 asistencias, con un 44.7% de efectividad en tiros de campo y un 40.7% en tiros de tres puntos. Dijo que espera complementar a las estrellas Giannis Antetokounmpo y Bam Adebayo creando espacios y encestando tiros abiertos.</p><p>“Mi trabajo es hacerles el trabajo más fácil”, dijo Hardaway. “Va a tomar tiempo. Habrá mucho análisis de video y muchas cosas que revisar para ver en qué podemos ser excelentes, pero también será muy divertido.”</p><p>Y no lo olvide, la próxima temporada podrá ver los partidos del Miami Heat por Local 10, ya que WPLG Local 10 y el Heat anunciaron un nuevo acuerdo ampliado de derechos de transmisión, que convierte a Local 10 en la casa del baloncesto del Heat en todo el sur de Florida. HAGA CLIC AQUÍ para obtener más información sobre cómo ver los partidos.</p><p>Los aficionados del Heat también pueden llamar al <a href="tel:786-777-4375" rel="">786-777-4375</a> para obtener más información sobre cómo comprar boletos para la temporada 2026-2027.</p>]]></content:encoded></item><item><title><![CDATA[Tim Hardaway Jr. introduced by Heat, will wear father’s retired No. 10 ‘with honor’ ]]></title><link>https://www.local10.com/sports/local/2026/07/08/tim-hardaway-jr-introduced-by-heat-will-wear-fathers-retired-no-10-with-honor/</link><guid isPermaLink="true">https://www.local10.com/sports/local/2026/07/08/tim-hardaway-jr-introduced-by-heat-will-wear-fathers-retired-no-10-with-honor/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[The Miami Heat officially introduced veteran guard Tim Hardaway Jr. on Wednesday, welcoming the Miami native back home and revealing he will wear his father’s retired No. 10 jersey.]]></description><pubDate>Wed, 08 Jul 2026 19:41:38 +0000</pubDate><content:encoded><![CDATA[<p>The Miami Heat officially introduced veteran guard Tim Hardaway Jr. on Wednesday, welcoming the Miami native back home and revealing he will wear his father’s retired No. 10 jersey.</p><p><a href="https://www.local10.com/espanol/2026/07/08/presentan-a-tim-hardaway-jr-con-el-heat-llevara-con-honor-el-numero-10-retirado-de-su-padre/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/08/presentan-a-tim-hardaway-jr-con-el-heat-llevara-con-honor-el-numero-10-retirado-de-su-padre/">Leer en español</a></p><p>Hardaway, who grew up in Miami and attended Miami Palmetto High School and Palmer Trinity School before starring at University of Michigan, said signing with the Heat fulfilled a longtime dream.</p><p>“I’m happy to be here, happy to be home,” Hardaway said. “This is definitely a surreal moment, not only for myself but for my family. I’ve been dreaming about this for a long time.”</p><p>Hardaway said joining Miami was an easy decision once the opportunity presented itself.</p><p>“Once the call came, I think it was kind of a no-brainer,” he said. “The right fit, not only for this franchise, but for me personally, especially when you have two of the guys out there that definitely need spacing for them to go out there and operate and do what they do best. My job here, I feel like it’s just to make their life easy, and that’s to knock down shots.”</p><p>Heat President Pat Riley praised Hardaway’s consistency and shooting ability while recalling his father’s arrival in Miami during the 1990s.</p><blockquote class="twitter-tweet"><p lang="en" dir="ltr">Hardaway calls this “surreal”.<br><br>“I’ve been dreaming about this moment for a very long time.” <a href="https://t.co/T4zRbeYwOB">https://t.co/T4zRbeYwOB</a></p>&mdash; Will Manso (@WillManso) <a href="https://x.com/WillManso/status/2074932299632714106?ref_src=twsrc%5Etfw">July 8, 2026</a></blockquote><p>“I remember when he was here,” Riley said of Tim Hardaway Sr. “It just takes me back. Now the son of a guy that we have hanging from the rafters.”</p><p>Riley joked that if Hardaway earns his own jersey retirement, “we have to come up with a one-day No. 11 or something.”</p><p>Hardaway said wearing No. 10 in Miami carries special meaning. His father’s jersey has been retired by the Heat and hangs in the rafters at Kaseya Center.</p><p>“I’ve been wearing that number ever since I started playing the game of basketball because of my father,” Hardaway said. “I always looked up to him ever since I started playing the game, still do to this day.”</p><p>When asked how he convinced his father to let him wear the retired number, Hardaway smiled before explaining the decision.</p><blockquote class="twitter-tweet"><p lang="en" dir="ltr">On the way he convinced his dad to let him wear No. 10. Tim Hardaway Jr says it was a family decision. <a href="https://t.co/NRIxwqxIlH">pic.twitter.com/NRIxwqxIlH</a></p>&mdash; Will Manso (@WillManso) <a href="https://x.com/WillManso/status/2074933078061887917?ref_src=twsrc%5Etfw">July 8, 2026</a></blockquote><p>“I’m just gonna leave it at this,” he said. “I think the first go around it was a personal decision. And I think the second go around was a family decision. I’m going to wear it with honor. </p><p>Hardaway also reflected on returning to the franchise where he spent much of his childhood around the team.</p><p>“I mean, from the old arena, Miami Arena down the street to this one ... it’s so many memories that I remember about this place,” he said. “Everyone that’s been working here is still here, which is awesome. They treated me with open arms like I’m family.”</p><p>The 13-year NBA veteran has played for the New York Knicks, Atlanta Hawks, Dallas Mavericks, Detroit Pistons and Denver Nuggets. He owns career averages of 13.9 points while shooting 41.9% from the field and 36.5% from 3-point range.</p><p>Last season with Denver, Hardaway averaged 13.5 points, 2.6 rebounds and 1.4 assists while shooting 44.7% from the field and 40.7% from beyond the arc. He said he expects to complement stars Giannis Antetokounmpo and Bam Adebayo and by creating space and knocking down open shots.</p><p>“My job is to make their job easy,” Hardaway said. “It’s gonna take time. It’s gonna be a lot of film work, a lot of things to see where we can be great at, but a lot of fun.”</p><p>And don’t forget, you can watch Miami Heat games on Local 10 next season as WPLG Local 10 and the Heat announced a newly expanded media rights agreement, making Local 10 the home of HEAT basketball across South Florida! <a href="https://www.local10.com/sports/local/2026/06/08/wplg-local-10-becomes-the-home-of-the-miami-heat/" rel="">CLICK HERE</a> for more information on how to watch!</p><p>Heat fans can also call 786-777-4375 for more information on how to purchase tickets for the 2026-2027 season.</p>]]></content:encoded></item><item><title><![CDATA[Trump flies partway home from Turkey in an old Air Force One, not the new Qatari-gifted jet]]></title><link>https://www.local10.com/news/world/2026/07/08/trump-flies-partway-home-from-turkey-in-an-old-air-force-one-not-the-new-qatari-gifted-jet/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/08/trump-flies-partway-home-from-turkey-in-an-old-air-force-one-not-the-new-qatari-gifted-jet/</guid><dc:creator><![CDATA[By MICHELLE L. PRICE and KONSTANTIN TOROPIN, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — President Donald Trump flew partway home from a NATO summit in Turkey on an old baby blue Air Force One plane instead of the new Qatari-gifted and retrofitted red, white and navy blue jet he arrived in, a surprise swap that came as the U.S. and Iran once again began trading strikes.]]></description><pubDate>Thu, 09 Jul 2026 01:49:46 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — President Donald Trump flew partway home from a NATO summit in Turkey on an old baby blue Air Force One plane instead of the new Qatari-gifted and retrofitted red, white and navy blue jet he arrived in, a surprise swap that came as the U.S. and Iran once again began trading strikes.</p><p>Trump offered little clarity on the swap, instead saying he would fly on the legacy aircraft “for old time’s sake,” and indicating that both aircraft would make a previously unscheduled stop on the way back to the United States at Royal Air Force Mildenhall, a base used by U.S. troops.</p><p>The travel switch raised fresh security questions about the new aircraft that the U.S. spent $400 million to retrofit. Images of the Qatari-gifted jet captured since its unveiling show it is not equipped with some of the same missile detection and countermeasure systems as the older jets.</p><p>Trump boarded the new jet at Mildenhall, and it promptly took off for Joint Base Andrews outside Washington after he greeted service members stationed there.</p><p>“We just landed and met up with our new Air Force One, which was sent earlier to RAF Mildenhall, so we could show the wonderful Servicemembers, as per the entire Base’s request,” the Republican president said on social media. “They were very excited.”</p><p>He said stopping at Mildenhall “was on our way back to the States from Turkey, with virtually no deviation of flightpath.”</p><p>During the flight, Trump denied to the reporters accompanying him that security concerns involving Iran were a factor in flying two planes home. Asked if he was aware of any credible threats against Air Force One by Iran, Trump brushed off the question.</p><p>“I have a threat all the time. I’m No. 1 on their list,” he said, repeating comments from earlier Wednesday that he is one of Iran’s top assassination targets.</p><p>When the reporters asked Trump if he knew why they were asked to keep their window blinds closed during the flight from Turkey to the U.K. aboard the older Air Force One, Trump replied that it probably was due to the “sleazebags over here” — an apparent reference to Iran. He said he was not asked to close the window blinds in his compartment. Iran and Turkey share a border.</p><p>New Air Force One doesn't have same security measures</p><p>The swap was also announced less than a day after the U.S. military conducted a series of large strikes in Iran in retaliation for its attacks on merchant shipping in the region, and before a new series of strikes on Wednesday.</p><p>Trump first announced in a social media post that the gleaming new plane he had proudly shown off a day earlier would instead visit the U.K. base on the way home so military members could “tour the Aircraft.” Trump said he instead would be flying home in an older plane previously used as Air Force One.</p><p>When asked later during a news conference if security concerns had played a role in the switch, Trump didn’t directly answer but said that when it came to Iran, he was “No. 1 on the list for killing.”</p><p>When another reporter followed up, Trump said he’d be “going home by normal methods” while the new plane would be shown off to troops.</p><p>When asked if the missing countermeasures systems played a role in the jet being swapped out, the U.S. Air Force directed questions to the White House.</p><p>“The new Air Force One is a state-of-the-art aircraft that has been fitted with high-level security protocols that ensure the safety of the President and his staff," spokesman Steven Cheung said in a statement. "As the President has said recently, there are many enemies of America who have their sights on him, and we use every tool at our disposal — including distraction and misdirection — to address those threats.”</p><p>Plane's transponder was turned off for some of the flight</p><p>Trump departed Turkey aboard one of the older Boeing VC-25As that have carried presidents for 3 1/2 decades. Consumer flight trackers were unable to monitor its transponder early in the flight after takeoff, suggesting it had been temporarily disabled by the crew -- a security measure used when ferrying the president to and from high-risk environments like war zones, not a major NATO ally hosting a long-scheduled summit.</p><p>Other world leaders’ flights departed with trackable transponders, including those from Germany and the U.K.</p><p>The luxurious Boeing 747-800 gifted by Qatar, that was modified to carry Trump, departed earlier Wednesday from Turkey and landed at RAF Mildenhall on Wednesday afternoon, flight trackers showed.</p><p>Iran has several missiles and drones in its inventory with enough range to make the roughly 800-mile (1,300-kilometer) flight from its own borders to Turkey, including some of its Shahed drones and Shahab ballistic missiles.</p><p>However, according to the Center for Strategic and International Studies, Iran does not possess weaponry that would be capable of effectively striking England at a range of roughly 2,500 miles (4,000 kilometers).</p><p>The U.S. Air Force, which oversees the running of the fleet of aircraft used by every president, had previously said that they had to prioritize making only some of the necessary upgrades and changes in order to deliver the Qatari jet — also known as the “bridge” aircraft — into service.</p><p>The Air Force argued that the rapid conversion of the jet was done “without accepting any risk regarding security, safety, or secure communications,” but did concede that “several highly complex engineering modifications required for the final (Air Force One aircraft) were intentionally excluded from the Bridge aircraft.”</p><p>Jeremiah Gertler, a senior analyst for Teal Group, an aviation and defense consulting firm, previously told The Associated Press that the absence of countermeasure systems, as well as a seemingly smaller number of communications antennas, suggested that the Qatari jet was better suited to only work as a domestic aircraft.</p><p>Trump's first flight on the new Qatari jet was to North Dakota last week.</p><p>The original Air Force One planes were built from scratch near the end of the Cold War and they were hardened against the effects of a nuclear blast and included a range of security features, such as anti-missile countermeasures and an onboard operating room.</p><p>The jets are also equipped with air-to-air refueling capabilities for contingencies, though it has never been utilized with a president on board.</p><p>The pair of Boeing jets that are currently being modified to act as the permanent upgrades to the Air Force One jets have been delayed, and are expected to be delivered in 2028.</p><p>___</p><p>Associated Press writers Zeke Miller and Darlene Superville contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/T3F7PYTWVCH3ZUAHM3AKEYOHU4.jpg?auth=fb163b4281e2d2a2df35d7fab6c79b452ecce29170d08f5c3d85642d5825b169&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Airforce One sits on the tarmac before U.S. President Donald Trump departs following the NATO summit at Ankara International Airport in Ankara, Turkey, Wednesday, July 8, 2026. (AP Photo/Alex Brandon)]]></media:description><media:credit role="author" scheme="urn:ebu">Alex Brandon</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/W7L5SPP5TRWUTDN25OK7HEHVIA.jpg?auth=caa627edbb27bf8da8a9b1671de443d73304c1732720ccdd81d98502ad24c73a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Staff lay a carpet on the tarmac before President Donald Trump exits Air Force One upon arriving for the NATO summit in Ankara, Turkey, Tuesday, July 7, 2026. (AP Photo/Alex Brandon)]]></media:description><media:credit role="author" scheme="urn:ebu">Alex Brandon</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5Q3C6J62YQCVRKEUONX5RHL6MQ.jpg?auth=e795c4fb97d7c506074ef7dc208182a841f0d73fdff788de9d13cd7c4873a227&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 during a media conference at the NATO summit in Ankara, Turkey, Wednesday, July 8, 2026. (AP Photo/Emrah Gurel)]]></media:description><media:credit role="author" scheme="urn:ebu">Emrah Gurel</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RKC26POCTDTEULS5URPFPYBW3A.jpg?auth=b0c9b2cf23f548f8dc027515d1cdae18df3bee1ab0c5f9a88a2a4a2ecfd25d87&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Air Force One carrying President Donald Trump arrives for the NATO summit in Ankara, Turkey, Tuesday, July 7, 2026. (Abdullah Güçlü, Pool Photo via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Abdullah Güçlü</media:credit></media:content></item><item><title><![CDATA[What to know about protecting pets from the New World screwworm fly]]></title><link>https://www.local10.com/tech/2026/07/08/what-to-know-about-protecting-pets-from-the-new-world-screwworm-fly/</link><guid isPermaLink="true">https://www.local10.com/tech/2026/07/08/what-to-know-about-protecting-pets-from-the-new-world-screwworm-fly/</guid><dc:creator><![CDATA[By JOHN HANNA, Associated Press]]></dc:creator><description><![CDATA[Two New World screwworm cases in dogs are among more than 30 confirmed instances in Texas and New Mexico, prompting warnings Wednesday from veterinarians and humane societies that pet owners need to remain vigilant to protect their animals.]]></description><pubDate>Wed, 08 Jul 2026 22:29:26 +0000</pubDate><content:encoded><![CDATA[<p>Two New World screwworm cases in dogs are among more than 30 confirmed instances in Texas and New Mexico, prompting warnings Wednesday from veterinarians and humane societies that pet owners need to remain vigilant to protect their animals.</p><p>The parasite reappeared in cattle in the U.S. in June, more than 50 years after it had been largely eradicated from the country. The pest is actually the larvae of the New World screwworm fly. It eats live flesh and fluids rather than dead material, as the larvae of most fly species do.</p><p>Here is what to know about the parasite, the threat it poses to pets and how to protect them:</p><p>Screwworm fly larvae can infest any mammal</p><p>The fly's migration north from Panama starting in 2024, and through Mexico in 2025, has agriculture officials warning that it poses a threat to the $113 billion U.S. cattle industry, but the larvae can hatch and breed in any mammal, including wildlife, dogs, cats and occasionally humans.</p><p>The problem develops when a female fly lays its eggs in open wounds and mucus. After the eggs hatch, the larvae feed for about a week before maturing, dropping to the ground and continuing to develop into an adult fly.</p><p>The American Veterinary Medical Association says newborn animals and animals with open wounds or who have undergone surgery or other medical procedures recently are especially vulnerable. Even a tick bite can host an infestation, Aaron Grady, executive director of the Houston Humane Society shelter, said during a webinar on the screwworm.</p><p>Infestation signs include restlessness and bad smell</p><p>Animal health experts say pet owners in areas where the screwworm is present — southern and southwestern Texas and southeastern New Mexico so far — should watch their animals closely and examine them for wounds, cuts and bites regularly.</p><p>Pet owners should look for any maggots or movement in a wound. Other signs include a foul smell and restlessness or anxiety in an animal, or an animal “hyper-fixating on looking or chewing in a certain area of the body," said Melissa Stansell, a veterinarian at the shelter Austin Pets Alive!</p><p>Any one of those is reason enough to go to a veterinarian. The affected animal is likely in a great deal of pain, and that can cause death from shock. The larvae also can cause death if they move into vital organs or by causing infections that turn deadly.</p><p>Flea, tick medications can stop an infestation</p><p>Humane society officials and veterinarians said shelters across Texas are trying to prevent infestations in animals by giving them prescription flea and tick medications. They recommend that pet owners do the same.</p><p>“It will kill the larvae as they ingest the blood and tissue,” Stansell said. “The chemical compositions of those products are what kill the actual larval stages of these flies.”</p><p>Veterinarians also can treat infestations and animals can recover if pet owners contact them quickly. Stansell said the treatment could include antibiotics.</p><p>“It is only fatal if left untreated,” she said.</p><p>An effort to eradicate the fly again is underway</p><p>The New World screwworm fly is a tropical species and decades ago would disappear each year when colder weather arrived with the fall or winter.</p><p>But state and U.S. Department of Agriculture officials aren't waiting for the weather to turn. They've returned to an eradication method that worked decades ago, breeding sterile male flies and releasing them into the wild. The female New World screwworm fly mates once in her monthslong life, and if her partner is sterile, her eggs won't hatch — causing the population in an area to drop and then disappear.</p><p>For years, the only factory breeding sterile flies in the Western Hemisphere was in Panama, but the USDA invested $21 million to convert a site in southern Mexico from breeding fruit flies to recently start breeding screwworm flies. The agency also plans to spend $750 million on a new fly factory in Texas, set to open next year.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZKDBPGGNL2PZ3GKWMXDWYETWWM.jpg?auth=e74ecb5b43e4d19a322feb2b15a4fe7a7d66d693eb98da141cfd3aa831bf03fb&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 the Texas Veterinary Medical Association shows veterinarian Russell Ueckert treating a cat at his clinic in Abilene, Texas, in August 2019. (Abel Amendare/Texas Veterinary Medical Association via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Abel Amendare</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/IKG2W6AIOMQFEZKWXUXKKWLUHA.jpg?auth=a649cfda120844b8353848005aaee4987218a80281d72c918f49d1a23dd6e825&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Dyed fly pupae are seen as a sterile fly dispersal station is placed by the U.S. Department of Agriculture to combat the spread of the New World screwworm fly on grounds of a ranch near La Pryor, Texas, Thursday, June 11, 2026. (AP Photo/Eric Gay)]]></media:description><media:credit role="author" scheme="urn:ebu">Eric Gay</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/U36YCCFPTANCNZ27DCTBUSK2TI.jpg?auth=a2c583d096792da1336a917134a81dcd020f694a5979faaee7480f959a7139af&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Cattle graze near a sterile fly dispersal station placed by the U.S. Department of Agriculture to combat the spread of the New World screwworm fly on grounds of a ranch near La Pryor, Texas, Thursday, June 11, 2026. (AP Photo/Eric Gay)]]></media:description><media:credit role="author" scheme="urn:ebu">Eric Gay</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/SP724PXPPIHZQSN4OCTEV4MJUU.jpg?auth=348db59591aa73b13576391e5c82359ce81e7147a733a3e1d1beabb65230f95a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Thousands of dyed fly pupae are seen in a sterile fly dispersal station placed by the U.S. Department of Agriculture to combat the spread of the New World screwworm fly on grounds of a ranch near La Pryor, Texas, Thursday, June 11, 2026. (AP Photo/Eric Gay)]]></media:description><media:credit role="author" scheme="urn:ebu">Eric Gay</media:credit></media:content></item><item><title><![CDATA[Reportan que estudiante ayuda a capturar a delincuente convicto que grababa en baños de mujeres del Miami Dade College]]></title><link>https://www.local10.com/espanol/2026/07/08/reportan-que-estudiante-ayuda-a-capturar-a-delincuente-convicto-que-grababa-en-banos-de-mujeres-del-miami-dade-college/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/08/reportan-que-estudiante-ayuda-a-capturar-a-delincuente-convicto-que-grababa-en-banos-de-mujeres-del-miami-dade-college/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[Los registros muestran que una estudiante del Miami Dade College confrontó, persiguió y retuvo recientemente a un delincuente convicto de 31 años después de descubrir que la estaba grabando mientras usaba un baño del North Campus.]]></description><pubDate>Wed, 08 Jul 2026 19:57:57 +0000</pubDate><content:encoded><![CDATA[<p>Los registros muestran que una estudiante del Miami Dade College confrontó, persiguió y retuvo a un delincuente convicto de 31 años después de descubrir que la estaba grabando mientras usaba un baño el martes en el North Campus.</p><p>La estudiante dijo que estaba usando un inodoro en el edificio 2 cuando vio “un teléfono celular negro grabándola desde debajo de la puerta del cubículo”, escribió un agente de la Oficina del Sheriff de Miami-Dade, según un informe.</p><p>La estudiante dijo que salió del cubículo y confrontó al hombre, a quien los agentes identificaron posteriormente como Rishard Parsons, quien tiene condenas desde 2014, según el informe de arresto del agente.</p><p>Parsons salió por última vez de prisión el 12 de abril y debía permanecer en libertad condicional por una agresión agravada cometida en 2019 hasta el 11 de abril de 2028, <a href="https://pubapps.fdc.myflorida.com/offenderSearch/detail.aspx?Page=Detail&amp;DCNumber=M89524&amp;TypeSearch=IR" target="_blank" rel="noreferrer" title="https://pubapps.fdc.myflorida.com/offenderSearch/detail.aspx?Page=Detail&amp;DCNumber=M89524&amp;TypeSearch=IR">según</a> el Departamento de Correcciones de Florida.</p><p>La estudiante dijo que le ordenó a Parsons que “borrara el video”, pero él la empujó y huyó, por lo que ella “lo persiguió por el pasillo abierto” y “pidió ayuda a gritos”, según el informe de arresto del agente.</p><p>Un buen samaritano, que escuchó los gritos de ayuda de la estudiante, se unió a la persecución y ambos retuvieron a Parsons antes de que llegaran los agentes de seguridad pública del MDC y los agentes de la Oficina del Sheriff de Miami-Dade, según el informe.</p><p>“La víctima sufrió una posible fractura en la rodilla izquierda”, escribió un agente sobre la estudiante, según el informe de arresto.</p><p>Los agentes de seguridad pública del MDC ya estaban buscando a Parsons después de que otra mujer que trabaja para el MDC reportó que estaba en un cubículo de un baño del edificio 100 cuando vio que él “la estaba grabando desde el cubículo contiguo”, según el informe de arresto.</p><p>La empleada del MDC salió del baño y denunció a Parsons al personal de seguridad pública del MDC, que encontró un video de vigilancia en el que se observa a Parsons saliendo del baño de mujeres, según el informe del agente.</p><p>Los agentes detuvieron a Parsons, lo llevaron a la unidad de víctimas especiales de la Oficina del Sheriff de Miami-Dade para ser interrogado y él “admitió haber estado en el campus y haber cometido actos de voyeurismo contra ambas víctimas”, según el informe de arresto del agente.</p><p>Correcciones de Miami-Dade ingresó a Parsons a la 1:05 a.m. del miércoles en el Centro Correccional Turner Guilford Knight, según los registros de reclusos.</p><p>Parsons enfrentó tres cargos: dos por voyeurismo y uno por agresión grave. Su fianza fue fijada en $21,500 USD.</p><p><i>El editor de la mesa de asignaciones de Local 10 News, Carson Merlo, contribuyó a este informe.</i></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/GUU4HNVURFFIDAVUX65H7AQMSE.jpg?auth=5da077e78db21a3e80679627af07a8c5bf4b3eb986e4f8c1c06cae3c25b1da55&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Deputies arrested Rishard Parsons after a student helped to detain him on Tuesday at the Miami Dade College's North Campus.]]></media:description></media:content></item><item><title><![CDATA[Student helps catch felon recording in Miami Dade College women’s restrooms, deputies report]]></title><link>https://www.local10.com/news/local/2026/07/08/student-helps-catch-felon-recording-in-miami-dade-college-womens-restrooms-records-show/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/08/student-helps-catch-felon-recording-in-miami-dade-college-womens-restrooms-records-show/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[A Miami Dade College student recently confronted,  chased, and detained a 31-year-old convicted felon after she caught him filming her as she used a restroom at the North Campus, records show. ]]></description><pubDate>Wed, 08 Jul 2026 19:24:24 +0000</pubDate><content:encoded><![CDATA[<p>A Miami Dade College student confronted, chased, and detained a 31-year-old convicted felon after she caught him filming her as she used a restroom on Tuesday at the North Campus, records show. </p><p><a href="https://www.local10.com/espanol/2026/07/08/reportan-que-estudiante-ayuda-a-capturar-a-delincuente-convicto-que-grababa-en-banos-de-mujeres-del-miami-dade-college/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/08/reportan-que-estudiante-ayuda-a-capturar-a-delincuente-convicto-que-grababa-en-banos-de-mujeres-del-miami-dade-college/">Leer en español</a></p><p>The student said she was using a toilet at Building 2 when she saw “a black cellular telephone recording her from underneath the stall,” a Miami-Dade Sheriff’s Office deputy wrote, according to a report. </p><p>The student said she exited the stall and confronted the man, who deputies later identified as Rishard Parsons, who has convictions going back to 2014, according to the deputy’s arrest report. </p><p>Parsons was last released from prison on April 12, and he was supposed to be on probation over a 2019 aggravated battery until April 11, 2028, <a href="https://pubapps.fdc.myflorida.com/offenderSearch/detail.aspx?Page=Detail&amp;DCNumber=M89524&amp;TypeSearch=IR" target="_self" rel="" title="https://pubapps.fdc.myflorida.com/offenderSearch/detail.aspx?Page=Detail&amp;DCNumber=M89524&amp;TypeSearch=IR">according</a> to the Florida Department of Corrections. </p><p>The student said she ordered Parsons to “delete the video,” but he pushed her and fled, so she “pursued him through the breezeway” and “shouted for assistance,” according to the deputy’s arrest report. </p><p>A good Samaritan, who heard the student’s cries for help, joined the pursuit, and they detained Parsons before MDC public safety officers and MDSO deputies arrived, according to the report. </p><p>“The victim suffers from a possible fracture to her left knee,” a deputy wrote about the student, according to the arrest report. </p><p>MDC public safety officers were already searching for Parsons after another woman who works for MDC had reported she was in a stall at a restroom in the 100 building when she saw he “was recording her from the adjacent stall,” according to the arrest report. </p><p>The MDC employee walked out of the restroom and reported Parsons to MDC public safety personnel, who found surveillance video of him leaving the women’s restroom, according to the deputy’s report. </p><p>Deputies detained Parsons, took him to the MDSO special victims’ bureau for questioning, and he “admitted to being on campus and committing acts of voyeurism against both victims,” according to the deputy’s arrest report.</p><p>Miami-Dade corrections booked Parsons at 1:05 a.m. on Wednesday at the Turner Guilford Knight Correctional Center, according to inmate records. </p><p>Parsons faced three charges: Two counts of voyeurism and felony battery. His bond was $21,500. </p><p><i>Local 10 News Assignment Desk Editor Carson Merlo contributed to this report. </i></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/GUU4HNVURFFIDAVUX65H7AQMSE.jpg?auth=5da077e78db21a3e80679627af07a8c5bf4b3eb986e4f8c1c06cae3c25b1da55&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Deputies arrested Rishard Parsons after a student helped to detain him on Tuesday at the Miami Dade College's North Campus.]]></media:description></media:content></item><item><title><![CDATA[The family number 10 now belongs to Tim Hardaway Jr. in Miami. He calls it a superpower]]></title><link>https://www.local10.com/sports/2026/07/08/the-family-number-10-now-belongs-to-tim-hardaway-jr-in-miami-he-calls-it-a-superpower/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/08/the-family-number-10-now-belongs-to-tim-hardaway-jr-in-miami-he-calls-it-a-superpower/</guid><dc:creator><![CDATA[By TIM REYNOLDS, Associated Press]]></dc:creator><description><![CDATA[MIAMI (AP) — Tim Hardaway Jr. would always follow the same routine in his 15 visits to Miami as an opponent. Walk into the arena, take a look into the rafters, gaze at one specific banner.]]></description><pubDate>Wed, 08 Jul 2026 19:54:12 +0000</pubDate><content:encoded><![CDATA[<p>MIAMI (AP) — Tim Hardaway Jr. would always follow the same routine in his 15 visits to Miami as an opponent. Walk into the arena, take a look into the rafters, gaze at one specific banner.</p><p>“Hardaway 10” sways, commemorating his father's time with the Heat and the jersey they retired in Tim Hardaway Sr.'s honor.</p><p>“Coming here when I was an opponent, I felt like it gave me a superpower,” Hardaway Jr. said.</p><p>It's his jersey now.</p><p>The Heat formally introduced part of the family on Wednesday, with the 34-year-old Hardaway getting his welcome-back-to-Miami news conference — and getting handed a No. 10 Heat jersey, only this one with “Jr.” after the family surname on the back.</p><p>“This is really bizarre,” said Heat President Pat Riley, who coached the elder Hardaway in Miami.</p><p>The younger Hardaway used to run around the Heat practice floor as a kid while his dad played games, or hang out in the family room partaking in video games. As Hardaway Jr. got older, Riley would ask someone on the staff to put him through workouts on the practice court.</p><p>That staffer was Erik Spoelstra, now the Heat head coach.</p><p>“I think things are going to be a little bit more serious now than before,” Hardaway said. “But I mean, I’m very comfortable and confident to be able to go up there and talk to coach anytime I need some guidance or assistance on anything. I feel like he’s a great person in order to do that.”</p><p>Miami entered the offseason with a slew of wishes and needs. It wanted a superstar; it landed one by getting Giannis Antetokounmpo (and, like the rest of the league, is waiting to hear where former Heat star LeBron James wants to play this coming season). It also wanted to find shooting and durability; Hardaway is coming off a season where he had career-bests in 3-pointers made (224) and 3-point percentage (nearly 41%), and he's played in 236 of a possible 246 regular-season games over the last three seasons.</p><p>His role in Miami, whether as a starter or off the bench, will be simple: Make life easier for Antetokounmpo and Heat center Bam Adebayo.</p><p>“Once the call came, I think it was kind of a no-brainer,” Hardaway said. “It's the right fit, not only for this franchise, but for me personally — especially when you have two guys out there that definitely need spacing for them to go out there and operate and do what they do best. My job here, it’s just to make their life easy and that’s to knock down shots.”</p><p>And he gets to come home to do all that. Born and raised in Miami, the Heat will be his sixth NBA team — in the city he still calls home.</p><p>“I've been praying for this day,” Hardaway said. “I've always wanted this day to come, ever since I was a kid.”</p><p>___</p><p>AP NBA: https://apnews.com/hub/NBA</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/UNR67COUW2LPC756SLX2EZZOE4.jpg?auth=c86bbfbf6afff78bc35731cc70ae471c1e33d2d6f6f1b9e9711bb67f92824533&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Denver Nuggets guard Tim Hardaway Jr. is seen in the first half of an NBA basketball game, March 27, 2026, in Denver. (AP Photo/David Zalubowski, File)]]></media:description><media:credit role="author" scheme="urn:ebu">David Zalubowski</media:credit></media:content></item><item><title><![CDATA[Justin Bieber and more join World Cup final halftime show featuring Madonna, Shakira and BTS]]></title><link>https://www.local10.com/entertainment/2026/07/08/justin-bieber-and-more-join-world-cup-final-halftime-show-featuring-madonna-shakira-and-bts/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/07/08/justin-bieber-and-more-join-world-cup-final-halftime-show-featuring-madonna-shakira-and-bts/</guid><dc:creator><![CDATA[By MARIA SHERMAN, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Justin Bieber will bring his swag to the World Cup's star-studded, Super Bowl-style halftime show, joining fellow headliners Madonna, Shakira and BTS, FIFA announced Wednesday.]]></description><pubDate>Wed, 08 Jul 2026 19:27:10 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Justin Bieber will bring his swag to the World Cup’s star-studded, Super Bowl-style halftime show, joining fellow headliners Madonna, Shakira and BTS, FIFA announced Wednesday.</p><p>Afrobeats star Burna Boy, Venezuelan conductor Gustavo Dudamel and the PS22 Chorus — a choir of elementary school students based in Staten Island, New York — will also perform, the last joined by Coldplay.</p><p>The 11-minute halftime performance, curated by Coldplay’s Chris Martin, will take place during the final outside New York on July 19. The show will support the FIFA Global Citizen Education Fund, which is raising $100 million to help children access education and soccer.</p><p>“The FIFA World Cup brings the world together in a way nothing else can,” Bieber said in a statement. “I’m grateful to be part of this Halftime Show, and even more grateful knowing it’s already helping expand access to education for children around the world.”</p><p>Of all the performances, the addition of Burna Boy is particularly noteworthy: He’s one-half of this year’s official song for the World Cup, “Dai Dai,” led by Shakira. The song is a mesh of their musical landscapes: Afrobeats and Latin rhythms, an undeniably global, multilingual pop track. In one verse, they name a number of the world’s most famous soccer players and countries competing in this year’s World Cup: “Brazil, Uruguay, Argentina, Colombia,” Shakira cheers. “Mexico, Japan, Korea, Netherlands.”</p><p>“The FIFA World Cup is one of the few moments that truly brings the entire world together,” Burna Boy said in a statement. “To represent Africa on the first-ever FIFA World Cup Final Halftime Show is a privilege and a responsibility that I don’t take lightly.”</p><p>And while the Super Bowl is famed for its halftime show, such performances are not commonplace in soccer, with events like the Champions League final featuring a pre-match concert.</p><p>This year’s World Cup halftime performance will also feature some characters from “Sesame Street,” as well as Muppets like Kermit and Miss Piggy.</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/BVBDXQNGIXPGEIASPWP3C7OOUA.jpg?auth=42542e32c643eb2d77381c45407f1e1377b8b66c7bfc34a51b8a7d2e27bbbc41&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Justin Bieber performs during the 68th annual Grammy Awards in Los Angeles on Feb. 1, 2026. (AP Photo/Chris Pizzello, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Chris Pizzello</media:credit></media:content></item><item><title><![CDATA[Blackhawks star Connor Bedard to miss start of the season after shoulder surgery]]></title><link>https://www.local10.com/sports/2026/07/08/blackhawks-star-connor-bedard-to-miss-start-of-the-season-after-shoulder-surgery/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/08/blackhawks-star-connor-bedard-to-miss-start-of-the-season-after-shoulder-surgery/</guid><dc:creator><![CDATA[By JAY COHEN, Associated Press]]></dc:creator><description><![CDATA[CHICAGO (AP) — Chicago Blackhawks center Connor Bedard will miss the start of the season after he had surgery on his left shoulder on Wednesday.]]></description><pubDate>Wed, 08 Jul 2026 20:45:56 +0000</pubDate><content:encoded><![CDATA[<p>CHICAGO (AP) — Chicago Blackhawks center Connor Bedard will miss the start of the season after he had surgery on his left shoulder on Wednesday.</p><p>Team physician Michael Terry said Bedard is expected "to make a full recovery in an approximate timeline of four months.” The NHL hasn't announced its regular-season schedule, but the Blackhawks played their first game last season on Oct. 7.</p><p>Bedard, who turns 21 on July 17, got hurt while skating with a group of NHL players last week in western Canada. It's a major blow for a Blackhawks team trying to emerge from a painful rebuilding process.</p><p>Bedard set career highs with 30 goals and 45 assists in 69 games in his third NHL season. He missed 12 games after he hurt his right shoulder on a draw during a 3-2 loss at St. Louis on Dec. 12.</p><p>“He’s so important to our team,” general manager Kyle Davidson said in April. “He took such a big step forward this year in every facet.”</p><p>Bedard is a restricted free agent, and it remains to be seen if the injury has any effect on the negotiations for his next contract. He missed nearly six weeks of his rookie season with a broken jaw.</p><p>Chicago went 29-39-14 last season, an 11-point improvement and still nowhere near playoff contention. It has finished No. 31 in the NHL each of the past three years.</p><p>Defenseman Bowen Byram was acquired in a trade with Buffalo on June 23, and the Blackhawks signed forward Cole Smith and defenseman Ian Cole on the first day of NHL free agency.</p><p>Bedard reached out to Byram, Smith and Cole after they were brought in by the team.</p><p>“Obviously a superb young talent,” Cole said Wednesday when asked about sharing the ice with Bedard. “Unfortunately, yeah, it sounds like it’s going to be a little later than originally anticipated, but you know he seems like a great guy.”</p><p>The Blackhawks haven’t made a postseason appearance since the NHL used an expanded playoff format after the 2020 season was affected by the COVID-19 pandemic.</p><p>Bedard has been the centerpiece of the team since he was the No. 1 overall pick in the 2023 draft. He made his anticipated NHL debut that October and won the Calder Trophy as the league’s rookie of the year. He had 23 goals and 44 assists while appearing in all 82 games in his second season.</p><p>___</p><p>AP NHL: https://apnews.com/hub/nhl</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/FJVML22PSY6KMTUDUVJVPCVRJY.jpg?auth=d3ca23d018241dae297d10f962d6b2194929ff3e68b331aa463872ee5cb3c48b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Chicago Blackhawks' Connor Bedard plays during an NHL hockey game Thursday, March 26, 2026, 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[Artemis II astronauts reunite with their moonship 3 months after record-breaking flight]]></title><link>https://www.local10.com/tech/2026/07/08/artemis-ii-astronauts-reunite-with-their-moonship-3-months-after-record-breaking-flight/</link><guid isPermaLink="true">https://www.local10.com/tech/2026/07/08/artemis-ii-astronauts-reunite-with-their-moonship-3-months-after-record-breaking-flight/</guid><dc:creator><![CDATA[By MARCIA DUNN, Associated Press]]></dc:creator><description><![CDATA[CAPE CANAVERAL, Fla. (AP) — The Artemis II astronauts reunited with their capsule Wednesday three months after flying around the moon and traveling deeper into space than anyone in history.]]></description><pubDate>Wed, 08 Jul 2026 19:32:14 +0000</pubDate><content:encoded><![CDATA[<p>CAPE CANAVERAL, Fla. (AP) — The Artemis II astronauts reunited with their capsule Wednesday three months after flying around the moon and traveling deeper into space than anyone in history.</p><p>It was their first visit to Kennedy Space Center since they blasted off in April. The last time the four saw the pad, the massive Space Launch System rocket had stood upon it.</p><p>“It's a lonely place without that rocket on it,” commander Reid Wiseman said. He and his crew spent the day thanking all those who helped send them on the flight.</p><p>The three NASA astronauts and one Canadian set a new record for distance travel during the lunar fly-around — 252,756 miles (406,771 kilometers). It was humanity’s first trip to the moon in more than half a century.</p><p>Public enthusiasm over the mission is still high, Wiseman noted. While boarding a plane in France about a week ago, he said, a woman handed him her boarding pass with this message written on it: “Thank you for reminding us about joy and hope in the universe again.”</p><p>They're excited about handing off to the next Artemis crew: three NASA astronauts and one Italian announced last month. Set for next year, the Artemis III mission will remain in orbit around Earth and practice docking with lunar landers in development by SpaceX and Blue Origin. Artemis IV will follow as early as 2028 with a moon landing by two astronauts not yet identified.</p><p>The entire Artemis III crew is male, something that doesn't faze Artemis II's Christina Koch, who became the first woman to fly to the moon. What would be worse, she said, was someone overruling NASA's crew selection for Artemis III just “to make it look a certain way.”</p><p>“I am so glad and so proud that that's not the situation we have,” she told reporters.</p><p>Wiseman and Koch flew to the moon alongside pilot Victor Glover and Canada's Jeremy Hansen. Hansen announced earlier this week that he will leave the Canadian Space Agency in September, but remain a reservist in the Royal Canadian Air Force and continue supporting the Artemis program.</p><p>___</p><p>The Associated Press Health and Science Department receives support from the Howard Hughes Medical Institute’s Department of Science Education and the Robert Wood Johnson Foundation. The AP is solely responsible for all content.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/IAJBK7ZTSZ77YNDDUG32VNNMYQ.jpg?auth=74f8c25ad42377aef2930e1e8c22c9a59c0f48aee1b6a713c3f84e60e5e481d5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Artemis II crew members Reid Wiseman, from left, Victor Glover, Christina Koch and Jeremy Hansen stand as President Donald Trump speaks during Salute to America, an Independence Day event honoring the nation's 250th anniversary, Saturday, July 4, 2026, on the National Mall in Washington. (AP Photo/Mark Schiefelbein)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark Schiefelbein</media:credit></media:content></item><item><title><![CDATA[Judge sets February trial for man charged with planting pipe bombs on the eve of the Capitol riot]]></title><link>https://www.local10.com/news/politics/2026/07/08/judge-sets-february-trial-for-man-charged-with-planting-pipe-bombs-on-the-eve-of-the-capitol-riot/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/07/08/judge-sets-february-trial-for-man-charged-with-planting-pipe-bombs-on-the-eve-of-the-capitol-riot/</guid><dc:creator><![CDATA[By MICHAEL KUNZELMAN, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — A federal trial is scheduled to start in February for a Virginia man charged with planting pipe bombs near the national headquarters of the Democratic and Republican parties on the eve of the Jan. 6, 2021, riot by a mob of President Donald Trump's supporters.]]></description><pubDate>Wed, 08 Jul 2026 19:28:45 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — A federal trial is scheduled to start in February for a Virginia man charged with planting pipe bombs near the national headquarters of the Democratic and Republican parties on the eve of the Jan. 6, 2021, riot by a mob of President Donald Trump's supporters.</p><p>The trial for Brian J. Cole Jr. is set to begin Feb. 16 and last about two weeks. U.S. District Judge Amir Ali set the trial date during a brief hearing Wednesday.</p><p>Zachary Lawson, one of Cole’s lawyers, told Ali that defense attorneys and prosecutors have not discussed the possibility of a plea deal to resolve the case.</p><p>On Monday, the judge ruled that Trump's mass pardons for Capitol rioters did not apply to Cole. Ali refused to dismiss Cole's case before trial, rejecting defense lawyers' arguments that their client qualifies for a pardon because his alleged actions are “inextricably and demonstrably tethered” to the events near the Capitol on Jan. 6.</p><p>Ali, who was nominated by Democratic President Joe Biden, concluded that Trump’s blanket pardons for Jan. 6 rioters explicitly applied only to people who were convicted of crimes related to the attack.</p><p>Cole was arrested nearly a year after Trump, a Republican, pardoned, commuted the prison sentences and ordered the dismissal of cases for all 1,500-plus people charged in the Jan. 6 attack. Prosecutors have said that Cole gave a confession when FBI agents questioned him after his arrest.</p><p>Cole is accused of placing two pipe bombs outside the Republican National Committee and the Democratic National Committee headquarters near the Capitol on the night before the riot. The devices did not detonate before law enforcement officers discovered them on Jan. 6.</p><p>A grand jury indicted Cole on four counts: interstate transportation of explosives, malicious intent to use explosives, an act of terrorism while armed and attempting to use weapons of mass destruction.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/SYZHLGMWDMCMODLMKWXDR27EEY.jpg?auth=57987b91b895d31232e36cfd7cd3bb0d76a97e9ac7a4cb02ebdd7b6635ca9076&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The U.S. Capitol is seen during Independence Day events honoring the nation's 250th anniversary, Saturday, July 4, 2026, in Washington. (AP Photo/Rahmat Gul)]]></media:description><media:credit role="author" scheme="urn:ebu">Rahmat Gul</media:credit></media:content></item><item><title><![CDATA[Outbreak of diarrhea-causing parasite grows to more than 1,000 cases]]></title><link>https://www.local10.com/news/national/2026/07/08/outbreak-of-diarrhea-causing-parasite-grows-to-more-than-1000-cases/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/07/08/outbreak-of-diarrhea-causing-parasite-grows-to-more-than-1000-cases/</guid><dc:creator><![CDATA[By MIKE STOBBE, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Nearly 1,000 people in Michigan have been diagnosed with a parasitic infection that can cause weeks of watery diarrhea, making it the largest such outbreak in state history and one of the nation’s largest in years.]]></description><pubDate>Wed, 08 Jul 2026 22:37:06 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Nearly 1,000 people in Michigan have been diagnosed with a parasitic infection that can cause weeks of watery diarrhea, making it the largest such outbreak in state history and one of the nation’s largest in years.</p><p>No deaths have been reported and the source of the cyclospora infections hasn't been identified. Meanwhile, investigations into similar illnesses have been going on in 28 other states, including in Ohio, where people just across the Michigan border are also becoming sick.</p><p>Michigan officials first announced the outbreak last week, when they were aware of more than 170 cases — all in the southeastern corner of the state — since June 22. Michigan usually identifies only about 50 cases each year.</p><p>On Wednesday, the state reported the number had grown to 992, including about 40 hospitalizations. Just across the state line, Lucas County, Ohio, reported 306 cases as of Wednesday. Northwest Ohio has seen more than 500 cases.</p><p>Cyclospora surges can be tricky to investigate, and food poisoning sources can be hard to establish. But “there is clearly a linked outbreak happening right now,” Dr. Natasha Bagdasarian, Michigan’s chief medical executive, told The Associated Press on Wednesday.</p><p>Here's what to know about the current situation:</p><p>What is cyclospora?</p><p>Cyclospora is a microscopic, spherical parasite that commonly causes watery diarrhea “with frequent and sometimes explosive bowel movements,” according to the U.S. Centers for Disease Control and Prevention. The illness, called cyclosporiasis, is not usually life threatening and is typically treated with antibiotics. Outbreaks tend to occur most often in the late spring and summer.</p><p>The heat-loving parasite infects the bowels and spreads through feces. In the past, people have been infected by consuming fruits or vegetables that were exposed to feces-contaminated irrigation water.</p><p>It’s less common than a number of other kinds of foodborne illnesses, including salmonella and E. coli. For years, few U.S. cyclospora outbreaks were reported each year. But the number started rising about a decade ago, with a particularly notable spike in 2018 and 2019. Experts attribute the increases to climate change and better detection.</p><p>How does this outbreak compare to previous ones in the US?</p><p>Comprehensive data on cyclospora outbreaks is lacking. But available information shows only a small number of documented outbreaks in the last 20 years have surpassed 1,000 cases. That short list includes a 1997 outbreak tied to Guatemalan raspberries that sickened more than 1,000 in the U.S. and Canada, and a 2019 outbreak linked to Mexican basil that sickened more than 2,400.</p><p>There are several reasons it's challenging to know the exact toll, said Melanie Firestone, a University of Minnesota foodborne illness researcher. Some tests used to check for types of food poisoning are not geared to detect cyclospora, “so there is a lot of underreporting when it comes to this,” she said.</p><p>Other challenges: Technicians aren't able to grow the parasite in labs, making it hard to draw evidence from contaminated produce. And it can be hard to figure out what food sick people had in common, because sometimes it’s a single ingredient that might be common in multiple recipes — like basil or cilantro.</p><p>Also, it's possible that food distributors may channel contaminated foods to both grocery stores and restaurants, making it hard to discern where tainted food came from. Investigations can take months and sometimes never find a clear source.</p><p>What's the current situation?</p><p>Cases seem to be surging in and around southeastern Michigan. But it's not considered a national health emergency.</p><p>There's no evidence that the parasite has evolved to become more infectious, said Dianna Blau, the CDC's acting parasitic diseases branch chief.</p><p>Thousands of cyclospora illnesses are reported in the U.S. each year and it's not yet clear how unusual this year will be, she added. That said, the case total so far is four times higher than at the same point last year, according to current CDC national data, which lags dramatically from what's being reported by the states.</p><p>Michigan appears to be suffering the worst of it, but the state's aggressiveness in investigating and reporting cases may be “part of the reason why this looks like a Michigan problem,” Bagdasarian said.</p><p>How can you protect yourself from cyclospora?</p><p>People who have diarrhea that hasn’t gone away on its own within a few days should see a health provider and discuss the possibility of cyclospora, officials say.</p><p>The best way to prevent infection with a parasite is to avoid food or water that may have been contaminated.</p><p>Fresh produce should be thoroughly washed before being eaten. But be aware that cyclospora can really stick to some foods, so washing may not eliminate the risk of infection.</p><p>As Michigan officials investigate the potential source, they recommend consumers purchase whole heads of lettuce rather than prewashed, bagged lettuce or salad mixes, and to remove the outer two to three leaves before washing the remaining leaves under running water.</p><p>They also say to cook vegetables when possible.</p><p>___</p><p>The Associated Press Health and Science Department receives support from the Howard Hughes Medical Institute’s Department of Science Education and the Robert Wood Johnson Foundation. The AP is solely responsible for all content.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/GOTEQDO7QHMNXLCICTU6VQDGAM.jpg?auth=1665e8a87a6fa3f89c644ef89f6c50edf252c11eaf2bf38a6d4e8c7e109aa369&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This undated photo taken through a microscope provided by the CDC shows Cyclospora cayetanensis oocysts found in a fresh stool sample which had been prepared with a formalin solution and stained with safranin. (CDC via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Melanie Moser</media:credit></media:content></item><item><title><![CDATA[Ukraine's Kostyuk extends Wimbledon run as attacks hit Kyiv. She slams IOC decision on Russia]]></title><link>https://www.local10.com/sports/2026/07/08/ukraines-kostyuk-extends-wimbledon-run-as-attacks-hit-kyiv-she-slams-ioc-decision-on-russia/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/08/ukraines-kostyuk-extends-wimbledon-run-as-attacks-hit-kyiv-she-slams-ioc-decision-on-russia/</guid><dc:creator><![CDATA[By MATTIAS KARÉN, Associated Press]]></dc:creator><description><![CDATA[LONDON (AP) — As Marta Kostyuk played on Centre Court at Wimbledon on Wednesday, her compatriots in Ukraine were dealing with another deadly attack by Russia on Kyiv.]]></description><pubDate>Wed, 08 Jul 2026 21:43:30 +0000</pubDate><content:encoded><![CDATA[<p>LONDON (AP) — As Marta Kostyuk played on Centre Court at Wimbledon on Wednesday, her compatriots in Ukraine were dealing with another deadly attack by Russia on Kyiv.</p><p>It's been the same for much of Kostyuk’s run to the semifinals.</p><p>On Monday, after Russian missiles struck residential buildings close to where Kostyuk's parents live, she had to block that out to play her fourth-round match at the Grand Slam tournament. Last week, Russia hammered the Ukrainian capital with an 11-hour drone and missile attack that killed at least 21 civilians.</p><p>For Kostyuk, every day is about finding a way to focus on tennis while not shutting her eyes to what is going on at home.</p><p>“It’s not easy to disconnect entirely,” Kostyuk said after beating Jasmine Paolini 6-3, 6-2 to reach the last four at Wimbledon for the first time.</p><p>“It was really tough for me last week when the first big attack happened," the 24-year-old Kostyuk continued. "Then on Monday they ruined like four streets of residential buildings. It was like five kilometers away from where my parents live. Again, another difficult night and a lot of dead people, innocent people, kids. It’s not easy. I try to be aware of everything that’s going on. Of course, I try for these things not to influence me too much.”</p><p>The 12th-seeded Kostyuk is in her second straight Grand Slam semifinal after losing to Russian teenager Mirra Andreeva in the last four at the French Open. The two did not shake hands before that match, which has become the standard procedure for meetings between Russian and Ukrainian players since the war broke out in 2022.</p><p>Like in most sports, Russian players have competed as neutrals on the men's and women's tennis tours since then. But the International Olympic Committee on Tuesday provisionally lifted its ban on Russia and recommended that individual sports drop the neutral status for athletes.</p><p>The Kremlin on Wednesday welcomed that decision as an “important step” toward reinstating the rights of Russian athletes.</p><p>Kostyuk had a different take.</p><p>“My thoughts are that it’s terrible,” Kostyuk said. “I think it’s very, very far from fair play for all the countries involved here, not just for Ukraine. I 100 percent don’t agree with this decision. ... I just want to go out there and hopefully beat every single Russian I play in the Olympics.”</p><p>There are no Russian singles players left in the Wimbledon tournament. Kostyuk will face Linda Noskova of the Czech Republic on Thursday. In the other semifinal, American Coco Gauff takes on another Czech player, Karolina Muchova.</p><p>Kostyuk is the second woman from Ukraine to reach the semifinals at Wimbledon after Elina Svitolina did it in 2019 and 2023.</p><p>Svitolina lost on both occasions. So what would it mean for Ukraine if Kostyuk becomes the country's first finalist?</p><p>“I’m hoping,” she said, “it would mean a lot.”</p><p>___</p><p>AP tennis: https://apnews.com/hub/tennis</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/MLNLUCIXWPN2465WRP43LEUU3E.jpg?auth=31983b94ca8acfb9b9d2d51fc386cd2158c20ba91c2801872c8005c82b6f57ae&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Marta Kostyuk of Ukraine celebrates a point against Jasmine Paolini of Italy, in their quarter-final women'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/JH4XQIYRN5AQQLD3BRGDYROE4M.jpg?auth=a4ec673b6dc79f80cfd76613dcc0301099d5332d61d23036ab4669f0a6718e79&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Marta Kostyuk of Ukraine celebrates her victory against Jasmine Paolini of Italy in their quarter-final women'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/LPPOY63YB7BGVULJ4KI5IQPTGI.jpg?auth=3397bef08bf21a6f0ad414a1e88136f0ed11c3824f74580523aec8333aad9a23&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Marta Kostyuk of Ukraine returns the ball to Jasmine Paolini of Italy in their quarter-final women'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/MIRGGYQMM7CJ273LCG44EFKJM4.jpg?auth=6fc4a10218dbb0011aa9d65ef6fc2029c7dff3ae820ae99eda636b93eeb8dc15&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Marta Kostyuk of Ukraine dances to celebrate her victory against Jasmine Paolini of Italy in their quarter-final women'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/CZH45C2O24GUANSB4QO7RPLJPA.jpg?auth=67dae0340f12e69393391f8d48800ab25689038ab5161c686b31c100edb52fbe&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Marta Kostyuk of Ukraine celebrates her victory against Jasmine Paolini of Italy in their quarter-final women'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[Difunden video de golpiza en gimnasio de Miami-Dade por influencer de fitness Wes Watson]]></title><link>https://www.local10.com/espanol/2026/07/08/difunden-video-de-golpiza-en-gimnasio-de-miami-dade-por-influencer-de-fitness-wes-watson/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/08/difunden-video-de-golpiza-en-gimnasio-de-miami-dade-por-influencer-de-fitness-wes-watson/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[La Fiscalía Estatal de Miami-Dade divulgó el miércoles un video de vigilancia en el que se observa al influencer de fitness Wes Watson golpeando a otro hombre dentro de un gimnasio del condado Miami-Dade en diciembre de 2024.]]></description><pubDate>Wed, 08 Jul 2026 18:59:08 +0000</pubDate><content:encoded><![CDATA[<p>La Fiscalía Estatal de Miami-Dade divulgó el miércoles un video de vigilancia en el que se observa al influencer de fitness Wes Watson golpeando a otro hombre dentro de un gimnasio del condado Miami-Dade en diciembre de 2024.</p><p>Watson, de 42 años, se declaró culpable el jueves pasado de agresión agravada en relación con el violento enfrentamiento ocurrido el 29 de diciembre de 2024 en Elevation Fitness, en North Miami Avenue.</p><p>Según los documentos de arresto, Watson les dijo a los agentes que respondieron al incidente que estaba haciendo ejercicio cuando la víctima se le acercó y le dijo que quería pelear.</p><p>El video de vigilancia del interior del gimnasio captó a Watson golpeando a la víctima con su cinturón de levantamiento de pesas. El video también parece mostrar a otros dos hombres uniéndose al ataque.</p><p>“La próxima vez voy a matar a ese hijo de puta, así de simple”, se escucha decir a Watson a los agentes que respondieron al incidente en las imágenes de la cámara corporal, también divulgadas el miércoles. “Porque estoy harto de esta mierda, de tener que defenderme. Incluso de tener que estar aquí sentado ahora mismo. ¿Sabes lo molesto que estoy porque me atacan en el maldito gimnasio y está pasando toda esta mierda?”</p><p>ADVERTENCIA: El siguiente video contiene lenguaje explícito. Se recomienda discreción al público.</p><p>“I’ve got respect for you guys, but f*** that,” Watson continued. “You guys saw a mother****er attack me and I’m sitting here like I’m in f***ing trouble. I’m leaving.”</p><p>As part of the plea agreement, prosecutors offered Watson a sentence of 21 months in prison, including time already served, followed by seven years of probation and mental health treatment.</p><p>During last Thursday’s hearing, Watson’s attorney argued the circumstances leading up to the fight were unusual.</p><p>“There’s been a lot that’s been argued in this case about stand your ground,” defense attorney Eric Clayman said. “What’s unique is you have an alleged victim that sought somebody out because of his presence online. This guy bought a plane ticket, came through New Jersey, showed up at the gym for the sole purpose of confronting Mr. Watson. That turned into something else.”</p><p>Records show that Watson is a convicted felon and is also facing multiple unrelated criminal charges in Broward County, including charges of felony battery, aggravated assault, witness tampering and allegations related to <a href="https://www.local10.com/news/local/2026/03/23/video-shows-domestic-violence-arrest-of-fitness-influencer-wes-watson/" rel="" title="https://www.local10.com/news/local/2026/03/23/video-shows-domestic-violence-arrest-of-fitness-influencer-wes-watson/">domestic violence involving his girlfriend.</a></p><p>Watson is scheduled to return to court on July 27 for sentencing in the Miami-Dade case.</p>]]></content:encoded></item><item><title><![CDATA[En las playas de La Guaira, supervivientes del sismo en Venezuela improvisan duchas y sanitarios]]></title><link>https://www.local10.com/espanol/2026/07/08/supervivientes-de-los-sismos-en-venezuela-batallan-por-agua-limpia-y-saneamiento/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/08/supervivientes-de-los-sismos-en-venezuela-batallan-por-agua-limpia-y-saneamiento/</guid><dc:creator><![CDATA[Por REGINA GARCÍA CANO, Associated Press]]></dc:creator><description><![CDATA[MAIQUETÍA, Venezuela (AP) — Miles de personas afectadas por los devastadores terremotos en Venezuela del mes pasado enfrentan cada vez más dificultades para acceder a agua potable, así como a servicios de saneamiento e higiene.]]></description><pubDate>Thu, 09 Jul 2026 01:51:29 +0000</pubDate><content:encoded><![CDATA[<p>MAIQUETÍA, Venezuela (AP) — Miles de personas afectadas por los devastadores terremotos en Venezuela del mes pasado enfrentan cada vez más dificultades para acceder a agua potable, así como a servicios de saneamiento e higiene.</p><p>Las familias en La Guaira, el estado más afectado, van a la playa para darse un baño y hacer sus necesidades, y ahora hay excremento en partes de las antes concurridas playas caribeñas. Otros están usando la poca agua que no se derramó de los tinacos de las casas para lavar los platos y asearse. Muchas viven en refugios temporales o a la intemperie después de que 190 edificios se derrumbaron y otros 856 resultaron dañados, según las autoridades venezolanas, en los terremotos consecutivos del 24 de junio que dejaron 3.811 muertos.</p><p>“Siempre tenemos agua en el tanque —agua reservada—, pero con el terremoto, la mayoría de los tanques de las casas se rompieron”, comentó Juliani Herrera, de 20 años, sobre los grandes tanques azules de plástico que muchas familias venezolanas usan para almacenar agua los días en que la empresa estatal presta servicio en las zonas. “Ahora tenemos que esperar a ver si viene una cisterna y llenar tobos (baldes)”.</p><p>Algunas de las comunidades afectadas sólo tenían servicio de agua potable una o dos veces al mes incluso antes de los terremotos. En Maiquetía, conocida por albergar el principal aeropuerto del país, la gente hizo fila el miércoles para recibir una caja con la bandera de Estados Unidos que contenía alimentos, agua y un kit de higiene que incluía un jabón, un cepillo de dientes y toallitas para limpieza corporal.</p><p>Herrera recibió una de las cajas que se repartieron en un campamento junto a la playa. La cargó durante varias cuadras, con el mentón, la parte superior del brazo y las manos cubiertos de rasguños que se hizo cuando se cayó de una motocicleta mientras el suelo se sacudía violentamente al producirse los sismos.</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, aceras, parques, plazas y otros espacios públicos.</p><p>Beatriz Ochoa, jefa regional de incidencia para América Latina del Consejo Noruego para Refugiados, señaló en un comunicado que se necesitan mejores condiciones para prevenir la propagación de enfermedades, ya que las personas viven en entornos densamente poblados, con altas temperaturas y lluvias estacionales, y con privacidad limitada.</p><p>“He visto a familias haciendo todo lo que pueden para mantener la dignidad en condiciones extremadamente difíciles”, dijo. “En un refugio temporal, vi a familias organizándose para mantener limpios los espacios comunes, incluso mediante retretes improvisados y arreglos básicos para la gestión de desechos. Su determinación es notable, pero las familias no deberían tener que llevar solas esta carga”.</p><p>Rodríguez anunció el miércoles que su gobierno ya estaba trabajando con expertos para identificar áreas apropiadas para “construir nuevas viviendas y ciudades antisísmicas”. Agregó que también se había convocado a empresas locales e internacionales “para la construcción agresiva y rápida de viviendas”.</p><p>Rodríguez también dijo que había “decidido enviar una carta, entre otros, al rey de Inglaterra” para solicitar la liberación de las reservas de oro venezolanas congeladas en el Banco de Inglaterra debido a sanciones económicas.</p><p>La Oficina de las Naciones Unidas para la Reducción del Riesgo de Desastres ha estimado los daños físicos directos a la vivienda y la infraestructura en alrededor de 37.000 millones de dólares.</p><p>El jefe de ayuda humanitaria de la ONU, Tom Fletcher, se reunió con Rodríguez y con sobrevivientes del terremoto el miércoles, cuando la Oficina de Coordinación de Asuntos Humanitarios de la organización emitió un llamado por aproximadamente 300 millones de dólares para ayudar a 1,3 millones de venezolanos con necesidad urgente de asistencia.</p><p>___</p><p>Esta historia fue traducida del inglés por un editor de AP con la ayuda de una herramienta de inteligencia artificial generativa.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/IMI54OFXQNTQG6VD64IAUZDHKU.jpg?auth=d3b7fe6cd29a46fb39b40e7e086c54a276c522df507af7cc6eee80d9ab1328f7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Personas afectadas por los terremotos llevan ayuda humanitaria enviad por EEUU, en La Guaira, Venezuela, el miércoles 8 de julio de 2026. (Foto AP/Ariana Cubillos)]]></media:description><media:credit role="author" scheme="urn:ebu">Ariana Cubillos</media:credit></media:content></item><item><title><![CDATA[Houston shooting marks at least the 8th fatality in US immigration sweeps]]></title><link>https://www.local10.com/news/national/2026/07/08/houston-shooting-marks-at-least-the-8th-fatality-in-us-immigration-sweeps/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/07/08/houston-shooting-marks-at-least-the-8th-fatality-in-us-immigration-sweeps/</guid><dc:creator><![CDATA[By RUSS BYNUM and CLAUDIA LAUER, Associated Press]]></dc:creator><description><![CDATA[The fatal shooting of a Houston man by a federal immigration officer Tuesday marks at least the eighth death during the Trump administration's immigration enforcement campaign, and the first fatality amid a newly intensified push by the administration to carry out its mass deportations agenda.]]></description><pubDate>Wed, 08 Jul 2026 18:59:00 +0000</pubDate><content:encoded><![CDATA[<p>The fatal shooting of a Houston man by a federal immigration officer Tuesday marks at least the eighth death during the Trump administration's immigration enforcement campaign, and the first fatality amid a newly intensified push by the administration to carry out its mass deportations agenda.</p><p>Department of Homeland Security officials said in a statement that Lorenzo Salgado Araujo, a Mexican national, ignored commands while trying to evade arrest during an enforcement operation. They say he attempted to ram his car into an agent, who opened fire in self-defense.</p><p>Araujo's family said he was on his way to work at a construction job. He died on the way to the hospital.</p><p>The fatal shooting drew immediate criticism from immigrants rights groups and some Democrats who called for an independent investigation and for all footage, communication and evidence to be preserved.</p><p>Video footage in several previous shootings has contradicted the accounts of federal officers. No immigration officers have been charged in those fatal encounters.</p><p>Man shot during vacation trip traffic stop</p><p>A fatal late-night traffic stop in Texas in March 2025 marked the earliest deadly shooting by federal officers during the nationwide immigration crackdown. It took almost a year for records in the fatal shooting of the 23-year-old U.S. citizen to be disclosed.</p><p>A Homeland Security Investigations team was conducting an immigration enforcement operation with local police when agents stopped Ruben Ray Martinez on his way from San Antonio to South Padre Island. Family members said he had just turned 23 and was with his best friend on his way to celebrate.</p><p>DHS officials said Martinez was told to exit the vehicle, refused and instead “intentionally ran over” an agent. Another agent fired shots through the open driver's window, striking Martinez, who died at a hospital. The HSI agent was treated for an undisclosed knee injury.</p><p>Martinez's mother said she was contacted by investigators with the Texas Rangers who told her there was video that contradicted the account given by federal agents. Federal and state authorities have declined to comment on potential discrepancies.</p><p>Nurse shot during Minneapolis protest</p><p>A Border Patrol officer shot and killed Alex Pretti, a 37-year-old nurse, during a Jan. 24 protest against the Metro Surge immigration operation in Minneapolis.</p><p>Federal authorities immediately described Pretti, a U.S. citizen, as an armed agitator who was a threat to officers. But bystander video showed Pretti was on the ground and had been holding a cellphone during the interaction with officers.</p><p>The video showed an officer appearing to pull a gun from Pretti's waistband and step away before the first shot was fired by another officer, followed by more shots. Pretti had a permit to possess a firearm.</p><p>State and local officials pushed back against the federal officials' initial characterizations of Pretti, with Gov. Tim Walz calling the comments “despicable.”</p><p>Driver shot behind the wheel of an SUV</p><p>Renee Good, a U.S. citizen, was repeatedly shot by an ICE officer in Minneapolis on Jan. 7. Videos show she was turning the wheels of her car away from officer, Jonathan Ross, when he opened fire. Trump administration officials have repeatedly defended Ross, claiming his life was at risk from the moving vehicle.</p><p>Good’s death caused a firestorm across the country. The U.S. Justice Department said it wouldn’t share information on the shooting with state authorities.</p><p>State and local officials subsequently sued to try to stop the immigration sweeps. Protesters with whistles trailed officers who, in response, deployed tear gas and other chemical irritants.</p><p>Cook from Mexico shot during a traffic stop</p><p>ICE agents fatally shot Silverio Villegas González during a traffic stop Sept. 12 in suburban Chicago. Relatives said the 38-year-old line cook from Mexico had dropped off a child at daycare that morning.</p><p>At the time, DHS officials said agents were pursuing a man with a history of reckless driving who was in the country illegally. They alleged Villegas González evaded arrest and dragged an officer with his vehicle.</p><p>Homeland Security said the officer opened fire fearing for his life and was hospitalized with “serious injuries.” However, local police videos showed the agent walking around and dismissing his injuries as “nothing major.”</p><p>DHS has said the death remains under investigation.</p><p>Farmworker fell from greenhouse roof during ICE raid</p><p>Authorities were arresting dozens of farmworkers July 10 at Glass House Farms in southern California when Jaime Alanis fell from the roof of a greenhouse and broke his neck. The 57-year-old laborer from Mexico died at a hospital two days later.</p><p>Relatives said Alanis had spent a decade working at the farm in Camarillo, about an hour east of Los Angeles. During the raid, Alanis called family to say he was hiding. Officials said he fell about 30 feet (9 meters) from the greenhouse roof.</p><p>Homeland Security said Alanis was never in custody and was not being chased by immigration authorities.</p><p>Man struck on California freeway after running from officers</p><p>A man fleeing from immigration officers outside a Home Depot store in southern California died after being hit by an SUV as he tried to cross a freeway on Aug. 14.</p><p>Police in Monrovia, northeast of Los Angeles, said ICE agents were conducting enforcement operations when the man was hit while running across the eastbound lanes of Interstate 210.</p><p>The man, identified by the National Day Laborer Organizing Network as Roberto Carlos Montoya Valdez, 52, of Guatemala, died at a hospital.</p><p>Homeland Security said Montoya Valdez wasn’t being pursued by immigration authorities when he ran.</p><p>Gardener from Honduras killed on Virginia interstate</p><p>A pickup truck fatally struck Josué Castro Rivera on a highway in Norfolk, Virginia, as he tried to escape authorities during a traffic stop on Oct. 23.</p><p>Castro Rivera, 24, of Honduras, was heading to a gardening job with three passengers when ICE officers pulled over the vehicle, according to his brother, Henry Castro.</p><p>State and federal authorities said Castro Rivera ran away on foot and was hit by a pickup truck on Interstate 264.</p><p>Homeland Security said Castro Rivera’s vehicle was stopped as part of a “targeted, intelligence-based” operation and that Castro Rivera had “resisted heavily and fled.”</p><p>___</p><p>Bynum reported from Savannah, Georgia. Lauer reported from Philadelphia. AP reporters Ed White in Detroit; Sophia Tareen in Chicago; and Michael Biesecker in Washington contributed.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/LIPNBDNDH4SJ2VHVJ3PPWKUI74.jpg?auth=800511a30e393034dc432795ce3aadeb8f483e8efbd2c1f4ee05e38ac9a02bd8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - People gather during a vigil for 37-year-old Alex Pretti, who was fatally shot by a U.S. Border Patrol officer earlier in the day, Jan. 24, 2026, in Minneapolis. (AP Photo/Adam Gray, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Adam Gray</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/2BX2SXDL6ST5SWV7J6HOVU3P5I.jpg?auth=739da8a16beabb8b6e65ee552065028d8f2a0175b6e67f79b370ffb216389d5b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Activist and farm worker Xochitl Nunez, right, holds up a picture of late farm worker Jaime Alanis as she joins farmworkers, immigrant leaders, labor allies and organizers to announce a national, "Farmworker Strike for Dignity," during a news conference at La Placita Olvera in Los Angeles, July 14, 2025. (AP Photo/Damian Dovarganes, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Damian Dovarganes</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/AVS2TTBTZURSEE6E3FSHTKVMHY.jpg?auth=1d0bbaa7418180ecba0282704b426f52e7ff2219ffcbbb63abdf05ba902e6ddb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this image made from video provided by the Texas Department of Public Safety shows law enforcement officials surround Ruben Ray Martinez after he was shot by Homeland Security Investigations Special Agent Jack Stevens and pulled from his vehicle at a roadblock in South Padre Island, Texas, on March 15, 2025. (Miguel Leal/Texas Department of Public Safety via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Miguel Leal</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ECCF6VUDRKPUS3R3NDSXJ3BLMU.jpg?auth=f04c15a571f14cb9a9328862e23f5f7d2f6b7246127e0752a2326046bcf82750&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A woman walks by posters of Renee Good and Alex Pretti during a solidarity bike ride for Pretti, Jan. 31, 2026, in Minneapolis. (AP Photo/Julia Demaree Nikhinson, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Julia Demaree Nikhinson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RZPBLSBILOMSF26SYLNES5A3MM.jpg?auth=54d849cf498b67e568c0b8de90cb546fc7991275327387917122e0e7de9ab10e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ronaldo Salgado, son of Lorenzo Salgado Araujo, wipes away tears during a news conference Wednesday, July 8, 2026, in Houston. (AP Photo/David J. Phillip)]]></media:description><media:credit role="author" scheme="urn:ebu">David J. Phillip</media:credit></media:content></item><item><title><![CDATA[The tenuous state of a US-Iran ceasefire renews anxiety over high fuel prices]]></title><link>https://www.local10.com/business/2026/07/08/the-tenuous-state-of-a-us-iran-ceasefire-renews-anxiety-over-high-fuel-prices/</link><guid isPermaLink="true">https://www.local10.com/business/2026/07/08/the-tenuous-state-of-a-us-iran-ceasefire-renews-anxiety-over-high-fuel-prices/</guid><dc:creator><![CDATA[By CATHY BUSSEWITZ and MAE ANDERSON, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — The potential unraveling of a fragile truce between Iran and the United States renewed anxiety Wednesday over whether fuel prices would go back up if sustained fighting kept oil tankers from traveling through the Persian Gulf.]]></description><pubDate>Wed, 08 Jul 2026 18:29:59 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — The potential unraveling of a fragile truce between Iran and the United States renewed anxiety Wednesday over whether fuel prices would go back up if sustained fighting kept oil tankers from traveling through the Persian Gulf.</p><p>Oil prices rose to their highest point in weeks after President Donald Trump declared the U.S. ceasefire with Iran over, responding to Iranian attacks on commercial ships in the Strait of Hormuz and on American military sites in other Gulf nations. Costlier crude oil could lead to costlier gas station fill-ups as drivers in many countries were getting a break from elevated prices brought on by the war.</p><p>“Tanker traffic through the Strait of Hormuz has essentially stopped, which tells you more about risk perception right now than any statement from Washington or Tehran," said Jorge Leon, head of geopolitical analysis at Rystad Energy, in an email. “Oil markets reacted quickly to the renewed geopolitical risk."</p><p>U.S. gasoline prices increased slightly Wednesday to an average of $3.80 for a gallon of regular, up from $3.79 the day before, but still well below the month-ago average of $4.16, according to motor club federation AAA.</p><p>Crude oil makes up the bulk of the price of gasoline, so when oil prices rise, gasoline eventually follows. But it can take weeks for consumers to feel the full impacts. That's because refiners make gasoline with oil purchased in advance. The finished product then has to travel through a system of pipelines and trucks to reach gas station pumps.</p><p>Gas station owners set prices at the pump, and to stay competitive, they sometimes absorb the impact of higher oil prices instead of immediately passing it along to customers.</p><p>To suppress high oil prices during the war, the U.S. and other countries released oil from their emergency stockpiles starting in March. But those stockpiles won’t last forever.</p><p>The U.S. Strategic Petroleum Reserve held 319.5 million barrels as of July 3. The last time the inventory was that low was in 1983, when the reserve was initially being filled up.</p><p>“Unfortunately, the drawdown of strategic stocks means that there is a lot less ammunition in Trump’s holster,” said Michael Lynch, a distinguished fellow at Energy Policy Research Institute in Amherst, Massachusetts.</p><p>A barrel of U.S. benchmark crude was selling for $75.80 on Wednesday, the highest price in more than two weeks. Brent crude, the international standard, climbed close to $79 per barrel, its highest level since June 19.</p><p>The market reaction "highlights how sensitive prices remain to any escalation around the strait, given its role as a critical transit route for global oil flows,” Leon said.</p><p>Shipping uncertainty increases after fresh strikes</p><p>A day after the U.S. accused Iran of striking three commercial vessels and revoked the country's ability to openly sell crude oil on the world market, some advised the shipping industry to reconsider whether it was safe to send crewed ships through the Strait of Hormuz — and the wider Middle East.</p><p>International Maritime Organization Secretary-General Arsenio Dominguez condemned attacks on ships in the strait.</p><p>“As long as the safety and security of crews cannot be assured, I urge flag states, shipowners, operators and all relevant authorities to avoid exposing seafarers to unnecessary danger by transiting the strait,” Dominguez said Wednesday. “The situation in the region remains volatile.”</p><p>Some traffic traversed the strait on Tuesday, according to data and analytics company Kpler, which verified 41 crossings compared to 36 on Monday. It was unclear if the crossings happened before or after the strikes. Some vessels also are going “dark” to pass through the strait and not broadcasting their locations, further complicating a complete count.</p><p>With the central route through the strait uncrossable due to mines, ships have been using two other routes, the smaller northern route, which goes through Iranian waters, and the southern route, which goes through Omani waters. The three ships struck Tuesday appeared to be using the Omani route.</p><p>An economist at advisory firm Oxford Economics said the ceasefire probably would continue to be on-and-off and Washington and Tehran could still deescalate the latest tensions instead of returning to war.</p><p>“The question is whether the latest developments merely represent a bump in the road or if we’re emerging from the ‘eye of the storm,‘” Ben May, the firm's director of global macroeconomic research, wrote in a research note. “While Trump said negotiations with Iran were a ‘waste of time’, he maintained an off-ramp by noting that U.S. negotiators would continue talks with Iran, suggesting the truce hasn’t been irrevocably broken.”</p><p>The new doubts about the Strait of Hormuz came after two of the biggest shipping companies, Maersk and Hapag-Lloyd, announced Monday that their Gemini Corporation joint partnership would gradually resume service in the Suez Canal, which was paused due to attacks in the Red Sea by Yemen’s Houthis.</p><p>Recent stability in the Middle East created the conditions for the companies' decision, but "the recent deterioration could put this resumption in jeopardy once again,” said Judah Levine, head of research at freight booking platform Freightos. “The said.</p><p>Hapag-Lloyd said in a Wednesday statement that it made the joint decision after “thorough assessments of the security situation in the Red Sea area” and “if the situation changes or deteriorates, contingency plans are in place.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/CWBPGJSBX3TBHP5VPC5BD7XGOE.jpg?auth=c407764e462f516fcbb1cf773320f0e955990f72333e9feac57d2afef63fe890&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Gas pumps are seen at a gas station in Buffalo Grove, 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><media:content url="https://www.local10.com/resizer/v2/BOUTLJGSFVD2CZJHI3M22TSSYE.jpg?auth=0fa7b27aefbd71b299940520a4563a60e1be865c7918df3244d6ed46ef302cab&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The full moon rises behind a large soccer ball atop a gas station in honor of the World Cup soccer tournament in Arlington, Texas, near Dallas, Monday, June 29, 2026. (AP Photo/Julio Cortez)]]></media:description><media:credit role="author" scheme="urn:ebu">Julio Cortez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/MBXZHSD3GSQYVWF633LD7UB7YI.jpg?auth=c7d0977f48a7e6ae7f0098c6baf426feda28b042225c99bdec9dca7950304101&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Storage tanks are seen at the North Jiddah bulk plant, an Aramco oil facility, in Jiddah, Saudi Arabia, on March 21, 2021. (AP Photo/Amr Nabil, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Amr Nabil</media:credit></media:content></item><item><title><![CDATA[Fitness influencer pleads guilty in Miami-Dade gym beating]]></title><link>https://www.local10.com/news/local/2026/07/02/fitness-influencer-pleads-guilty-in-miami-dade-gym-beating/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/02/fitness-influencer-pleads-guilty-in-miami-dade-gym-beating/</guid><dc:creator><![CDATA[Saira Anwer]]></dc:creator><description><![CDATA[Social media fitness influencer Wes Watson pleaded guilty Thursday to aggravated battery in connection with a violent confrontation at a Miami-Dade County gym in December 2024.]]></description><pubDate>Thu, 02 Jul 2026 16:43:16 +0000</pubDate><content:encoded><![CDATA[<p>Social media fitness influencer Wes Watson pleaded guilty Thursday to aggravated battery in connection with a violent confrontation at a Miami-Dade County gym in December 2024.</p><p><a href="https://www.local10.com/espanol/2026/07/02/influencer-de-fitness-se-declara-culpable-por-golpiza-en-gimnasio-de-miami-dade/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/02/influencer-de-fitness-se-declara-culpable-por-golpiza-en-gimnasio-de-miami-dade/">Leer en español</a></p><p>Watson, 42, appeared in Miami-Dade court as part of a plea agreement stemming from the incident at Elevation Fitness.</p><p>According to arrest documents, Watson told responding officers he was working out when the victim approached him and said he wanted to fight. Investigators say surveillance video captured Watson beating the victim with his weightlifting belt during the altercation.</p><p>As part of the plea agreement, prosecutors offered Watson a sentence of 21 months in prison, including time already served, followed by seven years of probation and mental health treatment.</p><p>During Thursday’s hearing, Watson’s attorney argued the circumstances leading up to the fight were unusual.</p><p>“There’s been a lot that’s been argued in this case about stand your ground,” defense attorney Eric Clayman said. “What’s unique is you have an alleged victim that sought somebody out because of his presence online. This guy bought a plane ticket, came through New Jersey, showed up at the gym for the sole purpose of confronting Mr. Watson. That turned into something else.”</p><p>Watson is a convicted felon and is also facing multiple unrelated criminal charges in Broward County, including charges of felony battery, aggravated assault, witness tampering and allegations related to <a href="https://www.local10.com/news/local/2026/03/23/video-shows-domestic-violence-arrest-of-fitness-influencer-wes-watson/" target="_self" rel="" title="https://www.local10.com/news/local/2026/03/23/video-shows-domestic-violence-arrest-of-fitness-influencer-wes-watson/">domestic violence involving his girlfriend.</a></p><p>Watson is scheduled to return to court on July 27 for sentencing in the Miami-Dade case.</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></channel></rss>