<?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>Sat, 04 Jul 2026 14:30:46 +0000</lastBuildDate><language>en</language><ttl>1</ttl><sy:updatePeriod>hourly</sy:updatePeriod><sy:updateFrequency>1</sy:updateFrequency><item><title><![CDATA[Storm helps douse fire sparked by lightning at Sawgrass Recreation Park in Weston ]]></title><link>https://www.local10.com/weather/2026/07/04/storm-helps-douse-fire-sparked-by-lightning-at-sawgrass-recreation-park-in-weston/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/07/04/storm-helps-douse-fire-sparked-by-lightning-at-sawgrass-recreation-park-in-weston/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[A Friday night lightning strike sparked a small fire at Sawgrass Recreation Park, which quickly grew to about a half-acre before being extinguished by a passing thunderstorm, according to a spokesperson for the park. ]]></description><pubDate>Sat, 04 Jul 2026 14:02:24 +0000</pubDate><content:encoded><![CDATA[<p>A Friday night lightning strike sparked a small fire at Sawgrass Recreation Park, which quickly grew to about a half-acre before being extinguished by a passing thunderstorm, according to a spokesperson for the park. </p><p><a href="https://www.local10.com/espanol/2026/07/04/la-tormenta-ayuda-a-extinguir-incendio-provocado-por-un-rayo-en-sawgrass-recreation-park-de-weston/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/04/la-tormenta-ayuda-a-extinguir-incendio-provocado-por-un-rayo-en-sawgrass-recreation-park-de-weston/">Leer en español</a></p><p>Park officials said two lightning strikes hit near the edge of a severe storm moving through the area. </p><p>The park is located at 1006 N. US Highway 27 in Weston. </p><p>At the time, there was no rain where the fire began, but roughly 30 minutes later, heavy rainfall moved in and put out the flames as the system rolled overhead, the spokesperson stated. </p><p>No injuries were reported.</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/LOC4NORIWFDNDDS4U4WTF4U5CA.jpg?auth=8d0bbfa119ae0d288d23c270bf41e379b42bfc470942e120927769debb3bb64a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[La tormenta ayuda a extinguir incendio provocado por un rayo en Sawgrass Recreation Park de Weston  ]]></title><link>https://www.local10.com/espanol/2026/07/04/la-tormenta-ayuda-a-extinguir-incendio-provocado-por-un-rayo-en-sawgrass-recreation-park-de-weston/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/04/la-tormenta-ayuda-a-extinguir-incendio-provocado-por-un-rayo-en-sawgrass-recreation-park-de-weston/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Un rayo que cayó la noche del viernes provocó un pequeño incendio en Sawgrass Recreation Park, que rápidamente se extendió hasta cubrir aproximadamente medio acre antes de ser extinguido por una tormenta eléctrica que pasaba por la zona, según un portavoz del parque.]]></description><pubDate>Sat, 04 Jul 2026 14:29:37 +0000</pubDate><content:encoded><![CDATA[<p>Un rayo que cayó la noche del viernes provocó un pequeño incendio en Sawgrass Recreation Park, que rápidamente se extendió hasta cubrir aproximadamente medio acre antes de ser extinguido por una tormenta eléctrica que pasaba por la zona, según un portavoz del parque.</p><p>Funcionarios del parque informaron que dos rayos cayeron cerca del borde de una fuerte tormenta que avanzaba por el área.</p><p>El parque está ubicado en el 1006 de la carretera federal U.S. Highway 27 North, en Weston.</p><p>En ese momento no estaba lloviendo en el lugar donde comenzó el incendio, pero aproximadamente 30 minutos después, una intensa lluvia llegó a la zona y extinguió las llamas mientras el sistema avanzaba sobre el parque, indicó el portavoz.</p><p>No se reportaron personas heridas.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/LOC4NORIWFDNDDS4U4WTF4U5CA.jpg?auth=8d0bbfa119ae0d288d23c270bf41e379b42bfc470942e120927769debb3bb64a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[No. 2 seed Elena Rybakina loses in Wimbledon 3rd round to Elise Mertens]]></title><link>https://www.local10.com/sports/2026/07/04/no-2-seed-elena-rybakina-loses-in-wimbledon-3rd-round-to-elise-mertens/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/04/no-2-seed-elena-rybakina-loses-in-wimbledon-3rd-round-to-elise-mertens/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[LONDON (AP) — Elena Rybakina, the 2022 Wimbledon champion, was upset in the third round by Elise Mertens 7-6 (4), 6-1 at the grass-court Grand Slam on Saturday.]]></description><pubDate>Sat, 04 Jul 2026 14:09:21 +0000</pubDate><content:encoded><![CDATA[<p>LONDON (AP) — Elena Rybakina, the 2022 Wimbledon champion, was upset in the third round by Elise Mertens 7-6 (4), 6-1 at the grass-court Grand Slam on Saturday.</p><p>At No. 2, Rybakina is the highest seed on the women's side to be eliminated and her loss ensures that Aryna Sabalenka will keep her No. 1 ranking after the tournament.</p><p>Rybakina faces Naomi Osaka in the fourth round on Sunday.</p><p>Belgium's Mertens is the No. 25 seed at Wimbledon, where she's won two doubles titles.</p><p>Later Saturday, Serena and Venus Williams were set to play a doubles match against Camila Osorio and Solana Sierra. Organizers hadn't assigned a court, only saying that it will be played after 4:30 p.m. local time (1530 GMT).</p><p>___</p><p>AP tennis: https://apnews.com/hub/tennis</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/AKN2ZT3GBQZD65D65XSIIV273Y.jpg?auth=59500607eadb2eccf50fc6a7378c452fd53f9f6599f16769594144c8e40a8248&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Elena Rybakina of Kazakhstan serves against Elise Mertens of Belgium in their third round women's singles match at the Wimbledon Tennis Championships in London, Saturday, July 4, 2026. (AP Photo/Kirsty Wigglesworth)]]></media:description><media:credit role="author" scheme="urn:ebu">Kirsty Wigglesworth</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WFO42W2NVQMFAVU4NEWMMQHTCQ.jpg?auth=4a09f2e8f652ba028a5081ffc691e78011045bdc96748af1f0ad93d2225a2b9c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Elise Mertens of Belgium returns the ball to Elena Rybakina of Kazakhstan in their third round women's singles match at the Wimbledon Tennis Championships in London, Saturday, July 4, 2026. (AP Photo/Kirsty Wigglesworth)]]></media:description><media:credit role="author" scheme="urn:ebu">Kirsty Wigglesworth</media:credit></media:content></item><item><title><![CDATA[Up for Debate: Burger or hot dog for the Fourth of July?]]></title><link>https://www.local10.com/features/2026/07/04/up-for-debate-burger-or-hot-dog-for-the-fourth-of-july/</link><guid isPermaLink="true">https://www.local10.com/features/2026/07/04/up-for-debate-burger-or-hot-dog-for-the-fourth-of-july/</guid><dc:creator><![CDATA[Yarden Ben-David ]]></dc:creator><description><![CDATA[As the Fourth of July holiday arrives, it’s time for a seasonal “Up for Debate” — a question as classic as the cookout itself: burger or hot dog?]]></description><pubDate>Sat, 04 Jul 2026 13:27:16 +0000</pubDate><content:encoded><![CDATA[<p>As the Fourth of July holiday arrives, it’s time for a seasonal “Up for Debate” — a question as classic as the cookout itself: burger or hot dog?</p><p>For some, the choice is easy.</p><p>Some turn to vegetarian and vegan options, with Impossible burgers and even Caesar salad thrown into the mix as alternatives for holiday diners.</p><p>Still, the debate continues as Americans fire up grills nationwide: when it comes to Independence Day staples, is it burgers, hot dogs — or both?</p><p>Let us know in the comment section below. </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 studio turns yoga session into relief effort for Venezuela]]></title><link>https://www.local10.com/news/local/2026/07/04/miami-beach-studio-turns-yoga-session-into-relief-effort-for-venezuela/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/04/miami-beach-studio-turns-yoga-session-into-relief-effort-for-venezuela/</guid><dc:creator><![CDATA[Isabella Martin, Ryan Mackey]]></dc:creator><description><![CDATA[A local yoga studio is turning movement into meaningful support for Venezuela with a donation-based class aimed at helping families in need.]]></description><pubDate>Sat, 04 Jul 2026 12:46:42 +0000</pubDate><content:encoded><![CDATA[<p>A local yoga studio is turning movement into <a href="https://www.local10.com/topic/Helping_Venezuela/" target="_self" rel="" title="https://www.local10.com/topic/Helping_Venezuela/">meaningful support for Venezuela</a> with a donation-based class aimed at helping families in need.</p><p><a href="https://www.instagram.com/inhaleexhalestudios/" target="_self" rel="" title="https://www.instagram.com/inhaleexhalestudios/">Inhale Exhale Studios</a> will host “Flow for Venezuela” on Sunday at 1:30 p.m., inviting participants to take part in a community yoga session while contributing to relief efforts.</p><p>The event is being organized by yoga instructor Victoria Sanabria, who said the effort is deeply personal.</p><p>“As a Venezuelan, my devotion to yoga comes from a deeply personal place. To me, being a yoga teacher is not just a role, but a calling to hold space, to heal, and to support others through their own journeys,” Sanabria said. “This vision was born from the love I carry for my country and its people, intertwined with my passion for yoga—a practice that has grounded me, uplifted me, and given me purpose even in moments of uncertainty.”</p><p>Sanabria said the class is designed to be accessible to all experience levels.</p><p>“My classes are open to all levels and are designed to be inclusive and welcoming for everyone, from beginners to more advanced practitioners,” she added. “I do not differentiate or limit participation based on experience. Instead, I adapt each session according to the needs of the students present. When necessary, I offer modifications or alternative postures to ensure that each individual feels safe, supported, and confident in their practice.”</p><p>Organizers are asking attendees to bring cash donations or essential supplies, including nonperishable food, bottled water, diapers, baby formula and hygiene products.</p><p>The event will be held at the studio, located at 1960 Normandy Dr. in Miami Beach.</p><p><a href="https://clients.mindbodyonline.com/classic/ws?studioid=5747060&amp;stype=-7&amp;sTG=23&amp;classid=200&amp;clsLoc=1&amp;classDate=07%2F05%2F2026&amp;fbclid=PAdGRleAS14lBleHRuA2FlbQIxMQBzcnRjBmFwcF9pZA8xMjQwMjQ1NzQyODc0MTQAAadTGzi4FGkUrkSM22DfslXyzF6txGlVRksUrOAZEkOSr71ZH-X-Mws_JFjNLw_aem_TrqDu3Q1lYfdOUwyw4731w&amp;_branch_match_id=1520427752717651787&amp;utm_source=MINDBODY%20Business%20App%20iOS&amp;utm_medium=Business-app%20share&amp;_branch_referrer=H4sIAAAAAAAAAw3D226CMAAA0L%2FZm7IimdsSsxRZcZfKymVRXoilRYEWXYuW9mHfvp3knMbxop8978jHuRwYZXYurOfE%2FmMtb2YI6EtDa9Gy1RdkcSo4zEAgQsE36RX6SFDyNmESunpIu1AiU6OnSwkfJ9wR8x9sHbFJVN%2FjnEB4YHns2gDFfaH6DPt%2B1Gixsw49jFMsvtNeFyqB5WufZGoJys1sN8NGV%2B%2Bo236a6sBllauf6LogQOwblhTGmmC5AObuV%2FGGK9UOx4qqs9FcrdYndZb8D%2B2m88feAAAA" target="_self" rel="" title="https://clients.mindbodyonline.com/classic/ws?studioid=5747060&amp;stype=-7&amp;sTG=23&amp;classid=200&amp;clsLoc=1&amp;classDate=07%2F05%2F2026&amp;fbclid=PAdGRleAS14lBleHRuA2FlbQIxMQBzcnRjBmFwcF9pZA8xMjQwMjQ1NzQyODc0MTQAAadTGzi4FGkUrkSM22DfslXyzF6txGlVRksUrOAZEkOSr71ZH-X-Mws_JFjNLw_aem_TrqDu3Q1lYfdOUwyw4731w&amp;_branch_match_id=1520427752717651787&amp;utm_source=MINDBODY%20Business%20App%20iOS&amp;utm_medium=Business-app%20share&amp;_branch_referrer=H4sIAAAAAAAAAw3D226CMAAA0L%2FZm7IimdsSsxRZcZfKymVRXoilRYEWXYuW9mHfvp3knMbxop8978jHuRwYZXYurOfE%2FmMtb2YI6EtDa9Gy1RdkcSo4zEAgQsE36RX6SFDyNmESunpIu1AiU6OnSwkfJ9wR8x9sHbFJVN%2FjnEB4YHns2gDFfaH6DPt%2B1Gixsw49jFMsvtNeFyqB5WufZGoJys1sN8NGV%2B%2Bo236a6sBllauf6LogQOwblhTGmmC5AObuV%2FGGK9UOx4qqs9FcrdYndZb8D%2B2m88feAAAA">Click here</a> if you would like to register. </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[Magnolia Bakery’s Cupcakes]]></title><link>https://www.local10.com/soflo-taste/2026/07/04/magnolia-bakerys-cupcakes/</link><guid isPermaLink="true">https://www.local10.com/soflo-taste/2026/07/04/magnolia-bakerys-cupcakes/</guid><description><![CDATA[Cup Cakes Out Of NYC]]></description><pubDate>Sat, 04 Jul 2026 12:11:00 +0000</pubDate><content:encoded><![CDATA[<p><u><b>Magnolia Bakery’s Cupcakes</b></u></p><p>Yield: 24 cupcakes</p><p>1 cup (2 sticks) of unsalted butter, softened, plus extra for greasing pans</p><p>1¼ cups all-purpose flour, plus extra for dusting pans</p><p>1½ cups self-rising flour</p><p>1 cup milk</p><p>1 teaspoon vanilla extract</p><p>2 cups sugar</p><p>4 large eggs, at room temperature</p><p>Preheat the oven to <a href="" rel="">350˚F</a>. Line two 12-cup muffin tins with cupcake papers. Mix the flours together in a bowl. In another small bowl, mix the milk and vanilla.</p><p>In a large bowl, cream the butter with an electric mixer at medium speed until smooth. Add the sugar gradually and beat until fluffy (about 3 minutes). Add the eggs one at a time, beating well after each addition. Gradually add the flour mixture, alternating with the milk and the vanilla, beating well after each addition. Spoon the batter into muffin cups about ¾ full.</p><p>Bake until the tops of the cupcakes spring back when lightly touched, 20 to 22 minutes. Remove cupcakes from the pans and cool on a rack before icing.</p><p><b>Magnolia Bakery’s Buttercream Vanilla Icing</b></p><p>Yield: about 4¼ cups icing (enough for 24 cupcakes)</p><p>1 cup (2 sticks) unsalted butter, softened</p><p>8 cups confectioners’ sugar</p><p>½ cup milk</p><p>2 teaspoons vanilla extract</p><p>food coloring (optional)</p><p>Place the butter in a large mixing bowl. Add 4 cups of the sugar and then the milk and vanilla extract. Beat until smooth and creamy. Gradually add the remaining sugar, 1 cup at a time, until the icing is thick enough to spread. Add a few drops of food coloring if desired. Frost the cupcakes. Serve at room temperature. Leftover icing freezes well for up to two months.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/OSLABHXXQNFPTNXYOQD2WZ3T3U.jpeg?auth=a4d1029db0a754a55c504049dc07d97c43dbf9dc378da0cf5a589aab6a554586&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[A child can drown in seconds. Doctors want more families to be prepared]]></title><link>https://www.local10.com/health/2026/07/04/a-child-can-drown-in-seconds-doctors-want-more-families-to-be-prepared/</link><guid isPermaLink="true">https://www.local10.com/health/2026/07/04/a-child-can-drown-in-seconds-doctors-want-more-families-to-be-prepared/</guid><dc:creator><![CDATA[By MIKE STOBBE, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Doctors and others are sounding an alarm: More U.S. children have been drowning in recent years.]]></description><pubDate>Sat, 04 Jul 2026 12:01:11 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Doctors and others are sounding an alarm: More U.S. children have been drowning in recent years.</p><p>“When drowning occurs, seconds matter,” said Dr. Rohit Shenoi, the lead author of a recent American Academy of Pediatrics warning. “Quick rescue and resuscitation can mean the difference between life, death and lifelong disability.”</p><p>About 4,000 to 5,000 Americans drown each year. Most are adults who die in natural bodies of water, such as lakes, ponds or oceans.</p><p>But statistically speaking, drowning is a much larger danger to children. It’s the No. 1 cause of death for kids ages 1 to 4, and one of the top killers of children ages 5 to 14. The drowning rate is higher for white kids in the younger group, but much higher for Black, American Indian and Alaska Native children in the older group.</p><p>Drownings of very young children sometimes occur in bathtubs. But most, like Stewie Leonard's, occur in swimming pools.</p><p>A family tragedy leads to a foundation for water safety</p><p>The Stew Leonard’s grocery chain offers a Disney-like shopping experience, featuring food-promoting animatronic characters like a dancing banana, a mooing cow and singing avocados. But several of its stores also have an animatronic creature that seems out of place: a life-jacketed duck named Stewie who sings about how not to drown.</p><p>The duck is named for the son of Stew Leonard, the grocery chain’s chief executive. The boy was 21 months old when he drowned during a family vacation on the island of St. Martin in 1989.</p><p>More than a dozen adults and kids had gathered at a birthday party for Stewie's older sister, who was turning 3. Stew Leonard was outside hanging balloons and his wife was inside baking a cake.</p><p>“I saw Stewie outside and I assumed that he (Leonard) was watching him,” said his wife, Kim, noting that other relatives also were in the area of the pool.</p><p>“We never communicated with each other; ‘You’ve got him?’” said Kim Leonard, now 65. “When everyone’s watching, nobody’s watching.”</p><p>“There were a couple of balloons floating in the water,” Leonard, 71, recalled. “And you know after a few minutes, sort of everybody was like, ‘Where’s Stewie?’ Unfortunately I was the one who found him. He was face down in the pool.”</p><p>His death led the couple to start a foundation that pays for children’s swimming lessons and promotes drowning prevention.</p><p>Why are more kids drowning?</p><p>Unintentional child drowning deaths in the U.S. fell from around 2,000 a year in the 1980s to below 1,000 a year by the early 2000s, thanks in part to public awareness campaigns, expanded access to swimming lessons, and adoption of pool fencing laws. Between 2000 and 2019, health officials saw a 38% drop.</p><p>But then the trend reversed, with the number of child drowning deaths rising from 756 in 2019 to 865 in 2024, the most recent year for which complete data is available. The bulk of them were children younger than 5. The child drowning death rate also increased slightly, from 1.1 to 1.2 per 100,000 children.</p><p>What happened?</p><p>The COVID-19 pandemic interrupted swimming lessons and lifeguard training programs, and contributed to a national lifeguard shortage. Meanwhile, some data suggests an increase in swimming pool construction and increases in unsupervised swimming, said Tessa Clemens, the CDC Foundation’s senior director for drowning prevention initiatives.</p><p>Kym Roberts studies drownings in Australia — where child drownings have been either level or decreasing in recent years. She said “drowning in young children is often associated with falls into water and lapses in direct supervision.”</p><p>Some possible good news: Preliminary U.S. data for last year suggests child drownings declined. But it's not clear whether that's the start of a trend, and the deaths still remain higher compared to before the COVID-19 pandemic, Clemens said.</p><p>Pediatricians push for standards and regulations</p><p>Inventors have recognized a need for child water safety measures, and recent years have seen the emergence of immersion alarms that sound if the wristband a child is wearing goes underwater. But manufacturers of such devices note they can serve as an extra warning system, but should not be considered a primary way to keep children safe.</p><p>The federal government's top public health agency, the Centers for Disease Control and Prevention, laid off Clemens and the rest of the staff of its drowning prevention program last year. But new guidance and drowning prevention support continues to come out of other organizations, including the CDC Foundation and the American Academy of Pediatrics.</p><p>A CDC Foundation program has paid for basic swimming and water safety skills training for over 35,000 students since 2024. The program operates in 11 states with higher drowning rates: Alaska, Arizona, California, Florida, Georgia, Hawaii, Louisiana, Michigan, New York, Oklahoma and Texas.</p><p>Ways to prevent drowning</p><p>The AAP says research shows that policies can make a difference, including lifeguard standards, life jacket regulations and requirements that swimming pools be completely surrounded by fences with self-closing, self-latching gates.</p><p>Stew Leonard emphasizes two other approaches — swimming lessons for young kids and complete focus by caregivers when young children are around water.</p><p>“I mean, I love ballet. I love karate. I love tennis lessons. You know, all the activities that kids can do,” he said. “But the only thing you can do to save their life is put them in swimming lessons.”</p><p>His foundation has funded over 250,000 swimming lessons for children and opened two swimming schools — one of them across the street from his company's headquarters in Norwalk, Connecticut.</p><p>Also, “shut your cellphones off when you're around the pool, watching the kids. Don't sit there reading a book. Don't sit there talking to your friends, neglecting your child that's near the water,” he said.</p><p>“This happens in the blink of an eye.”</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/JCRMJZJDXB77MKCAZQEJMUT36E.jpg?auth=9de7f7919968f5d784c2b981073b1522c9119f3f268a8e18659a4b0e59df2d11&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Children cool off at the Hamilton Fish pool, July 18, 2017, in the Lower East Side neighborhood of New York. (AP Photo/Mary Altaffer, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Mary Altaffer</media:credit></media:content></item><item><title><![CDATA[Argentina edges Cape Verde 3-2 in extra-time thriller as fans pack Miami Beach watch parties]]></title><link>https://www.local10.com/sports/2026/07/04/argentina-edges-cape-verde-3-2-in-extra-time-thriller-as-fans-pack-miami-beach-watch-parties/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/04/argentina-edges-cape-verde-3-2-in-extra-time-thriller-as-fans-pack-miami-beach-watch-parties/</guid><dc:creator><![CDATA[Gabrielle Arzola, Ryan Mackey]]></dc:creator><description><![CDATA[The rhythm of the World Cup echoed through Manolo’s Restaurant and across the Miami Beach Bandshell on Friday night as fans packed watch parties to see Argentina narrowly survive a Cape Verde upset bid in a 3-2 extra-time thriller.]]></description><pubDate>Sat, 04 Jul 2026 11:35:04 +0000</pubDate><content:encoded><![CDATA[<p>The rhythm of the World Cup echoed through Manolo’s Restaurant and across the Miami Beach Bandshell on Friday night as fans packed watch parties to see Argentina narrowly survive a Cape Verde upset bid in a 3-2 extra-time thriller.</p><p>Music and dancing set the tone before kickoff, but the mood quickly shifted to tense as the Round of 16 match unfolded into one of the tournament’s most dramatic finishes.</p><p>Cape Verde, playing in its first World Cup, stunned the defending champions with relentless energy, forcing Argentina to dig deep in a back-and-forth battle that went beyond regulation.</p><p>Cape Verde fan Nalissa Oliviera said her family was among the few Cape Verde supporters in the crowd, but pride outweighed the result.</p><p>“Like they say in Cabo Verde, one percent chance but we have 99 percent faith. You never know,” she said.</p><p>Still, South Florida was packed with Argentina fans who turned the Miami Beach Bandshell into a celebration reminiscent of home.</p><p>“It makes you feel the Buenos Aires is here. You know?” said Argentina fan Barbara Maciel-Blanco.</p><p>For many in attendance, the atmosphere captured the emotional highs and lows of the sport.</p><p>“That’s the emotional part about soccer. That unexpected feeling, that result. That passion that moves everyone. I think it’s amazing,” Maciel-Blanco said.</p><p>The match itself lived up to the hype.</p><p>Lionel Messi opened the scoring early, but Cape Verde answered twice, refusing to fade against one of the tournament favorites. </p><p>The Blue Sharks pushed Argentina to the limit, including a stunning extra-time equalizer by Sidny Lopes Cabral that sent supporters into shock.</p><p>In the end, Argentina found a way, securing the winning goal in the 111th minute on an own goal after sustained pressure in extra time.</p><p>“Bro, his age, he’s almost 40 now and he’s playing against people that are my age and winning over them. That’s insane,” said fan Camilla Lons, referring to Messi.</p><p>After the final whistle, Argentina supporters spilled into the streets in celebration, singing and waving flags as their team’s World Cup run continued.</p><p>Soccer fan Alec Alfonso said he never doubted the outcome.</p><p>“Throughout the match it was like every single play I didn’t know but I knew in the very end I knew Argentina was going to come out in the end,” he said.</p><p>Despite the loss, Cape Verde’s historic World Cup run ended with admiration from fans and neutrals alike. The Blue Sharks earned praise for a fearless performance that turned a knockout match into one of the tournament’s defining thrillers.</p><p>Next up: Argentina will face Egypt in the Round of 16 at the 2026 FIFA World Cup. Kickoff is set for noon ET. </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[Chicken Milanesa]]></title><link>https://www.local10.com/soflo-taste/2026/07/04/chicken-milanesa/</link><guid isPermaLink="true">https://www.local10.com/soflo-taste/2026/07/04/chicken-milanesa/</guid><description><![CDATA[Chicken Goes Latin]]></description><pubDate>Sat, 04 Jul 2026 11:07:00 +0000</pubDate><content:encoded><![CDATA[<p><u><b>Chicken Milanesa</b></u></p><p>2 boneless skinless chicken breasts, halved, gently pounded (makes 4 pieces total)</p><p>2 eggs</p><p>¼ cup chopped Italian parsley leaves</p><p>1 garlic clove, minced</p><p>2 cups plain breadcrumbs</p><p><b>For cooking:</b></p><p>olive oil</p><p>butter</p><p><b>For serving:</b></p><p>lemons wedges</p><p>Pound the chicken out into filets that are just a little thinner than ½-inch. For easy cleanup, place the chicken inside of a plastic gallon bag to pound. Season with salt and pepper.</p><p>Place the eggs in a shallow bowl or container. Whisk in the minced garlic and parsley.</p><p>Place the breadcrumbs in a large, shallow dish. Line a baking sheet with parchment paper. Working with one piece of chicken at a time, submerge in the eggs, letting any excess drip off then dredge in the breadcrumbs, pressing gently to make sure the chicken is completely coated. Set the breaded chicken aside on the prepared baking sheet. Continue breading until all of the chicken is coated.</p><p><b>To cook</b>, combine half olive oil and half butter in a large, heavy-bottomed pan, like a cast iron skillet over medium heat. Allow butter to melt. You should have about ½-inch of oil in the pan. Line a plate or tray with paper towels or set a roasting rack over a rimmed baking sheet. Working with a few pieces at a time, shallow fry the chicken until golden brown on both sides, about 2-3 minutes per side. Set aside to drain on the prepared tray or baking sheet while you cook the remaining chicken. Season with a little salt while warm.</p><p>Serve with lemon wedges on the side.</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/GF3LI7XFWZB5DGLR2WOD3B22QM.jpeg?auth=8b2ed9941c01b9dde982bfbabd588d23431b6530f035cd5ada8b40ae14835ed9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[MDSO: Man killed in hit-and-run in northwest Miami-Dade; driver sought ]]></title><link>https://www.local10.com/news/local/2026/07/04/mdso-man-killed-in-hit-and-run-in-northwest-miami-dade-driver-sought/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/04/mdso-man-killed-in-hit-and-run-in-northwest-miami-dade-driver-sought/</guid><dc:creator><![CDATA[Brett Knese, Ryan Mackey]]></dc:creator><description><![CDATA[A man was killed Friday night in a hit-and-run crash in northwest Miami-Dade, and detectives are searching for the driver responsible.]]></description><pubDate>Sat, 04 Jul 2026 10:53:37 +0000</pubDate><content:encoded><![CDATA[<p>A man was killed Friday night in a hit-and-run in northwest Miami-Dade, and detectives are searching for the driver responsible.</p><p>According to the Miami-Dade Sheriff’s Office, the crash happened just before 8 p.m. along Northwest 79th Street near Northwest 23rd Avenue.</p><p>Investigators said the victim was struck by a vehicle under circumstances that remain under investigation. </p><p>They said authorities are working to determine whether the man was walking along the roadway or riding a bicycle when he was hit.</p><p>Deputies said first responders rushed the man to Jackson Memorial Hospital’s Ryder Trauma Center, where he later died from his injuries.</p><p>They said the driver fled the scene before deputies arrived, leaving investigators searching for both the vehicle and the person behind the wheel.</p><p>Authorities have not released the victim’s identity and have not yet provided a description of the vehicle involved.</p><p>No other details about the incident were immediately released. </p><p>Anyone with information is urged to contact the Miami-Dade Sheriff’s Office or Miami-Dade Crime Stoppers at 305-471-8477. </p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[South Florida under July 4 Heat Advisory as storms loom ]]></title><link>https://www.local10.com/weather/2026/07/04/south-florida-under-july-4-heat-advisory-as-storms-loom/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/07/04/south-florida-under-july-4-heat-advisory-as-storms-loom/</guid><dc:creator><![CDATA[Jennifer Collins, Ryan Mackey]]></dc:creator><description><![CDATA[South Florida residents and visitors celebrating the Fourth of July should prepare for dangerous heat and afternoon thunderstorms before conditions improve in time for evening fireworks.]]></description><pubDate>Sat, 04 Jul 2026 10:31:32 +0000</pubDate><content:encoded><![CDATA[<p>South Florida residents and visitors celebrating the Fourth of July should prepare for dangerous heat and afternoon thunderstorms before conditions improve in time for evening fireworks.</p><p>A Heat Advisory is in effect from 11 a.m. to 8 p.m. Saturday for most of Palm Beach County, coastal Broward County and metro Miami-Dade County, according to the <a href="https://www.weather.gov/mfl/heat" target="_self" rel="" title="https://www.weather.gov/mfl/heat">National Weather Service</a>. </p><p>Local 10 meteorologist Jennifer Collins said Heat index values are expected to reach as high as 108 degrees, making it feel much hotter than the actual air temperature.</p><p>Collins said highs will climb into the low 90s under hot and humid conditions.</p><p>“If you’re planning any outdoor activities today, make sure you’re wearing light, loose-fitting clothing, staying hydrated too, and taking lots of breaks in the shade or AC, especially if you’re along our area beaches for today,” she said. “It’s going to feel quite hot.”</p><p>Scattered showers and thunderstorms are expected to develop during the afternoon as the sea breeze moves inland. Some storms could produce pockets of heavy rain, frequent lightning and strong wind gusts.</p><p>The unsettled weather could briefly interrupt outdoor holiday plans, but Collins said storms are expected to diminish by the early evening, allowing skies to clear in time for many Fourth of July fireworks displays.</p><p>A similar weather pattern is expected Sunday, with highs in the low 90s and another round of afternoon showers and thunderstorms.</p><p>Looking ahead, South Florida’s day-to-day weather is expected to remain largely unchanged through early next week. Rain chances could decrease later in the week as Saharan dust moves into the region.</p><p>The tropics are expected to remain quiet through next week.</p><p>Track the latest forecast from Local 10’s Weather Authority team by <a href="https://www.local10.com/weather/" target="_self" rel="" title="https://www.local10.com/weather/">clicking here</a>. </p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Answers sought as family gathers for candlelight vigil honoring woman found dead off Virginia Key]]></title><link>https://www.local10.com/news/local/2026/07/03/answers-sought-as-family-gathers-for-candlelight-vigil-honoring-keisha-jones/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/03/answers-sought-as-family-gathers-for-candlelight-vigil-honoring-keisha-jones/</guid><dc:creator><![CDATA[Samiar Nefzi]]></dc:creator><description><![CDATA[A candlelight vigil honoring the life of Keisha Jones is set to start at 6:30 p.m. in Dania Beach on Friday.]]></description><pubDate>Fri, 03 Jul 2026 21:38:10 +0000</pubDate><content:encoded><![CDATA[<p>Fighting back tears, the mother of <a href="https://www.local10.com/news/local/2026/06/30/fbi-investigates-after-woman-last-seen-at-south-florida-strip-clubs-found-dead-off-biscayne-bay/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/30/fbi-investigates-after-woman-last-seen-at-south-florida-strip-clubs-found-dead-off-biscayne-bay/">Keisha Jones</a> spoke out for the first time since her daughter’s body was discovered in the waters off Virginia Key.</p><p>“She was a good girl, never got in trouble,” her mother said.</p><p>“It means a whole lot, she loved her friends and you can see by the turnout here that loved her also,” she said.</p><p>Family and friends gathered along Dania Beach Friday to honor the life of the 31-year-old.</p><p>According to Local 10 News sources, Jones’ remains were discovered in the water off Virginia Key on Monday, near a NOAA research facility.</p><p>Just three days before the deadly discovery, surveillance cameras were rolling, believed to have captured her final moments. Friday morning, she’s seen outside of Scarlett’s Cabaret on Hallandale Beach Boulevard, leaving with a man.</p><p>Investigators say earlier that morning, around 6 a.m., she was seen at Dean’s Gold off 163rd Street in North Miami Beach.</p><p>How and why she ended up in the water is still unknown.</p><p>Jones’ family, most of whom live in Michigan, are left heartbroken and searching for clues to answer this puzzling mystery.</p><p>The FBI is now heading up the death investigation. In a previous statement, a spokesperson for the Federal Bureau of Investigation told Local 10 News: “The FBI is aware of this matter. Out of respect for the ongoing investigation, we will refrain from commenting on its substance.”</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[German Potato Salad with Cucumbers]]></title><link>https://www.local10.com/soflo-taste/2026/07/04/german-potato-salad-with-cucumbers/</link><guid isPermaLink="true">https://www.local10.com/soflo-taste/2026/07/04/german-potato-salad-with-cucumbers/</guid><description><![CDATA[Picnic Potatoes]]></description><pubDate>Sat, 04 Jul 2026 10:09:00 +0000</pubDate><content:encoded><![CDATA[<p><u><b>German Potato Salad with Cucumbers</b></u></p><p>6 yukon gold potatoes, COOKED WHOLE, peeled and gently boiled in salted water until tender, strained, cooled</p><p>1 small white onion, small diced</p><p>3 tablespoons apple cider vinegar</p><p>2 English cucumbers, peeled, cut in half lengthwise then sliced thin</p><p>2 tablespoons sliced chives</p><p>3 tablespoons chopped dill</p><p>2 tablespoons chopped Italian parsley leaves </p><p><b>Dressing:</b></p><p>¼ cup chicken broth</p><p>1 tablespoon german mustard or dijon mustard</p><p>3 tablespoons olive oil</p><p>salt and pepper to taste</p><p>Peel the yukon gold potatoes. Keep potatoes whole and place in a pot of lightly salted water. Bring to a gentle boil, reduce to a simmer and cook until fork tender. Once tender, drain the potatoes. Transfer to a bowl and allow to cool a little. Cut the potatoes into large chunks.</p><p>Cook the onions in the apple cider vinegar until soft. When soft, strain the liquid from the onions and set aside. Transfer the cooked onions to a bowl with the potatoes, cucumbers and herbs. Combine the strained vinegar, chicken broth and mustard in a dish. Season with salt and pepper. You can use a whisk or an immersion blender to add the oil slowly to emulsify the dressing.</p><p>Combine the dressing with the potatoes.</p><p>Taste for seasoning.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/EV6TD4UP35A7NII7HI4CEIC5ZY.jpeg?auth=2b4ce65cccdcfb9d500b607aa3914ffed6f2f1a06cefb18c62db25235bf75b7e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[July 4: Heat advisory, afternoon storms before evening fireworks]]></title><link>https://www.local10.com/weather/2026/07/04/july-4-heat-advisory-afternoon-storms-before-evening-fireworks/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/07/04/july-4-heat-advisory-afternoon-storms-before-evening-fireworks/</guid><dc:creator><![CDATA[John Gerard]]></dc:creator><description><![CDATA[Happy 4th of July! It’ll be steamy and stormy on Saturday with showers and storms likely mainly this afternoon and early evening. ]]></description><pubDate>Sat, 04 Jul 2026 10:05:17 +0000</pubDate><content:encoded><![CDATA[<p>Happy 4<sup>th</sup> of July! It’ll be steamy and stormy on Saturday with showers and storms likely mainly this afternoon and early evening. </p><p>Those storms could chase you indoors at times but skies are expected to clear in time for those fireworks shows tonight. A Heat Advisory is in effect from 11 a.m. through 8 p.m. where the “feels like” temperatures could be as high as 108 degrees, so stay cool and stay hydrated out there. Little change is expected in our day to day weather through early next week but storms chances might come down a bit later next week as Saharan dust rolls in. All is quiet in the tropics through next week.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/MHXYBWB7R5CHVN7EP3IWEVEV6Y.jpg?auth=3fcca9b23a698cd773249bb65938dda3a34e43d20d02b50a7d3088c478be5416&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Ukrainian drones hit St Petersburg oil terminal in latest long-range attack on Russia]]></title><link>https://www.local10.com/news/world/2026/07/04/ukrainian-drones-hit-st-petersburg-oil-terminal-in-latest-long-range-attack-on-russia/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/04/ukrainian-drones-hit-st-petersburg-oil-terminal-in-latest-long-range-attack-on-russia/</guid><dc:creator><![CDATA[By The Associated Press, Associated Press]]></dc:creator><description><![CDATA[A Ukrainian drone attack struck an oil terminal in St. Petersburg on Saturday, Russian officials said, as Kyiv presses on with bombardment of Russia’s oil infrastructure.]]></description><pubDate>Sat, 04 Jul 2026 12:29:27 +0000</pubDate><content:encoded><![CDATA[<p>A Ukrainian drone attack struck an oil terminal in St. Petersburg on Saturday, Russian officials said, as Kyiv presses on with bombardment of Russia’s oil infrastructure.</p><p>Almost daily long-range attacks on Russian oil facilities have created a fuel crisis  and heaped political pressure on the Kremlin as its all-out invasion of Ukraine stretches into its fifth year.</p><p>Gov. Alexander Beglov said the city’s Kirovsky district on the Baltic Sea was hit. He also said that air defenses shot down 72 Ukrainian drones across Russia's second-largest city and the surrounding region.</p><p>Ukrainian President Volodymyr Zelenskyy described the attack as part of Ukraine’s “long-range sanctions” against Russia. He said that Ukrainian forces also hit a military target on the island of Kronstadt, just off the coast of St. Petersburg.</p><p>“The Ukrainian defense forces hit the port oil infrastructure, which earns money for the Russian war, and there were also hits on Kronstadt — an important military target,” he said in a post on Telegram.</p><p>St. Petersburg’s Kirovsky district was previously hit in June, ahead of Russia’s flagship St. Petersburg International Economic Forum.</p><p>The Crimean peninsula, which Russia annexed in 2014, has suffered particularly from heavy strikes, causing local authorities to suspend gasoline sales to civilians. A Ukrainian attack on Saturday killed one person and injured two more, including a 10-year-old child, the Moscow-installed Gov. Sergei Aksyonov said.</p><p>Ukrainian attacks bring the war home</p><p>Russian President Vladimir Putin has shrugged off Ukraine’s strikes on Russia’s energy facilities as “not critical,” and insisted the war will continue until his goals are met.</p><p>He has described the attacks on Russian energy as an effort by Ukraine to distract attention from its losses on the battlefield, although analysts say the advance of Russian forces has been stymied in recent months.</p><p>On Friday, Putin visited the Russian military headquarters directing the war in Ukraine and received a report on the capture of the city of Kostyantynivka, after weeks of intense street battles. He hailed it as a key step toward capturing the nearby cities of Sloviansk and Kramatorsk, the key remaining strongholds in the so-called “forest belt” of heavily fortified cities in the Donetsk region that remain in Ukraine’s hands.</p><p>The capture of Kostyantynivka, a big transport and industrial hub, is of “major strategic importance,” Putin, clad in military fatigues, said in televised comments.</p><p>In a briefing Saturday, Col. Gen. Sergei Rudskoy, the first deputy chief of the General Staff of the Russian armed forces, said that Ukrainian troops had been pushed back several kilometers (miles) and that fighting was taking place on the outskirts of the nearby town of Oleksiievo-Druzhkivka.</p><p>“The city is now under our full control. Units of the Southern Army Group are completing the clearance of city blocks, rooting out small groups and individual Ukrainian fighters who may still be hiding in basements and ruins,” he said.</p><p>Zelenskyy denied that Russia took control of the city. “It is just another Russian lie, an attempt to generate some kind of a news story,” he wrote on social media Saturday. “If Kostiantynivka were under Russian control, then perhaps Putin would have no problem meeting me there to find a diplomatic way to finally end this war. But the fact is, he won’t cross the front line — reality is very different from Putin’s words.”</p><p>Zelenskyy's post also seemed to appeal to U.S. President Donald Trump. “Now, on the eve of America’s Independence Day, Putin has chosen to lie to the world and to the President of the United States about the situation on the front.”</p><p>Putin appears to believe his government can keep the fuel crisis from eroding his authority and support for the war he launched more than four years ago. At the very least, the attacks have brought the war home even more poignantly for millions of Russians, shattering Putin’s narrative of the conflict as something that doesn’t affect the lives of ordinary people in his country.</p><p>The border city of Belgorod, which Ukrainian drone strikes have also repeatedly targeted, was left almost completely without power on Saturday due to overnight attacks, local media reported.</p><p>Meanwhile, eight people were wounded after a Russian attack struck residential buildings in Ukraine's southeastern region of Zaporizhzhia, including two children, local authorities said on Saturday.</p><p>___</p><p>Follow the AP’s coverage of the war in Ukraine at https://apnews.com/hub/russia-ukraine</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/UER6EQJBH5MF6EM6NB7QJ6FLTQ.jpg?auth=01b6606bcdeee9bf5016b4ccb36410c42f7fa1d41fa9da2b154641a091e5d7ce&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The First Deputy Chief of the General Staff of Russian Armed Forces Lt. Gen. Sergei Rudskoy holds a news briefing in Moscow, Saturday, July 4, 2026. (AP Photo/Pavel Bednyakov)]]></media:description><media:credit role="author" scheme="urn:ebu">Pavel Bednyakov</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ULK5G3JOU73M6FG5YCVUDKSHB4.jpg?auth=b9cec985b0640db012f7e1ae8c9131c33a76ae2914a0f44f141fbae90e755831&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this image taken from video provided by Russian Presidential Press Service on Friday, July 3, 2026. Russian President Vladimir Putin, left, listens to a report of Russian Chief of General Staff Gen. Valery Gerasimov as he visits one of the command posts of the Joint Group of the Russian Forces, in an undisclosed location. (Russian Presidential Press Service via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/C7VEM5T3AQTERPLTVDGTVSPCXA.jpg?auth=3b211cb662f66989e9cb83585193f231116e812ba2577a84f8ce2a6fb1f43bb8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The First Deputy Chief of the General Staff of Russian Armed Forces Lt. Gen. Sergei Rudskoy holds a news briefing in Moscow, Saturday, July 4, 2026. (AP Photo/Pavel Bednyakov)]]></media:description><media:credit role="author" scheme="urn:ebu">Pavel Bednyakov</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/SIUCDUVHXK46DEOPZFESKE5Y4M.jpg?auth=a40df2c1aab73888c531d7f39690cbc3cb77ef3df1ba677133d10445f443628f&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 Ukraine's 93rd Kholodnyi Yar Separate Mechanized Brigade press service, Soldiers of the Alcatraz batalion, patrol the frontline city Druzhkovka, Donetsk region, Ukraine, Thursday, July 2, 2026. (Iryna Rybakova/Ukraine's 93rd Mechanized Brigade via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Iryna Rybakova</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/V2UKZTNT5HTVXALTVSFY63OPEA.jpg?auth=5a89a97cf48352462e0aea89726c5d0eb9df664db3f1cb188d7ed16ba412d17c&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 Ukraine's 93rd Kholodnyi Yar Separate Mechanized Brigade press service, Soldiers of the Alcatraz batalion, patrol the frontline city Druzhkovka, Donetsk region, Ukraine, Thursday, July 2, 2026. (Iryna Rybakova/Ukraine's 93rd Mechanized Brigade via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Iryna Rybakova</media:credit></media:content></item><item><title><![CDATA[Mali government reports rebel attacks targeting northern towns]]></title><link>https://www.local10.com/news/2026/07/04/mali-government-reports-rebel-attacks-targeting-northern-towns/</link><guid isPermaLink="true">https://www.local10.com/news/2026/07/04/mali-government-reports-rebel-attacks-targeting-northern-towns/</guid><dc:creator><![CDATA[Associated Press, Associated Press]]></dc:creator><description><![CDATA[BAMAKO, Mali (AP) — The Malian army said Saturday that several northern towns, including Gao and Sévaré, were targeted by rebels. The statement came as a rebel group announced a new offensive to capture a northern town.]]></description><pubDate>Sat, 04 Jul 2026 13:00:55 +0000</pubDate><content:encoded><![CDATA[<p>BAMAKO, Mali (AP) — The Malian army said Saturday that several northern towns, including Gao and Sévaré, were targeted by rebels. The statement came as a rebel group announced a new offensive to capture a northern town.</p><p>Mohamed Elmaouloud Ramadane, a spokesperson for ​the Azawad Liberation Front (FLA), said in a Facebook post that the town of Anefis was being targeted by the separatists.</p><p>Mohamed Cissé, a resident of Gao, told The Associated Press that the army is going door to door searching for attackers who are still in the city.</p><p>“For the moment, the calm has returned. But I learned that the attackers are still in a part of the city, so I stay inside the house with the family,” said Ousmane Maiga, another resident.</p><p>In a later statement, the Malian army claimed that “the situation is completely under control.” It added that in Sévaré, “20 terrorists on motorcycles and equipped vehicles were neutralized.”</p><p>But Rawani Ahmed Bouya, a member of the FLA and head of the National Office of the Azawad diaspora, told the AP that Anefis was under FLA control and that the fighting was almost over. His claim could not independently verified.</p><p>In late April, a coordinated attack by the FLA and the regional al-Qaida affiliate JNIM killed the defense minister in his home and took control of several key towns in the north of the country.</p><p>Ibrahim Yahaya Ibrahim, deputy project director for the International Crisis Group think tank, said that while the latest attacks are “nothing comparable” to those in April, reports of attacks across the border in Burkina Faso as well as across Mali could indicate an attempt to divert the attention of the army to secure more limited gains in northern Mali.</p><p>Wassim Nasr, a senior research fellow at the Soufan Center, said the targeting of Anefis was strategic because any Malian attempt to reverse the territorial gains from April would have been staged in Anefis.</p><p>Mali has previously faced insurgencies by militants affiliated with al-Qaida and the Islamic State group, as well as a separatist rebellion in the country’s north. The separatists have been fighting for years to create an independent state in northern Mali.</p><p>Along with Mali, neighboring Niger and Burkina Faso have also been battling al-Qaida and IS affiliates.</p><p>Following military coups, the juntas in the three countries turned from Western allies to Russia for help combating Islamic militants. But the security situation has worsened with a record number of militant attacks. Government forces have also been accused of killing civilians they suspect of collaborating with militants.</p><p>—-</p><p>Wilson McMakin reported from Dakar, Senegal</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/PX2CL6NZWFDBKUQD3YYBSV77MA.jpg?auth=202780250a4792f6cc457ae57f591f32a4693267c10ebade7b06babf1feea015&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - An ariel view of Bamako, Mali, April 25, 2026. (AP Photo)]]></media:description><media:credit role="author" scheme="urn:ebu">AP Photo</media:credit></media:content></item><item><title><![CDATA[Far-right Alternative for Germany party re-elects leaders as protesters and police clash]]></title><link>https://www.local10.com/news/world/2026/07/04/far-right-alternative-for-germany-party-re-elects-leaders-as-protesters-and-police-clash/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/04/far-right-alternative-for-germany-party-re-elects-leaders-as-protesters-and-police-clash/</guid><dc:creator><![CDATA[By DAVID KEYTON, PIETRO DE CRISTOFARO and EBRAHIM NOROOZI, Associated Press]]></dc:creator><description><![CDATA[ERFURT, Germany (AP) — Delegates at the national convention of Germany’s far-right Alternative for Germany party on Saturday overwhelmingly re-elected its leaders, including the popular but controversial Alice Weidel, as tens of thousands of protesters aimed to disrupt the meeting and some clashed with police.]]></description><pubDate>Sat, 04 Jul 2026 12:31:08 +0000</pubDate><content:encoded><![CDATA[<p>ERFURT, Germany (AP) — Delegates at the national convention of Germany’s far-right Alternative for Germany party on Saturday overwhelmingly re-elected its leaders, including the popular but controversial Alice Weidel, as tens of thousands of protesters aimed to disrupt the meeting and some clashed with police.</p><p>Alternative for Germany, or AfD, met in the eastern city of Erfurt to elect its leaders, which German parties do every two years. The party sought to show unity as it voted to extend the terms of Weidel and Tino Chrupalla, who have headed AfD for four years as co-leaders and ran unopposed Saturday. Weidel was re-elected with 81% of the vote, while Chrupalla earned 70%.</p><p>The demonstrations outside the convention reflected how AfD has divided Germany even while becoming the biggest opposition party nationally and the strongest political force in Germany’s formerly communist east.</p><p>Saturday's event was able to start on time despite the protests, which party officials hailed their “fundamental, legally guaranteed right to hold party conventions.”</p><p>“There are no peaceful seated blockades. There are no democratic roadblocks. Nor are there any gangs of thugs who deserve the harmless label ‘civil society.’ These troublemakers are the last resort of our political rivals,” Chrupalla said.</p><p>The weekend convention drew additional controversy by coinciding with the 100-year anniversary of a Nazi Party meeting held nearby that consolidated Adolf Hitler’s power over the fascist movement. Historians and political opponents say the timing carries powerful symbolism, an accusation the AfD rejects.</p><p>AfD achieved second place in the February 2025 national election with 20.8% of the vote, the best showing by a far-right party since World War II. Since then support has risen to first among the nation's political parties.</p><p>Despite the growing support, some want to see the party banned and protesters this weekend are likely to underline those calls. But Germany’s supreme court previously has set a very high bar for banning parties.</p><p>Although Weidel said recently that “2026 is a year of destiny for AfD,” mainstream parties say they won’t work with AfD in a stance often referred to as a “firewall” against far-right parties.</p><p>Police said some 31,000 people attended Saturday's protest rallies, German news agency dpa reported. The demonstrations were largely peaceful, with protesters holding signs such as "Stop AfD Nazis” and "For Diversity, Against Nazis.”</p><p>Lena Raupach, spokesperson for widersetzen, an anti-fascist alliance whose name translates to “resist,” said the group had hoped to block the convention.</p><p>“The AfD pursues fascist policies: It wants mass deportations and terror on the streets. At the same time, however, it doesn’t solve a single real problem," she said. “It pursues policies that benefit the rich, not ordinary citizens. And we at widersetzen want a society in which all people have equal opportunities and equal security. We want a society based on solidarity.”</p><p>The Federal Office for the Protection of the Constitution, Germany’s domestic intelligence agency, announced last year that it had classified AfD as a proven right-wing extremist group, but suspended the designation after a legal challenge. In February, a Cologne court said the agency can’t use the designation while the court evaluates the party’s lawsuit.</p><p>AfD vehemently rejects accusations of extremism and argues the agency is being used as a political instrument by mainstream parties.</p><p>AfD is capitalizing on the unpopularity of a government that is trying to reform the sluggish economy. The party has become adept at harnessing discontent with issues well beyond its signature theme of curbing migration, which powered its rise in the mid-2010s.</p><p>AfD hopes to win 40% or more of the vote in a Sept. 6 state election in the eastern region of Saxony-Anhalt. That could put the party on course for an absolute majority or in a position where it might try to attract defectors from other parties, paving the way for its first state governor.</p><p>“We will win. Maybe we’ll be able to govern alone soon,” Chrupalla said. “That would send the right message to the enemies of democracy out there who wanted to prevent our party convention from taking place.”</p><p>The party, which has long called for lifting sanctions against Russia and opposes weapons deliveries to Ukraine, also has supported the general approach of U.S. President Donald Trump while criticizing the war in Iran launched by the Trump administration and Israel.</p><p>Björn Höcke, one of the party’s regional leaders, repeatedly said in his speech Saturday that AfD wants to make Germany great again, a reference to Trump's MAGA platform, and at least one attendee wore a hat with a “Make Germany Great Again” logo.</p><p>___</p><p>Stefanie Dazio and Philipp Reissfelder in Berlin contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/IQ2JZESKV6MXNW5IGBKWYGS2LE.jpg?auth=305b60c57d81ce97078a8d9af4cd370895c397614debf4636521b15452a3f5a0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Police officers guard as protesters block a road during a rally against party convention of Alternative for Germany, or AfD in Erfurt, Germany, Saturday, July 4, 2026. (AP Photo/Ebrahim Noroozi)]]></media:description><media:credit role="author" scheme="urn:ebu">Ebrahim Noroozi</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ECPIP5YAGDR7SLVCZARZFTHDV4.jpg?auth=a1bf00978ee9ee27a0866c16897362cb27d0091a3168b8144e463734bc5841b8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A protester with a poster reads: "Bjoern Hoecke is a Nazi" attend a rally against a party convention of Alternative for Germany, or AfD in Erfurt, Germany, Saturday, July 4, 2026. (AP Photo/Ebrahim Noroozi)]]></media:description><media:credit role="author" scheme="urn:ebu">Ebrahim Noroozi</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5VUATDPYELYIVVPNIWLMEHLM7A.jpg?auth=8f332192aef0415d2087067bb243b8a8c5817dc03662c6bdff274e22411e7fbc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Protesters gather before a party convention of Alternative for Germany, or AfD in Erfurt, Germany, Saturday, July 4, 2026. (AP Photo/Ebrahim Noroozi)]]></media:description><media:credit role="author" scheme="urn:ebu">Ebrahim Noroozi</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/2XS7EEDP6OWLOZ5SHSAGNL2BBQ.jpg?auth=89df8baede0c5d717cf23705d97ef4c10f2f68c97968b0e58f1e71e45c08d9ba&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Police officers clash with protesters during a rally against a party convention of Alternative for Germany, or AfD in Erfurt, Germany, Saturday, July 4, 2026. (AP Photo/Ebrahim Noroozi)]]></media:description><media:credit role="author" scheme="urn:ebu">Ebrahim Noroozi</media:credit></media:content></item><item><title><![CDATA[Pope marks July 4 by praying in Lampedusa for migrants who died seeking freedom and prosperity]]></title><link>https://www.local10.com/news/world/2026/07/04/pope-marks-july-4-by-praying-in-lampedusa-for-migrants-who-died-seeking-freedom-and-prosperity/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/04/pope-marks-july-4-by-praying-in-lampedusa-for-migrants-who-died-seeking-freedom-and-prosperity/</guid><dc:creator><![CDATA[By NICOLE WINFIELD and ANDREA ROSA, Associated Press]]></dc:creator><description><![CDATA[LAMPEDUSA, Sicily (AP) — Pope Leo XIV, who has sparred with the Trump administration over its immigration crackdown, spent the Fourth of July on Saturday in the epicenter of Europe’s migration debate to honor the tens of thousands of people who have died trying to reach Europe to find freedom and prosperity.]]></description><pubDate>Sat, 04 Jul 2026 09:21:04 +0000</pubDate><content:encoded><![CDATA[<p>LAMPEDUSA, Sicily (AP) — Pope Leo XIV, who has sparred with the Trump administration over its immigration crackdown, spent the Fourth of July on Saturday in the epicenter of Europe’s migration debate to honor the tens of thousands of people who have died trying to reach Europe to find freedom and prosperity.</p><p>While the United States marks the 250th anniversary of the Declaration of Independence with rallies, parties and fireworks, history’s first U.S.-born pope traveled to the Sicilian island of Lampedusa to pray at a migrant cemetery and celebrate a solemn Mass for the island's residents and newest arrivals.</p><p>A treeless strip of rock 9 kilometers (5.6 miles) long, Lampedusa is closer to Africa than the Italian mainland and is the main port of entry into Europe for hundreds of thousands of migrants who crossed by boat from Libya or Tunisia, often smuggled by human traffickers.</p><p>Leo met with some migrants at the port and then walked alone onto the jagged jetty rocks, the wind whipping his cassock and blowing his zucchetto skullcap off as he looked out to the sea. He then blessed a plaque dedicating the dock to Pope Francis, who visited in 2013, before celebrating Mass on land.</p><p>“This is a place where gestures speak louder than words,” Leo said. “But for gestures to be human, they need a heart.”</p><p>In making the visit on this particular Saturday, Leo was sending a powerfully symbolic message to the United States and Europe of the Christian obligation to uphold the dignity of every human being, migrants and the most vulnerable especially, while reminding the United States that it was founded by immigrants.</p><p>In a letter sent to Americans on the July 4 anniversary, Leo insisted that protecting the unborn and all human life also means “welcoming, protecting and assisting immigrants, whose hopes, sacrifices and contribution have formed part of the history of this country from its very beginning.”</p><p>“To receive them with compassion and generosity is not only an act of charity, but also a recognition of the dignity that belongs to every human person,” Leo wrote.</p><p>A tiny island becomes Ground Zero for European migration</p><p>In recent years, Lampedusa has become Ground Zero of Europe’s migration debate as the continent struggles to police its borders while honoring its legal obligations to welcome refugees fleeing conflict, climate change and poverty.</p><p>In his homily, Leo thanked the residents of Lampedusa for the “miracle of compassion” they have shown in welcoming migrants and urged Europe to rise to the challenge of the moment and assume its responsibility.</p><p>“Indeed, before any intellectual consideration or ideological conviction, the encounter with those who lie before us, stripped of everything, calls us to be close to them,” Leo said, wearing vestments decorated with images of waves.</p><p>Preaching from “this far-flung corner of Europe on the Mediterranean Sea,” Leo urged European leaders to address the migration phenomenon in a comprehensive way, integrating immediate relief with a long-term strategies to receive, protect, support and integrate migrants while developing their home countries so no one is forced to migrate.</p><p>“Here you have seen not just one, but thousands of human beings fallen into the hands of robbers who have taken everything from them, beat them brutally and walked away, leaving them half-dead,” he said.</p><p>Others have died making the voyage, he said, “yet we feel their presence, which challenges us no less than that of those who have landed in need of attention and aid.”</p><p>The number of migrants arriving in Italy so far this year is significantly lower than in recent years, with the Interior Ministry reporting 14,464 arrivals as of Friday compared with 30,598 in the same period last year and 26,202 in 2024.</p><p>At the same time, the International Organization of Migration has recorded more than 35,000 missing migrants in the Mediterranean since 2014, though the actual number of dead is believed to be far higher given the untold number of “invisible” shipwrecks that are never recorded.</p><p>Leo has strongly emphasized the need to uphold the dignity of migrants, especially amid the Trump administration’s mass deportation program in his native Chicago. But he has also directed his message to Europe’s Christian leaders.</p><p>Last month, Leo visited another European migration hot spot, in Spain’s Canary Islands, to shame leaders who turn migrants away indifferently while also warning people smugglers they will face God’s wrath for exploiting the desperation of migrants.</p><p>Leo honors the dignity of the dead and recalls Francis</p><p>After arriving in Lampedusa by plane, Leo paid homage to the dead at the island’s migrant cemetery, laying a wreath of yellow and white flowers on their graves, marked by simple crosses made from the splintered wood of shipwrecked boats.</p><p>The gestures send a “strong message” of solidarity, said Tareke Brhane, a migrant from Eritrea and president of the October 3rd Committee, a nonprofit founded by relatives of victims of a 2013 shipwreck in Lampedusa that left 368 people dead.</p><p>“It is a strong sign for our battle with Italy and with Europe in order to register the deaths, because as of today we still do not have a registry (of those deceased),” he told The Associated Press.</p><p>Leo’s visit both honors the dead and “gives a message to the relatives, so many of them still waiting and suffering,” he said.</p><p>With his visit, Leo followed in the footsteps of Francis, who made the plight of migrants and refugees a priority of his pontificate. For the Catholic Church, welcoming and accompanying people fleeing hardship is part of the Gospel-mandated call to “welcome the stranger.”</p><p>Francis traveled to Lampedusa in July 2013, on his first trip outside Rome after his election. He tossed a wreath into the sea in memory of migrants who had died and denounced the “globalization of indifference” that the world shows migrants.</p><p>Salvatore Sortino, the IOM’s head of mission for Italy and Malta, said despite the decrease in arrivals, the number of dead had increased proportionally, “in the sense that the diminishing numbers of arrivals hasn’t resulted in a lower number of deaths at sea.”</p><p>“That speaks about the vulnerability that remains,” he said. “So the visit of the pope here, where all this happens, I think is a very important reminder of that element.”</p><p>___</p><p>Winfield reported from Rome.</p><p>___</p><p>Associated Press religion coverage receives support through the AP’s collaboration with The Conversation US, with funding from Lilly Endowment Inc. The AP is solely responsible for this content.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/L4WUWQK6RE5TXYCERA2EBEXFUY.jpg?auth=bf9c82176f0aecf545f5f929de3932c7bb050eb211afae063f02a4a64c8eb1af&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Pope Leo XIV pays tribute at the cemetery and on little Joussef's grave, in Lampedusa, Sicily, southern Italy, Saturday, July 4, 2026, during a one-day pastoral visit to an island that has become a symbol of the risks faced by migrants trying to reach Europe by sea.(Pool Photo/Ciro Fusco, Via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Ciro Fusco</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4WCZIBR2K4DJKDCWVORUIRW5RU.jpg?auth=4e9684886e4ca788b9318ba72e798d5f85edbc9b64424479cf78f71713e989f8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Pope Leo XIV walks together with a migrant family at the Gateway of Europe monument in Lampedusa, Sicily, southern Italy, Saturday, July 4, 2026, during a one-day pastoral visit to the island long associated with the plight of migrants crossing the Mediterranean. (AP Photo/Alessandra Tarantino)]]></media:description><media:credit role="author" scheme="urn:ebu">Alessandra Tarantino</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/2O4Y4RDJYJJ5KS44IYFXC4EYSM.jpg?auth=79faaef5d23c5cd715a968ac4781df92953940cf38ba131c9672f6937b0cc497&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Pope Leo XIV celebrates Mass in Lampedusa, Sicily, southern Italy, Saturday, July 4, 2026, during a one-day pastoral visit to the Sicilian island that has come to symbolize the dramatic odyssey of migrants trying to reach Europe by sea. (AP Photo/Alessandra Tarantino)]]></media:description><media:credit role="author" scheme="urn:ebu">Alessandra Tarantino</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YNM7XM35ZF4VZYMZAS3PWRGGVU.jpg?auth=16b861583571f22e75e3ed2d26db983bdd965a37f1dfeb21e9d1f5e94fd5a29f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Pope Leo XIV walks together with a migrant family at the Gateway of Europe monument in Lampedusa, Sicily, southern Italy, Saturday, July 4, 2026, during a one-day pastoral visit to the island long associated with the plight of migrants crossing the Mediterranean. (AP Photo/Alessandra Tarantino)]]></media:description><media:credit role="author" scheme="urn:ebu">Alessandra Tarantino</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ZVKBDQC5ZXZA7MG56C5NBYQRQ4.jpg?auth=5ba1edb21f9bdfd5c1c124a0b3e9d874e543732361df973aa9fcec40195512e1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Pope Leo XIV visits the Gateway of Europe monument in Lampedusa, Sicily, southern Italy, Saturday, July 4, 2026, during a one-day pastoral visit to the island long associated with the plight of migrants crossing the Mediterranean. (AP Photo/Alessandra Tarantino)]]></media:description><media:credit role="author" scheme="urn:ebu">Alessandra Tarantino</media:credit></media:content></item><item><title><![CDATA[Helping Venezuela: Faith-based nonprofit Mercy Chefs team arrives at Caracas ]]></title><link>https://www.local10.com/news/world/2026/07/04/helping-venezuela-faith-based-nonprofit-mercy-chefs-team-arrives-at-caracas/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/04/helping-venezuela-faith-based-nonprofit-mercy-chefs-team-arrives-at-caracas/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[With more than two decades of experience in humanitarian relief work, Janette Alvarez, a bilingual member of nonprofit Mercy Chefs, was in Venezuela on Saturday.]]></description><pubDate>Sat, 04 Jul 2026 06:16:20 +0000</pubDate><content:encoded><![CDATA[<p>With more than two decades of experience in humanitarian relief work, <a href="https://www.facebook.com/watch/?v=1770051943471073" target="_self" rel="" title="https://www.facebook.com/watch/?v=1770051943471073">Janette Alvarez</a>, a bilingual member of nonprofit <a href="https://mercychefs.com/" target="_self" rel="" title="https://mercychefs.com/">Mercy Chefs</a>, was in Venezuela on Saturday.</p><p>In response to the 7.2- and 7.5-magnitude earthquakes that struck on June 24 in northern Venezuela, faith-based <a href="https://mercychefs.com/" target="_self" rel="" title="https://mercychefs.com/">Mercy Chefs</a> was working with volunteers from five Christian churches. </p><p>“We have served in Moron, Puerto Cabello, La Guaira, and Tibisay Guevara,” Amy Avery, a spokeswoman for <a href="https://mercychefs.com/" target="_self" rel="" title="https://mercychefs.com/">Mercy Chefs</a>. </p><p>Avery also said the mission focuses on feeding both civilians and the Florida Task Force urban search-and-rescue teams, who were deployed on June 26. </p><p>“We are also distributing hot meals at several makeshift shelters in Caracas, and areas where first responders from the U.S. and other countries are staying,” Avery said on Friday. </p><figure><img src="https://www.local10.com/resizer/v2/KQCYVTXFOVGVZBFOMVAPLG2CU4.jpg?auth=4dcc3d9651ef41027471f480d0eb4d2a5f68a34d4414ca58d178f3f599b6c0c4&smart=true&width=1200&height=900" alt="Mercy Chefs partners in Venezuela shared a photo of a delivery at a collapsed building after two earthquakes struck on June 24 in coastal Venezuela." height="900" width="1200"/><figcaption>Mercy Chefs partners in Venezuela shared a photo of a delivery at a collapsed building after two earthquakes struck on June 24 in coastal Venezuela.</figcaption></figure><p>Alvarez, of Miami-Dade County, the volunteer coordinator for the Virginia-based <a href="https://mercychefs.com/" target="_self" rel="" title="https://mercychefs.com/">Mercy Chefs</a> team, is from the <a href="https://handsofgodmissions.com/" target="_self" rel="" title="https://handsofgodmissions.com/">Hands of God Missions</a> at <a href="https://www.thewaymiami.com/" target="_self" rel="" title="https://www.thewaymiami.com/">The Way Miami</a>, a church in the Richmond West area. </p><p>Alvarez traveled with <a href="https://mercychefs.com/our-story/" target="_self" rel="" title="https://mercychefs.com/our-story/">Chef Gary LeBlanc</a>, who founded <a href="https://mercychefs.com/" target="_self" rel="" title="https://mercychefs.com/">Mercy Chefs</a> in 2006 after responding to Hurricane Katrina in 2005. </p><figure><img src="https://www.local10.com/resizer/v2/VKUPH5SJAZA3ZKMJAPVHU2VKAU.jpg?auth=6179ff151b06ed3f58be77e374623440b93eab773d3e72294baa698f320d9969&smart=true&width=1200&height=900" alt="The Mercy Chef's partners shared photos of the devastation after two earthquakes struck on June 24 in northern Venezuela." height="900" width="1200"/><figcaption>The Mercy Chef's partners shared photos of the devastation after two earthquakes struck on June 24 in northern Venezuela.</figcaption></figure><p>“He was appalled by how food was being handled and knew that the disaster food service could be done better,” Avery said about the motivation that later prompted LeBlanc and his team to “serve more than 30 million meals” at disaster zones. </p><p>Alvarez and LeBlanc, of New Orleans, traveled with eight other <a href="https://mercychefs.com/" target="_self" rel="" title="https://mercychefs.com/">Mercy Chefs</a> teammates. They flew from Panama City, Panama, to Valencia, Venezuela, on Friday before driving to Caracas, their base of operations.</p><figure><img src="https://www.local10.com/resizer/v2/PX5BRQZ6DZEZ3PVFJ2FHPWB6VM.jpg?auth=bd2c1e6c3e62ed687a38f6e1827c05fab569974d29067c9147729d49b651a92d&smart=true&width=1200&height=900" alt="Mercy Chefs partners in Venezuela shared a photo of  a meal distribution after two earthquakes struck on June 24 in coastal  Venezuela." height="900" width="1200"/><figcaption>Mercy Chefs partners in Venezuela shared a photo of  a meal distribution after two earthquakes struck on June 24 in coastal  Venezuela.</figcaption></figure><p>Alvarez hit the ground running. </p><p>“She will be coordinating dozens of volunteers daily who are helping us to make and distribute meals,” Avery said. </p><p><a href="https://mercychefs.com/" target="_self" rel="" title="https://mercychefs.com/">Mercy Chefs</a> responded to the 2010 Haiti earthquake and served the Miami-Dade Fire Rescue’s Florida Task Force 1 team working at the 2021 Champlain Towers collapse that killed 98 people in Surfside. </p><p>Using satellite data, experts from Microsoft’s AI for Good Lab and Oregon State University <a href="https://gis.earthdata.nasa.gov/portal/home/item.html?id=0c3d77dd5aae46e4829d9a282477615c" target="_self" rel="" title="https://gis.earthdata.nasa.gov/portal/home/item.html?id=0c3d77dd5aae46e4829d9a282477615c">estimated</a> that the twin earthquakes damaged or destroyed up to 58,000 buildings in northern Venezuela. </p><p>“We will be sourcing ingredients locally,” Avery said. </p><figure><img src="https://www.local10.com/resizer/v2/YVKBU4BV7VFZFHTP7BW3ZT3DUU.jpg?auth=290004996ef3cff53052f6a1cc261722834c97b8225ee596e20a919bc5c9a960&smart=true&width=1200&height=900" alt="Mercy Chefs partners in Venezuela shared a photo of a boy accepting a drink and a meal after two earthquakes struck on June 24 in coastal Venezuela and he was displaced." height="900" width="1200"/><figcaption>Mercy Chefs partners in Venezuela shared a photo of a boy accepting a drink and a meal after two earthquakes struck on June 24 in coastal Venezuela and he was displaced.</figcaption></figure><p> <a href="https://mercychefs.com/" target="_self" rel="" title="https://mercychefs.com/">Mercy Chefs</a> partners in Venezuela are a group of five churches: <a href="https://www.instagram.com/restauracioncaracas/" target="_self" rel="" title="https://www.instagram.com/restauracioncaracas/">Restauración Caracas</a>, <a href="https://www.instagram.com/iminujeca/" target="_self" rel="" title="https://www.instagram.com/iminujeca/">Iglesia Misionera Nueva Jerusalén Ciudad Alianza</a> in Guacara, and three other <a href="https://www.instagram.com/iminujeca/" target="_self" rel="" title="https://www.instagram.com/iminujeca/">Nueva Jerusalén</a> churches. </p><p>Two are from the Valencia metropolitan area in the Venezuelan state of Carabobo. The churches are in the municipality of Naguangua and at Ciudad Alianza in the municipality of Guacara. </p><p>The third church is in Rubio, a city in the municipality of Junín, in the western state of Táchira, near the border with Colombia. </p><figure><img src="https://www.local10.com/resizer/v2/OV2ZSLBDMBHHVGWHFCFMQHCOXU.jpg?auth=f614751cc656ca70d2c7b8b4e6e073c8ac8698808816d46c7d34b07abc888bb6&smart=true&width=1200&height=900" alt="Mercy Chefs partners in Venezuela shared a photo of a person walking on the debris of a collapsed building after two earthquakes struck on June 24 in coastal  Venezuela." height="900" width="1200"/><figcaption>Mercy Chefs partners in Venezuela shared a photo of a person walking on the debris of a collapsed building after two earthquakes struck on June 24 in coastal  Venezuela.</figcaption></figure><p>Nine days after the earthquakes struck the coastal state of La Guaira, search-and-rescue teams were still reporting that survivors were trapped under the rubble. </p><p>Displaced survivors, some of whom were camping at the Parque del Este in Caracas, were hoping to be reunited with relatives who vanished. Some were having to identify their bodies and face fees from funeral homes to avoid a mass grave.</p><figure><img src="https://www.local10.com/resizer/v2/3COXZJSOQVEZBJPWRFDMP3PDKM.jpg?auth=5a34dc5f72ac25d81fc87501f74d7804955ff5a9b3d0802acd3c5dfe13695427&smart=true&width=1200&height=900" alt="Mercy Chefs partners in Venezuela shared a photo of a collapsed building after two earthquakes struck on June 24 in coastal  Venezuela." height="900" width="1200"/><figcaption>Mercy Chefs partners in Venezuela shared a photo of a collapsed building after two earthquakes struck on June 24 in coastal  Venezuela.</figcaption></figure><p>Venezuela’s information ​ministry reported on Friday that there were about 15,000 people displaced and at least 12,000 injured. </p><p>The government’s official death toll increased to at least 2,645. The United Nations recently reported procuring 10,000 corpse bags. </p><figure><img src="https://www.local10.com/resizer/v2/EN2UQJMGBZALXDICHSGGABMOG4.jpg?auth=35b6605ef039bb7b6e580a37ceef9e088d86f86d015e1975503f498c9d7bc135&smart=true&width=1200&height=900" alt="Mercy Chefs partners in Venezuela shared a photo of a damaged building after two earthquakes struck on June 24 in coastal  Venezuela." height="900" width="1200"/><figcaption>Mercy Chefs partners in Venezuela shared a photo of a damaged building after two earthquakes struck on June 24 in coastal  Venezuela.</figcaption></figure><p>The <a href="https://mercychefs.com/" target="_self" rel="" title="https://mercychefs.com/">Mercy Chefs</a> motto: “Let’s be the hands and feet of Jesus.”</p><p>For more information about how to support or make a donation to the <a href="https://mercychefs.com/" target="_self" rel="" title="https://mercychefs.com/">Mercy Chefs</a> team working in Venezuela, <a href="https://give.mercychefs.com/campaign/815706/donate?c_src=W-5-46199&amp;c_src2=Text-CA1-0" target="_self" rel="" title="https://give.mercychefs.com/campaign/815706/donate?c_src=W-5-46199&amp;c_src2=Text-CA1-0">visit this page</a>. </p><figure><img src="https://www.local10.com/resizer/v2/FPSUUAASYZAPFAHBMBFPVAVFFM.jpg?auth=a1a63fe97b1604d4dab08caf1a77c0d53ac3760511dfd6c24a1c5fff9a3638f6&smart=true&width=1200&height=900" alt="The Mercy Chef's partners responded after the 7.2- and 7.5- earthquake on June 24 in northern Venezuela." height="900" width="1200"/><figcaption>The Mercy Chef's partners responded after the 7.2- and 7.5- earthquake on June 24 in northern Venezuela.</figcaption></figure><p><b>Related list: </b><a href="https://www.local10.com/news/local/2026/06/26/how-to-help-south-florida-donation-drop-off-locations-to-help-venezuelans-after-earthquakes/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/how-to-help-south-florida-donation-drop-off-locations-to-help-venezuelans-after-earthquakes/">Aid for Venezuela drop-off locations in South Florida</a></p><h3><b>More on </b><a href="https://www.local10.com/topic/Helping_Venezuela/" target="_self" rel="" title="https://www.local10.com/topic/Helping_Venezuela/"><b>HELPING VENEZUELA</b></a><b> </b> </h3><ul><li><a href="https://www.local10.com/community/2026/07/01/helping-venezuela-7-days-after-quakes-reports-of-hurdles-abound-in-and-out-of-the-disaster-zone/" target="_self" rel="" title="https://www.local10.com/community/2026/07/01/helping-venezuela-7-days-after-quakes-reports-of-hurdles-abound-in-and-out-of-the-disaster-zone/">A week after quakes, reports of hurdles abound</a> </li><li><a href="https://www.local10.com/community/2026/07/01/helping-venezuela-doral-based-nonprofit-dispatches-over-1-million-in-aid/" target="_self" rel="" title="https://www.local10.com/community/2026/07/01/helping-venezuela-doral-based-nonprofit-dispatches-over-1-million-in-aid/">Doral-based nonprofit GEM dispatches over $1 million in aid from community </a></li></ul><figure><img src="https://www.local10.com/resizer/v2/7KDHNH6KA27CL32XR6CFXJLEXU.jpg?auth=031e9d3b6bd79ea9fc5c896b0e1dc60a729d0e42ab948d698ce848e6b8a57b97&smart=true&width=1200&height=900" alt="Khaterine Roa cries as members of the Los Angeles County Fire Department search for survivors at a building that collapsed during the earthquakes that struck La Guaira, Venezuela, Tuesday, June 30, 2026. (AP Photo/Matias Delacroix)" height="900" width="1200"/><figcaption>Khaterine Roa cries as members of the Los Angeles County Fire Department search for survivors at a building that collapsed during the earthquakes that struck La Guaira, Venezuela, Tuesday, June 30, 2026. (AP Photo/Matias Delacroix)</figcaption></figure><ul><li><a href="https://www.local10.com/sports/local/2026/06/30/inter-miami-marlins-dolphins-join-relief-efforts-to-help-venezuela-earthquake-victims/" target="_self" rel="" title="https://www.local10.com/sports/local/2026/06/30/inter-miami-marlins-dolphins-join-relief-efforts-to-help-venezuela-earthquake-victims/">Inter Miami, Marlins, Dolphins join relief efforts</a></li><li><a href="https://www.local10.com/community/2026/06/29/helping-venezuela-nfl-star-joins-global-empowerment-mission-team/" target="_self" rel="" title="https://www.local10.com/community/2026/06/29/helping-venezuela-nfl-star-joins-global-empowerment-mission-team/">NFL star joins Global Empowerment Mission’s team; his message to South Floridians, ‘Do what you can’</a><b> </b></li><li><a href="https://www.local10.com/news/florida/2026/06/29/more-than-100-venezuelans-who-were-deported-from-the-us-hours-before-the-earthquakes-are-missing/" target="_self" rel="" title="https://www.local10.com/news/florida/2026/06/29/more-than-100-venezuelans-who-were-deported-from-the-us-hours-before-the-earthquakes-are-missing/">More than 100 Venezuelans who were deported from the US hours before the earthquakes are missing</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/OQWAZ3LJKZXM4L4YXAR7YACHFY.jpg?auth=9abb79f15a3ca10baf3516333c71c7c70ae6173eae73fec19c0caad20d38e1f7&smart=true&width=1200&height=900" alt="A man sits amid earthquake rubble in La Guaira, Venezuela, Monday, June 29, 2026. (AP Photo/Matias Delacroix)" height="900" width="1200"/><figcaption>A man sits amid earthquake rubble in La Guaira, Venezuela, Monday, June 29, 2026. (AP Photo/Matias Delacroix)</figcaption></figure><ul><li><a href="https://www.local10.com/community/2026/06/29/helping-venezuela-food-for-the-poor-is-already-preparing-for-reconstruction/" target="_self" rel="" title="https://www.local10.com/community/2026/06/29/helping-venezuela-food-for-the-poor-is-already-preparing-for-reconstruction/">Food for the Poor welcomes investments in reconstruction </a></li><li><a href="https://www.local10.com/news/world/2026/06/27/helping-venezuela-physicians-ask-for-donations-of-medical-supplies-near-doral/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/27/helping-venezuela-physicians-ask-for-donations-of-medical-supplies-near-doral/">Physicians in Miami-Dade collect donations of medical supplies near Doral </a></li><li><a href="https://www.local10.com/news/world/2026/06/27/helping-venezuela-meet-miami-dade-fire-rescue-capt-german-leal/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/27/helping-venezuela-meet-miami-dade-fire-rescue-capt-german-leal/">Meet Miami-Dade Fire Rescue Capt. German Leal</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/DNJWXN3IXJSOKL5C5L73J2UFYU.jpg?auth=2b2a119b56da235ae0eb9ec7a443481af75e28df3812de42e0678ca18c2db7c5&smart=true&width=1200&height=900" alt="A helicopter flies over a search and rescue team at work on Saturday in Catia La Mar, Venezuela. (AP Photo/Fernando Vergara)" height="900" width="1200"/><figcaption>A helicopter flies over a search and rescue team at work on Saturday in Catia La Mar, Venezuela. (AP Photo/Fernando Vergara)</figcaption></figure><ul><li><a href="https://www.local10.com/news/world/2026/06/27/helping-venezuela-pembroke-pines-police-officers-announce-collection-drive/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/27/helping-venezuela-pembroke-pines-police-officers-announce-collection-drive/">Pembroke Pines police officers announce collection drive</a></li><li><a href="https://www.local10.com/news/world/2026/06/27/helping-venezuela-airbnb-partners-with-cadena-for-emergency-housing/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/27/helping-venezuela-airbnb-partners-with-cadena-for-emergency-housing/">Airbnb partners with nonprofit CADENA for emergency housing </a></li><li><a href="https://www.local10.com/news/world/2026/06/27/helping-venezuela-hogar-bambi-aims-to-protect-vulnerable-children/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/27/helping-venezuela-hogar-bambi-aims-to-protect-vulnerable-children/">Hogar Bambi aims to protect vulnerable children</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/KI63JSGOR43HXIKCCTGK3GJWM4.jpg?auth=1322502b01ef9c433ea120b940187f3bc2312f8371955cf6874719718a0e89d4&smart=true&width=1200&height=900" alt="Residentes y rescatistas buscan entre los escombros dos días después de los sismos que sacudieron La Guaira, Venezuela, el 26 de junio de 2026. (AP Foto/Matías Delacroix)" height="900" width="1200"/><figcaption>Residentes y rescatistas buscan entre los escombros dos días después de los sismos que sacudieron La Guaira, Venezuela, el 26 de junio de 2026. (AP Foto/Matías Delacroix)</figcaption></figure><ul><li><a href="" rel="" title="">Grey Bull Rescue Foundation team arrives at Caracas</a></li><li><a href="https://www.local10.com/news/world/2026/06/27/helping-venezuela-officials-close-la-guaira-require-volunteers-to-register-in-caracas/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/27/helping-venezuela-officials-close-la-guaira-require-volunteers-to-register-in-caracas/">Officials close La Guaira, require volunteers to register in Caracas </a></li><li><a href="https://www.local10.com/news/world/2026/06/27/helping-venezuela-amazon-donates-to-airlink-to-help-charities-with-logistics/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/27/helping-venezuela-amazon-donates-to-airlink-to-help-charities-with-logistics/">Amazon donates to Airlink to help charities with logistics</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/YVV6CYX326KL5OBMV2WDEHQFE4.jpg?auth=f022f1818436e42fa719ef854448c44867c7ee382aa09841abf238774d138f62&smart=true&width=1200&height=900" alt="Rescue workers search through the rubble three days after earthquakes struck Catia La Mar, Venezuela, Saturday, June 27, 2026. (AP Photo/Fernando Vergara)" height="900" width="1200"/><figcaption>Rescue workers search through the rubble three days after earthquakes struck Catia La Mar, Venezuela, Saturday, June 27, 2026. (AP Photo/Fernando Vergara)</figcaption></figure><ul><li><a href="https://www.local10.com/news/world/2026/06/27/helping-venezuela-miami-search-and-rescue-team-prepares-to-deploy/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/27/helping-venezuela-miami-search-and-rescue-team-prepares-to-deploy/">Miami search-and-rescue team prepares to deploy </a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-centro-comunitario-afe-plans-collection-drive-in-miami-dade/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-centro-comunitario-afe-plans-collection-drive-in-miami-dade/">Centro Comunitario AFE hosts collection drive in Miami-Dade </a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-weston-based-charity-partners-with-local-pharmacy/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-weston-based-charity-partners-with-local-pharmacy/">Weston-based charity partners with local pharmacy</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/OKXDM7S6X6KLKNRAFE6NTH7CAE.jpg?auth=60ea76898033c3921b5c622f893d4dcb6f98a6a6db277ad07f13a155752317ef&smart=true&width=1200&height=900" alt="Residents and rescue workers search through the rubble two days after an earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Juan Pablo Arraez)" height="900" width="1200"/><figcaption>Residents and rescue workers search through the rubble two days after an earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Juan Pablo Arraez)</figcaption></figure><ul><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-project-dynamo-delivers-20000-pounds-of-aid-in-1st-48-hours/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-project-dynamo-delivers-20000-pounds-of-aid-in-1st-48-hours/">Veteran-led Project DYNAMO delivers 20,000 pounds of aid in 1st 48 hours </a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-goodwill-at-el-arepazo-feeds-global-empowerment-mission/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-goodwill-at-el-arepazo-feeds-global-empowerment-mission/">Altruism at El Arepazo feeds Global Empowerment Mission’s team effort</a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-salvadoran-rescuers-work-to-free-15-year-old-survivor-in-caraballeda/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-salvadoran-rescuers-work-to-free-15-year-old-survivor-in-caraballeda/">Salvadoran rescuers work to free 15-year-old survivor in Caraballeda</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/FK75XBP7FHKCVJ5MKA6PI4MJFM.jpg?auth=4e6e14ef7eed24b4a7524ffcb5e83a3d06cad85e657b2c0fe90d47d2f8fab0ab&smart=true&width=1200&height=900" alt="Survivors walk on Friday near a toy that was abandoned in the rubble of an apartment building in Catia La Mar, Venezuela. (AP Foto/Fernando Vergara)" height="900" width="1200"/><figcaption>Survivors walk on Friday near a toy that was abandoned in the rubble of an apartment building in Catia La Mar, Venezuela. (AP Foto/Fernando Vergara)</figcaption></figure><ul><li> <a href="https://www.local10.com/community/2026/06/26/helping-venezuela-food-for-the-poor-packs-disaster-relief-kits-with-hopeful-hand-written-notes/" target="_self" rel="" title="https://www.local10.com/community/2026/06/26/helping-venezuela-food-for-the-poor-packs-disaster-relief-kits-with-hopeful-hand-written-notes/">Food For The Poor packs disaster relief kits with ‘hopeful’ hand-written notes</a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-us-southern-command-focuses-on-airport-damage/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-us-southern-command-focuses-on-airport-damage/">U.S. Southern Command focuses on airport damage</a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-state-department-deploys-miami-dade-search-and-rescue-team/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-state-department-deploys-miami-dade-search-and-rescue-team/">State Department deploys Miami-Dade search-and-rescue team</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/WZ2ZPXTVTBLOMG35HO6MYN5OHU.jpg?auth=e691bcbaf392287916d812efc8d76c9374fe67203e837364484fd10b29f4e09d&smart=true&width=1200&height=900" alt="Rescue workers aid Daniel Cordero after pulling him from the rubble two days after an earthquake struck Catia la Mar, Venezuela, Friday, June 26, 2026. (AP Photo/Fernando Vergara)" height="900" width="1200"/><figcaption>Rescue workers aid Daniel Cordero after pulling him from the rubble two days after an earthquake struck Catia la Mar, Venezuela, Friday, June 26, 2026. (AP Photo/Fernando Vergara)</figcaption></figure><ul><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-miami-beach-opens-4-new-aid-drop-off-locations/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-miami-beach-opens-4-new-aid-drop-off-locations/">Miami Beach opens 4 new aid drop-off locations </a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-miramar-runs-6-aid-drop-off-locations/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-miramar-runs-6-aid-drop-off-locations/">Miramar to keep 6 aid drop-off locations open 24/7</a></li><li><a href="https://www.local10.com/news/local/2026/06/26/helping-venezuela-miami-dades-tax-collector-opens-11-drop-off-locations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/helping-venezuela-miami-dades-tax-collector-opens-11-drop-off-locations/">Miami-Dade’s tax collector opens 11 drop-off locations</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/here-are-4-drop-off-locations-for-donations-to-help-venezuelans-after-earthquakes/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/here-are-4-drop-off-locations-for-donations-to-help-venezuelans-after-earthquakes/">Doral opens 4 aid drop-off locations </a></li></ul><figure><img src="https://www.local10.com/resizer/v2/6VECRMMLLUMEHY2FKOYBIU2HEA.jpg?auth=51659a3c26fc80e9b4cb2a6ec7a63b16664fda82c359bbb95e74d2371e5c6f8c&smart=true&width=1200&height=900" alt="Venezuelan Police searches through the rubble two days after earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Ariana Cubillos)" height="900" width="1200"/><figcaption>Venezuelan Police searches through the rubble two days after earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Ariana Cubillos)</figcaption></figure><ul><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-aid-drop-off-location-opens-in-homestead/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-aid-drop-off-location-opens-in-homestead/">Aid drop-off location opens in Homestead</a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-starlink-offers-free-service-through-july-25-but-a-kit-is-470/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-starlink-offers-free-service-through-july-25-but-a-kit-is-470/">Starlink offers free service through July 25, but a kit is $470 </a></li><li><a href="https://www.local10.com/news/local/2026/06/26/helping-venezuela-international-medical-corps-deploys-staff-needs-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/helping-venezuela-international-medical-corps-deploys-staff-needs-donations/">International Medical Corps deploys staff, needs donations</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-save-the-children-asks-for-emergency-fund-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-save-the-children-asks-for-emergency-fund-donations/">Save The Children asks for emergency fund donations</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/43W22GXLVKGNIS3TLNWBHOHQ6M.jpg?auth=ba6fa336614a2ece843bccf534e0c1d00e117f4a8848cb705fbe1a1dd0593858&smart=true&width=1200&height=900" alt="Rescue workers place Daniel Cordero on a stretcher after pulling him from the rubble two days after an earthquake struck Catia la Mar, Venezuela, Friday, June 26, 2026. (AP Photo/Fernando Vergara)" height="900" width="1200"/><figcaption>Rescue workers place Daniel Cordero on a stretcher after pulling him from the rubble two days after an earthquake struck Catia la Mar, Venezuela, Friday, June 26, 2026. (AP Photo/Fernando Vergara)</figcaption></figure><ul><li><a href="https://www.local10.com/news/local/2026/06/26/helping-venezuela-samaritans-purse-deploys-team-from-colombia/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/helping-venezuela-samaritans-purse-deploys-team-from-colombia/">Samaritan’s Purse focuses on ‘emergency field hospital’</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-red-cross-asks-for-disaster-response-emergency-fund-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-red-cross-asks-for-disaster-response-emergency-fund-donations/">Red Cross asks for Disaster Response Emergency Fund donations</a></li><li><a href="https://www.local10.com/news/world/2026/06/25/how-to-help-venezuela-un-asks-for-donations-for-underfunded-program-for-kids/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/25/how-to-help-venezuela-un-asks-for-donations-for-underfunded-program-for-kids/">UN asks for donations for ‘underfunded’ program for kids </a></li></ul><figure><img src="https://www.local10.com/resizer/v2/A5N4MQAIL7IXNN3SNMYNICVCEE.jpg?auth=4685e8609cafaae1eae82d6b1b51eaf7d7a1e6b568362a979ed3a00e17fd5499&smart=true&width=1200&height=900" alt="Members of a religious organization distribute food to people affected two days after an earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Ariana Cubillos)" height="900" width="1200"/><figcaption>Members of a religious organization distribute food to people affected two days after an earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Ariana Cubillos)</figcaption></figure><ul><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-vision-asks-for-disaster-relief-fund-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-vision-asks-for-disaster-relief-fund-donations/">World Vision asks for ‘disaster relief fund’ donations</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-central-kitchen-asks-for-donations-for-fresh-meals/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-central-kitchen-asks-for-donations-for-fresh-meals/">World Central Kitchen asks for donations for fresh meals</a></li></ul><p><i>Torres is reporting from Miami. </i></p><p> </p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/XUS5T66GGVC6NNAO4XFMUIRB3U.jpg?auth=0deca569b197a54ada352ed352bca9cd5659ecb70718138f6a62c0bb02c9ff96&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Janette Alvarez, of Miami-Dade County, hands a Mercy Chef meal to a mother and her daughter on Friday at a homeless shelter in Caracas that was housing victims of the earthquakes on June 24. Photo courtesy of Amy Avery/Mercy Chef]]></media:description></media:content></item><item><title><![CDATA[Boston's Aroldis Chapman sets MLB record for strikeouts as a reliever with his 1,364th K]]></title><link>https://www.local10.com/sports/2026/07/04/bostons-aroldis-chapman-sets-mlb-record-for-strikeouts-as-a-reliever-with-his-1364th-k/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/04/bostons-aroldis-chapman-sets-mlb-record-for-strikeouts-as-a-reliever-with-his-1364th-k/</guid><dc:creator><![CDATA[By GREG BEACHAM, Associated Press]]></dc:creator><description><![CDATA[ANAHEIM, Calif. (AP) — Aroldis Chapman became the major leagues' career leader in strikeouts as a reliever Friday night, toppling a record that had stood for more than half a century.]]></description><pubDate>Sat, 04 Jul 2026 05:45:42 +0000</pubDate><content:encoded><![CDATA[<p>ANAHEIM, Calif. (AP) — Aroldis Chapman became the major leagues' career leader in strikeouts as a reliever Friday night, toppling a record that had stood for more than half a century.</p><p>The Boston Red Sox's 38-year-old left-hander didn't do it with one of the triple-digit fastballs that have made him one of the most imposing pitchers of his generation and one of the most accomplished relievers in baseball history.</p><p>Instead, his high pitch to the Angels' Denzer Guzman was clocked at a mere 98.6 mph — and Guzman still couldn't get around in time.</p><p>“I feel very happy, very proud of what I’ve been able to accomplish,” Chapman said through an interpreter. “I just feel very satisfied right now.”</p><p>The strikeout was the 1,364th in Chapman's 17-year career. It broke the record long held by Hoyt Wilhelm, the Hall of Famer whose 21-year career ended back in 1972, just five days shy of his 50th birthday.</p><p>Chapman paused and soaked in the moment only briefly after fanning Guzman, aware of the significance of the strikeout while also knowing he still had to get two more outs. He promptly gave up two hits, but escaped the jam with a double-play grounder to secure Boston's 5-2 win over Los Angeles and his 383rd career save.</p><p>The Red Sox celebrated Chapman’s achievement in their Angel Stadium clubhouse, showing a video retrospective of Chapman’s career to his younger teammates — everything from his debut with Cincinnati in 2010 to his two World Series championships with the Cubs and Rangers.</p><p>“It’s cool. We’ve been waiting for that one,” Boston interim manager Chad Tracy said. “What a career he’s had. The cool thing is watching the video, and you’re seeing him at a young age throwing 102, and he’s still doing it. It’s just incredible.”</p><p>In his 889th major league appearance — all of them in relief — Chapman saved a deserved victory for Red Sox rookie Jake Bennett, who was making his seventh appearance.</p><p>“It’s incredible,” said Bennett, who tired in the eighth. “It’s incredible to even just be a part of a team that it happens on.”</p><p>Chapman hadn’t pitched since he tied the strikeout record last Sunday while blowing a save against the Yankees, with whom he spent parts of seven seasons before an acrimonious split four years ago. He has pitched for seven teams since he defected from Cuba in 2009, earning eight All-Star selections and moving up to 10th on the majors' career saves list.</p><p>This record spanned across a half-century of baseball history and a fundamental change in the way pitchers are used.</p><p>Among the 14 pitchers in major league history who have recorded 1,000 strikeouts as a reliever, only Lindy McDaniel was a contemporary of Wilhelm, a World War II veteran and a pioneer in relief pitching. The crafty knuckleballer was among the first pitchers to be used regularly as what's now known as a high-leverage reliever, coming into close games and tight situations regardless of whether the starter was tired or not.</p><p>Chapman has spent his entire career in those tight spots, and he has usually excelled when healthy, often with a fastball that has topped 105 mph at times during his career.</p><p>He has even been in a renaissance since joining the Red Sox before last season. After earning AL Reliever of the Year honors in 2025 with a minuscule 1.17 ERA, he has 17 saves in 19 chances this season, still taking high-leverage assignments and usually succeeding.</p><p>“I was just focused on doing the job, day in and day out over the course of the last few weeks, getting to this point where I had the opportunity to break the record,” Chapman said. “I had some highs and some lows, but I've just tried to stay positive throughout.”</p><p>___</p><p>AP MLB: https://apnews.com/MLB</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/W2KNT5G5DJY3M7H4XUPCXHKNVI.jpg?auth=534236074f7cf175c106d9ce451de47547ed4f9671d329a91d120ba9cf351ad0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Boston Red Sox pitcher Aroldis Chapman delivers during the ninth inning of a baseball game against the Los Angeles Angels, Friday, July 3, 2026, in Anaheim, Calif. (AP Photo/William Liang)]]></media:description><media:credit role="author" scheme="urn:ebu">William Liang</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WZWQLGIA3NC6G4K7WWI2N5DXMI.jpg?auth=53f3183f5f3bc80dddb4904936cbe737840e494359ea70964e40c97d92fff357&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Boston Red Sox pitcher Aroldis Chapman gestures after getting his 1364th career strikeout to hold the MLB record for most strikeouts by a relief pitcher during the ninth inning of a baseball game against the Los Angeles Angels, Friday, July 3, 2026, in Anaheim, Calif. (AP Photo/William Liang)]]></media:description><media:credit role="author" scheme="urn:ebu">William Liang</media:credit></media:content></item><item><title><![CDATA[Fireworks, heat and politics: America celebrates its 250th birthday]]></title><link>https://www.local10.com/news/politics/2026/07/04/fireworks-heat-and-politics-america-celebrates-its-250th-birthday/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/07/04/fireworks-heat-and-politics-america-celebrates-its-250th-birthday/</guid><dc:creator><![CDATA[By STEVEN SLOAN, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — The 250th anniversary of American independence is colliding with a country gripped by political polarization and a heat wave bearing down on millions of people across multiple states as celebrations get underway across the United States on Saturday.]]></description><pubDate>Sat, 04 Jul 2026 13:14:36 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The 250th anniversary of American independence is colliding with a country gripped by political polarization and a heat wave bearing down on millions of people across multiple states as celebrations get underway across the United States on Saturday.</p><p>The signing of the Declaration of Independence, one of history's most celebrated articulations of democratic ambitions, is being marked in myriad ways. President Donald Trump, set to take a central role in festivities, plans to speak on the National Mall in Washington ahead of what's being billed as a historically enormous fireworks show that will rain down over the nation's capital. The president was in South Dakota at Mount Rushmore on Friday, where he delivered a dark speech about the threat of communism in the U.S. as the chiseled images of four of his most prominent predecessors loomed behind him.</p><p>Elsewhere, fireworks are scheduled to be set off Saturday over Navy Pier in Chicago and against the skyline of New York City, which also hosted a ball drop at midnight to usher in the holiday with the same fanfare as New Year's Eve. Bristol, Rhode Island, describes itself as home of the nation's oldest Independence Day celebrations dating to 1785. In Los Angeles, Queen Latifah will host a concert featuring performances by The Smashing Pumpkins and Chris Stapleton. Chaka Khan is billed as a special guest.</p><p>Anticipation for the milestone holiday has been building for much of the year, serving as an opportunity for Americans to reflect on their complicated history as onetime colonists of an empire who became a superpower of their own. Celebrations months in the making had to adjust or cancel activities entirely as much of the East Coast sweltered under heat that approached and in many cases surpassed triple digits.</p><p>Heat is defining the big weekend in many places</p><p>In Washington, the Great American State Fair was closed for several hours Friday afternoon during the worst of the heat. The city's Independence Day parade scheduled for Saturday was canceled.</p><p>To the chagrin of many on the East Coast, the weather was downright pleasant on the other side of the country. The Pacific Northwest enjoyed temperatures in the 60s on Friday with a few light showers.</p><p>In the Seattle suburb of Issaquah, Megan Kurowski, 31, brought her two dogs to the dog park so they could get some exercise before she went to work. Kurowski said she was feeling positive about America’s 250th anniversary and was planning a possible paddleboard to watch the fireworks.</p><p>“Everyone’s just, from what it seems, been pretty excited about celebrating 250 years,” she said.</p><p>Other American pastimes are overlapping with the holiday.</p><p>More than a dozen Major League Baseball games are on the schedule for Saturday. The World Cup, being hosted in the U.S. for the first time in 32 years, will have matches in Houston and Philadelphia on Saturday following a nail-biter overtime win by Argentina over Cape Verde on Friday outside Miami. Pop culture enthusiasts can obsess over Taylor Swift's Friday wedding to football player Travis Kelce at New York City's Madison Square Garden. And Madonna released her 15th studio album, a collection of dance tracks.</p><p>An uneasy nation gets ready to celebrate</p><p>The celebrations are unfolding against the backdrop of a deep divide that has been expanding for years, visible in everything from political expression to cultural norms to age-old questions over race, class and immigration.</p><p>At Mount Rushmore on Friday, Trump spoke of communism as a "mortal threat to American liberty.”</p><p>“It is the greatest threat to our country, including World War I, World War II, Pearl Harbor or even 9/11,” the Republican president said.</p><p>Without naming Trump, New York City Mayor Zohran Mamdani, a Democrat who is also a democratic socialist and recently backed several successful congressional candidates in their primaries, appeared to reference Trump during a speech Friday.</p><p>“Those ideals upon which our nation was built — they are strong enough to endure any authoritarian regime, but only if we reach for them,” he said.</p><p>To former Democratic President Bill Clinton, this anniversary milestone comes at a time of “renewed questions about America’s future and role in the world, and serious threats to our own institutions and to our democracy itself.” While critical of “the people in charge,” he said in a statement that “there is still nothing wrong with America that cannot be cured by what’s right with America.”</p><p>Ahead of the holiday, auto technician Joe Fuqua-Bejarano in Topeka, Kansas, sized up “what makes us awesome” as a people. It is clearly not the politics, in his view, but rather resilience.</p><p>“We’ve just all got to find unity somewhere, whether that’s in laughter or perseverance, and keep everybody cool,” he said from the fireworks stand where he is doing a booming business as a side hustle.</p><p>Jerry Chin of Newcastle, Washington, said he wasn’t aware that the U.S. was celebrating its 250th anniversary and planned to stay low-key around the holiday. He and his wife generally skip the fireworks and instead stay home with their fearful dogs to keep them calm.</p><p>“America’s a great place," he said, “but there are some concerns.”</p><p>___</p><p>Associated Press writers Martha Bellisle in Seattle and John Hanna in Topkea, Kansas contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/YXQLUAY3RX4RHNZPQMUB3N6EEA.jpg?auth=8184f11456232393627b589769aac998ff99193140eddc31c0a72e90519c7488&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A U.S. Coast Guard vessel sits with other pleasure craft below the Statue of Liberty in the New York harbor ahead of Sail250, a gathering of tall ships and military ships honoring America's 250th Anniversary, Saturday, July 4, 2026, in New York. (AP Photo/Frank Franklin II)]]></media:description><media:credit role="author" scheme="urn:ebu">Frank Franklin II</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/CD4LNNUH4FYZ7Y3XKHCLCNT6TY.jpg?auth=d69fc2abd07b421dd3e7719806f2f9b12ebf10219215a7d73a9430da19c43a7b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Military personnel stand on the wet flight deck of the USS Kearsarge (LHD-3) anchored in the New York harbor ahead of Sail250, a gathering of tall ships and military ships honoring America's 250th Anniversary, Saturday, July 4, 2026, in New York. (AP Photo/Frank Franklin II)]]></media:description><media:credit role="author" scheme="urn:ebu">FRank Franklin II</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6C3ZCJBVX5JOI3VLU647VGECD4.jpg?auth=bf49f954b77eb0ed8d21dfcf99ba39c28760300f372e9ae3b00f8f91ae179ac7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Todd Shaw, left, kisses his wife Shannon Shaw, right, as they pose for portrait during the Great American State Fair on the National Mall, Thursday, July 2, 2026, in Washington. (AP Photo/Rod Lamkey, Jr.)]]></media:description><media:credit role="author" scheme="urn:ebu">Rod Lamkey</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FVQPF75PFYVX5I3NW7CFBB2R2E.jpg?auth=ec4d12c8cb33211c4325845738c7c2d08382b06fe301d85fb09d2f69cfa02658&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 at Mount Rushmore National Memorial, Friday, July 3, 2026, near Keystone, S.D. (AP Photo/Matt Gade)]]></media:description><media:credit role="author" scheme="urn:ebu">Matt Gade</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FMINQRGKAI47BEB46F763ZS2FM.jpg?auth=4d4ff0bf5ee6b3ab707dbe87e293886087fa4125cea2256d3cbe060720e83d45&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Rain runs down a sculpture of George Washington at Mount Rushmore National Memorial, Friday, July 3, 2026, in Keystone, S.D. (AP Photo/Matt Gade)]]></media:description><media:credit role="author" scheme="urn:ebu">Matt Gade</media:credit></media:content></item><item><title><![CDATA[FIFA World Cup 2026: Track Round of 32 eliminations]]></title><link>https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-32-eliminations/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-32-eliminations/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[The FIFA World Cup Round of 32 started on June 28, after the qualification of 12 group winners, 12 runners-up, and the 8 best third-place teams.]]></description><pubDate>Mon, 29 Jun 2026 21:17:48 +0000</pubDate><content:encoded><![CDATA[<p>The FIFA World Cup <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> was defined by the group-stage daily matches from June 11 to June 27.</p><p>The tournament’s 48 teams competed within 12 groups of four, and 16 teams were eliminated. </p><p>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> included 12 group winners, 12 runners-up, and the eight best third-place teams.</p><p>After the single direct-knockout matches from June 28 to July 3, <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/">16 teams were eliminated</a> before the <a href="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-16-qualifications/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-16-qualifications/">Round of 16</a> matches from July 4 to July 7. </p><p><b>Here is the list of the 16 teams eliminated during </b><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/"><b>the Round of 32</b></a><b>:</b></p><ol><li><b>South Africa</b>, the <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/">Group A</a> runner-up with 4 points, was eliminated on June 28 after <a href="https://www.local10.com/sports/2026/06/28/canada-beats-south-africa-1-0-in-world-cups-first-knockout-match-on-late-goal-by-stephen-eustaquio/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/28/canada-beats-south-africa-1-0-in-world-cups-first-knockout-match-on-late-goal-by-stephen-eustaquio/">Canada won 1-0</a>. </li><li><b>Japan</b>, the <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/">Group F</a> runner-up with 5 points, was eliminated on June 29 after <a href="https://www.local10.com/sports/2026/06/29/gabriel-martinelli-scores-late-in-injury-time-to-help-brazil-beat-japan-2-1-at-world-cup/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/29/gabriel-martinelli-scores-late-in-injury-time-to-help-brazil-beat-japan-2-1-at-world-cup/">Brazil won 2-1</a>. </li><li><b>Germany</b>, the <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/">Group E</a> winner with 6 points, was eliminated on June 29 after <a href="https://www.local10.com/sports/2026/06/29/paraguay-upsets-germany-on-penalty-kicks-at-world-cup-after-a-1-1-draw-through-extra-time/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/29/paraguay-upsets-germany-on-penalty-kicks-at-world-cup-after-a-1-1-draw-through-extra-time/">a 1-1 draw ended with a 4-3 defeat on penalties</a> against Paraguay. </li><li><b>The Netherlands, </b>the <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/">Group F</a> winner with 7 points, was eliminated on June 29 after a <a href="https://www.local10.com/sports/2026/06/30/saibaris-shootout-winner-sends-morocco-past-the-netherlands-earliest-world-cup-exit-for-the-dutch/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/30/saibaris-shootout-winner-sends-morocco-past-the-netherlands-earliest-world-cup-exit-for-the-dutch/">1-1 draw ended with a 3-2 defeat on penalties</a> against Morocco. </li><li><b>Ivory Coast, </b>the <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/">Group E</a> runner-up with 6 points, was eliminated on June 30 after <a href="https://www.local10.com/sports/2026/06/30/haaland-scores-deciding-goal-as-norway-wins-its-1st-world-cup-knockout-game-beating-ivory-coast-2-1/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/30/haaland-scores-deciding-goal-as-norway-wins-its-1st-world-cup-knockout-game-beating-ivory-coast-2-1/">Norway won 2-1</a>. </li><li><b>Ecuador</b>, the<b> </b>third in <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/">Group E</a> with 4 points, was eliminated on June 30 after <a href="https://www.local10.com/espanol/2026/07/01/mexico-derrota-2-0-a-ecuador-y-se-coloca-en-los-octavos-de-final-de-la-copa-del-mundo-que-coorganiza/" target="_self" rel="" title="https://www.local10.com/espanol/2026/07/01/mexico-derrota-2-0-a-ecuador-y-se-coloca-en-los-octavos-de-final-de-la-copa-del-mundo-que-coorganiza/">Mexico won 2-0</a>. </li><li><b>Sweden</b>, the third in <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/">Group F</a> with 4 points, was eliminated on June 30 after <a href="https://www.local10.com/sports/2026/06/30/mbappe-scores-twice-to-tie-messi-for-world-cup-lead-with-6-goals-france-beats-sweden-3-0/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/30/mbappe-scores-twice-to-tie-messi-for-world-cup-lead-with-6-goals-france-beats-sweden-3-0/">France won 3-0</a>.</li><li><b>Congo</b>,<b> </b>the third in <a href="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/" target="_self" rel="" title="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/">Group K</a> with 4 points, was eliminated on July 1 after <a href="https://www.local10.com/sports/2026/07/01/harry-kane-sends-england-into-the-round-of-16-of-the-world-cup-after-2-1-win-against-congo/" target="_self" rel="" title="https://www.local10.com/sports/2026/07/01/harry-kane-sends-england-into-the-round-of-16-of-the-world-cup-after-2-1-win-against-congo/">England won 2-1</a>. </li><li><b>Senegal</b>, the<b> </b>third in <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">Group I</a> with 4 points, was eliminated on July 1 after<a href="https://www.local10.com/sports/2026/07/01/belgium-converts-late-penalty-to-beat-senegal-3-2-in-extra-time-in-the-round-of-32-at-the-world-cup/" target="_self" rel="" title="https://www.local10.com/sports/2026/07/01/belgium-converts-late-penalty-to-beat-senegal-3-2-in-extra-time-in-the-round-of-32-at-the-world-cup/"> Belgium won 3-2</a>. </li><li><b>Bosnia and Herzegovina</b>,<b> </b>the<b> </b>third in <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/">Group B</a> with 4 points, was eliminated on July 1 after <a href="https://www.local10.com/sports/2026/07/01/us-beats-bosnia-herzegovina-2-0-to-advance-to-round-of-16-and-keep-its-world-cup-dreams-alive/" target="_self" rel="" title="https://www.local10.com/sports/2026/07/01/us-beats-bosnia-herzegovina-2-0-to-advance-to-round-of-16-and-keep-its-world-cup-dreams-alive/">the U.S. won 2-0</a>.</li><li><b>Austria</b>,<b> </b>the third in <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/">Group J</a> with 4 points, was eliminated on July 2 after <a href="https://www.local10.com/sports/2026/07/02/mikel-oyarzabals-2-goals-send-dominant-spain-past-austria-3-0-and-into-round-of-16-at-the-world-cup/" target="_self" rel="" title="https://www.local10.com/sports/2026/07/02/mikel-oyarzabals-2-goals-send-dominant-spain-past-austria-3-0-and-into-round-of-16-at-the-world-cup/">Spain won 3-0</a>. </li><li><b>Croatia</b>,<b> </b>the third in <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/">Group L</a> with 6 points, was eliminated on July 2 after <a href="https://www.local10.com/sports/2026/07/02/ramos-ronaldo-score-as-portugal-rallies-to-beat-croatia-2-1-and-advance-to-round-of-16/" target="_self" rel="" title="https://www.local10.com/sports/2026/07/02/ramos-ronaldo-score-as-portugal-rallies-to-beat-croatia-2-1-and-advance-to-round-of-16/">Portugal won 2-1</a>. </li><li><b>Algeria</b>, the third in <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/">Group J</a> with 4 points, was eliminated on July 2 after Switzerland won 2-0. </li><li><b>Australia</b>,<b> </b>the third in <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/">Group D</a> with 4 points, was eliminated on July 3 after <a href="https://www.local10.com/sports/2026/07/03/egypt-wins-in-world-cup-knockout-round-debut-with-4-2-penalty-shootout-edge-over-australia/" target="_self" rel="" title="https://www.local10.com/sports/2026/07/03/egypt-wins-in-world-cup-knockout-round-debut-with-4-2-penalty-shootout-edge-over-australia/">Egypt won in the penalty shootout</a>. </li><li><b>Cape Verde</b>,<b> </b>the third in <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/">Group H</a> with 3 points, was eliminated on July 3 after <a href="https://www.local10.com/news/florida/2026/07/03/magical-world-cup-ride-of-vozinha-and-cape-verde-ends-after-pushing-messi-and-argentina-to-the-brink/" target="_self" rel="" title="https://www.local10.com/news/florida/2026/07/03/magical-world-cup-ride-of-vozinha-and-cape-verde-ends-after-pushing-messi-and-argentina-to-the-brink/">Argentina won 3-2</a>. </li><li><b>Ghana</b>, the<b> </b>third in <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/">Group L</a> with 4 points, was eliminated on July 3 after <a href="https://www.local10.com/sports/2026/07/03/jhon-arias-scores-and-colombia-beats-ghana-1-0-to-reach-the-world-cup-round-of-16/" target="_self" rel="" title="https://www.local10.com/sports/2026/07/03/jhon-arias-scores-and-colombia-beats-ghana-1-0-to-reach-the-world-cup-round-of-16/">Colombia won 1-0</a>. </li></ol><p><b>Related links</b></p><ul><li><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/"><b>Round of 32 teams</b></a></li><li><a href="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-16-qualifications/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-16-qualifications/"><b>Round of 16 qualifications</b></a></li><li><a href="https://www.local10.com/sports/2026/07/03/fifa-world-cup-2026-round-of-16-begins-on-the-fourth-of-july/" target="_self" rel="" title="https://www.local10.com/sports/2026/07/03/fifa-world-cup-2026-round-of-16-begins-on-the-fourth-of-july/"><b>Round of 16 schedule</b></a></li><li><a href="https://share.google/GiwkbD7k5Da978PEB" target="_self" rel="" title="https://share.google/GiwkbD7k5Da978PEB"><b>View the knockout bracket</b></a></li></ul>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/URDLFEZHGKWVIAMUADMCQ62VG4.jpg?auth=f2af58a49fb0f3c269cf0b5efd76a5156c8b7b6a55cb5a02c63ede5f234ccf5a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Congo's Brian Cipenga (9) celebrates after scoring their first goal during the World Cup round of 32 soccer match between England and Congo in Atlanta, Wednesday, July 1, 2026. (AP Photo/Butch Dill)]]></media:description><media:credit role="author" scheme="urn:ebu">Butch Dill</media:credit></media:content></item><item><title><![CDATA[FIFA World Cup 2026: Round of 16 qualifying teams ]]></title><link>https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-16-qualifications/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-16-qualifications/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[The FIFA World Cup Round of 32 started on June 28, after the qualification of 12 group winners, 12 runners-up, and the 8 best third-place teams.]]></description><pubDate>Mon, 29 Jun 2026 21:16:15 +0000</pubDate><content:encoded><![CDATA[<p>The FIFA World Cup Round of 32 started on June 28, after the qualification of <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/">12 group winners, 12 runners-up, and the 8 best third-place teams</a>.</p><p><a href="https://www.local10.com/espanol/2026/07/01/mundial-fifa-2026-sigue-la-clasificacion-a-los-octavos-de-final/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/01/mundial-fifa-2026-sigue-la-clasificacion-a-los-octavos-de-final/">Leer en español</a></p><p>After 16 single direct-knockout matches, the winning teams will advance to the tournament’s Round of 16, which begins on the Fourth of July. </p><p><b>Here is the list of the teams that have advanced to the Round of 16:</b></p><ol><li><b>Canada</b>, the <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/">Group B</a> runner-up, qualified after a 1-0 <a href="https://www.local10.com/sports/2026/06/28/canada-beats-south-africa-1-0-in-world-cups-first-knockout-match-on-late-goal-by-stephen-eustaquio/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/28/canada-beats-south-africa-1-0-in-world-cups-first-knockout-match-on-late-goal-by-stephen-eustaquio/">victory on June 28</a> against Canada. The team’s <a href="https://www.local10.com/sports/2026/07/03/fifa-world-cup-2026-round-of-16-begins-on-the-fourth-of-july/" target="_self" rel="" title="https://www.local10.com/sports/2026/07/03/fifa-world-cup-2026-round-of-16-begins-on-the-fourth-of-july/">Round of 16</a> match is at 1 p.m. on July 4 against Morocco. </li><li><b>Brazil</b>, the <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/">Group C</a> winner, qualified after a 2-0 <a href="https://www.local10.com/sports/2026/06/29/gabriel-martinelli-scores-late-in-injury-time-to-help-brazil-beat-japan-2-1-at-world-cup/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/29/gabriel-martinelli-scores-late-in-injury-time-to-help-brazil-beat-japan-2-1-at-world-cup/">victory on June 29</a> against Japan. The team’s <a href="https://www.local10.com/sports/2026/07/03/fifa-world-cup-2026-round-of-16-begins-on-the-fourth-of-july/" target="_self" rel="" title="https://www.local10.com/sports/2026/07/03/fifa-world-cup-2026-round-of-16-begins-on-the-fourth-of-july/">Round of 16</a> match is at 4 p.m. on July 5 against Norway. </li><li><b>Paraguay</b>, the third in <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/">Group D</a>, qualified after a 1-1 draw that ended with <a href="https://www.local10.com/sports/2026/06/29/paraguay-upsets-germany-on-penalty-kicks-at-world-cup-after-a-1-1-draw-through-extra-time/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/29/paraguay-upsets-germany-on-penalty-kicks-at-world-cup-after-a-1-1-draw-through-extra-time/">a 4-3 victory on penalties</a> against Germany on June 29. The team’s <a href="https://www.local10.com/sports/2026/07/03/fifa-world-cup-2026-round-of-16-begins-on-the-fourth-of-july/" target="_self" rel="" title="https://www.local10.com/sports/2026/07/03/fifa-world-cup-2026-round-of-16-begins-on-the-fourth-of-july/">Round of 16</a> match is at 5 p.m. at Philadelphia Stadium. </li><li><b>Morocco</b>, the <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/">Group C</a> runner-up, qualified after a <a href="https://www.local10.com/sports/2026/06/30/saibaris-shootout-winner-sends-morocco-past-the-netherlands-earliest-world-cup-exit-for-the-dutch/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/30/saibaris-shootout-winner-sends-morocco-past-the-netherlands-earliest-world-cup-exit-for-the-dutch/">1-1 draw that ended with a 3-2 victory on penalties</a> against the Netherlands on June 30. The team’s <a href="https://www.local10.com/sports/2026/07/03/fifa-world-cup-2026-round-of-16-begins-on-the-fourth-of-july/" target="_self" rel="" title="https://www.local10.com/sports/2026/07/03/fifa-world-cup-2026-round-of-16-begins-on-the-fourth-of-july/">Round of 16</a> match is at 1 p.m. on July 4 against Canada. </li><li><b>France</b>, the<b> </b><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">Group I</a> winner, qualified after <a href="https://www.local10.com/sports/2026/06/30/mbappe-scores-twice-to-tie-messi-for-world-cup-lead-with-6-goals-france-beats-sweden-3-0/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/30/mbappe-scores-twice-to-tie-messi-for-world-cup-lead-with-6-goals-france-beats-sweden-3-0/">a 3-0 victory again Sweden</a> on July 1. The team’s <a href="https://www.local10.com/sports/2026/07/03/fifa-world-cup-2026-round-of-16-begins-on-the-fourth-of-july/" target="_self" rel="" title="https://www.local10.com/sports/2026/07/03/fifa-world-cup-2026-round-of-16-begins-on-the-fourth-of-july/">Round of 16</a> match is at 5 p.m. on July 4 against Paraguay. </li><li><b>Norway</b>,<b> </b>the <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">Group I</a> runner-up, qualified after <a href="https://www.local10.com/sports/2026/06/30/haaland-scores-deciding-goal-as-norway-wins-its-1st-world-cup-knockout-game-beating-ivory-coast-2-1/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/30/haaland-scores-deciding-goal-as-norway-wins-its-1st-world-cup-knockout-game-beating-ivory-coast-2-1/">a 2-1 victory against the Ivory Coast</a> on July 1. The team’s <a href="https://www.local10.com/sports/2026/07/03/fifa-world-cup-2026-round-of-16-begins-on-the-fourth-of-july/" target="_self" rel="" title="https://www.local10.com/sports/2026/07/03/fifa-world-cup-2026-round-of-16-begins-on-the-fourth-of-july/">Round of 16</a> match is at 4 p.m. on July 5 against Brazil. </li><li><b>Mexico</b>, the <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/">Group A</a> winner, qualified after <a href="https://www.local10.com/espanol/2026/07/01/mexico-derrota-2-0-a-ecuador-y-se-coloca-en-los-octavos-de-final-de-la-copa-del-mundo-que-coorganiza/" target="_self" rel="" title="https://www.local10.com/espanol/2026/07/01/mexico-derrota-2-0-a-ecuador-y-se-coloca-en-los-octavos-de-final-de-la-copa-del-mundo-que-coorganiza/">a 2-0 victory against Ecuador</a> on July 1. The team’s <a href="https://www.local10.com/sports/2026/07/03/fifa-world-cup-2026-round-of-16-begins-on-the-fourth-of-july/" target="_self" rel="" title="https://www.local10.com/sports/2026/07/03/fifa-world-cup-2026-round-of-16-begins-on-the-fourth-of-july/">Round of 16</a> match is at 8 p.m. on July 5 against England.</li><li><b>England</b>, the <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/">Group L</a> winner, qualified after <a href="https://www.local10.com/sports/2026/07/01/harry-kane-sends-england-into-the-round-of-16-of-the-world-cup-after-2-1-win-against-congo/" target="_self" rel="" title="https://www.local10.com/sports/2026/07/01/harry-kane-sends-england-into-the-round-of-16-of-the-world-cup-after-2-1-win-against-congo/">a 2-1 victory against Congo</a> on July 1. The team’s <a href="https://www.local10.com/sports/2026/07/03/fifa-world-cup-2026-round-of-16-begins-on-the-fourth-of-july/" target="_self" rel="" title="https://www.local10.com/sports/2026/07/03/fifa-world-cup-2026-round-of-16-begins-on-the-fourth-of-july/">Round of 16</a> match is at 8 p.m. on July 5 against Mexico.</li><li><b>Belgium</b>, the <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/">Group G</a> winner, qualified after <a href="https://www.local10.com/sports/2026/07/01/belgium-converts-late-penalty-to-beat-senegal-3-2-in-extra-time-in-the-round-of-32-at-the-world-cup/" target="_self" rel="" title="https://www.local10.com/sports/2026/07/01/belgium-converts-late-penalty-to-beat-senegal-3-2-in-extra-time-in-the-round-of-32-at-the-world-cup/">a 3-2 victory against Senegal </a>on July 1. The team’s <a href="https://www.local10.com/sports/2026/07/03/fifa-world-cup-2026-round-of-16-begins-on-the-fourth-of-july/" target="_self" rel="" title="https://www.local10.com/sports/2026/07/03/fifa-world-cup-2026-round-of-16-begins-on-the-fourth-of-july/">Round of 16</a> match is at 8 p.m. on July 6 against the United States. </li><li><b>The U.S.</b>, the<b> </b><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/">Group D</a> winner, qualified after <a href="https://www.local10.com/sports/2026/07/01/us-beats-bosnia-herzegovina-2-0-to-advance-to-round-of-16-and-keep-its-world-cup-dreams-alive/" target="_self" rel="" title="https://www.local10.com/sports/2026/07/01/us-beats-bosnia-herzegovina-2-0-to-advance-to-round-of-16-and-keep-its-world-cup-dreams-alive/">a 2-0 victory against Bosnia and Herzegovina</a> on July 1. The team’s <a href="https://www.local10.com/sports/2026/07/03/fifa-world-cup-2026-round-of-16-begins-on-the-fourth-of-july/" target="_self" rel="" title="https://www.local10.com/sports/2026/07/03/fifa-world-cup-2026-round-of-16-begins-on-the-fourth-of-july/">Round of 16</a> match is at 8 p.m. on July 6 against Belgium. </li><li><b>Spain</b>, the <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/">Group H</a> winner, qualified after <a href="https://www.local10.com/sports/2026/07/02/mikel-oyarzabals-2-goals-send-dominant-spain-past-austria-3-0-and-into-round-of-16-at-the-world-cup/" target="_self" rel="" title="https://www.local10.com/sports/2026/07/02/mikel-oyarzabals-2-goals-send-dominant-spain-past-austria-3-0-and-into-round-of-16-at-the-world-cup/">a 3-0 victory against Austria</a> on July 2. The team’s <a href="https://www.local10.com/sports/2026/07/03/fifa-world-cup-2026-round-of-16-begins-on-the-fourth-of-july/" target="_self" rel="" title="https://www.local10.com/sports/2026/07/03/fifa-world-cup-2026-round-of-16-begins-on-the-fourth-of-july/">Round of 16</a> match is at 3 p.m. on July 6 against Portugal. </li><li><b>Portugal</b>, the <a href="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/" target="_self" rel="" title="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/">Group K</a> winner, qualified after <a href="https://www.local10.com/sports/2026/07/02/ramos-ronaldo-score-as-portugal-rallies-to-beat-croatia-2-1-and-advance-to-round-of-16/" target="_self" rel="" title="https://www.local10.com/sports/2026/07/02/ramos-ronaldo-score-as-portugal-rallies-to-beat-croatia-2-1-and-advance-to-round-of-16/">a 2-1 victory against Croatia</a> on July 2. The team’s <a href="https://www.local10.com/sports/2026/07/03/fifa-world-cup-2026-round-of-16-begins-on-the-fourth-of-july/" target="_self" rel="" title="https://www.local10.com/sports/2026/07/03/fifa-world-cup-2026-round-of-16-begins-on-the-fourth-of-july/">Round of 16</a> match is at 3 p.m. on July 6 against Spain. </li><li><b>Switzerland</b>,<b> </b>the <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/">Group B</a> winner, qualified after a 2-0 victory against Algeria on July 2. The team’s <a href="https://www.local10.com/sports/2026/07/03/fifa-world-cup-2026-round-of-16-begins-on-the-fourth-of-july/" target="_self" rel="" title="https://www.local10.com/sports/2026/07/03/fifa-world-cup-2026-round-of-16-begins-on-the-fourth-of-july/">Round of 16</a> match is at 4 p.m. on July 7 in Vancouver. </li><li><b>Egypt</b>,<b> </b>the third in <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/">Group G</a> with 5 points, qualified after a 1-1 draw that ended with <a href="https://www.local10.com/sports/2026/07/03/egypt-wins-in-world-cup-knockout-round-debut-with-4-2-penalty-shootout-edge-over-australia/" target="_self" rel="" title="https://www.local10.com/sports/2026/07/03/egypt-wins-in-world-cup-knockout-round-debut-with-4-2-penalty-shootout-edge-over-australia/">a 4-2 victory on penalties against Australia</a> on July 3. The team’s <a href="https://www.local10.com/sports/2026/07/03/fifa-world-cup-2026-round-of-16-begins-on-the-fourth-of-july/" target="_self" rel="" title="https://www.local10.com/sports/2026/07/03/fifa-world-cup-2026-round-of-16-begins-on-the-fourth-of-july/">Round of 16 </a>match is at noon on July 7 in Atlanta. </li><li><b>Argentina</b>, the <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/">Group J</a> winner with 9 points, qualified after <a href="https://www.local10.com/sports/2026/07/03/defending-world-cup-champion-argentina-survives-a-scare-from-underdog-cape-verde-winning-3-2-in-extra-time/" target="_self" rel="" title="https://www.local10.com/sports/2026/07/03/defending-world-cup-champion-argentina-survives-a-scare-from-underdog-cape-verde-winning-3-2-in-extra-time/">a 3-2 victory against Cape Verde</a> on July 3. The team’s <a href="https://www.local10.com/sports/2026/07/03/fifa-world-cup-2026-round-of-16-begins-on-the-fourth-of-july/" target="_self" rel="" title="https://www.local10.com/sports/2026/07/03/fifa-world-cup-2026-round-of-16-begins-on-the-fourth-of-july/">Round of 16</a> match is at 12 p.m. on July 7 against Egypt in Atlanta.</li><li><b>Colombia</b>,<b> </b>the <a href="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/" target="_self" rel="" title="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/">Group K</a> winner with 7 points, qualified after <a href="https://www.local10.com/sports/2026/07/03/jhon-arias-scores-and-colombia-beats-ghana-1-0-to-reach-the-world-cup-round-of-16/" target="_self" rel="" title="https://www.local10.com/sports/2026/07/03/jhon-arias-scores-and-colombia-beats-ghana-1-0-to-reach-the-world-cup-round-of-16/">a 1-0 victory against Ghana</a>. The team’s <a href="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-16-qualifications/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-16-qualifications/">Round of 16</a> match is at 4 p.m. on July 7. </li></ol><p><b>ROUND OF 32 </b></p><ul><li><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/"><b>Eliminations during Round of 32</b></a></li><li><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/"><b>Round of 32 teams</b></a></li><li><a href="https://share.google/GiwkbD7k5Da978PEB" target="_self" rel="" title="https://share.google/GiwkbD7k5Da978PEB"><b>View the knockout bracket</b></a></li></ul><h3><b>Tournament schedule</b></h3><p><b>July 4</b></p><figure><img src="https://www.local10.com/resizer/v2/KPMIF4F3AVEIJNSCA5KAC2TL2I.jpg?auth=cee300ff1145c1bde2da1920ee2fc2fd741f6726bf783656459cbdb08e057cc9&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><ul><li>Canada vs. Morocco is at 1 p.m. at the Houston Stadium</li><li>Paraguay vs. France is at 5 p.m. at the Philadelphia Stadium</li></ul><p>The winners advance to a quarter-final match at 4 p.m. on July 9th. </p><p><b>Miami watch parties</b>: The fan festival opens from noon to midnight at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>July 5</b></p><figure><img src="https://www.local10.com/resizer/v2/LXYOQV4H4ZF4BC5OHLXHNPYSOQ.jpg?auth=2b8ba07d32821ad0239bea696dd98250dab5f2efee0867a8e3c81feade8bf246&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><ul><li>Brazil vs. Norway at 4 p.m. at the New York/New Jersey Stadium</li><li>Mexico vs. England<b> </b>at 8 p.m. at the Mexico City Stadium</li></ul><p>The winners advance to a quarter-final match at 5 p.m. on July 11. </p><p><b>Miami watch parties</b>: The fan festival opens for the last day from 3 p.m. to 11 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>July 6</b></p><figure><img src="https://www.local10.com/resizer/v2/66MPJY2JIRAMRDQZYWDGSHWGX4.jpg?auth=00368f7c831a569951e9fa3414092293dd2cd53f45de8e63ea1a9b0a095607d8&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><ul><li>Spain vs. Portugal at 3 p.m. at the Dallas Stadium. </li><li>U.S. vs. Belgium at 8 p.m. at the Seattle Stadium. </li></ul><p>The winners advance to a quarter-final match at 3 p.m. on July 10. </p><p><b>July 7</b></p><ul><li>Argentina vs. Egypt is at noon in Atlanta. </li><li>Colombia vs. Switzerland is at 4 p.m. in Vancouver. </li></ul><h3><b>Quarterfinals begin</b></h3><p><b>July 9</b>: There is a quarter-final match at 4 p.m. </p><p><b>July 10</b>: There is a quarter-final match at 3 p.m. </p><p><b>July 11</b>: There are two quarter-final matches at 5 p.m. and 9 p.m.</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> at 5 p.m. on July 11. Parking is free. </p><h3><b>Semifinals begin</b></h3><p><b>July 14</b>: The fan festival is closed. 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 begin</b></h3><p><b>July 18</b>: The third-place play-off match is at 5 p.m. </p><p><b>Miami Beach watch party: </b>Doors open at 3 p.m. on July 18 at The Sandbowl, behind The Bandshell, at 7275 Collins Ave., for the 5 p.m. bronze final. </p><p><b>Sunrise ride to stadium</b>: The Amerant Bank Arena has free parking for FIFA World Cup ticket holders who ride Broward County’s <a href="https://www.broward.org/BCT/Pages/WorldCup.aspx" target="_self" rel="" title="https://www.broward.org/BCT/Pages/WorldCup.aspx">free Express bus transportation</a> to the Miami Stadium, also known as Hard Rock, in Miami Gardens. </p><p><b>July 19</b>: The final match is at 3 p.m. </p><p><b>Miami Beach watch party: </b>Doors open at 1 p.m. on July 19 at The Sandbowl, behind The Bandshell, at 7275 Collins Ave., for the 3 p.m. final.</p><p><b>Sunrise watch party</b>: The indoor Amerant Bank Arena is hosting a free watch party <a href="https://www.amerantbankarena.com/events/detail/world-cup-watch-party" target="_self" rel="" title="https://www.amerantbankarena.com/events/detail/world-cup-watch-party">for ticket holders</a> for the final on July 19. Parking is free. </p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/7AKSLYZ2LHMBQPRHATESH2K6RQ.jpg?auth=4ddc8dc908ede8cdaf628d1ef97753788b47875288862c44a3afe4d15a5f258f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Columbia players celebrate a Jhon Arias goal against Ghana during the World Cup round of 32 soccer match in Kansas City, Mo., Friday, July 3, 2026. (AP Photo/Ed Zurga)]]></media:description><media:credit role="author" scheme="urn:ebu">Ed Zurga</media:credit></media:content></item><item><title><![CDATA[Hot dog eating champs seek to repeat in Nathan's Famous contest]]></title><link>https://www.local10.com/entertainment/2026/07/04/hot-dog-eating-champs-seek-to-repeat-in-nathans-famous-contest/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/07/04/hot-dog-eating-champs-seek-to-repeat-in-nathans-famous-contest/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — The Nathan’s Famous hot dog eating contest marks the United States' 250th birthday with chomp and circumstance Saturday after an eventful year for the annual wiener showdown and one of its stars.]]></description><pubDate>Sat, 04 Jul 2026 04:14:24 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — The Nathan’s Famous hot dog eating contest marks the United States' 250th birthday with chomp and circumstance Saturday after an eventful year for the annual wiener showdown and one of its stars.</p><p>Contest sponsor Nathan's Famous was sold in January to packaged meat giant Smithfield Foods. A few months later, reigning men's champ and record-holder Joey Chestnut was accused of slapping a man in an Indiana bar and pleaded guilty in April to a misdemeanor battery charge.</p><p>But the frankfurter fest rolls on, with Chestnut and Miki Sudo set to defend last year's wins in the men's and women's divisions, respectively.</p><p>Competitors consume as many hot dogs and buns as possible in 10 minutes, usually dunking the wieners in water first to make them easier to swallow.</p><p>Sudo is an 11-time winner and holds the women's record of 51 dogs.</p><p>Chestnut has taken the so-called Mustard Belt 17 times and notched the men's record: 76 franks. He's still on probation in the battery case but is allowed to travel outside Indiana. His lawyer has said that what happened in the bar was a misunderstanding and that Chestnut accepted responsibility for his actions.</p><p>Hot dog contest organizer Major League Eating, which oversees the Nathan’s Famous contest, said the criminal case didn't affect Chestnut’s eligibility for the competition.</p><p>The event, which dates to 1972, is held in front of the original Nathan’s Famous’ restaurant in New York’s Coney Island.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/Z22JEZGUORAEVZSIICZXRONMDQ.jpg?auth=313ffad6c11c23a6494c9630372f85cf061c5203dd9fbf84f73b226a3cd1b6e8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Miki Sudo, left, and Joey Chestnut participate in the Nathan's Famous Fourth of July International Hot Dog Eating Contest weigh-in ceremony at Hudson Yards on Friday, July 3, 2026, in New York. (Photo by Andy Kropa/Invision/AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Andy Kropa</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/OCPLV6V5S3ZPZ36RRCAPHGVTLE.jpg?auth=e81af2cbf48e2b3e91f8dae73ebbd9413638bd58a596cff12c2398b01066b71b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Joey Chestnut stands on a scale at the Nathan's Famous Fourth of July International Hot Dog Eating Contest weigh-in ceremony at Hudson Yards on Friday, July 3, 2026, in New York. (Photo by Andy Kropa/Invision/AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Andy Kropa</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/Z4AQ5UC7S27LBWBFPVP6LXVZDU.jpg?auth=6fb0159c2e523bad0b102024cd835d497f625f4145d6c5fea6dde0cc8ac8b54a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Patrick Bertoletti, left, and Joey Chestnut participate in the Nathan's Famous Fourth of July International Hot Dog Eating Contest weigh-in ceremony at Hudson Yards on Friday, July 3, 2026, in New York. (Photo by Andy Kropa/Invision/AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Andy Kropa</media:credit></media:content></item><item><title><![CDATA[FIFA World Cup 2026: Round of 16 begins on the Fourth of July]]></title><link>https://www.local10.com/sports/2026/07/03/fifa-world-cup-2026-round-of-16-begins-on-the-fourth-of-july/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/03/fifa-world-cup-2026-round-of-16-begins-on-the-fourth-of-july/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[The FIFA World Cup Round of 32 started on June 28, after the qualification of 12 group winners, 12 runners-up, and the 8 best third-place teams.]]></description><pubDate>Sat, 04 Jul 2026 01:13:36 +0000</pubDate><content:encoded><![CDATA[<p>The FIFA World Cup 2026 moved closer to the semi-finals. 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> ended on Friday night, and the <a href="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-16-qualifications/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-16-qualifications/">Round of 16</a> starts on the Fourth of July. </p><p>Eight teams will be eliminated during three days of direct-knockout matches among <a href="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-16-qualifications/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-16-qualifications/">the 16 qualifying teams</a>. </p><p>After the two last <a href="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-16-qualifications/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-16-qualifications/">Round of 16</a> matches on July 7, eight teams will advance to the quarterfinals, but only four will make it to the semi-finals. </p><p><b>KNOCKOUT MATCHES</b></p><h3><b>July 4 </b></h3><ul><li>Canada vs. Morocco is at 1 p.m. at the Houston Stadium</li><li>Paraguay vs. France is at 5 p.m. at the Philadelphia Stadium</li></ul><p>The winners advance to a quarterfinal match at 4 p.m. on July 9th. </p><p><b>Miami watch parties</b>: The fan festival opens from noon to midnight at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>ROUND OF 32 TO ROUND OF 16 </b></p><ul><li><a href="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-16-qualifications/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-16-qualifications/"><b>Round of 16 qualifications</b></a></li><li><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/"><b>Eliminations during Round of 32</b></a></li><li><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/"><b>Round of 32 teams</b></a></li><li><a href="https://share.google/GiwkbD7k5Da978PEB" target="_self" rel="" title="https://share.google/GiwkbD7k5Da978PEB"><b>View the knockout bracket</b></a></li></ul><p><b>TOURNAMENT’S SCHEDULE</b></p><h3><b>July 5</b></h3><figure><img src="https://www.local10.com/resizer/v2/LXYOQV4H4ZF4BC5OHLXHNPYSOQ.jpg?auth=2b8ba07d32821ad0239bea696dd98250dab5f2efee0867a8e3c81feade8bf246&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><ul><li>Brazil vs. Norway at 4 p.m. at the New York/New Jersey Stadium</li><li>Mexico vs. England<b> </b>at 8 p.m. at the Mexico City Stadium</li></ul><p>The winners advance to a quarterfinal match at 5 p.m. on July 11. </p><p><b>Miami watch parties</b>: The fan festival opens for the last day from 3 p.m. to 11 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><h3><b>July 6</b></h3><figure><img src="https://www.local10.com/resizer/v2/66MPJY2JIRAMRDQZYWDGSHWGX4.jpg?auth=00368f7c831a569951e9fa3414092293dd2cd53f45de8e63ea1a9b0a095607d8&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><ul><li>Spain vs. Portugal at 3 p.m. at the Dallas Stadium. </li><li>U.S. vs. Belgium at 8 p.m. at the Seattle Stadium. </li></ul><p>The winners advance to a quarterfinal match at 3 p.m. on July 10. </p><h3><b>July 7</b></h3><ul><li>Egypt plays at noon in Atlanta. </li><li>Switzerland plays at 4 p.m. in Vancouver. </li></ul><p>The winners advance to a quarterfinal match at 9 p.m. on July 11. </p><h3> </h3><h3><b>Quarterfinals begin</b></h3><p><b>July 9</b>: There is a quarterfinal match at 4 p.m. </p><p><b>July 10</b>: There is a quarterfinal match at 3 p.m. </p><p><b>July 11</b>: There are two quarterfinal matches at 5 p.m. and 9 p.m.</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> at 5 p.m. on July 11. Parking is free. </p><h3><b>Semifinals begin</b></h3><p><b>July 14</b>: The fan festival is closed. 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 begin</b></h3><p><b>July 18</b>: The third-place play-off match is at 5 p.m. </p><p><b>Miami Beach watch party: </b>Doors open at 3 p.m. on July 18 at The Sandbowl, behind The Bandshell, at 7275 Collins Ave., for the 5 p.m. bronze final. </p><p><b>Sunrise ride to stadium</b>: The Amerant Bank Arena has free parking for FIFA World Cup ticket holders who ride Broward County’s <a href="https://www.broward.org/BCT/Pages/WorldCup.aspx" target="_self" rel="" title="https://www.broward.org/BCT/Pages/WorldCup.aspx">free Express bus transportation</a> to the Miami Stadium, also known as Hard Rock, in Miami Gardens. </p><p><b>July 19</b>: The final match is at 3 p.m. </p><p><b>Miami Beach watch party: </b>Doors open at 1 p.m. on July 19 at The Sandbowl, behind The Bandshell, at 7275 Collins Ave., for the 3 p.m. final.</p><p><b>Sunrise watch party</b>: The indoor Amerant Bank Arena is hosting a free watch party <a href="https://www.amerantbankarena.com/events/detail/world-cup-watch-party" target="_self" rel="" title="https://www.amerantbankarena.com/events/detail/world-cup-watch-party">for ticket holders</a> for the final on July 19. Parking is free. </p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/GFZSKSWNU5LLZEE7GLWB7LS3VE.jpg?auth=cf0bd0baae7a65525c2f763c23d54965c613b54a0001eac8c8518a1f6bc82f90&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[France plays at 5 p.m. against Paraguay. French supporters cool down with a fan before the World Cup round of 32 soccer match between France and Sweden in East Rutherford, N.J., near New York, Tuesday, June 30, 2026. (AP Photo/Frank Franklin II)]]></media:description><media:credit role="author" scheme="urn:ebu">Frank Franklin II</media:credit></media:content></item><item><title><![CDATA[Iran begins dayslong funeral for the late Supreme Leader Ayatollah Ali Khamenei, killed in war]]></title><link>https://www.local10.com/news/world/2026/07/04/iran-begins-dayslong-funeral-for-the-late-supreme-leader-ayatollah-ali-khamenei-killed-in-war/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/04/iran-begins-dayslong-funeral-for-the-late-supreme-leader-ayatollah-ali-khamenei-killed-in-war/</guid><dc:creator><![CDATA[By NASSER KARIMI and JON GAMBRELL, Associated Press]]></dc:creator><description><![CDATA[TEHRAN, Iran (AP) — Hundreds of thousands of mourners began a dayslong funeral Saturday for Iran's late Supreme Leader Ayatollah Ali Khamenei, beating their chests in sorrow before the glass case containing his flag-draped coffin in Tehran and calling for revenge against Israel and the United States.]]></description><pubDate>Sat, 04 Jul 2026 10:54:22 +0000</pubDate><content:encoded><![CDATA[<p>TEHRAN, Iran (AP) — Hundreds of thousands of mourners began a dayslong funeral Saturday for Iran's late Supreme Leader Ayatollah Ali Khamenei, beating their chests in sorrow before the glass case containing his flag-draped coffin in Tehran and calling for revenge against Israel and the United States.</p><p>The funeral for Khamenei, who ruled Iran for decades before being killed at age 86 in a Feb. 28 airstrike in the opening moments of the Iran war, could provide a boost for the country's theocracy and its new supreme leader, his son Ayatollah Mojtaba Khamenei.</p><p>That is particularly important as Iran tries to leverage its hold on the Strait of Hormuz in negotiations with the U.S. over a permanent end to the war and as concern still lingers that Israel could attack yet again.</p><p>During the ceremony, Iran's top negotiator issued a warning to France and the United Kingdom over their comments about potentially launching joint patrols in the waterway, the narrow mouth of the Persian Gulf through which a fifth of all oil and natural gas once passed in peacetime.</p><p>Mourners wept at the sight of Khamenei's coffin alongside those of his family members also killed in the airstrike, with some chanting: “Our word is one! Revenge! Revenge!” Some carried banners and flags, while billboards across the city bore Khamenei’s image. Crowds of men rhythmically beat their chests in mourning, a common practice at Shiite funerals.</p><p>“Imam Khamenei was our heart, our father, our everything,” mourner Masoumeh Mohammadi said. “I still can’t believe they martyred him. We will not rest until we avenge his death.”</p><p>Coffins on display at Grand Mosalla</p><p>An outdoor stage set up at the Grand Mosalla resembled the stage where Khamenei once gave his speeches at a husseiniyah at his compound in downtown Tehran. A chair like the one he once sat in while giving his sermons, complete with a microphone on a stand and a small table next to it. Just above it hung an image of the late Supreme Leader Ayatollah Ruhollah Khomeini, who died in 1989.</p><p>Khomeini's funeral saw chaotic scenes as millions thronged his mourning ceremony and trip to the cemetery. Khamenei's death, only the second time Iran has lost a supreme leader since the 1979 Islamic Revolution, came months earlier and gave authorities more time to prepare.</p><p>On Saturday, volunteers sprayed cooling water on crowds in the summertime heat as stands outside offered food and drink. Men and women congregated separately inside the Grand Mosalla after being checked by metal detectors and body searches. Police armed with assault rifles stood guard on surrounding streets. Many stayed outside in the street, lounging under the shade of trees because the city had shut down.</p><p>The caskets of his dead family members sat beneath Khamenei's, which had his black turban atop it, identifying him as a direct descendent of the Prophet Muhammad. The dead included the wife of Mojtaba Khamenei, whose possible appearance at the funeral remained unclear. He reportedly was wounded in the attack that killed his father.</p><p>“We attended the funeral to show that we are all committed to defend our country and religion,” said Ali Kazemi, who came from the northwestern city of Tabriz, some 530 kilometers (330 miles) away from Tehran.</p><p>Funeral starts as US marks its 250th anniversary</p><p>Iran chose July 4, the 250th anniversary of the creation of the U.S., to begin the funeral. While authorities did not acknowledge the timing, crowds at the ceremony in Tehran chanted: “Death to America!” The refrain has been common in Iran since the 1979 Islamic Revolution and U.S. Embassy takeover and hostage crisis. They also cried: “Death to Israel!”</p><p>“We knocked the hell out of Iran,” U.S. President Donald Trump said in a speech at the same time in South Dakota in front of Mount Rushmore. “They want to settle so badly. We gave them a week off for a funeral.”</p><p>The American president was not forgotten in Tehran. In the crowd in Grand Mosalla, several mourners held a large flag that read: “#KillTrump.”</p><p>As the ceremony went on, Iran's chief negotiator Kazem Gharibabadi criticized a joint statement overnight from British Prime Minister Keir Starmer and French President Emmanuel Macron, which suggested their militaries stood ready to patrol the Strait of Hormuz.</p><p>Control of the strait has been a major point of leverage for Iran, which has suggested it wants to charge vessels passing through it, upending decades of the world considering it an international waterway.</p><p>“The security of Hormuz lies with the coastal states — the crisis-makers will be held accountable for the consequences of their adventurism,” Gharibabadi wrote on X. “This is a serious warning.”</p><p>Khamenei will be buried Thursday in Mashhad</p><p>Khamenei’s body will be transported to cities in both Iran and neighboring Iraq. Authorities have shut down streets, airspace and daily life for the mourning, which will end Thursday as he's buried at the Imam Reza shrine in Mashhad, Khamenei's place of birth.</p><p>Authorities offered no immediate attendance count for the event Saturday, which saw the crowds cycle in and out of the Grand Mosalla and the surrounding streets. Other cities across Iran also held mourning ceremonies.</p><p>On Sunday, a prayer for the dead is planned at the Grand Mosalla. On Monday, his body and those of his family will be taken through the streets of Tehran, which likely will draw large crowds.</p><p>“I am here to say goodbye to my beloved leader Ali Khamenei,” said a weeping Hananeh Mousavi, 27, who attended the funeral alongside her mother. “I never expected to see such a day. I wish I had died before this tragedy.”</p><p>___</p><p>Gambrell reported from Dubai, United Arab Emirates.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/3KVFT4DZUVXKC6ONO23XD7757A.jpg?auth=f7417ce807a5b406e2fd791db73bf2937eb849648be17d15997333593c03b1ad&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Mourners attend the start of the dayslong funeral ceremonies for the late Iranian Supreme Leader Ayatollah Ali Khamenei and members of his family at the Imam Khomeini Mosalla Grand Mosque in Tehran, Iran, Saturday, July 4, 2026. (AP Photo/Altaf Qadri)]]></media:description><media:credit role="author" scheme="urn:ebu">Altaf Qadri</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/EAK4OQ6NHBI52DEOCOK6LMMSOA.jpg?auth=d308a534f37518e818342c2aba193429899e002bc0512513156556f2b2224cb4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Mourners attend the start of the dayslong funeral ceremonies for the late Iranian Supreme Leader Ayatollah Ali Khamenei and members of his family at the Imam Khomeini Mosalla Grand Mosque in Tehran, Iran, Saturday, July 4, 2026. (AP Photo/Altaf Qadri)]]></media:description><media:credit role="author" scheme="urn:ebu">Altaf Qadri</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XHE47K6DSX754KMYUGORG7CLHM.jpg?auth=2896509ce86022126a461bf4a77269d51bf4feb60120d1b2f5b0bf84c9b37354&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The coffins of the late Iranian Supreme Leader Ayatollah Ali Khamenei and members of his family are displayed on a stand at the start of the dayslong funeral ceremonies at the Imam Khomeini Mosalla Grand Mosque in Tehran, Iran, Saturday, July 4, 2026. (AP Photo/Altaf Qadri)]]></media:description><media:credit role="author" scheme="urn:ebu">Altaf Qadri</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HMRQQ6XKAYEKAPPQOGH7YS4PRE.jpg?auth=d0dd5843c6edcd02476c7963723970c1861890ee7ea01d9564357220a8516aa2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The coffins of the late Iranian Supreme Leader Ayatollah Ali Khamenei and members of his family are displayed on a platform above an empty chair at the start of the dayslong funeral ceremonies at the Imam Khomeini Mosalla Grand Mosque in Tehran, Iran, Saturday, July 4, 2026. (AP Photo/Altaf Qadri)]]></media:description><media:credit role="author" scheme="urn:ebu">Altaf Qadri</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HM23EM6XSN32L3XATVU4C5RAQQ.jpg?auth=11cfefdcb155811278d9175b8986a12a0277493db1e8cfaef429f515be80c226&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Mourners attend the start of the dayslong funeral ceremonies for the late Iranian Supreme Leader Ayatollah Ali Khamenei and members of his family at the Imam Khomeini Mosalla Grand Mosque in Tehran, Iran, Saturday, July 4, 2026. (AP Photo/Altaf Qadri)]]></media:description><media:credit role="author" scheme="urn:ebu">Altaf Qadri</media:credit></media:content></item><item><title><![CDATA[FIFA World Cup 2026: Track Round of 32 teams]]></title><link>https://www.local10.com/sports/2026/06/20/fifa-world-cup-2026-track-teams-advancing-to-round-of-32/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/20/fifa-world-cup-2026-track-teams-advancing-to-round-of-32/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[The FIFA World Cup Round of 32 started on June 28, after the qualification of 12 group winners, 12 runners-up, and the 8 best third-place teams.]]></description><pubDate>Sun, 21 Jun 2026 02:43:17 +0000</pubDate><content:encoded><![CDATA[<p>The FIFA World Cup Round of 32 started on June 28 and ended on July 3. </p><p>It was defined by the FIFA World Cup’s group-stage daily matches from June 11 to June 27. </p><p>The tournament’s 48 teams competed within 12 groups of four, and 16 teams were eliminated. </p><p>The Round of 32 included 12 group winners, 12 runners-up, and the eight best third-place teams.</p><p>After the single direct-knockout 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/">16 teams were eliminated</a>, and the <a href="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-16-qualifications/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-16-qualifications/">Round of 16 starts on July 4</a>. </p><h3><b>The list of 32 </b></h3><p><b>Here is the list of the teams in order of group-stage placement, points earned, and FIFA ranking: </b></p><ol><li><b>Argentina</b> (1) wins <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/">Group J</a> with 9 points. The team advanced to <a href="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-16-qualifications/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-16-qualifications/">Round of 16</a>.</li><li><b>France</b> (2) wins <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">Group I</a> with 9 points. The team advanced to <a href="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-16-qualifications/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-16-qualifications/">Round of 16</a>.</li><li><b>Mexico</b> (14) wins <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/">Group A</a> with 9 points. The team advanced to <a href="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-16-qualifications/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-16-qualifications/">Round of 16</a>.</li><li><b>Spain</b> (3) wins <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/">Group H </a> with 7 points. The team advanced to <a href="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-16-qualifications/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-16-qualifications/">Round of 16</a>.</li><li><b>England</b> (4) wins <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/">Group L</a> with 7 points. The team advanced to <a href="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-16-qualifications/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-16-qualifications/">Round of 16</a>.</li><li><b>Brazil</b> (6) wins <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/">Group C</a> with 7 points. The team advanced to <a href="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-16-qualifications/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-16-qualifications/">Round of 16</a>.</li><li><b>The Netherlands</b> (8) wins <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/">Group F</a> with 7 points. The team was <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</a> on June 29. </li><li><b>Belgium</b> (9) wins <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/">Group G</a> with 7 points. The team advanced to <a href="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-16-qualifications/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-16-qualifications/">Round of 16</a>.</li><li><b>Colombia</b> (11) wins <a href="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/" target="_self" rel="" title="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/">Group K</a> with 7 points. The team advanced to <a href="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-16-qualifications/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-16-qualifications/">Round of 16</a>. </li><li><b>Switzerland</b> (17) wins <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/">Group B</a> with 7 points. The team advanced to <a href="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-16-qualifications/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-16-qualifications/">Round of 16</a>. </li><li><b>Germany</b> (10) wins <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/">Group E</a> with 6 points. The team was<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</a> on June 29.</li><li><b>United States </b>(15) wins <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/">Group D</a> with 6 points. The team advanced to <a href="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-16-qualifications/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-16-qualifications/">Round of 16</a>.</li><li><b>Morocco</b> (7) is the <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/">Group C</a> runner-up with 7 points. The team advanced to <a href="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-16-qualifications/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-16-qualifications/">Round of 16</a>.</li><li><b>Ivory Coast</b> (30) is the <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/">Group E</a> runner-up with 6 points. The team was <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</a> on June 30. </li><li><b>Norway</b> (31) is the <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">Group I</a> runner-up with 6 points. The team advanced to <a href="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-16-qualifications/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-16-qualifications/">Round of 16</a>.</li><li><b>Portugal</b> (5) is the <a href="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/" target="_self" rel="" title="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/">Group K</a> runner-up with 5 points. The team advanced to <a href="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-16-qualifications/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-16-qualifications/">Round of 16</a>. </li><li><b>Japan</b> (18) is the <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/">Group F</a> runner-up with 5 points. The team was <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</a> on June 29. </li><li><b>Egypt</b> (26) is the <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/">Group G</a> runner-up with 5 points. The team advanced to <a href="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-16-qualifications/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-16-qualifications/">Round of 16</a>.</li><li><b>Australia</b> (27) is the <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/">Group D</a> runner-up with 4 points. The team was<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</a> on July 3. </li><li><b>Canada</b> (32) is the <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/">Group B</a> runner-up with 4 points. The team advanced to <a href="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-16-qualifications/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-16-qualifications/">Round of 16</a>. </li><li><b>South Africa</b> (54) is the <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/">Group A</a> runner-up with 4 points. The team was <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</a> on June 28. </li><li><b>Cape Verde</b> (64) is the <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/">Group H </a> runner-up with 3 points. The team was <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</a> on July 3. </li><li><b>Austria</b> (22) is the <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/">Group J</a> runner-up with 4 points. The team was <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</a> on July 2. </li><li><b>Croatia</b> (11) is the <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/">Group L</a> runner-up with 6 points. The team was <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</a> on July 2. </li><li><b>Senegal</b> (18) classifies after placing third in <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">Group I</a> with 4 points. The team was<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</a> on July 1.</li><li><b>Algeria</b> (29) classifies after placing third in <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/">Group J</a> with 4 points and a minus two goal difference. The team was <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</a> on July 2. </li><li><b>Ecuador</b> (32) classifies after placing third in <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/">Group E</a> with 4 points. The team was <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</a> on June 30. </li><li><b>Paraguay</b> (37) classifies after placing third in <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/">Group D</a> with 4 points and a minus two goal difference. The team advanced to <a href="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-16-qualifications/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-16-qualifications/">Round of 16</a>.</li><li><b>Sweden</b> (38) classifies after placing third in <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/">Group F</a> with 4 points. The team was <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</a> on June 30. </li><li><b>Congo</b> (46) classifies after placing third in <a href="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/" target="_self" rel="" title="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/">Group K</a> with 4 points plus one goal difference. The team was<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</a> on July 1.</li><li><b>Bosnia and Herzegovina</b> (64) classifies after placing third in <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/">Group B</a> with 4 points and a minus one goal difference. The team was<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</a> on July 1.</li><li><b>Ghana</b> (65) classifies after placing third in <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/">Group L</a> with 4 points. The team was<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</a> on July 3.</li></ol><p><b>TRACK PROGRESS</b></p><ul><li><a href="https://www.local10.com/sports/2026/07/03/fifa-world-cup-2026-round-of-16-begins-on-the-fourth-of-july/" target="_self" rel="" title="https://www.local10.com/sports/2026/07/03/fifa-world-cup-2026-round-of-16-begins-on-the-fourth-of-july/"><b>Round of 16 schedule </b></a></li><li><a href="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-16-qualifications/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-16-qualifications/"><b>Round of 16 qualifications</b></a></li><li><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/"><b>Eliminations during Round of 32</b></a></li><li><a href="https://share.google/GiwkbD7k5Da978PEB" target="_self" rel="" title="https://share.google/GiwkbD7k5Da978PEB"><b>View the knockout bracket</b></a></li></ul>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/3ZDFFLPTVWB4KDL6ONPSJD3KG4.jpg?auth=b9dea1717dd0acdac46cd692f9feebdfbe1186ea8f3b128fdd9f934620d2f4cd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Paraguay goalkeeper Orlando Gill (12) makes a save from Germany's Kai Havertz (7) during a penalty shootout during the World Cup round of 32 soccer match between Germany and Paraguay in Foxborough, Mass., near Boston, Monday, June 29, 2026. (AP Photo/Martin Meissner)]]></media:description><media:credit role="author" scheme="urn:ebu">Martin Meissner</media:credit></media:content></item><item><title><![CDATA[Jhon Arias scores and Colombia beats Ghana 1-0 to reach the World Cup Round of 16]]></title><link>https://www.local10.com/sports/2026/07/03/jhon-arias-scores-and-colombia-beats-ghana-1-0-to-reach-the-world-cup-round-of-16/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/03/jhon-arias-scores-and-colombia-beats-ghana-1-0-to-reach-the-world-cup-round-of-16/</guid><dc:creator><![CDATA[By DAVE SKRETTA, Associated Press]]></dc:creator><description><![CDATA[KANSAS CITY, Mo. (AP) — The plan for Colombia against Ghana on Friday night probably did not involve making a substitution just minutes into the match.]]></description><pubDate>Sat, 04 Jul 2026 05:04:26 +0000</pubDate><content:encoded><![CDATA[<p>KANSAS CITY, Mo. (AP) — The plan for Colombia against Ghana on Friday night probably did not involve making a substitution just minutes into the match.</p><p>That plan also went by the wayside when Jhon Córdoba appeared to hurt his groin.</p><p>Forced into making a rare early move, Colombia coach Néstor Lorenzo sent Luis Suárez onto the field, and he promptly delivered a sharp cross that Jhon Arias flicked into the net, resulting in the only goal on a sweltering night at Arrowhead Stadium and sending Los Cafeteros into the Round of 16 at the World Cup with a 1-0 victory over the Black Stars.</p><p>“I think football is a team sport,” Lorenzo said. “Ultimately you do have little groups in certain areas, but you have to have a unit — a whole — and I think our squad has been working on that from the very onset. That was the goal from the very beginning.”</p><p>The early goal was a good omen: Colombia has won 11 consecutive World Cup matches when scoring first. Now, it will play Switzerland on Tuesday in Vancouver, British Columbia, for a spot in the quarterfinals.</p><p>“We have won absolutely nothing,” Colombia star Luis Díaz said. “These games are very difficult. Every game we've seen has been tight. The good thing and the positive thing is that we're playing very well, we feel comfortable, we are being a family, we are working as a team, and that will work for what is coming.”</p><p>Los Cafeteros thought they had doubled their lead in the 56th minute, when Díaz found the back of the net only to see the offside flag raised, and the fleet-footed Colombia forward had a point-blank shot saved by Lawrence Ati Zigi a few minutes later.</p><p>Zigi wound up making seven saves to keep Ghana in the game.</p><p>“Sometimes it happens in football,” Ghana defender Jerome Opoku said, “that it doesn’t go your way.”</p><p>It was 88 degrees Fahrenheit (31.1 Celsius) with a heat index of 96 when the game kicked off at 8:30 p.m. local time, the late start intentional due to the expected heat of Midwestern summers. The hydration breaks that have been controversial in so many matches suddenly became a blessing as players from both sides fought through dehydration and cramps.</p><p>Ghana was one of a record nine teams from Africa to escape the group stage of the World Cup. And while many gave fits to some of the tournament favorites — hello, Cape Verde against Argentina — only Morocco and Egypt were able to reach the Round of 16.</p><p>“It's always great to get out of your group,” Opoku said. “Obviously we wanted to go further.”</p><p>Colombia had breezed through the group stage, conceding only a single goal in wins over Uzbekistan and Congo and a draw with Portugal. In fact, Los Cafeteros had been so impressive that Spain coach Luis de la Fuente — whose own team is considered among the tournament favorites — tapped them as “a candidate to win the World Cup.”</p><p>Their fans certainly believe in them.</p><p>The home of the NFL’s Chiefs has three levels of seats with a band of yellow ones sandwiched between red. Yet the entire bowl of the stadium just east of downtown Kansas City was awash in the vibrant yellow of Colombia some 2 hours before kickoff.</p><p>Ghana knew it would be an underdog. Yet the team that failed to qualify for the Africa Cup of Nations last year for the first time in nearly two decades had already answered plenty of critics by surviving a difficult group topped by England and Croatia.</p><p>The question as it faced Colombia: Could Ghana mount enough offense?</p><p>As expected, Los Cafeteros dominated the ball — the Black Stars had possessed it just 36.1% of the time in the group stage, second-least of any team that advanced, and those offensive issues continued against Colombia. Even when Ghana managed to put together an attack, Colombia was there to quickly counter with the speed of Suárez, Díaz and its midfielders.</p><p>Ghana wound up taking eight shots against Colombia. None of them were on goal.</p><p>“Intense game. Tough game for both teams, I guess, as I expected,” Ghana coach Carlos Queiroz said. “Colombia started the game as we expected, full speed, a lot of intensity, passing. We tried to answer and stop them, but unfortunately the goal came too early for us.”</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/Y42ZLPDJAOT2HND454GNGPWPWM.jpg?auth=2160501ecfb50ddb705b5d38c9f7c064a91e7533dee8b0c7a2d46750b7048e09&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Colombia's Jhon Arias (11) reacts after scoring his team's first goal during the World Cup round of 32 soccer match between Colombia and Ghana in Kansas City, Mo., Friday, July 3, 2026. (AP Photo/Charlie Riedel)]]></media:description><media:credit role="author" scheme="urn:ebu">Charlie Riedel</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QYXEER7TPZKIDWDAA37WZXDUHI.jpg?auth=e30ee24da530c035bec51cd1209590113b0497217f2c1d8cac77d4cb3994d5e8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Colombia's Luis Diaz reacts during the World Cup round of 32 soccer match between Colombia and Ghana in Kansas City, Mo., Friday, July 3, 2026. (AP Photo/Jeff Roberson)]]></media:description><media:credit role="author" scheme="urn:ebu">Jeff Roberson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/46I3AZCDI326MWQGCBWJ6W6TRA.jpg?auth=4a84affef88d7fa771c85938284773c8068d8972a230c1361272c39d4e199e11&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ghana's Derrick Luckassen (23) falls during the World Cup round of 32 soccer match between Colombia and Ghana in Kansas City, Mo., Friday, July 3, 2026. (AP Photo/Charlie Riedel)]]></media:description><media:credit role="author" scheme="urn:ebu">Charlie Riedel</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GJWXA2KMMGCGRZ4DKGHXBCWI6U.jpg?auth=05f9f3568655d5584334c8ccb85e7e3921417cabea074b48d494b0708dae9db8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Colombia's Johan Mojica (17) kicks the ball over Ghana's Inaki Williams for the ball during the World Cup round of 32 soccer match between Colombia and Ghana in Kansas City, Mo., Friday, July 3, 2026. (AP Photo/Ed Zurga)]]></media:description><media:credit role="author" scheme="urn:ebu">Ed Zurga</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/I4XH4FYOJGKVPKDCF2Y7CWBLMM.jpg?auth=dda26fc6f042f600b249e746b95cbcb45fa24ece010a9d1827e56877559686a3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ghana's Antoine Semenyo (11) battles for the ball Colombia's Jefferson Lerma (16) and Daniel Munoz (2) during the World Cup round of 32 soccer match between Colombia and Ghana in Kansas City, Mo., Friday, July 3, 2026. (AP Photo/Charlie Riedel)]]></media:description><media:credit role="author" scheme="urn:ebu">Charlie Riedel</media:credit></media:content></item><item><title><![CDATA[Veterans celebrate America’s 250th birthday in Miami Beach]]></title><link>https://www.local10.com/news/local/2026/07/03/veterans-celebrate-americas-250th-birthday-in-miami-beach/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/03/veterans-celebrate-americas-250th-birthday-in-miami-beach/</guid><dc:creator><![CDATA[Byron Tollefson]]></dc:creator><description><![CDATA[Veterans gathered Friday evening at the VFW Post in Miami Beach to salute America and celebrate the nation’s 250th birthday on the eve of the Fourth of July.]]></description><pubDate>Sat, 04 Jul 2026 02:32:10 +0000</pubDate><content:encoded><![CDATA[<p>Veterans gathered Friday evening at the VFW Post in Miami Beach to salute America and celebrate the nation’s 250th birthday on the eve of the Fourth of July.</p><p>The event recognized the service and sacrifice of the men and women of the U.S. armed forces and everything they have done to defend the country.</p><p>“Freedom is never free,” said retired U.S. Army Col. Noel Pace. “I think it’s important to recognize that fact.”</p><p>The celebration also marked the kickoff of the VFW’s fundraising campaign to support veterans.</p><p>“Freedom is important to everybody,” said Enrique Escobar, junior vice commander of VFW Post 3599.</p><p>Escobar, an Air Force veteran who served during the Vietnam War, said the holiday carries special meaning for those who have served.</p><p>“This is our freedom we’re celebrating right now,” Escobar said. “And as veterans, we especially know that. We did things to save our freedom.”</p><p>Miami Beach Mayor Steven Meiner thanked the veterans and supporters who attended the event.</p><p>“We wouldn’t be celebrating 250 if it wasn’t for our veterans, so anytime the VFW throws a party we’re here to support them because they’ve supported us,” Meiner said.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Ohtani leaves game against Padres with biceps issue and is unlikely to pitch in All-Star Game]]></title><link>https://www.local10.com/sports/2026/07/04/ohtani-leaves-start-against-padres-with-biceps-issue-and-is-unlikely-to-pitch-in-all-star-game/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/04/ohtani-leaves-start-against-padres-with-biceps-issue-and-is-unlikely-to-pitch-in-all-star-game/</guid><dc:creator><![CDATA[By BETH HARRIS, Associated Press]]></dc:creator><description><![CDATA[LOS ANGELES (AP) — Shohei Ohtani left Friday night's game against the San Diego Padres in the seventh inning with a right biceps issue and is unlikely to pitch in the All-Star Game after the Los Angeles Dodgers adjusted his schedule.]]></description><pubDate>Sat, 04 Jul 2026 06:44:22 +0000</pubDate><content:encoded><![CDATA[<p>LOS ANGELES (AP) — Shohei Ohtani left Friday night's game against the San Diego Padres in the seventh inning with a right biceps issue and is unlikely to pitch in the All-Star Game after the Los Angeles Dodgers adjusted his schedule.</p><p>The two-way superstar was hitless in three at-bats before being lifted as a precaution. On the mound, Ohtani allowed three runs and seven hits in six innings. He struck out nine and threw a season-high 110 pitches before Los Angeles rallied for a 4-3 victory.</p><p>Ohtani said he felt the biceps issue during his at-bat in the sixth, when he flied out to right field.</p><p>“It’s the same location that I felt a couple months ago,” he said through a translator. "It went away pretty relatively quickly, so I expect that to happen again.”</p><p>Dodgers manager Dave Roberts said Ohtani would be given Saturday off to recover and receive treatment.</p><p>“He's a quick healer and finds a way to get back,” said Roberts, who added that Ohtani's previous biceps issue was "so benign that I didn't hear about it until tonight.”</p><p>Ohtani has primarily been starting on the mound every Wednesday, but the team pushed him back to Friday this week to manage his workload.</p><p>Asked if that meant Ohtani was unlikely to pitch in the All-Star Game, Roberts said before the game: “I haven't formally said it, but if you just kind of do the math, it would be hard to imagine. But I don’t have to make that decision quite yet.”</p><p>Roberts will manage the National League All-Stars in Philadelphia.</p><p>He said the possibility of Ohtani skipping his last pitching start before the All-Star break should “be on the table.”</p><p>Ohtani is already penciled into the All-Star starting lineup as the NL designated hitter because he was the overall leader with 3,341,257 votes after the first phase of fan balloting.</p><p>The right-hander is a strong candidate to be selected to the NL pitching staff as well, but Philadelphia left-hander Cristopher Sánchez seems most likely to start in his home ballpark. Milwaukee ace Jacob Misiorowski leads the majors with a 1.45 ERA but is on turn to pitch for the Brewers two days before the All-Star Game, which would make him unavailable against the American League.</p><p>Ohtani's ERA rose to 1.79 from 1.58 after his start Friday.</p><p>The Dodgers wanted Ohtani to get additional rest during a stretch of 13 games in 13 days. If he makes his final scheduled start before the All-Star Game on July 10, that would give his arm only three days of rest prior to the Midsummer Showcase.</p><p>“Shohei hasn’t had his best stuff recently and that’s the truth,” Roberts said. “The fastball command hasn’t been what it was earlier in the season, the sweeper hasn’t been the same.”</p><p>Ohtani has been bothered by left knee soreness and has a blister on the middle finger of his right hand.</p><p>“He feels good, the body feels good,” Roberts said before Friday's game. “The knee feels as good as it’s felt in quite some time, so that’s encouraging.”</p><p>___</p><p>AP MLB: https://apnews.com/hub/mlb</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/LZIIYZSNGBGI6XNAPNPIB4GILY.jpg?auth=27fe12476c71e266f8e9b6542ce2dae5f111e59f8fc419fcd9eeb600425cc214&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Los Angeles Dodgers starting pitcher Shohei Ohtani throws to the plate during the sixth inning of a baseball game against the San Diego Padres, Friday, July 3, 2026, in Los Angeles. (AP Photo/Mark J. Terrill)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark J. Terrill</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/7TKVCX7BOSJGNRKQ2AP5K5JQHA.jpg?auth=9e7dd6e28f222c7977ae444aeda9f1c949bb98073caac16874ee12d964782b71&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Los Angeles Dodgers' Shohei Ohtani watches after hitting a fly ball during the fifth inning of a baseball game against the San Diego Padres in Los Angeles, Thursday, July 2, 2026. (AP Photo/Kyusung Gong)]]></media:description><media:credit role="author" scheme="urn:ebu">Kyusung Gong</media:credit></media:content></item><item><title><![CDATA[Defending World Cup champion Argentina survives a scare from underdog Cape Verde, winning 3-2 in extra time]]></title><link>https://www.local10.com/sports/2026/07/03/defending-world-cup-champion-argentina-survives-a-scare-from-underdog-cape-verde-winning-3-2-in-extra-time/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/03/defending-world-cup-champion-argentina-survives-a-scare-from-underdog-cape-verde-winning-3-2-in-extra-time/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[MIAMI GARDENS, Fla. (AP) — Defending World Cup champion Argentina survives a scare from underdog Cape Verde, winning 3-2 in extra time.]]></description><pubDate>Sat, 04 Jul 2026 00:52:41 +0000</pubDate><content:encoded><![CDATA[<p>MIAMI GARDENS, Fla. (AP) — Lionel Messi and Argentina beat Cape Verde 3-2 on Friday and advanced to the World Cup Round of 16 in a thrilling match in which the tiny island nation challenged the reigning champion until the final minutes of extra time.</p><p>The go-ahead score for Argentina was credited as an own-goal after Cristian Romero’s header deflected off Cape Verde’s Diney Borges in the 111th minute. Messi scored early in regulation, his record-extending 20th career World Cup goal. Lisandro Martinez scored in the 103rd to put Argentina ahead 2-1.</p><p>Sidny Lopes Cabral and Deroy Duarte scored for Cape Verde — both equalizers that stunned the pro-Argentina crowd in South Florida.</p><p>Argentina advanced to face Egypt, which beat Australia in a penalty shootout earlier Friday, in Atlanta on Tuesday.</p><p>Cape Verde’s memorable World Cup debut had been a stunning run that few outside the tiny island nation off the western coast of Africa could have predicted. Behind the stellar play of 40-year-old goalkeeper Vozinha, Cape Verde became the smallest country to reach the knockout round, securing surprising draws against Spain and Uruguay and another against Saudi Arabia.</p><p>Vozinha had 10 saves against Argentina, including five against Messi.</p><p>Messi added another brilliant goal to his resume, sneaking behind the Cape Verde defense on a well-timed run as Martinez lofted a pass toward him, taking a quick touch and hammering a finish into the roof of the net past goalkeeper Vozinha for a 1-0 lead in the 29th minute.</p><p>The Argentina captain has seven goals in this tournament — one more France’s Kylian Mbappé in the Golden Boot race as the top scorer in this year’s World Cup — and extended his World cup record, moving two goals ahead of Mbappé on the all-time list. He has 12 goals during his record eight-match scoring streak.</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/GVSCPQ3OISU2WB7UB2SLT6RZCI.jpg?auth=9f6e55ab0801111e8ccd24cae136bdf848a628155f60e88c8fb5e6273b8b9a39&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Argentina celebrates after Cape Verde's Diney Borges (3) scored an own goal during the World Cup round of 32 soccer match in Miami Gardens, Fla., Friday, July 3, 2026. (AP Photo/Lynne Sladky)]]></media:description><media:credit role="author" scheme="urn:ebu">Lynne Sladky</media:credit></media:content></item><item><title><![CDATA[Mike Trout hoping to return from injury for Angels next week ahead of Philly All-Star Game]]></title><link>https://www.local10.com/sports/2026/07/03/mike-trout-hoping-to-return-from-injury-for-angels-next-week-ahead-of-philly-all-star-game/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/03/mike-trout-hoping-to-return-from-injury-for-angels-next-week-ahead-of-philly-all-star-game/</guid><dc:creator><![CDATA[By GREG BEACHAM, Associated Press]]></dc:creator><description><![CDATA[ANAHEIM, Calif. (AP) — Mike Trout believes he can return from a hamstring injury for the Los Angeles Angels next week, giving him enough time to be ready for the All-Star Game in Philadelphia this month.]]></description><pubDate>Sat, 04 Jul 2026 01:17:51 +0000</pubDate><content:encoded><![CDATA[<p>ANAHEIM, Calif. (AP) — Mike Trout believes he can return from a hamstring injury for the Los Angeles Angels next week, giving him enough time to be ready for the All-Star Game in Philadelphia this month.</p><p>Trout has been out since June 17, when he strained his right hamstring while running the bases against Arizona. He performed his normal pregame routine Friday before the Angels opened a series against the Boston Red Sox, and he expects to hit on the field this weekend.</p><p>Trout said he is optimistic about playing early next week, and manager Kurt Suzuki didn't disagree.</p><p>“He looks good," Suzuki said. “I saw him today when I first came in. He was working out. He was obviously on the road trip, doing his thing. He’s getting really close. Really, really close.”</p><p>The 34-year-old Trout hasn't been officially selected for the All-Star Game at Citizens Bank Park, but the two-time All-Star Game MVP is expected to be elected to the AL's starting outfield in what would be his 12th All-Star nod.</p><p>The honor would be particularly special this year for Trout, who grew up 40 miles from Philadelphia in Millville, New Jersey.</p><p>The three-time AL MVP hasn't participated in the All-Star festivities since 2019. He wasn't able to play due to injury after being selected from 2021-23, and he injured his knee early in the 2024 season before not being selected last year.</p><p>Trout has bounced back and stayed mostly healthy for the last-place Angels this season, posting a team-leading .866 OPS with 17 homers and 36 RBIs in 74 games.</p><p>He said last week that he probably wouldn't participate in the Home Run Derby as he tries to stay healthy.</p><p>___</p><p>AP MLB: https://apnews.com/MLB</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/JYLGFNRM7BRZ5LFSFBC2PLTC5I.jpg?auth=b8c94d5e8ccba926734a45eabbfe52885976cd631a140d89fa74346f5007582f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Los Angeles Angels' Mike Trout (27) reacts after hitting a two-run home run against the Arizona Diamondbacks in the fifth inning of a baseball game, Tuesday, June 16, 2026, in Phoenix. (AP Photo/Rick Scuteri)]]></media:description><media:credit role="author" scheme="urn:ebu">Rick Scuteri</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NVKA4R43AH6OZGN3UWGDLO7PIY.jpg?auth=35d70c4a0c057859c3bd3ca706df18d3335fd94351585cf6f8955e20eaea77ac&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Los Angeles Angels' Mike Trout (27) and manager Kurt Suzuki talk before a baseball game against the Arizona Diamondbacks, Wednesday, June 17, 2026, in Phoenix. (AP Photo/Rick Scuteri)]]></media:description><media:credit role="author" scheme="urn:ebu">Rick Scuteri</media:credit></media:content></item><item><title><![CDATA[Trump pardons former Abramoff partner, 9 people convicted of violating vehicle emissions controls]]></title><link>https://www.local10.com/news/politics/2026/07/03/trump-pardons-former-abramoff-partner-9-people-convicted-of-violating-vehicle-emissions-controls/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/07/03/trump-pardons-former-abramoff-partner-9-people-convicted-of-violating-vehicle-emissions-controls/</guid><dc:creator><![CDATA[By MICHELLE L. PRICE, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — President Donald Trump on Friday pardoned 11 people, including a former business partner of Washington lobbyist Jack Abramoff and nine people identified by the White House as having helped people bypass emissions control systems on vehicles.]]></description><pubDate>Sat, 04 Jul 2026 00:56:33 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — President Donald Trump on Friday pardoned 11 people, including a former business partner of Washington lobbyist Jack Abramoff and nine people identified by the White House as having helped people bypass emissions control systems on vehicles.</p><p>The acts of clemency come as Trump has issued a slew of pardons in his second term, particularly for allies, public figures and those seen as politically aligned.</p><p>His use of the presidency’s sweeping ability to unilaterally grant pardons and commute sentences is among the ways the Republican’s return to office has featured an expansive use of executive power.</p><p>Trump earlier on Friday announced some of the pardons on social media, without identifying any of the recipients by name.</p><p>“It is my Great Honor to have just signed Pardons for six people who were persecuted by the Biden Administration, and were in, or being sent to, prison, for ‘fixing their car,’” Trump wrote on his Truth Social media network.</p><p>“I AM SETTING THEM ALL FREE, RIGHT NOW!” he said.</p><p>In a list provided Friday evening by the White House, Trump pardoned 11 people, including nine who faced charges related to violations of the Clean Air Act by disabling emissions monitoring systems on vehicles or selling devices that enabled emissions systems to be bypassed.</p><p>The pardons come after Trump on Monday signed a memo telling the Environmental Protection Agency that Americans can fix their own vehicles as they see fit. As he signed the memo, Trump referenced a diesel mechanic he pardoned last year who disabled emissions monitoring systems.</p><p>The memo also addressed aftermarket auto parts and would supersede the ability of the California Air Resources Board to evaluate parts that affect vehicle emissions.</p><p>The White House, in releasing the list of those pardoned, described Trump having “relieved consumers from these regulatory burdens.”</p><p>Beyond the emissions-related pardons, Trump on Friday also issued a pardon for Adam Kidan, a former business partner of Abramoff.</p><p>Kidan pleaded guilty in 2005 to fraud and conspiracy related to the purchase of a fleet of gambling boats, and in 2006 he was sentenced to nearly six years in prison.</p><p>The case was part of a broader investigation of the early 2000s lobbying scandal involving Abramoff, Capitol Hill, the Interior Department and members of President George W. Bush’s administration.</p><p>After leaving prison in 2009, Kidan began working at a staffing agency, went on to found a staffing business, Chartwell Staffing Solutions, and now serves as president of Empire Workforce Solutions, the White House said.</p><p>In March, the newspaper Newsday reported that Kidan was among the hosts of a fundraiser at Trump’s Mar-a-Lago resort for a Long Island Republican congressional candidate.</p><p>A message sent to Kidan’s business seeking comment was not immediately returned Friday evening.</p><p>Trump on Friday also pardoned ranch owner Jack Harvard, citing an “upstanding record” post-conviction and praising him for allowing the U.S. military and NATO troops to train on his land free of charge.</p><p>The White House did not immediately release additional details about Harvard, including his conviction.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/DZAICLJNM2OY33TVCIAGOTYSRU.jpg?auth=bfb9aa84ca380df94de6ed05b94f6c18e6af1b96bceea140ec3d85fcd6a48f82&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump boards Air Force One, Friday, July 3, 2026, at Joint Base Andrews, Md. , for a trip to Mt. Rushmore. (AP Photo/Alex Brandon)]]></media:description><media:credit role="author" scheme="urn:ebu">Alex Brandon</media:credit></media:content></item><item><title><![CDATA[Magical World Cup ride of Vozinha and Cape Verde ends after pushing Messi and Argentina to the brink]]></title><link>https://www.local10.com/news/florida/2026/07/03/magical-world-cup-ride-of-vozinha-and-cape-verde-ends-after-pushing-messi-and-argentina-to-the-brink/</link><guid isPermaLink="true">https://www.local10.com/news/florida/2026/07/03/magical-world-cup-ride-of-vozinha-and-cape-verde-ends-after-pushing-messi-and-argentina-to-the-brink/</guid><dc:creator><![CDATA[By TIM REYNOLDS, Associated Press]]></dc:creator><description><![CDATA[MIAMI GARDENS, Fla. (AP) — All that Vozinha wanted out of this World Cup was for his mother to see him play.]]></description><pubDate>Sat, 04 Jul 2026 02:37:00 +0000</pubDate><content:encoded><![CDATA[<p>MIAMI GARDENS, Fla. (AP) — All that Vozinha wanted out of this World Cup was for his mother to see him play.</p><p>He got that — and so much more.</p><p>Cape Verde didn’t win a match at the World Cup, and somehow, that didn’t seem to matter. The African team's debut on this stage was unforgettable, thanks largely to the 40-year-old goalkeeper who nearly engineered a soccer story that would have been counted among the greatest upsets in sports history.</p><p>Cape Verde’s magical ride ended Friday in the Round of 32, with the Blue Sharks falling to Lionel Messi and defending World Cup champion Argentina — as most expected. Final score: Champions 3, Cinderellas 2, in extra time — as probably very few expected.</p><p>“We have dignified Cape Verde as a national team in most parts of the world,” Vozinha said in Portuguese. “Today, we fought on an equal footing against Argentina.”</p><p>Fight, the Blue Sharks did. But the journey still ended. There was a scoreless draw against Spain to open the tournament, with Vozinha leading the way, which led to the captivating tale surrounding the global collaborative effort it took to get his mother to the U.S. to watch matches in the group stage. There were two more dramatic draws that were good enough for Cape Verde to reach the knockout round.</p><p>It took a goal from Messi, then a corner kick from the legend midway through the second half of extra time that set up what became the game-winning tally, to save mighty Argentina. The match lasted more than 2½ hours in real time after the David-vs.-Goliath showdown started. Goliath was pushed to the brink, with Vozinha standing tall against the team that entered the tournament ranked No. 1 in the world — and the player regarded by many as the best ever — time and again.</p><p>“He's a quality, quality goalkeeper,” said Cape Verde defender Pico Lopes, who was recruited to the team with a LinkedIn message — another made-for-Hollywood story for this squad. “Probably hasn't gotten the recognition he deserves before this. ... He's a legend in Cape Verdean football.”</p><p>There were no fewer than four elite saves by Vozinha against Messi alone in the final 60 minutes:</p><p>— A point-blank stop in the 63rd minute after Messi tried to power a right-footed shot past the keeper, who came off his line to cut down the angle and absorbed the shot with his body. “Not many people stop Lionel Messi from three or four yards out,” Lopes said.</p><p>— A free kick from Messi in the 73rd seemed destined to curl into the right side of the net; Vozinha got just enough of an outstretched gloved hand on that one to knock it away to preserve what was then a 1-1 score.</p><p>— Messi went low with a free kick in stoppage time; Vozinha managed to see the ball through a wall of bodies and dropped to his knees to make a save.</p><p>— Late in the first 15-minute extra time period, Messi collected a deflected ball at the top of the penalty area and fired. Vozinha dove to his left, punching that one aside as well.</p><p>He did all he could. Everyone in his country's colors did. It was almost enough.</p><p>“Argentina is a world champion and they have one of the best players in the world, so that in itself speaks of the challenge it was for our team to overcome them,” Cape Verde coach Bubista said. “Above that, there’s the fact that we’re here for the first time. ... We want to evolve so that we can have more opportunities to face the so-called big dogs of the tournament.”</p><p>Cape Verde, the smallest nation in terms of land area to make the World Cup, with a population about 1% the size of Argentina's, will get $11 million from FIFA for making it this far in the tournament.</p><p>Of course, the Blue Sharks got a lot more than money. They became known on soccer's biggest stage, with fans from around the world reaching out during the World Cup run to say they had earned their support.</p><p>“Nobody has to ask where Cape Verde is now,” Lopes said. “They know where we are.”</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/URC237VIJLHA7U4QBFOPWABXVI.jpg?auth=1941d7f79e3ae44cd4e0408cee23772bb52524c9838202e1771da18dfd29cd92&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Cape Verde goalkeeper Vozinha (1) is scored on by Argentina's Lisandro Martinez during the World Cup round of 32 soccer match between Argentina and Cape Verde in Miami Gardens, Fla., Friday, July 3, 2026. (AP Photo/Lynne Sladky)]]></media:description><media:credit role="author" scheme="urn:ebu">Lynne Sladky</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/S5GRGMJBFPJBQ47TOFMLXWPMFA.jpg?auth=da11ec6c24d6c4b813af2e43b8252eeb05723a0ea2ad814dd4c4c0a071fab9da&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Cape Verde goalkeeper Vozinha fails to stop a shot by Argentina's Lisandro Martinez during the World Cup round of 32 soccer match in Miami Gardens, Fla., Friday, July 3, 2026. (AP Photo/Rebecca Blackwell)]]></media:description><media:credit role="author" scheme="urn:ebu">Rebecca Blackwell</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6M3N5YZSB43VNLXOGZR7CJ2PH4.jpg?auth=b47361b18e65fa5dc6ab625f1d5df579716ff972b48794624c5e544ad75a88ba&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Cape Verde goalkeeper Vozinha (1) reacts after allowing a goal during the World Cup round of 32 soccer match between Argentina and Cape Verde in Miami Gardens, Fla., Friday, July 3, 2026. (AP Photo/Marta Lavandier)]]></media:description><media:credit role="author" scheme="urn:ebu">Marta Lavandier</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/JI3QVBTPIRMX2OSWBJ7AF3OAME.jpg?auth=873c22a6b42badd09c6865fe5362a4ac4b5ca49e97b578b1ab12067773024829&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Cape Verde goalkeeper Vozinha (1) reacts after Argentina's Lisandro Martinez scored a goal during the World Cup round of 32 soccer match between Argentina and Cape Verde in Miami Gardens, Fla., Friday, July 3, 2026. (AP Photo/Lynne Sladky)]]></media:description><media:credit role="author" scheme="urn:ebu">Lynne Sladky</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HE4256ANRXMHVZOLG5BCRYKOPQ.jpg?auth=8c517914a94097059aad7c7546b68607beec4cb8855c4a92602013031ac75632&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Cape Verde goalkeeper Vozinha (1) makes a save on a shot by Argentina's Lionel Messi (10) during the first half of extra time in the World Cup round of 32 soccer match between Argentina and Cape Verde in Miami Gardens, Fla., Friday, July 3, 2026. (AP Photo/Lynne Sladky)]]></media:description><media:credit role="author" scheme="urn:ebu">Lynne Sladky</media:credit></media:content></item><item><title><![CDATA[Messi and Argentina beat Cape Verde 3-2 in extra time thriller, advancing to World Cup Round of 16]]></title><link>https://www.local10.com/sports/2026/07/03/messi-and-argentina-beat-cape-verde-3-2-in-extra-time-thriller-advancing-to-world-cup-round-of-16/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/03/messi-and-argentina-beat-cape-verde-3-2-in-extra-time-thriller-advancing-to-world-cup-round-of-16/</guid><dc:creator><![CDATA[By ALANIS THAMES, Associated Press]]></dc:creator><description><![CDATA[MIAMI GARDENS, Fla. (AP) — Lionel Messi wiped the sweat from his forehead and breathed a sigh of relief. His Argentina teammates did the same.]]></description><pubDate>Sat, 04 Jul 2026 02:24:26 +0000</pubDate><content:encoded><![CDATA[<p>MIAMI GARDENS, Fla. (AP) — Lionel Messi wiped the sweat from his forehead and breathed a sigh of relief. His Argentina teammates did the same.</p><p>A thrilling, unforgettable World Cup match with underdog Cape Verde was over — and the defending champions survived after being pushed to the brink.</p><p>Cape Verde equalized in regulation and again in extra time, but the Blue Sharks could not respond to Argentina's third goal, and La Albiceleste advanced to the Round of 16 with a 3-2 victory on Friday.</p><p>Even in defeat, the performance by Cape Verde — a tiny island nation off the western coast of Africa — will stand as one of the most remarkable stories of this, or any, World Cup.</p><p>“I have to give credit to our opponents,” Argentina coach Lionel Scaloni said. “The truth is, when people say there’s no such thing as an easy opponent, today (Cape Verde) proved they’re a great team.”</p><p>The go-ahead score for Argentina was credited as an own-goal after Cristian Romero's header deflected off Cape Verde's Diney Borges in the 111th minute. Messi scored early in regulation, his record-extending 20th career World Cup goal. Lisandro Martinez scored in the 92nd to put Argentina ahead 2-1.</p><p>Sidny Lopes Cabral and Deroy Duarte scored for Cape Verde — both equalizers that stunned the pro-Argentina crowd in South Florida. Cabral's goal — a curling, right-footed strike past goalkeeper Emiliano Martínez in the 103rd minute — made an already wild game even more incredible, tying it at 2-all and raising the possibility of Messi facing standout Cape Verde goalkeeper Vozinha in a penalty shootout.</p><p>Argentina pushed back in front eight minutes later, held on from there and advanced to face Egypt — which beat Australia in a shootout earlier Friday — in Atlanta on Tuesday.</p><p>“As this team has demonstrated many times, and as I’ve said many times, it competes,” Messi said in Spanish. “And we competed to the end.”</p><p>Cape Verde’s memorable World Cup debut had been a stunning run that few outside the country of 525,000 could have predicted. Behind the stellar play of the 40-year-old Vozinha, Cape Verde became the smallest country to reach the knockout round, securing surprising draws against former champions Spain and Uruguay and another against Saudi Arabia.</p><p>Vozinha had 10 saves against Argentina, including five against Messi.</p><p>“We dignify what our country is. We drew twice against the world champions, we took it to extra time,” Cape Verde coach Bubista said. “More than anything, it’s being proud of our players who were dignified in the World Cup. We showed our identity.”</p><p>Messi added another brilliant goal to his resume, sneaking behind the Cape Verde defense on a well-timed run as Martinez lofted a pass toward him, taking a quick touch and hammering a finish into the roof of the net for a 1-0 lead in the 29th minute.</p><p>The Argentina captain has seven goals in this tournament — one more France’s Kylian Mbappé in the Golden Boot race as the top scorer in this year’s World Cup — and extended his World cup record, moving two goals ahead of Mbappé on the career list. He has 12 goals during his record eight-match scoring streak.</p><p>Messi had the game's first chance that he sent skidding across the goal mouth but outside of the right post in the 15th minute. After getting taken down, he had a 25-yard free kick three minutes later that was easily gobbled up by Vozinha, who came up with a marvelous save nearly every time his team needed one.</p><p>“We came so close, we pushed them right to the end,” Cape Verde defender Pico Lopes said. “But in the end, it wasn’t to be. Disappointed ... but I think we showed great character today, a great quality to get back into the game twice. They’re the world champions for a reason.”</p><p>Bubista and players remained on the pitch well after the final whistle. Some sat with their heads nestled in their chests. Other shared tearful embraces before waving to their small crowd of supporters, reality sinking in at the end of a ride that almost no one outside of their fearless island could have predicted.</p><p>“We showed that we may be a small country,” Bubista said, “but we can play against some of the best teams in the world.”</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/WXBS25N3YEGGCKAYE6AE3CQQ64.jpg?auth=4e5c01b683c5750e74219b79fa5b6cbd3cb92a8649f187544e4cc86b99bef210&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Players of Argentina celebrate after the World Cup round of 32 soccer match against Cape Verde in Miami Gardens, Fla., Friday, July 3, 2026. (AP Photo/Rebecca Blackwell)]]></media:description><media:credit role="author" scheme="urn:ebu">Rebecca Blackwell</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/W2LSEVECIQPF7CPIQWP55PJTOU.jpg?auth=dcb51bcfa4ee93012892352fe9cf09ecefc68c86ca96c3e7d6003c0edd3886a0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Cape Verde's Sidny Lopes Cabral (13) and Argentina's Lionel Messi (10) react after the World Cup round of 32 soccer match between Argentina and Cape Verde in Miami Gardens, Fla., Friday, July 3, 2026. (AP Photo/Chris Carlson)]]></media:description><media:credit role="author" scheme="urn:ebu">Chris Carlson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/UHGKLU5HJWD26WFD644HI3CAJA.jpg?auth=142adc181911d0a4999a4401b0850dcc8ecd7b7f4f1ae1089ec8e6f399ec0d09&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Cape Verde's Gilson Benchimol (9) reacts to a loss during the World Cup round of 32 soccer match between Argentina and Cape Verde in Miami Gardens, Fla., Friday, July 3, 2026. (AP Photo/George Walker IV)]]></media:description><media:credit role="author" scheme="urn:ebu">George Walker IV</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/EJ7TFDMSXRGS4PLRX3LQD3NLIU.jpg?auth=e089c207aacedd069f794ccd5d8fdf5854eb1dc73e1733dba50f61e08b001916&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Cape Verde's Gilson Benchimol (9) takes a shot against Argentina goalkeeper Emiliano Martinez (23) during the World Cup round of 32 soccer match between Argentina and Cape Verde in Miami Gardens, Fla., Friday, July 3, 2026. (AP Photo/George Walker IV)]]></media:description><media:credit role="author" scheme="urn:ebu">George Walker IV</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/A4UKIXYFB23BKZ2B7LEPKD3ZFM.jpg?auth=d060c6b42c17d10e26724e14d2ca893dd5a519f0a1b85450bb6c8a7ffa37e716&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Cape Verde's Deroy Duarte celebrates after scoring his side's opening goal against Argentina during the World Cup round of 32 soccer match in Miami Gardens, Fla., Friday, July 3, 2026. (AP Photo/Lynne Sladky)]]></media:description><media:credit role="author" scheme="urn:ebu">Lynne Sladky</media:credit></media:content></item><item><title><![CDATA[July 3: Scattered storms could interrupt Fourth of July plans in South Florida]]></title><link>https://www.local10.com/weather/2026/07/03/july-3-scattered-storms-could-interrupt-fourth-of-july-plans-in-south-florida/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/07/03/july-3-scattered-storms-could-interrupt-fourth-of-july-plans-in-south-florida/</guid><dc:creator><![CDATA[Brantly Scott]]></dc:creator><description><![CDATA[Scattered thunderstorms will continue across South Florida once again on the Fourth of July. Storms are expected to develop near the coast by late Saturday morning, before shifting inland during the afternoon. Some storms could produce frequent lightning and heavy downpours. Rain chances rise to around 50 percent between 1 p.m. and 6 p.m., but conditions are expected to quickly improve as we approach sunset (around 8:16 p.m. in Miami). For most fireworks displays, rain should not be an issue, but a stray shower cannot be ruled out with a 10 to 20 percent chance of rain Saturday night.]]></description><pubDate>Fri, 03 Jul 2026 23:57:13 +0000</pubDate><content:encoded><![CDATA[<p>Scattered thunderstorms will continue across South Florida once again on the Fourth of July. Storms are expected to develop near the coast by late Saturday morning, before shifting inland during the afternoon. Some storms could produce frequent lightning and heavy downpours. Rain chances rise to around 50 percent between 1 p.m. and 6 p.m., but conditions are expected to quickly improve as we approach sunset (around 8:16 p.m. in Miami). For most fireworks displays, rain should not be an issue, but a stray shower cannot be ruled out with a 10 to 20 percent chance of rain Saturday night.</p><p>Heat and humidity will remain a concern through the weekend, with peak heat index values reaching 103 to 108 degrees in areas that stay dry. Storm coverage is expected to decrease along the east coast on Sunday, although inland areas will still see scattered afternoon thunderstorms. If you’re spending time outdoors this holiday weekend, be sure to stay hydrated, take breaks from the heat, and be prepared to head indoors if thunderstorms develop.</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[Kyle Larson looks to break winless drought as NASCAR returns to Chicagoland]]></title><link>https://www.local10.com/sports/2026/07/03/kyle-larson-looks-to-break-winless-drought-as-nascar-returns-to-chicagoland/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/03/kyle-larson-looks-to-break-winless-drought-as-nascar-returns-to-chicagoland/</guid><dc:creator><![CDATA[By JAY COHEN, Associated Press]]></dc:creator><description><![CDATA[JOLIET, Ill. (AP) — When it comes to 1.5-mile tracks, Kyle Larson is always confident. With NASCAR returning to Chicagoland Speedway this weekend, there is even more reason for optimism for the Hendrick Motorsports driver.]]></description><pubDate>Fri, 03 Jul 2026 23:57:08 +0000</pubDate><content:encoded><![CDATA[<p>JOLIET, Ill. (AP) — When it comes to 1.5-mile tracks, Kyle Larson is always confident. With NASCAR returning to Chicagoland Speedway this weekend, there is even more reason for optimism for the Hendrick Motorsports driver.</p><p>Larson has a successful history on the bumpy asphalt of Chicagoland, a D-shaped oval circuit. He has four top-five finishes in six Cup Series starts at the speedway about 50 miles southwest of downtown Chicago. His 6.17 average finish is tops in track history among drivers with multiple starts.</p><p>Sunday's eero 400 is the first Cup Series race at Chicagoland since 2019, but Larson participated in two days of testing at the track in April. He had one of the fastest cars in practice on Friday.</p><p>“I felt like we learned a lot about our race car at the test that has benefited the four of us as we’ve moved on from it,” Larson said, referring to fellow Hendrick drivers Chase Elliott, William Byron and Alex Bowman. “So yeah, I think just extra laps here gives some confidence, but everybody’s so good, they’re going to get the speed fast.”</p><p>The 33-year-old Larson is looking to stop a 42-race drought dating to his win at Kansas in May 2025. It looks as if the two-time Cup Series champion is rounding into form midway through the season, posting top-five finishes in five of his last six races, including fourth at Sonoma last weekend.</p><p>Larson was second in the previous two Cup races at Chicagoland, losing to Bowman in 2019 and Kyle Busch in a memorable finish in 2018. When it comes to NASCAR’s top series, he remains in search of his first win at the speedway.</p><p>Larson rewatched his last-lap duel with Busch before he tested at the track in April, and he watched the highlights again ahead of his return this weekend.</p><p>Busch died in May at age 41, and Larson said watching the end of the race has a different meaning for him now.</p><p>“It was a really neat battle and it’s always fun to be a part of battles that still to this day get replayed, and I’ve been a part of a few,” Larson said. “So yeah, just wish he was here for obvious reasons and we could have another battle.”</p><p>Larson is taking on Byron this weekend in one of the most intriguing matchups for the second round of NASCAR's In-Season Challenge. The winner of the five-race, bracket-style tournament receives $1 million.</p><p>There were no signs of any awkwardness as Larson and Byron discussed their own duel within the race on Friday.</p><p>“It would be fun to go heads up with William but it’s really not something that you’re too focused on in the race,” Larson said. “I think you’re always just kind of focused on winning and if you win, I mean that takes care of it. Yeah, as it gets closer to the race, I think you pay a little bit of attention to it, but I'm just trying to do a good job."</p><p>___</p><p>AP auto racing: https://apnews.com/hub/auto-racing</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/K4ANID4PCPKPKSA575RQX5LY6M.jpg?auth=382168bb077cfd61f39a3643dd0ab37caf0d97b95a3fa8c35469eb98180ec281&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Kyle Larson, foreground, drives in front of cars during a NASCAR Cup Series auto race at Sonoma Raceway, Sunday, June 28, 2026, in Sonoma, Calif. (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/OWVCUT7DMJFRUTMFQ3GJLCPVGU.jpg?auth=dd7d9ac18e6a4a3e531442c96406524da30cb84588bf84d913875df292e13b78&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Kyle Larson (5) drives during a NASCAR Cup Series auto race at Michigan International Speedway in Brooklyn, Mich., Sunday, June 7, 2026. (AP Photo/Paul Sancya)]]></media:description><media:credit role="author" scheme="urn:ebu">Paul Sancya</media:credit></media:content></item><item><title><![CDATA[Fans young, old flock to NYC for Swift-Kelce wedding]]></title><link>https://www.local10.com/entertainment/2026/07/03/fans-young-old-flock-to-nyc-for-swift-kelce-wedding/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/07/03/fans-young-old-flock-to-nyc-for-swift-kelce-wedding/</guid><dc:creator><![CDATA[Jason Carter]]></dc:creator><description><![CDATA[Taylor Swift and Travis Kelce are set to tie the knot in a grand celebration at Madison Square Garden in New York City on Friday evening.]]></description><pubDate>Fri, 03 Jul 2026 22:49:12 +0000</pubDate><content:encoded><![CDATA[<p>It’s being called “America’s royal wedding.”</p><p>Taylor Swift and Travis Kelce are set to tie the knot in <a href="https://www.local10.com/entertainment/2026/07/03/taylor-swift-and-travis-kelces-wedding-looks-imminent-at-madison-square-garden/" target="_self" rel="" title="https://www.local10.com/entertainment/2026/07/03/taylor-swift-and-travis-kelces-wedding-looks-imminent-at-madison-square-garden/">a grand celebration at Madison Square Garden </a>in New York City on Friday evening.</p><p>Fans young and old braved the heat ahead of the big day.</p><p>Local 10’s Jason Carter was in New York City on Friday ahead of the massive ceremony.</p><p>Watch the main video ― as well as the clips below ― to see how fans celebrated the big day.</p>]]></content:encoded></item><item><title><![CDATA[Investigation clears man seen with ‘long gun’ in Miami Shores neighborhood, cops say]]></title><link>https://www.local10.com/news/local/2026/07/02/miami-shores-police-seek-man-seen-carrying-what-appeared-to-be-long-gun-approaching-home/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/02/miami-shores-police-seek-man-seen-carrying-what-appeared-to-be-long-gun-approaching-home/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Miami Shores police asked for the public’s help Thursday in identifying a man who they say was seen on home surveillance video carrying what appeared to be a long-barrel rifle or shotgun and approaching a home on Wednesday night. ]]></description><pubDate>Thu, 02 Jul 2026 15:45:33 +0000</pubDate><content:encoded><![CDATA[<p>Miami Shores police say a person previously shown in a be-on-the look notice has been positively identified, and investigators have determined there was no criminal activity connected to an incident in which a man was seen approaching a home while carrying what appeared to be a long gun.</p><p><a href="https://www.local10.com/espanol/2026/07/02/policia-de-miami-shores-busca-a-hombre-visto-con-lo-que-parecia-ser-un-arma-larga-mientras-se-acercaba-a-una-vivienda/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/02/policia-de-miami-shores-busca-a-hombre-visto-con-lo-que-parecia-ser-un-arma-larga-mientras-se-acercaba-a-una-vivienda/">Leer en español</a></p><p>According to the Miami Shores Police Department, further investigation revealed the object carried by the man was an airsoft rifle.</p><p>Police said the man told investigators he was using the device to deter raccoons that had been “causing a nuisance on his property.” </p><p>They said he also went to a nearby home to notify homeowners in case any damage had occurred. Authorities said he later came forward and fully cooperated with investigators.</p><p>Police said the original incident happened around 10:15 p.m. Wednesday, when surveillance video showed a man walking up to a home, ringing the doorbell and waiting briefly before leaving the area. </p><p>Police initially described him as a white male wearing a baseball cap, shirt and shorts, and said he appeared to be carrying what looked like a long-barrel rifle or shotgun.</p><p>Investigators said the resident did not recognize the man and had never seen him before. No property damage was reported or observed, and police said no criminal violations occurred.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/UBIKFTLBHZDZFBT2NFDHGFBULY.jpg?auth=40cf18dde4bff04ef2443ff828a7015c8e8881444fd190f8e6b7be92c440138b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[South Florida teen urgently needs rare, lifesaving blood match as she battles painful disease]]></title><link>https://www.local10.com/health/2026/07/03/south-florida-teen-urgently-needs-rare-lifesaving-blood-match-as-she-battles-painful-disease/</link><guid isPermaLink="true">https://www.local10.com/health/2026/07/03/south-florida-teen-urgently-needs-rare-lifesaving-blood-match-as-she-battles-painful-disease/</guid><dc:creator><![CDATA[Liane Morejon]]></dc:creator><description><![CDATA[A South Florida teen battling an aggressive illness is waiting on a lifesaving blood donation requiring a rare match.]]></description><pubDate>Fri, 03 Jul 2026 22:24:27 +0000</pubDate><content:encoded><![CDATA[<p>A South Florida teen battling an aggressive illness is waiting on a lifesaving blood donation requiring a rare match.</p><p>Life now for Gigi Felix is day in and day out at Joe DiMaggio Children’s Hospital.</p><p>“I just feel like I’m a part of the family here,” Felix said.</p><p>It wasn’t always like this.</p><p>“I was a pretty active kid,” Felix said. “I was in a bunch of different things like chorus, karate, piano.”</p><p>But the now-18-year-old says she can’t do those things anymore.</p><p>“The older, I got the more complications I got,” Felix said.</p><p>The complications came from sickle cell disease, an aggressive form of the inherited blood disorder, leaving her in constant pain.</p><p>“The best way I can describe it is a bunch of wooden splinters and like, under your skin, flowing throughout your body,” Felix said.</p><p>A cure is just within reach. Her older brother, a perfect match, has already agreed to donate his bone marrow.</p><p>“That’s the one thing that he’s doing for me that’s going to save my life and I’m very grateful for him,” Felix said.</p><p>But the only thing keeping her from this lifesaving procedure is a lack of compatible blood.</p><p>“She has had multiple transfusions over the course of her life and anybody who has a lot of transfusions ends up building antibodies to red blood cells and she has so many antibodies to red blood cells that finding compatible blood for her is very challenging,” Susan Forbes, <a href="https://www.oneblood.org/" target="_self" rel="" title="https://www.oneblood.org/">of OneBlood</a>, said.</p><p>Doctors performing the transplant need 50 units of blood on hand and that blood needs to be a very specific type in order to work in Felix’s body. </p><p>The nonprofit blood bank OneBlood is calling for African American donors, or donors of African descent. They must also have the O-negative blood type. </p><p>For perspective, only 7% of the population even has O-negative blood. Statistically, only 1 in 1,000 individuals of African descent will be a blood match.</p><p>“Only about 4% of African-Americans are donating blood, yet they are the people most likely to be a match for a sickle cell patient,” Forbes said.</p><p>“I have a bunch of friends with sickle cell who have it way worse than me and we all are in this together,” Felix said.</p><p>For now, Felix is imagining life after her transplant, doing the things sickle cell has kept her from doing, like going to college and spending time with friends and maybe going somewhere cold.</p><p>“I want to go to Canada. I want to go. I don’t know, just somewhere cold to see snow, because that’s a really big trigger for me, the cold weather,” Felix said.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Fans line up to see Messi as Argentina, Cape Verde set for World Cup showdown at Miami Stadium]]></title><link>https://www.local10.com/sports/2026/07/03/fans-line-up-to-see-messi-as-argentina-cape-verde-set-for-world-cup-showdown-at-miami-stadium/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/03/fans-line-up-to-see-messi-as-argentina-cape-verde-set-for-world-cup-showdown-at-miami-stadium/</guid><dc:creator><![CDATA[Gabrielle Arzola, Christian De La Rosa, Aaron Maybin]]></dc:creator><description><![CDATA[Argentina and Cape Verde are set to face off Friday in a Round of 32 match at the 2026 World Cup, with fans already gathering in South Florida hoping to catch a glimpse of one of soccer’s biggest stars.]]></description><pubDate>Fri, 03 Jul 2026 16:27:29 +0000</pubDate><content:encoded><![CDATA[<p>Argentina and Cape Verde are set to face off Friday in a Round of 32 match at the 2026 FIFA World Cup, with fans already gathering in South Florida hoping to catch a glimpse of one of soccer’s biggest stars.</p><p><a href="https://www.local10.com/espanol/2026/07/03/aficionados-hacen-fila-para-ver-a-messi-antes-del-duelo-entre-argentina-y-cabo-verde-en-el-miami-stadium/" target="_self" rel="" title="https://www.local10.com/espanol/2026/07/03/aficionados-hacen-fila-para-ver-a-messi-antes-del-duelo-entre-argentina-y-cabo-verde-en-el-miami-stadium/">Leer en español</a></p><p>On Collins Avenue on Miami Beach near the Miami Beach Bandshell, a watch party is already underway. Across from Manolo, Argentina, and Cape Verde fans have flocked ahead of the game.</p><p>Soccer fans rooting for both teams are confident going into the matchup, though there are some nerves.</p><p>“Like they say in Cabo Verde, one percent chance but we have 99% faith, that means we have faith. You never know,” a Cabo Verde fan said.</p><p>“I think Miami is a great place to enjoy the World Cup right now.You have a lot of different cultures here. You have Argentinians Brazilians Colombians -- culture,” said Lucas Marabesi. a Brazilian rooting for Cape Verde. “All to enjoy the matches and the after matches. It’s incredible here.”</p><p>Miami Beach police have put up barricades and there’s a heavy police presence along Collins Avenue. No matter who wins, there could be celebrations ahead.</p><p>On Thursday afternoon, a small crowd of devoted Argentina supporters also gathered outside the team’s hotel before players departed for practice.</p><p>“I want to see Messi. I can’t wait to see Messi,” Argentina fan Katya Major said.</p><p>Police established a perimeter to keep fans at a distance as they waited for the team to emerge. Major said she hoped the players would acknowledge the crowd.</p><p>“I hope that they’re going to wave at everybody and maybe let us take some pictures,” Major added.</p><p>Like many in attendance, Major was especially hoping to see Lionel Messi, who has scored six goals to help Argentina cruise into the knockout rounds.</p><p>“It looks like he doesn’t have anything to prove anymore, so he’s enjoying playing this time,” Major said. “He has no pressure.”</p><p>Argentina fan Bruno Martinez said the defending World Cup champs enter the match with confidence but understands the challenges of the tournament.</p><p>“We know we have a strong team, but there are too many strong teams in the World Cup,” he said.</p><p>Martinez said seeing the players in person was nearly as meaningful as attending the match itself.</p><p>“If you want to beat Argentina, you have to fight a lot,” he added.</p><p>Another fan told Local 10’s Christian De La Rosa that Argentina needs to respect Cape Verde and their Cinderella story.</p><p>Messi superfan Jefferey Wan told Local 10’s Gabrielle Arzola that he came all the way from China to see his hero.</p><p>“Messi is my idol, my legend,” he said. “I’ve watched Messi since 2010.”</p><p>Meanwhile, Cape Verde, which celebrated qualifying for the World Cup, now has an opportunity to make history.</p><p>A victory Friday would make it one of only a handful of African teams to reach the tournament’s round of 16 and the smallest nation ever to do so. It also would rank among the biggest upsets in World Cup history by eliminating the defending champions.</p><p>Kickoff from Miami Gardens is set for 6 p.m.</p>]]></content:encoded></item><item><title><![CDATA[Buscan respuestas mientras familia realiza vigilia con velas en honor a Keisha Jones]]></title><link>https://www.local10.com/espanol/2026/07/03/buscan-respuestas-mientras-familia-realiza-vigilia-con-velas-en-honor-a-keisha-jones/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/03/buscan-respuestas-mientras-familia-realiza-vigilia-con-velas-en-honor-a-keisha-jones/</guid><dc:creator><![CDATA[Samiar Nefzi]]></dc:creator><description><![CDATA[Una vigilia con velas en honor a la vida de Keisha Jones está programada para comenzar a las 6:30 p.m. de este viernes en Dania Beach.]]></description><pubDate>Fri, 03 Jul 2026 22:08:18 +0000</pubDate><content:encoded><![CDATA[<p>Una vigilia con velas en honor a la vida de Keisha Jones está programada para comenzar a las 6:30 p.m. de este viernes en Dania Beach.</p><p>Sus familiares y amigos se reunirán para recordar los momentos compartidos con ella, pero también buscan respuestas luego de que su cuerpo apareciera en la orilla.</p><p>Cuatro días después de que los restos de Keisha Nicole Jones, de 31 años, aparecieran en la orilla, familiares y amigos se preparan para reunirse y rendirle homenaje con una vigilia con velas.</p><p>Según fuentes de Local 10 News, los restos de Jones fueron encontrados el lunes en el agua frente a Virginia Key, cerca de un centro de investigación de la NOAA.</p><p>Apenas tres días antes del hallazgo, cámaras de vigilancia grabaron lo que se cree fueron sus últimos momentos. La mañana del viernes, fue vista afuera de Scarlett’s Cabaret, en Hallandale Beach Boulevard, saliendo con un hombre.</p><p>Los investigadores dijeron que, más temprano esa misma mañana, alrededor de las 6 a.m., fue vista en Dean’s Gold, ubicado cerca de la calle 163 en North Miami Beach.</p><p>Aún se desconoce cómo y por qué terminó en el agua.</p><p>La familia de Jones, cuya mayoría reside en Michigan, permanece devastada y busca pistas que ayuden a esclarecer este desconcertante caso.</p><p>El FBI está ahora al frente de la investigación sobre la muerte. En una declaración previa, un portavoz de la Oficina Federal de Investigaciones dijo a Local 10 News: “El FBI está al tanto de este caso. Por respeto a la investigación en curso, nos abstendremos de hacer comentarios sobre el asunto”.</p>]]></content:encoded></item><item><title><![CDATA[Florida man survives alligator attack during backyard fishing trip]]></title><link>https://www.local10.com/news/florida/2026/07/03/florida-man-survives-alligator-attack-during-backyard-fishing-trip/</link><guid isPermaLink="true">https://www.local10.com/news/florida/2026/07/03/florida-man-survives-alligator-attack-during-backyard-fishing-trip/</guid><dc:creator><![CDATA[Pablo Hernandez]]></dc:creator><description><![CDATA[A man says he is lucky to be alive after a quiet night of fishing turned into a fight for his life when an alligator showed up in his backyard.]]></description><pubDate>Fri, 03 Jul 2026 22:06:12 +0000</pubDate><content:encoded><![CDATA[<p>A man says he is lucky to be alive after a quiet night of fishing turned into a fight for his life when an alligator showed up in his backyard.</p><p>The gator dragged 71-year-old James Grayson McMicken into the water, but he used one trick to make the animal let go.</p><p>“I’m going to do everything I can not to die,” McMicken said.</p><p>McMicken said it was a routine Friday night. He took his bulldog out, grabbed his fishing pole and made one cast into the canal behind his north Fort Myers home.</p><p>“I started reeling, and it jumped out of the water and grabbed me,” he said.</p><p>McMicken said the gator clamped down on his right leg and pulled him into the water.</p><p>“He rolled me down off the bank into the water,” he said. “I stuck my thumb in one eye.”</p><p>He said he then grabbed his fishing pole and fought back.</p><p>“I just took that fishing pole and jabbed him in that other eye and jabbed him and jabbed him and jabbed him,” he said. “It seemed like forever, but it wasn’t that long. But then he turned loose.”</p><p>“I’ve always heard that if you got no other choice, hit them eyes. And that’s what got him off of me,” McMicken said.</p><p>McMicken said he’s legally hunted alligators before and that experience taught him how to survive the attack.</p><p>He said once the gator let go, he made a quick decision.</p><p>“I’d have never made it crawling this far, so I called my dog over, and she stood there and let me get up on her back to where I could get stood up,” he said.</p><p>When he made it inside his home, his wife cleaned him up.</p><p>“Then I sat down in my chair and passed out,” he said. “I was so exhausted.”</p><p>His family rushed him to Cape Coral Hospital, where he said he became a novelty.</p><p>“All the nurses on the floor had to come by and go, ‘Wow, you did what?’” he said.</p><p>The Florida Fish and Wildlife Conservation Commission said the attack happened last Friday. Officers and state-contracted trappers have yet to find the gator.</p><p>But McMicken has one thing to say.</p><p>“No gator is going to run me off,” he said.</p><p>McMicken is now recovering at home and starting physical therapy. He hopes to be back out fishing soon, although he said he’ll never head to the water’s edge at night the same way again.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[South Florida hosts public viewing of Declaration of Independence ahead of U.S. 250th anniversary]]></title><link>https://www.local10.com/news/local/2026/07/03/south-florida-hosts-public-viewing-of-declaration-of-independence-ahead-of-us-250th-anniversary/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/03/south-florida-hosts-public-viewing-of-declaration-of-independence-ahead-of-us-250th-anniversary/</guid><dc:creator><![CDATA[Christina Vazquez]]></dc:creator><description><![CDATA[On Saturday, the United States of America celebrates the 250th anniversary of the signing of the Declaration of Independence, and the only place in the country where you can view founding-era documents outside of Washington, D.C., is in South Florida.]]></description><pubDate>Fri, 03 Jul 2026 21:49:08 +0000</pubDate><content:encoded><![CDATA[<p>On Saturday, the United States of America celebrates the 250th anniversary of the signing of the Declaration of Independence, and the only place in the country where you can view founding-era documents outside of Washington, D.C., is in South Florida.</p><p><a href="https://www.local10.com/espanol/2026/07/03/sur-de-florida-exhibe-al-publico-la-declaracion-de-independencia-previo-al-250-aniversario-de-estados-unidos/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/03/sur-de-florida-exhibe-al-publico-la-declaracion-de-independencia-previo-al-250-aniversario-de-estados-unidos/">Leer en español</a></p><p>An engraved copy of the Declaration of Independence is on view at the Museum of Miami through Sunday, giving visitors a firsthand look at what tomorrow is all about, according to the museum’s CEO Natalia Crujeira.</p><p>A long line of visitors came out to see the document Friday.</p><p>The exhibit gives families an opportunity to connect to those bigger ideals and to question whether or not they’re living up to that expectation, Crujeira said, describing the Declaration’s words as aspirational ones that eventually inspired so many other revolutions.</p><p>Other founding-era documents are on view through Sunday, including oath cards. One described the moment of decision facing colonists: “You are in the middle of the war, you are not winning, you are not losing, but you are not winning and then asked to sign an oath of allegiance swear against the king.”</p><p>Army veteran Julio Escareno brought his 7-year-old daughter, Liana, to see the documents ahead of tomorrow’s 250th anniversary.</p><p>“I was explaining to her that it took a lot of bravery to make that commitment, to not know if they were going to live and die, but know they did not want to be under British rule,” Escareno said.</p><p>Escareno, who served in several deployments, said his children understand the sacrifices veterans make and where it all began.</p><p>“I served in several deployments, so they understand the sacrifices veterans make, so they understand where it all began,” he said. “I love my country and I want my children to have that same love for that country, and do what it takes to preserve the beauty that we have, that right, wrong, or indifferent, we have a great country.”</p><p>Caio Pingitori said the anniversary resonates well beyond U.S. borders.</p><p>“It is inspiring for all the countries in the world, in Brazil we love the United States, so that is why we are here, we love you guys,” Pingitori said.</p><p>n Miami Beach, at 10th and Ocean, an outdoor exhibition highlights American achievements.</p><p>“It is really an opportunity to learn, to engage, and to celebrate the ideals of a nation,” one attendee said.</p><p>World Cup fans can watch a match at the FIFA Fan Festival at Bayfront Park in downtown Miami, followed by a “250 United” fireworks show.</p><p>“That is such a blessing for a country, this July 4th, commemorating, celebrating, 250 years of this great story,” one person said.</p><p>In Broward County, Fort Lauderdale and Pembroke Pines both have events planned for tomorrow.</p><p>Coral Gables’ Biltmore hotel is hosting its annual celebration and fireworks show, and additional events are planned from Doral to Key Largo.</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[Sur de Florida exhibe al público la Declaración de Independencia previo al 250 aniversario de Estados Unidos]]></title><link>https://www.local10.com/espanol/2026/07/03/sur-de-florida-exhibe-al-publico-la-declaracion-de-independencia-previo-al-250-aniversario-de-estados-unidos/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/03/sur-de-florida-exhibe-al-publico-la-declaracion-de-independencia-previo-al-250-aniversario-de-estados-unidos/</guid><dc:creator><![CDATA[Christina Vazquez]]></dc:creator><description><![CDATA[Este sábado, Estados Unidos celebra el 250 aniversario de la firma de la Declaración de Independencia, y el único lugar del país donde se pueden ver documentos de la época de la fundación fuera de Washington D.C. está en el sur de Florida.]]></description><pubDate>Fri, 03 Jul 2026 22:05:04 +0000</pubDate><content:encoded><![CDATA[<p>Este sábado, Estados Unidos celebra el 250 aniversario de la firma de la Declaración de Independencia, y el único lugar del país donde se pueden ver documentos de la época de la fundación fuera de Washington D.C. está en el sur de Florida.</p><p>Una copia grabada de la Declaración de Independencia está en exhibición en el Museum of Miami hasta el domingo, lo que ofrece a los visitantes la oportunidad de ver de primera mano de qué se trata esta conmemoración, según la directora ejecutiva del museo, Natalia Crujeira.</p><p>Una larga fila de visitantes acudió el viernes para ver el documento.</p><p>La exhibición brinda a las familias la oportunidad de conectar con esos grandes ideales y cuestionarse si realmente están a la altura de esas expectativas, dijo Crujeira, al describir las palabras de la Declaración como aspiracionales y señalar que con el tiempo inspiraron muchas otras revoluciones.</p><p>Otros documentos de la época de la fundación también estarán en exhibición hasta el domingo, incluidos juramentos de lealtad. Uno de ellos describía el momento decisivo que enfrentaban los colonos: “Están en medio de la guerra. No están ganando, no están perdiendo, pero no están ganando, y luego se les pide firmar un juramento de lealtad y jurar en contra del rey”.</p><p>El veterano del Ejército Julio Escareno llevó a su hija Liana, de 7 años, a ver los documentos antes del 250 aniversario de este sábado.</p><p>“Le estaba explicando que se necesitó mucho valor para asumir ese compromiso, sin saber si iban a vivir o morir, pero sabiendo que no querían seguir bajo el dominio británico”, dijo Escareno.</p><p>Escareno, quien participó en varios despliegues militares, dijo que sus hijos comprenden los sacrificios que hacen los veteranos y conocen dónde comenzó todo.</p><p>“Serví en varios despliegues, así que entienden los sacrificios que hacen los veteranos y comprenden dónde comenzó todo”, dijo. “Amo a mi país y quiero que mis hijos sientan ese mismo amor por él y hagan lo que sea necesario para preservar la belleza que tenemos, porque, esté bien o mal, tenemos un gran país”.</p><p>Caio Pingitori dijo que el aniversario tiene un significado que va mucho más allá de las fronteras de Estados Unidos.</p><p>“Es una inspiración para todos los países del mundo. En Brasil amamos a Estados Unidos, por eso estamos aquí. Los queremos”, dijo Pingitori.</p><p>En Miami Beach, en la intersección de la calle 10 y Ocean Drive, una exhibición al aire libre destaca los logros de Estados Unidos.</p><p>“Es realmente una oportunidad para aprender, participar y celebrar los ideales de una nación”, dijo uno de los asistentes.</p><p>Los aficionados al Mundial de Clubes podrán ver un partido en el FIFA Fan Festival en Bayfront Park, en el centro de Miami, seguido del espectáculo de fuegos artificiales “250 United”.</p><p>“Es una gran bendición para un país conmemorar y celebrar este 4 de julio los 250 años de esta gran historia”, dijo una persona.</p><p>En el condado Broward, Fort Lauderdale y Pembroke Pines tienen eventos programados para este sábado.</p><p>El hotel Biltmore de Coral Gables celebrará su evento anual con un espectáculo de fuegos artificiales, y también habrá actividades desde Doral hasta Key Largo.</p>]]></content:encoded></item><item><title><![CDATA[Niña de 11 años baleada en la cabeza afuera de McDonald’s en Hallandale Beach agradece tener “una segunda oportunidad”]]></title><link>https://www.local10.com/espanol/2026/07/03/nina-de-11-anos-baleada-en-la-cabeza-afuera-de-mcdonalds-en-hallandale-beach-agradece-tener-una-segunda-oportunidad/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/03/nina-de-11-anos-baleada-en-la-cabeza-afuera-de-mcdonalds-en-hallandale-beach-agradece-tener-una-segunda-oportunidad/</guid><dc:creator><![CDATA[Rosh Lowe, Ryan Mackey]]></dc:creator><description><![CDATA[Una niña de 11 años que recibió un disparo en la cabeza afuera de un McDonald’s en Hallandale Beach el fin de semana pasado continúa su recuperación y agradeció a los equipos de emergencia, a los médicos y a sus padres durante su primera declaración pública este viernes.]]></description><pubDate>Fri, 03 Jul 2026 22:00:50 +0000</pubDate><content:encoded><![CDATA[<p>Una niña de 11 años que recibió un disparo en la cabeza afuera de un McDonald’s en Hallandale Beach el fin de semana pasado continúa su recuperación y agradeció a los equipos de emergencia, a los médicos y a sus padres durante su primera declaración pública este viernes.</p><p>La niña, cuyo nombre no ha sido divulgado a petición de la Policía, permanece en el Hospital Infantil Joe DiMaggio luego de resultar herida durante una balacera ocurrida el sábado afuera del McDonald’s ubicado en la cuadra 800 de West Hallandale Beach Boulevard.</p><p>“Gracias a la Policía. Gracias a los bomberos. Gracias a los médicos. Gracias por todo”, dijo la niña. “Siento que tengo una segunda oportunidad”.</p><p>La doctora Wendy Carcamo, quien trabaja en la unidad de cuidados intensivos del Hospital Infantil Joe DiMaggio en Hollywood, dijo que la bala estuvo a milímetros de causar lesiones mucho más graves.</p><p>“En la medicina, unos milímetros pueden marcar una gran diferencia para cualquier persona”, dijo Carcamo. “Eso pudo haber significado la diferencia entre la vida y la muerte. Pudo haber significado la diferencia entre no poder estar de pie aquí hoy”.</p><p>Los médicos dijeron que aún quedan fragmentos de bala en la cabeza de la niña y que enfrentará una larga recuperación.</p><p>Según los investigadores, la madre de la niña había entrado al restaurante para recoger comida, mientras la menor, su padre y sus dos hermanos menores, de 2 y 5 años, esperaban dentro de un SUV.</p><p>La Policía dijo que un altercado en el estacionamiento provocó que Ralph N-Kosi Blue III, de 18 años y empleado de McDonald’s, abriera fuego contra otra persona. Sin embargo, los investigadores dijeron que varias balas impactaron el vehículo de la familia.</p><p>La Policía informó que la niña recibió un disparo en la cabeza y que su padre, Oscar, fue baleado en una pierna. Los dos niños menores no resultaron heridos.</p><p>El padre de la niña ya fue dado de alta del hospital.</p><p>Durante la conferencia de prensa del viernes, la familia expresó su agradecimiento al personal médico que atiende a su hija y dijo que se espera que pueda celebrar su cumpleaños el próximo mes.</p><p>La niña también tuvo un mensaje para sus padres.</p><p>“Gracias por rescatarme. Gracias a mi mamá y a mi papá por traerme aquí. Gracias, mami y papi”, dijo.</p><p>Los registros de la cárcel muestran que Blue enfrenta dos cargos de agresión agravada y dos cargos de asalto agravado. La Policía dijo que la disputa que derivó en la balacera comenzó fuera de Hallandale Beach y que la investigación continúa.</p><p>Se creó una campaña en GoFundMe para ayudar a la familia a cubrir los gastos médicos mientras la niña continúa su recuperación.</p>]]></content:encoded></item><item><title><![CDATA[Girl, 11, shot in head outside Hallandale Beach McDonald’s grateful for ‘another chance’ ]]></title><link>https://www.local10.com/news/local/2026/07/03/girl-11-shot-in-head-outside-hallandale-beach-mcdonalds-grateful-for-another-chance/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/03/girl-11-shot-in-head-outside-hallandale-beach-mcdonalds-grateful-for-another-chance/</guid><dc:creator><![CDATA[Rosh Lowe, Ryan Mackey]]></dc:creator><description><![CDATA[An 11-year-old girl who was shot in the head outside a Hallandale Beach McDonald’s last weekend is continuing her recovery, thanking first responders, doctors and her parents as she spoke publicly for the first time Friday.]]></description><pubDate>Fri, 03 Jul 2026 21:41:39 +0000</pubDate><content:encoded><![CDATA[<p>An 11-year-old girl who was <a href="https://www.local10.com/news/local/2026/06/29/police-mcdonalds-employee-arrested-after-girl-father-shot-outside-hallandale-beach-fast-food-restaurant/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/29/police-mcdonalds-employee-arrested-after-girl-father-shot-outside-hallandale-beach-fast-food-restaurant/">shot in the head outside a Hallandale Beach McDonald’s last weekend</a> is continuing her recovery, thanking first responders, doctors and her parents as she spoke publicly for the first time Friday.</p><p><a href="https://www.local10.com/espanol/2026/07/03/nina-de-11-anos-baleada-en-la-cabeza-afuera-de-mcdonalds-en-hallandale-beach-agradece-tener-una-segunda-oportunidad/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/03/nina-de-11-anos-baleada-en-la-cabeza-afuera-de-mcdonalds-en-hallandale-beach-agradece-tener-una-segunda-oportunidad/">Leer en español</a></p><p>The girl, whose name is not being released at the request of police, remains at Joe DiMaggio Children’s Hospital after she was wounded during a shooting Saturday outside the McDonald’s in the 800 block of West Hallandale Beach Boulevard.</p><p>“Thank you for the police. Thank you for the firefighters. Thank you for the doctors. Thank you for everything,” the girl said. “It feels like I have another chance.”</p><p>Dr. Wendy Carcamo, who works in the ICU at JDCH in Hollywood, said the bullet narrowly missed causing far more serious injuries.</p><p>“In medicine, millimeters can be a very vast difference for everyone,” Carcamo said. “That could have been a difference between life and death. That could have been a difference between not being able to be standing here today.”</p><p>Doctors say bullet fragments remain in the girl’s head, and she faces a lengthy recovery.</p><p>According to investigators, the girl’s mother had gone inside the restaurant to pick up food while the girl, her father and her two younger siblings, ages 2 and 5, waited in an SUV.</p><p>Police said an altercation in the parking lot led to <a href="https://www.local10.com/news/local/2026/07/02/girl-11-remains-hospitalized-after-being-shot-in-head-outside-hallandale-beach-mcdonalds/" target="_self" rel="" title="https://www.local10.com/news/local/2026/07/02/girl-11-remains-hospitalized-after-being-shot-in-head-outside-hallandale-beach-mcdonalds/">18-year-old Ralph N-Kosi Blue III</a>, a McDonald’s employee, opening fire at another person. Instead, investigators said multiple bullets struck the family’s vehicle.</p><p>Police said the girl was hit in the head, and her father, Oscar, was shot in the leg. The two younger children were not injured.</p><p>The girl’s father has since been released from the hospital.</p><p>During Friday’s news conference, the family expressed gratitude to the medical staff caring for their daughter, saying she is expected to celebrate her birthday next month.</p><p>The girl also had a message for her parents.</p><p>“Thank you for rescuing me. Thank you for my mom and dad for taking me here. Thank you, mommy and dad,” she said.</p><p>Jail records show Blue faces two counts of aggravated battery and two counts of aggravated assault. Police said the dispute that led to the shooting began outside Hallandale Beach, and the investigation remains ongoing.</p><p>A <a href="https://www.gofundme.com/f/support-oscars-family-after-tragic-incident-8w8j2" target="_self" rel="" title="https://www.gofundme.com/f/support-oscars-family-after-tragic-incident-8w8j2">GoFundMe</a> has been created to help the family with medical expenses as the girl continues her recovery.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[US striker Folarin Balogun says a yellow card, not red card, would have been ‘fair’ at the World Cup]]></title><link>https://www.local10.com/sports/2026/07/03/us-striker-balogun-says-a-yellow-card-not-red-card-would-have-been-fair-at-the-world-cup/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/03/us-striker-balogun-says-a-yellow-card-not-red-card-would-have-been-fair-at-the-world-cup/</guid><dc:creator><![CDATA[By ANDREW DESTIN, Associated Press]]></dc:creator><description><![CDATA[SEATTLE (AP) — United States forward Folarin Balogun said Friday he respectfully disagrees with his red card in the Americans' 2-0 win over Bosnia-Herzegovina in the World Cup.]]></description><pubDate>Fri, 03 Jul 2026 22:18:50 +0000</pubDate><content:encoded><![CDATA[<p>SEATTLE (AP) — United States forward Folarin Balogun said Friday he respectfully disagrees with his red card in the Americans' 2-0 win over Bosnia-Herzegovina in the World Cup.</p><p>Balogun was sent off Wednesday for stepping on the right ankle of Tarik Muharemovic.</p><p>Before practice at Husky Soccer Stadium, Balogun said a yellow card for the illegal tackle would have been fairer.</p><p>“There’s nowhere else to put your leg. It’s going to be unavoidable,” Balogun said. “So, I’ve seen many different opinions and takes. But, for me personally, I think a yellow card would have been fair. It’s something that’s happened, so we have to move forward and I have to accept it.”</p><p>Balogun has to serve an automatic one-game suspension and will miss Monday’s Round of 16 game against Belgium. There is no appeal process for a red-card suspension unless FIFA assesses a penalty of more than one game, which was not the case with Balogun. He will be eligible to return for the quarterfinals should the Americans advance.</p><p>Balogun has three goals in the tournament, including one to give the U.S. the lead against Bosnia. He has matched Landon Donovan in 2010 for the second-most goals by an American in a World Cup, behind only Bert Patenaude’s four in the initial tournament in 1930.</p><p>The 25-year-old striker celebrated his goal against Bosnia with the “Silencer” move used by the NBA’s LeBron James, which the league’s career scoring leader also celebrated on social media. Balogun, who became the first U.S. player to score two goals in a World Cup match since 1930, said he has experienced a “roller coaster” of emotions as of late.</p><p>“Been upset, I’ve been happy. It’s been surreal, to be honest,” Balogun said. “But for me, I think it was just important to stay calm. I never want to react out of anger and out of emotion. There’s still lots of people who are inspiring little kids, boys and girls who are watching. We have to show them the correct way to handle things, even when you think it’s unjust.”</p><p>It's not yet clear who U.S. coach Mauricio Pochettino will select to replace Balogun in the starting lineup. Ricardo Pepi and Haji Wright are the most likely candidates.</p><p>When Christian Pulisic sat out the 2-0 win against Australia in group play because of a calf injury, Pepi started in his place.</p><p>“When you miss a player like Balo, things change a little bit, but we’ve been flexible,” teammate Tyler Adams said. “Guys have shown that they’re ready to play. If it’s Pepi, if it’s Haji, we go a different direction. It should be an exciting opportunity for whoever has to step up.”</p><p>Belgium is aware of the Americans' offensive capabilities outside of Balogun. Pulisic has 33 goals in 89 international appearances, fifth most in U.S. history. Five players other than Balogun have scored for the U.S. in the tournament.</p><p>“They have a lot of danger in the team,” Belgium defender Maxim De Cuyper said. “Lot of quality. I don’t want to say too much, which qualities are the best. But, I think they grew a lot in this tournament. You see they are in good flow. They play at home, I think it’s very dangerous for us. So, we will be prepared.”</p><p>To be without Balogun for one of the most significant matches in U.S. history is still a significant blow. A victory on home soil would secure a spot in the quarterfinals of the World Cup for only the second time for the Americans. The first was in 2002.</p><p>“I love seeing how engaged the country is in our journey and what they’re doing,” Balogun said. “So, my role is just to continue supporting everybody, to keep morale high. And, I’m sure for the game against Belgium we can really create a great atmosphere to win.”</p><p>Injury notes</p><p>Midfielder Cristian Roldan trained on his own again as he continues to rehab a quad injury. Defender Mark McKenzie trained in full after dealing with a foot injury that sidelined him for the Bosnia match.</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/LEUL2ZBEW4OL2DMJCAHYPUQ5EU.jpg?auth=535c67247cd262595183bb9b642080c97e330db5d98b07e2f07286a7b1dd9774&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[United States' Folarin Balogun (20) reacts to a red card during the World Cup round of 32 soccer match between the United States and Bosnia in Santa Clara, Calif., near San Francisco, Wednesday, July 1, 2026. (AP Photo/Jeff Chiu)]]></media:description><media:credit role="author" scheme="urn:ebu">Jeff Chiu</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FSKQZJI7XDWGOJFQU2NYSRFZ7M.jpg?auth=e9688da598f1a2e2ac0ca4803f1dff75a507ead9562123b186f2c46ffd725d62&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[United States' Folarin Balogun (20) reacts to a red card during the World Cup round of 32 soccer match between the United States and Bosnia in Santa Clara, Calif., near San Francisco, Wednesday, July 1, 2026. (AP Photo/Jeff Chiu)]]></media:description><media:credit role="author" scheme="urn:ebu">Jeff Chiu</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/UOH3SDFH5J3NZF6WGMKARYFGVI.jpg?auth=ea1e0f4fe1d2cadb94cb237938621342d4f123c93f45ea9eaf02e06188bbd919&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[United States' Folarin Balogun (20) gets a pat on the head from Bosnia's Sead Kolasinac (5) as United States' Christian Pulisic (10) stands by after receiving a red card during the World Cup round of 32 soccer match between the United States and Bosnia in Santa Clara, Calif., near San Francisco, Wednesday, July 1, 2026. (AP Photo/Martin Meissner)]]></media:description><media:credit role="author" scheme="urn:ebu">Martin Meissner</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NADAIAK7PJIL3PDTDMVBQHA4JM.jpg?auth=6bec407b714ef02b9565aee1d4f43e885168a401673ea97ad17a5a156df06326&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[United States' Folarin Balogun (20) fouls Bosnia's Tarik Muharemovic (4), resulting in a red card go Balogun, during the World Cup round of 32 soccer match between the United States and Bosnia in Santa Clara, Calif., near San Francisco, Wednesday, July 1, 2026. (AP Photo/Jeff Chiu)]]></media:description><media:credit role="author" scheme="urn:ebu">Jeff Chiu</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ZE5C64FP4LH4MEQSMWVCMTBY4M.jpg?auth=99e8ec0125660a6a81cc270a6c894d16793408304589230ec6463e95de3dea67&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[United States' Folarin Balogun, center, gets a hug from United States' Christian Pulisic (10) after being issued a red card by Referee Raphael Claus, of Brazil, during the World Cup round of 32 soccer match between the United States and Bosnia in Santa Clara, Calif., near San Francisco, Wednesday, July 1, 2026. (AP Photo/Martin Meissner)]]></media:description><media:credit role="author" scheme="urn:ebu">Martin Meissner</media:credit></media:content></item><item><title><![CDATA[Aspirantes presidenciales de Brasil, Lula y Flávio Bolsonaro, chocan por aranceles de EEUU]]></title><link>https://www.local10.com/espanol/2026/07/03/aspirantes-presidenciales-de-brasil-lula-y-flavio-bolsonaro-chocan-por-aranceles-de-eeuu/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/03/aspirantes-presidenciales-de-brasil-lula-y-flavio-bolsonaro-chocan-por-aranceles-de-eeuu/</guid><dc:creator><![CDATA[Por ELÉONORE HUGHES, Associated Press]]></dc:creator><description><![CDATA[RÍO DE JANEIRO (AP) — El presidente de Brasil, Luiz Inácio Lula da Silva, y su principal rival político, el senador Flávio Bolsonaro, chocaron esta semana por los aranceles impuestos por Estados Unidos, mientras ambos buscaban disuadir al gobierno de Trump de seguir adelante con su propuesta de aplicar impuestos del 25% a productos brasileños pese al amplio superávit comercial estadounidense.]]></description><pubDate>Fri, 03 Jul 2026 21:14:42 +0000</pubDate><content:encoded><![CDATA[<p>RÍO DE JANEIRO (AP) — El presidente de Brasil, Luiz Inácio Lula da Silva, y su principal rival político, el senador Flávio Bolsonaro, chocaron esta semana por los aranceles impuestos por Estados Unidos, mientras ambos buscaban disuadir al gobierno de Trump de seguir adelante con su propuesta de aplicar impuestos del 25% a productos brasileños pese al amplio superávit comercial estadounidense.</p><p>Los dos principales candidatos para las elecciones presidenciales de octubre intercambiaron pullas sobre sus respuestas, lo que sugiere que creen que la manera en que se perciba su gestión de los impopulares aranceles de Estados Unidos será un factor clave en la votación.</p><p>Mientras el senador Bolsonaro, hijo del expresidente Jair Bolsonaro, subrayó que los aranceles fortalecerían a Lula, el gobierno de Brasil rebatió el argumento estadounidense de que las políticas comerciales brasileñas sean irrazonables, discriminatorias o gravosas para el comercio de Estados Unidos.</p><p>El gobierno de Trump impuso por primera vez un arancel del 50% a las importaciones brasileñas en julio del año pasado, por lo que dijo era una “cacería de brujas” contra Jair Bolsonaro, quien en ese momento estaba siendo juzgado por intento de golpe de Estado tras su derrota electoral de 2022 ante Lula.</p><p>En su carta, el presidente de Estados Unidos, Donald Trump, también acusó a Brasil de prácticas comerciales desleales y afirmó que había ordenado al representante comercial de Estados Unidos, Jamieson Greer, iniciar una investigación, lo que llevó a esa oficina a acusar a Brasil en junio de una aplicación laxa de medidas anticorrupción y de aranceles injustos, entre otras cosas. Estados Unidos ha mantenido durante años un superávit comercial de bienes con Brasil.</p><p>Después de que las relaciones entre ambos países parecieran mejorar tras reuniones entre Lula y Trump el año pasado, la propuesta de Estados Unidos de imponer aranceles en junio provocó un nuevo deterioro de los vínculos, y Lula advirtió al mandatario estadounidense que no se entrometiera en las elecciones del país.</p><p>Impacto en la opinión pública antes de las elecciones</p><p>La medida llevó a Lula a volver a defender la soberanía de Brasil, un discurso que el año pasado caló hondo y le dio a Lula un impulso de popularidad.</p><p>El propio Flávio Bolsonaro señaló el impacto en la opinión pública en el documento que envió el miércoles a la oficina del Representante Comercial de Estados Unidos (USTR, por sus siglas en inglés).</p><p>Bolsonaro escribió en el documento, que incluía gráficos de las encuestas, que “los sondeos de opinión pública en Brasil muestran que la posición electoral del gobierno en funciones se ha fortalecido precisamente durante los periodos en que la presión arancelaria de Estados Unidos ha sido más notoria”, y añadió que los aranceles propuestos le entregarían al gobierno una “victoria política”.</p><p>Bolsonaro también sugirió que se pospongan los aranceles.</p><p>Lula calificó el documento como “otro acto de traición a la patria”.</p><p>Eduardo Bolsonaro, el otro hijo de Jair Bolsonaro y quien vive en Texas, fue declarado culpable este año por cabildear ante el gobierno de Estados Unidos para amenazar a funcionarios brasileños con el fin de detener el juicio de su padre.</p><p>“Es inaceptable que la familia Bolsonaro, con su política entreguista, busque someter a Brasil a los intereses de Estados Unidos", señaló Lula el jueves en X. "Nunca ha habido, ni hay, ninguna justificación para un aumento arancelario ahora o más adelante”.</p><p>Tres horas después, Flávio Bolsonaro afirmó en X que Lula es el único “que quiere el aumento arancelario contra los productos brasileños”, y anunció que regresará a Estados Unidos la próxima semana para reforzar la exigencia de que no se apliquen los aranceles adicionales.</p><p>En respuesta a la investigación del USTR, el gobierno de Brasil rechazó el argumento de que su sistema de pagos instantáneos PIX perjudica de manera injusta a otros servicios electrónicos de pago. Señaló que sus prácticas son legales, neutrales y promueven la competencia.</p><p>Lula y Flávio Bolsonaro también han chocado por la decisión del gobierno de Trump de clasificar a dos grupos del crimen organizado de Brasil —Primer Comando de la Capital y Comando Vermelho— como organizaciones terroristas.</p><p>El senador Bolsonaro respaldó la medida, que algunos expertos interpretaron como un intento de Estados Unidos de interferir en la elección. Lula ha argumentado que la designación es inapropiada porque los grupos buscan ganancias y no un cambio político.</p><p>También esta semana, Estados Unidos anunció sanciones dirigidas a empresas y personas por sus vínculos con el PCC y lo calificó como “la mayor organización criminal transnacional del hemisferio occidental”. ___</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/RBXVAPXP2F6FGSHFCSF25QTG2M.jpg?auth=e856aecfb21197faf8185e1223c03a329f0032178a3f7419f2f16c0489051fe8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[El presidente de Brasil, Luiz Inácio Lula da Silva, asiste a una sesión de trabajo en la cumbre del G7, en Évian-les-Bains, Francia, el miércoles 17 de junio de 2026. (Mandel Ngan/Foto de Pool vía AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Mandel Ngan</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/IVHVIYF2NVEEEENO5WNCWZY7WE.jpg?auth=e028bfdb179bef47106a06f2de331e9d1777385c3063b0fa5dcdd24329277621&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[El candidato presidencial Flavio Bolsonaro, del Partido Liberal, habla en el evento "Brasil 2050: La industria en la agenda de los candidatos presidenciales", celebrado en Brasilia, Brasil, el lunes 22 de junio de 2026. (AP Foto/Eraldo Peres)]]></media:description><media:credit role="author" scheme="urn:ebu">Eraldo Peres</media:credit></media:content></item><item><title><![CDATA[Small businesses say they're having a good summer as Americans travel closer to home]]></title><link>https://www.local10.com/business/2026/07/04/small-businesses-say-theyre-having-a-good-summer-as-americans-travel-closer-to-home/</link><guid isPermaLink="true">https://www.local10.com/business/2026/07/04/small-businesses-say-theyre-having-a-good-summer-as-americans-travel-closer-to-home/</guid><dc:creator><![CDATA[By MAE ANDERSON, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Small business owners in U.S. tourist destinations say they’re seeing more Americans sticking closer to home this summer, trading overseas travel for road trips, choosing daylong sojourns over extended beach stays, and cooking instead of eating out while on vacation to save money.]]></description><pubDate>Sat, 04 Jul 2026 09:16:10 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Small business owners in U.S. tourist destinations say they’re seeing more Americans sticking closer to home this summer, trading overseas travel for road trips, choosing daylong sojourns over extended beach stays, and cooking instead of eating out while on vacation to save money.</p><p>The reported boost to domestic tourism, though anecdotal, comes as higher airfares and gasoline prices have made vacations more expensive. The FIFA World Cup soccer tournament and celebrations of the nation's 250th birthday have given some U.S. residents additional incentives to create summer memories without going far.</p><p>Motor club federation AAA estimated that 72.2 million Americans would travel at least 50 miles from home between June 27 and this Sunday. That's 0.5% more than the number who got away during last year's July Fourth travel period, but the forecasted increase is almost all due to people taking cruises, buses and trains; AAA expects no change in the number driving or flying to their destinations.</p><p>A meaningful reduction in summer globetrotting might have an upside for businesses that depend on tourists, said Tarik Dogru, an associate professor at Florida State University's Dedman College of Hospitality. Fewer U.S. residents heading abroad or flying across the country means more of their vacation budgets are staying local too, Dogru said.</p><p>“The current economic and tourism dynamics are likely to redirect spending toward small businesses, such as regional restaurants, local attractions, Airbnb hosts, and roadside businesses along drive routes that serve budget-conscious and close-to-home travel,” he said.</p><p>If the trend holds through the summer and the rest of the year, it could reduce a travel and tourism trade deficit the United States has run since the COVID-19 pandemic. Each year since 2020, Americans spent more on foreign travel than international visitors spent on travel-related goods and services in the U.S., according to the National Travel and Tourism Office.</p><p>Morgan Kain, a teacher in Baltimore, said her family is among the ones keeping their travel bugs in check for financial reasons. Kain, her husband and three children usually take multiple trips each summer, including a weeklong stay at a Virginia lake house. Last year, they spent six weeks traveling around Italy.</p><p>“This summer, we’re still doing a couple overnights and the lake house, but nothing else,” Kain said. “Things are crazy expensive, from travel costs to food costs to gas.”</p><p>Vacationers are taking trips within driving distance</p><p>Despite gasoline costing more than it did a year ago, 85% of Independence Day week travelers were expected to drive to their destinations, AAA said, noting that car trips still are cheaper than flights for the most part.</p><p>Around Lake Tahoe, which straddles California and Nevada, several businesses reported spotting more visitors driving in from cities along the West Coast.</p><p>Ron Williams, who owns Tahoe Sports, said he worried at the beginning of the season that customers might not show up to rent boats and Jet Skis due to economic concerns. Like the gasoline that powers cars, the price of boat fuel went up during the Iran war.</p><p>But Williams so far is “pleasantly surprised with how well the business is doing across the board.” His future bookings are 10% higher compared to the same time last year, he said.</p><p>“I think people are probably sticking close to home, and being in Lake Tahoe, we have such a huge drive-up market,” Williams said.</p><p>Increased demand for the three Lake Tahoe area rental properties that Jerry Bindel manages for Pyramid Global Hospitality also came as a relief. Ski season bookings petered out along with the snow during an unusually warm winter, but “we just saw that flip” with the arrival of hiking and boating weather, he said.</p><p>Bindel, an area general director for the property management company, said he spotted a possible sign of Tahoe visitors watching their spending: more of them skipping restaurants and using the kitchens in their rental units or outdoor barbecue grills to prepare their own food.</p><p>“We’re seeing a lot of additional use on those items this summer,” he said.</p><p>Locals still want to have memorable summer experiences</p><p>In Asheville, North Carolina, small business owners have hoped tourism would rebound since Hurricane Helene and flooding from days of torrential rain caused widespread destruction to the city's landscape, buildings and infrastructure in September 2024.</p><p>Aubrey Anderson, who owns a river tubing outfitter in Asheville, reduced her summer staff from 100 people to 25 after Helene. After reservations picked up earlier this year and she noticed “a lot new people coming into town,” Anderson felt encouraged enough to hire 50 workers for Zen Tubing's current season.</p><p>The unfamiliar faces include day-trippers driving in from South Carolina, Tennessee and other parts of North Carolina to spend several hours floating down the French Broad River for around $30 per person, Anderson said. After tubing, customers from around the region often grab a meal, stop at a brewery, shop or visit other local attractions before heading home, which is “a win for Asheville as a whole,” she said.</p><p>“We’re definitely seeing a lot of locals, so to speak," Anderson said. “People are maybe skipping the long drive to the beach this year, and they’re kind of doing just something close by so that they can save a little money and still enjoy a family outing.”</p><p>Factory tours offered by French Broad Chocolate have surged this summer, according to Jael Skeffington, the Asheville chocolate maker's CEO and co-founder. Tour-takers often stop in the on-site cafe for ice cream or coffee and buy a box of chocolate bars or bonbons before they leave, she said.</p><p>“So it’s good for business, but it also seems to be what people are looking for is something to do, not just something to eat — something to experience." Skeffington said.</p><p>Cities are getting a World Cup boost</p><p>Soccer enthusiasts have poured into Kansas City, Missouri, just like other North American cities hosting World Cup matches.</p><p>Made in KC, a chain of four cafes and 11 shops that sells locally made sauces, Kansas City-themed gifts and T-shirts for fans of the city’s professional sports teams, has gotten “really noticeable spikes of traffic” at all its locations during the tournament, co-owner Keith Bradley said. World Cup-related merchandise, including $40 hats featuring the team colors of this year’s competitors, have been a big hit, he said.</p><p>American tourists from other Midwestern cities — Des Moines and Omaha both are within a three-hour drive from Kansas City — seem to outnumber U.S. visitors from farther away, Bradley noted.</p><p>“We have a couple locations that are in tourist parts of Kansas City. ... But then we also have little shops that are just in suburban neighborhoods in Kansas City, and those have also seen World Cup traffic of people going to watch parties, people coming in town to go to the games, and then tourists just exploring Kansas City on their own.”</p><p>Mollie Lothman, co-owner of McLain’s Bakery, a family-owned cafe with five locations, said she thinks the cost of food and lodging in Kansas City compared to bigger or better known host cities has helped.</p><p>“We’re one of the smaller markets who got the World Cup in Kansas City, but we’re also probably one of least expensive markets, in terms of family budgeting, to try to come and experience the World Cup," Lothman said. “So I think that’s been a huge draw for people."</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZCIUKH3XTXR6ILWLKIZ4O5G4ME.jpg?auth=c66ad1b3b446e00b7114d98446a43282d31a19c7179efb34e7e3eb411bb1cdbe&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Made in Kansas City owner Keith Bradley has seen an influx of customers for his business as soccer fans have flocked to the city which is hosting FIFA World Cup soccer games Monday, June 29, 2026, in Kansas City, Kan. (AP Photo/Charlie Riedel)]]></media:description><media:credit role="author" scheme="urn:ebu">Charlie Riedel</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BK3O6DBABGCH356GRYWW4GRXWY.jpg?auth=8d44129a6f0a4989222456b04faf89d8ab103f36faaf8a876b378aac9073e793&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Made in Kansas City owner Keith Bradley has seen an influx of customers for his business as soccer fans have flocked to the city which is hosting FIFA World Cup soccer games Monday, June 29, 2026, in Kansas City, Kan. (AP Photo/Charlie Riedel)]]></media:description><media:credit role="author" scheme="urn:ebu">Charlie Riedel</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VOUD36KJ4NOB54YXVAYBASHBDQ.jpg?auth=99704a39c5400d2a62234d79d24700338584f9399a4b853da4d8350c16f67675&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Attendees watch during a watch party for a World Cup soccer match between the United States and Bosnia Wednesday, July 1, 2026, in Washington. (AP Photo/Allison Robbert)]]></media:description><media:credit role="author" scheme="urn:ebu">Allison Robbert</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VAW7G2OSC2M2KZ7LN5LGWBDL5M.jpg?auth=5fd5d44560ea12335fba4a7e0ea0a637970255d956e51957dec2caa4ef0ea744&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People cheer at a watch party for a World Cup soccer match between the United States and Bosnia Wednesday, July 1, 2026, in Washington, at the FIFA Fan Zone on the National Mall. (AP Photo/Allison Robbert)]]></media:description><media:credit role="author" scheme="urn:ebu">Allison Robbert</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/EUKEL7O7T5NRFDJWG6OAVHM7NU.jpg?auth=270c268cccc049dba9742cedb88616703e6428296c41680f76b63cb4935cdb7b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Fans watch a broadcast of the World Cup Group D soccer match between the United States and Turkey at the beach boardwalk in Santa Cruz, Calif., Thursday, June 25, 2026, (AP Photo/Noah Berger)]]></media:description><media:credit role="author" scheme="urn:ebu">Noah Berger</media:credit></media:content></item><item><title><![CDATA[‘Deeply concerning’: Colleagues react after House Ethics Committee finds evidence of contempt of Congress by North Miami Beach mayor]]></title><link>https://www.local10.com/news/politics/2026/07/02/deeply-concerning-colleagues-react-to-north-miami-beach-mayor-being-held-in-contempt-of-congress/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/07/02/deeply-concerning-colleagues-react-to-north-miami-beach-mayor-being-held-in-contempt-of-congress/</guid><dc:creator><![CDATA[Glenna Milberg, Chris Gothner]]></dc:creator><description><![CDATA[North Miami Beach Mayor Michael Joseph was not at City Hall on Thursday after the House Ethics Committee recommended he be held in contempt of Congress.]]></description><pubDate>Thu, 02 Jul 2026 22:10:36 +0000</pubDate><content:encoded><![CDATA[<p>North Miami Beach Mayor Michael Joseph was not at City Hall on Thursday after the House Ethics Committee recommended he be <a href="https://www.local10.com/news/politics/2026/07/01/north-miami-beach-mayor-held-in-contempt-of-congress/" target="_self" rel="" title="https://www.local10.com/news/politics/2026/07/01/north-miami-beach-mayor-held-in-contempt-of-congress/">held in contempt of Congress</a>.</p><p>Joseph’s colleagues are now responding with concern.</p><p>Calling his conduct “egregious,” members of the House Ethics Committee said he ignored requests and subpoenas to testify and produce documents as it followed a web of <a href="https://ethics.house.gov/wp-content/uploads/2026/01/Statement-of-Alleged-Violations.pdf" target="_self" rel="" title="https://ethics.house.gov/wp-content/uploads/2026/01/Statement-of-Alleged-Violations.pdf">potentially illegal donations</a> involving then-U.S. Rep. Sheila Cherfilus-McCormick, D-Florida.</p><p>Joseph chairs a political committee with Cherfilus-McCormick’s brother and is alleged to have funneled hundreds of thousands of dollars from an oil company executive doing business with the Haitian government.</p><p>The contempt report said Joseph refused to comply, despite extensions and accommodations, and did not offer justification for that failure.</p><p>Last spring, the interim results of an <a href="https://www.local10.com/news/local/2026/02/17/new-report-alleges-misconduct-by-north-miami-beach-mayor-michael-joseph/" target="_self" rel="" title="https://www.local10.com/news/local/2026/02/17/new-report-alleges-misconduct-by-north-miami-beach-mayor-michael-joseph/">unrelated internal city investigation</a> found Joseph’s actions put the city at “legal, financial and ethical risk,” documenting questionable spending and interfering with North Miami Beach employees.</p><p>North Miami Beach Commissioner Lynn Su called Joseph being held in contempt of Congress “deeply concerning.”</p><p>“Public officials have a responsibility to respect the legal process, cooperate with lawful oversight and uphold the public’s trust,” she said.</p><p>Meanwhile, Commissioner Fortuna Smukler said that Joseph “needs to stop trying to ruin the reputation of people and that of the city, and he needs to look in the mirror.”</p><p>Joseph did not respond to our calls and texts but emailed saying the House Committee on Ethics report is inaccurate and he was not served the subpoena properly.</p><p>Meantime, the committee is referring to this contempt of Congress to the Department of Justice for possible criminal charges.</p><p>The contempt of Congress is separate from an internal city investigation the mayor is part of as well.</p>]]></content:encoded></item><item><title><![CDATA[Aficionados hacen fila para ver a Messi antes del duelo entre Argentina y Cabo Verde en el Miami Stadium]]></title><link>https://www.local10.com/espanol/2026/07/03/aficionados-hacen-fila-para-ver-a-messi-antes-del-duelo-entre-argentina-y-cabo-verde-en-el-miami-stadium/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/03/aficionados-hacen-fila-para-ver-a-messi-antes-del-duelo-entre-argentina-y-cabo-verde-en-el-miami-stadium/</guid><dc:creator><![CDATA[Gabrielle Arzola, Ryan Mackey, Christian De La Rosa]]></dc:creator><description><![CDATA[Argentina y Cabo Verde se enfrentarán este viernes en un partido de dieciseisavos de final de la Copa Mundial de la FIFA 2026, mientras los aficionados ya se reúnen en el sur de Florida con la esperanza de ver de cerca a una de las mayores estrellas del fútbol.]]></description><pubDate>Fri, 03 Jul 2026 16:47:02 +0000</pubDate><content:encoded><![CDATA[<p>Argentina y Cabo Verde se enfrentarán este viernes en un partido de dieciseisavos de final de la Copa Mundial de la FIFA 2026, mientras los aficionados ya se reúnen en el sur de Florida con la esperanza de ver de cerca a una de las mayores estrellas del fútbol.</p><p>El partido se disputará en el Miami Stadium, también conocido como Hard Rock Stadium, en Miami Gardens, donde la vigente campeona Argentina enfrentará a Cabo Verde, el pequeño archipiélago africano que disputa por primera vez una fase eliminatoria del Mundial.</p><p>El jueves por la tarde, un pequeño grupo de fieles seguidores argentinos se reunió afuera del hotel del equipo antes de que los jugadores salieran rumbo al entrenamiento.</p><p>“Quiero ver a Messi. No puedo esperar para ver a Messi”, dijo Katya Major, aficionada de Argentina.</p><p>La policía estableció un perímetro para mantener a los aficionados a distancia mientras esperaban la salida del equipo. Major dijo que esperaba que los jugadores saludaran al público.</p><p>“Espero que saluden a todos y quizá nos dejen tomar algunas fotos”, agregó.</p><p>Como muchos de los presentes, Major esperaba especialmente ver a Lionel Messi, quien ha anotado seis goles para ayudar a Argentina a avanzar con paso firme a la fase eliminatoria.</p><p>“Parece que ya no tiene nada que demostrar, así que esta vez está disfrutando jugar”, dijo Major. “No tiene presión”.</p><p>El aficionado argentino Bruno Martínez dijo que los actuales campeones del mundo llegan al partido con confianza, aunque entiende los desafíos del torneo.</p><p>“Sabemos que tenemos un equipo fuerte, pero hay demasiados equipos fuertes en el Mundial”, afirmó.</p><p>Martínez dijo que ver a los jugadores en persona era casi tan significativo como asistir al partido.</p><p>“Si quieres vencer a Argentina, tienes que luchar mucho”, agregó.</p><p>Jefferey Wan, superfan de Messi, dijo a Gabrielle Arzola, de Local 10, que viajó desde China para ver a su ídolo.</p><p>“Messi es mi ídolo, mi leyenda”, dijo. “He seguido a Messi desde 2010”.</p><p>Mientras tanto, Cabo Verde, que celebró su clasificación al Mundial, ahora tiene la oportunidad de hacer historia.</p><p>Una victoria el viernes lo convertiría en uno de los pocos equipos africanos en alcanzar los octavos de final del torneo y en la nación más pequeña en lograrlo. También sería una de las mayores sorpresas en la historia de la Copa Mundial, al eliminar a los campeones defensores.</p><p>El inicio del partido en Miami Gardens está programado para las 6:00 p.m.</p>]]></content:encoded></item><item><title><![CDATA[Trump administration’s interpretation of slavery under George Washington can be reinstalled]]></title><link>https://www.local10.com/news/national/2026/07/03/trump-administrations-interpretation-of-slavery-under-george-washington-can-be-reinstalled/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/07/03/trump-administrations-interpretation-of-slavery-under-george-washington-can-be-reinstalled/</guid><dc:creator><![CDATA[By GEOFF MULVIHILL, Associated Press]]></dc:creator><description><![CDATA[An appeals court ruled Friday that President Donald Trump’s administration can reinstall interpretive panels that critics say whitewash the history of slavery at the site of President George Washington’s home in Philadelphia.]]></description><pubDate>Fri, 03 Jul 2026 21:33:46 +0000</pubDate><content:encoded><![CDATA[<p>An appeals court ruled Friday that President Donald Trump’s administration can reinstall interpretive panels that critics say whitewash the history of slavery at the site of President George Washington’s home in Philadelphia.</p><p>The signs would be in the same area where the Declaration of Independence was adopted on July 4, 1776. A message seeking comment was left Friday with the National Park Service.</p><p>The new educational panels were designed to replace ones put up in 2010 that told the story of how nine slaves lived in the home along with George and Martha Washington in the 1790s, when Philadelphia was briefly the nation's capital.</p><p>Their removal stemmed from Trump's 2025 executive order calling for federally owned or controlled historic sites not to display information to “disparage Americans past or living” and to focus on the “greatness of the achievements and progress of the American people.”</p><p>Friday's ruling from a three-judge panel of the U.S. 3rd Circuit of Appeals, which is based in a courthouse across an intersection from the President's House site, was a technical one to allow implementation of a ruling made last month.</p><p>That ruling — by one judge Trump nominated, one nominated by former President George W. Bush and one chosen by former President Barack Obama — said a lower court was wrong to force the federal government to take down its new panels.</p><p>The government asked Thursday for the go-ahead to put them back up, saying that the panels were ready to install and that they should go up “without further delay.” The administration has said in court filings that its information also discusses slavery.</p><p>Advocates, academics and officials have been concerned for months that the version that complies with Trump’s order could give a history that downplays the pain in the nation’s past in favor of a more triumphant view.</p><p>A government website with images of the new panels shows they would still have information on enslaved people who lived in the home, plus details on the abolitionist movement, how the Constitution treated slavery, the end of slavery in Pennsylvania and how Washington and his successor, John Adams, viewed and treated slavery, as well as information about the 20th century Civil Rights movement. The replacement panels do not include some of detail in the earlier ones, such as a map of slave trade routes and a timeline on slavery. They also avoid critical headlines such as “The Dirty Business of Slavery.”</p><p>The City of Philadelphia, which sued over removal of the previous information, is trying to put the brakes on the new installation. The city on Friday asked the appeals court to recall its order from earlier in the day — at least long enough to allow the city to respond to the request Trump's administration made on Thursday.</p><p>Philadelphia said in its filing that it would be hurt if the new panels go back up: “The President’s House is a site of exceptional importance to Philadelphia and the Nation, developed through years of federal-local collaboration to tell a historically significant and long-suppressed story.”</p><p>About half the previous panels were reinstalled earlier this year before a court ordered that work to stop.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/J3JL272FT5P74DAWR75IAOSCDM.jpg?auth=291375136c1abd56acdd7535c27ca37d9cab3362bac24169ca600223d80f890f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Panels that were part of an exhibit on slavery at the President's House Site in Independence National Historical Park are reinstalled, Feb. 19, 2026, in Philadelphia. (AP Photo/Joe Lamberti, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Joe Lamberti</media:credit></media:content></item><item><title><![CDATA[Flyers sign Ducks center Carlsson to 5-year, $90 million offer sheet; Anaheim has 7 days to match]]></title><link>https://www.local10.com/sports/2026/07/03/flyers-sign-ducks-center-carlsson-to-5-year-90-million-offer-sheet-anaheim-has-7-days-to-match/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/03/flyers-sign-ducks-center-carlsson-to-5-year-90-million-offer-sheet-anaheim-has-7-days-to-match/</guid><dc:creator><![CDATA[By DAN GELSTON, Associated Press]]></dc:creator><description><![CDATA[PHILADELPHIA (AP) — The Philadelphia Flyers are prepared to pay Anaheim center Leo Carlsson the highest annual salary at $18 million since the salary cap era began in 2005, now giving the Ducks seven days to match the offer.]]></description><pubDate>Fri, 03 Jul 2026 22:01:27 +0000</pubDate><content:encoded><![CDATA[<p>PHILADELPHIA (AP) — The Philadelphia Flyers are prepared to pay Anaheim center Leo Carlsson the highest annual salary at $18 million since the salary cap era began in 2005, now giving the Ducks seven days to match the offer.</p><p>The Flyers tendered the five-year, $90 million offer sheet to Carlsson on Friday, which would require four of the Flyers first-round draft picks in each of the next four seasons as compensation.</p><p>The Anaheim Ducks have seven days to exercise their right of first refusal on the player, per the NHL collective bargaining agreement.</p><p>The Ducks announced they would not make an immediate decision. General manager Pat Verbeek will not comment until the process is complete.</p><p>The offer sheet comes 14 years after the Flyers, under previous management, offer-sheeting Nashville defenseman Shea Weber for $110 million over 14 years, which the Predators matched.</p><p>The 21-year-old Carlsson had 29 goals, 38 assists for 67 points in 70 games last season with the Ducks. He added 11 points in 12 playoff games to help lead Anaheim to the second round.</p><p>A native of Karlstad, Sweden, Carlsson has 141 points (61 goals, 80 assists) in 201 regular-season games with the Ducks. The 6-foot-3, 208-pound center was selected by Anaheim second overall in the 2023 draft.</p><p>The Minnesota Wild in September signed Kirill Kaprizov to an eight-year, $136 million extension, giving him the richest contract in NHL history.</p><p>Kaprizov will count $17 million against the salary cap beginning next season, through 2034. That’s the highest annual average salary of any player since the league’s cap era began in 2005, surpassing Edmonton’s Leon Draisaitl at $112 million over eight years, a $14 million annual average. Alex Ovechkin’s 13-year, $124 million contract signed with Washington in 2008 was previously the highest total value.</p><p>___</p><p>AP NHL: https://apnews.com/NHL</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/62PNB7ABBWX3SUD4FQVVJPCGNY.jpg?auth=ed53c97623740bcbeb03f919db78eda061cc7de161595c0ca91de1e3aadeac90&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Anaheim Ducks center Leo Carlsson celebrates his empty net goal during the third period of Game 6 in the first round of the NHL hockey Stanley Cup playoffs series against the Edmonton Oilers, April 30, 2026, in Anaheim, Calif. (AP Photo/Mark J. Terrill, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark J. Terrill</media:credit></media:content></item><item><title><![CDATA[Egypt wins in World Cup knockout round debut with 4-2 penalty shootout edge over Australia]]></title><link>https://www.local10.com/sports/2026/07/03/egypt-wins-in-world-cup-knockout-round-debut-with-4-2-penalty-shootout-edge-over-australia/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/03/egypt-wins-in-world-cup-knockout-round-debut-with-4-2-penalty-shootout-edge-over-australia/</guid><dc:creator><![CDATA[By SCHUYLER DIXON, Associated Press]]></dc:creator><description><![CDATA[ARLINGTON, Texas (AP) — No matter what Mohamed Salah decides about his future with Egyptian soccer — more World Cups or not — the star striker can say he was the captain for the country's first victory in the knockout round.]]></description><pubDate>Sat, 04 Jul 2026 04:11:10 +0000</pubDate><content:encoded><![CDATA[<p>ARLINGTON, Texas (AP) — No matter what Mohamed Salah decides about his future with Egyptian soccer — more World Cups or not — the star striker can say he was the captain for the country's first victory in the knockout round.</p><p>Hossam Abdelmaguid scored the deciding goal in a shootout, and Egypt won its debut in the elimination round of the World Cup by beating Australia 4-2 on penalty kicks after a 1-1 draw in the round of 32 Friday.</p><p>Australia goalkeeper Mathew Ryan didn't stop any of Egypt's four shots after replacing starter Patrick Beach late in extra time.</p><p>The victory comes in Egypt's fourth World Cup, the first one with an expanded field of 48. Australia is now 0-3 in the knockout round.</p><p>Egypt will next face defending champion Argentina, which beat Cape Verde 3-2 in extra time Friday night, in the round of 16 on Tuesday in Atlanta.</p><p>“Me feeling today is that it's incredible,” said Salah, the 34-year-old former Liverpool player who is one behind national team coach Hossam Hassan's Egyptian record of 69 international goals. “I always like seeing the boys happy and enjoying the moment. Nothing can match that. So today was one of the best days of my life.”</p><p>Harry Souttar opened the shootout by missing high for Australia, and 18-year-old Lucas Herrington hit the crossbar with the fourth attempt to set up Abdelmaguid’s clincher for the Pharaohs.</p><p>The 25-year-old Abdelmaguid, who doesn't have an international goal in 15 appearances, went low left as Ryan dived to the defender's right, setting off a raucous celebration among 70,244 fans at the sold-out home of the Dallas Cowboys, plenty of them wearing Egyptian red.</p><p>Egypt didn't even have a victory in the World Cup before beating New Zealand 3-1 in the group stage less than two weeks ago.</p><p>“I was only thinking about the Egyptian fans,” Hassan said through an interpreter. “During the entire time and during the penalty shootout, I was just praying, ‘God, please make the Egyptian people happy.’ Even before the penalty shootout, to be honest.”</p><p>Egypt’s other shootout scorers were Mahmoud Saber, Ramy Rabia and Salah, who played every minute of regulation and extra time despite a hamstring injury sustained in the team's group finale.</p><p>Jackson Irvine and Awer Mabil scored in the shootout for Australia.</p><p>“When I went to the players and talked to them, I wanted to take some pressure off,” Hassan said. “Do not look at the pressure. Just let everything out, don’t think about anything. Think about your penalty kick. Don’t even think about the goalkeeper. Just think about your kick.”</p><p>Emam Ashour gave Egypt the lead in regulation by scoring in the 13th minute with a header that beat Beach just inside the near post. Australia evened the match in the 55th when Egypt defender Mohamed Hany became the first player to score two own-goals in the same World Cup.</p><p>The own-goal came when Aiden O’Neill took a free kick from left of the penalty area and Hany headed the ball past goalkeeper Mostafa Shoubir for a spot in World Cup infamy. His other own-goal came in a 1-1 draw with Belgium in the group stage.</p><p>Less than 10 minutes earlier, Hany was down near the same spot after colliding with Connor Metcalfe on the Australia midfielder’s header attempt. Medical personnel tended to Hany with a stretcher waiting nearby, but he was helped up and stayed on after what appeared to be a concussion check.</p><p>Australia’s only scoring in World Cup knockout rounds has been two own-goals. The Socceroos lost to Italy 1-0 in 2006 and lost to Argentina 2-1 four years ago in Qatar. The goal against Argentina was an own-goal.</p><p>“It hurts when you get that close,” Australia coach Tony Popovic said. “Unfortunately, we bow out in a penalty shootout, so it’s difficult to take right now.”</p><p>Omar Marmoush had a great chance to give Egypt a two-goal lead in the opening seconds of the second half, but he sent a shot wide.</p><p>The late goalkeeper switch to the 34-year-old Ryan, for his 105th international appearance, came despite several strong saves from the 22-year-old Beach, who was playing in only his sixth game for the Socceroos.</p><p>Beach made a sprawling save on a header from Rabia in the waning moments of regulation, and seconds later had a much easier stop on Salah’s shot.</p><p>Egypt had one more chance before the end of regulation, but Haissem Hassan was turned away by Souttar, who deflected the shot with his knee.</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/GBSSPI5TOULIJ6QVMGBDBOKPKY.jpg?auth=4c18991cc7c6f20b31c5811590811d7fe124a07033e31b998824bead5da60a97&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Egypt players react during a penalty shootout against Australia for the World Cup round of 32 soccer match in Arlington, Texas, near Dallas, Friday, July 3, 2026. (AP Photo/Tony Gutierrez)]]></media:description><media:credit role="author" scheme="urn:ebu">Tony Gutierrez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/AUDA7SCXQM5U4SQFDYTBTV3AFY.jpg?auth=857aaa20c0f0a93de22de47b89fba4690a51b2aa848e241b9b989827f9515547&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Australia's Harry Souttar reacts after misses a penalty during a shootout at the World Cup round of 32 soccer match between Australia and Egypt in Arlington, Texas, near Dallas, Tuesday, Friday, July 3, 2026. (AP Photo/Sam Hodde)]]></media:description><media:credit role="author" scheme="urn:ebu">Sam Hodde</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WEO3AVMG6YUPO32GRIBOPP4XAY.jpg?auth=b1dce93cdfb4f1f47123d18761e4e0d44bb90da0e51790fbc364fa738e57ecef&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Egypt's Hossam Abdelmaguid (4) celebrates after scoring the winning penalty during World Cup round of 32 soccer match between Australia and Egypt in Arlington, Texas, near Dallas, Tuesday, Friday, July 3, 2026. (AP Photo/Sam Hodde)]]></media:description><media:credit role="author" scheme="urn:ebu">Sam Hodde</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/Q67TJ72EYVITSMTVGGECGD4SYQ.jpg?auth=e29210d4b451a8cea1b1a077554441819503722291563e2738446b56f3480460&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Egypt's Mohamed Salah reacts after scoring during a penalty shootout against Australia for the World Cup round of 32 soccer match in Arlington, Texas, near Dallas, Friday, July 3, 2026. (AP Photo/Tony Gutierrez)]]></media:description><media:credit role="author" scheme="urn:ebu">Tony Gutierrez</media:credit></media:content></item><item><title><![CDATA[Start time for Mexico's game against England at the World Cup unchanged despite weather concerns]]></title><link>https://www.local10.com/sports/2026/07/03/fifa-considering-earlier-kickoff-for-mexico-vs-england-at-the-world-cup-due-to-thunderstorm-fears/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/03/fifa-considering-earlier-kickoff-for-mexico-vs-england-at-the-world-cup-due-to-thunderstorm-fears/</guid><dc:creator><![CDATA[By CARLOS RODRIGUEZ and JAMES ROBSON, Associated Press]]></dc:creator><description><![CDATA[MEXICO CITY (AP) — The World Cup match between Mexico and England on Sunday will remain at the original scheduled time despite concerns about a potential afternoon thunderstorm.]]></description><pubDate>Sat, 04 Jul 2026 00:20:36 +0000</pubDate><content:encoded><![CDATA[<p>MEXICO CITY (AP) — The World Cup match between Mexico and England on Sunday will remain at the original scheduled time despite concerns about a potential afternoon thunderstorm.</p><p>FIFA had been looking at the possibility of starting the round of 16 game at the Azteca Stadium earlier than the scheduled 6 p.m. local time (8 p.m. EDT), a person with knowledge of the situation told The Associated Press.</p><p>The person spoke on condition of anonymity because they were not authorized to speak publicly.</p><p>But a Mexican federation official told the AP that after deliberation FIFA decided the match would remain unchanged.</p><p>That person also spoke on condition on anonymity because they were not authorized to comment publicly.</p><p>Among the reasons for exploring the change was because of possible disruption caused by flooding.</p><p>Mexico coach Javier Aguirre criticized the proposed change earlier Friday.</p><p>“It’s a kick in the gut; now we must change everything. It’s not that all the work goes down the drain — though it’s close — because you’re having to scrap six hours of scheduled planning. I don’t like it at all,” Aguirre told Radio Formula. “Obviously, we’ll abide by what FIFA says, but neither my players nor I are happy about it.”</p><p>Rescheduling the match also could have affected England’s preparations. The Three Lions are scheduled to arrive late Friday and will hold their Saturday training session at the grounds of UNAM Pumas in the southern part of the capital, leaving them with significantly less time to acclimate to Mexico City’s high elevation.</p><p>The Azteca Stadium sits at more than 7,300 feet (2,200 meters) above sea level. For elite athletes to perform at their peak at high altitude, a period of adaption is required to reduce fatigue caused by lower atmospheric pressure and reduced oxygen availability, experts say. Sports scientists generally recommend an extended acclimation period of at least two weeks, or the “fly-in, fly-out” method of arriving as close to game time as possible before acute symptoms set in.</p><p>England coach Thomas Tuchel has already spoken about the difficulties his team faces in Mexico City.</p><p>“My understanding is that we cannot adapt to the altitude. That is just a huge advantage that Mexico will have,” Tuchel said this week. “It just takes too much time.”</p><p>The game will be Mexico City's fifth and final match of this year's World Cup.</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/LBDJODY4TWN3WG7Q5R7LEPF4FM.jpg?auth=ddd4ee6651693f94e644135023dc17efd24242f1519545b8141fed18d4fb19d9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A Mexican fan waits in the rain for the start of the World Cup round of 32 soccer match between Mexico and Ecuador in Mexico City, Tuesday, June 30, 2026. (AP Photo/Natacha Pisarenko )]]></media:description><media:credit role="author" scheme="urn:ebu">Natacha Pisarenko</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BD4QVQEIM5HRUAOWD3VHXDWFEY.jpg?auth=e1ee715bac5acc114a68817cfdbe478adb92dbb287616a048f3a6b6bfb154943&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[General view before the World Cup round of 32 soccer match between Mexico and Ecuador in Mexico City, Tuesday, June 30, 2026. (AP Photo/Silvia Izquierdo)]]></media:description><media:credit role="author" scheme="urn:ebu">Silvia Izquierdo</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/UQO77WAQZT4RWDKM4LDXKH7F24.jpg?auth=24d1673cb7937e22f0305f535c2506bbab1a8660e2387884b72b335348467ea4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Fans wait as the World Cup round of 32 soccer match between Mexico and Ecuador is delayed due to a thunderstorm, in Mexico City, Tuesday, June 30, 2026. (AP Photo/Fernando Llano)]]></media:description><media:credit role="author" scheme="urn:ebu">Fernando Llano</media:credit></media:content></item><item><title><![CDATA[Machado pide volver a Venezuela tras los sismos y critica la respuesta del gobierno]]></title><link>https://www.local10.com/espanol/2026/07/03/machado-pide-regresar-a-venezuela-tras-los-sismos-y-critica-la-respuesta-del-gobierno/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/03/machado-pide-regresar-a-venezuela-tras-los-sismos-y-critica-la-respuesta-del-gobierno/</guid><dc:creator><![CDATA[Por REGINA GARCÍA CANO e ISABEL DEBRE, Associated Press]]></dc:creator><description><![CDATA[CARACAS, Venezuela (AP) — Las consecuencias de los potentes sismos consecutivos de Venezuela se han convertido en una gran prueba para la presidenta en funciones, Delcy Rodríguez, lo que la ha obligado a actuar a toda prisa para evitar que el desastre humanitario se transforme en uno político, mientras su mandato como líder interina vence el viernes.]]></description><pubDate>Fri, 03 Jul 2026 22:54:45 +0000</pubDate><content:encoded><![CDATA[<p>CARACAS, Venezuela (AP) — Las consecuencias de los potentes sismos consecutivos de Venezuela se han convertido en una gran prueba para la presidenta en funciones, Delcy Rodríguez, lo que la ha obligado a actuar a toda prisa para evitar que el desastre humanitario se transforme en uno político, mientras su mandato como líder interina vence el viernes.</p><p>Un día después de que Rodríguez defendiera con enojo la capacidad del operativo de ayuda de su gobierno en su primera conferencia de prensa desde el desastre del 24 de junio, su principal rival, la venezolana exiliada y premio Nobel de la Paz María Corina Machado, lanzó su propio llamado.</p><p>Machado sostuvo el viernes desde Panamá que la respuesta del gobierno ante el terremoto dejó al descubierto sus debilidades críticas y que “para facilitar el avance de un proceso de transición, mi presencia (en Venezuela) contribuye y mucho más después de la tragedia”.</p><p>“Mi presencia estabiliza, es parte de las fuerzas organizadoras que el país necesita en un momento donde se ha evidenciado la ausencia total del Estado”, afirmó Machado, aludiendo a las críticas generalizadas a la respuesta del gobierno ante el terremoto por considerarla lenta y desorganizada. “El país necesita referentes en quien confiar”.</p><p>Los sismos han causado la muerte de más de 2.295 personas y han dejado a más de 11.000 heridas, según el gobierno, que no ha ofrecido actualizaciones sobre fallecidos y lesionados desde el miércoles. El movimiento opositor de Machado ha creado una base de datos digital para localizar a los desaparecidos, que actualmente registra a más de 36.000 personas cuyo paradero se desconoce. Su partido ha movilizado voluntarios para recolectar donaciones en Venezuela y ha solicitado ayuda a la vasta diáspora del país.</p><p>“Mi presencia… busca articular, unificar, no solamente para atender una emergencia, para sanar la herida”, manifestó la dirigente opositora, a quien se le prohibió postularse en las elecciones presidenciales de 2024 en las que el presidente Nicolás Maduro se adjudicó la victoria. Un conteo de votos verificado de manera independiente y realizado por la oposición concluyó que el candidato respaldado por Machado, Edmundo González, fue el verdadero ganador.</p><p>Estados Unidos elogia a Rodríguez y bloquea a Machado</p><p>Cuando ocurrieron los terremotos, Machado vio una oportunidad crucial para regresar a su país por primera vez desde que huyó en diciembre pasado para aceptar el Premio Nobel de la Paz en Noruega. Desde que Estados Unidos capturó a Maduro en una audaz operación militar en enero, Machado ha buscado volver a la escena y ha llamado a una transición democrática.</p><p>Pero el gobierno de Trump ha respaldado a Rodríguez desde la salida de Maduro, elogiando sus reformas favorables a los negocios en el lucrativo sector petrolero del país y sin ofrecer un calendario sobre cuándo podrían celebrarse elecciones.</p><p>Dos altos funcionarios estadounidenses familiarizados con el asunto, que hablaron bajo condición de anonimato para revelar conversaciones diplomáticas privadas, dijeron a The Associated Press que el gobierno de Trump se ha mostrado cada vez más frustrado con Machado y la disuadió de regresar a Venezuela tras los terremotos.</p><p>Uno de los funcionarios indicó que la líder opositora había solicitado ayuda a Washington para trasladarse a Venezuela desde el territorio caribeño neerlandés de Curazao y también desde Panamá, donde se encuentra ahora.</p><p>El segundo funcionario señaló que Estados Unidos sospechaba que ella quería regresar para encabezar protestas contra Rodríguez y presionar por un cambio político en un momento en que el foco debería estar en la recuperación tras el terremoto. Este funcionario añadió que el gobierno de Trump no podía impedir el regreso de Machado, pero tampoco estaba en condiciones de facilitarlo.</p><p>Las secuelas del terremoto se vuelven políticas</p><p>Al enterarse de los planes inminentes de Machado de regresar, Rodríguez cerró el tráfico aéreo comercial hacia Caracas, según el funcionario estadounidense. Esos vuelos cancelados debían trasladar a cientos de trabajadores de ayuda para colaborar en las tareas de recuperación tras el terremoto, agregó el funcionario.</p><p>Machado afirmó el lunes que el gobierno había cerrado su espacio aéreo para impedir su regreso, sin aportar pruebas. El gobierno no respondió a una solicitud de comentarios sobre el supuesto cierre.</p><p>Aparentemente preocupada de que la indignación por la respuesta al terremoto pudiera poner en riesgo su autoridad, Rodríguez atribuyó el jueves cualquier crítica a lo que calificó como narrativas fabricadas en “laboratorios mediáticos”. Aseguró que los equipos de rescate se desplegaron de inmediato con equipo adecuado en las zonas de desastre, en contradicción con las quejas generalizadas de residentes que dijeron que se quedaron solos buscando a sus seres queridos sin equipos oficiales ni maquinaria pesada durante las primeras 48 horas.</p><p>“Los laboratorios mediáticos que responden a posiciones partidistas, políticas, son unos miserables”, sostuvo Rodríguez. “No esperamos uno, dos o tres días. Actuamos de inmediato”.</p><p>Luego indicó que se habían desplegado miles de rescatistas civiles y militares, así como 11 hospitales de campaña internacionales, en las zonas afectadas por el terremoto, y añadió que el gobierno había aprobado la creación de un fondo para recibir donaciones destinadas a la reconstrucción.</p><p>El viernes, medios estatales difundieron imágenes de su visita en el hospital a Hernán Alberto Gil Flores, un guardia de seguridad de 43 años que fue sacado de un sótano derrumbado tras sobrevivir casi ocho días bajo los escombros. Su dramático rescate, realizado el jueves, fue uno de los pocos puntos luminosos en uno de los periodos más sombríos que se recuerdan en Venezuela.</p><p>No está claro qué ocurrirá cuando venza el mandato</p><p>Según la Constitución de Venezuela, las ausencias temporales deben ser cubiertas por el vicepresidente —cargo que antes ocupaba Rodríguez— por hasta 90 días, tras lo cual pueden prorrogarse por la Asamblea Nacional por otros 90 días.</p><p>El viernes venció ese periodo interino de 180 días. Hasta le momento, las autoridades no han dicho qué harían, si es que harían algo, ante el vencimiento del mandato de Rodríguez.</p><p>La Asamblea Nacional, controlada por el partido de Rodríguez, puede activar una elección anticipada si los legisladores declaran el cargo permanentemente vacante.</p><p>___</p><p>DeBre informó desde Buenos Aires, Argentina. El reportero de The Associated Press Matthew Lee en Washington contribuyó a este informe.</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/VZGZO5CXPDESE7SAAGIUOJGGNI.jpg?auth=18541290b97b310a9dd6b78c1e3fc55c5e19fe9b7ede8aa8f3125d0585d4b04d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[La escuela San Judas Tadeo yace parcialmente en ruinas en Caracas, Venezuela, el viernes 3 de julio de 2026, días después de que fuera dañada por los terremotos. (AP Foto/Ariana Cubillos)]]></media:description><media:credit role="author" scheme="urn:ebu">Ariana Cubillos</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/64XU6KZFS2U3FA5RGPRWKZO4P4.jpg?auth=2cd390d6a55efa4e97ebb7bcfd3bc32701b691aff73024c6661711e10d964bea&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Feligreses oran durante una misa celebrada afuera de la iglesia de Santa Teresa, que permaneció cerrada tras los terremotos, el viernes 3 de julio de 2026, en el centro de Caracas, Venezuela. (AP Foto/Ariana Cubillos)]]></media:description><media:credit role="author" scheme="urn:ebu">Ariana Cubillos</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/AVEYELELKZXPXHGRUKNHJQQXYE.jpg?auth=8571a73fa937d97ebbb2390ce4a5fe078e885004f38bcaee9e7c3f251d7f84f5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Vecinos permanecen frente a la escuela San Judas Tadeo tras el derrumbe parcial del edificio en Caracas, Venezuela, el viernes 3 de julio de 2026, días después de haber sufrido daños por los terremotos. (AP Foto/Ariana Cubillos)]]></media:description><media:credit role="author" scheme="urn:ebu">Ariana Cubillos</media:credit></media:content></item><item><title><![CDATA[Soft-spoken Malik Tillman delivers a loud statement with his bloody sock goal at the World Cup]]></title><link>https://www.local10.com/sports/2026/07/02/soft-spoken-malik-tillman-delivers-a-loud-statement-with-his-bloody-sock-goal-at-the-world-cup/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/02/soft-spoken-malik-tillman-delivers-a-loud-statement-with-his-bloody-sock-goal-at-the-world-cup/</guid><dc:creator><![CDATA[By JOSH DUBOW, Associated Press]]></dc:creator><description><![CDATA[SANTA CLARA, Calif. (AP) — Malik Tillman is soft-spoken off the field with his interviews often given at a volume just above a whisper.]]></description><pubDate>Thu, 02 Jul 2026 16:26:47 +0000</pubDate><content:encoded><![CDATA[<p>SANTA CLARA, Calif. (AP) — Malik Tillman is soft-spoken off the field with his interviews often given at a volume just above a whisper.</p><p>He spoke loudly with his bloody right foot at one of the biggest moments of the World Cup for the United States. Still feeling the affects of being stomped on by an opponent’s studs, Tillman scored the first free kick goal in a World Cup for the Americans in 32 years to seal a 2-0 win over Bosnia-Herzegovina on Wednesday night that sent the U.S. into the round of 16.</p><p>Tillman celebrated the biggest moment of his young career with a smile and a scream as he ran to celebrate with his teammates in front of the large contingent of American fans at Levi’s Stadium.</p><p>“I’m a different type of person on the pitch,” he said after the game. “Of course maybe you don’t really see my emotions, but then if you score a goal like this, I think also you guys saw my emotions. It’s a great feeling.”</p><p>Tillman showed off his bloody sock — perhaps the most famous in American sports lore since Curt Schilling’s in the 2004 baseball playoffs for the Boston Red Sox — after the game, saying he was still in a bit of pain.</p><p>But the discomfort was lessened by pure joy as the U.S. now prepares to play Belgium on Monday night in Seattle with a chance to make it to the quarterfinals for the first time since 2002.</p><p>Tillman’s goal came with the U.S. protecting a one-goal lead and down a man after Folarin Balogun was sent off with a red card early in the second half. Balogun scored his third goal of the tournament in the first half but Tillman delivered the game-sealer in the highlight of what has already been a productive World Cup for the 24-year-old.</p><p>“Obviously he’s been playing so well,” captain Tim Ream said. “I’d argue he’s, other than Balo’s goals, he’s one of our best players. Everywhere on the field, doing the dirty things, making the hard things easy. I think it is just that. He just wanted to feel like he had a place. He’s a quiet kid, but he’s just come on leaps and bounds.”</p><p>Tillman is the son of an American serviceman and German mother and grew up in Germany playing on the Bayern Munich youth squad and the German national youth team before making the switch to the U.S. team in 2022.</p><p>His big moment came last summer in the Gold Cup when he scored two goals against Trinidad and Tobago and another against Haiti in the group stage. He then missed a penalty kick in the first half of the quarterfinals against Costa Rica before making one in the penalty shootout that sent the U.S. to the semifinals.</p><p>“The Gold Cup was really huge for him,” Ream said. “I think the adversity of the Costa Rica game, the penalty was really big for him. Now you look at him and he looks like he’s just playing such an easy game. It’s incredible to see. He’s had that in him all this time. It was just a matter of him finding the confidence and him believing in himself.”</p><p>This past year wasn’t easy for him after he moved from PSV Eindhoven to Bayer Leverkusen in a transfer worth a reported $41 million. He had six goals and one assist in 29 games in the Bundesliga and scoring two more in the Champions League.</p><p>His biggest goal came Wednesday night when he became the first American man to score off a free kick in a World Cup since Eric Wynalda in the 1994 opener against Switzerland.</p><p>“It was amazing,” coach Mauricio Pochettino said. “I think Malik is an amazing player, full of talent. We knew that he has the talent to do what he did. I’m so happy for him. Tough season for him in Leverkusen but I think now he’s enjoying and we are enjoying and the fans are enjoying his football.”</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/OWZPQNFNTXF63HTMIKCYICYIUI.jpg?auth=bed5c6699a6bb5874f1146f9f4184bcaf547f8c77be67625494501a888299c8b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[United States' Malik Tillman (17) celebrates with teammates after scoring on a free kick during the World Cup round of 32 soccer match between the United States and Bosnia in Santa Clara, Calif., near San Francisco, Wednesday, July 1, 2026. (AP Photo/Martin Meissner)]]></media:description><media:credit role="author" scheme="urn:ebu">Martin Meissner</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/PSKOP5KM4KAID54WVDHPWMQI3Q.jpg?auth=2aecb24338278ff31793f991b913b8d059f4c91f90dd5d1b3d14b43e124f1fd9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[United States' Malik Tillman (17) scores their second goal from a free kick during the World Cup round of 32 soccer match between the United States and Bosnia in Santa Clara, Calif., near San Francisco, Wednesday, July 1, 2026. (AP Photo/Martin Meissner)]]></media:description><media:credit role="author" scheme="urn:ebu">Martin Meissner</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6RMANEDEWPJOIJFVW6D5WKF32E.jpg?auth=3ebf42dc9ff992ecd13f7d639b8306fcf8d23ea1bb7372ec2597e1ec9a4c7fed&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[United States' Malik Tillman, left, scores his team's second goal from a free kick during the World Cup round of 32 soccer match between the United States and Bosnia in Santa Clara, Calif., near San Francisco, Wednesday, July 1, 2026. (AP Photo/Julio Cortez)]]></media:description><media:credit role="author" scheme="urn:ebu">Julio Cortez</media:credit></media:content></item><item><title><![CDATA[Massachusetts city with large Cape Verdean community sets curfew ahead of World Cup match]]></title><link>https://www.local10.com/news/national/2026/07/02/massachusetts-city-with-large-cape-verdean-community-sets-curfew-ahead-of-world-cup-match/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/07/02/massachusetts-city-with-large-cape-verdean-community-sets-curfew-ahead-of-world-cup-match/</guid><dc:creator><![CDATA[By LEAH WILLINGHAM, Associated Press]]></dc:creator><description><![CDATA[BOSTON (AP) — A Massachusetts city home to one of the nation’s largest Cape Verdean communities will impose a nighttime curfew ahead of Cape Verde’s World Cup match Friday after police said recent postgame celebrations were marred by shootings, stabbings and other violence, prompting city officials to request National Guard assistance.]]></description><pubDate>Thu, 02 Jul 2026 18:22:15 +0000</pubDate><content:encoded><![CDATA[<p>BOSTON (AP) — A Massachusetts city home to one of the nation’s largest Cape Verdean communities will impose a nighttime curfew ahead of Cape Verde’s World Cup match Friday after police said recent postgame celebrations were marred by shootings, stabbings and other violence, prompting city officials to request National Guard assistance.</p><p>Brockton Mayor Moises Rodrigues announced what he called a “temporary safety curfew” within the Boston suburb at a news conference Wednesday. Cape Verde, an island nation off the west coast of Africa that qualified for the World Cup for the first time this year, is scheduled to face Argentina on Friday in the knockout stage of the tournament.</p><p>“The purpose of this curfew is to protect public safety, reduce criminal activity associated with post-game celebrations, and enable police, fire and emergency personnel to effectively maintain order and respond to emergencies,” Rodrigues said.</p><p>The curfew will run from 10 p.m. Friday until 5 a.m. Saturday in parts of Brockton, where thousands of people have gathered after Cape Verde’s World Cup matches, pouring into downtown streets waving flags, dancing and celebrating late into the night. No one will be allowed to enter establishments serving alcohol after 7 p.m., and last call will be at 9:30 p.m.</p><p>Brockton is home to one of the nation’s largest Cape Verdean communities. Nearly one in five residents is Cape Verdean, and the community is often referred to as the “11th island” of Cape Verde.</p><p>Cape Verde has captured the attention of its diaspora during a historic World Cup run, drawing jubilant crowds in Brockton after matches. City officials have repeatedly said the overwhelming majority of those celebrations have been peaceful.</p><p>But police say recent celebrations have also been followed by violence. At least nine people have been injured in shootings that occurred after World Cup matches or as crowds gathered downtown, according to Brockton police. Others were hurt in stabbings.</p><p>In recent days, detectives released surveillance photos and video from multiple shootings, including one near Main Street as crowds gathered June 21 and another later that night at a gas station, asking the public to help identify suspects.</p><p>Police also said they linked a suspect in another investigation to a shooting that occurred after a World Cup match.</p><p>Officials said the curfew exempts first responders and people traveling to or from work or seeking medical care. They said First Amendment activities, including news coverage, would also be respected.</p><p>Police Chief Brenda Perez said the department is understaffed and has relied on mutual aid from the Massachusetts State Police, the Plymouth County Sheriff’s Office and neighboring police departments during previous celebrations. She said more than 200 officers were deployed during recent World Cup gatherings but declined to discuss operational plans for Friday.</p><p>Steve Hooke, director of the Brockton Emergency Management Agency, confirmed the city requested National Guard assistance but declined to discuss operational details or whether the request had been approved.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/E5PNG3JGGNJNOMXJEOB7PBISUA.jpg?auth=e3757508e8220783e6e7a4ade791b179b2d0d05e92e2d09043be3e204cd6059e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Cape Verde supporters celebrate in cars on the streets after the World Cup Group H soccer match between Uruguay and Cape Verde at the Cape Verde community in Brockton, Mass. near Boston, Sunday, June 21, 2026. (AP Photo/Martin Meissner)]]></media:description><media:credit role="author" scheme="urn:ebu">Martin Meissner</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/K2PTPPB7HQ4FSE5HVY35XQADQA.jpg?auth=84a388acfbca9f98446979bd428546bac1ddc22c109eefe057ef9d218a4bf9d9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Cape Verde supporters celebrate the opening goal for their team as they watch the World Cup Group H soccer match between Uruguay and Cape Verde at a restaurant at a Cape Verde community in Brockton, Mass. near Boston, Sunday, June 21, 2026. (AP Photo/Martin Meissner)]]></media:description><media:credit role="author" scheme="urn:ebu">Martin Meissner</media:credit></media:content></item><item><title><![CDATA[StubHub sued by fans who say ticket cancellations crushed dreams of going to World Cup]]></title><link>https://www.local10.com/business/2026/07/02/stubhub-sued-by-fans-who-say-ticket-cancellations-crushed-dreams-of-going-to-world-cup/</link><guid isPermaLink="true">https://www.local10.com/business/2026/07/02/stubhub-sued-by-fans-who-say-ticket-cancellations-crushed-dreams-of-going-to-world-cup/</guid><dc:creator><![CDATA[By MICHAEL R. SISAK, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — After weeks of complaints from frustrated fans, StubHub is being sued by customers who say the ticket reseller's inability to fulfill orders crushed their dreams of going to World Cup.]]></description><pubDate>Thu, 02 Jul 2026 19:02:09 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — After weeks of complaints from frustrated fans, StubHub is being sued by customers who say the ticket reseller’s inability to fulfill orders crushed their dreams of going to World Cup.</p><p>Julia Reeker Moghal and Reuben Renteria, both of California, sued the ticketing giant this week in federal court in New York, alleging that “false and misleading” sales practices left them without the tickets they purchased for group stage matches last month.</p><p>The lawsuit, which seeks to become a class action, says Moghal and Renteria are among hundreds or even thousands of World Cup fans who purchased tickets only to find out that they “did not exist, were revoked without any forewarning, or had been erased” because of what the tournament’s organizer, FIFA, deemed “poor digital infrastructure.”</p><p>In addition to monetary damages, Moghal and Renteria are asking that StubHub be barred from selling World Cup tickets and that any profits from those sales be given to affected customers.</p><p>StubHub declined to comment on the lawsuit but said in a statement that its “singular goal is to get fans into events.”</p><p>If anything goes wrong, “our FanProtect Guarantee provides replacement tickets or a full refund,” the company said. “The World Cup is no different, and the issues fans have experienced are largely driven by problems with the event organizer’s own ticketing infrastructure.”</p><p>FIFA encourages fans to buy tickets through its own marketplace, where it adds a 30% surcharge to every resold ticket — 15% each from the buyer and seller.</p><p>In a statement, the organization said it “has no visibility over, or control of, secondary market ticket transactions carried out on third-party platforms” and “rejects any suggestion that the functional issues being experienced by users of third-party platforms” are the result of FIFA’s ticketing infrastructure.</p><p>For weeks, fans have been complaining on social media about tickets that never arrived from resellers, orders that were canceled at the last minute and hours they spent trying to sort out problems between FIFA’s ticketing system and outside resale platforms.</p><p>According to the lawsuit, Moghal paid $1,905 for three tickets to the June 18 Switzerland-Bosnia and Herzegovina match at SoFi Stadium in Inglewood, California, but never received them and never got a refund, which would violate the company’s guarantee.</p><p>As the match approached, Moghal was given conflicting information about the status of her order, first receiving a notice that the tickets were ready, then learning that StubHub had canceled her order, then being misled into thinking her tickets would be delivered after all, the lawsuit said.</p><p>After the initial cancellation, Moghal spent hours on the phone with StubHub, which said the order would remain canceled but then reversed course and promised her that they would be delivered an hour before the match, the lawsuit said.</p><p>Moghal drove to the stadium and waited in line, but never received her tickets, the lawsuit said. She was then promised a refund but never got one, the lawsuit said.</p><p>Had she known “that StubHub was either unable to deliver or not authorized to deliver her World Cup Tickets to her, she never would have purchased them,” the lawsuit said.</p><p>Similarly, Renteria paid $2,294 for two tickets to the June 18 Mexico-South Korea match in Guadalajara, Mexico, but never received his tickets, the lawsuit said.</p><p>Like Moghal, Renteria received a notice that his tickets were ready, only to find that StubHub canceled the order, the lawsuit said. He was only refunded after “significant complaints to StubHub,” but had to eat the cost of traveling to Mexico, the lawsuit said.</p><p>__</p><p>Associated Press reporter R.J. Rico in Atlanta contributed to this report.</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/FTDGJTVC3OJFGQBDYLF7VOGTJQ.jpg?auth=34c07f3e63c4bfb363cd023cd399dc9da9ea4fa1700d338f503d994add746c6a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[England players face the crowd after the World Cup Group L soccer match between Panama and England in East Rutherford, N.J., near New York, Saturday, June 27, 2026. (AP Photo/Yuki Iwamura)]]></media:description><media:credit role="author" scheme="urn:ebu">Yuki Iwamura</media:credit></media:content></item><item><title><![CDATA[Eastern heat on July 4 threatens World Cup players and fans]]></title><link>https://www.local10.com/sports/2026/07/03/eastern-heat-on-july-4-threatens-world-cup-players-and-fans/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/03/eastern-heat-on-july-4-threatens-world-cup-players-and-fans/</guid><dc:creator><![CDATA[By DORANY PINEDA and JENNIFER MCDERMOTT, Associated Press]]></dc:creator><description><![CDATA[LOS ANGELES (AP) — Saturday's afternoon knockout round game between France and Paraguay in Philadelphia could be this World Cup tournament's hottest, posing dangers to the region as well as athletes and tens of thousands of fans in the open-air stadium.]]></description><pubDate>Fri, 03 Jul 2026 07:08:27 +0000</pubDate><content:encoded><![CDATA[<p>LOS ANGELES (AP) — Saturday’s afternoon knockout round game between France and Paraguay in Philadelphia could be this World Cup tournament’s hottest, posing dangers to the region as well as athletes and tens of thousands of fans in the open-air stadium.</p><p>A heat wave is expected to continue across the eastern and central U.S. through the end of the week, with peak heat indexes — which combine air temperature with humidity — between 100 F to 115 F (37.78 C to 46.11 C), according to the National Weather Service. High night temperatures will bring little relief and records could be broken.</p><p>Earlier this week, French players cooled off from temperatures that hit 90 F (32.22 C) with field sprinklers during their match against Sweden in New Jersey.</p><p>Concerns about extreme heat during the games in the U.S., Canada and Mexico have been growing for months, with some scientists saying that FIFA’s heat safety guidelines are “inadequate” and “impossible to justify,” even for heat acclimatized players. For spectators, that could mean games are slower and less intense.</p><p>The world has warmed roughly 1.26 F (0.7 C) in the last three decades since the U.S. last hosted the World Cup, according to the climate monitoring group Berkeley Earth. Global temperature increases intensify and make heat waves and other severe weather more common.</p><p>The humid heat engulfing the country, as well as parts of Canada, would’ve been “virtually impossible” without climate change, scientists with the World Weather Attribution said Friday.</p><p>The 2022 World Cup tournament in Qatar was moved from summer to winter because of the extreme heat threat, and last year, temperatures soared at the Club World Cup. The soccer players’ global union warned that extreme heat would likely be a bigger problem at this and the next World Cups.</p><p>One of the hottest World Cup games was in 1994 in Orlando, Florida, when temperatures hit 110 F (43.33 C).</p><p>Heat is a leading killer of athletes</p><p>Heat hits people from both their surroundings as well as while their bodies warm during exercise. That makes it harder to cool down when it’s really hot and humid, said Bharat Venkat, director of the Heat Lab at the University of California, Los Angeles.</p><p>“So when you’re exerting yourself on a particularly hot day, the likelihood of experiencing heat related illness or even death is much higher,” he said.</p><p>Intense exercise on a sizzling day can lead to extreme fatigue, impaired performance, headache, irritability, nausea, dizziness, cramping and dehydration, all symptoms of exertional heat illness.</p><p>Exertional heat stroke requires immediate medical attention and is the third leading cause of death in athletes.</p><p>When the wet bulb globe temperature — which includes temperature, humidity, cloud cover and wind — reaches above about 95 F (35 C), people lose their ability to cool off quickly, said Ryan Calsbeek, professor of biological sciences at Dartmouth College, and “the physiological mechanisms just break down.”</p><p>Heat-induced confusion could also influence a player’s decisions and could determine a match’s outcome, he said.</p><p>Are FIFA’s heat safety rules enough?</p><p>Mandatory three-minute hydration breaks midway through each half are to protect players, and referees, from extreme heat illness. But they’ve sparked criticism from different groups: some say they’re interrupting the game’s flow and give coaches a chance to shift momentum in their team’s favor, while some scientists have said the breaks should be longer to allow players to meaningfully cool and rehydrate when heat is extreme.</p><p>Matches outdoors during peak heat hours have also been limited, and those expected in warmer windows are prioritized for covered stadiums, FIFA said.</p><p>FIFA’s guidelines say a match could be postponed if the wet bulb globe temperature reaches 89.60 F (32 C). But that temperature is “so extreme that in the military, at our basic training facilities in America, if it reaches 32, it’s black flag and all training has to be canceled and stopped,” said Douglas Casa, CEO of the University of Connecticut’s Korey Stringer Institute.</p><p>Temperatures are forecast over 100 F (37.78 C) during Saturday’s game in Philadelphia. The player’s union FIFPRO, as well as the American College of Sports Medicine, has called for matches to be delayed at 82.40 F (28 C) for safety.</p><p>Players can train for heat stress during exercise</p><p>Guilherme Passos monitors and prepares Brazil’s national team for extreme heat as a sport scientist at the Brazilian Football Federation.</p><p>He’s helped the team acclimate to the U.S. heat. “If you expose them straight to the hottest time of the day you can lose a bit of training quality,” he said. They use saunas or hot baths as they heat train during the competition.</p><p>When Brazil hosted the World Cup in 2014, Passos said, players covered less distance and reduced high-speed running, and instead increased their technical and tactical precision.</p><p>“Soccer players are a really unique mix of athletic attributes,” said Calsbeek. “They have to have extreme endurance and explosive speed. And then on top of that, they have to make really critical decisions. All of those different facets of the sport will be affected by the temperature.”</p><p>But soccer players aren’t the only ones at risk. Many soccer fans are drinking alcohol and watching the World Cup. In heat, doing that is risky. Cities and stadiums have increased access to shade, cooling areas and water, and medical personnel are stationed in FIFA Fan Festivals and around stadiums.</p><p>“People are going to be dehydrated, super excited, and not wanting to leave the match,” said Calsbeek. “We’re likely to see, in those extreme temperatures, spectators pay the price as well.”</p><p>___</p><p>The Associated Press receives support from the Walton Family Foundation for coverage of water and environmental policy. The AP is solely responsible for all content. For all of AP’s environmental coverage, visit https://apnews.com/hub/climate-and-environment</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/RDIPFZZY5TPOKOUE4T2O7GHBQY.jpg?auth=dc35c69025ce02e95633f5a93f00dad8fc738efa96d486eb9ef93f945ce09ae0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[French players cool off from field sprinklers during the World Cup round of 32 soccer match against Sweden in East Rutherford, N.J., near New York, Tuesday, June 30, 2026. (AP Photo/Petr David Josek)]]></media:description><media:credit role="author" scheme="urn:ebu">Petr David Josek</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GFZSKSWNU5LLZEE7GLWB7LS3VE.jpg?auth=cf0bd0baae7a65525c2f763c23d54965c613b54a0001eac8c8518a1f6bc82f90&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[France supporters cool down with a fan before the World Cup round of 32 soccer match between France and Sweden in East Rutherford, N.J., near New York, Tuesday, June 30, 2026. (AP Photo/Frank Franklin II)]]></media:description><media:credit role="author" scheme="urn:ebu">Frank Franklin II</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/T2Y2BXEEJXEV26ZAYBZG5QVETE.jpg?auth=36977ff133980865b03b0c2d49072eb78957a6c13d776a3fdb477b6cfcc7cab5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Argentina's Lionel Messi, right, and Rodrigo De Paul splash water on themselves to cool down during a training session on the eve of their World Cup round of 32 soccer match against Cape Verde, in Fort Lauderdale, Fla., Thursday, July 2, 2026. (AP Photo/Rebecca Blackwell)]]></media:description><media:credit role="author" scheme="urn:ebu">Rebecca Blackwell</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LZ6JONVQKEBTLHUPDMKWZH24QQ.jpg?auth=dcb1bb94abe58b440d652c2bbf04bc9c794001c0c9fcf7c29be44586e647613e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Meghana Jalagam uses a fan to keep cool from the hot weather during a World Cup soccer match between the United States and Bosnia and Herzegovina at a watch party Wednesday, July 1, 2026, in Detroit. (AP Photo/Paul Sancya)]]></media:description><media:credit role="author" scheme="urn:ebu">Paul Sancya</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/A5SABMCPACXM7ONVG7ZB7YMXSI.jpg?auth=55d28609c1979889b1369fddcbcfabf7c8987639a44ed0b88d24d92042f7f04b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Egypt players hydrate and cool down as the weather nears triple digits during a training session in Dallas, Thursday, July 2, 2026, ahead of the team's World Cup soccer match against Australia. (AP Photo/Tony Gutierrez)]]></media:description><media:credit role="author" scheme="urn:ebu">Tony Gutierrez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/W72EV4DMELWUQRWLFCHJ4CBBBI.jpg?auth=ae14c48ee2e54cfb3c4d8e2fba846ba4e822836d6dbb6820940c07674cf5ca09&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[France's Lucas Digne cools during the hydration break during the World Cup round of 32 soccer match between France and Sweden in East Rutherford, N.J., near New York, Tuesday, June 30, 2026. (AP Photo/Seth Wenig)]]></media:description><media:credit role="author" scheme="urn:ebu">Seth Wenig</media:credit></media:content></item><item><title><![CDATA[Belgium coach Garcia says he was not criticizing African teams with World Cup comments]]></title><link>https://www.local10.com/sports/2026/07/03/belgium-coach-garcia-says-he-was-not-criticizing-african-teams-with-world-cup-comments/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/03/belgium-coach-garcia-says-he-was-not-criticizing-african-teams-with-world-cup-comments/</guid><dc:creator><![CDATA[By JEROME PUGMIRE, Associated Press]]></dc:creator><description><![CDATA[Belgium coach Rudi Garcia says he was not criticizing African soccer when describing “those teams” who lose their tactical shape following his side's improbable comeback victory over Senegal at the World Cup.]]></description><pubDate>Fri, 03 Jul 2026 09:35:41 +0000</pubDate><content:encoded><![CDATA[<p>Belgium coach Rudi Garcia says he was not criticizing African soccer when describing “those teams” who lose their tactical shape following his side’s improbable comeback victory over Senegal at the World Cup.</p><p>Belgium rallied from 2-0 down to secure a dramatic 3-2 win, with a goal deep into extra time, on Wednesday and next faces the United States on Monday in Seattle.</p><p>Senegal led 2-0 with five minutes remaining but late goals by Romelu Lukaku and Youri Tielemans pushed the round of 32 match into extra time. Tielemans then scored a penalty in the 125th minute.</p><p>Garcia was interviewed on television moments after the game. He said: “We know those teams, they lose their tactical structure toward the end of the match.”</p><p>He then added: “We also knew that at 2-0 (up) they would do everything to protect their goal, which in my opinion is a grave mistake. Remind me when we’re leading 2-0 not to do that.”</p><p>Garcia’s comments were perceived by some observers to be aimed at shortcomings of African soccer. The 62-year-old Frenchman posted a message on Instagram on Thursday night to clarify his words and said they were in no way a criticism of African teams.</p><p>“When I spoke of ‘those teams,’ I was referring to teams unaccustomed to managing a lead in high-level World Cup matches. My comments were by no means aimed at African teams,” Garcia said.</p><p>“They could just as easily have applied to Asian, South American or European teams unfamiliar with that kind of pressure. As a less experienced coach myself, I learned the hard way that stopping play to defend a result at all costs is counterproductive.”</p><p>Statisticians Opta reminded Garcia of that by posting a message on X saying that, when he was coaching in French soccer, he lost three Ligue 1 matches after leading 2-0.</p><p>Garcia coached Lille to the league and French Cup double in 2011. He went on to lead Marseille and Lyon, as well as Roma and Napoli in Italy, before taking charge of Belgium in January last year. ___</p><p>See more of AP’s World Cup coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/GNIB67SBFNZWN2BIFUT726HYQQ.jpg?auth=12d0a1f680dd28916046421501b47e4eb9207d2f54f3ec81f74a709b541c8988&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Belgium head coach Rudi Garcia leaves the pitch after a win during the World Cup round of 32 soccer match between Belgium and Senegal in Seattle, Wednesday, July 1, 2026. (AP Photo/Ted S. Warren)]]></media:description><media:credit role="author" scheme="urn:ebu">Ted S. Warren</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FRDG5HPCJYDDYPGGWFFKZ7WADE.jpg?auth=b7c06784cc02e8df86101a11590473f44ce5c951a5ba73211130fac25e289943&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Belgium head coach Rudi Garcia reacts during the World Cup round of 32 soccer match between Belgium and Senegal in Seattle, Wednesday, July 1, 2026. (AP Photo/Ted S. Warren)]]></media:description><media:credit role="author" scheme="urn:ebu">Ted S. Warren</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/U3GZGQ2WYVVXMDIAIPV6ZTPZIQ.jpg?auth=8965d7444c4c1ab6135b3347e68e9dde91ee3c765bae4b53fb8313fa628771b9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Belgium head coach Rudi Garcia argues a call during the World Cup round of 32 soccer match between Belgium and Senegal in Seattle, Wednesday, July 1, 2026. (AP Photo/Ted S. Warren)]]></media:description><media:credit role="author" scheme="urn:ebu">Ted S. Warren</media:credit></media:content></item><item><title><![CDATA[From poutine to barbecue, local cuisines give World Cup fans another reason to cheer]]></title><link>https://www.local10.com/sports/2026/07/03/from-poutine-to-barbecue-local-cuisines-give-world-cup-fans-another-reason-to-cheer/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/03/from-poutine-to-barbecue-local-cuisines-give-world-cup-fans-another-reason-to-cheer/</guid><dc:creator><![CDATA[By DEE-ANN DURBIN, Associated Press]]></dc:creator><description><![CDATA[World Cup fans came from overseas for the cheering. But they’re also doing a lot of chewing, delighting their hosts with rave reviews of North American cuisine.]]></description><pubDate>Fri, 03 Jul 2026 13:54:38 +0000</pubDate><content:encoded><![CDATA[<p>World Cup fans came from overseas for the cheering. But they’re also doing a lot of chewing, delighting their hosts with rave reviews of North American cuisine.</p><p>“It’s greasy, it’s disgusting, but it’s absolutely glorious,” Jack Goodwin, a soccer enthusiast from London, said about the American food he has tried in Dallas, Boston, New York and Atlanta.</p><p>“I don’t want to say this because it’s a little bit harsh, but the portions are a little bit larger — a lot more tastier — so I can understand the, um, obesity here. I don’t want to be harsh, but yes, the food is fantastic here.”</p><p>International visitors want to try popular fast-food chains and local gems</p><p>Many fans are making a point to try regional specialties or chains they can’t find where they live, like In-N-Out Burger or Buc-ee’s convenience stores. Erling Haaland, a striker for Norway’s World Cup team, posted a photo on X of himself outside Katz’s Delicatessen in New York.</p><p>Harrison Murphy, who was traveling from London with his brother for the knockout rounds, had breakfast at a Chick-fil-A in Atlanta this week.</p><p>“Have you had Chick-fil-A? It was fantastic and so cheap. The sauces are free! It was remarkable,” Murphy said. “I said, ‘This is my first time, what should I try?’ The woman said, ‘You’ve got to try the Chick-fil-A sauce.’ My God, was it fantastic.”</p><p>Gary Bishop had never heard of poutine — often considered Canada’s national dish — until he arrived in Toronto for the World Cup. But the Glasgow, Scotland, resident proclaimed it “absolutely delicious.”</p><p>“It was like chips with gravy, cheese. But it was a really thick gravy. Different from back home. Vinegar, there was lots of vinegar through it,” said Bishop, who was sporting a Scotland jersey on a recent stroll through Toronto’s FIFA Fan Festival. “Really nice.”</p><p>Others are looking for a taste of home. Texas beer distributor Andrews Distributing welcomed a bus full of Dutch fans to its Dallas warehouse for Heinekens and dancing.</p><p>Host city restaurants are eager to introduce new customers to old favorites</p><p>It’s a thrill for restaurant owners, from Cuban spots in Miami to barbecue joints in Kansas City and taco trucks in Mexico City.</p><p>“I have not seen anything like this ever in my life,” said Paul Barker, the principal and founder of Pauli’s, a Boston restaurant known for generously filled sandwiches and comfort foods. Fans from Scotland, Brazil, England and elsewhere have lined up for his famous lobster rolls and taken photos with staff members, Barker said.</p><p>“Food becomes a natural conversation starter,” he said. “It’s just been incredible for us to be part of this.”</p><p>Some chains are leaning into the World Cup. Waffle House, the all-day breakfast chain with 2,000 restaurants across the South, opened a pop-up shop in downtown Atlanta to sell branded soccer balls, jerseys and patriotic gear. In a statement, the chain said it was “honored by the enthusiasm and curiosity” shown by visiting fans.</p><p>For other restaurants, World Cup fever has been a delightful surprise. Whataburger, a Texas-based chain with 1,100 locations, found itself in the spotlight after fans from Japan and elsewhere posted on social media about their visits.</p><p>“The attention has been completely organic and honestly pretty entertaining,” Whataburger President and CEO Debbie Stroud said. “We knew the World Cup would bring the world to Texas and our footprint across 17 states. We just didn’t realize so many visitors would leave talking about a patty melt.”</p><p>Eating barbecue is high on the bucket lists of foreign foodies</p><p>Terry Black’s Barbecue, a small Texas chain, figured authentic barbecue would be on many fans’ must-try lists. It started sourcing extra meat more than a month ago for its locations in Dallas and Fort Worth, Texas, which are each about 20 minutes from the stadium where World Cup matches are played.</p><p>It takes Terry Black’s four days to season and prepare its beef brisket and 12 hours to barbecue it. The chain also smokes turkey, pork and sausages on its pits, which run 24 hours a day.</p><p>The crush of World Cup fans has meant a lot of extra planning, said Darien Kapture, the chain’s senior vice president of food and beverage operations. But it’s also meant a lot of excitement, like the night Argentina supporters packed Terry Black’s Dallas location to celebrate the team’s victory over Austria, Kapture said.</p><p>“They were hooting and hollering and praising the brisket,” Kapture said. “It’s great to see that these folks are coming to America and getting to experience what we experience every day.”</p><p>Goodwin, the visitor from London who said he “blew his mortgage” on a U.S. World Cup tour with his dad, deemed Terry Black’s barbecue “the most gorgeous food ever.”</p><p>“The best food we’ve had here is in Dallas,” Goodwin said. “Texas barbecue. Unbelievable.”</p><p>TSA reminds ranch dressing converts not to pack bottles in carry-on bags</p><p>Not every review has been positive. Some fans have complained about the high price of food in World Cup stadiums, for example. A British fan told the BBC that the breakfast tea he bought from Dunkin’ was “not great.”</p><p>But for the most part, there have been more thumbs up than thumbs down. So many World Cup visitors expressed love for ranch dressing, for example, that the Transportation Security Administration issued a light-hearted reminder that tourists should pack bottles of dressing in their checked bags.</p><p>___</p><p>AP Sports Writer Maura Carey contributed from Atlanta. AP Video Journalist Mike Householder contributed from Toronto.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/RVM3K653G356PIBD5PWXZ6GVDY.jpg?auth=63d3c00b4404007fe605cb09ba4da8a0f6e31a60b5bac415b768fc08eb53462f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People wearing World Cup shirts taste sandwiches at Pauli's sandwich shop in the North End of Boston, Wednesday, June 24, 2026. (AP Photo/Martin Meissner)]]></media:description><media:credit role="author" scheme="urn:ebu">Martin Meissner</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YBABRAVD74D25ARNN76P3ALPYE.jpg?auth=5c5e6f9ac80c80afacd4fb9d636defaf63ed279ba3d0f7f8f2f787fa49a0f681&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Principal Paul Barker serves lobster rolls to World Cup tourists at Pauli's sandwich shop in the North End of Boston, Wednesday, June 24, 2026. (AP Photo/Martin Meissner)]]></media:description><media:credit role="author" scheme="urn:ebu">Martin Meissner</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/JKXPSQMBA4TDMSNBM6V3O23YOY.jpg?auth=0ce847dcb1a3e18a152c3b08a9d10443ac3f58354bbbd405e1d58312d5f91322&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Fans wearing Argentina national team jerseys look at a menu of drinks at Cafe Corazon, Monday, June 15, 2026, in Kansas City, Mo. (AP Photo/Kristin M. Hall, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Kristin M. Hall</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/2SAGMZE3T7ZDNJT43F7ZXCNHOY.jpg?auth=805945d6190941780fa69280b21df2e45f2fb5f2680bd5de44f8168c0be3455d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Gary Bishop of Glasgow, Scotland, center right, watches a screen showing the World Cup Group B soccer match between Switzerland and Canada during the FIFA Fan Festival on Wednesday, June 24, 2026, in Toronto. (AP Photo/Mike Householder)]]></media:description><media:credit role="author" scheme="urn:ebu">Mike Householder</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WLYRA3LA6F4NY5ERAKDJP63EM4.jpg?auth=49a69b865fe26edf63bdbf6ed3ae18145143c263850e365b48d4f556b2f1198f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Belgium fans prepare for the start of the World Cup Group G soccer match between New Zealand and Belgium in Vancouver, British Columbia, Friday, June 26, 2026. (AP Photo/Kaleb Tatum, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Kaleb Tatum</media:credit></media:content></item><item><title><![CDATA[Puppy love as dog walker turns his pack of 13 into Argentina jersey-clad World Cup followers]]></title><link>https://www.local10.com/news/world/2026/07/03/puppy-love-as-dog-walker-turns-his-pack-of-13-into-argentina-jersey-clad-world-cup-followers/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/03/puppy-love-as-dog-walker-turns-his-pack-of-13-into-argentina-jersey-clad-world-cup-followers/</guid><dc:creator><![CDATA[By ALMUDENA CALATRAVA, Associated Press]]></dc:creator><description><![CDATA[BUENOS AIRES, Argentina (AP) — Thirteen Argentina followers are roaming the streets of Buenos Aires proudly sporting their team's jersey — but they're not on two legs, they're on all fours, letting out the occasional bark.]]></description><pubDate>Fri, 03 Jul 2026 16:11:59 +0000</pubDate><content:encoded><![CDATA[<p>BUENOS AIRES, Argentina (AP) — Thirteen Argentina followers are roaming the streets of Buenos Aires proudly sporting their team’s jersey — but they’re not on two legs, they’re on all fours, letting out the occasional bark.</p><p>As Argentina rides World Cup fever and dreams of beating Cape Verde in the round of 32 on Friday, a dog walker has added his pack to the local fanbase.</p><p>Nahuel Meneghini, 33, walks the streets of the capital’s city center with the dogs wearing the team’s jerseys, leashes and collars in support of Lionel Messi ’s squad.</p><p>“I did it out of love for them and for Argentina. And for the World Cup,” said Meneghini— known as “Nano” — while speaking to The Associated Press on Thursday during a walk with the canine group.</p><p>The dog walker, also dressed head-to-toe like a fan, skilfully managed all the leashes, guiding the dogs along the narrow sidewalks of the capital’s San Cristóbal neighborhood.</p><p>As they passed, smiles lit up the faces of onlookers who pulled out their phones to snap pictures. “Let’s go, Argentina!” a woman shouted.</p><p>“These are the only joys we have because nothing ever goes our way, not for workers or retirees. Everything is against us,” said 80-year-old Edgardo Pérez, who was taking photos of the group known on social media as “La Perroneta.”</p><p>The name alludes to “La Scaloneta,” the nickname of the national team aiming to retain its title at the World Cup under coach Lionel Scaloni.</p><p>Scaloni is admired in Argentina following the team’s triumphs at the World Cup and the Finalissima in 2022, as well as the 2021 Copa América.</p><p>Meneghini developed the idea of ​​dressing the dogs in Argentina colors last week as it advanced from the group stage.</p><p>Two of the dogs he regularly walks, Sirio and Roberta, were wearing jerseys featuring Messi’s No. 10. Their owners bought them after catching World Cup fever.</p><p>Meneghini loved the idea and decided to dress the rest of the dogs the same way. He stopped by a pet store and picked up jerseys in various sizes. The owners readily accepted the outfits.</p><p>The same went for the collars and leashes he crafted in light blue and white. He added three rivets to the leashes — one for each of Argentina’s World Cup titles in 1978, 1986 and 2022 — while hanging tags reading “Los perros de Nano” (Nano’s Dogs) from the collars.</p><p>Meneghini offers the pet owners a good price for all the items. Other people in the neighborhood have started placing orders for their own pets.</p><p>The dogs and their walker cover around 60 blocks almost every day and have become local celebrities and social media stars.</p><p>“Now that is patriotism,” the 73-year-old Dora Maisano said as she watched the group pass by. ”Not just peeing and pooping. Everyone wearing the No. 10. Well done, congratulations — they look so cute!”</p><p>The pack will continue to wear the national colors “forever,” even if Argentina is eliminated from the competition, Meneghini said. “But I have faith that we’ll win a fourth cup. After the fourth one, I’ll add another rivet to the leashes.”</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/OLY5JEZEUYYECQFA4QBNXE7E6E.jpg?auth=a1160e22def4a6541817914e2eff0bff648da4e2f54ec3a4b0160b9ba5bbb1d1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Dog walker Nahuel Meneghini walks dogs dressed in jerseys of the Argentine national soccer team in Buenos Aires, Argentina, Thursday, July 2, 2026. (AP Photo/Rodrigo Abd)]]></media:description><media:credit role="author" scheme="urn:ebu">Rodrigo Abd</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/E2BVGVUT3FZRPGNL2RJ5GROVQQ.jpg?auth=73a852a82ef85c9cf675e2b99db5c662d1fb2f00190b17b5aa4d535741d3ef0d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Dog walker Nahuel Meneghini walks dogs dressed in jerseys of the Argentine national soccer team in Buenos Aires, Argentina, Thursday, July 2, 2026. (AP Photo/Rodrigo Abd)]]></media:description><media:credit role="author" scheme="urn:ebu">Rodrigo Abd</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LLBWMK7PMV2WF5QICGU2FIOGHI.jpg?auth=9a49c9f2d1a7a108238b0b3839d7b385920ccfa1eb3088a9872d3efbc9465403&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Dog walker Nahuel Meneghini walks dogs dressed in jerseys of the Argentine national soccer team in Buenos Aires, Argentina, Thursday, July 2, 2026. (AP Photo/Rodrigo Abd)]]></media:description><media:credit role="author" scheme="urn:ebu">Rodrigo Abd</media:credit></media:content></item><item><title><![CDATA[This high-tech ball was involved in one of the most dramatic moments in World Cup history]]></title><link>https://www.local10.com/sports/2026/07/03/this-high-tech-ball-was-involved-in-one-of-the-most-dramatic-moments-in-world-cup-history/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/03/this-high-tech-ball-was-involved-in-one-of-the-most-dramatic-moments-in-world-cup-history/</guid><dc:creator><![CDATA[By JAMES ROBSON, Associated Press]]></dc:creator><description><![CDATA[ATLANTA (AP) — It is called connected ball technology. And it was responsible for one of the most dramatic climaxes to a World Cup match ever.]]></description><pubDate>Fri, 03 Jul 2026 17:27:01 +0000</pubDate><content:encoded><![CDATA[<p>ATLANTA (AP) — It is called connected ball technology. And it was responsible for one of the most dramatic climaxes to a World Cup match ever.</p><p>It canceled Croatia’s late equalizer deep in added time against Portugal by detecting a touch that was undetectable to the naked eye and even video replays late Thursday.</p><p>Portugal won 2-1 in Toronto and advanced to the round of 16, leaving Croatia players and fans devastated in the belief Josko Gvardiol’s goal was wrongly called offside by the VAR and referee Espen Eskås.</p><p>FIFA is relying on a high-tech soccer ball fitted with “advanced sensors” and insisted it got it right when determining Croatia’s Igor Mantanovic got the slightest of glances with his head, meaning Mario Palasic was in an offside position during the buildup to the goal.</p><p>The in-ball sensors were so finely tuned, FIFA said, they were “capable of determining any slight contact ... allowing officials an unprecedented level of data to make fast, accurate decisions.”</p><p>Here’s the science bit</p><p>The official “Trionda” World Cup ball, manufactured by Adidas, is fitted with a “small inertial measurement unit (IMU) sensor,” which FIFA says operates at around 500Hz and captures data 500 times per second.</p><p>FIFA says it can track ball acceleration and granular movements in three dimensions and can detect the exact moment a player makes contact.</p><p>The ball technology is combined with in-stadium cameras for tracking data that is transmitted in real time to video assistants.</p><p>As well as helping to determine offsides, the touch data can also be used for incidents such as handballs and penalties.</p><p>How reliable is it?</p><p>The reason the call was so contentious was because even slow motion replays from numerous angles were visually inconclusive that Mantanovic made contact with Ivan Perisic’s in-swinging cross.</p><p>That is where reliance on the technology came in. Referee Eskås was instructed by the VAR to review the sideline monitor. Replays showed what FIFA calls a “heartbeat graphic” to indicate the moment the ball was touched and there was a clear spike as it apparently grazed Mantanovic’s head.</p><p>“No matter how fast the ball is moving or the spin of the ball, you can track it really effectively,” The AP was told by professor Manos Tentzeris from Georgia Tech’s school of electrical and computer engineering. “The position of the ball is 99.99% accurate ... you know exactly where the players are, even the tip of a shoe, which sometimes determines if someone is offside or onside.”</p><p>FIFA also used connected ball technology at the 2022 World Cup, and it was deployed at the most recent men’s European Championship in 2024.</p><p>Tests were carried out from 2020-22 and the technology trialed at tournaments such as the Arab Cup and the Club World Cup.</p><p>This is not the first time</p><p>The ball sensors also had a decisive impact at Euro 2024 by detecting Denmark’s Joachim Andersen handled in the box against host Germany. After a VAR review a penalty was awarded and Kai Havertz scored and Germany won 2-0.</p><p>“In my opinion this is not how football is supposed to be,” Denmark coach Kasper Hjulmand said after his team also had a goal ruled out by VAR.</p><p>Those sentiments were echoed by Croatia coach Zlatko Dalić after his team’s painful exit.</p><p>“All these decisions take the joy out of football,” he said.</p><p>___</p><p>AP sports writer Maura Carey in Atlanta contributed.</p><p>___</p><p>James Robson is at https://x.com/jamesalanrobson</p><p>___</p><p>See more of AP’s World Cup coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/LPGW4OEGXX63ZNRTYTUNEBMUJI.jpg?auth=ba0a9dfe0e59e53eeb2b0267038c7515953916a841e3b35f49b39b11af80cf5b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Croatia's Igor Matanovic (20) reacts after the World Cup round of 32 soccer match between Portugal and Croatia in Toronto, Thursday, July 2, 2026. (AP Photo/Sam Balkansky)]]></media:description><media:credit role="author" scheme="urn:ebu">Sam Balkansky</media:credit></media:content></item><item><title><![CDATA[Heat add ex-Hurricanes standout Tre Donaldson on 2-way contract]]></title><link>https://www.local10.com/sports/local/2026/07/03/heat-add-ex-hurricanes-standout-tre-donaldson-on-2-way-contract/</link><guid isPermaLink="true">https://www.local10.com/sports/local/2026/07/03/heat-add-ex-hurricanes-standout-tre-donaldson-on-2-way-contract/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[The Miami Heat on Friday signed former Miami Hurricanes guard Tre Donaldson to a two-way contract, the team confirmed. ]]></description><pubDate>Fri, 03 Jul 2026 19:14:45 +0000</pubDate><content:encoded><![CDATA[<p>The Miami Heat on Friday signed former Miami Hurricanes guard Tre Donaldson to a two-way contract, the team confirmed. </p><p><a href="https://www.local10.com/espanol/2026/07/03/heat-firma-a-ex-jugador-destacado-de-hurricanes-tre-donaldson-con-contrato-de-dos-vias/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/03/heat-firma-a-ex-jugador-destacado-de-hurricanes-tre-donaldson-con-contrato-de-dos-vias/">Leer en español</a></p><p>Financial terms of the deal were not released.</p><p>Donaldson, 22, started 33 of 35 games for Miami last season, averaging 16.4 points, a team-best 5.7 assists, 3.6 rebounds and 1.4 steals per game. He shot 45.4% from the field, 35.9% from 3-point range and 76.6% from the free-throw line.</p><p>His performance earned him second-team All-ACC and second-team All-Southeast District honors. </p><p>Donaldson scored at least 20 points nine times, including a career-high 32-point outing against Virginia Tech on Feb. 17.</p><p>Before transferring to Miami, Donaldson helped Michigan win the Big Ten Tournament championship during his junior season after previously helping Auburn capture the SEC Tournament title as a sophomore.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/XBIUS6KXISZUO5R5ZKN6WLI6V4.jpg?auth=820646b08e07d2d7eac2f71bb41aa774bce90f5cd6da7f7fb5c5dc65ba1bbf77&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Heat firma a ex jugador destacado de Hurricanes Tre Donaldson con contrato de dos vías]]></title><link>https://www.local10.com/espanol/2026/07/03/heat-firma-a-ex-jugador-destacado-de-hurricanes-tre-donaldson-con-contrato-de-dos-vias/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/03/heat-firma-a-ex-jugador-destacado-de-hurricanes-tre-donaldson-con-contrato-de-dos-vias/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[El Miami Heat confirmó este viernes la firma del ex escolta de los Miami Hurricanes Tre Donaldson con un contrato de dos vías.]]></description><pubDate>Fri, 03 Jul 2026 19:38:31 +0000</pubDate><content:encoded><![CDATA[<p>El Miami Heat confirmó este viernes la firma del ex escolta de los Miami Hurricanes Tre Donaldson con un contrato de dos vías.</p><p>Los términos financieros del acuerdo no fueron divulgados.</p><p>Donaldson, de 22 años, fue titular en 33 de los 35 partidos de Miami la temporada pasada, con promedios de 16.4 puntos, 5.7 asistencias, la mejor marca del equipo, 3.6 rebotes y 1.4 robos por partido. Lanzó para un 45.4% de efectividad de campo, un 35.9% desde la línea de tres puntos y un 76.6% desde la línea de tiros libres.</p><p>Su desempeño le valió los reconocimientos al segundo equipo All-ACC y al segundo equipo All-Southeast District.</p><p>Donaldson anotó al menos 20 puntos en nueve ocasiones, incluido un récord personal de 32 puntos ante Virginia Tech el 17 de febrero.</p><p>Antes de transferirse a Miami, Donaldson ayudó a Michigan a ganar el campeonato del Torneo Big Ten durante su temporada junior, luego de haber contribuido previamente a que Auburn conquistara el título del Torneo de la SEC en su temporada de sophomore.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/XBIUS6KXISZUO5R5ZKN6WLI6V4.jpg?auth=820646b08e07d2d7eac2f71bb41aa774bce90f5cd6da7f7fb5c5dc65ba1bbf77&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Suben muertes 29% en Francia en una semana de calor récord, afirma agencia de salud]]></title><link>https://www.local10.com/espanol/2026/07/03/suben-muertes-29-en-francia-en-una-semana-de-calor-record-afirma-agencia-de-salud/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/03/suben-muertes-29-en-francia-en-una-semana-de-calor-record-afirma-agencia-de-salud/</guid><dc:creator><![CDATA[Por JOHN LEICESTER, Associated Press]]></dc:creator><description><![CDATA[PARÍS (AP) — Las muertes aumentaron casi un tercio en Francia durante la semana más calurosa de una ola de calor récord el mes pasado, informó la autoridad de salud pública del país el viernes, al reportar al menos 2.000 fallecimientos más que en la semana anterior, cuando las temperaturas ya estaban subiendo y llenando las salas de urgencias con víctimas del calor.]]></description><pubDate>Fri, 03 Jul 2026 19:32:01 +0000</pubDate><content:encoded><![CDATA[<p>PARÍS (AP) — Las muertes aumentaron casi un tercio en Francia durante la semana más calurosa de una ola de calor récord el mes pasado, informó la autoridad de salud pública del país el viernes, al reportar al menos 2.000 fallecimientos más que en la semana anterior, cuando las temperaturas ya estaban subiendo y llenando las salas de urgencias con víctimas del calor.</p><p>Las cifras nuevas, y aún incompletas, de Salud Pública Francia duplicaron su primera estimación preliminar de al menos 1.000 muertes adicionales que dio el domingo pasado. Esa estimación anterior abarcaba sólo tres de los días más calurosos de un calor extremo y mortal.</p><p>En París, directores de servicios funerarios han señalado que han tenido dificultades para encontrar lugares donde almacenar los cuerpos antes del entierro o la cremación, y algunas morgues indicaron que estaban llenas y tuvieron que rechazar cuerpos.</p><p>El recuento actualizado de muertes de Salud Pública Francia abarca la semana del 22 al 28 de junio, durante la cual Francia registró sus días más calurosos de la historia y se batieron récords de temperaturas máximas diurnas y nocturnas en muchas ciudades y localidades de todo el país. El calor también rompió récords de temperatura en muchas otras partes de Europa.</p><p>Salud Pública Francia indicó que ha contabilizado hasta ahora 8.973 muertes para esa semana y advirtió que la cifra sigue siendo sólo parcial. Precisó que el total preliminar fue un 29% superior a las 6.948 muertes registradas en la semana anterior, del 15 al 21 de junio, cuando comenzó la ola de calor.</p><p>La diferencia entre los dos conjuntos de cifras —un total hasta ahora de 2.025— se considera, por lo tanto, como muertes adicionales de una semana a la siguiente, por todas las causas y en todos los grupos de edad, explicó.</p><p>En el Hospital Paris-Saclay, los pacientes que sufrían exposición al calor comenzaron a llegar en un aumento repentino el 20 de junio, declaró a The Associated Press el médico Nicolas Gonzales, jefe del servicio de urgencias.</p><p>Comentó que atendieron a víctimas del calor por ataques cardíacos, deshidratación, fallos renales y otros problemas relacionados con el calor, desde niños hasta personas mayores que vivían solas.</p><p>Salud Pública Francia señaló que hubo un aumento particularmente pronunciado, de una semana a otra, en el número de muertes en domicilios particulares, con esas cifras un 91% más altas. Las muertes en residencias para adultos mayores aumentaron un 37% y en hospitales casi un 20%.</p><p>La región de París parece haber sido la más golpeada, con un aumento de casi el 63% en las muertes de una semana a la siguiente, indicó.</p><p>La agencia de salud advirtió que sus recuentos subestiman el número real de fallecimientos, porque se basan en datos incompletos.</p><p>“La mortalidad será, en consecuencia, más alta que estas primeras cifras”, afirmó.</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/DDFU2YHNA2UTAO3E26YLMPIVVA.jpg?auth=1a8f1c30b0a2efa436c398b9338a7a9378ae53b72b5f83cbfb91fd5021f32722&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[ARCHIVO - Una persona se refresca en la fuente del Trocadero, cerca de la Torre Eiffel, durante una ola de calor en París, el 24 de junio de 2026. (Foto AP/Christophe Ena, archivo)]]></media:description><media:credit role="author" scheme="urn:ebu">Christophe Ena</media:credit></media:content></item><item><title><![CDATA[Trasladan a hombre al hospital luego de que árbol cayera sobre un Range Rover “debido al mal tiempo” en North Miami]]></title><link>https://www.local10.com/espanol/2026/07/03/trasladan-a-hombre-al-hospital-luego-de-que-arbol-cayera-sobre-un-range-rover-debido-al-mal-tiempo-en-north-miami/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/03/trasladan-a-hombre-al-hospital-luego-de-que-arbol-cayera-sobre-un-range-rover-debido-al-mal-tiempo-en-north-miami/</guid><dc:creator><![CDATA[Chris Gothner, Glenna Milberg]]></dc:creator><description><![CDATA[Un hombre fue trasladado por paramédicos a un centro de trauma local luego de que un árbol cayera sobre un Range Rover “debido al mal tiempo” en North Miami la mañana del viernes, informaron los equipos de emergencia.]]></description><pubDate>Fri, 03 Jul 2026 17:10:19 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre fue trasladado por paramédicos a un centro de trauma local luego de que un árbol cayera sobre un Range Rover “debido al mal tiempo” en North Miami la mañana del viernes, informaron los equipos de emergencia.</p><p>Según Miami-Dade Fire Rescue, el incidente ocurrió alrededor de las 11:30 a.m. en el área de North Miami Avenue y la calle 125.</p><p>Videos tomados en el lugar muestran un árbol de gran tamaño partido por la mitad y el vehículo con daños severos.</p><p>La Policía de North Miami acudió al lugar para investigar.</p><p>Hasta primeras horas de la tarde del viernes, las autoridades no habían proporcionado de inmediato más detalles sobre la condición del hombre.</p>]]></content:encoded></item><item><title><![CDATA[Man hurt after lightning strikes tree, falls on moving Range Rover in North Miami]]></title><link>https://www.local10.com/news/local/2026/07/03/man-rushed-to-hospital-after-tree-falls-on-range-rover-due-to-severe-weather-in-north-miami/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/03/man-rushed-to-hospital-after-tree-falls-on-range-rover-due-to-severe-weather-in-north-miami/</guid><dc:creator><![CDATA[Chris Gothner, Glenna Milberg]]></dc:creator><description><![CDATA[Medics rushed a man to a local trauma center after a tree fell on a Range Rover “due to severe weather” in North Miami on Friday morning, first responders said.]]></description><pubDate>Fri, 03 Jul 2026 16:48:28 +0000</pubDate><content:encoded><![CDATA[<p>Medics rushed a man to a local trauma center after a tree fell on a moving Range Rover after a lightning strike in North Miami on Friday morning, first responders said.</p><p><a href="https://www.local10.com/espanol/2026/07/03/trasladan-a-hombre-al-hospital-luego-de-que-arbol-cayera-sobre-un-range-rover-debido-al-mal-tiempo-en-north-miami/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/03/trasladan-a-hombre-al-hospital-luego-de-que-arbol-cayera-sobre-un-range-rover-debido-al-mal-tiempo-en-north-miami/">Leer en español</a></p><p>According to Miami-Dade Fire Rescue, the incident happened at around 11:30 a.m. in the area of North Miami Avenue and 125th Street.</p><p>CCTV footage obtained by Local 10 News shows the pinpoint timing of events that sent the man to the hospital: immediately after the strike, the Norfolk pine falls on the front of luxury SUV at at the very moment the driver passes by.</p><p>Video taken from the aftermath shows a large tree snapped in half and the SUV severely damaged.</p><p>North Miami police were at the scene investigating.</p><p>Authorities believe the man will recover.</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[Director (Ross OverDrive Operator)]]></title><link>https://www.local10.com/careers/2026/07/03/director-ross-overdrive-operator/</link><guid isPermaLink="true">https://www.local10.com/careers/2026/07/03/director-ross-overdrive-operator/</guid><description><![CDATA[The ideal candidate has a creative vision and does more than follow a producer’s rundown. ]]></description><pubDate>Fri, 03 Jul 2026 18:55:02 +0000</pubDate><content:encoded><![CDATA[<p><u><b>As of July 2, 2026</b></u></p><p><u><b>Job Listing</b></u><b>: Director </b></p><p>The ideal candidate has a creative vision and does more than follow a producer’s rundown. We want directors who help create our newscasts and other special programming. Our directors are expected to catch mistakes before they hit air. We want directors to seek out new ways to shoot the talent, new ideas for lighting, special effects and other creative elements in our programming. A minimum of 2 years prior directing and/or technical directing experience is a requirement for this position. Operation and/or training on Ross OverDrive automation system is a plus! Responsibilities<i> </i>include but are not limited to: the ability to lead a crew in executing an innovative live broadcast format on a multi-venue set with a heavy emphasis on local and satellite live remotes. Candidate will be responsible for working with state-of-the-art equipment. Experience using iNEWS, Ross OverDrive and production switchers, XPression graphics system and Avid Command is helpful but not a requirement. This is <b>not</b> an entry-level position.</p><p>***<i><b>All of the essential functions of this position are not necessarily described in this posting.</b></i></p><p><i>***We are an Equal Opportunity Employer and will consider all qualified candidates regardless of race, color, religion, national origin, age gender, marital status, disability, matriculation or political affiliation. Any offer of employment is conditioned on successful completion of a pre-employment drug screen, investigative background check, employment/education verifications and reference checks. A valid driver’s license is required.</i></p><p><b>Please follow link below to apply for Director Position:</b></p><p><a href="https://jobs.dayforcehcm.com/en-US/wplg/CANDIDATEPORTAL/jobs/8986" rel="">https://jobs.dayforcehcm.com/en-US/wplg/CANDIDATEPORTAL/jobs/8986</a></p><p><i>Daniel Bruederlin</i></p><p>Chief Newscast Director</p><p><a href="mailto:dbruederlin@wplg.com" rel="">dbruederlin@wplg.com</a></p><p><b>WPLG/TV</b></p><p>3401 W. Hallandale Beach Blvd.</p><p>Pembroke Park, FL 33023</p><p>No phone calls please.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/LPPJMX4BHJDQFMV66ISUWVBKVE.jpg?auth=0db37ab6179236b8be376383ad9969fbcacfca660c6366d72cc4fea34bda11b6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Jannik Sinner's parents skip the chance to sit in Royal Box at Wimbledon]]></title><link>https://www.local10.com/sports/2026/07/03/jannik-sinners-parents-skip-the-chance-to-sit-in-royal-box-at-wimbledon/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/03/jannik-sinners-parents-skip-the-chance-to-sit-in-royal-box-at-wimbledon/</guid><dc:creator><![CDATA[By MATTIAS KARÉN, Associated Press]]></dc:creator><description><![CDATA[LONDON (AP) — Don't expect to see Jannik Sinner's parents in the Royal Box at Wimbledon anytime soon, even though they're more than welcome.]]></description><pubDate>Fri, 03 Jul 2026 19:00:51 +0000</pubDate><content:encoded><![CDATA[<p>LONDON (AP) — Don't expect to see Jannik Sinner's parents in the Royal Box at Wimbledon anytime soon, even though they're more than welcome.</p><p>The defending champion was asked why his mother and father weren't in attendance for his opening match on Centre Court on Monday, when last year's women's winner Iga Swiatek had her father and sister in the Royal Box the next day.</p><p>Turns out Sinner's parents were also invited, but that kind of fancy affair apparently isn't their thing.</p><p>“I know my parents. I asked them, but it was impossible,” Sinner said in Italian on Friday after reaching the fourth round with a straight-sets win over Jenson Brooksby on No. 1 Court.</p><p>Sinner grew up in a small Alpine village in northern Italy where his parents, Hanspeter and Siglinde, worked in a ski lodge. His father was a chef and his mother was a waitress.</p><p>“We hardly even discussed it,” Sinner said of the Royal Box invite, laughing. "They have other things to do and I understand that.”</p><p>His parents did come to last year's final and sat in the player's box to watch their son beat Carlos Alcaraz for the title.</p><p>There was a famous parent in the Royal Box to watch Sinner on Monday, though. David Beckham took his mother to the match.</p><p>___</p><p>AP tennis: https://apnews.com/hub/tennis</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/CH7JF6RWH7VCUWXGVS7PUYBQKE.jpg?auth=af33cf8baf6a467935f85482a51f9cf00996153c54891bf81522b0cde24788cb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Johann, left, and Siglind Sinner, the parents of Jannik Sinner, of Italy, watch his final match against Casper Ruud, of Norway, at the Italian Open tennis tournament, in Rome, May 17, 2026. (AP Photo/Andrew Medichini, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Andrew Medichini</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WWGVXLDGYPPZFOSXNSELIB747I.jpg?auth=a5d42380a8b7aabb5d956f28a58274e217adc0dd61921df1a9579ca8e331b80e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Soccer legend David Beckham and his mother Sandra Georgina Beckham applaud after the men's singles match between Jannik Sinner of Italy and Miomir Kecmanovic of Serbia at the Wimbledon Tennis Championships in London, Monday, June 29, 2026.((AP Photo/Kin Cheung)]]></media:description><media:credit role="author" scheme="urn:ebu">Kin Cheung</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LLJQ6XRCFZDAQMM4N5HQF5EN64.jpg?auth=66856949054a0971ec4384869994dd31412f26fb7fb8f82e727ab1678e3413c1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Jannik Sinner of Italy returns the ball to Miomir Kecmanovic of Serbia during the men's singles match at the Wimbledon Tennis Championships in London, Monday, June 29, 2026.(AP Photo/Kin Cheung)]]></media:description><media:credit role="author" scheme="urn:ebu">Kin Cheung</media:credit></media:content></item><item><title><![CDATA[Presidente de Cuba dice que nuevas reformas económicas no son una "restauración capitalista"]]></title><link>https://www.local10.com/espanol/2026/07/03/presidente-de-cuba-dice-que-nuevas-reformas-economicas-no-son-una-restauracion-capitalista/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/03/presidente-de-cuba-dice-que-nuevas-reformas-economicas-no-son-una-restauracion-capitalista/</guid><dc:creator><![CDATA[Associated Press, Associated Press]]></dc:creator><description><![CDATA[LA HABANA (AP) — El presidente cubano Miguel Díaz-Canel rechazó que un paquete de medidas económicas aprobado por el Partido Comunista y el Parlamento en junio, en medio de exigencias de Estados Unidos que mantiene un cerco energético contra la isla, sea una reforma de corte capitalista.]]></description><pubDate>Fri, 03 Jul 2026 18:49:42 +0000</pubDate><content:encoded><![CDATA[<p>LA HABANA (AP) — El presidente cubano Miguel Díaz-Canel rechazó que un paquete de medidas económicas aprobado por el Partido Comunista y el Parlamento en junio, en medio de exigencias de Estados Unidos que mantiene un cerco energético contra la isla, sea una reforma de corte capitalista.</p><p>“La Revolución es nuestra vida. No se puede pensar que ninguno de nosotros está propiciando una restauración capitalista en Cuba”, expresó el mandatario en una entrevista con periodistas puertorriqueños y luego publicada por medios oficiales el viernes.</p><p>Las iniciativas se están aplicando “de manera soberana”, aseguró Díaz-Canel quien reconoció que recibieron críticas tanto de sectores de la derecha, que esperan además cambios políticos, como de la izquierda.</p><p>El plan de 176 medidas contempla una ampliación de las empresas y de la autonomía municipal, banca privada, permiso a franquicias internacionales –alimentarias y de comercio minorista—, extensión de la entrega de tierras ociosas, capacidad de importar y exportar sin intromisión estatal y contratación independiente de personal, así como reducción del Estado y autorizaciones para inversores cubanos en sectores claves como el turismo, entre muchas otras.</p><p>Díaz-Canel recordó la compleja situación económica que vive la isla tras la imposición de un cerco petrolero impuesto por el presidente Donald Trump y su secretario Marco Rubio presionando un cambios en Cuba.</p><p>El mandatario dijo que la población que sufre apagones de más de 20 horas, desabastecimiento de alimentos y medicinas, deterioro en los servicios básicos de agua, educación y recogida de basura está agobiada por la situación. En algunas localidades se produjeron protestas y manifestaciones con golpes de cacerolas por parte de vecinos.</p><p>“La mayor parte de nuestra gente sabe cuál es la causa de nuestros problemas, y sabe que más que por una gestión deficiente, como tratan de echarnos la culpa los voceros del imperialismo… el principal obstáculo para desarrollarnos es el bloqueo prolongado y el recrudecimiento de ese bloqueo”, dijo Díaz-Canel.</p><p>Para el mandatario, la estrategia desde Washington es asfixiar a la isla para lograr “una ruptura entre pueblo y revolución. Como dijo Trump un día, ‘le hemos aplicado todas las presiones posibles, ya casi no hay nada que aplicarles que no sea arrasar’”.</p><p>“La gente toca cacerolas, algunos con más disgusto que otros. Yo digo: bueno, tóquenle la cacerola a los vecinos del norte, que son los que nos tienen con este apagón”, agregó el mandatario.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/4ROMGZVB3SY2PQ3GCQPJMJQ5HU.jpg?auth=e4930a4e409023f0cfecefc5c73109ec0ff533f3d09ca7e435f5b01e2eaa1cb9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Un trabajador descarga cajas de fruta en un mercado estatal en La Habana, Cuba, el miércoles 17 de junio de 2026. (Foto AP/Jorge Luis Baños)]]></media:description><media:credit role="author" scheme="urn:ebu">Jorge Luis Banos</media:credit></media:content></item><item><title><![CDATA[More than half of WNBA players miss All-Star starter vote, AP source says]]></title><link>https://www.local10.com/sports/2026/07/03/more-than-half-of-wnba-players-miss-all-star-starter-vote-ap-source-says/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/03/more-than-half-of-wnba-players-miss-all-star-starter-vote-ap-source-says/</guid><dc:creator><![CDATA[By DOUG FEINBERG, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — More than half of the WNBA 's 180 players didn't submit their ballots for All-Star starters ahead of this month's game in Chicago, a person familiar with the balloting told The Associated Press on Friday.]]></description><pubDate>Fri, 03 Jul 2026 18:47:35 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — More than half of the WNBA 's 180 players didn't submit their ballots for All-Star starters ahead of this month's game in Chicago, a person familiar with the balloting told The Associated Press on Friday.</p><p>The person spoke on condition of anonymity because of the sensitive nature of the voting. It's unclear why so many players didn't cast their votes. However, the Los Angeles Sparks were one of the teams that didn’t have all of its players vote due to some operational errors.</p><p>“Players were sent ballots via email,” the Sparks said in a statement. “Some players indicated that they didn’t receive the email or weren’t aware of it until after the voting period had closed. That’s something we take responsibility for as an organization, and we’ll have a more robust process going forward.”</p><p>Fan vote accounts for 50% of the overall vote while players and a media panel each are 25%. It's been that way since 2017.</p><p>New York Liberty guard Sabrina Ionescu said her team has never had an issue getting players to submit their ballots.</p><p>“We always vote. But I do think especially if they’re weighed as much as they are, like teams should be making sure that their players are voting like it is important. There should never just be a team that like, doesn’t get the ballot. ...That’s something that every player should be getting the opportunity. And if the player doesn’t want to vote, then that’s on them.”</p><p>The league announced the All-Star starters on Thursday.</p><p>ESPN was the first to report the lack of ballots.</p><p>Like the media, each player is given a link to a voting site as well as an individual username and password. Those are supplied by the league to the teams who distribute them to the players.</p><p>Sparks guard Kelsey Plum was lower in the player balloting than she was from the media and fans. She is second in the WNBA in scoring, but has only played in a dozen games because of injuries. She was 12th among players votes after ranking sixth by the fans and fifth by media.</p><p>She finished seventh in the voting overall for the guards. Even if the Sparks had all voted, it wouldn't have been a guarantee that Plum moved up to the top four spots. In the past, players have said that they have either voted for their entire team on the ballot or for friends or college teammates which has led to some skewed results. Some do take it seriously and pick who they think are the best players.</p><p>All-Star starter Caitlin Clark was right in front of the player balloting finishing in 11th. She was picked as an All-Star starter as she was second in the fan vote and third in the media rankings.</p><p>___</p><p>AP WNBA: https://apnews.com/hub/wnba-basketball</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/IW2S2E5KRL7X2YFVVAO6TRNDTY.jpg?auth=ba66ce24e93cdf9a47a322d827137d25c3caee69190befb57c86e3171838117a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Los Angeles Sparks guard Kelsey Plum dribbles during the second half of a WNBA basketball game against the Indiana Fever, May 13, 2026, in Los Angeles. (AP Photo/Jae C. Hong, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jae C. Hong</media:credit></media:content></item><item><title><![CDATA[Keiko Fujimori, hija de un condenado exmandatario, se convierte en la presidenta electa de Perú]]></title><link>https://www.local10.com/espanol/2026/07/03/keiko-fujimori-hija-de-un-condenado-exmandatario-se-convierte-en-la-presidenta-electa-de-peru/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/03/keiko-fujimori-hija-de-un-condenado-exmandatario-se-convierte-en-la-presidenta-electa-de-peru/</guid><dc:creator><![CDATA[Por FRANKLIN BRICEÑO, Associated Press]]></dc:creator><description><![CDATA[LIMA (AP) — Keiko Fujimori, hija del fallecido exmandatario Alberto Fujimori y líder del influyente partido conservador Fuerza Popular, se convirtió en la presidenta electa de Perú.]]></description><pubDate>Fri, 03 Jul 2026 18:22:46 +0000</pubDate><content:encoded><![CDATA[<p>LIMA (AP) — Keiko Fujimori, hija del fallecido exmandatario Alberto Fujimori y líder del influyente partido conservador Fuerza Popular, se convirtió en la presidenta electa de Perú.</p><p>El Jurado Nacional de Elecciones certificó el viernes que Fujimori obtuvo 9.223.396 votos y su rival el progresista Roberto Sánchez, del partido Juntos por el Perú, 9.173.755 votos. La conservadora obtuvo casi unos 50.000 votos de ventaja y ganó en su cuarto intento por llegar al poder.</p><p>A sus 50 años, la ex primera dama durante el gobierno de su padre (1990-2000) y excongresista, logró romper su racha de derrotas presentándose como la mejor opción para imponer orden y apelando al recuerdo de la gestión de su padre en la década de 1990 cuando las fuerzas de seguridad vencieron al grupo terrorista Sendero Luminoso.</p><p>“He decidido participar en esta campaña porque nuestro país ya no aguanta más improvisados, porque nuestro país vive con miedo”, había dicho durante el cierre de su campaña electoral en una zona popular de Lima.</p><p>El eje de sus promesas radicó en enfrentar el crimen con “mano dura” siguiendo el modelo del presidente salvadoreño Nayib Bukele. Prometió construir una cárcel similar a la salvadoreña Centro de Confinamiento del Terrorismo e implantar jueces con el rostro cubierto como ocurrió durante el gobierno de su padre.</p><p>Perú atraviesa una creciente ola de inseguridad. Las denuncias por extorsión se han quintuplicado mientras los asesinatos se han duplicado, según datos oficiales de los últimos cinco años. Las extorsiones afectan a pequeños comerciantes y a las líneas de transporte público. En 2025 fueron asesinados 239 choferes en casos de extorsión.</p><p>Fujimori también propuso destrabar grandes proyectos mineros reduciendo los trámites burocráticos para atraer capitales e impulsar el empleo y alentar la agroexportación ampliando las obras de irrigación en terrenos áridos de la costa del Pacífico.</p><p>Sus rivales señalan que por su ambición Perú ha sufrido una crisis política durante la última década y que la actuación de su bancada en el Parlamento es la responsable de la renuncia o destitución de varios presidentes.</p><p>El partido de Fujimori, junto a otros grupos, fue clave en empujar a la renuncia al expresidente Pedro Pablo Kuczynski (2016-2018) y en votar por la destitución de casi todos los gobernantes posteriores, incluidos Martín Vizcarra (2018-2020), Pedro Castillo (2021-2022) y Dina Boluarte (2022-2025).</p><p>A esta última la protegieron de siete pedidos de remoción, pero cuando su popularidad llegó al 3% votaron por su vacancia.</p><p>Keiko Fujimori buscó la presidencia de Perú en 2011, 2016 y 2021. En las tres ocasiones pasó a segunda vuelta y fue derrotada por Ollanta Humala (2011-2016), Kuczynski y Castillo, respectivamente.</p><p>La candidata ingresó muy joven a la política. Fue primera dama desde los 19 años en 1994 tras la separación de sus padres en medio de un escándalo luego de que su madre afirmó a la prensa que había sido torturada por militares por orden de su esposo.</p><p>Alberto Fujimori murió en 2024, un año después de ser excarcelado tras más de 16 años preso por corrupción y por el asesinato de 25 personas ejecutadas por un comando del ejército durante el combate a Sendero Luminoso entre 1991 y 1992.</p><p>Keiko Fujimori lanzó su candidatura el año pasado luego de que el Tribunal Constitucional archivó una investigación en su contra por el presunto delito de lavado de dinero proveniente de la empresa brasileña Odebrecht y de otras fuentes.</p><p>El tribunal consideró que la acusación fiscal no tenía “sustento jurídico” ya que la imputación de lavado en la modalidad de “recepción patrimonial” no estaba castigada antes de 2016, cuando presuntamente ocurrieron los hechos.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/H4JSEJRLDNUXSVXXYZJ5VZWOU4.jpg?auth=eb9c26af6759ce00f051661e04e65824ae87fccff194fd2608717676f8db406e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[La candidata presidencial Keiko Fujimori, del partido Fuerza Popular, saluda tras el cierre de las urnas después de la segunda vuelta de las elecciones presidenciales en Lima, Perú, el domingo 7 de junio de 2026. (AP Foto/Guadalupe Pardo)]]></media:description><media:credit role="author" scheme="urn:ebu">Guadalupe Pardo</media:credit></media:content></item><item><title><![CDATA[House Ethics Committee finds evidence of contempt of Congress by North Miami Beach mayor]]></title><link>https://www.local10.com/news/politics/2026/07/01/north-miami-beach-mayor-held-in-contempt-of-congress/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/07/01/north-miami-beach-mayor-held-in-contempt-of-congress/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[The House Ethics Committee has recommended North Miami Beach Mayor Michael Joseph be found in contempt of Congress, Local 10 News learned on Wednesday.]]></description><pubDate>Wed, 01 Jul 2026 22:54:02 +0000</pubDate><content:encoded><![CDATA[<p>The House Ethics Committee has recommended North Miami Beach Mayor Michael Joseph be found in contempt of Congress, Local 10 News learned on Wednesday.</p><p><a href="https://www.congress.gov/committee-report/119th-congress/house-report/693?__cf_chl_f_tk=ufE8s9.5Z29pIMpQamil7lu.qJxphaLuKOJUWRrmcM0-1782927385-1.0.1.1-iwSD2b6c9Ks7PZId.wqw.vhMpkDpXIwLR8Pwx4eCQ40" target="_self" rel="" title="https://www.congress.gov/committee-report/119th-congress/house-report/693?__cf_chl_f_tk=ufE8s9.5Z29pIMpQamil7lu.qJxphaLuKOJUWRrmcM0-1782927385-1.0.1.1-iwSD2b6c9Ks7PZId.wqw.vhMpkDpXIwLR8Pwx4eCQ40">The decision</a> by the U.S. House Committee on Ethics, dated June 10, came after the panel, while investigating then-U.S. Rep. Sheila Cherfilus-McCormick, D-Florida, had “sought documents and testimony“ from Joseph, who failed to hand over any papers or appear before the committee despite being issued ”multiple subpoenas."</p><p>According to the report, a subcommittee said Joseph’s actions were “egregious and warrants referral to the U.S. Department of Justice.”</p><p>The ethics panel made <a href="https://ethics.house.gov/wp-content/uploads/2026/01/Statement-of-Alleged-Violations.pdf" target="_self" rel="" title="https://ethics.house.gov/wp-content/uploads/2026/01/Statement-of-Alleged-Violations.pdf">allegations of illegal campaign donations</a> to Cherfilus-McCormick, who resigned in April under the threat of possible expulsion, through a political committee chaired by Joseph.</p><p>If convicted of the federal contempt charge, a misdemeanor, Joseph could spend up to a year in jail and receive a fine of up to $100,000.</p><p>Joseph has also faced separate questions over his conduct as mayor. He <a href="https://www.local10.com/news/local/2026/03/26/north-miami-beach-mayor-faces-possible-reprimand-after-report-alleges-misconduct/" target="_self" rel="" title="https://www.local10.com/news/local/2026/03/26/north-miami-beach-mayor-faces-possible-reprimand-after-report-alleges-misconduct/">narrowly avoided being censured</a> by city commissioners after a city investigation concluded he placed North Miami Beach in “substantial legal, financial and ethical risk.”</p><p><a href="https://www.local10.com/news/local/2026/02/17/new-report-alleges-misconduct-by-north-miami-beach-mayor-michael-joseph/" target="_self" rel="" title="https://www.local10.com/news/local/2026/02/17/new-report-alleges-misconduct-by-north-miami-beach-mayor-michael-joseph/">The allegations suggested</a> that Joseph asked an employee to alter official government records, a potential violation of state public records laws and city employees raised questions about some of Joseph’s travel expenses to Japan “including an upgrade to First Class resulting in a charge in excess of $3,000 to the City,” an investigation report stated.</p><p>The mayor, at the time, called the report “inaccurate.”</p><p>Local 10 News contacted Joseph and a city spokesperson seeking comment on Wednesday night. As of publication of this article, we hadn’t received a response.</p><p>Cherfilus-McCormick, who resigned in April before the House Ethics Committee started proceedings that could have led to her expulsion. She is facing federal charges after being accused of stealing <a href="https://www.local10.com/news/local/2025/11/19/rep-sheila-cherfilus-mccormick-charged-with-stealing-5-million-in-fema-funds/" target="_self" rel="" title="https://www.local10.com/news/local/2025/11/19/rep-sheila-cherfilus-mccormick-charged-with-stealing-5-million-in-fema-funds/">$5 million in federal disaster aid funds</a>.</p><p>Meanwhile, Cherfilus-McCormick, <a href="https://www.local10.com/news/politics/2026/06/17/candidates-clash-over-representation-at-district-20-political-forum/" target="_self" rel="" title="https://www.local10.com/news/politics/2026/06/17/candidates-clash-over-representation-at-district-20-political-forum/">who is seeking her old seat back</a>, has pleaded not guilty in her criminal case and denied any wrongdoing.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/WIZMB4EAPRAJTOE3GZES4H3A3A.png?auth=0251cf51f5f11e50422f628c6dcb7c53344ce9f19c4bc1c30945270e78fc5b62&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"><media:description type="plain"><![CDATA[File photo of North Miami Beach Mayor Michael Joseph.]]></media:description></media:content></item><item><title><![CDATA[Tribunal electoral declara a la conservadora Keiko Fujimori presidenta electa de Perú]]></title><link>https://www.local10.com/espanol/2026/07/03/tribunal-electoral-declara-a-la-conservadora-keiko-fujimori-presidenta-electa-de-peru/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/03/tribunal-electoral-declara-a-la-conservadora-keiko-fujimori-presidenta-electa-de-peru/</guid><dc:creator><![CDATA[Por FRANKLIN BRICEÑO, Associated Press]]></dc:creator><description><![CDATA[LIMA (AP) — El tribunal electoral de Perú declaró el viernes a la conservadora Keiko Fujimori presidenta electa al vencer en el balotaje del 7 de junio al progresista Roberto Sánchez tras un ajustado conteo de votos que por casi un mes mantuvo al país en la incertidumbre sobre su futuro político.]]></description><pubDate>Fri, 03 Jul 2026 22:40:23 +0000</pubDate><content:encoded><![CDATA[<p>LIMA (AP) — El tribunal electoral de Perú declaró el viernes a la conservadora Keiko Fujimori presidenta electa al vencer en el balotaje del 7 de junio al progresista Roberto Sánchez tras un ajustado conteo de votos que por casi un mes mantuvo al país en la incertidumbre sobre su futuro político.</p><p>El Jurado Nacional de Elecciones certificó que Fujimori, del partido Fuerza Popular, obtuvo 9.223.396 votos y Sánchez, del partido Juntos por el Perú, 9.173.755 votos. La conservadora obtuvo casi unos 50.000 votos de ventaja y ganó en su cuarto intento por llegar al poder tras perder en 2011, 2016 y 2021 por un escaso margen. La proclamación tiene lugar 26 días después de celebrado el balotaje.</p><p>Fujimori no estuvo en la ceremonia porque habrá otra, cuya fecha no está definida, para que el Jurado le entregue las credenciales. La presidenta electa indicó en sus redes sociales que "cada día de este proceso de transición es una oportunidad para escuchar, dialogar y llegar preparados al inicio del nuevo gobierno".</p><p>Fujimori, de 51 años, ya había recibido desde el lunes felicitaciones de algunos gobiernos, entre ellos de Estados Unidos e Israel, luego que el conteo de votos alcanzó el 100% con la conservadora adelante.</p><p>La presidenta electa dijo por la tarde en una declaración donde no hubo preguntas de la prensa que en su gestión "lo que funciona y beneficia al país debe preservarse" y que corregirá todo lo que no ha funcionado. Añadió que el Perú necesita recuperar el orden "en sus calles, en sus instituciones y el Estado".</p><p>Ella indicó el lunes que recibía el resultado con responsabilidad “sobre todo sabiendo que nuestro país está prácticamente dividido y tenemos la responsabilidad de escuchar a ambos lados”.</p><p>Sánchez, exministro del encarcelado expresidente Pedro Castillo (2021-2026), no reconoce el triunfo de Fujimori argumentando que hubo un fraude, del que no ha mostrado pruebas. En rechazo al resultado electoral ha marchado de forma pacífica por las calles de Lima en tres ocasiones.</p><p>Asegura que las reglas para custodiar los votos en el exterior, que influyeron en el ajustado triunfo de Fujimori, se cambiaron antes del balotaje. Pero las misiones de la OEA y la Unión Europea indicaron que no hubo irregularidades en los comicios.</p><p>No es la primera vez que los perdedores en Perú califican, sin pruebas, de que hubo fraude en los comicios. En 2021, la misma Fujimori indicó que hubo un "fraude en mesa" sin evidencias luego de perder por poco más de 44.000 votos ante Castillo a quien el Jurado lo proclamó presidente 43 días después del balotaje.</p><p>Fujimori, hija del fallecido exmandatario Alberto Fujimori (1990-2000), indicó durante su campaña que era la mejor opción para ordenar un país golpeado por la delincuencia y reivindicó el gobierno de su padre que puso fin al grupo violento Sendero Luminoso. Alberto Fujimori estuvo 16 años preso tras ser condenado por corrupción y por el asesinato de 25 peruanos ejecutados por un grupo militar protegido por su gestión.</p><p>Keiko Fujimori prometió construir cuatro prisiones y otra similar al Centro de Confinamiento Contra el Terrorismo del gobierno del salvadoreño Nayib Bukele y obligar a que los presos trabajen en las cárceles. También anticipó que militarizará las fronteras para frenar el crimen y deportará a los migrantes indocumentados.</p><p>Un puñado de simpatizantes de Fuerza Popular portando una bandera de Perú se abrazó y dio vivas a Fujimori en los exteriores de un local del partido político. “Gracias a las buenas decisiones de su padre, Alberto, el Perú se transformó, queremos que Keiko siga con su legado", dijo María Cabrera a The Associated Press.</p><p>El triunfo de Fujimori, sumado al de Abelardo de la Espriella en Colombia y al de José Antonio Kast en Chile, confirma un giro regional al ala conservadora, diferente al panorama de hace algunas décadas cuando emergieron líderes de izquierda como Hugo Chávez en Venezuela o el actual presidente brasileño Luiz Inácio Lula da Silva.</p><p>Perú sufre una larga crisis política. Vio desfilar a ocho presidentes en casi una década de enfrentamientos entre el Parlamento y el Ejecutivo y protestas sociales que dejaron 50 manifestantes muertos entre 2022 y 2023.</p><p>Pese a la inestabilidad política, la economía de Perú se ha mantenido estable y creció un 3,4 % en 2025, según el Banco Central.</p><p>__</p><p>El periodista de la AP Mauricio Muñoz colaboró con este despacho desde Lima.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/KUQ4SZ45SWUFEADFRHTVI53I7U.jpg?auth=02fda1af6a92225c19d8316f054c7f8ea468db1cd58cc4bf036a281cca7c9590&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 saluda a los periodistas al salir de su casa en Lima, Perú, el viernes 3 de julio de 2026. (AP Foto/Martín Mejía)]]></media:description><media:credit role="author" scheme="urn:ebu">Martin Mejia</media:credit></media:content></item><item><title><![CDATA[Conservative candidate Keiko Fujimori wins Peru’s presidential election in a runoff]]></title><link>https://www.local10.com/news/2026/07/03/conservative-candidate-keiko-fujimori-wins-perus-presidential-election-in-a-runoff/</link><guid isPermaLink="true">https://www.local10.com/news/2026/07/03/conservative-candidate-keiko-fujimori-wins-perus-presidential-election-in-a-runoff/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[LIMA, Peru (AP) — Conservative politician Keiko Fujimori on Friday was declared the winner of the presidential runoff election in Peru, which was dominated by people’s concerns over surging crime.]]></description><pubDate>Fri, 03 Jul 2026 21:01:56 +0000</pubDate><content:encoded><![CDATA[<p>LIMA, Peru (AP) — Conservative politician Keiko Fujimori on Friday was declared the winner of the presidential runoff election in Peru, which was dominated by people’s concerns over surging crime.</p><p>Fujimori, 51, the daughter of a disgraced former president, was running for the presidency for the fourth time. She will be Peru’s ninth president in 10 years when she takes office later this month.</p><p>Fujimori’s victory, along with that of Abelardo de la Espriella in Colombia and José Antonio Kast in Chile, confirms a regional shift toward the conservative wing, a stark contrast from the panorama of a few decades ago when left-wing leaders such as Hugo Chávez in Venezuela or the current Brazilian president Luiz Inácio Lula da Silva emerged.</p><p>The election win was certified Friday by the country's top election authority. Figures released by election officials earlier in the week showed that with 100% of ballots tallied, Fujimori received 9,223,000 votes, or 50.135% of the total, while nationalist congressman Roberto Sánchez earned over 9,173,000 votes, or 49.865%.</p><p>Fujimori and Sánchez made it to the June 7 runoff election after defeating 33 other candidates in an April vote.</p><p>Voters were primarily concerned with increasing levels of crime, especially extortion by violent organized crime gangs, and Fujimori pledged to combat crime with an iron fist.</p><p>Fujimori said on social media Friday that “each day of this process of transition is an opportunity to listen, discuss and arrive prepared for the start of a new government.”</p><p>The winner is the daughter of the late Alberto Fujimori, the former president whose government in the 1990s defeated the Shining Path extremist rebel group but also took an authoritarian turn. He was convicted in 2009 of human rights abuses in the fight against the rebels, and later of corruption charges.</p><p>Keiko Fujimori promised to build four prisons and another similar to El Salvador’s Terrorism Confinement Center known as the CECOT, and to force prisoners to work in the prisons. She also announced plans to militarize the borders to curb crime and deport undocumented migrants.</p><p>___</p><p>Follow AP’s Latin America coverage at https://apnews.com/hub/latin-america</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/LCIXEPEXSTP3KIXPJXQCAK5J6Q.jpg?auth=b8184de02a46514c082fbb9c96b4f99f257a40445738d7e0f885059b95a38e09&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President-elect Keiko Fujimori, waves to reporters as she leaves her home in Lima, Peru, Friday, July 3, 2026. (AP Photo/Martin Mejia)]]></media:description><media:credit role="author" scheme="urn:ebu">Martin Mejia</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/IM7ST2L5RI4JBXQZR3X235FO5A.jpg?auth=12e438641713085afbbaaf62544578f3860905332224325aaf9d1d95d5853559&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Supporters of President-elect Keiko Fujimori, cheer holding a poster depicting her with her father, former President Alberto Fujimori, outside of her home in Lima, Peru, Friday, July 3, 2026. (AP Photo/Martin Mejia)]]></media:description><media:credit role="author" scheme="urn:ebu">Martin Mejia</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GAMEP3GJSGGU4MZIRPTG3KHCT4.jpg?auth=97f285f570bd98d456c23f92b28ad0756cf3ef5b8f4e79fc18d93364d58e51eb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A supporter of President-elect Keiko Fujimori, holds a poster depicting her with her father, former President Alberto Fujimori, outside of her home in Lima, Peru, Friday, July 3, 2026. (AP Photo/Martin Mejia)]]></media:description><media:credit role="author" scheme="urn:ebu">Martin Mejia</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/S6NMYWJVJ4AMMV2C2ZLKHZ6CNQ.jpg?auth=dcfca6368624075dd0f82e651c58773ffda635ce5c7fd0183cb003c30b65e8ed&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Presidential candidate Keiko Fujimori, of the Popular Force party, waves after voting during the presidential runoff election in Lima, Peru, June 7, 2026. (AP Photo/Martin Mejia, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Martin Mejia</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NNZ4K6IVLOPV72C4RTJXSQCJKU.jpg?auth=753130d48588c6a69f626462d8f32e3e33e52bfc43a261c4ff4d9d598169acc6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Presidential candidate Keiko Fujimori, of the Popular Force party, listens to a question from a journalist outside her headquarters in Lima, Peru, Friday, June 19, 2026. (AP Photo/Martin Mejia)]]></media:description><media:credit role="author" scheme="urn:ebu">Martin Mejia</media:credit></media:content></item><item><title><![CDATA[Presidente colombiano pide a Trump que se levanten sanciones, defiende su plan antidrogas]]></title><link>https://www.local10.com/espanol/2026/07/03/presidente-colombiano-petro-pide-a-trump-que-se-levanten-sanciones-defiende-su-plan-antidrogas/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/03/presidente-colombiano-petro-pide-a-trump-que-se-levanten-sanciones-defiende-su-plan-antidrogas/</guid><dc:creator><![CDATA[Por ASTRID SUÁREZ, Associated Press]]></dc:creator><description><![CDATA[BOGOTÁ (AP) — El presidente colombiano Gustavo Petro aseguró el viernes que sostuvo una llamada telefónica con su homólogo estadounidense Donald Trump en la que le pidió que apoye su salida de la lista de sancionados del Departamento del Tesoro y resaltó los resultados de su política antinarcóticos.]]></description><pubDate>Fri, 03 Jul 2026 19:11:39 +0000</pubDate><content:encoded><![CDATA[<p>BOGOTÁ (AP) — El presidente colombiano Gustavo Petro aseguró el viernes que sostuvo una llamada telefónica con su homólogo estadounidense Donald Trump en la que le pidió que apoye su salida de la lista de sancionados del Departamento del Tesoro y resaltó los resultados de su política antinarcóticos.</p><p>El Departamento del Tesoro estadounidense impuso el año pasado sanciones contra Petro; su esposa, Verónica Alcocer García; su hijo mayor, Nicolás Fernando Petro Burgos, y el ministro del Interior, Armando Benedetti, por acusaciones de participar en el tráfico global de drogas, sin mostrar pruebas.</p><p>La presidencia colombiana indicó en un comunicado que Petro le pidió “cordialmente” a Trump que apoye su salida de la lista de la Oficina para el Control de Activos en el Extranjero (OFAC, por sus siglas en inglés). Ante lo cual, según Colombia, Trump se habría manifestado que “hará lo mejor para que ese propósito se materialice”.</p><p>Petro ha dicho estar muy preocupado por su futuro judicial debido a que entregará el mando del país el 7 de agosto al conservador Abelardo de la Espriella, un férreo opositor a su gobierno y quien fue apoyado en la campaña abiertamente por Trump.</p><p>La sanción del Departamento del Tesoro ha significado para Petro restricciones en el sistema financiero, pese a que ha insistido en que no tiene ningún vínculo con el narcotráfico y lo ha atacado durante su gobierno, en un intento por desvirtuar el argumento del gobierno estadounidense que al sancionarlo dijo que Petro ha “permitido que los cárteles de la droga prosperen y se ha negado a detener esta actividad”.</p><p>Petro aseguró en la red social X que en la llamada le dio un reporte sobre el programa de sustitución voluntaria de cultivos de hoja de coca —materia prima de la cocaína— por el que los campesinos que la cultivan pueden pasar a la economía lícita.</p><p>La presidencia colombiana detalló que el gobierno de Petro ha erradicado cerca de 30.000 hectáreas de hoja de coca con el programa y proyectó que alcanzará las 41.000 hectáreas al finalizar el año.</p><p>El área sembrada con hoja de coca en Colombia alcanzó en 2024 las 261.000 hectáreas, un 3,5% más que el año anterior, según el último dato disponible de la Oficina de las Naciones Unidas contra la Droga y el Delito.</p><p>Petro solicitó al gobierno estadounidense su colaboración para mantener el programa de sustitución de ilícitos en el gobierno de De la Espriella, quien asegura que no va a permitir que salga más cocaína de Colombia y que quiere fumigar con herbicidas biológicos los plantíos de hoja de coca.</p><p>La lucha contra las drogas ha sido un punto álgido entre Petro y Trump debido a las diferencias en sus políticas. Mientras Petro está en contra del modelo prohibicionista y aboga por los pequeños cultivadores de hoja de coca, la administración Trump ha pedido endurecer las medidas para obtener resultados más rápidos en la disminución de cultivos y en la exportación de cocaína.</p><p>Ambos mandatarios mantuvieron una tensa relación que escaló hacia posibles aranceles por parte de Estados Unidos y una amenaza con emprender acciones militares contra la nación sudamericana.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZUSFYNOIBWVLJQKBMSB32OISCA.jpg?auth=559cac9ebab4a58198ab5473e80c74cd59602c2449e58b4febd76ea268c7cecc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[El presidente colombiano Gustavo Petro muestra una papeleta de votación durante la segunda vuelta de las elecciones en Bogotá, Colombia, el domingo 21 de junio de 2026. (AP Foto/Fernando Vergara)]]></media:description><media:credit role="author" scheme="urn:ebu">Fernando Vergara</media:credit></media:content></item><item><title><![CDATA[Caitlin Clark condemns 'harassment' as WNBA players face a surge of online threats]]></title><link>https://www.local10.com/sports/2026/07/03/caitlin-clark-condemns-harassment-as-wnba-players-face-a-surge-of-online-threats/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/03/caitlin-clark-condemns-harassment-as-wnba-players-face-a-surge-of-online-threats/</guid><dc:creator><![CDATA[By DOUG FEINBERG, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Caitlin Clark has seen enough of the social media hatred that she, her Fever teammates, coaches and opposing WNBA players get.]]></description><pubDate>Fri, 03 Jul 2026 17:34:24 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Caitlin Clark has seen enough of the social media hatred that she, her Fever teammates, coaches and opposing WNBA players get.</p><p>“I’ve said up here and said before, the harassment, the hate, none of that is OK,” Clark said at practice Friday “That goes for the opposing team we play, that goes for my teammates, that goes for my coaches. There should never be question of character. None of that is OK, and I don’t want anybody to ever experience that.”</p><p>The WNBA has gotten a lot more attention the past few seasons with the addition of Clark and Angel Reese among others to the league. A multi-billion dollar media rights deal, million dollar salaries and higher attendance have been the positives. An increase of social media vitriol toward players and teams has been the negative.</p><p>Social media hatred is nothing new and isn't just directed toward the WNBA and its players. It's been going on for more than a decade toward the league and its players. However, it has gotten worse lately with players and coaches receiving threats for things that happen on the court.</p><p>Phoenix Mercury forward Alyssa Thomas said Tuesday that she received death threats and had been called racial slurs in the aftermath of her one-game suspension after she made contact with her fist to Clark’s throat in last week’s matchup against Indiana.</p><p>WNBA Commissioner Cathy Engelbert issued a statement on Tuesday condemning “any and all forms of hate.”</p><p>The WNBA has been trying to do what it can to make the players feel more protected and combat its social media problem.</p><p>The league has made a major push with security over the past few seasons. Teams travel with more security on the road and there are enhanced protocols at arenas, hotels and when traveling. Franchises now take charter flights, which makes it easier on the teams.</p><p>The WNBA also has implemented initiatives that combat online hate and threats to players. Some of that includes artificial intelligence software to identify and respond more quickly to threats, harassment and hate directed at players and teams across social media platforms.</p><p>Unfortunately, nothing is foolproof in stopping online hate spewed by anonymous people who hide behind their keyboards.</p><p>“I think for the league as a whole, there’s been so much more toxicity, racism, homophobia — straight-up hateful nonsense, and it is absolutely unacceptable,” Fever coach Stephanie White said during a two-minute opening statement at practice Wednesday. “Most of it is coming from the online community. In my heart of hearts, I believe most of it is not coming from WNBA fans or Indiana Fever fans."</p><p>White coached Thomas in Connecticut two years ago and saw the social media vitriol there, as well.</p><p>“AT is exactly right: We get to play a basketball game,” White said. “Yes, that’s going to come with criticism and yes, that’s going to come with fans and the love-hate relationship they have with players and teams. But it’s not hard to not be a jerk. And if you’re one of the people who’s online doing this, do not call yourself a WNBA fan.”</p><p>Clark said she’s been hurt by all of the narratives created online and in the media about her and her Fever teammates.</p><p>“It can be really frustrating to me at times and it’s difficult,” Clark said. “A lot of people sometimes think I’m a robot. I’m not a robot. I have emotions, I have feelings. And it can be really difficult to go through a lot of that. I’m 24 years old, trying to navigate a lot ... there are times that it is hard, and there are times that, you know, it probably affects me a little bit more than I do put on."</p><p>To try and help the players deal with the hate they receive, the league also has expanded access to confidential mental health resources and support.</p><p>The union sent a letter to its players last week that was obtained by The Associated Press that included points on social media vitriol.</p><p>“We know spirited debate and passionate fandom are part of sports. Threats, harassment, and especially death threats directed at any player or members of her family are not. It is completely unacceptable and must be unequivocally, publicly and immediately condemned,” the letter said. “If you experience any threatening or concerning communications, please remember that both your team and the WNBPA have security resources available to support you. Your safety and the safety of your loved ones remain our highest priority.”</p><p>___</p><p>AP WNBA: https://apnews.com/hub/wnba-basketball</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/CID3VI3S6UGGSKDZQCJLVDW36I.jpg?auth=d3f3157b4eaa13ef8e59c31b20ce38644a7daedb5ab52715a3978cd9cc1c26df&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Indiana Fever guard Caitlin Clark (22) drives on Atlanta Dream guard Te-Hina Paopao (2) in the first half of a WNBA basketball game in Indianapolis, Thursday, June 18, 2026. (AP Photo/Michael Conroy)]]></media:description><media:credit role="author" scheme="urn:ebu">Michael Conroy</media:credit></media:content></item><item><title><![CDATA[Fort Lauderdale avanza con planes para nuevo Ayuntamiento  ]]></title><link>https://www.local10.com/espanol/2026/07/02/fort-lauderdale-avanza-con-planes-para-nuevo-ayuntamiento/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/02/fort-lauderdale-avanza-con-planes-para-nuevo-ayuntamiento/</guid><dc:creator><![CDATA[Terrell Forney]]></dc:creator><description><![CDATA[El plan de Fort Lauderdale para construir un nuevo Ayuntamiento avanza, mientras los comisionados conocieron el impacto financiero de los tres sitios propuestos.  ]]></description><pubDate>Thu, 02 Jul 2026 22:38:53 +0000</pubDate><content:encoded><![CDATA[<p>El plan de Fort Lauderdale para construir un nuevo Ayuntamiento avanza, mientras los comisionados conocieron el impacto financiero de los tres sitios propuestos.</p><p>La administradora municipal, Rickelle Williams, dijo que hay buenas noticias para los contribuyentes.</p><p>“Para llevar a cabo el proyecto, ahora hemos reducido aproximadamente $50,000,000 USD del costo para hacerlo realidad”, dijo Williams.</p><p>El costo inicial de $267,000,000 USD se redujo a aproximadamente $217,000,000 USD.</p><p>La propuesta incluye remodelar un edificio de oficinas existente en el sitio de la Torre 101, ubicado en Northeast First Street y Third Avenue, o convertir el antiguo tribunal federal, ubicado al otro lado de la calle, en el nuevo Ayuntamiento.</p><p>Una tercera opción es un edificio de oficinas de gran altura en 1 East Broward, en Fort Lauderdale.</p><p>La reducción del costo fue posible, en parte, gracias a la disminución de los honorarios de los desarrolladores y diseñadores, así como a la reestructuración de las condiciones del calendario general de pagos del proyecto.</p><p>“Queríamos asegurarnos de poder trazar una hoja de ruta sin importar el resultado ni la decisión que tomara la Comisión de la Ciudad”, dijo Williams.</p><p>El antiguo Ayuntamiento ha permanecido fuera de servicio durante los últimos años después de sufrir graves daños por las inundaciones causadas por las lluvias récord.</p><p>Sin importar cuál de las tres opciones apruebe finalmente la Comisión de la Ciudad, el nuevo Ayuntamiento incorporará principios fundamentales, entre ellos ser rentable, innovador y establecer un referente para la historia y las artes. </p>]]></content:encoded></item><item><title><![CDATA[Cierran West State Road 84 en Fort Lauderdale tras la muerte de una mujer arrollada por un tren de Brightline]]></title><link>https://www.local10.com/espanol/2026/07/03/mujer-muere-tras-ser-arrollada-por-un-tren-de-brightline-en-fort-lauderdale/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/03/mujer-muere-tras-ser-arrollada-por-un-tren-de-brightline-en-fort-lauderdale/</guid><dc:creator><![CDATA[Ryan Mackey, Brett Knese]]></dc:creator><description><![CDATA[Una bicicleta quedó tirada junto a las vías del tren después de que una mujer de 25 años fuera arrollada y muriera por el impacto de un tren de Brightline en Fort Lauderdale.]]></description><pubDate>Fri, 03 Jul 2026 15:26:29 +0000</pubDate><content:encoded><![CDATA[<p>Una bicicleta quedó tirada junto a las vías del tren la mañana del viernes, después de que una persona fuera arrollada y muriera por el impacto de un tren de Brightline en Fort Lauderdale.</p><p>El incidente ocurrió alrededor de las 9:30 a.m. en la cuadra 200 de State Road 84, cerca del punto donde Marina Mile cruza sobre las vías del tren.</p><p>Los detectives cerraron los carriles en dirección oeste de State Road 84 mientras recolectaban evidencia e investigaban la escena. El tren permaneció detenido a pocos pies de la persona fallecida.</p><p>Brett Knese, de Local 10, estuvo en el lugar del accidente fatal mientras los investigadores trabajaban para identificar a la víctima.</p><p>La policía identificó este viernes a la mujer como Elizabeth McLaughlin, de 25 años, y dijo que su muerte parecía tratarse de un suicidio.</p><p>El incidente marcó la segunda muerte relacionada con un tren en la zona en aproximadamente 12 horas.</p><p>Alrededor de las 9:20 p.m. del jueves, equipos de la policía respondieron a las mismas vías, más al norte, cerca de Southwest Second Avenue y Second Street, donde una mujer fue arrollada y murió tras ser impactada por un tren, según la policía.</p><p>Las autoridades no han dado a conocer detalles sobre las circunstancias que antecedieron al accidente del viernes.</p><p><b>Hay ayuda disponible las 24 horas, los 7 días de la semana, para quienes contemplan el suicidio llamando o enviando un mensaje de texto a la </b><a href="https://988lifeline.org/?utm_source=google&amp;utm_medium=web&amp;utm_campaign=onebox" target="_self" rel="" title="https://988lifeline.org/?utm_source=google&amp;utm_medium=web&amp;utm_campaign=onebox"><b>Línea de Prevención del Suicidio y Crisis al 988</b></a><b>.</b></p>]]></content:encoded></item><item><title><![CDATA[Catholic group that defied pope and caused schism defends its actions and casts itself as the victim]]></title><link>https://www.local10.com/news/2026/07/03/catholic-group-that-defied-pope-and-caused-schism-defends-its-actions-and-casts-itself-as-the-victim/</link><guid isPermaLink="true">https://www.local10.com/news/2026/07/03/catholic-group-that-defied-pope-and-caused-schism-defends-its-actions-and-casts-itself-as-the-victim/</guid><dc:creator><![CDATA[By NICOLE WINFIELD, Associated Press]]></dc:creator><description><![CDATA[ROME (AP) — The traditionalist Catholics who defied Pope Leo XIV and caused a schism defended their actions Friday, insisting they were merely saving souls and were victim of an unjust sanction by the Holy See.]]></description><pubDate>Fri, 03 Jul 2026 17:09:14 +0000</pubDate><content:encoded><![CDATA[<p>ROME (AP) — The traditionalist Catholics who defied Pope Leo XIV and caused a schism defended their actions Friday, insisting they were merely saving souls and were victim of an unjust sanction by the Holy See.</p><p>The head of the Society of St. Pius X wrote to Leo a day after the Vatican excommunicated the group’s bishops and priests and warned its faithful they too could be excommunicated for participating in the schism, or rupture in church unity.</p><p>The society, known as SSPX, celebrates the ancient Latin Mass and opposes the modernizing reforms of the Catholic Church. On Wednesday, it consecrated four new bishops without papal consent during a massive ceremony at its seminary in Econe, Switzerland, committing one of the gravest crimes in church law.</p><p>Leo had begged the SSPX not go ahead with the ceremony, but the SSPX defied his will. Within 24 hours, the Vatican declared an exceptionally harsh punishment that surprised even the SSPX’s toughest critics.</p><p>In his letter to Leo, the SSPX superior, the Rev. Davide Pagliarani cast the SSPX as the defiant guardian of the church’s tradition and the victim of an unjust sanction by Rome.</p><p>“What the Society of Saint Pius X has done, and will continue to do, is nothing other than an extraordinary initiative for the salvation of souls, amidst the doctrinal and moral confusion into which the church is plunged,” he wrote.</p><p>Despite the “unjust and invalid” sanctions, the SSPX will love the church even more and “offers up the suffering caused by these new sanctions for the good of the universal church and of Your Holiness,” Pagliarani wrote.</p><p>French Archbishop Marcel Lefebvre founded the SSPX in 1970 in opposition to the reforms of the Second Vatican Council, which revolutionized the church’s relations with other Christians, Jews and people of other faiths and allowed Mass to be celebrated in the vernacular rather than Latin.</p><p>While now a fringe movement on the Catholic right, the SSPX has been a thorn in the Vatican’s side for five decades because it claims to be even more Catholic than the Holy See. The harshness of Vatican’s response suggested that after trying to negotiate with the SSPX over three pontificates, the Vatican under Pope Leo XIV had had enough.</p><p>The Rev. Robert Gahl, an ethics expert at The Catholic University of America, said the speed and decisiveness with which the Vatican responded to the consecrations was significant in clearly alerting the SSPX faithful that they were participating in a schism. Doing so, he said, exposed how the SSPX falsely claims to be “more Catholic than the pope.”</p><p>The SSPX claimed it had to proceed with the consecrations, "that they had a case of necessity because of the need of the faithful to receive their sacramental care, while claiming that their sacramental care is somehow better than what the rest of the church offers,” Gahl said. The Vatican's decisive response "calls them out and says, 'If you want the salvation that the church offers, you have to belong to the church, and you stepped out of full communion by disobeying the pope’s explicit command.”</p><p>___</p><p>Associated Press religion coverage receives support through the AP’s collaboration with The Conversation US, with funding from Lilly Endowment Inc. The AP is solely responsible for this content.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/RSKMUXUHFOOTTUOJKWHKV4YR3A.jpg?auth=780fb90283c328a40a22bfb36bb9a2123703c66ec548d08bd9de9b0610d46a48&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Newly consecrated bishops, from left, Pascal Schreiber, Michael Goldade, Michel Poinsinet de Sivry and Marc Hanappier, wearing their miters and holding their pastoral staffs, pray at the end of their consecration ceremony in a tent set up outside the Society of St. Pius X seminary in Econe, Switzerland, Wednesday, July 1, 2026. (AP Photo/Baz Ratner)]]></media:description><media:credit role="author" scheme="urn:ebu">Baz Ratner</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/PKD6VOKPU5EJXROHJRXM7RXBJ4.jpg?auth=9c106a19e7c3c11e3b70d433512a57e1b5632c8ebd5105235ce88abc9a3175e2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Newly consecrated bishop Michael Goldade delivers his blessing at the end of his consecration ceremony in a tent set up outside the Society of St. Pius X seminary in Econe, Switzerland, Wednesday, July 1, 2026. (AP Photo/Baz Ratner)]]></media:description><media:credit role="author" scheme="urn:ebu">Baz Ratner</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/7DREJWMRG3IUFIZAINAWQX2XTA.jpg?auth=70308ab9d342402c4114fb5345df3b965e5ecbf9ac7a7cb5bff3bad7196e70f2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Newly consecrated bishops, from left, Marc Hanappier, Michel Poinsinet de Sivry, Michael Goldade and Pascal Schreiber wearing their miters and holding their pastoral staffs, stand at the end of their consecration ceremony in a tent set up outside the Society of St. Pius X seminary in Econe, Switzerland, Wednesday, July 1, 2026. (AP Photo/Baz Ratner)]]></media:description><media:credit role="author" scheme="urn:ebu">Baz Ratner</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/Y2ADYCJCR6GFTJBV7UHRLCFC3A.jpg?auth=349047768ade23dbe4ed253eb0d9ce165f31d1299890aab1bf401437d3dd1e0a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Newly consecrated bishops, from left, Pascal Schreiber, Michael Goldade, Michel Poinsinet de Sivry and Marc Hanappier hold their pastoral staffs at the end of their consecration ceremony in a tent set up outside the Society of St. Pius X seminary in Econe, Switzerland, Wednesday, July 1, 2026. (AP Photo/Baz Ratner)]]></media:description><media:credit role="author" scheme="urn:ebu">Baz Ratner</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/AZYGT2A5XE3BB43VIA4TUJLU4I.jpg?auth=151392928b6682f4321b67631fec354cc98bcd764c3379fecdd999ac864a876a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Newly consecrated bishops, from left, Marc Hanappier, Michel Poinsinet de Sivry, Michael Goldade and Pascal Schreiber, wearing their miters pray at the end of their consecration ceremony in a tent set up outside the Society of St. Pius X seminary in Econe, Switzerland, Wednesday, July 1, 2026. (AP Photo/Baz Ratner)]]></media:description><media:credit role="author" scheme="urn:ebu">Baz Ratner</media:credit></media:content></item><item><title><![CDATA[Teammates of Travis Kelce and others around sports attend his wedding to Taylor Swift]]></title><link>https://www.local10.com/sports/2026/07/03/teammates-of-travis-kelce-and-others-around-sports-expected-to-attend-his-wedding-to-taylor-swift/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/03/teammates-of-travis-kelce-and-others-around-sports-expected-to-attend-his-wedding-to-taylor-swift/</guid><dc:creator><![CDATA[By STEPHEN WHYNO, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — JuJu Smith-Schuster was there. So was Cooper Kupp, fresh off winning the Super Bowl.]]></description><pubDate>Fri, 03 Jul 2026 21:42:52 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — JuJu Smith-Schuster was there. So was Cooper Kupp, fresh off winning the Super Bowl.</p><p>NFL players and other prominent sports figures made up part of the star-studded crowd for Travis Kelce and Taylor Swift's wedding at Madison Square Garden on Friday.</p><p>Kareem Hunt was one of Kelce's many current or former Kansas City Chiefs teammates spotted in New York ahead of the wedding, which was expected to also be attended by Kelce's retired Philadelphia Eagles Super Bowl-winning brother Jason, San Francisco 49ers tight end George Kittle and others from football, golf and beyond.</p><p>Soccer even had a presence, albeit in the form of “Ted Lasso” actor Jason Sudeikis, himself a big Chiefs fan.</p><p>The wedding is taking place at the home arena of the NBA’s New York Knicks and NHL’s Rangers. Swift attended Game 4 of the NBA Finals there, sitting courtside as the Knicks pulled off the biggest comeback at that stage of the playoffs in league history by rallying from down 29 to beat San Antonio.</p><p>MSG has been the site of some iconic sports moments since the current version opened at this location atop Penn Station in 1968.</p><p>The Knicks won their first NBA title there in 1970, when Willis Reed famously returned from injury to spark their Game 7 victory against the Los Angeles Lakers.</p><p>Joe Frazier beat Muhammad Ali there in the first of the legends' three boxing matches against each other, the “Fight of the Century,” in 1971. Ali won the rematch in '74.</p><p>The Rangers ended their 54-year championship drought at the Garden in 1994, defeating the Vancouver Canucks to win the Stanley Cup.</p><p>Kelce is a three-time Super Bowl champion with Kansas City and a four-time AP All-Pro selection at his position. Jason was a seven-time All-Pro center who helped Philadelphia win the Super Bowl in the 2017 season.</p><p>___</p><p>AP NFL: https://apnews.com/hub/NFL</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/5SA4QEODNFBY27YLTQQOPDUTTI.jpg?auth=31856abf1ca86172334d927ff90f3b8807b1786f497897acd497f7448a89fb28&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Guests arrive to Madison Square Garden ahead of a reported wedding between singer Taylor Swift and National Football League player Travis Kelce on Friday, July 3, 2026, in New York. (AP Photo/Ryan Murphy)]]></media:description><media:credit role="author" scheme="urn:ebu">Ryan Murphy</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3RDK7AZLUVMQ7NBI5YK3D6HJUI.jpg?auth=21c99fa905018d395ec002704315cb1049c9799d2031876f6b64428bf76f5bfd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Kansas City Chiefs quarterback Patrick Mahomes (15) and tight end Travis Kelce (87) stretch out during the NFL football team's practice Tuesday, June 9, 2026, in Kansas City, Mo. (AP Photo/Ed Zurga)]]></media:description><media:credit role="author" scheme="urn:ebu">Ed Zurga</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FHLA7MJT4KDZ5HJ5YDCKOJHDPY.jpg?auth=54bdb47713d43b07075a137e6390da372aa1ddda262b4bb7af27889d7a16e141&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A view outside Madison Square Garden ahead of a reported wedding between singer Taylor Swift and National Football League player Travis Kelce on on Thursday, July 2, 2026, in New York. (Photo by Evan Agostini/Invision/AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Evan Agostini</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4DZA6OGXYDBXIAXVZDJBMZ3WYQ.jpg?auth=740f4740ae102942063dbeec89cfb52d1cb176b3996995884794a225f5c5cd61&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Aerial view of Madison Square Garden ahead of a reported wedding between singer Taylor Swift and National Football League player Travis Kelce on on Thursday, July 2, 2026, in New York. (Photo by Evan Agostini/Invision/AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Evan Agostini</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5D3VESGUFGOUDLDUNQ7HWXH3A4.jpg?auth=864c9807c9eba7ce1926d27aba47eeb0e5f12e5d115fc7ff927c1d67201f4052&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - New York City police on horseback patrol the street by Madison Square Garden during Game 5 of the NBA Finals basketball series against the San Antonio Spurs, June 13, 2026, 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[Woman dies after being struck by Brightline train in Fort Lauderdale]]></title><link>https://www.local10.com/news/local/2026/07/02/woman-killed-after-being-struck-by-brightline-train-in-fort-lauderdale/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/02/woman-killed-after-being-struck-by-brightline-train-in-fort-lauderdale/</guid><dc:creator><![CDATA[Pablo Hernandez]]></dc:creator><description><![CDATA[A woman has died after being struck by a Brightline train Thursday night in Fort Lauderdale, according to authorities.]]></description><pubDate>Fri, 03 Jul 2026 03:06:01 +0000</pubDate><content:encoded><![CDATA[<p>A woman has died after being struck by a Brightline train Thursday night in Fort Lauderdale, according to authorities.</p><p><a href="https://www.local10.com/espanol/2026/07/03/mujer-muere-tras-ser-arrollada-por-un-tren-de-brightline-en-fort-lauderdale-2/" target="_self" rel="" title="https://www.local10.com/espanol/2026/07/03/mujer-muere-tras-ser-arrollada-por-un-tren-de-brightline-en-fort-lauderdale-2/">Leer en español</a></p><p>Officials said crews responded around 9:20 p.m. to the tracks just south of West Broward Boulevard after receiving reports that a woman had been hit by the train.</p><p>Fort Lauderdale Fire Rescue and police officers arrived to find the woman dead at the scene.</p><p>Police identified the victim Friday as a 25-year-old woman and said her death appeared to be a suicide. </p><p>West Broward Boulevard was closed in both directions after the crash, but all lanes have since reopened. </p><p><i><b>Help is available 24/7 for those who are contemplating suicide by calling or texting the </b></i><a href="https://988lifeline.org/?utm_source=google&amp;utm_medium=web&amp;utm_campaign=onebox" target="_self" rel="" title="https://988lifeline.org/?utm_source=google&amp;utm_medium=web&amp;utm_campaign=onebox"><i><b>Suicide and Crisis Lifeline</b></i></a><i><b> at 988.</b></i></p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Mujer muere tras ser arrollada por un tren de Brightline en Fort Lauderdale]]></title><link>https://www.local10.com/espanol/2026/07/03/mujer-muere-tras-ser-arrollada-por-un-tren-de-brightline-en-fort-lauderdale-2/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/03/mujer-muere-tras-ser-arrollada-por-un-tren-de-brightline-en-fort-lauderdale-2/</guid><dc:creator><![CDATA[Pablo Hernandez]]></dc:creator><description></description><pubDate>Fri, 03 Jul 2026 16:57:58 +0000</pubDate><content:encoded><![CDATA[<p>Una mujer murió tras ser arrollada por un tren de Brightline la noche del jueves en Fort Lauderdale, según informaron las autoridades.</p><p>Los equipos de emergencia acudieron alrededor de las 9:20 p.m. a las vías ubicadas al sur de West Broward Boulevard, tras recibir reportes de que una mujer había sido impactada por el tren.</p><p>Bomberos y policías de Fort Lauderdale llegaron al lugar y encontraron a la mujer sin vida en la escena.</p><p>El viernes, la policía identificó a la víctima como una mujer de 25 años e indicó que su muerte aparentemente se trató de un suicidio.</p><p>West Broward Boulevard fue cerrado en ambas direcciones después del incidente, pero todos los carriles ya fueron reabiertos.</p><p><b>Hay ayuda disponible las 24 horas del día, los siete días de la semana, para quienes estén considerando el suicidio. Pueden llamar o enviar un mensaje de texto al 988, la Línea de Prevención del Suicidio y Crisis.</b></p>]]></content:encoded></item><item><title><![CDATA[Argentina team departs for practice as fans cheer outside hotel]]></title><link>https://www.local10.com/sports/local/2026/07/02/argentina-team-departs-for-practice-as-fans-cheer-outside-hotel/</link><guid isPermaLink="true">https://www.local10.com/sports/local/2026/07/02/argentina-team-departs-for-practice-as-fans-cheer-outside-hotel/</guid><dc:creator><![CDATA[Aaron Maybin]]></dc:creator><description><![CDATA[Argentina’s national soccer team departed its Fort Lauderdale hotel for practice on Thursday as a couple dozen fans gathered outside hoping to catch a glimpse of the World Cup favorites.]]></description><pubDate>Thu, 02 Jul 2026 21:22:45 +0000</pubDate><content:encoded><![CDATA[<p>Argentina’s national soccer team departed its Fort Lauderdale hotel for practice on Thursday as a couple dozen fans gathered outside hoping to catch a glimpse of the World Cup favorites.</p><p><a href="https://www.local10.com/espanol/2026/07/02/seleccion-de-argentina-sale-rumbo-a-practica-mientras-aficionados-la-ovacionan-afuera-del-hotel/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/02/seleccion-de-argentina-sale-rumbo-a-practica-mientras-aficionados-la-ovacionan-afuera-del-hotel/">Leer en español</a></p><p>Video showed the players boarding the buses. Fans were kept at a distance, making it difficult to see the players as they headed to practice.</p><p>Loyal Argentina fans came from all over to see the team.</p><p>One father and son, who had just been in Dallas to watch Argentina, are now in Miami. They came to get a glimpse of the players and hope to get a jersey signed at some point.</p><p>Fans shared what they were hoping to see.</p><p>“I hope they’re going to wave,” one fan said.</p><p>When asked if they had been surprised by the team, another fan said there was no pressure, so “you don’t know what he’s going to do now.”</p><p>Another fan, Bruno Martinez, said he wasn’t surprised by how well Argentina has looked.</p><p>“There are too many strong teams in the World Cup,” Martinez said. “If you want to beat Argentina, you need to fight a lot.”</p>]]></content:encoded></item><item><title><![CDATA[Dueños de mascotas perdidas en sismos en Venezuela acuden a “Hospital McDonald's” a buscarlas]]></title><link>https://www.local10.com/espanol/2026/07/03/duenos-de-mascotas-perdidas-en-sismos-en-venezuela-acuden-a-hospital-mcdonalds-a-buscarlas/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/03/duenos-de-mascotas-perdidas-en-sismos-en-venezuela-acuden-a-hospital-mcdonalds-a-buscarlas/</guid><dc:creator><![CDATA[Por MATIAS DELACROIX y MEGAN JANETSKY, Associated Press]]></dc:creator><description><![CDATA[La esperanza llegó de los lugares más extraños: un McDonald’s de Venezuela.]]></description><pubDate>Fri, 03 Jul 2026 16:24:12 +0000</pubDate><content:encoded><![CDATA[<p>La esperanza llegó de los lugares más extraños: un McDonald’s de Venezuela.</p><p>Gabriela Alves pudo abrazar el jueves a su perro Buddy, de 6 años, en el local de comida rápida, tras buscar durante una semana al cachorro blanco, que desapareció cuando dos sismos devastaron la nación sudamericana el 24 de junio.</p><p>El restaurante, junto a las ruinas de complejos de viviendas estatales derrumbados, se ha convertido en un hospital de facto para las víctimas de los sismos, así como en un centro para localizar y atender a mascotas extraviadas en la ciudad costera de Caraballeda, que quedó devastada por el desastre natural. Los vecinos lo llaman “Hospital McDonald’s”.</p><p>“Es un milagro”, afirmó Alves con los brazos rodeando al perro, que tenía una vía intravenosa en una de sus patas, sobre una mesa junto a empleados del restaurante que vendían helado suave. “Perdimos todo lo material, pero estamos vivos”.</p><p>El hospital improvisado se formó un día después que los terremotos consecutivos mataran a al menos 2.295 personas e hirieran a 11.000, según cifras de las autoridades venezolanas. Muchas más familias quedaron desesperadas buscando a sus seres queridos desaparecidos, incluidos gatos y perros perdidos entre los escombros.</p><p>Ángel Matute y otros 70 veterinarios, estudiantes, médicos y voluntarios civiles viajaron desde la ciudad occidental de Barquisimeto. El grupo buscaba un lugar donde dormir, guardar equipo y resguardarse de la fuerte lluvia tropical cuando encontró una de las pocas instalaciones operativas en medio del caos. Los Arcos Dorados.</p><p>Instalaron su base en el restaurante, que aún tenía aire acondicionado funcionando, y comenzaron a distribuir suministros médicos y a atender a pacientes humanos, al tiempo que el lugar se convirtió también en un sitio para tratar a mascotas heridas y buscar a perros y gatos que seguían desaparecidos.</p><p>“Para nosotros, una mascota es simplemente otra vida humana”, destacó Matute, quien coordina las labores de rescate en el McDonald’s donde también duermen los voluntarios. ”Hay animales mas humanos que los mismos seres humanos”.</p><p>Matute estaba el jueves entre decenas de voluntarios atareados que atendían a perros y gatos, junto a equipos de búsqueda que pedían hamburguesas y papas fritas. Su grupo, que ha rescatado a 140 animales y atendido a otros 60, planea seguir reuniendo a los dueños con sus mascotas desaparecidas hasta que su ayuda ya no sea necesaria.</p><p>Alves recurrió al Hospital McDonald’s cuando buscaba desesperadamente a su querido perro.</p><p>Alves estaba en la casa de un familiar cuando los sismos sacudieron el norte de Venezuela. Horas después, se subió a su motocicleta y se dirigió frenéticamente hacia su casa para salvar a Buddy, pero lo único que encontró fueron ruinas.</p><p>La venezolana, de 36 años, contó que escuchó que el McDonald’s se había convertido en un lugar para buscar mascotas perdidas y empezó a pasar a diario. Se acercaba al restaurante para ver si los voluntarios habían encontrado algún perro blanco antes de regresar a casa a gritar: “Buddy, Buddy”, con la esperanza de oír un ladrido. Durante más de una semana, sólo encontró silencio.</p><p>“Estamos viviendo un día a la vez”, comentó el jueves. ”Y hoy regresé y de verdad te puedo decir que hoy no tenía fe”.</p><p>Aun así, persistió y hurgó entre las ruinas, sacando ropa del cuarto de su madre, la única zona de la casa que todavía era accesible. Entonces oyó un ladrido lejano, miró hacia abajo y vio la oreja blanca de Buddy a través de una grieta en el concreto.</p><p>Alves gritó pidiendo ayuda y rescatistas cercanos corrieron hacia ella. Abrieron un agujero en el muro y sacaron de los escombros al perro cubierto de polvo. Alves sollozaba sosteniendo a Buddy, envuelto en una manta rosa y lamiéndole el brazo. Horas después, veterinarios del Hospital McDonald’s revisaron a Buddy para detectar lesiones tras ocho días atrapado entre los escombros.</p><p>“Y ahorita con esta tragedia del terremoto, bueno, es como algo positivo dentro de todo lo malo”, señaló Alves, todavía abrazando a su perro. ”Él es mi perrito curita”.</p><p>___</p><p>Janetsky reportó desde Ciudad de México.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/4ICMGX4LLCWQPL2GXRLLQV2EYQ.jpg?auth=a7159da3431f3d2406d2cc5bfacaf5daf991e9a623bc9bf868454568ef5bcfaf&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Gabriela Alves acaricia a su perro, al que encontró con vida una semana después de los sismos, en un restaurante McDonald's que se utiliza como centro de salud temporal y centro de reunificación de mascotas en La Guaira, Venezuela, el jueves 2 de julio de 2026. (Foto AP/Matias Delacroix)]]></media:description><media:credit role="author" scheme="urn:ebu">Matias Delacroix</media:credit></media:content></item><item><title><![CDATA[Apuran identificación de cuerpos mientras aumentan las muertes en Venezuela tras los sismos]]></title><link>https://www.local10.com/espanol/2026/07/03/apuran-identificacion-de-cuerpos-mientras-aumentan-las-muertes-en-venezuela-tras-los-sismos/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/03/apuran-identificacion-de-cuerpos-mientras-aumentan-las-muertes-en-venezuela-tras-los-sismos/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[La carrera contrarreloj se vive en toda La Guaira para identificar a los seres queridos antes de que sea demasiado tarde. Con al menos 2,295 personas fallecidas, Venezuela está desbordada de cadáveres que las autoridades tienen dificultades para recoger, identificar y preservar para que sus familiares los reclamen]]></description><pubDate>Fri, 03 Jul 2026 14:40:48 +0000</pubDate><content:encoded><![CDATA[<p>En voz baja, Rosa López recordó cómo tuvo que caminar entre filas de cuerpos tendidos <a href="https://apnews.com/article/venezuela-la-guaira-sismos-d787ae9925ee8d3b8bd53efff67c3e68" rel="">bajo un sol implacable</a> mientras ayudaba a su hija a buscar a su esposo desaparecido. Ni siquiera sus años trabajando como enfermera la prepararon para la escena de decenas de muertos envueltos en sábanas o mantas.</p><p>“Veíamos que hay muchos cadáveres sin identificar aún”, comentó López.</p><p>La <a href="https://apnews.com/article/guardia-seguridad-rescate-gil-flores-sotano-centro-comercial-guaira-sismos-venezuela-7120404dacad38a5dfdc86112cce2e67" rel="">carrera contrarreloj</a> se vive en toda La Guaira, el estado de la costa norte de Venezuela más golpeado por los potentes terremotos consecutivos del 24 de junio, para identificar a los seres queridos antes de que sea demasiado tarde. Con al menos 2,295 personas fallecidas, Venezuela está desbordada de cadáveres que las autoridades tienen dificultades para recoger, identificar y preservar para que sus familiares los reclamen. Miles siguen desaparecidos.</p><p>José Antonio Toledo, el yerno de López, de 25 años, fue hallado bajo el edificio donde trabajaba como guardia de seguridad cuando ocurrieron los sismos. Los equipos trasladaron su cuerpo a un hospital local, donde el personal los rechazó porque no había espacio. Lo enviaron a otra instalación y, finalmente, lo trasladaron a un estacionamiento al aire libre.</p><p>Un médico forense ayudó a la familia a encontrarlo días después, el sábado. Pero, una vez que identificaron el cuerpo, no sabían qué hacer con él porque no podían pagar los 450 dólares que cobraba una funeraria.</p><p>Casi a la medianoche del sábado, López recibió la noticia de que la alcaldía les ofrecía un espacio gratuito en un cementerio local, pero tenían que actuar rápido para no perder el lugar. Una hora después, López y su hija subieron trabajosamente una colina que conducía al cementerio y enterraron a Toledo.</p><p>“Era una persona ejemplar, un niño que le gustaba ayudar a la gente”, expresó López.</p><p>Lo salvaron de una fosa común que muchos temen que llegue mientras buscan los cuerpos de sus seres queridos.</p><h4><b>Se espera que el número de cuerpos hallados se dispare</b></h4><p>El técnico forense Joel Mirabal ha trabajado siete días seguidos desde que se registraron los terremotos de magnitud 7.2 y 7.5.</p><p>El hombre, de 45 años, calcula que en el 60%-70% de los casos hay un familiar o un vecino disponible para identificar un cuerpo cuando él llega a recogerlo. Aun así, es una lucha, señaló, y muchos se apoyan en tatuajes, cicatrices o ropa conocida.</p><p>“No se parecen ni un 10% de lo que eran en vida”, dijo sobre las víctimas.</p><p>Si un cuerpo no puede ser identificado, pasa a especialistas forenses que trabajan en el puerto de La Guaira. Empresas privadas han donado grandes contenedores refrigerados para ayudar a preservar los restos, pero el número de muertos sigue aumentando.</p><p>“Obviamente, habrá que crear fosas comunes”, afirmó Mirabal. “El colapso es enorme, y los cuerpos están enterrados bajo muchas capas de escombros”.</p><p>Mirabal indicó que él y otros técnicos forenses prevén pasar hasta tres meses recogiendo cuerpos.</p><p>Recorren las zonas afectadas todos los días, guiados por equipos de rescate y civiles que han recuperado o avistado restos.</p><p>“Muchos de los rescates los hacen el pueblo”, explicó sobre los miles de venezolanos comunes que se han sumado al esfuerzo de recuperación.</p><p>Adiestrador de perros de profesión, que en su momento ayudó al gobierno a localizar drogas y personas desaparecidas, Mirabal encuentra consuelo en los 12 perros que lo esperan en casa, sin contar los cachorros. Una de sus favoritas es Mila, una joven pastora holandesa negra que se acostó a su lado el jueves mientras él descansaba.</p><p>“Aquí no es nada fácil ver el sufrimiento y la tragedia de tus congéneres”, manifestó.</p><h4><b>Venezolanos hacen fila para tratar de identificar a sus seres queridos</b></h4><p>El fin de semana, equipos trasladaron decenas de cuerpos recuperados de edificios derrumbados a un centro de salud administrado por el gobierno en la ciudad de La Guaira. Los dejaron en un estacionamiento sofocante hasta que las familias los identificaran, y trabajadores de funerarias estimaron que en un momento dado se mantuvieron allí más de 200 cuerpos.</p><p>El jueves, quienes perdieron a sus seres queridos esperaban afuera del puerto de La Guaira para identificar cuerpos que las autoridades siguen recogiendo en todo el estado costero. Autos, incluidos camiones y furgonetas de funerarias, formaron una fila frente a una morgue improvisada.</p><p>Uno de los que esperaba era Robert Rodríguez. Sentado sobre un bloque de concreto, abatido, con las piernas colgando, aguardaba a que su hija identificara el cuerpo de su yerno. Rafael Alvarado murió atrapado dentro de una tienda de comestibles donde trabajaba en el mostrador de charcutería.</p><p>“Él era su mejor amigo”, dijo Rodríguez mientras las lágrimas empapaban su mascarilla azul.</p><p>Rodríguez contó que la familia encontró a Alvarado entre los escombros el miércoles, y que su cuerpo fue liberado y trasladado al puerto el jueves.</p><p>“Vi sus zapatos y sabía que era él… Le dije ‘prepárate’”, en aviso a su hija.</p><p>Señaló que la familia planea cremar a Alvarado y esparcir sus cenizas en Isla de Margarita, de donde era él.</p>]]></content:encoded></item><item><title><![CDATA[What we know: LeBron James considering a slew of options in free agency]]></title><link>https://www.local10.com/sports/2026/07/03/what-we-know-lebron-james-considering-a-slew-of-options-in-free-agency/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/03/what-we-know-lebron-james-considering-a-slew-of-options-in-free-agency/</guid><dc:creator><![CDATA[By TIM REYNOLDS, Associated Press]]></dc:creator><description><![CDATA[MIAMI (AP) — All eyes in the NBA are on LeBron James, even amid a huge cycle of changes around the league.]]></description><pubDate>Fri, 03 Jul 2026 17:34:09 +0000</pubDate><content:encoded><![CDATA[<p>MIAMI (AP) — All eyes in the NBA are on LeBron James, even amid a huge cycle of changes around the league.</p><p>Giannis Antetokounmpo got traded to Miami for Tyler Herro. Jaylen Brown got traded to Philadelphia for Paul George. Kawhi Leonard got traded back to Toronto, Ja Morant got traded to Portland, LaMelo Ball got traded to Minnesota and Dusty May left NCAA champion Michigan to coach Dallas.</p><p>There have been some huge moves in the NBA in the past few days. But everybody, it seems, is waiting for James — again.</p><p>“He's still the face of the league,” James' agent, Klutch Sports CEO Rich Paul said.</p><p>If there was any question about whether the league's oldest active player and NBA's all-time points leader still moves the needle, that's been answered.</p><p>Soccer's World Cup is going on, the wedding of Taylor Swift and Travis Kelce at Madison Square Garden — the home of the NBA champion New York Knicks — is commanding global attention, it's a holiday weekend in the U.S., and yet there's still all sorts of intrigue surrounding where James will decide to play next season.</p><p>This much is certain: James, who turns 42 in December, will play a 24th season and it won't be for the Los Angeles Lakers.</p><p>Officially, that's the full list of what is known. Paul dropped some clues on the “Game Over” podcast that he shares with Max Kellerman — indicating by showing a whiteboard filled with scrawled-out possibilities that James is looking at a slew of teams, including and probably not limited to Philadelphia, Cleveland, Miami, Minnesota, Denver, Golden State, San Antonio, Dallas, Boston and New York.</p><p>“If the Knicks hadn’t have won, there would be no board,” Paul said on the podcast. “He'd be going to the Knicks.”</p><p>When does LeBron have to decide?</p><p>The decision can come whenever he wants.</p><p>It can't be announced or commented upon by a team before Monday at 12:01 p.m. Eastern — unless James signs for the minimum salary, which in his case would be about $3.9 million.</p><p>Will he make his announcement Saturday, on July 4 amid a celebration of the nation's 250th birthday? Will he do it on July 8, the 16th anniversary of the famed “The Decision” broadcast?</p><p>Nobody knows. Nobody even knows if he knows. And nobody also knows if James intends for 2026-27 to be his final season.</p><p>“No one said this is going to be his last year,” Paul said. “Nobody said that.”</p><p>That raises the possibility of a 25th season — a quarter-century of LeBron, when nobody else in league history made it past a 22nd season.</p><p>What is LeBron looking for?</p><p>It's pretty clear that money won't be a huge factor here. James has earned nearly $600 million in gross salary on the court in his first 23 seasons, while his net worth is generally believed to exceed $1 billion.</p><p>Golf will matter. James is an avid — perhaps even rabid — golfer now, and Minnesota, Cleveland, Philadelphia, Denver, New York and Boston aren't exactly places known for great golf offerings in January and February. That said, they all surely have great indoor facilities. It won't be a deal-breaker.</p><p>He'll want to play for a team that can contend for a title, not present quality-of-life issues, and appeals to his wife and daughter. Every spot on his list will be able to make a good case on all those fronts.</p><p>So, who is the front-runner?</p><p>The podcast had a ton of news and a ton of insight. Paul laid out how James would fit into the lineup of most of those teams, how acquisitions such as Philadelphia acquiring Brown changes dynamics, then talked about some of the reasons why James might be leaning toward — or away from — certain clubs.</p><p>But in the end, he didn't provide any real hint.</p><p>"You can think whatever you think,” Paul said. “This is just my board. You decide what you want to think.”</p><p>And the wait continues.</p><p>___</p><p>AP NBA: https://apnews.com/nba</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/B23V5E7CE7EFZXJPVSLRNZWZZU.jpg?auth=674d2990b49604d847b220d021de41fd88b1f099627e07b8d7cb6087d6bc78d3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Los Angeles Lakers forward LeBron James stands on the court in the closing minutes of Game 4 in a second-round NBA basketball playoffs series against the Oklahoma City Thunder, May 11, 2026, in Los Angeles. (AP Photo/Mark J. Terrill, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark J. Terrill</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6YPQD7TLMFU5JCU52QCAX7BRMA.jpg?auth=73530b09ce7cf93c280d4fbd9c61851d49a207d2310847d759ef87d0704b2306&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Los Angeles Lakers forward LeBron James, left, takes a pass as Oklahoma City Thunder guard Shai Gilgeous-Alexander defends during the first half of Game 3 in a second-round NBA basketball playoffs series May 9, 2026, in Los Angeles. (AP Photo/Mark J. Terrill, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark J. Terrill</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3WGCXSX2AQQYYOSDR4LNIDMYAA.jpg?auth=bc6d4377123cdc1b9f31c71f941336923e99805b4db0a7afeed302f2391b5b70&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Los Angeles Lakers forward LeBron James (23) dunks against the Phoenix Suns during the second half of an NBA basketball game, April 10, 2026, in Los Angeles. (AP Photo/Jessie Alcheh, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jessie Alcheh</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WTDXWXTIDZNEIWLDY4MVPJD2ZA.jpg?auth=bfaccb0f806c96c8cb1a0fc3494dbab22a93a9bf957047c16fd6284188288ef4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Los Angeles Lakers forward LeBron James throws chalk in the air before an NBA basketball game against the Golden State Warriors in San Francisco, April 9, 2026. (AP Photo/Jeff Chiu, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jeff Chiu</media:credit></media:content></item><item><title><![CDATA[West State Road 84 closed in Fort Lauderdale after pedestrian killed by Brightline train]]></title><link>https://www.local10.com/traffic/2026/07/03/west-state-road-84-closed-in-fort-lauderdale-after-pedestrian-killed-by-brightline-train/</link><guid isPermaLink="true">https://www.local10.com/traffic/2026/07/03/west-state-road-84-closed-in-fort-lauderdale-after-pedestrian-killed-by-brightline-train/</guid><dc:creator><![CDATA[Brett Knese, Ryan Mackey]]></dc:creator><description><![CDATA[A bicycle laid on its side along railroad tracks Friday morning after a person was struck and killed by a Brightline train in Fort Lauderdale. ]]></description><pubDate>Fri, 03 Jul 2026 15:43:27 +0000</pubDate><content:encoded><![CDATA[<p>A bicycle laid on its side along railroad tracks Friday morning after a person was struck and killed by a Brightline train in Fort Lauderdale. </p><p><a href="https://www.local10.com/espanol/2026/07/03/mujer-muere-tras-ser-arrollada-por-un-tren-de-brightline-en-fort-lauderdale/" target="_self" rel="" title="https://www.local10.com/espanol/2026/07/03/mujer-muere-tras-ser-arrollada-por-un-tren-de-brightline-en-fort-lauderdale/">Leer en español</a></p><p>It happened around 9:30 a.m. in the 200 block of State Road 84, near where Marina Mile crosses over the railroad tracks. </p><p>Detectives shut down westbound lanes of State Road 84 while they collected evidence and investigated the scene. The train remained stopped just feet away from the person who died.</p><p>Local 10’s Brett Knese was at the scene of the fatal crash as investigators worked to identify the victim.</p><p>The crash marked the second deadly train-related incident in the area in about 12 hours.</p><p>Around 9:20 p.m. Thursday, police crews responded to the same set of tracks, farther north near Southwest Second Avenue and Second Street, where a woman was struck and killed by a train, according to police. </p><p>Police identified the woman Friday as a 25-year-old woman and said her death appeared to be a suicide. </p><p>Police have not released any details about the circumstances that led up to Friday’s crash. </p><p><i><b>Help is available 24/7 for those who are contemplating suicide by calling or texting the </b></i><a href="https://988lifeline.org/?utm_source=google&amp;utm_medium=web&amp;utm_campaign=onebox" target="_self" rel="" title="https://988lifeline.org/?utm_source=google&amp;utm_medium=web&amp;utm_campaign=onebox"><i><b>Suicide and Crisis Lifeline</b></i></a><i><b> at 988.</b></i></p><p><b>Related Media</b></p><blockquote class="twitter-tweet"><p lang="en" dir="ltr">Pedestrian struck by train in the 200 block of SR 84 at the train tracks. SR 84 closed westbound lanes due to investigation. Please seek alternate route, Davie Blvd. <a href="https://t.co/S0RcfEqeT4">pic.twitter.com/S0RcfEqeT4</a></p>&mdash; Fort Lauderdale Police (@ftlauderdalepd) <a href="https://x.com/ftlauderdalepd/status/2073047056772456895?ref_src=twsrc%5Etfw">July 3, 2026</a></blockquote><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[Venezuelans are rushing to identify the bodies of their loved ones as earthquake deaths multiply]]></title><link>https://www.local10.com/news/world/2026/07/03/venezuelans-are-rushing-to-identify-the-bodies-of-their-loved-ones-as-earthquake-deaths-multiply/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/03/venezuelans-are-rushing-to-identify-the-bodies-of-their-loved-ones-as-earthquake-deaths-multiply/</guid><dc:creator><![CDATA[By REGINA GARCIA CANO and DÁNICA COTO, Associated Press]]></dc:creator><description><![CDATA[LA GUAIRA, Venezuela (AP) — Speaking in a hushed voice, Rosa López recalled how she had to sidestep the rows of bodies lying under a harsh sun as she helped her daughter search for her missing husband. Even her years working as a nurse did not prepare her for the sight of the dozens of dead wrapped in sheets or blankets.]]></description><pubDate>Fri, 03 Jul 2026 11:38:53 +0000</pubDate><content:encoded><![CDATA[<p>LA GUAIRA, Venezuela (AP) — Speaking in a hushed voice, Rosa López recalled how she had to sidestep the rows of bodies lying under a harsh sun as she helped her daughter search for her missing husband. Even her years working as a nurse did not prepare her for the sight of the dozens of dead wrapped in sheets or blankets.</p><p>“We saw a lot of bodies that had not yet been identified,” López said.</p><p>The rush is on across La Guaira, the state on Venezuela’s northern coast hardest hit by the powerful back-to-back June 24 earthquakes, to identify loved ones before it’s too late. With at least 2,295 people killed, Venezuela is overwhelmed with bodies that officials are struggling to collect, identify and preserve for loved ones to claim. Thousands are still missing.</p><p>José Antonio Toledo, López’s 25-year-old son-in-law, was found under the building where he was working as a security guard when the quakes struck. Crews took his body to a local hospital, where staff turned them away because there was no space. The body was sent to another facility and eventually transferred to an open parking lot.</p><p>A forensic doctor helped the family find him days later, on Saturday. But once they identified his body, they didn’t know what to do with it because they couldn’t afford the $450 that a funeral home was charging.</p><p>At almost midnight on Saturday, López got word that the mayor’s office was offering them a free space at a local cemetery, but they had to move quickly to not lose the spot. An hour later, López and her daughter trudged up a hill leading to the cemetery and buried Toledo.</p><p>“He was an exemplary person, a boy who liked helping people,” López said.</p><p>They saved him from a mass grave that many fear is coming as they search for the bodies of their loved ones.</p><p>The number of bodies found is expected to soar</p><p>Forensic technician Joel Mirabal has worked for seven days straight since the 7.2 and 7.5 magnitude earthquakes struck.</p><p>The 45-year-old estimates that in 60% to 70% of cases, there’s a relative or neighbor available to identify a body when he comes to pick it up. Even so, it’s a struggle, he said, with many relying on tattoos, scars or familiar clothing.</p><p>“They don’t look even 10% like what they were in real life,” he said of the victims.</p><p>If a body cannot be identified, it goes to forensic specialists working at La Guaira seaport. Private companies have donated large cooling containers to help preserve the bodies, but the number of dead keeps growing.</p><p>“Obviously, mass graves will have to be created,” Mirabal said. “The collapse is massive, and the bodies are buried under many layers of debris.”</p><p>Mirabal said he and other forensic technicians anticipate spending up to three months collecting bodies.</p><p>They drive around the affected areas every day, led by rescue crews and civilians who have recovered or spotted bodies.</p><p>“Many of the rescues are carried out by the people,” he said of the thousands of ordinary Venezuelans who have pitched in for the recovery effort.</p><p>A dog trainer by profession who once helped the government locate drugs and missing people, Mirabal finds solace in the 12 dogs waiting for him at home, not counting the puppies. One of his favorites is Mila, a young black Dutch Shepherd who lay by his side on Thursday as he rested.</p><p>“It’s not easy at all to witness the suffering and tragedy of your fellow human beings,” he said.</p><p>Venezuelans wait in line to try to identify loved ones</p><p>Over the weekend, crews took dozens of bodies recovered from flattened buildings to a government-run health care facility in the city of La Guaira. They were left on a sweltering parking lot until families identified them, with funeral home workers estimating that more than 200 bodies were kept there at one point.</p><p>On Thursday, those who lost loved ones waited outside La Guaira seaport to identify bodies that authorities continue to pick up across the coastal state. Cars, including trucks and vans from funeral homes, formed a line outside a makeshift morgue.</p><p>Among those waiting was Robert Rodríguez. He sat on a concrete block, crestfallen, his legs dangling, waiting for his daughter to identify the body of his son-in-law. Rafael Alvarado died trapped inside a grocery store where he worked at the deli counter.</p><p>“He was her best friend,” Rodríguez said, referring to the couple as tears soaked his blue face mask.</p><p>Rodríguez said the family found Alvarado in the rubble on Wednesday, his body freed and transported to the port on Thursday.</p><p>“I saw his shoes and knew it was him,” Rodríguez said, adding that he warned his daughter. “I told her, ‘Prepare yourself.’”</p><p>He said the family plans to cremate Alvarado and scatter his ashes on Isla de Margarita, the Venezuelan island that was his home.</p><p>___</p><p>Coto reported from San Juan, Puerto Rico.</p>]]></content:encoded></item><item><title><![CDATA[Investigators find no evidence of engine failure in fiery crash of skydiving plane that killed 12]]></title><link>https://www.local10.com/news/national/2026/07/03/preliminary-report-didnt-flag-an-engine-failure-before-a-skydiving-plane-crash-that-killed-12/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/07/03/preliminary-report-didnt-flag-an-engine-failure-before-a-skydiving-plane-crash-that-killed-12/</guid><dc:creator><![CDATA[By MARC LEVY, Associated Press]]></dc:creator><description><![CDATA[Federal safety investigators said in a new preliminary report that they found no indication that engine failure caused the fiery crash of a plane on a skydiving outing last month in Missouri that killed all 12 people aboard, including several very experienced jumpers.]]></description><pubDate>Fri, 03 Jul 2026 18:56:42 +0000</pubDate><content:encoded><![CDATA[<p>Federal safety investigators said in a new preliminary report that they found no indication that engine failure caused the fiery crash of a plane on a skydiving outing last month in Missouri that killed all 12 people aboard, including several very experienced jumpers.</p><p>The report issued Thursday by the National Transportation Safety Board also did not flag any other serious safety or mechanical failures that could have led to the crash, which happened just after takeoff on a clear day.</p><p>The NTSB released the findings based on initial inspections of the badly damaged wreckage and flight records. The report said there were no indications of any precrash mechanical malfunctions or failures in the engine that would have prevented the normal operation of the plane.</p><p>In fact, NTSB said it appeared that the engine of the single-engine turboprop plane had been producing power at the time of the crash.</p><p>“I was surprised that they had determined that the engine was producing power,” said Jeff Guzzetti, president of Guzzetti Aviation Risk Discovery, an aviation safety consultancy. “Initially I thought it smacked of a potential engine problem and that the pilot had been trying to return to the airport.”</p><p>The federal agency also said a post-accident sample from the fuel truck found the fuel to be free of sediment or debris, and a review of the skydiving business operators’ software showed that the airplane had met the weight and balance limitations for the flight.</p><p>The report raised no concerns about the weather or the pilot, who had accumulated over 4,100 total flight hours and was in his second consecutive jump season working for the operator, Skydive Kansas City.</p><p>The airplane was not equipped with a crashworthy voice or data recorder, like those that record flight data on commercial planes, nor was it required to be, investigators said. The NTSB report did note, however, that its investigators had recovered damaged GoPro cameras from the wreckage.</p><p>The federal agency's investigation into the accident was ongoing, and a final report often takes a year or more to complete.</p><p>The June 14 crash happened about an hour south of Kansas City, when the Pacific Aerospace 750XL carrying a pilot and 11 skydivers took off from Butler Memorial Airport at 11:25 a.m. on a clear day.</p><p>During the initial climb, the airplane began a gradual turn to the left, with both wings eventually becoming almost perpendicular to the ground before it slammed into a field, nose down, and burst into flames, investigators said.</p><p>The straight up-and-down position of the wings meant they could no longer produce enough aerodynamic lift to keep the plane in the air and the NTSB will have to figure out why that happened, Guzzetti said.</p><p>The fire inflicted significant damage to the aircraft's major structural components, as well as the cockpit, the cabin and the fuel system, investigators said.</p><p>Some family members of those who died were at the airport to watch the jump and witnessed the crash, authorities said. The United States Parachute Association, skydiving’s governing body, said its technology director, Jen Sharp, was among those killed.</p><p>Skydive Kansas City called the crash a “devastating loss."</p><p>Poor maintenance is often a factor when skydiving planes crash and the NTSB has previously raised concerns about the weak oversight for skydiving operators in past crash investigations. The agency said after a 2019 crash that killed 11 people in Hawaii that the FAA’s regulatory system isn’t strong enough to ensure the safety of skydiving flights.</p><p>The Federal Aviation Administration has yet to adopt the NTSB’s recommendations, but said it established a committee in April that will recommend ways to increase skydiving safety and will consider the safety board’s proposals.</p><p>The United States Parachute Association said that Skydive Kansas City adheres to the safety standards set by the largest skydiving organization in the world, including all FAA maintenance requirements. The skydiving industry says it has a strong safety record. The association said that last year nearly 3.5 million jumps were completed and that 16 civilians died, the majority from human error.</p><p>The plane that crashed was built in 2010, according to FAA records. It made two successful flights the morning of the crash, the NTSB said. It is popular for skydiving and certified to be operated by a single pilot.</p><p>___</p><p>Follow Marc Levy at http://twitter.com/timelywriter</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/O7KNYQCT4UVB4ODAO73OXN2UFQ.jpg?auth=de308fe272063e4984f7027878f23cb93788c9a6f885cbbe3d2683fb12d7457e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Emergency personnel investigate the site of a plane crash at the Butler Memorial Airport in Butler, Mo., Sunday, June 14, 2026. (AP Photo/Reed Hoffmann)]]></media:description><media:credit role="author" scheme="urn:ebu">Reed Hoffmann</media:credit></media:content></item><item><title><![CDATA[Wildfire southwest of Denver forces thousands to evacuate and destroys more than 160 structures]]></title><link>https://www.local10.com/news/national/2026/07/03/wildfire-southwest-of-denver-forces-thousands-to-evacuate-and-destroys-more-than-160-structures/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/07/03/wildfire-southwest-of-denver-forces-thousands-to-evacuate-and-destroys-more-than-160-structures/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[PUEBLO, Colo. (AP) — A wildfire burning southwest of Denver forced the evacuation of thousands of residents and destroyed more than 160 structures by Friday as erratic winds pushed the blaze across two Colorado counties.]]></description><pubDate>Fri, 03 Jul 2026 22:46:54 +0000</pubDate><content:encoded><![CDATA[<p>PUEBLO, Colo. (AP) — A wildfire burning southwest of Denver forced the evacuation of thousands of residents and destroyed more than 160 structures by Friday as erratic winds pushed the blaze across two Colorado counties.</p><p>The Aspen Acres fire is one of about 40 uncontained large blazes burning mostly in the West, fueled by months of dry weather and a record lack of snow this past winter in some places.</p><p>Fire personnel were scooping water from the Pueblo Reservoir to fight the Aspen Acres fire, which had expanded to about 115 square miles (297 square kilometers) by Friday afternoon with zero containment.</p><p>All of Colorado City, an unincorporated community of about 2,200, was ordered evacuated as well as the towns of Beulah, Rye and San Isabel, according to the Pueblo County Sheriff's Office.</p><p>About 50 National Guard soldiers were being sent in Friday to help with staffing checkpoints on roads in Custer and Pueblo counties.</p><p>Guard members would also help State Park Rangers as they bring on additional boats to keep boaters clear of water-scooping operations.</p><p>Fire crews on the western side of the Rocky Mountains had contained about 65% of the Snyder Fire on the Colorado/Utah border, where three members of a helitack team were killed and two others injured last weekend when they were overcome by flames.</p><p>The Cottonwood fire in southwestern Utah had grown to about 147 square miles (380 square kilometers) by Friday while the Babylon fire in the southeast corner of the state was up to 133 square miles (344 square kilometers).</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/RC2WFL4A4C5AK3RVLT2ADHPQOA.jpg?auth=90549ca1a5f9d3ac2adc1a10f939e7687d8dbb9c5a068fc8dba96486f6fa789d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A burned section of the Snyder Fire seen from across the Colorado River in Mack, Colorado, on Sunday, June 28, 2026. (AP Photo/Ty O'Neil)]]></media:description><media:credit role="author" scheme="urn:ebu">Ty ONeil</media:credit></media:content></item><item><title><![CDATA[Trump reads a children's book on Usha Vance's podcast, then riffs on past presidents and himself]]></title><link>https://www.local10.com/entertainment/2026/07/03/trump-reads-a-childrens-book-on-usha-vances-podcast-then-riffs-on-past-presidents-and-himself/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/07/03/trump-reads-a-childrens-book-on-usha-vances-podcast-then-riffs-on-past-presidents-and-himself/</guid><dc:creator><![CDATA[By MICHELLE L. PRICE, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — President Donald Trump joined second lady Usha Vance on her podcast where guests read picture books to children, but Trump, who is notorious for veering off script, offered a running commentary on his predecessors, his physique, and how he's spending his time in the White House.]]></description><pubDate>Fri, 03 Jul 2026 19:52:51 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — President Donald Trump joined second lady Usha Vance on her podcast where guests read picture books to children, but Trump, who is notorious for veering off script, offered a running commentary on his predecessors, his physique, and how he's spending his time in the White House.</p><p>In Trump's appearance on Vance's “Storytime with the Second Lady,” podcast, which was posted online Friday, the president read “Presidents Play!” a children's book from the White House Historical Association that features illustrations of the presidents enjoying sports and using the White House and its grounds for recreation.</p><p>Trump pretaped the appearance in mid-June in the White House's Oval Office, where the abundant gold accents he added were supplemented for the occasion with a bald eagle stuffed animal, tables made up of stacks of oversized books and a globe made out of Legos.</p><p>When Vance asked Trump if he has much time to read for fun while serving as president, he replied that he ends up mostly reading newspapers.</p><p>“I usually read stories about myself,” Trump said.</p><p>As Trump turned through the children's book, he made observations about past presidents, cracked some jokes, and threw in a plug for the extensive ballroom he's building on the White House grounds.</p><p>He described Lyndon Johnson as a “tough cookie,” Ronald Reagan as a “high-quality person” and “like your father was president,” and John F. Kennedy as “the second-most good-looking president.” Left unsaid was who Trump felt was the best-looking president.</p><p>Richard Nixon, the only president to resign the office after he became embroiled in the Watergate scandal, “got himself into trouble, I guess.” Herbert Hoover, who was president during the Great Depression, was depicted in the book playing a game he made up called “Hoover Ball.”</p><p>“That worked out better for him than the economy,” Trump quipped.</p><p>Barack Obama, who has been a longtime object of Trump's derision, was illustrated playing basketball.</p><p>Trump, calling him “Barack Hussein Obama,” said he doubted Obama was a good basketball player. He then shared that Obama's favorite sport is golf, but added, “He won’t be in the Masters anytime soon," referring to the professional golf tournament.</p><p>When he reached a page with a drawing of Bill Clinton running on the jogging track the former president installed at the White House, Trump remarked, “I don’t think I’ll ever do that.”</p><p>But he added that he likes Clinton “a lot.”</p><p>Trump mused about riding a horse after seeing a picture of Abraham Lincoln riding one.</p><p>“That's great. I'd like to ride horses, too,” Trump said. “In fact, it gives me an idea, but when you fall off a horse... I've seen too many things happen. Falling off horses is not good.”</p><p>The solution he suggested was “A nice old horse that's extremely slow, lazy” and that he would “maybe ride it.”</p><p>A picture of John Quincy Adams swimming in what was then the Tiber Creek that ran past the South Lawn of the White House prompted Trump to remark, “I think we’re building a beautiful ballroom on top of it.”</p><p>Some of the other presidents' physical activity prompted some reflection on his own physique.</p><p>When he saw Gerald Ford swimming in a pool, Trump said: “I don’t know if I look good in a bathing suit. I haven’t had a bathing suit in a long time.”</p><p>William Howard Taft, who was known for his girth, “was our heaviest president,” Trump said.</p><p>“I have to be careful because I don’t want to supersede his record,” Trump said. “And a thing like that would be possible if I allowed it to happen. For all of you out there watching, keep yourself in good shape.”</p><p>In addition to encouraging young viewers to stay in shape, Trump offered a somewhat cloudy message when the second lady asked him for his advice to children on why they should celebrate the country on July 4th.</p><p>“We have a great country,” Trump said. “We have a country that, it’s on a little bit of a ledge right now. It can go one way or another, you understand that. But we’re going to make it go the other. And we're going to make America greater than ever before.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/QG3VCRKM5HXDTUJOS3OZKPPTKQ.jpg?auth=463ddb957a39aff5ce15de7541f44e9974d4fd1854838b4ae37ba88fa6ce06eb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - President-elect Donald Trump, from right, talks with Usha Vance and Vice President-elect JD Vance, not pictured, before a service at St. John's Church, Jan. 20, 2025, in Washington. (AP Photo/Evan Vucci, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Evan Vucci</media:credit></media:content></item><item><title><![CDATA[Broward deputies accuse 7 in child solicitation sting]]></title><link>https://www.local10.com/news/local/2026/07/02/broward-deputies-accuse-7-in-child-solicitation-sting/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/02/broward-deputies-accuse-7-in-child-solicitation-sting/</guid><dc:creator><![CDATA[Chris Gothner, Roy Ramos]]></dc:creator><description><![CDATA[Broward Sheriff’s Office deputies said they conducted a human trafficking sting that netted seven suspects seeking to sexually abuse teenagers.]]></description><pubDate>Thu, 02 Jul 2026 14:58:45 +0000</pubDate><content:encoded><![CDATA[<p>Broward Sheriff’s Office deputies said they conducted a human trafficking sting that netted seven suspects seeking to sexually abuse teenagers.</p><p><a href="https://www.local10.com/espanol/2026/07/02/acusan-a-siete-personas-en-operativo-encubierto-de-broward-contra-la-solicitud-de-menores-para-fines-sexuales/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/02/acusan-a-siete-personas-en-operativo-encubierto-de-broward-contra-la-solicitud-de-menores-para-fines-sexuales/">Leer en español</a></p><p>Six of them were from Broward County and the seventh was from neighboring Palm Beach County.</p><p>According to arrest reports, detectives used various websites and apps in which they posed as teenage boys or girls, or, on one website, an “older cousin” pimping a 15-year-old girl.</p><p>The men they chatted with were directed to go to a hotel in Dania Beach, the reports state.</p><p>Fifty-year-old Ryan Thorpe Walker, whose address is listed as a post office and distribution facility in Oakland Park, is accused of trying meet a teenage boy, while Marco Ramirez Linares, 22, of Hollywood, is accused of offering $100 for sex with a teenage girl.</p><p>Some of the suspects lied about their ages, detectives said. </p><p>Deputies said Zubaer Ashar, 27, of Greenacres, said he was 17 and asked the purported “cousin” whether a 15-year-old girl he was offering $150 for sex with was “on birth control.”</p><p>Kyle Andrew Rosenthal, 32, of Coral Springs, said he was 30 when attempting to meet up with who he thought was a 14-year-old girl, according to BSO.</p><p>At least two of the suspects acknowledged what they were doing could land them in jail, arrest reports state.</p><p>Deputies said when Grant Ryan Werner, 25, of Dania Beach, found out he was chatting with who he thought was a 15-year-old boy, he said, “Idkkk lol I’m low key ok with it but I don’t want to get in trouble.”</p><p>Authorities said Werner also told the purported teen, before the planned meetup, “yea haha I can Basically be charged as a pedofile (sic) lol.”</p><p>Deputies said Luis Chifundo Ortiz, 23, of Pembroke Pines, told who he thought was a 15-year-old boy, “Remember that you’re not legal” and, “You’re not 18+, so I have to be aware of that.”</p><p>A BSO news release states that the men arrested all face various charges, including “human trafficking of a minor, traveling to meet a minor, solicitation of a minor, possession of MDMA and violation of probation.”</p><p>According to BSO, deputies additionally said that during their operation, “ten victims were rescued and connected to critical resources such as shelter, medical care and counseling to help them rebuild their lives.”</p><p>“Additionally, one of the victims was identified as a teenage runaway from out of town,” the BSO news release states. “She was reunited with her family and offered extensive support services.”</p><p><a href="https://www.local10.com/news/local/2026/07/01/cops-accuse-6-in-south-florida-child-prostitution-sting/" target="_self" rel="" title="https://www.local10.com/news/local/2026/07/01/cops-accuse-6-in-south-florida-child-prostitution-sting/">Similar stings</a> also recently took place <a href="https://www.local10.com/news/local/2026/06/10/homestead-men-nabbed-in-child-sex-trafficking-sting-ahead-of-world-cup-police-say/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/10/homestead-men-nabbed-in-child-sex-trafficking-sting-ahead-of-world-cup-police-say/">in Miami-Dade County</a>.</p><p>Officials in both counties have tied the stings to the FIFA World Cup. Local 10 News asked BSO about why the agency is increasing enforcement of this operation around the World Cup?”</p><p>“Any major event will draw in more crowds more visitors to our community and so that is the reason why law enforcement will proactively perform and conduct these investigations,” BSO spokesperson Miranda Grossman said.</p><p>There has been no direct connection, however, between the World Cup and any arrests.</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[Belgian diamond group that won tariff relief gifted Trump a lavishly encrusted ring]]></title><link>https://www.local10.com/news/politics/2026/07/03/belgian-diamond-group-that-won-tariff-relief-gifted-trump-a-lavishly-encrusted-ring/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/07/03/belgian-diamond-group-that-won-tariff-relief-gifted-trump-a-lavishly-encrusted-ring/</guid><dc:creator><![CDATA[By SAM McNEIL, Associated Press]]></dc:creator><description><![CDATA[BRUSSELS (AP) — Dozens of diamonds spell out two giant letter T's next to the Stars and Stripes and “1776” and “2026.” Dozens more frame the numbers 45 and 47 in the shape of Superman’s logo. A diamond-winged eagle carries a ruby shield and clutches an olive branch of emeralds, below a radiant “250” and atop the phrase “250 YEARS USA” etched in 18-karat gold.]]></description><pubDate>Fri, 03 Jul 2026 20:13:20 +0000</pubDate><content:encoded><![CDATA[<p>BRUSSELS (AP) — Dozens of diamonds spell out two giant letter T's next to the Stars and Stripes and “1776” and “2026.” Dozens more frame the numbers 45 and 47 in the shape of Superman’s logo. A diamond-winged eagle carries a ruby shield and clutches an olive branch of emeralds, below a radiant “250” and atop the phrase “250 YEARS USA” etched in 18-karat gold.</p><p>All told, 321 diamonds, 56 sapphires, 13 emeralds and six rubies encrust the watch-sized gold ring presented this week to Bill White, the U.S. ambassador to Belgium, to give to U.S. President Donald Trump.</p><p>“A very special thank you to my friends from Antwerp for the magnificent Freedom 250 ring,” Trump said in a prerecorded video message during an event marking America’s 250th birthday in Brussels.</p><p>Isidore Mörsel, president of the Antwerp World Diamond Center, or AWDC, gifted the ring on behalf of the centuries-old diamond community in the Belgian port city, a central node in the worldwide trade of the precious stones that found itself struggling last year under the weight of Trump’s sweeping trade war.</p><p>“May this ring serve as a lasting reminder that true partnership, like the finest natural diamonds, are formed under pressure, endure the test of time, and shine brightest when built on trust,” Mörsel said. The ring's interior is engraved with the phrase “Crafted in Antwerp for Donald John Trump.”</p><p>In dollar terms, the ring’s value pales beside gifts like the $400 million plane donated by Qatar that Trump ordered converted into a new Air Force One. But it’s a glitzy window into the role that ostentatious – and almost always gilded — gifts are playing by those seeking to curry favor with the U.S. president.</p><p>A White House official, speaking on the condition of anonymity to discuss the matter, said Thursday that the ring has not been presented to Trump yet.</p><p>The ring is latest in Trump's historic break with White House custom</p><p>The gift comes months after Belgium’s diamond industry won the removal of U.S. tariffs on diamond imports. In September, AWDC said it had “succeeded in securing a zero percent import tariff” on Antwerp’s annual export of more than $2 billion of polished diamonds to the U.S. A spokesperson for the group said on Thursday that the AWDC provided “input” to the European Commission as it negotiated with Trump on a broad deal on tariffs in 2025, but did not itself lobby the administration.</p><p>U.S. presidents have considerable discretion to accept gifts from domestic and foreign sources and may determine themselves whether a gift was meant for them personally or the nation. The exception is those from foreign governments, which are prohibited by the foreign emoluments clause of the Constitution without congressional assent, though presidents could use personal funds to reimburse the Treasury for the full value of an official gift if they wish to retain it.</p><p>Personal gifts are also supposed to be registered on the president’s annual financial disclosure. Trump’s 2025 disclosure, released this week, revealed a $250,000 gift of a sculpture depicting his triumphal gesture after surviving a 2024 assassination attempt at a campaign rally in Butler, Pennsylvania, and tickets to 10 sporting events, including 10 to the upcoming World Cup final in New Jersey from FIFA’s Gianni Infantino, valued at a collective $15,000.</p><p>Four U.S. ethics experts told The Associated Press that Trump has broken with decades-old custom in the White House to avoid accepting such gifts.</p><p>The ring's value estimated at $25,000-$35,000</p><p>To forge the ring, the AWDC turned to David Gotlib, an Antwerp-based high-end jeweler whose cufflinks can sell for more than 15,000 euros ($17,000).</p><p>Neither AWDC nor Gotlib would provide a valuation of the ring, but two independent jewelers told AP they estimated the value at between $25,000 and $35,000.</p><p>Paris- and London-based jewelry consultant Alexander Levinson calculated the cost at $25,928, while David Saad, a third-generation luxury jeweler in Canada, priced the ring between $33,000 and $35,000. Both said half the cost was in materials, half in labor.</p><p>After the ring was presented on a star-spangled stage in Brussels, musician Alexis Wilkins, the girlfriend of FBI Director Kash Patel, sang the U.S. national anthem to more than 8,000 people drinking Budweiser and bourbon from Tennessee and Kentucky.</p><p>Ambassador White said he raised more than $5.5 million for the 250th anniversary event from corporate sponsors like defense industry titans Lockheed Martin and Northrop Grumman, tech firms like Intel, Google and Meta, as well as the European chocolate companies Leonidas and Ferrero. AWDC said it contributed funds, too.</p><p>“The media was asking, ‘Why does it have to be so big?’” White said of the event. “Because we are the United States of America!”</p><p>The ambassador posted on social media Friday that after he gives the ring to Trump, it will be displayed in the Oval Office.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/BTANSRDUGMABUYZ5BFAREPR2LI.jpg?auth=5a0330709ebbf549d0f31d7432f21df8fea1d460b9c020e871cce44a2dff85f5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this image released Tuesday, June 30, 2026, a ring designed for U.S. President Donald Trump and crafted by Antwerp diamond designer David Gotlib. (David Gotlib via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/I34UT3OMZCH7PKUHJBXCFKFYEU.jpg?auth=a50e5c04bf4d5c139ca70d8fc0bd5f7e6f552fe9e0f73b1da54fc409dc43011c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[U.S. Ambassador to Belgium Bill White presents a ring designed for U.S. President Donald Trump and crafted by Antwerp diamond designer David Gotlib, during the America 250 event in Brussels, Sunday, June 28, 2026. (AP Photo/Virginia Mayo)]]></media:description><media:credit role="author" scheme="urn:ebu">Virginia Mayo</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/PX3SPB2ZRWG5FFWCSUSPMXVNTE.jpg?auth=babcc8535bb84c12178669974dfc048f57f888dd55fdb2ccd55bfd8f23636e8b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[U.S. Ambassador to Belgium Bill White, center, listens to a pre-recorded address by U.S. President Donald Trump during the America 250 event in Brussels, Sunday, June 28, 2026. (AP Photo/Virginia Mayo)]]></media:description><media:credit role="author" scheme="urn:ebu">Virginia Mayo</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ML75MHRTXQJMCATGFIBLUB5MZY.jpg?auth=566bc934dc18a4a33b7e994a4594ec40fcc613d858706273aaf022f98981e1ad&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[U.S. Ambassador to Belgium Bill White, right, and his husband Bryan Eure, left, walk U.S. country music singer Alexis Wilkins onto the stage during the America 250 event in Brussels, Sunday, June 28, 2026. (AP Photo/Virginia Mayo)]]></media:description><media:credit role="author" scheme="urn:ebu">Virginia Mayo</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VNIB62CBGJIS7G34VCKHHG6WWY.jpg?auth=9e17ea7c2cfc4e40d22f50405d2e975af9dff9cdcd8e028aa236e98c9c1a2e38&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Colored smoke is lit behind the Cinquantenaire Arch to celebrate during the America 250 event in Brussels, Sunday, June 28, 2026. (AP Photo/Virginia Mayo)]]></media:description><media:credit role="author" scheme="urn:ebu">Virginia Mayo</media:credit></media:content></item><item><title><![CDATA[Lionel Messi scores 20th World Cup goal, extends streak to 8 games and takes Golden Boot lead]]></title><link>https://www.local10.com/news/florida/2026/07/04/lionel-messi-scores-20th-world-cup-goal-extends-streak-to-8-games-and-takes-golden-boot-lead/</link><guid isPermaLink="true">https://www.local10.com/news/florida/2026/07/04/lionel-messi-scores-20th-world-cup-goal-extends-streak-to-8-games-and-takes-golden-boot-lead/</guid><dc:creator><![CDATA[By TIM REYNOLDS, Associated Press]]></dc:creator><description><![CDATA[MIAMI GARDENS, Fla. (AP) — Lionel Messi's goal-scoring streak lived on, and he made it look easy.]]></description><pubDate>Sat, 04 Jul 2026 08:28:37 +0000</pubDate><content:encoded><![CDATA[<p>MIAMI GARDENS, Fla. (AP) — Lionel Messi's goal-scoring streak lived on, and he made it look easy.</p><p>His hopes of a second consecutive World Cup title also lived on — and that accomplishment was anything but easy.</p><p>Messi’s goal in the 29th minute was the 20th of his World Cup career, extending his record and moving him two ahead of France’s Kylian Mbappé on the all-time list. It was the opener of what became a wild night, with Argentina escaping with a 3-2 win over Cape Verde in extra time against a huge underdog.</p><p>Messi was pictured later at his media conference with a large bump on his head after apparently being hit with a knee during a collision with a Cape Verde player.</p><p>“It hurts a little but I’m good," he was quoted in comments translated from Spanish about the goose-egg over his right eye. A FIFA post on X showed a definite welt.</p><p>Messi — who now has goals in a record eight consecutive World Cup games going back to Argentina's run to the 2022 title — seemed relieved after the match, and lauded Cape Verde’s defense.</p><p>“We did good things,” Messi said in his native Spanish, “and we have to correct the bad things.”</p><p>Messi has seven goals in this World Cup — one more than Mbappé in the race for the Golden Boot as the top scorer of the tournament — and has scored 12 times during his eight-game World Cup streak. He has been great, and Argentina has needed him to be great.</p><p>“For me, it represents a lot to be friends with him,” said Rodrigo De Paul, Messi’s teammate with Argentina and Inter Miami. “For me, friendship is one of the most important things that we all have and I consider myself fortunate to be there, to share these moments with him.”</p><p>And there has been no shortage of moments.</p><p>Messi had the game's first good chance Friday, his all-world left foot sending a shot skidding across the goal mouth but outside of the right post in the 15th minute. After getting taken down, he had a 25-yard free kick three minutes later that was easily gobbled up by Cape Verde goalkeeper Vozinha.</p><p>But the momentum was shifting, and before long, Messi broke through for a 1-0 lead. He timed his run perfectly on a ball played into the box by defender Lisandro Martinez to stay onside, controlled the pass and then lifted a shot over Vozinha's left shoulder from close range for his 124th international goal. Only Portugal's Cristiano Ronaldo, with 146, has more.</p><p>Messi stretched his arms and pointed to Martinez, saluting the pass, before teammates mobbed him in celebration.</p><p>Argentina was a huge favorite — some sportsbooks had the defending champions at minus-3500 to win, meaning bettors would have to wager $3,500 to profit $100 — and the Messi goal probably had some thinking the scoring dam was about to break.</p><p>It wasn't.</p><p>Cape Verde scored to knot the game at 1-1 and 2-2, and Messi set up the eventual winner with a corner kick that bounced off some heads and into the net midway through the second half of extra time.</p><p>“As this team has demonstrated many times, and as I’ve said many times, it competes,” Messi said. “And we competed to the end.”</p><p>The Golden Boot race may go down to the end as well, with the four leaders now all safely into the Round of 16.</p><p>Messi and Mbappé are far from the only contenders in the Golden Boot race: Norway’s Erling Haaland and England’s Harry Kane each had five goals entering Friday, while four players — France’s Ousmane Dembele, Spain’s Mikel Oyarzabal, Brazil’s Vinícius Júnior and Senegal’s Ismaila Sarr — had four. Sarr is out of the running since Senegal has been eliminated.</p><p>Norway, England and France have advanced to the Round of 16; Argentina and Messi, the Inter Miami star who is widely considered the greatest player ever, now join them — barely.</p><p>“Our team did everything we could to win the game,” Cape Verde goalie Vozinha said.</p><p>Messi has never won the Golden Boot. He finished second with seven goals — one behind Mbappé — while leading Argentina to the 2022 World Cup title, and he tied for third with four goals in 2014.</p><p>If there’s a tie atop the goal list when the tournament ends, FIFA will use assists as the first tiebreaker and fewest minutes played as the second tiebreaker. Entering Friday, that meant Mbappé would have had the edge over Messi based on his 2-0 lead in assists.</p><p>But for now, Messi leads the scoring race. Most important, he's still in the race for another World Cup title.</p><p>“I hope you now realize, there is no easy opponent," Argentina coach Lionel Scaloni said.</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/27TRTNHN3VGJGUUFVJSIP3AQZU.jpg?auth=164905f958a1e30cf62066e4256ed06dc21e2a02c8a3a8c2d8e9acd4122810d0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Argentina's Lionel Messi celebrates scoring his side's opening goal against Cape Verde during the World Cup round of 32 soccer match in Miami Gardens, Fla., Friday, July 3, 2026. (AP Photo/Rebecca Blackwell)]]></media:description><media:credit role="author" scheme="urn:ebu">Rebecca Blackwell</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KELAOUYKJBUPOJTFPV2KHXO37A.jpg?auth=eaa55814aa05a85899ead9313f58191a99424f2ba0657ca890a618c32ab08c3e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Argentina's Lionel Messi celebrates after scoring the opening goal against Cape Verde during the World Cup round of 32 soccer match in Miami Gardens, Fla., Friday, July 3, 2026. (AP Photo/Lynne Sladky)]]></media:description><media:credit role="author" scheme="urn:ebu">Lynne Sladky</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LJQAGD6JRDS6BLKBFP4KMSHKRE.jpg?auth=b04351fe5c5d60ccaa509b4c54cf388efab753258bc991e2b89c29415e0c900e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Argentina's Lionel Messi, right, celebrates scoring his side's opening goal against Cape Verde during the World Cup round of 32 soccer match in Miami Gardens, Fla., Friday, July 3, 2026. (AP Photo/Rebecca Blackwell)]]></media:description><media:credit role="author" scheme="urn:ebu">Rebecca Blackwell</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/UMXZABOYGGGDLJGZQWCBWT7N6A.jpg?auth=444dc39c01065270434a59a520430d862a24c8d6f90ccc566917771e7b0100a6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Argentina's Lionel Messi (10) scores their first goal against Cape Verde goalkeeper Vozinha (1) and Diney Borges (3) during the World Cup round of 32 soccer match between Argentina and Cape Verde in Miami Gardens, Fla., Friday, July 3, 2026. (AP Photo/Marta Lavandier)]]></media:description><media:credit role="author" scheme="urn:ebu">Marta Lavandier</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BVTAN4GOFDB723B73JB7INIXIU.jpg?auth=54abb2a177a6518bc7a8e283411b9024625a9595cf835643cca3f2b79dbdb987&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Argentina's Lionel Messi (10) celebrates with Cristian Romero (13) after scoring their first goal during the World Cup round of 32 soccer match between Argentina and Cape Verde in Miami Gardens, Fla., Friday, July 3, 2026. (AP Photo/Marta Lavandier)]]></media:description><media:credit role="author" scheme="urn:ebu">Marta Lavandier</media:credit></media:content></item><item><title><![CDATA[Editorial de Local 10: Ahora es el momento de asegurarse de que podrá votar en las elecciones primarias de este año]]></title><link>https://www.local10.com/espanol/2026/07/03/editorial-de-local-10-ahora-es-el-momento-de-asegurarse-de-que-podra-votar-en-las-elecciones-primarias-de-este-ano/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/03/editorial-de-local-10-ahora-es-el-momento-de-asegurarse-de-que-podra-votar-en-las-elecciones-primarias-de-este-ano/</guid><description><![CDATA[Si cumple con los requisitos para votar, este es el momento de asegurarse de que puede hacerlo. La fecha límite para registrarse es el 20 de julio si planea votar en las primarias del 18 de agosto.]]></description><pubDate>Fri, 03 Jul 2026 15:20:53 +0000</pubDate><content:encoded><![CDATA[<p>Si cumple con los requisitos para votar, este es el momento de asegurarse de que puede hacerlo. <a href="https://www.myfloridaelections.com/election-dates-deadlines" target="_self" rel="" title="https://www.myfloridaelections.com/election-dates-deadlines">La fecha límite para registrarse es el 20 de julio </a>si planea votar en las primarias del 18 de agosto.</p><p>Registrarse es fácil y solo toma unos minutos, pero le da el poder de elegir quiénes nos representarán.</p><p>Sin importar cuál sea su preferencia política, el voto es lo que permite que nuestra democracia sobreviva. Si se mudó recientemente, cambió de nombre o no está seguro de estar registrado, tómese un momento para verificar su estatus y actualizar su información si es necesario.</p><p>No espere hasta que sea demasiado tarde. Marque en su calendario el 20 de julio, regístrese para votar y esté listo para participar el 18 de agosto.</p><p>Su voto es su voz. Asegúrese de que se escuche fuerte y claro.</p><p>Para más información, <a href="https://www.local10.com/news/politics/2026/03/18/voter-guide-here-is-how-to-prepare-for-floridas-primary-election/" target="_self" rel="" title="https://www.local10.com/news/politics/2026/03/18/voter-guide-here-is-how-to-prepare-for-floridas-primary-election/">haga clic aquí</a> para acceder a la Guía de Información para Votantes 2026 de Local 10.</p>]]></content:encoded></item><item><title><![CDATA[Local 10 Editorial: Now is the time to make sure you can vote in this year’s primary election ]]></title><link>https://www.local10.com/news/politics/2026/07/03/local-10-editorial-now-is-the-time-to-make-sure-you-can-vote-in-this-years-primary-election/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/07/03/local-10-editorial-now-is-the-time-to-make-sure-you-can-vote-in-this-years-primary-election/</guid><description><![CDATA[If you’re eligible to vote, now is the time to make sure you can. The deadline to register is July 20 if you plan to vote in the Aug. 18 primary. Registering is easy and only takes a few minutes, but it gives you the power to choose who will lead us. ]]></description><pubDate>Fri, 03 Jul 2026 15:08:52 +0000</pubDate><content:encoded><![CDATA[<p>If you’re eligible to vote, now is the time to make sure you can. The <a href="https://www.myfloridaelections.com/election-dates-deadlines" target="_self" rel="" title="https://www.myfloridaelections.com/election-dates-deadlines">deadline to register is July 20</a> if you plan to vote in the Aug. 18 primary. Registering is easy and only takes a few minutes, but it gives you the power to choose who will lead us. </p><p><a href="https://www.local10.com/espanol/2026/07/03/editorial-de-local-10-ahora-es-el-momento-de-asegurarse-de-que-podra-votar-en-las-elecciones-primarias-de-este-ano/" target="_self" rel="" title="https://www.local10.com/espanol/2026/07/03/editorial-de-local-10-ahora-es-el-momento-de-asegurarse-de-que-podra-votar-en-las-elecciones-primarias-de-este-ano/">Leer en español</a></p><p>No matter what your preference is politically, voting is what allows our democracy to survive. If you’ve recently moved, changed your name, or aren’t sure if you’re registered, take a moment to check your status and update your information if needed.</p><p>Don’t wait until it’s too late. Mark your calendar for July 20, register to vote, and be ready to do so on Aug. 18. </p><p>Your vote is your voice—make sure it’s heard loud and clear.</p><p>For more information, <a href="https://www.local10.com/news/politics/2026/03/18/voter-guide-here-is-how-to-prepare-for-floridas-primary-election/" target="_self" rel="" title="https://www.local10.com/news/politics/2026/03/18/voter-guide-here-is-how-to-prepare-for-floridas-primary-election/">click here</a> to access Local 10’s 2026 Voter Information Guide. </p>]]></content:encoded></item></channel></rss>