<?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>Sun, 28 Jun 2026 18:48:48 +0000</lastBuildDate><language>en</language><ttl>1</ttl><sy:updatePeriod>hourly</sy:updatePeriod><sy:updateFrequency>1</sy:updateFrequency><item><title><![CDATA[Teen dead, another critical after two separate lake incidents in Florida City]]></title><link>https://www.local10.com/news/local/2026/06/27/teen-dead-another-critical-after-two-separate-lake-incidents-in-florida-city/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/27/teen-dead-another-critical-after-two-separate-lake-incidents-in-florida-city/</guid><dc:creator><![CDATA[Aaron Maybin]]></dc:creator><description><![CDATA[A teenager is dead and another is in critical condition after two separate water incidents in Florida City Monday night, officials said.]]></description><pubDate>Sun, 28 Jun 2026 02:09:33 +0000</pubDate><content:encoded><![CDATA[<p>A teenager is dead and another is in critical condition after two separate water incidents in Florida City Monday night, officials said.</p><p><a href="https://www.local10.com/news/local/2026/06/28/adolescente-muere-y-otro-permanece-en-estado-critico-tras-dos-incidentes-separados-en-un-lago-de-florida-city/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/28/adolescente-muere-y-otro-permanece-en-estado-critico-tras-dos-incidentes-separados-en-un-lago-de-florida-city/">Leer en español</a></p><p>Officers responded around 7:15 p.m. to Southwest 336th Street and Southwest 192nd Avenue after several teenagers reported that a boy had gone into a lake and didn’t come back up. </p><p>Miami-Dade Fire Rescue joined the search, and a diver later found the teen underwater and unresponsive.</p><p>Rescue crews performed life-saving efforts, and the boy was taken to Homestead Hospital, where he was pronounced dead, officials said.</p><p>While crews were still working that scene, another group of teenagers across the lake also went into the water. A second 14-year-old boy went under and didn’t resurface.</p><p>He was later found by Miami-Dade Fire Rescue divers and airlifted to Kendall Regional Trauma Center in critical condition, officials said.</p><p>Both incidents are currently under investigation by the Miami-Dade Sheriff’s Office.</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[Adolescente muere y otro permanece en estado crítico tras dos incidentes separados en un lago de Florida City]]></title><link>https://www.local10.com/news/local/2026/06/28/adolescente-muere-y-otro-permanece-en-estado-critico-tras-dos-incidentes-separados-en-un-lago-de-florida-city/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/28/adolescente-muere-y-otro-permanece-en-estado-critico-tras-dos-incidentes-separados-en-un-lago-de-florida-city/</guid><dc:creator><![CDATA[Aaron Maybin]]></dc:creator><description><![CDATA[Ambos incidentes están siendo investigados por la Oficina del Alguacil de Miami-Dade.]]></description><pubDate>Sun, 28 Jun 2026 18:47:36 +0000</pubDate><content:encoded><![CDATA[<p>Un adolescente murió y otro permanece en estado crítico tras dos incidentes separados ocurridos la noche del lunes en un lago de Florida City, informaron las autoridades.</p><p>Los agentes acudieron alrededor de las 7:15 p.m. a la zona de Southwest 336th Street y Southwest 192nd Avenue, luego de que varios adolescentes reportaran que un joven había ingresado al lago y no volvió a salir a la superficie.</p><p>El Departamento de Bomberos y Rescate de Miami-Dade se unió a la búsqueda, y posteriormente un buzo localizó al adolescente bajo el agua, inconsciente.</p><p>Los equipos de emergencia realizaron maniobras de reanimación y el menor fue trasladado al Hospital de Homestead, donde fue declarado muerto, informaron las autoridades.</p><p>Mientras los rescatistas aún trabajaban en esa escena, otro grupo de adolescentes, ubicado al otro lado del lago, también ingresó al agua. Un segundo joven, de 14 años, se hundió y no volvió a salir a la superficie.</p><p>Más tarde fue localizado por buzos del Departamento de Bomberos y Rescate de Miami-Dade y trasladado en helicóptero al Centro de Trauma Kendall Regional, donde permanece en estado crítico, informaron las autoridades.</p><p>Ambos incidentes son investigados por la Oficina del Alguacil de Miami-Dade.</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[American Airlines flight aborts takeoff at MIA after business jet enters runway]]></title><link>https://www.local10.com/news/local/2026/06/28/american-airlines-flight-aborts-takeoff-at-mia-after-business-jet-enters-runway/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/28/american-airlines-flight-aborts-takeoff-at-mia-after-business-jet-enters-runway/</guid><dc:creator><![CDATA[Chris Gothner, Liane Morejon]]></dc:creator><description><![CDATA[An American Airlines flight to Bermuda aborted its takeoff after a business jet entered the same runway at Miami International Airport on Saturday evening.]]></description><pubDate>Sun, 28 Jun 2026 17:18:52 +0000</pubDate><content:encoded><![CDATA[<p>An American Airlines flight to Bermuda aborted its takeoff after a business jet entered the same runway at Miami International Airport on Saturday evening.</p><p><a href="https://www.local10.com/news/local/2026/06/28/vuelo-de-american-airlines-aborta-el-despegue-en-el-aeropuerto-internacional-de-miami-tras-el-ingreso-de-un-jet-ejecutivo-a-la-pista/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/28/vuelo-de-american-airlines-aborta-el-despegue-en-el-aeropuerto-internacional-de-miami-tras-el-ingreso-de-un-jet-ejecutivo-a-la-pista/">Leer en español</a></p><p>American Airlines Flight 308 later departed.</p><p>In a statement, an airline official said that after receiving clearance, the crew “discontinued its takeoff when (they) observed another aircraft on the runway.“</p><p>According <a href="https://www.cnn.com/2026/06/27/us/american-airlines-flight-aborted-takeoff-miami" target="_self" rel="" title="https://www.cnn.com/2026/06/27/us/american-airlines-flight-aborted-takeoff-miami">to CNN</a>, there was a tense exchange between an MIA air traffic controller and the pilot of the business jet when the incident happened at around 6 p.m.</p><p>The American Airlines statement concluded, “We appreciate the quick actions of our crew members and thank our customers for their understanding.”</p><p>Local 10 News also reached out to NetJets, the company that owns the business jet, as well as the Federal Aviation Administation.</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/JR4CMUWJHZG5LF4HQ2RMQOYJGM.png?auth=fd87a878be739e9eb268b151cf96dad0f682ca3c4d51d2161ce067264a69ef0d&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"><media:description type="plain"><![CDATA[American Airlines jets at Miami International Airport.]]></media:description></media:content></item><item><title><![CDATA[Vuelo de American Airlines aborta el despegue en el Aeropuerto Internacional de Miami tras el ingreso de un jet ejecutivo a la pista]]></title><link>https://www.local10.com/news/local/2026/06/28/vuelo-de-american-airlines-aborta-el-despegue-en-el-aeropuerto-internacional-de-miami-tras-el-ingreso-de-un-jet-ejecutivo-a-la-pista/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/28/vuelo-de-american-airlines-aborta-el-despegue-en-el-aeropuerto-internacional-de-miami-tras-el-ingreso-de-un-jet-ejecutivo-a-la-pista/</guid><dc:creator><![CDATA[Chris Gothner, Liane Morejon]]></dc:creator><description><![CDATA[En un comunicado, la aerolínea informó que, tras recibir autorización para despegar, la tripulación interrumpió la maniobra de despegue al observar otra aeronave sobre la pista.]]></description><pubDate>Sun, 28 Jun 2026 18:42:59 +0000</pubDate><content:encoded><![CDATA[<p>Un vuelo de American Airlines con destino a Bermudas abortó su despegue después de que un jet ejecutivo ingresara a la misma pista del Aeropuerto Internacional de Miami la tarde del sábado.</p><p>El vuelo 308 de American Airlines despegó posteriormente sin contratiempos.</p><p>En un comunicado, la aerolínea informó que, tras recibir autorización para despegar, la tripulación “interrumpió la maniobra de despegue al observar otra aeronave sobre la pista”.</p><p>De acuerdo con CNN, el incidente, ocurrido alrededor de las 6:00 p.m., derivó en un tenso intercambio entre un controlador de tráfico aéreo del Aeropuerto Internacional de Miami y el piloto del jet ejecutivo.</p><p>American Airlines concluyó su comunicado señalando: “Agradecemos la rápida actuación de nuestra tripulación y la comprensión de nuestros clientes”.</p><p>Local 10 News también solicitó comentarios a NetJets, empresa propietaria del jet ejecutivo, así como a la Administración Federal de Aviación (FAA).</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/JR4CMUWJHZG5LF4HQ2RMQOYJGM.png?auth=fd87a878be739e9eb268b151cf96dad0f682ca3c4d51d2161ce067264a69ef0d&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"><media:description type="plain"><![CDATA[American Airlines jets at Miami International Airport.]]></media:description></media:content></item><item><title><![CDATA[Miami-Dade deputies arrest Argentinian YouTubers at World Cup match]]></title><link>https://www.local10.com/news/local/2026/06/28/miami-dade-deputies-arrest-argentinian-youtubers-at-world-cup-match/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/28/miami-dade-deputies-arrest-argentinian-youtubers-at-world-cup-match/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[Argentinian YouTubers Beni Marmol and Pato Perrotta are facing felony charges in South Florida after deputies said they arrested them at the Colombia vs. Portugal World Cup match.]]></description><pubDate>Sun, 28 Jun 2026 18:39:47 +0000</pubDate><content:encoded><![CDATA[<p>Argentinian YouTubers <a href="https://www.youtube.com/@Benimarmol" target="_self" rel="" title="https://www.youtube.com/@Benimarmol">Beni Marmol</a> and <a href="https://www.youtube.com/@patoperrotta" target="_self" rel="" title="https://www.youtube.com/@patoperrotta">Pato Perrotta</a> are facing felony charges in South Florida after deputies said they arrested them at the Colombia vs. Portugal World Cup match.</p><p>Marmol, 20, and Perrotta, 26, both of Buenos Aires, each have hundreds of thousands of followers on YouTube and other platforms and frequently collaborate in videos. </p><p>The match was held Saturday at Miami Stadium, better known as Hard Rock Stadium.</p><p>Miami-Dade Sheriff’s Office deputies said both Marmol, whose full name is Lautaro B. Marmol, and Perrotta, whose full name is Patricio Rafael Perrotta, “bypass(ed) three layers of security” using credentials of a past game and made it onto “stadium grounds.”</p><p>Marmol “stated that he was a media influencers (sic) trying to get in to stream the game,” a deputy wrote in his arrest report.</p><p>Perrotta, meanwhile, said he was “hired by a media company to review the event and has credentials, but they were from a previous event,” his arrest report states.</p><p>Deputies arrested each on a charge of interference with a sporting or entertainment event.</p><p>Records show a Miami-Dade judge found probable cause for both and ordered them held on a $2,500 bond.</p><p>They were both being held in the Turner Guilford Knight Correctional Center as of Sunday afternoon. </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/ZF52JQFKTBGA3OYEOD7N4M27GQ.png?auth=1f64020eaf195771989f2a52e57d174a50d9afa9542c13ded75ec21a574ca49f&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"><media:description type="plain"><![CDATA[Booking photos of Argentinian YouTubers Beni Marmol and Pato Perrotta.]]></media:description></media:content></item><item><title><![CDATA[Lindsey Vonn has a special understanding of Serena Williams' comeback as a fellow 40-something]]></title><link>https://www.local10.com/sports/2026/06/28/lindsey-vonn-has-a-special-understanding-of-serena-williams-comeback-as-a-fellow-40-something/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/28/lindsey-vonn-has-a-special-understanding-of-serena-williams-comeback-as-a-fellow-40-something/</guid><dc:creator><![CDATA[By ANDREW DAMPF, Associated Press]]></dc:creator><description><![CDATA[LONDON (AP) — When Serena Williams played her first professional tennis match in nearly four years recently, another elite female athlete in her 40s was on hand for the occasion.]]></description><pubDate>Sun, 28 Jun 2026 18:21:53 +0000</pubDate><content:encoded><![CDATA[<p>LONDON (AP) — When Serena Williams played her first professional tennis match in nearly four years recently, another elite female athlete in her 40s was on hand for the occasion.</p><p>Skier Lindsey Vonn has a special understanding of what Williams is going through as she prepares to play both singles and doubles at Wimbledon at age 44.</p><p>After making her own comeback, Vonn was the top World Cup downhiller last season at age 41 until her horrific crash at the Milan Cortina Olympics in February left her with a severely fractured left leg.</p><p>“There is an increasing shift in what women can accomplish at later stages in their careers or life,” Vonn told The Associated Press. “I feel like we are in the same boat, where we don’t need to prove anything to anyone but we still have the ability to compete at an elite level. She (Willliams) also told me that I played a role in inspiring her to come back so that of course was meaningful to me.”</p><p>Vonn talked with Williams after the tennis standout’s doubles victory with partner Victoria Mboko at Queen’s Club in London, having watched the match from one of the VIP balconies.</p><p>“She was in great spirits. She’s having fun which I loved seeing, even more than her tennis,” Vonn said in a written response. “If it’s bringing her joy to play, I say play as long as you want!”</p><p>Vonn has undergone eight surgeries following her Olympic crash — which nearly led to a leg amputation — and needs at least one more to repair a torn ACL in that same knee. But she’s back in the gym and has resumed physical training, while still assessing whether she’ll compete again.</p><p>After nearly six years away from skiing, Vonn returned in December 2024 with a partial titanium replacement in her right knee. She had two victories and seven podium results last season.</p><p>On Centre Court at Wimbledon on Tuesday, Williams will play her first singles match since 2022 against 20-year-old Maya Joint of Australia. Then she’ll play doubles with older sister Venus Williams later in the week.</p><p>So what does Vonn expect from Williams at Wimbledon?</p><p>“It’s her first major singles tournament since retiring so I would expect for her to play well but not show all her cards yet,” Vonn said. “I’m sure she can still win, but I wouldn’t put any expectations on her. She’s the GOAT (greatest of all time) no matter what happens.”</p><p>Indeed, Williams is a 23-time Grand Slam champion in singles and has won 14 more Grand Slams in doubles — all with Venus as her partner. Vonn’s 45 World Cup downhill wins are the most by a male or female skier.</p><p>“It was kind of like riding a bike,” Williams said Sunday of her first practice sessions back at the All England Club. “Obviously when I play, I might have a lot of things come up.”</p><p>No matter the outcome, Williams shares Vonn’s credo of setting the bar high to create new standards.</p><p>“You have to believe in yourself and go for any dream,” Williams said, “no matter how wild it may be.”</p><p>___</p><p>AP tennis: https://apnews.com/hub/tennis</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/YGJ2SMWPS6CYYQMED6I2IZ7NDQ.jpg?auth=167e5fd3b2c5ec0a0f25b7a4f9be18f354e66d0802ae4e9c672d8a7ccfbcc7fe&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Serena Williams of the United States arrives to practice one day ahead of the start of the Wimbledon Tennis Championships in London, Sunday, June 28, 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/R7WJ5WHTGE4UXZTUIMRCFU6T24.jpg?auth=ddf672175225f7d7bc48488d3fd799542755f7b5d03e74c609687f172b404238&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - United States' Lindsey Vonn concentrates ahead of an alpine ski, women's downhill official training, at the 2026 Winter Olympics, in Cortina d'Ampezzo, Italy, Friday, Feb. 6, 2026. (AP Photo/Marco Trovati, file)]]></media:description><media:credit role="author" scheme="urn:ebu">Marco Trovati</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/Z2UZMDPNVJJZ6OAODMQ7XOJDZA.jpg?auth=043f9f53b007dd53a3f4009e311e923d84a6658f3d5a831003872ed60a810e36&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Serena Williams of the United States arrives to practice one day ahead of the start of the Wimbledon Tennis Championships in London, Sunday, June 28, 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/GAIT7TXDE6TM5BL2OFDUIPQ6YA.jpg?auth=0d8df76cbca3ef7e91bb1b8fe51ce8d479bf02c7f908552846164e723db045c6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - United States' Lindsey Vonn crashes during an alpine ski women's downhill race, at the 2026 Winter Olympics, in Cortina d'Ampezzo, Italy, Sunday, Feb. 8, 2026. (AP Photo/Jacquelyn Martin, file)]]></media:description><media:credit role="author" scheme="urn:ebu">Jacquelyn Martin</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KBI5JT4PRCIC6WIURFEK4B22JA.jpg?auth=ed924bae0f7d9f8f5aff24858399150f0425e0fb7fb2595cecb9a448415f029b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Serena Williams of the United States, left, arrives to practice one day ahead of the start of the Wimbledon Tennis Championships in London, Sunday, June 28, 2026. (AP Photo/Kin Cheung)]]></media:description><media:credit role="author" scheme="urn:ebu">Kin Cheung</media:credit></media:content></item><item><title><![CDATA[Silver Alert issued for 87-year-old missing from Kendale Lakes]]></title><link>https://www.local10.com/news/local/2026/06/28/silver-alert-issued-for-87-year-old-missing-from-kendale-lakes/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/28/silver-alert-issued-for-87-year-old-missing-from-kendale-lakes/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[Authorities issued a Silver Alert on Sunday for a senior missing from southwest Miami-Dade.]]></description><pubDate>Sun, 28 Jun 2026 17:42:19 +0000</pubDate><content:encoded><![CDATA[<p>Authorities issued a Silver Alert on Sunday for a senior missing from southwest Miami-Dade.</p><p>Deputies with the Miami-Dade Sheriff’s Office said that Rodrigo Portuondo, 87, was last seen Saturday in the 4600 block of Southwest 127th Court, in the county’s unincorporated Kendale Lakes area.</p><p>They described the octogenarian as a “missing endangered adult” and said he may be in a red Honda CR-V with the tag AG61WP.</p><p>MDSO urged the public to use “extreme caution" if they contact Portuondo, who they said “may be in need of services.”</p><p>Anyone with information is asked to call 305-715-3300 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><media:content url="https://www.local10.com/resizer/v2/KNEWMOKA75B3RCM2WDKULXPBZU.png?auth=ec716d065598d2562443daf6aec704c6d2c0de841d4ca7b8fd51f528d995232d&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"><media:description type="plain"><![CDATA[Rodrigo Portuondo]]></media:description></media:content></item><item><title><![CDATA[Teams scramble to locate survivors four days after Venezuela earthquakes]]></title><link>https://www.local10.com/news/world/2026/06/28/teams-scramble-to-locate-survivors-four-days-after-venezuela-earthquakes/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/28/teams-scramble-to-locate-survivors-four-days-after-venezuela-earthquakes/</guid><dc:creator><![CDATA[By REGINA GARCIA CANO, JUAN PABLO ARRAEZ and MEGAN JANETSKY, Associated Press]]></dc:creator><description><![CDATA[LA GUAIRA, Venezuela (AP) — Efforts by local and international rescue teams to pull survivors from the rubble grew increasingly desperate in Venezuela on Sunday, four days after two powerful earthquakes shook the northern state of La Guaira.]]></description><pubDate>Sun, 28 Jun 2026 17:40:50 +0000</pubDate><content:encoded><![CDATA[<p>LA GUAIRA, Venezuela (AP) — Efforts by local and international rescue teams to pull survivors from the rubble grew increasingly desperate in Venezuela on Sunday, four days after two powerful earthquakes shook the northern state of La Guaira.</p><p>The government reported more than 1,400 dead from the quakes Saturday as it faced growing criticism from Venezuelans that its response was inadequate and was overshadowed by civilian-led efforts to search for loved ones buried under collapsed buildings. Virtual databases used by families to report and find loved ones say thousands are still missing.</p><p>Acting President Delcy Rodriguez said on Sunday that 33 people had been rescued the day before, although she did not provide an updated death toll.</p><p>A U.S. rescue team from Virginia pulled a man and his son from the ruins Sunday morning and carried them carefully on a black tarp into an ambulance. Masses of people gathered to watch the rescue as the survivors — covered in dust — were hydrated through an IV.</p><p>Aid agencies consider the first 48 to 72 hours after a natural disaster as crucial for retrieving people alive, though that can be extended if they have access to food and water. More than 2,200 rescue workers from across the world had arrived by Saturday, the U.N. said, and more were still arriving.</p><p>As messages of solidarity with Venezuelans flooded in from across the world, Pope Leo offered prayers for “the eternal rest of the deceased.”</p><p>"Likewise, I express my gratitude and encouragement to all those who are generously working in the search and rescue efforts,” he said.</p><p>Tension mounts during rescue efforts</p><p>Rodríguez said on state television Saturday that more than 14,000 members of the military and police are patrolling the La Guaira state, where access is now blocked and special permits are required to enter. But many in disaster zones said they had seen little of their government.</p><p>The disaster poses a huge challenge for Rodríguez, the former vice president who took office in January after the U.S. capture and removal of then-President Nicolás Maduro. Venezuela has been facing economic disarray for more than a decade, and many people reject the legitimacy of the political movement Rodríguez represents.</p><p>Some people climbed the remnants of buildings and cried out names, hoping for any proof of life. Dust coated coastal communities. In punishing heat, more people wore masks as the stench of decomposition spread. In other parts of La Guaira, teams loaded stacks of bodies – some in white bags, other naked – onto white trucks from the ground of a dirt hospital parking lot, where they were being identified.</p><p>Without hard hats or other gear, rescuers and civilians instead wore motorcycle helmets as they searched piles of debris.</p><p>Some, frustrated by the government's response, blocked an excavator from leaving the site of a collapse and pulled the operator from its cabin shortly after state workers took selfies in front of flattened buildings and left without helping. The ruling party’s officials often take selfies to show participation in government-related events.</p><p>Searches mix with uncertainty</p><p>The International Organization for Migration said over 6 million people could be affected, some 2 million in the capital, Caracas, alone.</p><p>Experts said the destruction was amplified by the quick succession of shallow quakes. For days, smaller aftershocks occasionally shook the capital, Caracas and areas hit by the quakes, including one measuring 4.8 on Saturday.</p><p>Search teams and foreign aid continued to arrive from Mexico, the U.S., Brazil, El Salvador, France and elsewhere.</p><p>On Saturday, Mexican rescue teams climbed over collapsed buildings and pushed their heads into holes in the pancaked concrete to search for signs of life, occasionally hearing movement.</p><p>“We're rescuers from the Mexican military, if there's anyone down there still alive, make noise or scream. Now!" one man shouted.</p><p>A glimmer of hope</p><p>For many, the images of international aid teams arriving and climbing through the rubble alongside them offered a glimmer of hope. Yonahí Regalado has been calling out the names of her sister and 1-year-old nephew and godson since 1 a.m. the day after the earthquakes until aid workers began to arrive.</p><p>“It doesn’t matter who it is, whoever, whether it’s family or somebody else. If there is anyone alive, let’s get them out,” she said, as helicopters circled overhead.</p><p>Small moments of humanity mixed with grief and terror.</p><p>One video showed a Venezuelan rescuer comforting an elderly woman trapped beneath the rubble, scared that the structure would cave in if she moved.</p><p>“The roof won’t cave in. If it falls, I’ll be here with you,” he said.</p><p>Simón Bolívar International Airport, which serves Caracas, was badly damaged. One runway was operational as U.S. teams worked to repair the crucial throughway, Jeremy Lewin, a senior State Department official in charge of foreign assistance, told reporters.</p><p>Lewin said a U.S. Navy transport ship was docked off the coast, ready to receive airlifted survivors in need of medical attention. Lewin said it is a “race against the clock” to find people injured in the quakes.</p><p>___</p><p>Janetsky reported from Mexico City. Associated Press journalist Matías Delacroix, Clara Preve and Ali Swenson contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/GIXUNCOGUTKJNOQR3BNQ4KWWBQ.jpg?auth=f54a67f14f2228ebe81c2960464779a40da81a4e33a4338936d56512c7ba5c5c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Rescue workers carry a mans rescued from the rubble of a building that collapsed in the earthquakes that struck La Guaira, Venezuela, Sunday, June 28, 2026. (AP Photo/Matias Delacroix)]]></media:description><media:credit role="author" scheme="urn:ebu">Matias Delacroix</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YIAOJUCJGT4YYNLPI57XQ6R3K4.jpg?auth=7226cde5174f68a6f96b2b7ea793aa53f2463027b84105e10c136c4d28a71dbc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Relief workers carry a man rescued from a building that collapsed in the earthquakes that struck La Guaira, Venezuela, Sunday, June 28, 2026. (AP Photo/Matias Delacroix)]]></media:description><media:credit role="author" scheme="urn:ebu">Matias Delacroix</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QOJ3J6UAJEI7T46X7IQA7Q5FJ4.jpg?auth=06bff49953a9341c744465897a8ee76d7c581188bf25270df8b14db8ea1cfe23&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[U.S. firefighters from the Fairfax County search and rescue team pull a boy from the rubble after rescuing him and his father from a building that collapsed in the earthquakes in La Guaira, Venezuela, Sunday, June 28, 2026. (AP Photo/Matias Delacroix)]]></media:description><media:credit role="author" scheme="urn:ebu">Matias Delacroix</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KPXWRBD2ZBQF23CKGOJMSXPTFM.jpg?auth=957e9cd40f8917195f020f335604f14c6e5d8c22435881066e7720dffc612384&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Damaged buildings are seen three days after earthquakes struck in La Guaira, Venezuela, Saturday, June 27, 2026. (AP Photo/Matias Delacroix)]]></media:description><media:credit role="author" scheme="urn:ebu">Matias Delacroix</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/666XCKP2RTDEK3NAOR3RGDN3YE.jpg?auth=a396681f19dcf2f4d3fa88d2b2c010814a02f788101d6d428646e009c4056b8c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[EDS NOTE: GRAPHIC CONTENT - Bodies remain trapped under the rubble of a collapsed building three days after an earthquake struck La Guaira, Venezuela, Saturday, June 27, 2026. (AP Photo/Matias Delacroix)]]></media:description><media:credit role="author" scheme="urn:ebu">Matias Delacroix</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/JH6MUUWDUYUQXHLVORAE2O753A.jpg?auth=9eb0e66638de485383fbdead88e212c244784e7a758f43aecd7aa44eb01b531e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A U.S. aircraft flies over an area struck by earthquakes in La Guaira, Venezuela, Sunday, June 28, 2026. (AP Photo/Pedro Mattey)]]></media:description><media:credit role="author" scheme="urn:ebu">Pedro Mattey</media:credit></media:content></item><item><title><![CDATA[The military is searching for a US Marine missing off the coast of California]]></title><link>https://www.local10.com/news/national/2026/06/28/the-military-is-searching-for-a-us-marine-missing-off-the-coast-of-california/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/06/28/the-military-is-searching-for-a-us-marine-missing-off-the-coast-of-california/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[SAN DIEGO (AP) — Multiple agencies continued to search Sunday for a U.S. Marine who went missing during a training exercise off the coast of southern California, military officials said.]]></description><pubDate>Sun, 28 Jun 2026 17:14:57 +0000</pubDate><content:encoded><![CDATA[<p>SAN DIEGO (AP) — Multiple agencies continued to search Sunday for a U.S. Marine who went missing during a training exercise off the coast of southern California, military officials said.</p><p>Crews began searching for the Marine early Thursday morning, shortly after midnight, according to a Navy news release. The Marine was reported missing from the USS Anchorage during integrated training between the Makin Island Amphibious Ready Group and the 13th Marine Expeditionary Unit.</p><p>It's at least the second time in six weeks that the U.S. military has been forced to look for missing members. The remains of the second of two U.S. Army soldiers who went missing during military exercises in Morocco were recovered in May, the Army said, ending a multinational search operation that deployed air, naval and artificial intelligence assets.</p><p>“Our thoughts and prayers are with the family and all who are affected during this difficult time,” the Navy said in the news release this week about the missing Marine.</p><p>The Navy transitioned from search-and-rescue efforts to a search-and-recovery operation Friday evening. The Marine's name was being withheld pending the notification of family.</p><p>The search has covered about 2,400 square miles (6,200 square kilometers) and involved three surface ships and 12 aircraft from the Navy, Marine Corps, Coast Guard and Air Force, officials said.</p><p>The USS Anchorage is an amphibious transport dock ship based at Naval Base San Diego.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/A6G3GSPHPLYLO6IBZNSUFC6FAI.jpg?auth=3f23f5ba0431c24b467269b739e6aa1d1c501f6b820c7d70ceaaff3946edc146&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The USS Anchorage, an amphibious transport dock, makes its way up Alaska's Cook Inlet on Wednesday, May 1, 2013. (AP Photo/Mark Thiessen, file)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark Thiessen</media:credit></media:content></item><item><title><![CDATA[In blow to DC Studios, 'Supergirl' is no match for 'Toy Story 5' at box office]]></title><link>https://www.local10.com/entertainment/2026/06/28/in-blow-to-dc-studios-supergirl-is-no-match-for-toy-story-5-at-box-office/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/06/28/in-blow-to-dc-studios-supergirl-is-no-match-for-toy-story-5-at-box-office/</guid><dc:creator><![CDATA[By JAKE COYLE, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — In a setback for Warner Bros.′ revamped DC movie operations, “Supergirl” was absolutely no match for “Toy Story 5” at the box office, opening a distant second to the Pixar blockbuster.]]></description><pubDate>Sun, 28 Jun 2026 16:28:17 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — In a setback for Warner Bros.′ revamped DC movie operations, “Supergirl” was absolutely no match for “Toy Story 5” at the box office, opening a distant second to the Pixar blockbuster.</p><p>After a near-record debut for an animated movie, “Toy Story 5” remained No. 1 at the box office with $70 million in domestic ticket sales and another $89.1 million overseas, according to studio estimates Sunday. The Walt Disney Co. release has in two weeks quickly amassed $585 million globally, making it one of the biggest hits of the year.</p><p>“Supergirl,” however, failed to lift off. It opened with $38 million in U.S. and Canadian theaters. It added $30 million in overseas markets.</p><p>Craig Gillespie’s superhero spinoff is the second big-screen release from James Gunn and Peter Safran, who were tapped to lead DC Studios in late 2022. Their first release, 2025’s “Superman,” grossed $618 million worldwide, a strong-enough start for Gunn and Safran.</p><p>But “Supergirl” flopped with both critics and moviegoers. Reportedly trimmed significantly after test screenings, Gillespie’s film landed poor reviews (56% fresh on Rotten Tomatoes) and a “B-” CinemaScore from audiences.</p><p>The poor opening weekend for “Supergirl” puts it behind the disappointing debuts of DC busts like “The Flash” ($55 million in 2023) and “The Green Lantern” ($53 million in 2011), and only barely ahead of “Joker: Folie à Deux” ($37.7 million in 2024).</p><p>David A. Gross, who runs the movie consulting firm FranchiseRe, noted superhero movies no longer drive the box office like they did pre-pandemic. There are fewer yearly releases, and the box office in the genre is down approximately $3.5 billion annually from its highs in 2017-2019.</p><p>After huge successes like “Wonder Woman” ($822 million in 2017) and “Captain Marvel” ($1.13 billion in 2019), female-fronted superhero movies have also taken a downturn.</p><p>“You’ll hear general explanations like ‘the audience lost interest.’ Yes, they did,” said Gross. “But no one has been able to explain why it happened so suddenly and so completely. Why female superheroes in particular, after their sensational starts? We don’t understand it either.”</p><p>The stumble for “Supergirl,” which cost $170 million to make, comes as Warner Bros. Discovery, the film studio’s parent company, is preparing to be acquired by Paramount Skydance. David Ellison, Paramount chief executive, recently met with Gunn and Safran.</p><p>The next DC release is “Clayface,” a body horror take on the DC character, to be released in October. Gunn’s “Superman” follow-up, “Man of Tomorrow,” is currently in production. It’s dated for July 2027.</p><p>Gunn, who serves as a producer on “Supergirl,” handed directing duties to Gillespie, the filmmaker of “I, Tonya” and “Cruella.” Milly Alcock, who briefly appeared in “Superman,” stars as Supergirl, or Lara Zor-El, a younger cousin to Superman who’s more of a party girl than a world saver.</p><p>Paramount Pictures’ “Jackass: Best and Last” was the weekend’s other new wide release. The latest stunt compilation from Johnny Knoxville and company opened with a modest $8.4 million from 2,855 North American theaters. While that’s a good result for a movie that cost just $10 million to make, the 2022 installment, “Jackass Forever,” debuted with $23 million before ultimately grossing $80 million worldwide.</p><p>Olivia Wilde’s dinner party comedy “The Invite” notched one of the best per-screen averages of the year. Opening on seven screens in New York and Los Angeles, it debuted with $379,104, good for a per-screen average of $54,158.</p><p>Wilde’s third film as director stars herself, Seth Rogen, Penélope Cruz and Edward Norton as a pair of San Francisco couples who meet for an impromptu night together. A24 acquired the film after its buzzy Sundance Film Festival premiere. The indie distributor is hoping “The Invite,” which will expand next week and go nationwide on July 10, can revive the largely dormant summer comedy.</p><p>The micro-budget horror phenomenon “Obsession” continued to hold unusually strong. It took third place on the weekend with $9.8 million in its seventh weekend of release. Curry Barker’s film, made for less than $1 million, has now collected $233.9 million domestically for Focus Features, plus $108.9 million internationally.</p><p>Such legs, however, haven’t materialized for Steven Spielberg’s sci-fi thriller “Disclosure Day.” In the Universal Pictures’ third weekend of release, it slipped to fifth place with $8.1 million in domestic theaters. Spielberg's UFO tale has grossed $193.7 million globally in three weeks.</p><p>Top 10 movies by domestic box office</p><p>With final domestic figures being released Monday, this list factors in the estimated ticket sales for Friday through Sunday at U.S. and Canadian theaters, according to Rentrak:</p><p>1. “Toy Story 5,” $70 million.</p><p>2. “Supergirl,” $38 million.</p><p>3. “Obsession,” $9.8 million.</p><p>4. “Jackass: Best and Last,” $8.4 million.</p><p>5. “Disclosure Day,” $8.1 million.</p><p>6. “Backrooms,” $4.3 million.</p><p>7. “Scary Movie,” $3 million.</p><p>8. “Masters of the Universe,” $2.2 million.</p><p>9. “Bleach: Thousand-Year Blood War - The Calamity," $2 million.</p><p>10. “Star Wars: The Mandalorian and Grogu,” $1.6 million.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/M3QLXZKRMCGHWENHJBOVNMZUGE.jpg?auth=378bdcd4c279f7ccba54ce59e47f7b05fafd56a941f0bee94ea93b6ab833fa47&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This image released by Warner Bros. Pictures shows Milly Alcock in a scene from "Supergirl." (Warner Bros. Pictures via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/GQSHWICGQOLT6HZSEFBSU7COLI.jpg?auth=4dc473a77c889ea7ece2dce4d9d4e032a021655407ffda6bcd9abd3eea5ea3b0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Director Craig Gillespie, from left, Peter Safran, Milly Alcock, and James Gunn attend the DC Studios' world premiere of "Supergirl" at The Plaza at 300 Ashland on Monday, June 22, 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/X5LMXNJ76R2I2YPSVLFUFPVCCM.jpg?auth=674fadffb6d7ba6a6be3becfc0ff880b709ab5e4341e07eb003932696fe07085&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This image released by Disney shows characters Bullseye, left, and Jessie, voiced by Joan Cusack, in a scene from Disney and Pixar's "Toy Story 5." (Disney/Pixar via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Pixar</media:credit></media:content></item><item><title><![CDATA[This Week in South Florida Full Episode: June 28, 2026]]></title><link>https://www.local10.com/this-week-in-south-florida/2026/06/28/this-week-in-south-florida-full-episode-june-28-2026/</link><guid isPermaLink="true">https://www.local10.com/this-week-in-south-florida/2026/06/28/this-week-in-south-florida-full-episode-june-28-2026/</guid><dc:creator><![CDATA[Glenna Milberg]]></dc:creator><description><![CDATA[On the latest episode of “This Week in South Florida” host Glenna Milberg welcomed Florida Lt. Gov. Jay Collins, fellow gubernatorial candidate and former Florida House Speaker Paul Renner, Miami-Dade Mayor Daniella Levine Cava and reporter Cody Weddle.]]></description><pubDate>Sun, 28 Jun 2026 16:23:01 +0000</pubDate><content:encoded><![CDATA[<p>On the latest episode of “This Week in South Florida” host Glenna Milberg welcomed Florida Lt. Gov. Jay Collins, fellow gubernatorial candidate and former Florida House Speaker Paul Renner, Miami-Dade Mayor Daniella Levine Cava and reporter Cody Weddle.</p><p>Watch the video above to see the full episode.</p>]]></content:encoded></item><item><title><![CDATA[This Week in South Florida: Jay Collins]]></title><link>https://www.local10.com/this-week-in-south-florida/2026/06/28/this-week-in-south-florida-jay-collins/</link><guid isPermaLink="true">https://www.local10.com/this-week-in-south-florida/2026/06/28/this-week-in-south-florida-jay-collins/</guid><dc:creator><![CDATA[Glenna Milberg]]></dc:creator><description><![CDATA[Florida Lt. Gov. Jay Collins joined “This Week in South Florida” on Sunday as he seeks to become the state’s next governor.]]></description><pubDate>Sun, 28 Jun 2026 15:26:57 +0000</pubDate><content:encoded><![CDATA[<p>Florida Lt. Gov. Jay Collins joined “This Week in South Florida” on Sunday as he seeks to become the state’s next governor.</p><p>He discussed how he’d tackle a range of issues if elected to the state’s highest office.</p><p>Watch his interview with host Glenna Milberg in the video above.</p>]]></content:encoded></item><item><title><![CDATA[Helping Venezuela: Donations continue to flow in Doral]]></title><link>https://www.local10.com/news/local/2026/06/28/helping-venezuela-donations-continue-to-flow-in-doral/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/28/helping-venezuela-donations-continue-to-flow-in-doral/</guid><dc:creator><![CDATA[Hannah Yechivi]]></dc:creator><description><![CDATA[South Floridians both within and outside the Venezuelan American community are stepping up to support relief efforts after devastating back-to-back earthquakes rocked the South American country.]]></description><pubDate>Sun, 28 Jun 2026 14:34:15 +0000</pubDate><content:encoded><![CDATA[<p>South Floridians both within and outside the Venezuelan American community are stepping up to support relief efforts after <a href="https://www.local10.com/news/world/2026/06/27/frustration-grows-in-venezuela-as-earthquake-death-toll-reaches-1430/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/27/frustration-grows-in-venezuela-as-earthquake-death-toll-reaches-1430/">devastating back-to-back earthquakes</a> rocked the South American country.</p><p><a href="https://www.local10.com/news/local/2026/06/28/ayudando-a-venezuela-continuan-llegando-donaciones-a-doral/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/28/ayudando-a-venezuela-continuan-llegando-donaciones-a-doral/">Leer en español</a></p><p>The <a href="https://www.globalempowermentmission.org/" target="_self" rel="" title="https://www.globalempowermentmission.org/">Global Empowerment Mission</a> in Doral is receiving donations, including canned food, diapers, and medicine, with 40,000 pounds already in Venezuela and 82,000 pounds arriving soon.</p><p>A long line of cars could be seen at GEM’s warehouse on Sunday morning.</p><p>“We also have a warehouse already open in Caracas and we are planning on sending at least two flights over the next few days,” Billy Richardson, GEM’s logistics director, told Local 10 News on Sunday.</p><p>Richardson explained how aid from South Florida reaches Venezuelans in need.</p><p>“We are working with one of the bigger distributors in Venezuela that is going to help us logistically ― the trucks and other vehicles to get aid around ― and they’ll be going out to different distribution points to help allocate as much community as possible," he said.</p><p>Richardson said GEM is asking people to avoid donating water, which is not currently in short supply, as well as “sodas and high fructose juices.”</p><p>Richardson described the response from South Floridians as “absolutely incredible.”</p><p>“South Florida and the Venezuelan community has all come out and really supported this cause,” he said. “I mean, we’ve had well over 2,500 volunteers in the last few days and I don’t see that stopping anytime soon, which is incredible. It’s amazing.”</p><p>--</p><p><u><b>Related list</b></u>: <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/">Drop-off locations in South Florida</a></p><p><b>More </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> coverage </b></p><ul><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><li><a href="https://www.local10.com/news/local/2026/06/26/helping-venezuela-united-way-miami-launches-operation-helping-hands/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/helping-venezuela-united-way-miami-launches-operation-helping-hands/">United Way Miami launches ‘Operation Helping Hands’</a></li></ul><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[Ayudando a Venezuela: continúan llegando donaciones a Doral]]></title><link>https://www.local10.com/news/local/2026/06/28/ayudando-a-venezuela-continuan-llegando-donaciones-a-doral/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/28/ayudando-a-venezuela-continuan-llegando-donaciones-a-doral/</guid><dc:creator><![CDATA[Hannah Yechivi]]></dc:creator><description><![CDATA[Habitantes del sur de Florida, tanto de la comunidad venezolana como de otros sectores de la población, continúan sumándose a los esfuerzos de ayuda tras los devastadores terremotos que sacudieron Venezuela.]]></description><pubDate>Sun, 28 Jun 2026 16:11:48 +0000</pubDate><content:encoded><![CDATA[<p>Habitantes del sur de Florida, tanto de la comunidad venezolana como de otros sectores de la población, continúan sumándose a los esfuerzos de ayuda tras los devastadores terremotos que sacudieron Venezuela.</p><p>La organización Global Empowerment Mission (GEM), con sede en Doral, recibe donaciones de alimentos enlatados, pañales y medicamentos. Hasta el momento, ya ha enviado 40,000 libras de ayuda humanitaria a Venezuela y otras 82,000 libras están próximas a llegar.</p><p>La mañana del domingo se observó una larga fila de vehículos en el almacén de GEM.</p><p>“También tenemos un almacén ya operativo en Caracas y planeamos enviar al menos dos vuelos más durante los próximos días”, dijo Billy Richardson, director de logística de GEM, en entrevista con Local 10 News.</p><p>Richardson explicó cómo la ayuda recolectada en el sur de Florida llega a las personas afectadas en Venezuela.</p><p>“Estamos trabajando con uno de los principales distribuidores en Venezuela, que nos ayudará con la logística, camiones y otros vehículos para transportar la ayuda. Después, los suministros serán enviados a distintos centros de distribución para llegar al mayor número posible de comunidades”, explicó.</p><p>Richardson pidió a la población evitar donar agua, ya que actualmente no existe escasez de ese recurso, así como refrescos y jugos con alto contenido de fructosa.</p><p>El director de logística calificó la respuesta de la comunidad del sur de Florida como “absolutamente increíble”.</p><p>“La comunidad venezolana y todo el sur de Florida realmente se han unido para apoyar esta causa. Hemos recibido la ayuda de más de 2,500 voluntarios en los últimos días y no parece que ese apoyo vaya a disminuir pronto. Es algo increíble”, afirmó.</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 catch glimpse of World Cup trophy at Freedom Tower]]></title><link>https://www.local10.com/sports/local/2026/06/28/fans-line-up-to-catch-glimpse-of-world-cup-trophy-at-freedom-tower/</link><guid isPermaLink="true">https://www.local10.com/sports/local/2026/06/28/fans-line-up-to-catch-glimpse-of-world-cup-trophy-at-freedom-tower/</guid><dc:creator><![CDATA[Isabella Martin]]></dc:creator><description><![CDATA[A downtown Miami landmark played host to the FIFA World Cup trophy on Sunday morning.]]></description><pubDate>Sun, 28 Jun 2026 16:10:57 +0000</pubDate><content:encoded><![CDATA[<p>A downtown Miami landmark played host to the FIFA World Cup trophy on Sunday morning.</p><p>Fans lined up outside of the Freedom Tower to catch a glimpse of what every team is chasing.</p><p>The trophy, which weighs nearly 14 pounds and is made primarily of 18 karat gold, was on display as the centerpiece of a special exhibition.</p><p>Fans got to take pictures in front of this trophy and walk through the FIFA museum exhibition, see jerseys from all 211 FIFA member associations, and even try out interactive experiences that celebrate the game’s history.</p><p>Fans can see the trophy through 6 p.m. on Sunday.</p>]]></content:encoded></item><item><title><![CDATA[This Week in South Florida: Earthquake relief efforts in Venezuela]]></title><link>https://www.local10.com/this-week-in-south-florida/2026/06/28/this-week-in-south-florida-earthquake-relief-efforts-in-venezuela/</link><guid isPermaLink="true">https://www.local10.com/this-week-in-south-florida/2026/06/28/this-week-in-south-florida-earthquake-relief-efforts-in-venezuela/</guid><dc:creator><![CDATA[Glenna Milberg]]></dc:creator><description><![CDATA[Reporter Cody Weddle joined “This Week in South Florida” on Sunday as earthquake relief efforts continued in Venezuela.]]></description><pubDate>Sun, 28 Jun 2026 16:07:56 +0000</pubDate><content:encoded><![CDATA[<p>Reporter Cody Weddle joined “This Week in South Florida” on Sunday as earthquake relief efforts continued in Venezuela.</p><p>Weddle joined the program from the Colombian capital of Bogota, where help is being marshaled in to help the country’s neighbors. </p><p>Watch the video above to see his latest report.</p>]]></content:encoded></item><item><title><![CDATA[This Week in South Florida: Daniella Levine Cava]]></title><link>https://www.local10.com/this-week-in-south-florida/2026/06/28/this-week-in-south-florida-daniella-levine-cava/</link><guid isPermaLink="true">https://www.local10.com/this-week-in-south-florida/2026/06/28/this-week-in-south-florida-daniella-levine-cava/</guid><dc:creator><![CDATA[Glenna Milberg]]></dc:creator><description><![CDATA[Miami-Dade Mayor Daniella Levine Cava joined “This Week in South Florida” on Sunday.]]></description><pubDate>Sun, 28 Jun 2026 16:02:43 +0000</pubDate><content:encoded><![CDATA[<p>Miami-Dade Mayor Daniella Levine Cava joined “This Week in South Florida” on Sunday.</p><p>She discussed several issues facing the county, including her plan to transfer control of the site of the soon-to-be-decommissioned state-run “Alligator Alcatraz” migrant detention facility to the National Park Service and a plan to take the Fisher Island fuel depot by eminent domain.</p><p>Watch her interview with host Glenna Milberg in the video above.</p>]]></content:encoded></item><item><title><![CDATA[Khadijah Farrakhan, 'first lady of Nation of Islam' as wife of famous pastor, dies at 90]]></title><link>https://www.local10.com/news/2026/06/28/khadijah-farrakhan-first-lady-of-nation-of-islam-as-wife-of-famous-pastor-dies-at-90/</link><guid isPermaLink="true">https://www.local10.com/news/2026/06/28/khadijah-farrakhan-first-lady-of-nation-of-islam-as-wife-of-famous-pastor-dies-at-90/</guid><dc:creator><![CDATA[By JULIE CARR SMYTH, Associated Press]]></dc:creator><description><![CDATA[Khadijah Farrakhan, longtime wife of Nation of Islam leader Louis Farrakhan, died on Saturday, the Nation of Islam has announced. She was 90.]]></description><pubDate>Sun, 28 Jun 2026 16:09:08 +0000</pubDate><content:encoded><![CDATA[<p>Khadijah Farrakhan, longtime wife of Nation of Islam leader Louis Farrakhan, died on Saturday, the Nation of Islam has announced. She was 90.</p><p>“Mother Khadijah” worked alongside her provocative and charismatic husband for decades, helping lead their religious and sociopolitical movement, which espouses Black self-reliance. Its home base was Mosque Maryam on the south side of Chicago, where the pair lived.</p><p>“The Honorable Minister @LouisFarrakhan with deep sadness yet with profound gratitude to Allah informs you that his beloved wife of 72 years, the first lady of the Nation of Islam, Mother Khadijah has returned to Allah (may Allah be pleased),” a statement by the Shura Executive Council said.</p><p>Her death came only seven months after devotees had marked Khadijah's 90th birthday. The statement said funeral services are to be announced.</p><p>Mosque Maryam remembered Farrakhan as “a devoted follower” with “a precious soul, a sweet heart.”</p><p>In a post on Facebook, R&B artist ZaRio Son Rise recalled her as “a true queen, a righteous woman, and one of the greatest examples of dignity, faith, loyalty, and grace our generation has ever witnessed.”</p><p>Born Betsy Ross, Khadijah Farrakhan married her husband, then named Louis Walcott, in Boston on Sept. 12, 1953. The two had nine children. Their eldest son, Louis Farrakhan Jr., died in 2018, and son Joshua Farrakhan died in 2023.</p><p>Khadijah Farrakhan converted to Islam in 1955, the same year that her husband joined the Chicago-based movement after being heavily influenced Malcolm X, his friend from Boston. The pair changed their names around that time.</p><p>Louis Farrakhan stepped into the organization's leadership vacuum shortly after Malcolm X was assassinated in 1965. Among his most significant accomplishments was the Million Man March on Washington in 1995.</p><p>Two years later, Khadijah Farrakhan spoke before a gathering of America's Black women in Philadelphia dubbed the Million Woman March.</p><p>“A nation can rise no higher than its women," she told the crowd. "We focus on women but cannot lose sight that we must rise as a family -- men, women and children.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/XJ72XA374ABGWER26HMWOQZIHE.jpg?auth=616eae73553f2ada50c4b0fb5ebb52d149b6898df06b1dd1e889b9c71a5ae375&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Khadijah Farrakhan, wife of Nation of Islam leader Louis Farrakhan, stands before members of the 20th Navajo Nation Council Wednesday, July 19, 2006 in Window Rock, Ariz. (AP Photo/Matt York, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Matt York</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QQVSXI4M7DFJYXPRIFYA7FW7QA.jpg?auth=c05f890e4a664eeae44d49fa981a4f1be78a23ea9b540f8e11f02a3c9497f4d1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Nation of Islam Minister Louis Farrakhan and his wife, Khadijah, watch as their grandson, Virginia senior Mustapha Farrakhan, is honored with other seniors before Virginia's NCAA college basketball game against North Carolina State in Charlottesville, Va., Tuesday, March 1, 2011. (AP Photo/Steve Helber, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Steve Helber</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NHY5TR74IWR2IY2DR2TTYGGEMQ.jpg?auth=568de03cbca791e2f58ab7afe5ec136c7db666a31969499fdb7e7d695eeb4eca&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Nation of Islam leader Louis Farrakhan, center from Chicago, Il., walks down the steps of the Capital Building with his wife, Mother Khadijah Farrakhan, left, as they arrive at the Millions More Movement on the National Mall, Saturday, Oct. 15, 2005 in Washington. (AP Photo/Pablo Martinez Monsivais, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Pablo Martinez Monsivais</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XU5DA6SLJS4SINF4RXOTKFTXWU.jpg?auth=4cbccb4faa8892e270d5fc7c44f71b3033f69ada65a4b5b4540e3b1d484ebb29&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Nation of Islam leader Louis Farrakhan, his wife Khadijah Farrakhan, and their daughter, Maria Farrakhan Mohammad, pose for photographers in front of the Window Rock Navajo Monument, Wednesday, July 19, 2006, in Window Rock, Ariz. (AP Photo/Matt York, File)]]></media:description><media:credit role="author" scheme="urn:ebu">MATT YORK</media:credit></media:content></item><item><title><![CDATA[Israel moves to formally recognize Armenian WWI deaths as a genocide]]></title><link>https://www.local10.com/news/world/2026/06/28/israel-moves-to-formally-recognize-armenian-wwi-deaths-as-a-genocide/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/28/israel-moves-to-formally-recognize-armenian-wwi-deaths-as-a-genocide/</guid><dc:creator><![CDATA[By The Associated Press, Associated Press]]></dc:creator><description><![CDATA[TEL AVIV, Israel (AP) — Israel’s Cabinet unanimously approved a proposal on Sunday to designate violence against Armenians by the Ottoman Empire during World War I as a genocide.]]></description><pubDate>Sun, 28 Jun 2026 14:10:46 +0000</pubDate><content:encoded><![CDATA[<p>TEL AVIV, Israel (AP) — Israel’s Cabinet unanimously approved a proposal on Sunday to designate violence against Armenians by the Ottoman Empire during World War I as a genocide.</p><p>The step, which still needs approval in Parliament, reflects deteriorating ties between Israel and Turkey. Turkey has fiercely lobbied to prevent countries from officially recognizing the mass deaths of Armenians around 1915 as a genocide, even as Armenians have pushed for it.</p><p>Historians estimate that up to 1.5 million Armenians were killed by Ottoman Turks around the time of World War I, an event widely viewed by scholars as the first genocide of the 20th century. Turkey denies that the deaths constituted genocide, saying the toll has been inflated and that those killed were victims of civil war and unrest.</p><p>For years, Israel did not officially broach the subject for fear of angering Turkey, but that relationship has soured over the past two decades, especially in recent years as the wars in Gaza, Lebanon and Iran have dragged on.</p><p>“Despite the extensive and unambiguous historical documentation, the Armenian Genocide remains to this day the subject of an institutionalized campaign of denial and minimization, including a manipulative rewriting of history, mainly by the Turkish government,” said Israeli Foreign Minister Gideon Saar, who brought the decision to the government.</p><p>He noted that Israeli leaders, including Prime Minister Benjamin Netanyahu, have previously described the violence against Armenians as a genocide. But it has never been formally recognized in a vote by Israel’s Knesset.</p><p>“It is never too late to do the right thing,” Saar said Sunday, calling it a “moral and historical duty.”</p><p>He noted that 32 countries, including the United States, Syria and Lebanon, have also classified the violence as a genocide. It was not immediately known when Sunday's decision, approved unanimously by Israel's Cabinet, would go to the parliament for approval. There was no immediate reaction from Turkey.</p><p>Israel and Turkey were once close allies, but relations soured during the rise of Turkey’s Islamist President Recep Tayyip Erdogan, leading Israel to reconsider its position.</p><p>Israel has faced repeated accusations, including from the United Nations and Turkey, that its offensive in Gaza amounts to genocide. Israel, founded in the wake of the Holocaust, denies the accusations.</p><p>Israel launched the war in response to Hamas' Oct. 7, 2023, attack. Gaza's Health Ministry, part of the Hamas government, says over 73,000 people have been killed, roughly half of them women and children. Israel says it does not target civilians and accuses Hamas of using civilians as human shields.</p><p>Last week, a team of independent experts commissioned by the United Nations accused Israel of deliberately shooting children in Gaza and repeated accusations that Israel has carried out a genocide. Israel called the report a “libelous sham.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/AZITEZAUZRY7W5DPWZPIWTI35Y.jpg?auth=2078fea64150d14b02ce92a5fe37211688e4b9a0e2fc09473eb15c7907e2fe3f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Armenians hold their national flag during a ceremony to commemorate the mass killings of Armenians by the Ottoman Empire, in Jerusalem, Israel, Friday, April 24, 2015. (AP Photo/Oded Balilty, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Oded Balilty</media:credit></media:content></item><item><title><![CDATA[LO ÚLTIMO: ONU advierte 6,8 millones de personas en Venezuela podrían resultar afectadas por sismos]]></title><link>https://www.local10.com/espanol/2026/06/28/lo-ultimo-muertos-en-venezuela-ascienden-a-1450-y-los-heridos-son-mas-de-3000/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/28/lo-ultimo-muertos-en-venezuela-ascienden-a-1450-y-los-heridos-son-mas-de-3000/</guid><dc:creator><![CDATA[The Associated Press, Associated Press]]></dc:creator><description><![CDATA[LA GUAIRA, Venezuela (AP) — Cuatro días después de dos devastadores terremotos consecutivos en Venezuela, centenares de rescatistas de ese país y de otras naciones trabajan a contrarreloj para encontrar sobrevivientes bajo los escombros.]]></description><pubDate>Sun, 28 Jun 2026 18:32:54 +0000</pubDate><content:encoded><![CDATA[<p>LA GUAIRA, Venezuela (AP) — Cuatro días después de dos devastadores terremotos consecutivos en Venezuela, centenares de rescatistas de ese país y de otras naciones trabajan a contrarreloj para encontrar sobrevivientes bajo los escombros.</p><p>Hasta ahora, los sismos de 7,2 y 7,5 de magnitud han dejado un saldo de al menos 1.450 muertos y unos 3.150 heridos.</p><p>Aquí los últimos acontecimientos registrados en Venezuela:</p><p>ONU advierte 6,8 millones de personas en Venezuela podrían resultar afectadas</p><p>La agencia de la ONU para la migración ha señalado que hasta 6,8 millones de personas podrían verse afectadas por los terremotos. La Organización Internacional para las Migraciones indicó que está colaborando con el gobierno venezolano y las organizaciones humanitarias para dar una respuesta coordinada.</p><p>"Ya está claro que el desplazamiento aumentará, ya que la gente busca un lugar seguro", dijo Amy Pope, la directora general.</p><p>Muertos ascienden a 1.450 y hay unos 3.150 heridos</p><p>El presidente de la Asamblea Nacional, Jorge Rodríguez, informó que la cifra de fallecidos asciende a 1.450 y los heridos son 3.150. En tanto, hay 12.721 personas damnificadas.</p><p>Por otro lado, 774 edificios sufrieron daños —189 colapsaron totalmente— y 38 hospitales están afectados. Más de 1.600 estructuras de otra índole, como puentes y carreteras, han sufrido distintos daños.</p><p>“Estamos en horas críticas, horas cruciales para seguir rescatando vidas”, sostuvo Rodríguez. Agregó que “cada vida salvada es también la respuesta al esfuerzo de miles y miles de personas donde incluimos y agradecemos para siempre a los 2.624 rescatistas y delegaciones internacionales que nos acompañan”.</p><p>El funcionario no precisó la cifra de personas rescatadas ni la de las desaparecidas. Al respecto, en la madrugada del domingo la presidenta encargada Delcy Rodríguez dijo que el día anterior habían sido salvadas 33 personas.</p><p>Las agencias de identificación consideran que las primeras 72 horas tras un desastre natural son cruciales para rescatar a personas con vida, aunque ese plazo puede ampliarse si estas tienen acceso a comida y agua.</p><p>Bomberos estadounidenses rescatan a un padre y a su hijo en La Guaira</p><p>Bomberos estadounidenses del equipo de búsqueda y rescate del condado de Fairfax sacaron a un hombre y a su hijo de entre los escombros de un edificio que fue construido por el gobierno en el marco de su programa de viviendas en Playa los Cocos, en el estado de La Guaira, la zona más devastada por los sismos.</p><p>Después de que voluntarios llevaran un buen número de horas trabajando en la búsqueda de personas atrapadas, el sábado comenzaron a llegar equipos de rescate internacionales. Tanto unos como otros decían que habían percibido señales de vida en el lugar donde se derrumbaron varios de esos edificios.</p><p>El equipo de rescate estadounidense se adentró entre los escombros hasta que oyó gritos. Una vez que lograron sacar al padre y al chico, los rescatistas los transportaron con sumo cuidado para que recibieran asistencia médica.</p><p>Mientras las tareas de salvamento prosiguen, el ejército y la policía están a cargo de los controles en las autopistas para comprobar que las personas cuenten con una autorización, mediante un código QR, para acceder a La Guaira. También han despejado algunos carriles de las autopistas para que sean utilizados exclusivamente por camiones de ayuda humanitaria, algunos de los cuales transportan centrales eléctricas.</p><p>Convocatoria a la donación de sangre</p><p>Las autoridades venezolanas convocaron a una jornada de emergencia para la donación de sangre lo que permitirá aumentar las reservas y “garantizar una respuesta médica inmediata” para los miles de heridos por los sismos.</p><p>Entre las instituciones de salud pública que receptarán las donaciones de sangre de los voluntarios están el Hospital Domingo Luciano y el Hospital de Chacao.</p><p>Edmundo González: “La prioridad no es demostrar control. Es proteger vidas”</p><p>El opositor venezolano y excandidato presidencial Edmundo González reprochó el domingo la supuesta confiscación de asistencia humanitaria que denunció la víspera un organismo de defensa de los derechos de los presos por motivos políticos en el Estado Yaracuy, en el noroeste de Venezuela.</p><p>“Un Estado demuestra su fortaleza cuando protege a su población en el momento de mayor vulnerabilidad”, señaló González en X, y enfatizó que la prioridad debe ser salvar vidas.</p><p>González se exilió en España en 2024 tras los comicios en los que se midió con el hoy defenestrado presidente Nicolás Maduro y que la oposición calificó de fraudulentos.</p><p>El Metro de Caracas reanudará su servicio</p><p>El Metro de Caracas reanudará su servicio “con total normalidad” a partir de este domingo, según informó la empresa en un comunicado.</p><p>Metro de Caracas señaló que la reanudación se produce tras revisar la infraestructura, las vías férreas y los sistemas electromecánicos de la red.</p><p>Bukele dice que equipo logra rescatar a mujer de 60 años tras 11 horas de intenso trabajo</p><p>El presidente de El Salvador, Nayib Bukele, dijo que los equipos de rescate sacaron con vida a Belkys Josefina Barreto García, de 60 años, de entre los escombros tras 11 horas de intenso trabajo.</p><p>La mujer había permanecido atrapada bajo el edificio Breogan, derrumbado en Caraballeda, La Guaira, durante 86 horas, señaló el mandatario en su cuenta de X.</p><p>Indicó que su estado es delicado y que fue trasladada en helicóptero a una clínica privada en Caracas.</p><p>“Este logro fue posible gracias al esfuerzo y la perseverancia de nuestros rescatistas, quienes trabajaron sin descanso durante toda la noche y la madrugada, con el apoyo de rescatistas USAR peruanos”, señaló.</p><p>Perú se suma con ayuda humanitaria</p><p>Perú se sumó a las tareas de apoyo internacional a Venezuela con el envío de 14 toneladas de alimentos, carpas, vestimenta y otros artículos necesarios para los afectados por los devastadores sismos.</p><p>Un avión Hércules de la Fuerza Aérea de Perú despegó el domingo con el contingente humanitario rumbo a Caracas, informó el Ministerio de Defensa.</p><p>El papa León XIV vuelve a ofrecer oraciones por el pueblo venezolano</p><p>El Papa León XIV volvió a orar por el pueblo venezolano, un día después de cerrar su reunión de dos días de cardenales del mundo expresando su solidaridad con el país sudamericano.</p><p>El pontífice habló en español al final de su bendición del domingo al mediodía ante miles de personas en la Plaza de San Pedro.</p><p>“Deseo expresar mi cercanía a las hermanas y hermanos venezolanos afectados por los recientes terremotos que provocaron numerosas víctimas y heridos, así como ingentes daños materiales. Mientras ruego al Señor por el eterno descanso de los fallecidos, renuevo mi cercanía espiritual a sus familiares, a los lesionados y a quienes han sido golpeados por esta tragedia. Al mismo tiempo, manifiesto mi gratitud y aliento a cuantos trabajan con generosidad en las labores de búsqueda y de asistencia”.</p><p>España informa que nueve de sus ciudadanos murieron en los sismos y 131 están desaparecidos</p><p>El Ministerio de Asuntos Exteriores de España informó el domingo por la mañana que nueve españoles murieron en el terremoto y 131 están desaparecidos, mientras que los equipos de emergencia han localizado a 14 españoles y están intentando rescatarlos de entre los escombros.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/EDN57O26DX7D44VVQ3EW6E32SY.jpg?auth=8788d9a2e62781dfcc2bb239183b5f20f0aa30fdadcc14cfafa3fc9df4691ce8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Bomberos estadounidenses del equipo de búsqueda y rescate del condado de Fairfax sacan a un niño de entre los escombros tras rescatarlo a él y a su padre de un edificio que se derrumbó durante los terremotos en La Guaira, Venezuela, el domingo 28 de junio de 2026. (Foto AP/Matias Delacroix)]]></media:description><media:credit role="author" scheme="urn:ebu">Matias Delacroix</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/K7FTKMXLCG2IKLC3IJYJBHBQO4.jpg?auth=35e51c469896cc8fd8c8ed4bf7ee7d76b20a03c1f9c181146fc3fa0ac3a4fc6e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Socorristas transportan a un hombre rescatado de un edificio que se derrumbó durante los terremotos que azotaron La Guaira, Venezuela, el domingo 28 de junio de 2026. (Foto AP/Matias Delacroix)]]></media:description><media:credit role="author" scheme="urn:ebu">Matias Delacroix</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DWWSVPNSQQIPUORHY3DC2U7LWY.jpg?auth=7501e33db4716975663eb323a0853adb12335bc2987ca690d88e942d9b6b3a37&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Personas cuyas casas resultaron dañadas por los terremotos duermen a la intemperie frente a un estadio de béisbol en Catia La Mar, Venezuela, el domingo 28 de junio de 2026. (Foto AP/Pedro Mattey)]]></media:description><media:credit role="author" scheme="urn:ebu">Pedro Mattey</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GTJECTEHAGOGFSIWHXROPX5S5U.jpg?auth=56a84d36f3abf4cea1150fa15454aac8098ec332d0a408b8ac513b5de8013c95&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Un hombre duerme al aire libre, a la intemperie, bajo un mural del difunto presidente venezolano Hugo Chávez, en Catia La Mar, Venezuela, el domingo 28 de junio de 2026. (Foto AP/Pedro Mattey)]]></media:description><media:credit role="author" scheme="urn:ebu">Pedro Mattey</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/PLTXC6A2XVZKLXM7QHNAY62WK4.jpg?auth=7b7732a6f115b85b7715bc47d1c89c58aa076e0683324b411936780bfd40a842&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Personal estadounidense de búsqueda y rescate realiza ejercicios durante la búsqueda de supervivientes del terremoto en La Guaira, Venezuela, el domingo 28 de junio 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[June 28: Typical South Florida summer forecast]]></title><link>https://www.local10.com/weather/2026/06/28/june-28-typical-south-florida-summer-forecast/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/06/28/june-28-typical-south-florida-summer-forecast/</guid><dc:creator><![CDATA[John Gerard]]></dc:creator><description></description><pubDate>Sun, 28 Jun 2026 13:37:33 +0000</pubDate><content:encoded><![CDATA[<p>It’s a typical South Florida summertime forecast with lots of humidity, daytime heating, and the seabreeze activating scattered storms over parts of the area today and through midweek. </p><p>The storms will come earlier than usual today sometime late morning through midday before clearing settles in for the afternoon. </p><p>Highs will make it into the lower 90s before that cooling seabreeze kicks in but it’ll feel like it’s over 100 degrees with the humidity factored in so jump in the air conditioning or the backyard swimming pool every so often. </p><p>Storm chances might increase as we head into the holiday later this week, something to keep an eye on. </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[NASA races to save Swift telescope from falling back to Earth with daring rescue mission]]></title><link>https://www.local10.com/news/world/2026/06/28/nasa-races-to-save-swift-telescope-from-falling-back-to-earth-with-daring-rescue-mission/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/28/nasa-races-to-save-swift-telescope-from-falling-back-to-earth-with-daring-rescue-mission/</guid><dc:creator><![CDATA[By MARCIA DUNN, Associated Press]]></dc:creator><description><![CDATA[CAPE CANAVERAL, Fla. (AP) — NASA is racing to save an aging telescope from falling back to Earth with a daring rescue mission.]]></description><pubDate>Sun, 28 Jun 2026 13:01:53 +0000</pubDate><content:encoded><![CDATA[<p>CAPE CANAVERAL, Fla. (AP) — NASA is racing to save an aging telescope from falling back to Earth with a daring rescue mission.</p><p>The $30 million salvage operation gets underway as soon as this week with the planned launch of a robotic lifesaver.</p><p>NASA hired startup Katalyst Space Technologies to boost the Swift Observatory to a higher orbit where it can continue hunting for some of the universe’s biggest explosions. A three-armed spacecraft built by Katalyst will chase after Swift once it takes off from an atoll in the Pacific's Marshall Islands aboard an airplane-launched Pegasus rocket. Liftoff could occur as early as Tuesday.</p><p>Scanning the cosmos since its launch in 2004, Swift has been sinking faster and faster because of recent intense solar activity. It needs to get to a higher, more stable orbit as soon as possible to survive.</p><p>NASA's Hubble Space Telescope — also at risk — could be next.</p><p>Like Swift, Hubble is losing altitude as the sun erupts with one flare after another. Katalyst Space CEO Ghonhee Lee said his company's next-generation robot, still in development, could save the day for the much bigger Hubble in a couple years.</p><p>Only China has attempted a mission like the upcoming one, successfully boosting a satellite into a higher graveyard orbit four years ago.</p><p>“This is the first American space robot to go up and do anything like this,” Lee told The Associated Press. “NASA has all these big senior observatories … all of them can benefit from a service like this. So what we're proving with this mission is this is a new play in the playbook that's available.”</p><p>It will take Katalyst's autonomous spacecraft, named Link, about a month to rendezvous with Swift and catch it, and another couple months to raise its orbit from the current 224 miles (360 kilometers) to the desired 373 miles (600 kilometers).</p><p>The 1.6-ton (1.4-metric ton) gamma ray observatory must be above 185 miles (300 kilometers) for the rescue to work. It's expected to reach that point of no return in October, according to the latest estimates.</p><p>Roughly the size of a small kitchen refrigerator with a 40-foot (12-meter) solar wingspan, Link sports three arms with a reach of just over 3 feet (1 meter). Each arm has two finger-like pinching grippers that resemble the hands of a Lego mini figure.</p><p>If all goes well, Swift could be back in business by September, according to Lee.</p><p>Worth hundreds of millions of dollars, Swift was never designed to be repaired, let alone retrieved by hands — human or otherwise. That's what makes this so challenging, according to company officials, who stress there is no guarantee it will work.</p><p>NASA signed a contract with Katalyst last September with only two requests: It has to be a rush job, but please don't make things worse. Nine months later, the company is ready to rumble.</p><p>“I have to be honest. No one thought it was going to be possible. No one thought we would get as far as we’ve already gotten today,” said Shawn Domagal-Goldman, NASA's astrophysics director.</p><p>NASA has bought a little more time for Swift, turning off all scientific instruments to slow its descent. Observations ceased in February.</p><p>NASA's science mission chief Nicky Fox said it's worth the effort.</p><p>“If we let Swift reenter, we would lose that telescope. We would lose a lot of capability,” she said. “We don’t currently have the budget to build another one to replace that.”</p><p>While everything cannot be saved in space, Swift is special, said Domagal-Goldman.</p><p>True to its name, Swift is designed to pivot quickly to capture late-breaking astronomical events such as gamma ray bursts and exploding stars. With more discoveries expected by the Webb Space Telescope and soon-to-launch Roman Space Telescope, Swift, if saved, would be busier than ever as “NASA's first responder.”</p><p>Katalyst sees Swift as the jumping-off point for a new repair business in space. The company's next-generation robotic rescuer, scheduled to fly next year, will tackle satellites as high as 22,300 miles (35,800 kilometers) up. Lee envisions hundreds of robots in orbit one day, not only fixing and hoisting satellites but also refueling them and building solar farms, data centers and other platforms.</p><p>Thirty-six-year-old Hubble, which received repeat servicing by spacewalking astronauts during the shuttle era, could follow in 2028 with a life-extending Katalyst boost.</p><p>“It's a national treasure,” Fox said. “People love Hubble.”</p><p>___</p><p>This story corrects spacecraft name to Link.</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/ITG6WAB6UZ3S7OFAQVG2OKRIYQ.jpg?auth=b3c0f1493476c984b414787a8e1a4196d9c060e91331c36014793f73763cf530&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This photo provided by NASA shows Kieran Wilson, LINK’s principal investigator, and Hunter Robertson, a space systems engineer, both at Katalyst Space, standing next to their spacecraft inside the SES (Space Environment Simulator) at NASA’s Goddard Space Flight Center in Greenbelt, Md., April 17, 2026, ahead of thermal vacuum testing. (Sophia Roberts/NASA via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Sophia Roberts</media:credit></media:content></item><item><title><![CDATA[Democrats wrestle with race, populism and ideology in clashes with lawmakers of color]]></title><link>https://www.local10.com/news/politics/2026/06/28/democrats-wrestle-with-race-populism-and-ideology-in-clashes-with-lawmakers-of-color/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/28/democrats-wrestle-with-race-populism-and-ideology-in-clashes-with-lawmakers-of-color/</guid><dc:creator><![CDATA[By MATT BROWN, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — After democratic socialist Claire Valdez defeated an establishment-backed candidate in New York's congressional primary last week, her elated supporters quickly turned their attention to a new target.]]></description><pubDate>Sun, 28 Jun 2026 12:13:07 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — After democratic socialist Claire Valdez defeated an establishment-backed candidate in New York's congressional primary last week, her elated supporters quickly turned their attention to a new target.</p><p>“You're next!” they chanted when an image of House Democratic leader Hakeem Jeffries of New York flashed on the television screens at Valdez's victory party in a renovated Brooklyn warehouse.</p><p>The message alarmed Democratic Rep. Gregory Meeks, whose district borders the one that Valdez is poised to represent. Jeffries would likely be the first Black speaker of the House if Democrats regain the majority, Meeks said, and “people died to see something like that opportunity.”</p><p>The episode reflects the party's dilemma in a populist age.</p><p>As left-wing insurgents make inroads in New York and elsewhere, their campaigns are confronting legacy institutions led by people of color. For a party that prides itself on diversity, the clashes have exacerbated fierce debates over identity politics and long-standing rifts between progressives and moderates.</p><p>The outcome will determine who holds power within the Democratic coalition as it battles for control of Congress and prepares for what is expected to be a sprawling and searing presidential primary in 2028.</p><p>Although minority-led organizations have historically been viewed as more radical and antiestablishment, some Democratic leaders now view the left-wing surge as driven by white college graduates. Progressives argue that their agenda remains popular within communities of color.</p><p>“It’s complicated," said Juan Proaño, CEO of the League of United Latin American Citizens. “But these changes are a real opportunity for our communities, and maybe a passing of the baton to a younger generation of leaders.”</p><p>Jeffries brushed off a question about whether he could face his own primary challenge.</p><p>“When you ask me a serious question, I’ll give you a serious answer," he told a reporter from Fox Business.</p><p>A past generation of minority political leaders went from outsiders to insiders</p><p>Once the distant dreams of Black and Latino activists, the political machines in many communities of color have become a central part of the Democratic establishment. They were a key driver of the party’s embrace of civil rights and diversity as core values.</p><p>Some of the party’s most tenured members and influential dynasties now come from communities of color, and politicians such as Jeffries rose through the ranks of such systems to serve as party leaders.</p><p>But such organizations were built in a different era.</p><p>“A lot of our communities are anchored in older, more traditional voters, and those older, more traditional voters carry older, more traditional values,” said Dallas Jones, the former Texas political director for Democrat Joe Biden's presidential campaign in 2020. In Democrats' current debates of “people versus elites," Jones said, “you cannot help but find that the Black community is caught up in the middle of it.”</p><p>Jones said that yearning for generational change helped topple Texas Rep. Al Green, a progressive seeking his 12th term in Congress, in May. A longtime civil rights activist, Green, 78, was defeated by Christian Menefee, a 38-year-old first-term congressman who is also Black, to represent a majority-Black district anchored by Houston.</p><p>The Democratic electorate grew slightly whiter in 2024 as Donald Trump made some gains among Black and Hispanic voters. In addition, white Democrats have become more likely to describe themselves as liberal than are Black and Hispanic Democrats, according to Gallup research from 2022.</p><p>Progressives argue that they are challenging longtime lawmakers based on their establishment ties rather than any shift in the party's demographics. They point to progressives recently winning House Democratic primaries for majority-minority districts in Pennsylvania and New Jersey as signs of deeper appeal.</p><p>“The point of being a senior Democrat is you’re supposed to be able to deliver more and impact the agenda,” said Regina Monge, a strategist who led a political action committee that backed democratic socialist Zohran Mamdani in last year's race for New York mayor. “People are supposed to feel the benefits of their leadership in the district.”</p><p>Senior lawmakers are skeptical that much can be extrapolated nationally from last week's results, where Mamdani successfully pushed a slate of three insurgent candidates.</p><p>“Our path to 218” — the number of seats necessary for a House majority — “wasn’t affected by those races that are getting a lot of news,” said Democratic Rep. Pete Aguilar of California, the highest-ranking Latino in Congress. “The mayor made some endorsements, and those individuals won, and I presume that they’re going to come and vote with the Democratic caucus when they get here.”</p><p>Generational change clashes with legacy in closely watched primaries</p><p>The new style of challenger often rises from outside the traditional civil rights and organizing structures that characterized some communities for decades.</p><p>Valdez, who is Latina and Native American, won the primary to replace retiring Rep. Nydia Velázquez, a former chair of the Congressional Hispanic Caucus who was born in Puerto Rico.</p><p>The current caucus leader, Rep. Adriano Espaillat of New York, lost his primary to Darializa Avila Chevalier, another democratic socialist, in a district that includes parts of Manhattan and the Bronx. Espaillat was born in the Dominican Republic; Chevalier’s parents are Dominican immigrants.</p><p>“We’re really looking at a moment in time where people are anxious about the future of our country," said Katharine Pichardo, who leads Latino Victory.</p><p>Pichardo was a senior adviser to Espaillat's first successful run for Congress, in 2016. She said Espaillat's message “needed to focus more on kitchen table issues” and be “forward looking” if he were to ward off Chevalier.</p><p>For incumbents to defeat populist and more ideological challengers, she said, they must “give people a sense of security against the very real anxiety over what’s going on in Washington, D.C.”</p><p>Basil Smikle, a former executive director of the New York State Democratic Party who now teaches at Columbia University, said insurgent candidates and their voters see institutions as “inherently flawed.” He said party leaders "would do well to turn with the momentum and not against it.”</p><p>“This is an opportunity for Hakeem to turn around and say, ‘Look, I’m with you, I’m not going to stand in your way, let's iron out our differences and make me speaker, get us back to power,'" Smikle said. "That would be the best way to bridge this divide.”</p><p>On Saturday, Jeffries took a step in that direction by congratulating New York City's Democratic nominees, including Valdez and Chevalier. He did not mention his ideological disagreements with them or his support for their opponents, instead stressing that they would help "crush far-right extremism."</p><p>“The path is different but the work is the same," Jeffries said.</p><p>_____</p><p>Associated Press writer Anthony Izaguirre in New York contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/UPVJBMBVH2OBWAOPJQS2747GPE.jpg?auth=01473b809022d7cdc2a312cc56ce59df145d59a791c609c2eddb170b60ff6861&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[House Minority Leader Hakeem Jeffries, D-N.Y., arrives ahead of the Obama Presidential Center dedication ceremony Thursday, June 18, 2026, in Chicago. (AP Photo/Alex Brandon)]]></media:description><media:credit role="author" scheme="urn:ebu">Alex Brandon</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4LHWVDMURWIPZ74WFZ4VFXSUYQ.jpg?auth=4fe7a353b8274a3edfd24b3651f20e7db0f26cc2fdf824aeb3b4c36d05adfd15&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[New York City Mayor Zohran Mamdani, celebrates with Democratic congressional candidate Darializa Avila Chevalier during an election night watch party Tuesday, June 23, 2026, in New York. (AP Photo/Seth Wenig)]]></media:description><media:credit role="author" scheme="urn:ebu">Seth Wenig</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/2JUSSHYHXHZBAFKSC2RKRXPFNU.jpg?auth=2bed21075da765d903997ea2531428ebec53008215d8abb543cb206ea7235c4c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Democratic congressional candidate Claire Valdez speaks during a Get Out The Vote rally ahead of New York's primary election, Thursday, June 18, 2026, in the Brooklyn borough of 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/DGSQE22LVUVFKA4IZC4UAAFWM4.jpg?auth=79b03646730054520577f49379ac6eca37753d8b58486799e93f899c55e2daec&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Rep. Adriano Espaillat, D-N.Y., takes part in the National Puerto Rican Day Parade, Sunday, June 14, 2026 in New York. (AP Photo/Adam Gray)]]></media:description><media:credit role="author" scheme="urn:ebu">Adam Gray</media:credit></media:content></item><item><title><![CDATA[A skydiving plane crashes in northeastern France, killing all 11 people on board]]></title><link>https://www.local10.com/news/world/2026/06/28/a-skydiving-plane-crashes-in-northeastern-france-killing-all-11-people-on-board/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/28/a-skydiving-plane-crashes-in-northeastern-france-killing-all-11-people-on-board/</guid><dc:creator><![CDATA[By ANTONIN UTZ, JOHN LEICESTER and BARRY HATTON, Associated Press]]></dc:creator><description><![CDATA[TOMBLAINE, France (AP) — Families watched in shock as a skydiving plane carrying their loved ones on what was meant to be a thrilling introduction to parachuting crashed in northeastern France on Sunday, killing all 11 people on board, authorities said.]]></description><pubDate>Sun, 28 Jun 2026 17:24:49 +0000</pubDate><content:encoded><![CDATA[<p>TOMBLAINE, France (AP) — Families watched in shock as a skydiving plane carrying their loved ones on what was meant to be a thrilling introduction to parachuting crashed in northeastern France on Sunday, killing all 11 people on board, authorities said.</p><p>The dead included five parachuting instructors, five novice jumpers and the pilot, Interior Minister Laurent Nunez said. Transport Minister Philippe Tabarot said it was France's biggest aviation accident involving skydiving in about 30 years.</p><p>“Some of the victims’ families witnessed the aircraft falling with their own eyes. So there is tremendous emotion and an even greater psychological trauma," Nunez said.</p><p>He refused to speculate on what caused the crash but said the plane dropped out of the sky suddenly. He said it had just taken off from the Nancy-Essey airfield on the outskirts of the city of Nancy when it came down about 300 meters (yards) from the runway.</p><p>Yves Séguy, prefect of the Meurthe-et-Moselle region, said the plane suffered a malfunction and “fell almost vertically," narrowly missing a built-up area.</p><p>“Had it occurred just a few dozen meters away, the accident could have caused collateral casualties,” he said.</p><p>The plane banked to the left after takeoff and crashed less than a minute later near houses, according to the flight tracking service Flightradar24.</p><p>Police cordoned off the crumpled wreckage.</p><p>Flight tracking sites identified the plane as a single-engine Pilatus PC-6, a small transporter of freight, passengers and skydivers.</p><p>The parachutists were to have jumped as tandems, Nancy Mayor Mathieu Klein told public broadcaster France Info. Tandem jumps are skydiving experiences where two people, often an instructor and a novice jumper, are attached together for the descent.</p><p>Emergency services responded immediately and were providing psychological support to victims' relatives, officials said. The Paris prosecutor's office is leading the crash probe, Nunez said.</p><p>A resident, identified as John Curaku by BFM-TV, told the broadcaster that he was in his yard when he heard what sounded like a plane's engine stopping, immediately followed by a bang.</p><p>He said he went to the crash site and “there were no signs of life,” with two of the bodies thrown a few meters (yards) from the plane.</p><p>___</p><p>Leicester reported from Paris and Hatton from Lisbon, Portugal.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/SIIVF2WQHQP5XHN62423PBSY4M.jpg?auth=29bc88de3b162b1cdc3c0e25149d54b01ec3616b0763949b0cbe3616d575a558&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Forensic technicians examine a skydiving plane that crashed in Tomblaine northeastern France, killing all 11 people on board, Sunday, June 28, 2026. (AP Photo/Antonin Utz)]]></media:description><media:credit role="author" scheme="urn:ebu">Antonin Utz</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BHDIIU5F4CARO5DLOBRABDNVIY.jpg?auth=0ed49dd18e06b7e6918213639cea9ac1e45c7f253775920f4692a346dcdb083b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Forensic technicians examine a skydiving plane that crashed in Tomblaine northeastern France, killing all 11 people on board, Sunday, June 28, 2026. (AP Photo/Antonin Utz)]]></media:description><media:credit role="author" scheme="urn:ebu">Antonin Utz</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VWC3JY5EYAIBWNLC6YZ6BW62KA.jpg?auth=2d934c4c2ef3895e45ffe708ede5c9aaa2f8fbda295eaaf427f80c231217ec0a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Police officer stands near the site where a skydiving plane crashed in Tomblaine northeastern France, killing all 11 people on board, Sunday, June 28, 2026. (AP Photo/Antonin Utz)]]></media:description><media:credit role="author" scheme="urn:ebu">Antonin Utz</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VF3W6GJZGYGHF4SJ6TXVY4DQVA.jpg?auth=578e2c6fcc97887f6eb36cd33b185205adb9b881da1a9e63d51c119e1e86f1fe&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Forensic technicians examine a skydiving plane that crashed in Tomblaine northeastern France, killing all 11 people on board, Sunday, June 28, 2026. (AP Photo/Antonin Utz)]]></media:description><media:credit role="author" scheme="urn:ebu">Antonin Utz</media:credit></media:content></item><item><title><![CDATA[Humor laurels for comedian Bill Maher as the Kennedy Center navigates Trump-era upheaval]]></title><link>https://www.local10.com/entertainment/2026/06/28/humor-laurels-for-comedian-bill-maher-as-the-kennedy-center-navigates-trump-era-upheaval/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/06/28/humor-laurels-for-comedian-bill-maher-as-the-kennedy-center-navigates-trump-era-upheaval/</guid><dc:creator><![CDATA[By STEVEN SLOAN, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — Comedian Bill Maher will be awarded the prestigious Mark Twain Prize for American Humor on Sunday in what might be one of the last major onstage moments at the Kennedy Center for the next several years.]]></description><pubDate>Sun, 28 Jun 2026 11:37:13 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Comedian Bill Maher will be awarded the prestigious Mark Twain Prize for American Humor on Sunday in what might be one of the last major onstage moments at the Kennedy Center for the next several years.</p><p>The award has been presented since 1998 as a way to recognize those who have made significant contributions to humor and commentary in the United States. In announcing the honor in March, the Kennedy Center described Maher as someone who has long influenced American comedy “one politically incorrect joke at a time,” a reference to the late-night show “Politically Incorrect" that he hosted for much of the 1990s and helped lift him to prominence.</p><p>Previous winners include Conan O’Brien, Dave Chappelle, Julia Louis-Dreyfus, David Letterman, Carol Burnett and Tina Fey. Woody Harrelson, Arianna Huffington and Jay Leno are among the celebrities expected to appear at the Sunday night ceremony.</p><p>President Donald Trump, who has spent much of his second term reshaping the performing arts venue, is not expected to attend.</p><p>The awards come at an awkward moment for the Kennedy Center, long one of the few relatively nonpartisan institutions in Washington. Shortly after Trump returned to the White House in January 2025, the Republican president fired much of the center's leadership and installed a board largely composed of allies. It named Trump as chairman and his name was added to the building's iconic facade, prompting a legal battle that became a proxy fight over the extent of the president's power.</p><p>Trump later said the Kennedy Center would close in July for a two-year renovation. But U.S. District Judge Christopher Cooper upended those plans in May by ruling that Trump's name was illegally added to the building, ordering it removed. The judge also has blocked the closure.</p><p>A legal saga that could be fodder for jokes</p><p>The legal fight has turned into a saga that could be easy fodder for jokes at the Twain gala.</p><p>Trump's name has come down from the building, in compliance with the judge's order. But the part of the building once covered with letters spelling the president's name is now shrouded in a tarp. The full closure is on hold. Lawyers for the Kennedy Center have said they are not planning for now to build out programming.</p><p>“The Court’s order did not affirmatively require the Board to reschedule programming that had previously been cancelled or to seek new programming,” the lawyers wrote in a court filing this month.</p><p>Cooper has asked for an update next month on how long the tarp will remain on the building. For now, the final event scheduled for the Kennedy Center's well-known Concert Hall is “The Freedom Gathering: A Musical Celebration” on July 3.</p><p>Maher and Trump have a fraught relationship</p><p>Given Trump's sway over the Kennedy Center, Maher's selection for the award is notable because the two men have long had a fraught relationship.</p><p>Before he entered politics, Trump filed a $5 million lawsuit against Maher in 2013 for breach of contract. Appearing on Leno’s “The Tonight Show,” Maher said he would give $5 million to the charity of Trump’s choice if Trump could prove he was not “the spawn of his mother having sex with an orangutan.”</p><p>Trump claimed that when he provided his birth certificate, Maher did not pay up, prompting the lawsuit. Trump ended up dropping it.</p><p>The Trump-Maher relationship exploded again earlier this year, when the president claimed on social media that he wasted time sitting down for a meal with the comedian last year.</p><p>“He came into the famed Oval Office much different than I thought he would be,” Trump wrote online. “He was extremely nervous, had ZERO confidence in himself.” Trump said the comedian admitted he was “scared.”</p><p>Maher, during his April 11 episode of “Real Time,” described the dinner. He said Trump was “gracious and measured” and not like the “person who plays a crazy person on TV.” Maher said he was not scared.</p><p>He took time in his “New Rules” segment to point out the various Trump policies he liked, including the “mass removal of stone cold criminals” and making NATO members pay “their fair share.”</p><p>“I may be the last person from the lunatic left that is still an honest broker when it comes to you,” he said.</p><p>Maher hosted Vice President JD Vance on his show heading into the weekend. Vance, who is promoting a book, said he watches the show and laughed at Maher's monologue “even though you were making fun of me.” During the interview, Maher pressed Vance on the Iran war, immigration enforcement and election conspiracy theories.</p><p>“You guys have two outcomes that an election can be,” Maher told Vance. “Either we win or they cheated. That s—- has to stop.”</p><p>Maher's selection for the award was itself the subject of drama.</p><p>After The Atlantic reported in March that Maher would win the award, the White House pushed back hard. White House communications director Steven Cheung said on social media that the story was “literally FAKE NEWS.” Trump's press secretary, Karoline Leavitt, also called the initial report “fake news” and said Maher “will NOT be getting this award.”</p><p>The situation evolved after further conversations between the Kennedy Center and event organizers.</p><p>Beyond Maher, other celebrities expected to appear on Sunday have had up-and-down relationships with Trump. The president and Huffington, for instance, have feuded at points for more than a decade.</p><p>Stephen A. Smith, the sports analyst who is among those expected to appear at the ceremony, recently knocked Trump for attending the NBA Finals earlier this month in New York. Smith, who has signaled political ambitions of his own, called the move “selfish” and “narcissistic.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/PJD7EG5WOQTLHAGZNEKJD33SJY.jpg?auth=7ec2fbfcd98bc5d72c012ac6a45aaaddbe01b810341f6cf84ea0a14ab336b762&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Bill Maher arrives at the Vanity Fair Oscar Party, March 15, 2026, in Los Angeles. (Photo by Evan Agostini/Invision/AP, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Evan Agostini</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3C2POY367D6LNWWCIP7PYBUQTU.jpg?auth=9c242756009beef68d18b3adfdd438bea5d7d796bfabfe4e534c26b3a8c320d0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The John F. Kennedy Center for the Performing Arts is seen, as its sign remains covered by a tarp, Friday, June 19, 2026, in Washington. (AP Photo/Mark Schiefelbein)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark Schiefelbein</media:credit></media:content></item><item><title><![CDATA[America split from monarchy 250 years ago. Trump's presidency is testing how far it's come]]></title><link>https://www.local10.com/news/politics/2026/06/28/america-split-from-monarchy-250-years-ago-trumps-presidency-is-testing-how-far-its-come/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/28/america-split-from-monarchy-250-years-ago-trumps-presidency-is-testing-how-far-its-come/</guid><dc:creator><![CDATA[By NICHOLAS RICCARDI, Associated Press]]></dc:creator><description><![CDATA[The 250th anniversary of America's liberation from a king kicked off with a campaign-style rally on the National Mall by President Donald Trump, whose face already stares down from banners fluttering from federal buildings across the nation's capital.]]></description><pubDate>Sun, 28 Jun 2026 11:32:17 +0000</pubDate><content:encoded><![CDATA[<p>The 250th anniversary of America's liberation from a king kicked off with a campaign-style rally on the National Mall by President Donald Trump, whose face already stares down from banners fluttering from federal buildings across the nation's capital.</p><p>The images illustrate how the Republican president has dominated daily life since returning to power and, to some, evoke more the style of a monarch than the leader of the world's oldest democracy. But it's also how he has wielded that power that has led to comparisons of an imperial reign.</p><p>Since returning to office in January 2025, Trump has nominated one of his personal lawyers to serve as attorney general, ordered the Department of Justice to pursue his political enemies, deployed the U.S. Marines to the nation's second largest city and leveraged the presidency to enrich himself and his family.</p><p>He has demanded that comedians who mock him be fired, has slapped his name on the Kennedy Center, has pushed to seize control of elections, has filed lawsuits against news organizations whose coverage he disliked and has sued his own government seeking $10 billion in taxpayer money.</p><p>With the 250th anniversary of the nation's founding fast approaching, Trump’s own  celebrations have overshadowed the bipartisan, congressionally authorized commission that was supposed to coordinate events commemorating the moment. He plans to return to the National Mall on July Fourth for what he calls a “Trump rally.”</p><p>The president's actions have led to comparisons with King George III, the British monarch whose rule inspired the American Revolution. It is a parallel Trump himself rejects.</p><p>“I’m not a king,” he told CBS' “60 Minutes” earlier this year. “If I was a king, I wouldn’t be dealing with you.”</p><p>Past presidents have been branded as imperial, but Trump stands out</p><p>There is a long American political traditional of opponents reviling presidents as kings. But Julian Zelizer, a Princeton University historian, said the label fits differently on Trump.</p><p>“It’s more about how he imagines who is he and what the presidency is,” Zelizer said. “We're celebrating founding principles, and that was a driving issue — fears of how a centralized power can be corrupted. And here we are again.”</p><p>When King Charles III visited Trump this year, the official White House X account posted an image of the two men with the caption “TWO KINGS.” At the start of his second term, Trump declared he had ended a New York City transportation program and posted: “LONG LIVE THE KING.” The posts also seemed to indicate a willingness to leverage the label and the reaction it provokes in his critics.</p><p>It is no coincidence that the main resistance movement in Trump's second term adopted the slogan “No Kings.” Ezra Levin of Indivisible said activists were thinking ahead to 2026 and the America 250 celebration when they chose the label.</p><p>“It looks like the same kind of tyranny we were rebelling against 250 years ago, the type of domination of Americans by a secret police force that's murdering people in the streets like in Minneapolis this year and in Boston in 1770,” Levin said, referring to demonstrations against the administration's immigration crackdown that led to the fatal shootings of two protesters this year by federal officers.</p><p>When asked for comment, the White House referred to Trump's own statements about his use of executive power. The president has weighed in multiple times about his maximalist approach.</p><p>During his first term, he referred to Article II of the Constitution when he told participants in a youth summit, “I have the right to do whatever I want as president," while declaring that it "gives me all of these rights at a level nobody has ever seen before.” He told The New York Times in an interview this year that the only check on his global power was “my own morality. My own mind. It’s the only thing that can stop me.”</p><p>Yet he also has said that portrayals of his approach as authoritarian were wrong: “I'm not a dictator,” he told reporters last year. In response to a question about whether he was concentrating power in the presidency, Trump told Time in an interview last year, “I don’t think so. I think I’m using it properly, and I’m also using it as per my election.”</p><p>Supreme Court's conservative majority has enabled Trump's approach</p><p>With a deferential Republican-controlled Congress, courts have become the last check on Trump. The president has harshly criticized judges who have ruled against him, and his administration has sometimes defied their orders.</p><p>Yet his quest to expand presidential power has been aided by the conservative majority on the U.S. Supreme Court, which has sided with Trump numerous times after lower court rulings hampered him.</p><p>In the middle of his 2024 campaign, the high court ruled that presidents have broad immunity from prosecution. The decision derailed multiple investigations stemming from Trump's first term, including one focused on his attempts to overturn the results of the 2020 election.</p><p>Trump has argued the courts cannot constrain the president on key issues, including his claims that he has the ability to fire members of independent agencies. The most notorious example was in 2024, when a judge asked during the immunity case whether a president could be prosecuted for ordering the assassination of a political rival. Trump's lawyer, D. John Sauer, answered with a “qualified yes.”</p><p>Sauer is now solicitor general, the administration official who oversees arguments before the high court. He has continued to insist that courts cannot review presidential acts.</p><p>“Once the President has made a determination … at that point, there’s no work for the reviewing court to do,” Sauer said during Supreme Court arguments in a case over whether Trump could fire Lisa Cook, a Federal Reserve governor.</p><p>But the Supreme Court has allowed Cook to remain on the board while it considers the case. The majority also slapped down his global tariffs, finding that only Congress had that authority.</p><p>Such rulings demonstrate that presidential power does have its limits, said John Yoo, a law professor at the University of California, Berkeley.</p><p>“The presidency today, even when colored by President Trump's worst excesses, is not a monarchy,” he said.</p><p>Trump uses the presidency to enrich himself and his family</p><p>Trump was the richest man to ever become president. During his first term, he was criticized for owning properties where foreign dignitaries and others hoping to curry his favor spent lavishly. The conflicts of interest have escalated in his second term.</p><p>Trump launched cryptocurrencies before and after returning to office. By conservative estimates, one has pulled in $320 million this year alone, while another sold $550 million worth of tokens. A third received a $2 billion investment from a foreign wealth fund.</p><p>Trump took a new step earlier this year, filing a private $10 billion lawsuit against the IRS for the leak of his tax returns during his first term. His Department of Justice directed the IRS to settle the litigation to create a $1.776 billion fund to pay damages to people who claimed the federal government unfairly prosecuted them.</p><p>The administration pulled back the settlement amid an outcry from congressional Democrats and Republicans. But Todd Blanche, a former personal lawyer for Trump who is now acting attorney general, said at least one provision remains — a ban on the IRS auditing Trump.</p><p>Zelizer said Trump’s financial entanglements might be the most monarchical part of his administration.</p><p>“We have not seen a person who has a business operation of this scale and scope benefiting directly from the decisions he makes,” Zelizer said.</p><p>Trump has used the government to pursue his enemies</p><p>The Justice Department's role in the IRS lawsuit is one example of how Trump has decreed that executive branch employees should act as agents of his will.</p><p>In breaching what is supposed to be a firewall between the White House and Justice Department, Trump has demanded that federal prosecutors target his foes. In one social media post last year, he called out by name Pam Bondi, who was attorney general at the time, in pushing her to prosecute several of his political opponents: “JUSTICE MUST BE SERVED, NOW!!!” Trump wrote.</p><p>Indictments followed shortly after, including against former FBI Director James Comey and New York Attorney General Letitia James, a Democrat. The charges against both eventually were dismissed, but the department under Blanche filed new charges against Comey.</p><p>The pursuit is not limited to Trump enemies of the past.</p><p>For his 80th birthday this month, the president hosted a fight held by UFC — a company he invested in — on the White House lawn. The event was broadcast on a network owned by the son of one of the president’s major donors. The spectacle drew a rebuke from California Gov. Gavin Newsom, a persistent critic and potential 2028 Democratic presidential contender.</p><p>“The White House was built to serve the American people. Tonight it was used to promote a company the President owns stock in, sell subscriptions, promote corporate sponsors, push Trump crypto, and enrich the President and his family,” Newsom wrote on X. “The founders warned us about kings enriching themselves from public office.”</p><p>Days later, Newsom disclosed that Trump’s Department of Justice was investigating him and his wife.</p><p>___</p><p>Associated Press writers Lindsay Whitehurst and Fatima Hussein in Washington contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/6QN32XPB3YXQGPUE6VREXMJ7G4.jpg?auth=b038f58001924fce1b38a6f5b523e8be1ff637d5540e672c534251b67928c133&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Banners, one of President George Washington that reads "America's First," left, and another of President Donald Trump that reads, "America First," are pictured at the Department of the Interior, Thursday, June 25, 2026, in Washington. (AP Photo/Carolyn Kaster)]]></media:description><media:credit role="author" scheme="urn:ebu">Carolyn Kaster</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/7VKXABOYXLCRLBHQN3BN4VCFBY.jpg?auth=041d4129b8142489d5ca9484ffa78f7438b153afbc7eea13fe301a3cf71a7504&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump wraps up his speech at the opening of the Great American State Fair, Wednesday, June 24, 2026, on the National Mall in Washington. (AP Photo/Jacquelyn Martin)]]></media:description><media:credit role="author" scheme="urn:ebu">Jacquelyn Martin</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GBWCDXKGRDCYNFSAGNTZCPL2VM.jpg?auth=d37d7759a6dcc61531ed27945b7f28c6903a631157703b5424922eb19a1564bb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The John F. Kennedy Center for the Performing Arts is seen, Monday, June 1, 2026, in Washington. (AP Photo/Mark Schiefelbein)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark Schiefelbein</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/2EYSTOGAH4URZFZH6FTLSYPVLM.jpg?auth=360e2cadc5d586200c99a60e665cdd97e2e37a150a09c8eb2fab206d1632f9a6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A U.S. Marine patrols outside of a federal building, June 13, 2025, in Los Angeles (AP Photo/Damian Dovarganes, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Damian Dovarganes</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/CXWE7YTQ5HIAHBDB6ITQHLIUII.jpg?auth=30f40a192ad3444c4cb8a900cbbfb61cf286d9ff6534ae9ecc885333cc1eb1ef&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A giant portrait of President Donald Trump looks down from the Justice Department in Washington, June 2, 2026. (AP Photo/J. Scott Applewhite, File)]]></media:description><media:credit role="author" scheme="urn:ebu">J. Scott Applewhite</media:credit></media:content></item><item><title><![CDATA[France records around 1,000 additional deaths as extreme heat breaks European records]]></title><link>https://www.local10.com/news/world/2026/06/28/france-records-around-1000-additional-deaths-as-extreme-heat-breaks-european-records/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/28/france-records-around-1000-additional-deaths-as-extreme-heat-breaks-european-records/</guid><dc:creator><![CDATA[By KIRSTEN GRIESHABER and JOHN LEICESTER, Associated Press]]></dc:creator><description><![CDATA[BERLIN (AP) — France saw around 1,000 additional deaths last week at the height of its record-smashing heat wave, the country's public health agency said Sunday, as the head of the World Health Organization warned that Europe is now the fastest-warming continent and needs to do more to protect its citizens.]]></description><pubDate>Sun, 28 Jun 2026 17:27:12 +0000</pubDate><content:encoded><![CDATA[<p>BERLIN (AP) — France saw around 1,000 additional deaths last week at the height of its record-smashing heat wave, the country's public health agency said Sunday, as the head of the World Health Organization warned that Europe is now the fastest-warming continent and needs to do more to protect its citizens.</p><p>Temperature records were toppled in several countries on the weekend, wildfires were sparked in Germany and Berlin police used water cannons to cool down the crowds.</p><p>Meanwhile, the heat wave slowly moved toward eastern parts of the continent.</p><p>Germany marked a new record for the third day in a row with 41.7 degrees Celsius (107 degrees Fahrenheit) in Neißemünde, near the border with Poland, which baked under its new all-time high of 40.5 C (104.9 F). The Czech Republic also experienced its hottest day ever with 41.9 C (107.4 F), up from the previous record of 40.9 degrees Celsius (105.6 F) on Saturday.</p><p>A new study from the World Weather Attribution, a Europe-based collaboration of scientists, reported Friday that the record-breaking heat and humidity in Europe this past week would not have been possible without climate change.</p><p>The rapid study found that the heat would have been virtually impossible just five decades ago, and is 200 times more likely today than it would have been 20 years ago.</p><p>France records surge in deaths during heat wave</p><p>France reported a surge in deaths last week, including a sharp increase at private homes, especially in the Paris region, the national public health agency said Sunday.</p><p>There were more than 1,200 deaths on Wednesday, when France was sweltering under its hottest temperatures, increasing to more than 1,400 deaths on each of the two following days, Public Health France said. In April and May, before the heat wave, France’s rate of deaths was about 900 to 1,000 per day.</p><p>The agency concluded that France experienced a total of at least 1,000 additional deaths during those three days alone, an estimate it cautioned is likely to increase as more data is collected, including for deaths at home.</p><p>The increase was sharpest in areas under red warnings of extreme heat, it said. Those warnings blanketed about three-quarters of the country at the peak of the heat wave. The agency said that 85% of the deaths involved people aged 65 and above.</p><p>Europe is the fastest-warming continent, WHO warns</p><p>“Europe is the fastest-warming continent on Earth, heating at twice the global average,” WHO Director-General Tedros Adhanom Ghebreyesus said Sunday on X. “Right now 150 million people are living under extreme heat, hundreds have died, schools are shut, grids are buckling.”</p><p>Driven by climate change and global warming, the “once-in-a-generation” heat wave is now occurring nearly every year, Tedros said, adding that more than 1,300 excess deaths have been recorded since June 21 linked to high temperatures in Europe.</p><p>“Heat stress is often called the ‘silent killer’ — and European homes, workplaces and schools were not built for these temperatures,” Tedros warned as he called on European countries to implement action plans. He said they should focus on preparedness, prevention and stronger health system responses.</p><p>Lightning strikes Swedish theme park</p><p>In Sweden, several people were injured when they were hit by lightning at an amusement park, the country's TT news agency reported.</p><p>Three adults were taken to the hospital, among them a woman with serious injuries, after the lightning struck the Tosselilla Sommarland park in Tomelilla in the south of the country.</p><p>Across Europe, the extreme heat has been followed by severe thunderstorms.</p><p>Denmark, which marked new temperature records on Saturday, recorded 1,156 lighting strikes by Sunday morning, according to public broadcaster DR.</p><p>Heat sparks wildfires in forests contaminated with WWII ammunition</p><p>In Gohrischheide, in eastern Germany, a fire broke out in a large forest that's still contaminated with ammunition from World War II, complicating efforts by firefighters.</p><p>Similarly, a major firefighting operation was underway in southwest Germany near the village of Traisen, where the heat sparked a forest fire in an area that also contained unexploded ordnance. Firefighters had to stop work temporarily after explosions took place and an ordnance disposal unit was brought in to continuously assess the situation, German news agency dpa reported. Some 650 people in Traisen had to leave their homes Sunday afternoon because the fire continued to spread.</p><p>Fire departments in the big cities were busy sending out ambulances to people suffering from heat-related illnesses. In Berlin, an additional 500 ambulance dispatches were reported on Saturday, most of them heat-related.</p><p>Berlin police use water cannons to cool down locals and tourists</p><p>The German capital's police found a way to help suffering Berliners and tourists alike. They put up two huge water cannons — usually used to disperse unruly protesters — in front of the iconic Brandenburg Gate and sprayed the cool water across the cheering crowd.</p><p>The heat also worsened damage to infrastructure, with the concrete surface on countless highways breaking up, and a weekend warning by national rail operator Deutsche Bahn to avoid all unnecessary train travel.</p><p>More than 600 passengers had to be evacuated from an overheated train in Brandenburg after a tree fell onto an overhead power line during a storm on Saturday evening. The train, which was on its way from Hamburg to Prague, lost power. The air conditioners stopped working and the doors were locked until emergency responders forced them open. Two people were hospitalized with heat-related problems, dpa reported.</p><p>In the eastern city of Leipzig, no trams will be running until early Monday morning due to heat damage to tracks and switches. The Leipzig Public Transportation Authority said that the high temperatures had caused the joint sealant for asphalt and concrete in switches and tracks to run and clump together in many places throughout the city's network.</p><p>——</p><p>Leicester reported from Paris. Associated Press writer Karel Janicek in Prague contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/5O6SWEDU57MDVLNOH44LERARVE.jpg?auth=eb6ce81950332419cfe9fdbe1ee4ba084a1c03b290f655b390b4bf88cde5ed62&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People refresh in a fountain after the Angelus noon prayer celebrated by Pope Leo XIV from the window of his studio overlooking St.Peter's Square, at the Vatican, Sunday, June 28, 2026. (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/7OD7ZQSLHPORDKM5YIDNZO5TBE.jpg?auth=40954ec5de544ea5915fbc20359ac7b5abba2aa25eb063336b7a9f8b935fd1f8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People shelter from sun with umbrellas as they wait for the Angelus noon prayer celebrated by Pope Leo XIV from the window of his studio overlooking St.Peter's Square, at the Vatican, Sunday, June 28, 2026. (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/2AG2MW4NRILMUB6U6RSHMPAJR4.jpg?auth=818c2f9cea664d3361756d5e63d34b0d896264f3ab0b97faf32229b7cf248b99&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A couple walks by a public fountain on a torrid day, as the National Weather forecaster issued an extreme heat code red warning for parts of the country, in the coming days in Bucharest, Romania, Saturday, June 27, 2026. (AP Photo/Andreea Alexandru)]]></media:description><media:credit role="author" scheme="urn:ebu">Andreea Alexandru</media:credit></media:content></item><item><title><![CDATA[Serena Williams gave herself a pep talk to play singles at Wimbledon at age 44]]></title><link>https://www.local10.com/sports/2026/06/28/serena-williams-gave-herself-a-pep-talk-to-play-singles-at-wimbledon-at-age-44/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/28/serena-williams-gave-herself-a-pep-talk-to-play-singles-at-wimbledon-at-age-44/</guid><dc:creator><![CDATA[By KEN MAGUIRE, Associated Press]]></dc:creator><description><![CDATA[LONDON (AP) — Serena Williams had to talk herself into accepting Wimbledon's offer to play singles.]]></description><pubDate>Sun, 28 Jun 2026 17:08:24 +0000</pubDate><content:encoded><![CDATA[<p>LONDON (AP) — Serena Williams had to talk herself into accepting Wimbledon's offer to play singles.</p><p>The All England club was holding one last wild card entry and the 23-time Grand Slam singles champion — who had already announced she'd play doubles with her sister Venus — had a decision to make.</p><p>“I thought I should really take this opportunity. Who knows if I’ll ever make it here again. This could be it,” the 44-year-old Williams said Sunday at a press conference.</p><p>“I was like, ‘What’s wrong with me, Serena? What are you thinking? Are you nuts? Like you really should do this,’” she added. “People live to be an athlete. I have this great opportunity to showcase what I do, what I do best, I suppose. Yeah, I think ultimately I was like that is pretty cool, so I should do it.”</p><p>Williams’ first match at the grass-court Grand Slam since 2022 will take place on Centre Court on Tuesday evening when she faces 20-year-old Maya Joint of Australia as part of her evolving tennis comeback.</p><p>Williams had been away from the sport since her farewell at the 2022 U.S. Open.</p><p>Her most-recent appearance at Wimbledon was in 2022 when she lost in the opening round to Harmony Tan, who was then-ranked 115th. The American great walked away from tennis — she described it as “evolving” away — after losing in the third round to Ajla Tomljanovic at Flushing Meadows.</p><p>After earlier accepting a wild card in doubles, Williams described the process of making her decision for singles.</p><p>“So I think it was on, I had until Monday to decide. I think it was like Sunday. I just wasn’t sure up until then,” she said. “Honestly, I’m still not even sure, but we’ll see.”</p><p>Williams is a seven-time Wimbledon singles champion but said Sunday that “in general my expectations are definitely different for the first time in my career.”</p><p>Defending champion Iga Swiatek opens play on Centre Court on Tuesday (1:30 p.m. local time), in keeping with tradition, against Taylor Townsend. That's to be followed by Taylor Fritz vs. home favorite Jack Draper — in what is one of the most intriguing men's first-round matchups.</p><p>And then Williams-Joint.</p><p>“Yeah, actually I know her. I’ve watched some of her videos,” said Williams, who paused for a moment before adding, “I’m sure she knows my game.”</p><p>Michigan-born Joint slipped from No. 53 to No. 87 in the WTA rankings updated on Sunday.</p><p>Serena gets nervous?</p><p>Even GOATs get butterflies, apparently.</p><p>“I expect to be nervous. I was also nervous every single match I ever played in my life,” Williams said. “I think that showed the passion and the love and the care, that I cared about my job, whether it was the first round or the second round or the finals. I’ve always had some nerves. But then I just dust ’em off, then I move on.”</p><p>Williams has a Wimbledon singles first-round record of 19-2 — the losses coming in her last two appearances: 2021 and 2022.</p><p>The most-recent of her seven singles titles at the All England Club was 2016. She reached the 2018 final — 10 months after giving birth — and lost to Angelique Kerber. A year later, she lost in the final to Simona Halep.</p><p>Williams officially returned to tennis earlier this month in a doubles match with 19-year-old Canadian Victoria Mboko at the Queen’s Club grass-court tournament. She then played doubles in Berlin with Karolina Muchova — losing in the first round.</p><p>What can we expect from Serena?</p><p>Newly crowned French Open champion Mirra Andreeva probably spoke for lots of top players when she mentioned on Saturday that she was relieved to see the draw didn't match her up with Williams in the first round.</p><p>“Respectfully,” Williams said, “it’s not surprising simply because I think anyone that’s done — it’s like the big four coming back, I mean, Novak (Djokovic) is still here, but no one would want to play them in their first round. I can’t think of anyone that would want to do that.”</p><p>She added: “No one knows how my game may or may not have evolved, what to expect, don’t know much. Those type of opponents are always very difficult to play.”</p><p>___</p><p>AP tennis: https://apnews.com/hub/tennis</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/L7LATYHJ2VZIZR65XVOJ32XGVQ.jpg?auth=43ab52171b3a3e743b02d5c9c771a416afdb2ea5dbf3f4576fee2f6e76fcfb2e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Serena Williams of the United States arrives to practice one day ahead of the start of the Wimbledon Tennis Championships in London, Sunday, June 28, 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/YGJ2SMWPS6CYYQMED6I2IZ7NDQ.jpg?auth=167e5fd3b2c5ec0a0f25b7a4f9be18f354e66d0802ae4e9c672d8a7ccfbcc7fe&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Serena Williams of the United States arrives to practice one day ahead of the start of the Wimbledon Tennis Championships in London, Sunday, June 28, 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/VV6UMGIPICBUDQ3RAACOU2PGVI.jpg?auth=022c69c99f9d15c2745c37d1f6a173b468f5145c15d3aeaaf47e13c7a25a568a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Maya Joint, of Australia, serves to Amanda Anisimova, of the United States, during the second round of the U.S. Open tennis championships, Aug. 28, 2025, in New York. (AP Photo/Adam Hunger, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Adam Hunger</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GBMHJXHTQ6QCY3CW7VLNYAK2AY.jpg?auth=d59440b14747283fd93e3029d00772194fc0b750e1e3ae8cdfe1c9e6f8344a66&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A general view of Centre Court as final preparations are made ahead of the Wimbledon tennis championships in London, Wednesday, June 24, 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/Z2UZMDPNVJJZ6OAODMQ7XOJDZA.jpg?auth=043f9f53b007dd53a3f4009e311e923d84a6658f3d5a831003872ed60a810e36&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Serena Williams of the United States arrives to practice one day ahead of the start of the Wimbledon Tennis Championships in London, Sunday, June 28, 2026. (AP Photo/Kin Cheung)]]></media:description><media:credit role="author" scheme="urn:ebu">Kin Cheung</media:credit></media:content></item><item><title><![CDATA[Ukraine's drone assault ignites major Russian oil refinery, as Putin acknowledges 'difficult period']]></title><link>https://www.local10.com/news/world/2026/06/28/ukraines-drone-assault-ignites-major-oil-refinery-in-russia/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/28/ukraines-drone-assault-ignites-major-oil-refinery-in-russia/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[KYIV, Ukraine (AP) — Ukraine kept up its heavy drone assault on Russia, setting fire to a major oil refinery in the south and killing at least two people, Russian authorities said Sunday, as President Vladimir Putin acknowledged his country is going through a “difficult period.”]]></description><pubDate>Sun, 28 Jun 2026 15:56:34 +0000</pubDate><content:encoded><![CDATA[<p>KYIV, Ukraine (AP) — Ukraine kept up its heavy drone assault on Russia, setting fire to a major oil refinery in the south and killing at least two people, Russian authorities said Sunday, as President Vladimir Putin acknowledged his country is going through a “difficult period.”</p><p>Ukraine has markedly stepped up its long-range attacks on Russian military industries and energy facilities in recent months, aiming to cut Moscow’s revenue for its invasion — now in its fifth year — and make Russians feel the consequences.</p><p>The campaign has choked Russian fuel supplies and military deliveries. According to Western analysts, it has also slowed Moscow’s efforts on the battlefield, heaping pressure on the Kremlin to come to the negotiating table.</p><p>“Our ‘long-range sanctions’ reached two oil refineries in Russia,” Ukrainian President Volodymyr Zelenskyy wrote on the Telegram messaging app on Sunday. “Each (strike) means a reduction in the resources that fuel the Russian war machine, and another step toward peace.”</p><p>Debris from downed Ukrainian drones sparked a blaze at the refinery in Slavyansk-na-Kubani, a town in Russia's Krasnodar region, east of occupied Crimea, according to Gov. Veniamin Kondratyev. The falling debris killed one person in Slavyansk and wounded another in a nearby village, local authorities said.</p><p>The Slavyansk site is one of southern Russia’s major refineries, processing close to 4 million tons of crude per year, according to its operator’s website. It is also a key source of petroleum products intended for export through Russia’s Black Sea ports, including fuel oil, naphtha and marine fuel.</p><p>Zelenskyy also claimed that a second Russian refinery, in the Yaroslavl region around 700 kilometers (435 miles) from the Ukrainian border, was hit during the nighttime strikes.</p><p>There were no immediate reports from Russian authorities about the strike on the Yaroslavl refinery. Local Gov. Mikhail Evraev reported on Sunday morning that some roads between Moscow and the region's capital, Yaroslavl, were temporarily closed due to “an enemy attack by Ukrainian drones.”</p><p>Yaroslavl's airport also briefly closed overnight, along with others in southern and western Russia, according to the country's civil aviation agency.</p><p>Fuel shortages in Russia as Putin says plans will be ‘adjusted’</p><p>For months, Ukraine has been stepping up attacks on energy facilities deep inside Russia. Despite a raft of Western sanctions, Moscow remains among the world's top exporters of oil and natural gas.</p><p>More recently, Ukraine has attempted to choke off fuel deliveries to Crimea, the Black Sea peninsula illegally annexed by Moscow in early 2014. Last weekend, Kremlin-installed officials in Crimea suspended gasoline sales to civilians, after Kyiv's targeting of supply routes triggered the worst energy crisis there since the annexation.</p><p>Russian President Vladimir Putin commented on Sunday that the country was “going through a difficult period,” but insisted that Moscow would “honor all its social obligations” to citizens. He did not directly reference the Ukrainian strikes or fuel shortages.</p><p>“Naturally, we are adjusting certain plans in light of the current situation, but all strategically important (domestic) development programs will undoubtedly be implemented in full,” Putin said at a conference of his ruling United Russia party.</p><p>“We will continue to build housing and roads, create new, modern, high-paying jobs, and support domestic businesses,” he said. “We are going through a difficult period, but this has taught us a great deal, and allowed us to grasp the very essence of what it means to be a Russian citizen.”</p><p>Russian Deputy Prime Minister Alexander Novak said that Moscow was actively reviewing fuel export agreements to avoid compromising domestic needs.</p><p>Fuel sales to civilians were also being restricted in Russia’s Irkutsk region in Siberia, thousands of kilometers (miles) from the Ukrainian border, local Gov. Igor Kobzev announced on Sunday.</p><p>Drivers will be barred from buying more than 50 liters (13 gallons) of fuel per vehicle per day at state-run Rosneft gas stations in the province, Kobzev said, adding that other gas stations may set lower limits.</p><p>At least two private gas station networks in Siberia — KreisNeft in the Irkutsk region and Elke Auto in the Tomsk region farther west — said earlier this month that they were limiting sales due to supply disruptions.</p><p>Drones, bombs and missiles target more regions</p><p>Also on Sunday, a Russian aerial bomb killed two people in Zaporizhzhia — a city in southern Ukraine — and injured 16 others, including two children, said regional administration head Ivan Fedorov.</p><p>In Russia's border region of Belgorod, Ukrainian drone strikes killed one person and injured another earlier on Sunday, according to acting local Gov. Alexander Shuvayev.</p><p>Russia’s Defense Ministry said its forces shot down 213 Ukrainian drones during the night, including over Russia, occupied Crimea and the Black and Azov seas.</p><p>Meanwhile, Russia attacked Ukraine with 142 long-range strike drones and eight missiles overnight, according to the Ukrainian air force. Of those, 125 drones and seven missiles were struck down, the air force said.</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/4HZTG6X37GHBBAPSUTJY2TX4MU.jpg?auth=c5dfd7d1400f73210f1b9b698569a54f62fa5cd5597f7b06d4cdb3f8bbec701e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this photo provided by the Ukrainian Emergency Service, a sapper examines a fragment of the Russian missile in a residential neighbourhood following an air attack in Kyiv, Ukraine, Sunday, June 28, 2026. (Ukrainian Emergency Service via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/QNPHHYS5NDUFWWATSLZOXTAPDY.jpg?auth=cc7043a0fe196f03cbe8fd071cc0ed7e9abda4816e55a5c32bcc6eefc016b530&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this photo provided by the Ukrainian Emergency Service, sappers remove a fragment of the Russian missile in a residential neighbourhood following an air attack in Kyiv, Ukraine, Sunday, June 28, 2026. (Ukrainian Emergency Service via AP)]]></media:description></media:content></item><item><title><![CDATA[Ugandan army chief orders the closure of a major news platform]]></title><link>https://www.local10.com/news/2026/06/28/ugandan-army-chief-orders-the-closure-of-a-major-news-platform/</link><guid isPermaLink="true">https://www.local10.com/news/2026/06/28/ugandan-army-chief-orders-the-closure-of-a-major-news-platform/</guid><dc:creator><![CDATA[By RODNEY MUHUMUZA, Associated Press]]></dc:creator><description><![CDATA[KAMPALA, Uganda (AP) — The offices of a major news organization in Uganda were shut down on the orders of the military chief, who warned Sunday that all media “will follow the rules" while asserting his authority as the East African country's de facto ruler.]]></description><pubDate>Sun, 28 Jun 2026 10:05:25 +0000</pubDate><content:encoded><![CDATA[<p>KAMPALA, Uganda (AP) — The offices of a major news organization in Uganda were shut down on the orders of the military chief, who warned Sunday that all media “will follow the rules" while asserting his authority as the East African country's de facto ruler.</p><p>Gen. Muhoozi Kainerugaba, the eldest son of President Yoweri Museveni, has served as the top military commander since 2024. In recent days, after Museveni was sworn in for a seventh consecutive term, Kainerugaba has strengthened his grip with a series of directives and orders usually reserved for the head of state.</p><p>Soldiers were deployed outside the Kampala offices of the Daily Monitor newspaper early Sunday. The paper is part of the Nation Media Group of companies whose headquarters is in Nairobi, the Kenyan capital.</p><p>“I have the power in Uganda to shut down ANY media house I want to,” Kainerugaba wrote on X, his preferred channel of communication. "I have had this power since 2017. This power was given to me by my great father.”</p><p>He added: “From now on ALL media in Uganda will follow the rules!”</p><p>The army chief said that in addition to Daily Monitor, his closure directive also targeted local broadcaster NTV, part of Nation Media Group.</p><p>The National Association of Broadcasters said in a statement that at least six publishing and broadcasting outlets — all under Nation Media Group — were closed. “We are deeply concerned about this action and its impact on the media ecosystem,” the statement said.</p><p>Kainerugaba asserts that he will succeed his father in the presidency, an increasingly likely possibility as the 81-year-old leader now relies heavily on his son’s military authority.</p><p>Earlier this month, Kainerugaba retaliated against a prominent attorney who sought to hold him accountable for his alleged role in the violation of the rights of opposition leader Kizza Besigye. He was seized in Nairobi in 2024, and has since been imprisoned on treason charges he says are politically motivated. Besigye's attorney, Erias Lukwago, was taken from his house and later charged with an offense related to the concealment of treason.</p><p>Museveni, who has ruled Uganda since 1986, has not said when he will retire. He has no rivals within the ruling party, the reason many believe the military will have a say in choosing his successor.</p><p>Kainerugaba’s associates describe him as a dedicated military officer who often eschews ostentatious displays of wealth. They say he opposes official corruption and would punish it heavily as president.</p><p>He attended military schools in the U.S. and Britain before taking charge of a presidential guard unit that has since been expanded into an elite group of special forces. In addition to his military duties, he is the founder of a political activist group known as the Patriotic League of Uganda. Its members and well-wishers range from the parliamentary speaker to government ministers.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/NR5OZ6B3DTKVFPLLSMXMVCL3OM.jpg?auth=6488beb3614c74bf88d0308fc7e5bb72f6a08bf34eb72794046353c1fb299d24&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Lt. Gen. Muhoozi Kainerugaba, son of Uganda's President Yoweri Museveni, attends a "thanksgiving" ceremony in Entebbe, Uganda late Saturday, May 7, 2022. (AP Photo/Hajarah Nalwadda, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Hajarah Nalwadda</media:credit></media:content></item><item><title><![CDATA[Mueren 3 bomberos y 2 resultan heridos cuando combatían incendios en la frontera de Colorado y Utah]]></title><link>https://www.local10.com/espanol/2026/06/28/mueren-3-bomberos-y-2-resultan-heridos-cuando-combatian-incendios-en-la-frontera-de-colorado-y-utah/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/28/mueren-3-bomberos-y-2-resultan-heridos-cuando-combatian-incendios-en-la-frontera-de-colorado-y-utah/</guid><dc:creator><![CDATA[Por TY ONEIL y SUSAN MONTOYA BRYAN, Associated Press]]></dc:creator><description><![CDATA[BEAVER, Utah, EE.UU. (AP) — Tres bomberos murieron y dos resultaron heridos mientras combatían incendios en la frontera entre Colorado y Utah, informó el domingo el Servicio contra Incendios Forestales de Estados Unidos.]]></description><pubDate>Sun, 28 Jun 2026 09:33:43 +0000</pubDate><content:encoded><![CDATA[<p>BEAVER, Utah, EE.UU. (AP) — Tres bomberos murieron y dos resultaron heridos mientras combatían incendios en la frontera entre Colorado y Utah, informó el domingo el Servicio contra Incendios Forestales de Estados Unidos.</p><p>La agencia —creada a principios de este año para agilizar la extinción de incendios y la reducción del riesgo de fuego en tierras públicas— indicó que los bomberos formaban parte de una respuesta interinstitucional a los incendios Knowles y Gore el sábado.</p><p>“El Servicio de Incendios Forestales de Estados Unidos se une al Servicio Forestal del USDA en el duelo y en nuestro apoyo inquebrantable a los seres queridos que dejan. Su valentía, dedicación y sacrificio nunca serán olvidados”, indicó el organismo en un comunicado en Facebook.</p><p>La actividad de incendios forestales se ha intensificado en el oeste de Estados Unidos, ya que días consecutivos de clima caluroso, seco y ventoso han avivado las llamas en Utah, Arizona y otros lugares, mientras surgían nuevos incendios en toda la región.</p><p>El incendio más grande, el de Cottonwood, ardía en un terreno escabroso en el suroeste de Utah. El sábado se expandió hasta superar los 373 kilómetros cuadrados (144 millas cuadradas) tras avanzar por cañones y laderas, destruyendo a su paso parte de una estación de esquí y cabañas de verano.</p><p>Las autoridades del condado de Beaver comenzaron a trabajar con equipos de bomberos el sábado para evaluar el alcance de los daños, pero no había estimaciones de daños de inmediato. El gobernador, Spencer Cox, calificó la situación de desoladora en una publicación en redes sociales, pero agradeció a las cuadrillas por lo que describió como “varias detenciones y rescates milagrosos”.</p><p>Los acantilados y las pendientes pronunciadas han hecho el trabajo aún más difícil, señaló Alyssa Mason, una portavoz asignada al incendio.</p><p>“Es difícil meter topadoras y otro equipo pesado ahí. Es difícil meter camiones de bomberos ahí", explicó Mason. "No hace imposible combatir el incendio, pero sí ralentiza un poco las cosas”.</p><p>Cientos de bomberos han ido llegando al árido estado para combatir nuevos focos, así como aquellos que han ido creciendo debido a lo que los meteorólogos calificaron como condiciones críticas para incendios: niveles de humedad peligrosamente bajos, temperaturas cálidas y vientos con ráfagas.</p><p>El peligro es aún mayor este año porque la cobertura de nieve está en mínimos récord en Utah tras su invierno más cálido del que se tenga registro. Gran parte del Oeste enfrenta condiciones similares, según el Centro Nacional Interinstitucional de Incendios.</p><p>Desde Alaska hasta Florida, las cuadrillas trabajaron el sábado para contener decenas de incendios, incluidos tres decenas que fueron clasificados como grandes y no contenidos.</p><p>A nivel nacional, casi 3 millones de acres (1,2 millones de hectáreas) se han quemado desde el inicio del año. Eso supera el promedio de 10 años.</p><p>Las condiciones en Utah fueron lo suficientemente críticas como para que el gobernador Cox declarara una emergencia a principios de esta semana y despejara el camino para que el estado prohíba los fuegos artificiales antes del feriado del 4 de julio. La orden se produce mientras Utah atraviesa una de las temporadas de incendios forestales más severas de la historia reciente, alimentada por condiciones históricas de sequía.</p><p>Funcionarios estatales indicaron que, durante la última semana, Utah ha registrado un aumento en nuevos incendios forestales, y que cada fuego ha mostrado un comportamiento sin precedentes. Estos nuevos focos han puesto al límite las capacidades del estado para combatir incendios forestales, afirmó el guardabosques estatal Jamie Barnes.</p><p>El gobernador de Colorado, Jared Polis, también declaró una emergencia el sábado y autorizó el uso de la Guardia Nacional para combatir los incendios.</p><p>En los últimos días, meteorólogos del Servicio Meteorológico Nacional han estado emitiendo alertas de bandera roja para una amplia franja del Oeste, desde California hasta Arizona y Nuevo México.</p><p>Al sur del Parque Nacional del Gran Cañón, las autoridades informaron que las llamas de un nuevo incendio forestal se alejaban el sábado de Grand Canyon Village y de la comunidad cercana de Tusayan. Pero a unos 80 kilómetros (50 millas) de distancia, otro incendio llevó a funcionarios del condado Coconino a emitir órdenes de evacuación para los residentes cerca de Kendrick Mountain.</p><p>Partes del norte de Arizona se quedaron sin electricidad el sábado después de que la empresa de servicios públicos que atiende la zona realizara un corte preventivo con la esperanza de reducir el riesgo de incendios forestales.</p><p>Los cortes de energía se han vuelto más comunes en el Oeste a medida que el riesgo de incendios forestales se ha ampliado. Por lo general, es un último recurso después de que los pronosticadores de las empresas eléctricas sopesan factores como la velocidad del viento sostenido y de las ráfagas, los combustibles disponibles y la topografía.</p><p>Con condiciones extremas de incendio persistentes en Utah, Rocky Mountain Power también cortó el suministro en líneas eléctricas que abastecen al condado de Beaver y a otras zonas.</p><p>___</p><p>Montoya Bryan informó desde Albuquerque, Nuevo México. Los periodistas de The Associated Press Jamie Stengle en Dallas; Julie Carr Smyth en Columbus, Ohio; y Ed White en Detroit contribuyeron.</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/GO6TRNKPZNV232XGIAKOIQFJMM.jpg?auth=c63badef3740b643f55ddf6ca78b986784facf871283b6ce692c84bf5d3f4325&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Un helicóptero deja caer agua sobre el incendio Cottonwood cerca Beaver, Utah, el sábado 27 de junio de 2026. (AP Foto/Noah Berger)]]></media:description><media:credit role="author" scheme="urn:ebu">Noah Berger</media:credit></media:content></item><item><title><![CDATA[Iraqi officials, including lawmakers, arrested on corruption charges in overnight raid]]></title><link>https://www.local10.com/news/world/2026/06/28/iraqi-officials-including-lawmakers-arrested-on-corruption-charges-in-overnight-raid/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/28/iraqi-officials-including-lawmakers-arrested-on-corruption-charges-in-overnight-raid/</guid><dc:creator><![CDATA[By QASSIM ABDUL-ZAHRA, Associated Press]]></dc:creator><description><![CDATA[BAGHDAD (AP) — Dozens of Iraqi political officials have been arrested on corruption charges, Iraq’s state-run Iraqi News Agency reported Sunday.]]></description><pubDate>Sun, 28 Jun 2026 15:06:43 +0000</pubDate><content:encoded><![CDATA[<p>BAGHDAD (AP) — Dozens of Iraqi political officials have been arrested on corruption charges, Iraq’s state-run Iraqi News Agency reported Sunday.</p><p>It said the arrests were based on a statement made by former Deputy Minister of Oil Adnan al-Jumaili, who was arrested last month, and “included members of Parliament whose immunity had been lifted.”</p><p>Iraqi security forces sealed off all entrances to the capital’s heavily fortified Green Zone early Sunday and carried out raids inside the compound that houses key government institutions and foreign embassies.</p><p>The state news agency later reported that 47 people had been arrested in the corruption probe, but it was not clear if all of them were detained Sunday or if some of them had been arrested earlier.</p><p>It released the names of 15 arrestees, including 12 current lawmakers, one former legislator, a former advisor to former Prime Minister Mohammed Shia al-Sudani, and another high-ranking oil ministry official. Some of the arrested lawmakers came from al-Sudani's Shiite political bloc and others from the Azm Alliance, an influential Sunni party.</p><p>The specific accusations against them were not immediately clear.</p><p>Al-Sudani’s bloc won the largest share of seats in November’s parliamentary elections, but he ultimately stepped aside amid a deadlock in the Coordination Framework — a coalition of Shiite parties allied with Iran that brought him to power — over their preferred candidate for premier.</p><p>Al-Sudani was replaced by Ali al-Zaidi, a businessman and political newcomer, who emerged as a consensus candidate and received the blessing of the United States.</p><p>The arrests are likely to have ripple effects across Iraq’s fractured political landscape, where accusations of corruption frequently intersect with rivalries over power and influence.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/J2KKAYY7EG2XFOFYJEUBJECRGA.jpg?auth=518b1f8c84a41af5a5acb8fca1fdf0247345379e570f92d5bae8aef4a74020ba&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This is a locator map for Iraq with its capital, Baghdad. (AP Photo)]]></media:description></media:content></item><item><title><![CDATA[Pakistan's military says 3 soldiers were killed in militant attack in Karachi and vows retaliation]]></title><link>https://www.local10.com/news/world/2026/06/28/pakistans-military-says-3-soldiers-were-killed-in-militant-attack-in-karachi-and-vows-retaliation/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/28/pakistans-military-says-3-soldiers-were-killed-in-militant-attack-in-karachi-and-vows-retaliation/</guid><dc:creator><![CDATA[By MUHAMMAD FAROOQ, Associated Press]]></dc:creator><description><![CDATA[KARACHI, Pakistan (AP) — Pakistan’s military said Sunday that three members of its paramilitary Rangers force were killed and four others wounded in fighting after militants launched an attack the previous night on a regional headquarters in the southern port city of Karachi.]]></description><pubDate>Sun, 28 Jun 2026 06:31:20 +0000</pubDate><content:encoded><![CDATA[<p>KARACHI, Pakistan (AP) — Pakistan’s military said Sunday that three members of its paramilitary Rangers force were killed and four others wounded in fighting after militants launched an attack the previous night on a regional headquarters in the southern port city of Karachi.</p><p>A militant rammed an explosives-laden vehicle into the provincial headquarters of the paramilitary Pakistan Rangers in Karachi on Saturday night, triggering an intense exchange of gunfire with security forces, according to police and witnesses.</p><p>In a statement, the military said security forces had killed three attackers and captured a fourth, who was wounded. It identified the captured suspect as an Afghan national.</p><p>The military said operations were continuing in the area and warned that Pakistan would retaliate against those responsible for the assault. Pakistan has carried out airstrikes inside Afghanistan in recent years, saying they targeted militants responsible for attacks inside Pakistan. Kabul has repeatedly denied allowing militant groups to use Afghan territory to launch cross-border attacks.</p><p>The militant group Jamaat-ul-Ahrar, a breakaway faction of the Pakistani Taliban, claimed the attack shortly after it occurred.</p><p>The military described the group as an Indian proxy, but provided no evidence to support the allegation. There was no immediate comment from India, and New Delhi has denied similar allegations in recent years.</p><p>President Asif Ali Zardari paid tribute to the three Rangers personnel “martyred” in the assault, expressed condolences to their families and wished the wounded a speedy recovery in a statement issued by his office. He also praised the sacrifices of Pakistan’s security forces in the fight against militancy and reaffirmed the nation’s resolve to eliminate terrorism.</p><p>Prime Minister Shehbaz Sharif also condemned the attack and praised security forces for repelling the assault.</p><p>Pakistan has witnessed a surge in militant attacks targeting police and security forces in recent years.</p><p>The military said operations were still underway to eliminate any remaining accomplices of the attackers.</p><p>____</p><p>Associated Press writer in Islamabad Munir Ahmed contributed to this story.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/PYEIIWDCFYZBQZZXYI3CHDTA5I.jpg?auth=dbf34060fa8b5ec9645f577d2e42b2bd3cdbecbee0716bca5f7cbd1a306ba85d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Paramilitary soldiers and police officers stand guard on a road cordoned off near the site of a militant attack at the provincial headquarters of the paramilitary Pakistan Rangers in Karachi, Pakistan, Sunday, June 28, 2026. (AP Photo/Ali Raza)]]></media:description><media:credit role="author" scheme="urn:ebu">Ali Raza</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GOTKNBWRINM54CSUQSPFP6LIWE.jpg?auth=6b6530be747f9370d96360c178270cb8a545f73643046bc91e10d7a385fda109&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Paramilitary soldiers stand guard on a road cordoned off near the site of a militant attack at the provincial headquarters of the paramilitary Pakistan Rangers in Karachi, Pakistan, Sunday, June 28, 2026. (AP Photo/Ali Raza)]]></media:description><media:credit role="author" scheme="urn:ebu">Ali Raza</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KFGLL5AG2UFGR4RCGIQS3XTHAU.jpg?auth=25b2286cb97c976bb564fa27ef23ec6214f4c687de1303f6347b67188869d056&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Paramilitary soldiers examine a damaged area after a militant attack at the provincial headquarters of the paramilitary Pakistan Rangers in Karachi, Pakistan, Sunday, June 28, 2026. (AP Photo/Ali Raza)]]></media:description><media:credit role="author" scheme="urn:ebu">Ali Raza</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4UW2HLPWOX7CSU433HIXDFWBZ4.jpg?auth=0f64bab663b0e3eb0893d87cd441aa3cb5c6faedf8295a0aa7ba0c7a32a1bde0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Rescue workers remove a body in Karachi, Pakistan, Sunday, June 28, 2026. (AP Photo/Ali Raza)]]></media:description><media:credit role="author" scheme="urn:ebu">Ali Raza</media:credit></media:content></item><item><title><![CDATA[George Russell beats Verstappen and the heat to win Austrian Grand Prix and boost F1 title chances]]></title><link>https://www.local10.com/sports/2026/06/28/george-russell-beats-verstappen-and-the-heat-to-win-austrian-grand-prix-and-boost-f1-title-chances/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/28/george-russell-beats-verstappen-and-the-heat-to-win-austrian-grand-prix-and-boost-f1-title-chances/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[SPIELBERG, Austria (AP) — George Russell showed he can stand the heat in more ways than one as he won the Austrian Grand Prix to revive his Formula 1 title chances.]]></description><pubDate>Sun, 28 Jun 2026 17:37:59 +0000</pubDate><content:encoded><![CDATA[<p>SPIELBERG, Austria (AP) — George Russell showed he can stand the heat in more ways than one as he won the Austrian Grand Prix to revive his Formula 1 title chances.</p><p>Racing in a heatwave with a broken drinks system, Russell held off Max Verstappen and his own teammate Kimi Antonelli to turn his controversial pole position into a dominant win.</p><p>It's the first win for Russell, excluding sprint races, since the season-opening Australian Grand Prix. Russell said it was “incredible" to win again after struggling to compete with Antonelli when his teammate racked up five straight victories earlier in the season.</p><p>“It’s been a tough couple of months with some really tricky races, with races that felt like everything was going against me, then some races with some tough performances,” he said.</p><p>Verstappen took the fight to Mercedes with his upgraded Red Bull car at the team's home race, but couldn't get close enough for a shot at Russell and finished on the defensive against Antonelli. The top three were separated by just two seconds at the finish.</p><p>Lewis Hamilton and Ferrari failed to build on his breakthrough win at the Barcelona-Catalunya Grand Prix last time out, fading badly in the race despite qualifying well, with the seven-time champion fifth and teammate Charles Leclerc eighth.</p><p>Russell takes back second in the standings from Hamilton with his seventh career win and cuts Antonelli’s lead to 40 points.</p><p>“I have a lot of confidence in myself, knowing I can do it. I have less confidence in being able to get everything aligned with the car, the set-up and the tires, because it’s just been so up and down for me,” Russell said.</p><p>Antonelli was left to rue mistakes he said cost him valuable seconds early in the race.</p><p>“It was a shame that I joined the party a bit too late,” the 19-year-old driver said.</p><p>Russell's smart win</p><p>Russell took pole Saturday with a lap time set as a yellow flag was displayed for a crash by Verstappen. Russell argued he’d lifted off enough to be safe and the stewards agreed.</p><p>Sunday’s win showed off Russell’s smart approach to racing in a different way as he managed his pace and stayed out of trouble, even as those behind him lost time battling each other for position.</p><p>Leclerc had started second, with Hamilton third, but they gradually dropped back through the field on a track where they lacked power compared to Mercedes and also had difficulties with tire wear.</p><p>Hamilton didn’t give up without a fight, bringing back memories of his fierce battles with Verstappen in 2021. Hamilton and the Dutch driver fought side by side in the early part of the race and Verstappen complained Hamilton had forced him wide into a gravel trap.</p><p>Fourth place for Oscar Piastri was a positive sign for McLaren, with defending champion Lando Norris seventh, but it came with a warning from team principal Andrea Stella.</p><p>It was an example of “excellent strategy” but “we are not in a position to fight for victories and podiums on pure pace at the moment,” Stella said.</p><p>Cadillac feels the heat</p><p>The heatwave sweeping Europe made this the first race of the year to be run under F1’s “heat hazard” rules, with drivers required to use cooling vests or carry an equivalent weight in ballast. They lined up for the pre-race Austrian anthem in cooling gear and carrying umbrellas.</p><p>Overheating brakes were a hot topic, with Antonelli among those struggling to stop the car. Both Cadillac drivers retired early, with the team’s crew rushing to put out a small fire on Valtteri Bottas’ car before Sergio Perez reported smoke.</p><p>F1's newest team is launching an investigation into the issues.</p><p>“We have made progress in terms of pace and the gap from the rear of the field is growing, but we need to ensure we have the reliability to demonstrate it,” team principal Graeme Lowdon said.</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/BRZK5F47G2CMW4MY75T3VUE75U.jpg?auth=240f8b1d0ca85b7c01caaf0045435789662c2e05cb465de734a7388160cb9107&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Race winner Mercedes driver George Russell of Britain refreshes himself after the Austrian F1 Grand Prix, in Spielberg, Austria, Sunday, June 28, 2026. (AP Photo/Denes Erdos)]]></media:description><media:credit role="author" scheme="urn:ebu">Denes Erdos</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/F5KZY4AMH6NMJPFDJZOIZ5CQFA.jpg?auth=7f417c1f7a95732fe0c65bbd62b3c37d87fad9d7875e03615544c65bbfc9b61c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Mercedes driver George Russell of Britain celebrates after winning the Austrian F1 Grand Prix, in Spielberg, Austria, Sunday, June 28, 2026. (AP Photo/Denes Erdos)]]></media:description><media:credit role="author" scheme="urn:ebu">Denes Erdos</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ZEHSRW7K5IIJBQTAN6DVM4ASQY.jpg?auth=4a58bb38cfda0b8d4c4a5db147008787e2cbd865b42d8c24441912b4061f8f12&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Mercedes driver George Russell of Britain crosses the finish line to win the Austrian F1 Grand Prix, in Spielberg, Austria, Sunday, June 28, 2026. (AP Photo/Denes Erdos,Pool)]]></media:description><media:credit role="author" scheme="urn:ebu">Denes Erdos</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FKBTMA4BDZMETYLDA4OS7AY6AU.jpg?auth=2987ef43b9da39a9be6a57157f84095c659e78715a0db167ca35708578c497b4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Mercedes driver George Russell of Britain steers his car during the Austrian F1 Grand Prix, in Spielberg, Austria, Sunday, June 28, 2026. (AP Photo/Darko Bandic)]]></media:description><media:credit role="author" scheme="urn:ebu">Darko Bandic</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QP3DRXLE6BVD5SCEI4EK7PNOPI.jpg?auth=c3117bbe91b9a959406ca3896b9eb3edb25b4784684a218ae66e9c0ca078169b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Race winner Mercedes driver George Russell of Britain, center, stands on the podium with second placed Red Bull driver Max Verstappen of the Netherlands, left, and third placed Mercedes driver Andrea Kimi Antonelli of Italy after the Austrian F1 Grand Prix, in Spielberg, Austria, Sunday, June 28, 2026. (AP Photo/Darko Bandic)]]></media:description><media:credit role="author" scheme="urn:ebu">Darko Bandic</media:credit></media:content></item><item><title><![CDATA[Inside country legend Alan Jackson's triumphant finale concert]]></title><link>https://www.local10.com/entertainment/2026/06/28/inside-country-legend-alan-jacksons-triumphant-finale-concert/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/06/28/inside-country-legend-alan-jacksons-triumphant-finale-concert/</guid><dc:creator><![CDATA[By MARIA SHERMAN, Associated Press]]></dc:creator><description><![CDATA[NASHVILLE, Tenn. (AP) — The time has come for country music superstar Alan Jackson to hang up his signature Stetson hat.]]></description><pubDate>Sun, 28 Jun 2026 05:49:43 +0000</pubDate><content:encoded><![CDATA[<p>NASHVILLE, Tenn. (AP) — The time has come for country music superstar Alan Jackson to hang up his signature Stetson hat.</p><p>The genre traditionalist from Newnan, Georgia, whose career kicked off in the 1980s and exploded shortly thereafter in the oft-cited '90s country wave with heartfelt songs for the working man who'd rather be drinking, or fishing, or ideally both, has sold over 60 million records across his storied career. And on Saturday night at Nissan Stadium in Nashville, he brought his touring career to an end.</p><p>The event titled “Last Call: One More for the Road — The Finale" was a triumphant swan song for the performer, a celebration of his life and career with some help from the artists he directly inspired.</p><p>Nashville's all-stars came out in droves</p><p>It was a concert in two movements.</p><p>The first two hours were made up of a marathon run of Jackson covers from some of the biggest names in contemporary country. And each performer had a personal story to share. Carrie Underwood sang “Everything I Love” after revealing that Jackson was her first ever concert, in 1994 at the Tulsa State Fair. Thomas Rhett warmed up the crowd with “Small Town Southern Man,” an appropriate choice for a singer currently living the song's lyrics — he's a father to four girls.</p><p>The Texas-born and bred Miranda Lambert performed “Dallas.” Lainey Wilson got the crowd moving with “Tall, Tall Trees.”</p><p>“It's almost impossible to pick a favorite Alan Jackson song ... but I had to try,” said Luke Combs before launching into “Hard Hat and a Hammer.”</p><p>Each performer played with Jackson's backing band, save for Eric Church, who opted to cover “Someday” with just his voice and an acoustic guitar.</p><p>It was an All-Star night for one of country music's most colossal voices. Other guest performers included Luke Bryan, Riley Green, Cody Johnson, Little Big Town, Jake Owen, Jon Pardi, Lee Ann Womack and a slew of super talented members of Jackson's own family: Adam Wright, Big City Brian Wright and Carlisle Wright.</p><p>Five years ago, the 67-year-old music giant Jackson shared that he has a degenerative nerve condition that affects his balance called Charcot-Marie-Tooth disease, which he was first diagnosed with a decade prior. He said it was a genetic condition, and its effects on his ability to walk and perform had become more noticeable. One dollar of every ticket sold on Saturday night the CMT Research Foundation, an organization that funds research to find a cure for Charcot-Marie-Tooth.</p><p>When it was time for Jackson to hit the stage after 9:35 p.m. — after a storm delay of about an hour — he was met with ear-piercing cheers. The singer appeared stiff as he walked to his microphone, but once he picked up his guitar for the opener “Gone Country,” he was immediately back in action with that smoky baritone and timeless songs, though strumming was kept to a minimum.</p><p>“It's overwhelming,” he addressed the crowd before assuring them he would not spend too much time on “that last show stuff … I'm not dead!”</p><p>A night to remember</p><p>The Country Music Hall of Famer ran through his best-known hits with real ferocity: “I Don’t Even Know Your Name” arrived quickly, as did “Livin' on Love,” “Summertime Blues" and the moody “Midnight in Montgomery,” as the music videos for each played on a giant screen behind them.</p><p>He made it a point to walk from side to side of the stage, greeting each section while championing his band and the power of “real country music.”</p><p>“If anyone has lived the American dream,” he said later, while seated on a stool, “It's me.”</p><p>Anecdotes flowed from there. He talked about writing “I'd Love You All Over Again” for his wife on their 10th wedding anniversary and how the radio from “Chasin' that Neon Rainbow” is currently in the Country Music Hall of Fame museum. And he mentioned that “Drive (For Daddy Gene” was written after his father died.</p><p>An hour into his set, Jackson teased the audience by saying he needed some help for the next song. Out emerged George Strait for their collaborations “Designated Drink” and “Murder on Music Row.”</p><p>Then came an incredible run of hits: “Little Bitty,” “Country Boy,” “Good Time” and “Where Were You (When the World Stopped Turning)” among them, the latter written and recorded following the Sept. 11 terror attacks.</p><p>Blockbuster singles followed: “Don't Rock the Jukebox,” “Remember When,” and “It’s Five O’Clock Somewhere,” the latter recording famously featuring the late “Margaritaville” singer Jimmy Buffett.</p><p>Fireworks were launched into the sky for “Chattahoochee.”</p><p>Alan Jackson's story continues</p><p>Just because this is the end of Jackson's touring career doesn't mean it is the end of his music career. On Thursday, two days before the final concert blowout, Jackson released a country cover of Orleans' “Still the One,” to celebrate his 50-year relationship with wife and high school sweetheart Denise Jackson. She was a cheerleader practicing a dance routine to the soft rock classic; he was instantly smitten.</p><p>For those who missed Jackson's final bow, the show will be released later in the year as an NBC concert special. But for those who were in the stadium — in the middle of a huge storm — it was an unrepeatable and unmistakable night.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/S7NF4WSUYPRYG3UZ5HVB4UNFJU.jpg?auth=8b3ccdefa5c88ad4690c31d00631112f2892718d2ffcca199dea0e9a0a76b543&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Alan Jackson performs during his final farewell concert called, "Last Call: One More for the Road - The Finale," at Nissan Stadium, Saturday, June 27, 2026, in Nashville, Tenn. (AP Photo/John Amis)]]></media:description><media:credit role="author" scheme="urn:ebu">John Amis</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DUWVKB4X6RWMHWN7OKFOCM3O4M.jpg?auth=9d0243931dc339b802884fef018d3a0d12cff6b6e640a9f02bbdcb49bbafedfa&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Alan Jackson performs during his final farewell concert called, "Last Call: One More for the Road - The Finale," at Nissan Stadium, Saturday, June 27, 2026, in Nashville, Tenn. (AP Photo/John Amis)]]></media:description><media:credit role="author" scheme="urn:ebu">John Amis</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LXXPTQQNML3NSD453XUUFTZOLM.jpg?auth=74f21aa4fe497fbd8309946231dc0b5c55b17a133bef2aca00e8ed2007a5ad4c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Carrie Underwood arrives on the red carpet for Alan Jackson's final farewell concert called, "Last Call: One More for the Road - The Finale," at Nissan Stadium, Saturday, June 27, 2026, in Nashville, Tenn. (AP Photo/John Amis)]]></media:description><media:credit role="author" scheme="urn:ebu">John Amis</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TPVIIYGYQ5JANLDPPL2BFO4ZAM.jpg?auth=f5e1b209a380a039cf4eca6227eaa0d6e24c6d18650fb8d19b8d2a2e5a41792a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Riley Green arrives on the carpet for Alan Jackson's final farewell concert called, "Last Call: One More for the Road - The Finale," at Nissan Stadium, Saturday, June 27, 2026, in Nashville, Tenn. (AP Photo/John Amis)]]></media:description><media:credit role="author" scheme="urn:ebu">John Amis</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/Z6X6DQO4F3WEFA256R5H3SDQ64.jpg?auth=fbf66393806248f758570bce546666fe7209b83fd7b7b32dee6087bb887202d1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Luke Combs arrives on the red carpet for Alan Jackson's final farewell concert called, "Last Call: One More for the Road - The Finale," at Nissan Stadium, Saturday, June 27, 2026, in Nashville, Tenn. (AP Photo/John Amis)]]></media:description><media:credit role="author" scheme="urn:ebu">John Amis</media:credit></media:content></item><item><title><![CDATA[Iran attacks Bahrain and Kuwait following US strikes and threatens to halt talks]]></title><link>https://www.local10.com/news/world/2026/06/28/iran-attacks-bahrain-and-kuwait-following-us-strikes-and-threatens-to-halt-talks/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/28/iran-attacks-bahrain-and-kuwait-following-us-strikes-and-threatens-to-halt-talks/</guid><dc:creator><![CDATA[By JON GAMBRELL and MELANIE LIDMAN, Associated Press]]></dc:creator><description><![CDATA[DUBAI, United Arab Emirates (AP) — Iran again launched drone and missile attacks targeting Bahrain and Kuwait on Sunday following new U.S. airstrikes against the Islamic Republic, and threatened a “complete halt” in negotiations to end the war if Washington continues its attacks.]]></description><pubDate>Sun, 28 Jun 2026 18:21:10 +0000</pubDate><content:encoded><![CDATA[<p>DUBAI, United Arab Emirates (AP) — Iran again launched drone and missile attacks targeting Bahrain and Kuwait on Sunday following new U.S. airstrikes against the Islamic Republic, and threatened a “complete halt” in negotiations to end the war if Washington continues its attacks.</p><p>Efforts to reopen the Strait of Hormuz without Iran's oversight has sparked days of crossfire. A multinational maritime body overseen by the U.S. Navy said Saturday it would expand a route near Oman for inbound and outbound traffic, setting up a new flashpoint with Tehran.</p><p>Iranian Foreign Minister Abbas Araghchi reiterated the claim on Sunday that Tehran alone must govern the strait, the narrow mouth of the Persian Gulf that once carried a fifth of the world’s oil and natural gas.</p><p>“Any attempt to establish new or separate arrangements from those currently being carried out by the Islamic Republic of Iran will only lead to further complications, delay the reopening of the Strait of Hormuz and increase the level of tension,” Araghchi said.</p><p>The global community has long considered the strait an international waterway, despite its location in Iran and Oman's territorial waters. In recent days, Iran has twice attacked vessels going through a route on the Omani side during an evacuation effort backed by a United Nations agency.</p><p>The United States and Iran have been discussing the terms of an interim deal, including arrangements on the strait, the removal of a U.S. blockade on Iranian ports and sanctions on Iran, and the future of Iran’s stockpile of highly enriched uranium. Under the memorandum of understanding signed this month, they have 60 days from that signing to work out details.</p><p>Pakistan, a key mediator, earlier said talks would resume Tuesday,</p><p>The interim deal is meant to end fighting on all fronts before certain key issues can be discussed. Continued fighting in Lebanon, where an Israeli soldier was killed by Hezbollah fire early Sunday, also threatens the agreement.</p><p>Strikes target Gulf states hosting US military</p><p>Iran’s paramilitary Revolutionary Guard claimed responsibility for the attacks in Bahrain and Kuwait.</p><p>Kuwait, which hosts a major U.S. military base, said air defenses intercepted Iranian drones and two missiles just after the U.S. strikes in Iran. There were no reports of injuries or damage.</p><p>Bahrain said the Iranian strikes damaged a residential building near the international airport and no one was killed. Bahrain is home to the U.S. Navy’s 5th Fleet. The damaged building was not near its headquarters.</p><p>Bahrain’s Foreign Ministry denounced what it called “a dangerous escalation that reveals that what Tehran is doing is not a passing act, nor an isolated incident, but rather a deliberate approach and a systematic pattern of repeated aggression."</p><p>Later on Sunday, Qatar said a civilian had been killed, and another person was hurt, by shrapnel related to “military operations in the area" after a vessel didn't return at its scheduled time on Saturday. The statement did not give details.</p><p>Trump accuses Iran of violating ceasefire</p><p>The U.S. military’s Central Command said it struck Iranian military “surveillance infrastructure, communication systems, air defense sites, drone storage facilities and minelayer capabilities” following an attack on a ship at sea Saturday. The Panamanian-flagged tanker Kiku carried crude oil for the state-run energy company of Qatar, a key mediator between Iran and the U.S.</p><p>U.S. President Donald Trump on social media accused Iran of violating the ceasefire and warned of a point where the U.S. may no longer be reasonable “and will be forced to militarily complete the job.”</p><p>“If that happens, the Islamic Republic of Iran will no longer exist!” Trump wrote.</p><p>The exchanges of fire began when an Iranian drone struck a merchant vessel off Oman on Thursday and the U.S. military retaliated with strikes.</p><p>Ship traffic on the strait had increased over the past 72 hours, off both Iran and Oman, “despite the elevated threat environment,” the multinational maritime body overseen by the U.S. Navy said Sunday, adding that “U.S.-assisted commercial transits continued uninterrupted."</p><p>It said 89 such transits had been made, still below the historical average of 138 vessels a day.</p><p>Iran calls for new ‘conflict control unit’ in Lebanon</p><p>Last week, Israel and Lebanon signed a framework agreement to end the latest fighting between Israel and the Iranian-backed Hezbollah militant group, which began two days after the Iran war started when Hezbollah fired at Israel. Israel has responded with an invasion of southern Lebanon and it has said it will not withdraw until Hezbollah is disarmed.</p><p>Last week's deal did not include Iran or Hezbollah, which has criticized it and rejected calls to disarm.</p><p>On Sunday, Iran's foreign minister again said the U.S. must force Israel to halt attacks and withdraw. Israel occupies around 600 square kilometers (231 square miles) in southern Lebanon, which it says it needs as a security buffer.</p><p>Sporadic clashes have continued, and Hezbollah's leader said Saturday that the group would continue fighting until Israel withdraws from Lebanon.</p><p>Key Iranian negotiator and parliament Speaker Mohammad Bagher Qalibaf said Sunday that a meeting of a new “conflict control unit” formed among Iran, the United States and Lebanon should meet as soon as possible, Iran's state broadcaster reported.</p><p>The frequency of Israeli strikes in Lebanon has decreased significantly since the Iran-U.S. deal was signed, but two strikes hit southern Lebanon on Sunday morning — one in Taybeh town and the other in the Nabatiyeh area, according to Lebanon’s National News Agency. There was no immediate word on casualties.</p><p>Overnight, Hezbollah militants killed an Israeli soldier in Deir Siryan village in southern Lebanon, according to Israel's military. Hezbollah did not comment.</p><p>___</p><p>Lidman reported from Tel Aviv, Israel. Associated Press writer Sally Abou AlJoud in Beirut contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/NID5CMH5N72PWBWITBVLHLPSUU.jpg?auth=e57652f88e41ea9673708970c89045377fb91cf4548a7fee593048682e8cf489&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Iranian Foreign Minister Abbas Araghchi listens to his Iraqi counterpart Fouad Hussein during a news conference after a meeting at the foreign ministry in Baghdad, Iraq, Sunday, June 28, 2026. (AP Photo/Hadi Mizban)]]></media:description><media:credit role="author" scheme="urn:ebu">Hadi Mizban</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FK5L42RTXI7QMXV67RPGSZDCUU.jpg?auth=fc8b8463d7328599fa85e1cb938c3f29c6a5f6e1b15024016d7987ed4a76dbfa&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[An Israeli flag tops a destroyed building in southern Lebanon, as seen from northern Israel, Sunday, June 28, 2026. (AP Photo/Ohad Zwigenberg)]]></media:description><media:credit role="author" scheme="urn:ebu">Ohad Zwigenberg</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HPR6PQF7WXVNZIGM5DU4GCKJAY.jpg?auth=679599b29c6ca933de20546715014982d3afbdc0c2344d5584dffac247f62976&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Iranian Foreign Minister Abbas Araghchi, center, arrives to meet his Iraqi counterpart Fouad Hussein in Baghdad, Iraq, Sunday, June 28, 2026. (AP Photo/Hadi Mizban)]]></media:description><media:credit role="author" scheme="urn:ebu">Hadi Mizban</media:credit></media:content></item><item><title><![CDATA[Austria, Algeria trade goals in stoppage time, both advance at World Cup with stunning 3-3 draw]]></title><link>https://www.local10.com/sports/2026/06/28/austria-algeria-trade-goals-in-stoppage-time-both-advance-at-world-cup-with-stunning-3-3-draw/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/28/austria-algeria-trade-goals-in-stoppage-time-both-advance-at-world-cup-with-stunning-3-3-draw/</guid><dc:creator><![CDATA[By DAVE SKRETTA, Associated Press]]></dc:creator><description><![CDATA[KANSAS CITY, Mo. (AP) — Algeria and Austria knew that a pedestrian draw Saturday night would have sent both to the knockout round of the World Cup.]]></description><pubDate>Sun, 28 Jun 2026 05:07:53 +0000</pubDate><content:encoded><![CDATA[<p>KANSAS CITY, Mo. (AP) — Algeria and Austria knew that a pedestrian draw Saturday night would have sent both to the knockout round of the World Cup.</p><p>They delivered a thrilling 3-3 draw instead.</p><p>In the wildest finish of the group stage, Algeria took the lead in stoppage time only for Austria to answer on the final play of the game, making it a win-win result for those teams and a heartbreaking loss for Iran, which was eliminated from the tournament.</p><p>“I've been a coach for about 40 years. I don't remember a game that had such a dramatic course, and such an unexpected trajectory,” Austria coach Ralf Rangnick said, shaking his head. “Even at the beginning of the match, if someone would have said it would be 3-3, nobody would have believed it. Somebody would have won an incredible bet, I guess.”</p><p>The game was tied 2-all in the closing minutes, and Algeria looked as if it was content to run out the clock and allow both teams to advance, when Riyad Mahrez scored his second goal of the game. That put Austria on the verge of elimination, only for Sasa Kalajdzic to head in the equalizer a couple of minutes later, rescuing Das Team’s World Cup hopes.</p><p>“The locker room is madness,” Rangnick said with a smile. “If Alfred Hitchcock — who had nothing to do with soccer, didn't really like soccer — if he had written such a drama, I would have said he was completely mad.”</p><p>Marko Arnautovic and Marcel Sabitzer also had goals for Austria, which finished second behind Argentina in Group J to advance for the first time since 1982. Its reward is a matchup with European champion Spain on Thursday in Los Angeles.</p><p>Rafik Belghali also scored for Les Fennecs, who became the ninth of 10 teams from Africa to advance. They finished third in the group but get a potentially easier Round of 32 matchup with Switzerland on Thursday night in Vancouver, British Columbia.</p><p>“It’s a feeling of being extremely happy,” Mahrez said. “We’re obviously happy, and it was the objective when we arrived — it was to go beyond the first round. That's what we did, and we're all very happy.”</p><p>Iran would've advanced as one of the eight best third-place teams had Austria or Algeria won. But when Kalajdzic scored in stoppage time to tie the game one last time, it meant Team Melli was eliminated in heartbreaking fashion.</p><p>“When you have 3-3,” Rangnick said, “nobody can assume that it was an agreement (to tie) or anything like that.”</p><p>The first three World Cup matches at Arrowhead Stadium had seen the home of the Kansas City Chiefs flooded in the light blue of Argentina, yellow of Ecuador and highlighter orange of the Netherlands. But in the city's group finale, the Algeria green and red of the Austrians were complemented by thousands of locals just happy to score a less expensive World Cup ticket.</p><p>Many of those locals appeared to be rooting for Algeria, though, which has made its training base in nearby Lawrence, Kansas, and has struck up a unique friendship with the small college town home to the University of Kansas.</p><p>Few of those new fans of Les Fennecs probably knew about the “Disgrace of Gijón.”</p><p>Yet longtime Algeria supporters had been waiting 44 years for some World Cup revenge against Austria. At the 1982 tournament, Austria and West Germany seemingly quit playing after the latter took a 1-0 lead, because that outcome ensured both would advance at the expense of Algeria, which protested to FIFA to no avail and was eliminated from the World Cup.</p><p>Some were curious whether the expanded 48-team field would result in a “Disgrace of Kansas City,” since both teams knew by kickoff that a draw would send them through. Instead, a crowd of 69,045 on Saturday night was treated to a dramatic 90-plus minutes.</p><p>Austria struck first when Arnautovic perfectly timed a run between two Algerian defenders, found himself one-on-one with goalkeeper Oussama Benbot, and overcame a stumble to score his record-extending 49th career goal for his nation.</p><p>Algeria answered just before halftime, when Belghali’s left-footed shot easily beat Austrian goalkeeper Alexander Schlager.</p><p>The frenetic pace continued early in the second half on a hot night in Kansas City.</p><p>Not content with a 1-1 draw, Austria’s Konrad Laimer sent a sharp pass across the field that Sabitzer finished to regain the lead — and give Iran some hope — only for Algeria to answer minutes later, when Mahrez scored off a perfect cross from Houssem Aouar.</p><p>It remained 2-2 down the stretch, and Algeria began to play keep-away as an antsy crowd began to hoot and whistle. But just when it seemed that would be it, Mahrez and Kalajdzic ended the group stage of the World Cup in memorable fashion.</p><p>“I think the match was a little crazy. It sort of went beyond the limits of everyone’s endurance,” said Algeria coach Vladimir Petkovic. “Let’s celebrate our promotion, so to speak, let's rest and then we will begin again for the next round.”</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/HKHFYWFZENU5IOYJCGSUW26NM4.jpg?auth=074e720918d1af836e79a9db8a707153dd09edf91c2732767db293aafe0f30c4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Austria's players celebrates after Austria's Sasa Kalajdzic (14) scored to tie the match during the World Cup Group J soccer match between Algeria and Austria in Kansas City, Mo., Saturday, June 27, 2026. (AP Photo/Reed Hoffmann)]]></media:description><media:credit role="author" scheme="urn:ebu">Reed Hoffmann</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5A6IPILH7UMS42SSRSBYV5GGQ4.jpg?auth=0d667ed7098d5d497aac9e95372325d0d00bc4ae49c372fad4ca41c62360a68d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Algeria's Riyad Mahrez (7) scores their second goal past Austria goalkeeper Alexander Schlager (1) during the World Cup Group J soccer match between Algeria and Austria in Kansas City, Mo., Saturday, June 27, 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/YZFLTB2HNRGM35V2CSJJ7WGR5A.jpg?auth=faaaf803df8a17dc878d6bee1259b9bbcedbf298cd07283eab5ce7c3e582d124&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Austria goalkeeper Alexander Schlager (1) celebrates after the World Cup Group J soccer match between Algeria and Austria in Kansas City, Mo., Saturday, June 27, 2026. (AP Photo/Reed Hoffmann)]]></media:description><media:credit role="author" scheme="urn:ebu">Reed Hoffmann</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/H3RLFDBK2FHELN4YD2NEO2JGO4.jpg?auth=688d936ebb97c9dbc7ff146bf3ecf3e570e6e12107c54755d0b91a3901b3fece&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Austria's Marko Arnautovic (7) celebrates his team's first goal during the World Cup Group J soccer match between Algeria and Austria in Kansas City, Mo., Saturday, June 27, 2026. (AP Photo/Reed Hoffmann)]]></media:description><media:credit role="author" scheme="urn:ebu">Reed Hoffmann</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NJVI4XGLWGMGY3QSDTMTB2RXYQ.jpg?auth=c7384b657f1895a77b0a74e210beb612ddbc6e649907168899f2c903abfbc831&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Fans cheer after the World Cup Group J soccer match between Algeria and Austria in Kansas City, Mo., Saturday, June 27, 2026. (AP Photo/Charlie Riedel)]]></media:description><media:credit role="author" scheme="urn:ebu">Charlie Riedel</media:credit></media:content></item><item><title><![CDATA[Iran narrowly knocked out of tumultuous World Cup on Austria's last-second goal]]></title><link>https://www.local10.com/sports/2026/06/28/iran-narrowly-knocked-out-of-tumultuous-world-cup-on-austrias-last-second-goal/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/28/iran-narrowly-knocked-out-of-tumultuous-world-cup-on-austrias-last-second-goal/</guid><dc:creator><![CDATA[By JIM VERTUNO, Associated Press]]></dc:creator><description><![CDATA[Iran has been eliminated from the World Cup, narrowly failing to advance past the group stage in a politically charged tournament where the team played its matches amid tight restrictions imposed by the United States.]]></description><pubDate>Sun, 28 Jun 2026 04:27:49 +0000</pubDate><content:encoded><![CDATA[<p>Iran has been eliminated from the World Cup, narrowly failing to advance past the group stage in a politically charged tournament where the team played its matches amid tight restrictions imposed by the United States.</p><p>Iran missed the round of 32 by one spot in heartbreaking fashion.</p><p>It finished third in Group G with three points earned with draws against Belgium, New Zealand and Egypt. Iran appeared to have advanced via tiebreakers when Algeria scored a stunning stoppage-time goal to go ahead of Austria 3-2 Saturday night, but Austria tied it back up seconds later on the game's final play. Their draw ensured Iran's elimination.</p><p>It was one last painful moment for Iran in a World Cup that's been tumultuous, on and off the pitch.</p><p>The Iranians have been playing while Tehran negotiates with Washington on terms of a deal meant to permanently end the war that began earlier this year. Tensions continued Saturday when Iran launched a drone assault targeting Bahrain, home to the U.S. Navy’s 5th Fleet, in a likely response to overnight airstrikes by the U.S. Hours later, the U.S. said it struck multiple Iranian military targets after it said Iran attacked a ship near the Straight of Hormuz.</p><p>During the World Cup, Iran coach Amir Ghalenoei and players complained about numerous complications, including travel restrictions, visa denials for support staff and quick departures from the U.S. after matches.</p><p>U.S. officials have said all restrictions were known before the tournament.</p><p>The U.S. and Israel began the war on Feb. 28 by attacking Iran, which retaliated with attacks in the region and by asserting control over the Strait of Hormuz.</p><p>In March, Iran sought to move its group-stage matches to Mexico, with which it has diplomatic ties. Its request to move its base camp from Tucson, Arizona, to Tijuana was granted two weeks before the team’s arrival.</p><p>After Iran was eliminated Saturday night, the team sent a statement expressing “heartfelt appreciation to the wonderful people of Mexico, especially the beautiful city of Tijuana.”</p><p>“Leaving Tijuana is truly difficult for all of us,” the statement said.</p><p>At its first match, several hundred Iranian Americans protested outside the stadium, calling for change in Tehran and waving the pre-revolutionary lion-and-sun flag. Thousands more poured into the stadium to watch them play, and the pre-game national anthem was met with a mix of cheers and boos.</p><p>For the first two matches, near Los Angeles, the team was not permitted to travel until the day before and had to return to Mexico immediately after each game. The U.S. then eased its restrictions, allowing the squad to travel to Seattle two days before Friday’s match against Egypt. If Iran had advanced, it would have played its next match in Vancouver, British Columbia.</p><p>“We were treated very, very badly,” Ghalenoei said after Friday’s draw with Egypt left the Iranians clinging to hope they would get to the next round. “I hope the world becomes aware of these issues.”</p><p>“What these young Iranian national team players have done should be recorded in history,” Ghalenoei said. “Why? Because the host treated us in the worst possible way.”</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/MKDQ5LUHDJURIZSJ74LWLFLDQE.jpg?auth=6701aaa58458053076b3aa0b1ec162a624647dd49f8dd59e0f2dd5424c8dd2ae&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Iran's team stands for their national anthem during the World Cup Group G soccer match between Egypt and Iran in Seattle, Friday, June 26, 2026. (AP Photo/Manu Fernandez)]]></media:description><media:credit role="author" scheme="urn:ebu">Manu Fernandez</media:credit></media:content></item><item><title><![CDATA[Parades in NYC and San Francisco wrap up LGBTQ+ Pride Month]]></title><link>https://www.local10.com/news/national/2026/06/28/lgbtq-pride-parades-set-for-sunday-in-nyc-and-san-francisco/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/06/28/lgbtq-pride-parades-set-for-sunday-in-nyc-and-san-francisco/</guid><dc:creator><![CDATA[The Associated Press, Associated Press]]></dc:creator><description><![CDATA[Pride Month celebrations peaked Sunday with big parades in New York, San Francisco and some other cities on the anniversary of the 1969 Stonewall uprising, which accelerated and transformed the modern LGBTQ+ rights movement.]]></description><pubDate>Sun, 28 Jun 2026 18:17:45 +0000</pubDate><content:encoded><![CDATA[<p>Pride Month celebrations peaked Sunday with big parades in New York, San Francisco and some other cities on the anniversary of the 1969 Stonewall uprising, which accelerated and transformed the modern LGBTQ+ rights movement.</p><p>Pride events often mix celebration and calls to action, reflecting the political winds, cultural climate and news around LGBTQ+ rights.</p><p>This month's parades and festivals around the U.S. have unfolded as President Donald Trump works to roll back transgender rights and diversity, equity and inclusion initiatives. Among other moves, the Republican's administration removed a rainbow Pride flag from the Stonewall National Monument earlier this year, then ultimately relented amid a lawsuit.</p><p>“As LGBTQIA+ events and symbols are being erased, it’s vital that our community have safe spaces to show up and march to make clear: We are here,” Chris Piedmont, a spokesperson for New York parade organizers Heritage of Pride, said in a statement Friday. “We will not be erased.”</p><p>Carlos Duarte came in from Long Island to attend New York's parade.</p><p>“It’s very important for us to be here … to be all together for love, peace and to show the world who we are,” Duarte said.</p><p>Meanwhile, multiple Republican governors have promulgated conservative-friendly designations for June, such as “Nuclear Family Month,” sometimes openly describing them as a counter to Pride. Other prominent Republican politicians, including Vice President JD Vance, criticized Major League Baseball 's response to some San Francisco Giants players who added Bible verses to the rainbow-themed Pride Night caps they were issued.</p><p>Against that backdrop, the NYC Pride March and the San Francisco Pride Parade set out to further their legacies as some of the world's largest and oldest such celebrations.</p><p>Both trace their roots to events held in 1970 to commemorate the Stonewall rebellion on June 28, 1969, when patrons of a New York gay bar called the Stonewall Inn resisted a police raid and ended up kindling a wave of activism.</p><p>The Stonewall Inn still is a bar; the Stonewall monument centers on a small park across the street, about half a mile (about 0.8 km) from the Pride March route at its closest point.</p><p>Also set for Sunday in Manhattan was the newer Queer Liberation March, founded by activists who saw the Pride March as too corporate and official.</p><p>This year, some transgender rights activists also pressured Pride organizers to bar some New York City hospitals' contingents from marching because the institutions announced in recent months that they would stop providing transgender youth treatments.</p><p>Christen Clifford, a mother of two trans children, said during a news conference before the parade that New York City needs to enforce state laws that protect gender-affirming care.</p><p>“How can you let institutions that are actively harming queer kids march in Pride?” Clifford said. “I hope that New York City Pride will ban these hospitals from any future Pride parades until they restart care and so that families like mine know that you are listening to our concerns.”</p><p>The cutoff came amid funding threats from the Trump administration, and at least some of the hospitals also got federal Justice Department subpoenas for transgender patients' medical records. A judge has temporarily blocked the document demand.</p><p>Heritage of Pride said it has been talking with the hospitals about the issue. The group also noted the parade contingents are organized by LGBTQ+ employee groups, not by the top administrators responsible for decisions about care.</p><p>A message was sent to San Francisco Pride organizers about whether they faced similar questions.</p><p>Other cities with Pride parades Sunday include Seattle, where a World Cup soccer match Friday took on a Pride dimension after the countries whose teams involved — Iran and Egypt — triedunsuccessfully to get the celebrations canceled.</p><p>Carlos Duarte came in from Long Island to attend the Pride parade.</p><p>“It's very important for us to be here … to be all together for love, peace and to show the world who we are,” Duarte said.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/YOISDILDVYJ33COAVG3E7BEZ5Q.jpg?auth=47936cb1256d1c10ad23beec9b539a43f3172983e7b4a723a03a07e96eaa2b82&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Parade-goers attend the NYC Pride March near the Stonewall Inn, Sunday, June 28, 2026 in New York. (AP Photo/Pamela Smith)]]></media:description><media:credit role="author" scheme="urn:ebu">Pamela Smith</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/CD7DRXYBUDT4BG3I3DMI5B5U2Q.jpg?auth=6a6b1d1012ed9e650f06d34410f7fe7ab90209a4d10da9bffefae6c7bcadd868&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Revelers attend the annual Pride Parade in San Francisco, Monday, June 28, 2026. (AP Photo/Nic Coury)]]></media:description><media:credit role="author" scheme="urn:ebu">Nic Coury</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/X65B3US3MGCYSCD4NY3CQTBSHI.jpg?auth=91315335a7ec650f5a58c29852cff563ecf85bf4bc384f9aa1db2460b851d546&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Parade-goers attend the NYC Pride March near the Stonewall Inn, Sunday, June 28, 2026 in New York. (AP Photo/Pamela Smith)]]></media:description><media:credit role="author" scheme="urn:ebu">Pamela Smith</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/MDYLOWZXSSRHY76PDYXRPJE4FI.jpg?auth=35d8ebb77535216c1a882ba4c1226dfddb6c8e59add6af843276bd14e93f7cbb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Parade-goers attend the NYC Pride March, Sunday, June 28, 2026 in New York. (AP Photo/Pamela Smith)]]></media:description><media:credit role="author" scheme="urn:ebu">Pamela Smith</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NWJV7MOEOK2I7OS54OGJN2JH3E.jpg?auth=31a2822b6dc125aba0e1f567f44cc4d71b539fa0432615446c56e2fa5cc02b94&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Parade-goers attend the NYC Pride March near the Stonewall Inn, Sunday, June 28, 2026 in New York. (AP Photo/Pamela Smith)]]></media:description><media:credit role="author" scheme="urn:ebu">Pamela Smith</media:credit></media:content></item><item><title><![CDATA[A new law could create a list of immigrants illegally living in Mississippi. Advocates are alarmed]]></title><link>https://www.local10.com/news/florida/2026/06/27/a-new-law-could-create-a-list-of-immigrants-illegally-living-in-mississippi-advocates-are-alarmed/</link><guid isPermaLink="true">https://www.local10.com/news/florida/2026/06/27/a-new-law-could-create-a-list-of-immigrants-illegally-living-in-mississippi-advocates-are-alarmed/</guid><dc:creator><![CDATA[By DAVID A. LIEB, Associated Press]]></dc:creator><description><![CDATA[A new Mississippi law will authorize the state's top law enforcement agency to compile a list of all immigrants illegally living in the state.]]></description><pubDate>Sun, 28 Jun 2026 03:58:45 +0000</pubDate><content:encoded><![CDATA[<p>A new Mississippi law will authorize the state's top law enforcement agency to compile a list of all immigrants illegally living in the state.</p><p>What's to be done with that information is a bit open-ended. But the law set to take effect Wednesday is sparking alarm among immigrant advocates, who fear it could become a new tactic to target immigrants in conjunction with President Donald Trump's plan to deport millions of people lacking legal approval to live in the U.S.</p><p>The law says the state Department of Public Safety “may use all reasonable lawful investigative means available” to determine the number and identities of all “illegal aliens” in Mississippi. That includes collecting their names, addresses, country of origin and whether they are an adult or minor. It also includes noting any criminal history and the date, location and status of deportation proceedings.</p><p>The department is directed to share information on those suspected of violating laws with state and local authorities. The measure neither requires nor prohibits the database from being shared with U.S. Immigration and Customs Enforcement.</p><p>Republican state Sen. Angela Hill, who sponsored the measure, said states have a right and obligation to assist the U.S. government in discouraging illegal immigration, which she said facilitates crimes such as human and drug trafficking.</p><p>The new law “seems like commonsense to me,” Hill said. “In order to address the problems caused by illegal immigration, we need to understand the magnitude of the problem. Identifying the number and identity of illegal aliens in Mississippi is a concrete way to better understand the problem.”</p><p>Immigration laws are proliferating in states</p><p>Nationwide, states already have enacted more than 100 immigration-related laws this year, according to an Associated Press tally.</p><p>In Republican-led states, those measures generally have aligned with Trump's agenda by requiring local sheriffs to sign cooperative agreements with ICE, reinforcing eligibility restrictions for public benefits and directing election clerks to check voter rolls against the federal Systematic Alien Verification for Entitlements system in an attempt to flag noncitizens.</p><p>Democratic-led states generally have pushed back against Trump with new laws banning cooperative pacts with ICE, forbidding ICE tactics like wearing masks and restricting immigration enforcement actions in schools, hospitals and other sensitive locations without judicial warrants.</p><p>The closest thing to Mississippi's new law appears to be a 2021 executive order by Republican Florida Gov. Ron DeSantis. That measure directed the Florida Department of Law Enforcement to “use all lawful investigative means available” to determine the number and identities of all “illegal aliens” who had been transported from the nation's southwest border to Florida.</p><p>The Florida agency did not respond to an AP request for information about the results of the executive order.</p><p>Trump's administration, meanwhile, has stepped up enforcement of a decades-old federal law that requires noncitizens to register with the U.S. government.</p><p>Some question how the Mississippi law will work</p><p>The Mississippi law envisions more than a one-time count. It prescribes an ongoing effort to keep track of immigrants illegally in the state for the next two years. That could get complicated as people overstay visas, apply for new forms of legal status and move into and out the state.</p><p>"You can be undocumented today, and then have status tomorrow, and then lose it again next month, and then regain it three months from now,” said Efrén Olivares, vice president of litigation and legal strategy at the National Immigration Law Center, a nonprofit that advocates for low-income immigrants.</p><p>“It’s practically unworkable, but it’s also very worrisome, because it’s eerily reminiscent of other countries that have created lists of certain groups of people,” Olivares said.</p><p>State officials will need to come up with “a credible and fairly foolproof way of correctly determining someone's immigration status,” said Jessica Vaughan, director of policy studies at the Center for Immigration Studies, a nonprofit think tank that supports restrictions on immigration.</p><p>But Vaughan said the law “makes a lot of sense," adding that it "raises the likelihood that someone’s illegal presence is going to come to the attention of federal authorities.”</p><p>Advocates say the law could break trust with police</p><p>Mississippi has one of the country's smallest percentages of immigrants illegally residing in the state — fewer than 28,000 people, amounting to less than 1% of its population — according to a report by the American Immigration Council, which used 2023 Census Bureau data.</p><p>The new law “is very concerning for a bunch of different reasons,” including the potential to redirect law enforcement resources away from protecting the public to investigating people from foreign countries who may be contributing to the economy, said Victoria Francis, deputy director of state and local initiatives for the American Immigration Council, a nonprofit that advocates on behalf of immigrants.</p><p>“A mandate like this invites profiling and turning entire communities into targets,” Francis said.</p><p>The law could undermine trust between police and residents, said Lydia Grizzell, policy and advocacy manager for the American Civil Liberties Union of Mississippi.</p><p>“That increases the likelihood of individuals not reaching out to law enforcement when it’s needed – and that is opposite of the mission,” she said.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/SGYLJ3TKZV3DCXNA6TWHAK3GGE.jpg?auth=b3cd3fc6043d7e4a027d155c2973d3c27e8689c0dc8a0f6b7f95bd39d5328055&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Yaritza Herrera, left, a young mother in central Mississippi, speaks about her concerns regarding legislative proposals affecting immigrants and migrants, as Loida Ventura Paz of the Mississippi Immigrants' Rights Alliance translates from Spanish to English, during a news briefing before entering the Mississippi Capitol and lobbying lawmakers about those proposals, in Jackson, Wednesday, Jan. 25, 2023. (AP Photo/Rogelio V. Solis, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Rogelio V. Solis</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5HP55G2H2FZ3VUCIW7YXGNAHGE.jpg?auth=2014ff220a51ad33f18213e2fadef1402a131964758f6f9170cafb1cacf8679f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The Mississippi Capitol is seen in Jackson, Miss., on July 6, 2020. (AP Photo/Rogelio V. Solis, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Rogelio V. Solis</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/H3HDMVCMSTNR3UKAP3NHUQZLSM.jpg?auth=230e8241219196507d6a9d0015e13b9b70d1871cccfd171570ba599b0eac0107&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A group of immigrants attend a news conference held by the Mississippi Immigrants Rights Alliance regarding legislative proposals affecting immigrants and migrants in Mississippi, Wednesday, Jan. 25, 2023, at the Capitol in Jackson, Miss. (AP Photo/Rogelio V. Solis, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Rogelio V. Solis</media:credit></media:content></item><item><title><![CDATA[3 firefighters killed, 2 injured while tackling wildfires on the Colorado-Utah border]]></title><link>https://www.local10.com/news/florida/2026/06/28/3-firefighters-killed-2-injured-while-tackling-wildfires-on-the-colorado-utah-border/</link><guid isPermaLink="true">https://www.local10.com/news/florida/2026/06/28/3-firefighters-killed-2-injured-while-tackling-wildfires-on-the-colorado-utah-border/</guid><dc:creator><![CDATA[By TY ONEIL, MICHAEL R. SISAK and JULIE CARR SMYTH, Associated Press]]></dc:creator><description><![CDATA[BEAVER, Utah (AP) — Three firefighters were killed and two sustained burn injuries when they were overcome by flames from fast-moving wildfires in hot, windy conditions near the Colorado-Utah border.]]></description><pubDate>Sun, 28 Jun 2026 18:42:04 +0000</pubDate><content:encoded><![CDATA[<p>BEAVER, Utah (AP) — Three firefighters were killed and two sustained burn injuries when they were overcome by flames from fast-moving wildfires in hot, windy conditions near the Colorado-Utah border.</p><p>The firefighters deployed emergency shelters for themselves during the so-called burnover — which occurs when a fire spreads and closes off all escape routes — on Saturday in Mesa County, Colorado, the U.S. Interior Department said.</p><p>They worked for the U.S. Wildland Fire Service and U.S. Forest Service and were part of an interagency response to the Knowles and Gore fires, which merged with other fires to form the Snyder Fire. So far, about 44 square miles (114 square kilometers) have burned.</p><p>The Wildland Fire Service, created earlier this year to streamline firefighting and fire reduction across public lands, said in a statement that it “stands united” with the Forest Service in grief and "in our unwavering support for the loved ones left behind."</p><p>"Their bravery, dedication, and sacrifice will never be forgotten," the statement said.</p><p>The names of the firefighters who perished were being withheld pending notifications to their loved ones, the Interior Department said.</p><p>Temperatures in Grand Junction — east of the fire — hit a high of 93 degrees Fahrenheit (34 degrees Celsius), with winds gusting to 44 mph (71 kph), according to the National Weather Service.</p><p>The Mesa County Sheriff's Office was asking people to evacuate the potential path of the fire and to turn on irrigation water to saturate the land. The federal Bureau of Land Management closed public access to lands it manages nearby.</p><p>“Firefighter and public safety are the highest priority,” the agency said in a statement. “The temporary closing of the lands is to reduce exposure to hazardous situations due to the rapid rates of spread and fire behavior that the fire has exhibited. The public is to remain clear of these closed lands.”</p><p>Hot, dry and windy conditions</p><p>Wildfire activity has intensified across the western United States, as consecutive days of hot, dry and windy weather have fueled flames in Utah, Arizona and elsewhere as new fires popped up across the region.</p><p>The largest blaze, the Cottonwood Fire, was burning in rugged terrain in southwest Utah. It ballooned Saturday to more than 144 square miles (373 square kilometers) after marching through canyons and mountainsides, destroying part of a ski resort and other summer cabins along the way.</p><p>Authorities in Beaver County began working with fire teams on Saturday to assess the extent of the damage, but no estimates were immediately available. Gov. Spencer Cox in a post on social media called it bleak, but he thanked crews for what he called "several miraculous stops and saves.”</p><p>The cliffs and steep slopes have made the job even harder, said Alyssa Mason, a spokesperson assigned to the fire.</p><p>“It's hard to get dozers and other heavy equipment into that. It's hard to get engines into that,” she said. “It doesn't make it impossible to firefight, but it does just kind of slow things down.”</p><p>Hundreds of firefighters have been arriving in the arid state to battle new starts as well as those that have been growing because of what forecasters called critical fire weather — dangerously low humidity levels, warm temperatures and gusty winds.</p><p>The danger is even higher this year because of Utah's record-low snowpack and its warmest winter on record. Much of the West is grappling with similar conditions, according to the National Interagency Fire Center. Some 12 fires were burning in Utah, including four that were new. None were contained by late afternoon Sunday.</p><p>Fires across the U.S. burn thousands of square miles this year</p><p>Nationally, nearly 4,688 square miles (12,142 square kilometers) have burned since the start of the year. That is more than the 10-year average.</p><p>Some dozen fully or largely uncontained wildfires were burning across the desert Southwest on Sunday, according to Forest Service data, including in Utah, Colorado, Nevada and Arizona. Their area totaled nearly 469 square miles (1,214 square kilometers).</p><p>Emergencies declared in Utah and Colorado</p><p>The conditions in Utah were critical enough for Cox to declare an emergency earlier this week and clear the way for the state to ban fireworks ahead of the July Fourth holiday. The order comes as Utah is experiencing one of the most severe wildfire seasons in recent history, fueled by historic drought conditions.</p><p>State officials said that over the past week, Utah has seen an increase in wildfire starts, with each fire showing unprecedented behavior. These starts have stretched the state’s wildland firefighting capabilities, State Forester Jamie Barnes said.</p><p>Colorado Gov. Jared Polis also declared an emergency on Saturday, and authorized the use of the National Guard to tackle the fires.</p><p>Forecasters with the National Weather Service over recent days have been issuing red flag warnings for a wide swath of the West, from California to Arizona and New Mexico.</p><p>South of Grand Canyon National Park, authorities said the flames of a new wildfire were moving away from Grand Canyon Village and the nearby community of Tusayan on Saturday. But about 50 miles (80 kilometers) away, another fire prompted Coconino County officials to issue evacuation orders for those near Kendrick Mountain.</p><p>Parts of northern Arizona were without power Saturday as the utility serving the area initiated a safety shut-off in hopes of lessening the wildfire risk.</p><p>Power shutoffs have become more common in the West as wildfire risk has expanded. It is usually a last resort after utility forecasters weigh factors like sustained wind and gust speeds, available fuels and topography.</p><p>With extreme fire conditions persisting in Utah, Rocky Mountain Power also shut off power lines serving Beaver County and other areas.</p><p>___</p><p>Smyth contributed from Columbus, Ohio. Sisak reported from New York.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/M66J23BIF4PZ4ULWIXZI4GUT2A.jpg?auth=63886c0f7df7404ff3fcacf6199b62c5e1b16c8d2970db593f1b2fbbbd954d92&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Smoke rises from the Snyder Fire burning near Thompson Springs, Utah, on Sunday, June 28, 2026. (AP Photo/Noah Berger)]]></media:description><media:credit role="author" scheme="urn:ebu">Noah Berger</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YT3RENYGPC7OF7LBY22C66K6OQ.jpg?auth=c491c1b2c79aa5c1ce0912b968e5a6b8e61d2cb157b34ab9591d233e8f6c3072&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A helicopter drops water on the Cottonwood Fire burning near Beaver, Utah, on Saturday, June 27, 2026. (AP Photo/Noah Berger)]]></media:description><media:credit role="author" scheme="urn:ebu">Noah Berger</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3VI52MI7CFMDKJTNJR4OPWNPTU.jpg?auth=9df1ee0beb24a647e84ed3283c3e8d8d70a21f84802c453a50a2ca0753363a8f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Sunrise on the Cottonwood Fire in Kingston, Utah, on Saturday , June 27, 2026. (AP Photo/Ty ONeil)]]></media:description><media:credit role="author" scheme="urn:ebu">Ty ONeil</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KJL4KWZ5D4VM6EPFLLEE5TT2CA.jpg?auth=d1a57f8dfc75d6c1d3ec3cc3a8db2546b59ac3bb74dd70c4e0d4ed937c912236&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A firefighter watches as the Cottonwood Fire burns near Beaver, Utah, on Saturday, June 27, 2026. (AP Photo/Noah Berger)]]></media:description><media:credit role="author" scheme="urn:ebu">Noah Berger</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FKM7FQR3RPUYLPT5FHQD5IO37E.jpg?auth=e352c1e0551cdf00be21ce69e5e5c8f41275901fb6c4913104e61589048882a3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Firefighter tents sit across an elementary school lawn with the Cottonwood Fire in the background, in Beaver, Utah on Saturday, June 27, 2026. (AP Photo/Ty ONeil)]]></media:description><media:credit role="author" scheme="urn:ebu">Ty ONeil</media:credit></media:content></item><item><title><![CDATA[Florida Republicans gather at Hard Rock Casino for annual Sunshine State Showdown]]></title><link>https://www.local10.com/news/politics/2026/06/27/florida-republicans-gather-at-hard-rock-casino-for-annual-sunshine-state-showdown/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/27/florida-republicans-gather-at-hard-rock-casino-for-annual-sunshine-state-showdown/</guid><dc:creator><![CDATA[Byron Tollefson]]></dc:creator><description><![CDATA[It’s the Florida Republicans’ biggest event of the year — the annual Sunshine State Showdown inside the Hard Rock Casino.]]></description><pubDate>Sun, 28 Jun 2026 02:53:15 +0000</pubDate><content:encoded><![CDATA[<p>It’s the Florida Republicans’ biggest event of the year — the annual Sunshine State Showdown inside the Hard Rock Casino.</p><p>From supporters to candidates, the message throughout the gathering was confidence heading into this year’s elections.</p><p>“Obviously we can’t be too complacent, but I think our prospects are great,” said Jad with the Florida Young Republicans.</p><p>“I feel really good. You talk about stuff happening in other states, in Florida things just get better and better every year as Republicans and as proud Floridians in America,” said John Carroll, a District 53 State House candidate.</p><p>Several high-profile Republican figures took the stage, including Attorney General James Uthmeier and U.S. Senators Ashley Moody and Rick Scott.</p><p>11 Republicans are running for governor, including Congressman Byron Donalds, who has been endorsed by President Donald Trump.</p><p>“We are the best state in America, that’s not going to change, and this November we will tell the Florida Democratic Party once again. Because when you win in Florida, it’s the best state, and that’s not going to change anytime soon,” Donalds said.</p><p>Lieutenant Governor Jay Collins also spoke, while his competitor delivered sharp criticism.</p><p>“If we do not test our nominee now, the left-wing machine will test him when it’s too late to choose somebody else. And I’m telling you plainly Byron Donalds is not ready for the fight ahead,” the competitor said.</p><p>Donalds, meanwhile, focused his criticism on Democratic frontrunner David Jolly, a former Republican.</p><p>“I don’t know about you but we have worked too long in this state to make it the number one conservative state in America just to let some milquetoast Democrat wannabe think he is gonna transform Florida,” Donalds said.</p><p>Former Florida House Speaker Paul Renner also took the stage, pitching himself as a steady hand in the race.</p><p>“You also want a governor who’s gonna get there and deliver results and I’m a no nonsense, less talk, more action leader,” Renner said.</p><p>The event also featured a debate among four congressional candidates competing for the GOP nomination in the newly redistricted District 25, stretching from Miami Beach to Delray Beach.</p><p>Candidates including former state Rep. George Moraitis, Boca Raton Mayor Scott Singer, business owner Raven Harrison, and businessman Dan Franzese traded sharp exchanges over qualifications, experience, and vision for the district.</p><p>Singer and Franzese in particular went after each other’s records and backgrounds in a heated back-and-forth.</p><p>“These are the failed efforts by a repeat failed candidate,” one candidate said.</p><p>“I’ll tell you what else I hear when I go door to door, you could not get elected dog catcher in that district if you ran in your town again,” another said.</p><p>On the Democratic side, Rep. Jared Moskowitz is set to face progressive challenger Oliver Larkin in the primary.</p><p>Primary elections are scheduled for August 18th, with the general election set for November 3rd.</p>]]></content:encoded></item><item><title><![CDATA[June 27: Hot & humid conditions will persist this weekend]]></title><link>https://www.local10.com/weather/2026/06/27/june-27-hot-humid-conditions-will-persist-this-weekend/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/06/27/june-27-hot-humid-conditions-will-persist-this-weekend/</guid><dc:creator><![CDATA[Peta Sheerwood]]></dc:creator><description><![CDATA[Afternoon showers and storms over the Everglades will continue to track westward. This evening will be mostly dry, with feels-like temperatures ranging from 85 to 90 degrees.]]></description><pubDate>Sun, 28 Jun 2026 02:22:30 +0000</pubDate><content:encoded><![CDATA[<p>Afternoon showers and storms over the Everglades will continue to track westward. This evening will be mostly dry, with feels-like temperatures ranging from 85 to 90 degrees.</p><p>Watch for showers to move onshore overnight, with rain lingering into Sunday morning. Most of the day will be dry, with showers and storms developing inland by the afternoon.</p><p>Temperatures will be hot again, with highs reaching the lower 90s. Stay hydrated. Heat index values could climb to around 105 degrees. </p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZVM6A6ZXGBFH5FRLH2CKLR7DDY.jpg?auth=5538de09b666ea5a5147343fa29e64118175bed12961ff44a71e0e9e91fc0d29&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Thousands of Colombia fans pack Bayfront Park for final group stage match]]></title><link>https://www.local10.com/sports/local/2026/06/27/thousands-of-colombia-fans-pack-bayfront-park-ahead-of-portugal-match/</link><guid isPermaLink="true">https://www.local10.com/sports/local/2026/06/27/thousands-of-colombia-fans-pack-bayfront-park-ahead-of-portugal-match/</guid><dc:creator><![CDATA[Trent Kelly]]></dc:creator><description><![CDATA[Thousands of soccer fans packed Bayfront Park on Saturday ahead of Colombia’s Group K finale against Portugal, turning downtown Miami into a sea of yellow jerseys.]]></description><pubDate>Sat, 27 Jun 2026 22:15:25 +0000</pubDate><content:encoded><![CDATA[<p>Thousands of soccer fans packed Bayfront Park on Saturday ahead of Colombia’s Group K finale against Portugal, turning downtown Miami into a sea of yellow jerseys.</p><p><a href="https://www.local10.com/news/local/2026/06/27/miles-de-aficionados-de-colombia-llenan-bayfront-park-antes-del-partido-contra-portugal/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/06/27/miles-de-aficionados-de-colombia-llenan-bayfront-park-antes-del-partido-contra-portugal/">Leer en español</a></p><p>Fans began pouring through the gates throughout the afternoon for the FIFA Fan Fest, with long lines stretching for blocks as supporters waited to get inside. Many waved Colombian flags, chanted and cheered while preparing for the highly anticipated match at Miami Stadium.</p><p>For fans who were unable to get tickets to the game, the free watch party at Bayfront Park offered an alternative place to catch the action. The fan fest featured giant video screens showing the match, along with live entertainment, food, games and soccer-themed activities throughout the park.</p><p>Saturday marks the final day of group-stage play. Colombia had already secured a spot in the Round of 32 entering the match, while Portugal could advance with either a win or a draw.</p><p>The match was scheduled to kick off at 7:30 p.m. at Miami Stadium.</p><p>Officials expected the fan fest to remain packed well into the night. Bayfront Park can hold about 30,000 people at full capacity, and the crowd appeared to be approaching that number as fans continued arriving ahead of kickoff.</p>]]></content:encoded></item><item><title><![CDATA[Congo rallies to a 3-1 win against Uzbekistan to seal place in the World Cup knockouts]]></title><link>https://www.local10.com/sports/2026/06/28/congo-rallies-to-a-3-1-win-against-uzbekistan-to-seal-place-in-the-world-cup-knockouts/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/28/congo-rallies-to-a-3-1-win-against-uzbekistan-to-seal-place-in-the-world-cup-knockouts/</guid><dc:creator><![CDATA[By JAMES ROBSON, Associated Press]]></dc:creator><description><![CDATA[ATLANTA (AP) — For 52 years, Congo's standout World Cup memory was a humiliating 9-0 rout at the hands of Yugoslavia in its only other appearance on soccer's biggest stage.]]></description><pubDate>Sun, 28 Jun 2026 05:30:53 +0000</pubDate><content:encoded><![CDATA[<p>ATLANTA (AP) — For 52 years, Congo's standout World Cup memory was a humiliating 9-0 rout at the hands of Yugoslavia in its only other appearance on soccer's biggest stage.</p><p>Not anymore. Not after a new generation of players made history by advancing to the knockout stage of the World Cup for the first time and set up a clash with England.</p><p>“The weight on our shoulders was hard to bear,” said striker Yoane Wissa, whose two goals helped Congo rally to a 3-1 win against Uzbekistan on Saturday night</p><p>Fiston Mayele was also on target in a dramatic second-half comeback as Congo joined Cape Verde as another unexpected qualifier for the round of 32.</p><p>“We told ourselves we can’t give up,” Mayele said.</p><p>Congo has been one of the surprise stories of this World Cup, with few expecting it to emerge from a group that included Cristiano Ronaldo's Portugal and Colombia. And history was hardly on its side.</p><p>Congo's previous appearance was when it competed as Zaire in 1974 and lost all three games, including the rout by Yugoslavia.</p><p>It's a completely different story now.</p><p>After holding Portugal to a 1-1 draw earlier in the tournament, Congo needed a win in its final Group K game to advance as one of the best third-place teams.</p><p>It did just that with a breathless fight back after trailing to Eldor Shomurodov's lobbed goal in the 10th minute.</p><p>“We’re a team that knows how to respond when we concede a goal; we keep fighting with determination,” coach Sébastien Desabre said.</p><p>If the weight of the occasion was evident in Congo's first-half performance, the resilience of its players proved irresistible after the break.</p><p>The game was level in the 68th when Wissa was brought down by Abdukodir Khusanov for a penalty.</p><p>Wissa picked himself up and sent Uzbekistan goalkeeper Abduvohid Nematov the wrong way, rolling the ball into the bottom corner for the first of a late flurry of goals.</p><p>Mayele put Congo ahead 10 minutes later when flicking past Nematov at the near post and was mobbed by teammates and even substitutes, who raced off the bench and across the field to join in the wild celebrations.</p><p>There were even more joyous scenes when Wissa put the result beyond doubt in added time with a curling shot into the bottom corner.</p><p>Fans continued celebrating long after the final whistle, singing and dancing in the stadium concourses. The memories of 1974 fading fast.</p><p>“We’re going to savor this moment because it’s been tough,” said Wissa. “All the guys — the substitutes, those who’ve worn the jersey before, and those who’ll wear it tomorrow — we should be proud. Thank you to all the Congolese people; it’s for moments like these that we do what we do. We did it!”</p><p>Congo is one of nine African nations to advance from the group stage at this tournament.</p><p>“It’s quite an achievement. We showed a good image of Congo,” said Desabre.</p><p>Uzbekistan's debut at the World Cup ended in three straight defeats.</p><p>“I hope this tournament will give us big experience. I hope this experience will give us more motivation for the future,” said coach Fabio Cannavaro.</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/KSDBQA3P5YVMGKWXBEWMMCHAG4.jpg?auth=03b543746a69ae0dbecd98d9495e32bf7e0f78037bde260dc02bd139b1d83e06&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Congo's Cedric Bakambu (17), Yoane Wissa (20) and Gedeon Kalulu (24) celebrate a win during the World Cup Group K soccer match between DR Congo and Uzbekistan in Atlanta, Saturday, June 27, 2026. (AP Photo/Erik S. Lesser)]]></media:description><media:credit role="author" scheme="urn:ebu">Erik S. Lesser</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ARS7LNC55BTMAOWPLE7UON3L64.jpg?auth=f492884a70f860c6216676ca8da2a9c3b4385d5ef4b390128af6a4ca2354bc24&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Congo's Yoane Wissa (20) celebrates their first goal on a penalty kick during the World Cup Group K soccer match between DR Congo and Uzbekistan in Atlanta, Saturday, June 27, 2026. (AP Photo/Erik S. Lesser)]]></media:description><media:credit role="author" scheme="urn:ebu">Erik S. Lesser</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KCKC56A7ERRS3YGTHCWOMYV42Y.jpg?auth=1287682e3f6f689cc2ed1a402335cede7c1b29e03996210f5f7eb47f081964f8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Congo's Yoane Wissa (20) kicks for a penalty kick goal during the World Cup Group K soccer match between DR Congo and Uzbekistan in Atlanta, Saturday, June 27, 2026. (AP Photo/Erik S. Lesser)]]></media:description><media:credit role="author" scheme="urn:ebu">Erik S. Lesser</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VCJBSBAN3CY7AZ5FTQE5HCTMUQ.jpg?auth=2f1424a5e5487575da9a8bf74b5ae092768aac8a1c98e54a22f3aa13ef878f3a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Uzbekistan's Eldor Shomurodov (14) celebrates after scoring their first goal during the World Cup Group K soccer match between DR Congo and Uzbekistan in Atlanta, Saturday, June 27, 2026. (AP Photo/Erik S.Lesser)]]></media:description><media:credit role="author" scheme="urn:ebu">Erik S.Lesser</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VWVZN6GVKDJGTHJOEU3UFNRASU.jpg?auth=03456481355b99777270723656754f1652658d9c642d2e5e6f6ee1cc72b2e779&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Uzbekistan's Sherzod Nasrullaev (13) reacts to a loss during the World Cup Group K soccer match between DR Congo and Uzbekistan in Atlanta, Saturday, June 27, 2026. (AP Photo/Erik S. Lesser)]]></media:description><media:credit role="author" scheme="urn:ebu">Erik S. Lesser</media:credit></media:content></item><item><title><![CDATA[BET Awards: Druski to make history as youngest host as show honors Lauryn Hill and Teyana Taylor]]></title><link>https://www.local10.com/entertainment/2026/06/27/bet-awards-druski-to-make-history-as-youngest-host-as-show-honors-lauryn-hill-and-teyana-taylor/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/06/27/bet-awards-druski-to-make-history-as-youngest-host-as-show-honors-lauryn-hill-and-teyana-taylor/</guid><dc:creator><![CDATA[By JONATHAN LANDRUM Jr., Associated Press]]></dc:creator><description><![CDATA[LOS ANGELES (AP) — Druski will make history as the youngest host of the BET Awards on Sunday, where Lauryn Hill and Teyana Taylor will be honored along with stars such as Cardi B, Doechii and Queen Latifah who are expected to take the stage.]]></description><pubDate>Sun, 28 Jun 2026 01:22:56 +0000</pubDate><content:encoded><![CDATA[<p>LOS ANGELES (AP) — Druski will make history as the youngest host of the BET Awards on Sunday, where Lauryn Hill and Teyana Taylor will be honored along with stars such as Cardi B, Doechii and Queen Latifah who are expected to take the stage.</p><p>Druski will surpass Kevin Hart, who previously held the distinction as the BET Award’s youngest host when he emceed in 2011.</p><p>The 31-year-old comedian and digital creator will host the ceremony live from the Peacock Theater in Los Angeles at 8 p.m. EDT.</p><p>Who is nominated?</p><p>Cardi B leads this year’s BET Awards with six nominations, while Kendrick Lamar and Mariah the Scientist earned five nods each. Doechii, Doja Cat, Clipse, Teyana Taylor, Olivia Dean and Latto follow with four nominations apiece.</p><p>The album of the year race includes Cardi B’s “Am I the Drama?,” Clipse’s “Let God Sort Em Out,” J. Cole’s “The Fall-Off,” Leon Thomas’ “Mutt Deluxe: Heel,” Mariah the Scientist’s “Hearts Sold Separately,” Tyler, the Creator’s “Don’t Tap the Glass,” Bruno Mars’ “The Romantic,” and Wale’s “everything is a lot.”</p><p>Several of the year’s biggest hits are also in contention for song of the year, including Kendrick Lamar and SZA’s “Luther,” Leon Thomas’ “Mutt,” Doechii’s “Denial Is a River,” and Mariah the Scientist’s “Burning Blue.”</p><p>Who are the show’s performers?</p><p>The first wave of performers includes Cardi B, Common, Doechii, Don Toliver, French Montana, Jill Scott, Kehlani, Queen Latifah, Rick Ross, Tems, T.I. and The War And Treaty.</p><p>Hip-hop pioneer MC Lyte returns as the show’s announcer.</p><p>Who will host the show?</p><p>Druski is expected to bring his improvisational style and internet-born comedy to the BET Awards stage.</p><p>He became one of entertainment’s fastest-rising stars through his viral sketches before expanding into sold-out comedy tours and collaborations with artists including Drake and Snoop Dogg, as well as appearances alongside figures like Tom Brady and Timothée Chalamet.</p><p>“I grew up watching the BET Awards,” Druski said. “To know the comedic legends that hosted before me set the bar so high, I’m just grateful to be a part of the history. But I’m still bringing my brand of comedy to the stage.”</p><p>Who will receive special honors?</p><p>Hill will receive the Living Legend Icon Award, which recognizes pioneers whose work has remained culturally essential across generations. She first emerged as a member of the Fugees before releasing her landmark solo debut, “The Miseducation of Lauryn Hill,” a genre-defying album that became one of the most influential recordings in hip-hop and R&B history.</p><p>BET called Hill “the very definition of a living legend,” crediting her with reshaping music while inspiring generations of artists.</p><p>Taylor, who starred in “One Battle After Another,” will receive the Icon of the Year Award, recognizing a creative force whose influence is shaping culture today. She has evolved from a multiplatinum recording artist into an award-winning actor, director, producer and choreographer.</p><p>Music executive Sylvia Rhone will receive the Ultimate Icon Award for her groundbreaking leadership and lasting impact on the music industry.</p><p>Rhone made history as the first Black woman to lead a major record company owned by a Fortune 500 corporation. During a career spanning decades, she helped develop artists including Missy Elliott, Lil Wayne, Tracy Chapman, Brandy, Erykah Badu, Kid Cudi, Future, Travis Scott and Giveon.</p><p>Are there any other standout nominees?</p><p>The awards will feature award categories including the Pulse Award for creator and content series and the Fashion Vanguard Award for cultural impact in fashion.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/5OSMM3GGJKS4UFOEOBINLNRVGY.jpg?auth=a7c3c94b653fc35268ef4c34f2dbb51f7bcfcc2ac7c5c95067f36fc2dfc3323d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Cardi B performs during the Global Citizen Festival in New York on Sept. 27, 2025. (Photo by Charles Sykes/Invision/AP, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Charles Sykes</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/AXQ7PHYUN7CPUJGPC37CSBLP24.jpg?auth=e693843da9440be5c14fdad6906649cc7ecca138ceb78f4feb6a8cf79058f7da&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Teyana Taylor appears at the CCA's 8th Annual Celebration of Black Cinema & Television in Los Angeles on Dec. 9, 2025, left, and Lauryn Hill performs at the Essence Festival in New Orleans on June 30, 2023. (AP Photo)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/6TPKAUKOE6YUH6LCI7G4OHD5GA.jpg?auth=0b65867febf6669b66e945bdeb4b0376f3e391cd461a9d3f8706cc8531363ca9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Druski appears at the MTV Video Music Awards in Newark, N.J., on Aug. 28, 2022. (Photo by Evan Agostini/Invision/AP, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Evan Agostini</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WBKXX3IZ2Y7NTSAW7MYMAZJIOU.jpg?auth=659f5abae3199b4ee19a76a3972b7cdd72b81b3e2f6fcc8f6fa00895710783d1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Teyana Taylor arrives at Billboard's Women in Music event, April 29, 2026, in Los Angeles. (AP Photo/Chris Pizzello, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Chris Pizzello</media:credit></media:content></item><item><title><![CDATA[Police: Father and daughter, 11, shot outside Hallandale Beach McDonald’s; suspect at large]]></title><link>https://www.local10.com/news/local/2026/06/27/bso-11-year-old-girl-man-shot-outside-hallandale-beach-mcdonalds-suspect-at-large/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/27/bso-11-year-old-girl-man-shot-outside-hallandale-beach-mcdonalds-suspect-at-large/</guid><dc:creator><![CDATA[Ryan Mackey, Pablo Hernandez, Samiar Nefzi]]></dc:creator><description><![CDATA[An 11-year-old girl and a man were shot outside a McDonald’s in Hallandale Beach on Saturday afternoon, deputies with the Broward Sheriff’s Office confirmed to Local 10 News.]]></description><pubDate>Sat, 27 Jun 2026 18:36:51 +0000</pubDate><content:encoded><![CDATA[<p>An 11-year-old girl and her father were shot while sitting inside a car in a Hallandale Beach McDonald’s parking lot Saturday afternoon, police confirmed to Local 10 News.</p><p><a href="https://www.local10.com/news/local/2026/06/27/bso-balean-a-nina-de-11-anos-y-a-hombre-frente-a-mcdonalds-de-hallandale-beach-sospechoso-sigue-profugo/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/06/27/bso-balean-a-nina-de-11-anos-y-a-hombre-frente-a-mcdonalds-de-hallandale-beach-sospechoso-sigue-profugo/">Leer en español</a></p><p>Hallandale Beach police said the girl and her father were innocent bystanders and were not involved in the altercation that led to the shooting.</p><p>Police said the family had just arrived at the McDonald’s in the 800 block of West Hallandale Beach Boulevard when the girl’s mother went inside to get food. They said the father and daughter remained in the vehicle waiting. </p><p>Investigators said an altercation started in the parking lot between suspects, and the father and daughter were shot while they were inside the car.</p><p>They said the girl was conscious and alert after being shot.</p><p>Both were transported to a local hospital and are in stable condition, with the girl having to undergo surgery.</p><p>Detectives remained at the scene reviewing surveillance footage and investigating the shooting. Police were also conducting a house-by-house search as they looked for the suspect, who remained at large.</p><p>A spokesperson with the Broward Sheriff’s Office confirmed the Hallandale Beach Police Department is the lead agency on the case.</p><p>Captain Megan Jones told Local 10 News it’s believed one of the people involved in the gun exchange was a McDonald’s employee.</p><p>The Hallandale Beach Police Department is asking anyone with information, video footage, or knowledge that may assist detectives in this investigation to contact the Hallandale Beach Police Department at 954-457-1400.</p><p>Anyone wishing to remain anonymous may contact Broward Crime Stoppers at 954-493-TIPS (8477).</p><p><i>Local 10 News reporter Rosh Lowe contributed to this </i>story.</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[Fotos muestran labores de rescate en Venezuela tras devastación causada por terremotos]]></title><link>https://www.local10.com/espanol/2026/06/27/fotos-muestran-labores-de-rescate-en-venezuela-tras-devastacion-causada-por-terremoto/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/27/fotos-muestran-labores-de-rescate-en-venezuela-tras-devastacion-causada-por-terremoto/</guid><dc:creator><![CDATA[Por The Associated Press, Associated Press]]></dc:creator><description><![CDATA[LA GUAIRA, Venezuela (AP) — Las labores de búsqueda y rescate se llevaron a cabo en toda Venezuela mientras comenzaba a llegar ayuda humanitaria tras dos potentes terremotos que causaron la muerte de al menos 1.430 personas, dejaron miles de heridos y a muchas más desaparecidas.]]></description><pubDate>Sun, 28 Jun 2026 01:57:57 +0000</pubDate><content:encoded><![CDATA[<p>LA GUAIRA, Venezuela (AP) — Las labores de búsqueda y rescate se llevaron a cabo en toda Venezuela mientras comenzaba a llegar ayuda humanitaria tras dos potentes terremotos que causaron la muerte de al menos 1.430 personas, dejaron miles de heridos y a muchas más desaparecidas.</p><p>___</p><p>Esta es una galería de fotos seleccionada por editores de fotografía de AP.</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/ZOGNPUYVNXDB6CKDOQ24ZNGKQM.jpg?auth=5106540fc38818bd6829b67d61f140458ac13f9caff32e4f719a15d3293f62c5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Familiares que buscan información en Catia La Mar, Venezuela, dejan tarjetas de identificación y fotografías de personas desaparecidas en la ventanilla de un auto cubierto de tierra el sábado 27 de junio de 2026, tres días después de que dos terremotos sacudieran el país. (AP Foto/Fernando Vergara)]]></media:description><media:credit role="author" scheme="urn:ebu">Fernando Vergara</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QAQ6ZQQD4QWGVK6QR5HE7S3KSY.jpg?auth=ff6fc6334412d61540d0756085d385780b23fb4d6fdf5d32397d4db4dec63f59&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Los equipos de rescate sacan a Moisés Calzadilla, de 11 años, de entre los escombros tres días después de que los terremotos azotaran La Guaira, Venezuela, el sábado 27 de junio de 2026. (AP Foto/Fernando Vergara)]]></media:description><media:credit role="author" scheme="urn:ebu">Fernando Vergara</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YUDVSUULM5SGDXKM623U5I67A4.jpg?auth=0998dc9fc355ce1aa00f8ca5094ef4a71f1713f28e722818d0e3299ed4b5fd17&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Una mujer llora junto a edificios dañados tres días después del terremoto que sacudió La Guaira, Venezuela, el sábado 27 de junio de 2026. (AP Foto/Matías Delacroix)]]></media:description><media:credit role="author" scheme="urn:ebu">Matias Delacroix</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XYFG2VGJMS4DHWQ6VINE3MR4HY.jpg?auth=737e2a0051207f477c352d4d3eac419453a81ee9474f54a6cf173d9dd8d8ca00&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Los equipos de rescate buscan entre los escombros tres días después de que los terremotos azotaran Catia La Mar, Venezuela, el sábado 27 de junio de 2026. (AP Foto/Fernando Vergara)]]></media:description><media:credit role="author" scheme="urn:ebu">Fernando Vergara</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4RYJAZ3ZMM7IW476PRDM47KJIQ.jpg?auth=eb80d14e5a33cdc2b2c438fc592c4dfafd8e349891132927935117d1fb6ac6b9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Arkelis Izaguirre, a la derecha, busca a su hermano, Manuel, el sábado 27 de junio de 2026 entre los escombros de un edificio derrumbado por los terremotos que sacudieron La Guaira, Venezuela, hace tres días. (AP Foto/Matías Delacroix)]]></media:description><media:credit role="author" scheme="urn:ebu">Matias Delacroix</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/426INYYI2F32W4IONYNML36COQ.jpg?auth=6b738c7e59678c6b55c8164981521370db3e818f2d4c52800b8fdc4f35bcab10&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Edificios el sábado 27 de junio de 2026 que fueron dañados por los terremotos que sacudieron La Guaira, Venezuela, tres días antes. (AP Foto/Matías Delacroix)]]></media:description><media:credit role="author" scheme="urn:ebu">Matias Delacroix</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4NDWA2QTIVBHXKGTLQ42SQDOYA.jpg?auth=e062a6779776592f1041f6fd2ff3b8e5e3fc908099fc6b965bc678511c5d9402&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Unos vecinos transportan a un hombre rescatado de entre los escombros tres días después de los terremotos, en La Guaira (Venezuela), el sábado 27 de junio de 2026. (Foto AP/FMatias Delacroix)]]></media:description><media:credit role="author" scheme="urn:ebu">Matias Delacroix</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KXKFE4BGAWOVNA743DSTDASBBQ.jpg?auth=751fcb970fc4e95ae2581f1174c071963633b7da0a805236044efd743b7f4785&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Tres días después de que los terremotos dañaran sus hogares varias personas acampan frente a su edificio de apartamentos en La Guiara, Venezuela, el sábado 27 de junio de 2026. (AP Foto/Fernando Vergara)]]></media:description><media:credit role="author" scheme="urn:ebu">Fernando Vergara</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6RLYMKHTAVC5AIBPTL2D67KMDU.jpg?auth=11274a680d1a18029e501196fcb0d6667cedf4d2e5fe5f4ab5c766d472d2c1e0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ezequiel Frontado observa los cuerpos cubiertos mientras busca a sus familiares desaparecidos tres días después de que los terremotos azotaran Catia La Mar, Venezuela, el sábado 27 de junio de 2026. (AP Foto/Fernando Vergara)]]></media:description><media:credit role="author" scheme="urn:ebu">Fernando Vergara</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3RYLDCVDOMG2O3OW63SQEEGF2A.jpg?auth=d58c6f93d640c9d41e01afefbd3e33ffa8c060a123c3d44399bc426e159000c7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Un helicóptero militar estadounidense despega el sábado 27 de junio de 2026 tras aterrizar en La Guaira, Venezuela, tres días después de que se produjeran los terremotos. (AP Foto/Matias Delacroix)]]></media:description><media:credit role="author" scheme="urn:ebu">Matias Delacroix</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/I32VO3JLLKCSTL6FWPTU2DR2CU.jpg?auth=4a917d0986dcfb1012c803bef223340c4a01fd3ce4df53457731192f31a9b311&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Un hombre de pie sobre una montaña de escombros el sábado 27 de junio de 2026, tres días después de que se produjeran dos terremotos consecutivos, en La Guaira, Venezuela. (AP Foto/Matías Delacroix)]]></media:description><media:credit role="author" scheme="urn:ebu">Matias Delacroix</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/PR7YLFW5SYT46TOEUDVQT5SOXA.jpg?auth=9e2a601d133114d5b6fccf660b93fe50f605bf2fc497274e418bdcf2113132bf&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Un joven rescatado de entre los escombros es trasladado en motocicleta el viernes 26 de junio de 2026, dos días después de que dos terremotos azotaran La Guaira, Venezuela. (AP Foto/Matías Delacroix)]]></media:description><media:credit role="author" scheme="urn:ebu">Matias Delacroix</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VOG637FK3CE2J3DFBKARA6AE2U.jpg?auth=7927bb4da01955cc5b985491d0366748e48aaf9dae98398898f59071cd97c388&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Rescatistas transportan a Patrick Vargas tras sacarlo de los escombros el viernes 26 de junio de 2026, dos días después de que un terremoto sacudiera Catia la Mar, Venezuela. (AP Foto/Fernando Vergara)]]></media:description><media:credit role="author" scheme="urn:ebu">Fernando Vergara</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RPEOPEAOVW3STYMDUZZMJYF4TA.jpg?auth=e47644d7dbb9ce28f06ba8ab8df697b5249d1c00fa69040d41880f9e86d3a933&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Varias personas caminan entre escombros dos días después de dos terremotos, el viernes 26 de junio de 2026, en Catia La Mar, Venezuela. (AP Foto/Fernando Vergara)]]></media:description><media:credit role="author" scheme="urn:ebu">Fernando Vergara</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/MFLUH6JT34L3V35O7V4NT6BXWY.jpg?auth=1de2bb643ab8dc1f0be8b42f78a887607dfd3f4106231814ca0dec22c644daac&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Rescatistas colocan a Daniel Cordero en una camilla tras sacarlo de entre los escombros dos días después de un sismo que sacudió Catia la Mar, Venezuela, el 26 de junio de 2026. (AP Foto/Fernando Vergara)]]></media:description><media:credit role="author" scheme="urn:ebu">Fernando Vergara</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/N6QMN3FNZVDSE4QRQSWSUE2ICA.jpg?auth=9fb07ffee2bc4894b82b788b60b5afed437f0bbf53599e2e8ca50aa64a7b1f9d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Residentes y rescatistas buscan entre los escombros dos días después de un sismo que remeció La Guaira, Venezuela, el 26 de junio de 2026. (AP Foto/Juan Pablo Arraez)]]></media:description><media:credit role="author" scheme="urn:ebu">Juan Pablo Arraez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/I4SNHPDKAXXXRAER2NCS5OJ5KE.jpg?auth=046eb858cd40aaa77b49886cc62c57c30db0fd5c74ef9c4b1810effec2f4fd83&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Franklin Fuentes busca a familiares desaparecidos en el edificio derrumbado donde vivían dos días después de que los terremotos azotaran La Guaira, Venezuela, el viernes 26 de junio de 2026. (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/OKHYPCWMIEFTKBJVXHL2PE3JYE.jpg?auth=1e17bb3cbd5c3d23f2dbcaafbd620336e2cc11e63f0063a9b0ce6caf4f73ce4a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Policías venezolanos buscan sobrevivientes entre los escombros en La Guaira, Venezuela, el 26 de junio de 2026, dos días después del doble sismo que remeció el país. (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/667HCWHYP2YH53F2O722DELHQM.jpg?auth=8e023cb4c90e5523f570f79e73e354c2e836b9defba498a1c5ab493651f27a72&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Miembros de una organización religiosa distribuyen alimentos a las personas afectadas dos días después del terremoto que azotó La Guaira, Venezuela, el viernes 26 de junio de 2026. (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/B2FAZXO6LCMNQNPASJPZZ2BPKA.jpg?auth=9147b091f68e692d833153b240be6b99e599f3ab52f6638c7e5ca8c494212347&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Los equipos de rescate buscan entre los escombros de un edificio derrumbado dos días después de que los terremotos azotaran Caracas, Venezuela, el viernes 26 de junio de 2026. (AP Foto/Pedro Mattey)]]></media:description><media:credit role="author" scheme="urn:ebu">Pedro Mattey</media:credit></media:content></item><item><title><![CDATA[Messi becomes first to score in 7 straight World Cup games while extending goals record]]></title><link>https://www.local10.com/sports/2026/06/28/messi-becomes-first-to-score-in-7-straight-world-cup-games-while-extending-goals-record/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/28/messi-becomes-first-to-score-in-7-straight-world-cup-games-while-extending-goals-record/</guid><dc:creator><![CDATA[By SCHUYLER DIXON, Associated Press]]></dc:creator><description><![CDATA[ARLINGTON, Texas (AP) — Lionel Messi didn't have much time to try to become the first to score in seven consecutive World Cup games.]]></description><pubDate>Sun, 28 Jun 2026 05:16:29 +0000</pubDate><content:encoded><![CDATA[<p>ARLINGTON, Texas (AP) — Lionel Messi didn't have much time to try to become the first to score in seven consecutive World Cup games.</p><p>Argentina's superstar did it anyway as a second-half substitute.</p><p>Messi made it seven straight while extending the all-time men's World Cup scoring record with his 19th goal in Argentina's 3-1 victory over Jordan in a group stage finale on Saturday night.</p><p>In his first match since turning 39 three days earlier, Messi scored on a free kick in the 80th minute after being taken down just outside the penalty area. The low kick barely above the grass surface split two Jordan defenders into the left corner of the net.</p><p>It was his 72nd career goal on a free kick, including his 12th for Argentina. Messi now has 123 international goals — second all-time to Cristiano Ronaldo’s 145 — in 202 appearances.</p><p>Messi had been one of only three players to score in six consecutive World Cup games along with France striker Just Fontaine and Brazil great Jairzinho.</p><p>“What you’re seeing, I’m seeing the same thing,” coach Lionel Scaloni said through a translator. "It’s a little bit of an uncomfortable situation every single time people ask because I no longer know what to say."</p><p>Messi also scored on a free kick against Nigeria in the 2014 World Cup and is among six players since records are available dating to 1966 who scored two free kick goals in the World Cup. He joined Pelé, Rivellino, Téofilo Cubillas, Bernard Genghini and David Beckham.</p><p>“I am very happy for him, for the moment he is having,” Giovani Lo Celso said in translated remarks after becoming the first Argentine other than Messi to score in this tournament, also on a free kick in the 19th minute. “The truth is that seeing him every day excites, excites and infects a lot. So obviously seeing him like that for us is very important.”</p><p>Messi didn't start because Argentina had already clinched first place in Group J, and the game was further meaningless because Jordan was already eliminated from the knockout stage.</p><p>Nevertheless, the decidedly pro-Argentina crowd of 70,649 at the home of the NFL's Dallas Cowboys was eager to see him.</p><p>Fans started chanting Messi's name as soon as the second half started, and cheered loudly when he came off the bench merely to go through warmups.</p><p>The roar was louder when he stepped onto the field in the 60th minute, replacing Lautaro Martinez, who scored on a penalty kick in the first half.</p><p>For all the accomplishments of the eight-time winner of the Ballon d’Or as the best player in Europe, Messi has never won the golden boot as the top scorer in each World Cup. This is his sixth.</p><p>Messi now has six goals in this tournament, two clear of Kylian Mbappé, Vinicius Júnior and Erling Haaland.</p><p>Messi had been dealing with a minor hamstring injury with Inter Miami that slowed him in the lead-up to the World Cup.</p><p>The knockout round for Argentina begins Friday in South Florida, and in this expanded 48-team tournament that would be the first of five matches in 17 days if La Albiceleste makes it to the final on July 19.</p><p>“Today he could have played 90 minutes,” Scaloni said. “He wanted his teammates to have time on the pitch and to save himself also for what’s coming up now. He doesn’t think so much about the numbers that people are talking about.”</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/ZCQHAWG4FLQIRPSADMUTAXRBFM.jpg?auth=53474e3044e91cc9b032251674fbfc1de4195f8b2841a139fc1e9b943afbeae9&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 scoring his side's 3rd goal during the World Cup Group J soccer match between Jordan and Argentina in Arlington, Texas, near Dallas, Saturday, June 27, 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/OTWQZ2MB625RGDCT4KNHGC2KFA.jpg?auth=bb2522b5d8f2c0c9d37c6e01fce6a838ae47a95346d9c8664de5d897b905f5e8&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 scoring his side's 3rd goal during the World Cup Group J soccer match between Jordan and Argentina in Arlington, Texas, near Dallas, Saturday, June 27, 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/M33FQ5NZCWQJEZRKB4BUAKEHX4.jpg?auth=d641ace4064b56bdf22f82fdb30d0c89d305d200357af590bef94bd0265b6611&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Argentina's Lautaro Martinez (22) is substituted by Argentina's Lionel Messi (10) during the World Cup Group J soccer match between Jordan and Argentina in Arlington, Texas, near Dallas, Saturday, June 27, 2026. (AP Photo/Jessica Tobias)]]></media:description><media:credit role="author" scheme="urn:ebu">Jessica Tobias</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3ABCF7DPDCXRDQ53UAKGNUQYLE.jpg?auth=05710e586c088b7292778e81ac9f253e55e2e86ad7f144baf4b1496de55ba512&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) warms up on the sidelines during the World Cup Group J soccer match between Jordan and Argentina in Arlington, Texas, near Dallas, Saturday, June 27, 2026. (AP Photo/Jessica Tobias)]]></media:description><media:credit role="author" scheme="urn:ebu">Jessica Tobias</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RYFAXUH4JF6JQG463PR3R7Q3ME.jpg?auth=f4d47098eb9e2ed43b569edaaa877121b108e90eb45fdd8afd8fe6142afc16a9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Argentina's Leandro Paredes, left, Lionel Messi, center, and Alexis Mac Allister train for the World Cup soccer tournament Wednesday, June 24, 2026, in Kansas City, Kan. (AP Photo/Charlie Riedel)]]></media:description><media:credit role="author" scheme="urn:ebu">Charlie Riedel</media:credit></media:content></item><item><title><![CDATA[Mueren 4 personas por inundaciones tras fuertes lluvias: gobernador de Kentucky]]></title><link>https://www.local10.com/espanol/2026/06/27/mueren-4-personas-por-inundaciones-tras-fuertes-lluvias-gobernador-de-kentucky/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/27/mueren-4-personas-por-inundaciones-tras-fuertes-lluvias-gobernador-de-kentucky/</guid><dc:creator><![CDATA[Por THE ASSOCIATED PRESS, Associated Press]]></dc:creator><description><![CDATA[FRANKFORT, Kentucky, EE.UU. (AP) — Cuatro personas murieron por las inundaciones provocadas por tormentas eléctricas en Kentucky, informó el sábado el gobernador Andy Beshear, declarando el estado de emergencia ante la previsión de más lluvias.]]></description><pubDate>Sat, 27 Jun 2026 23:02:28 +0000</pubDate><content:encoded><![CDATA[<p>FRANKFORT, Kentucky, EE.UU. (AP) — Cuatro personas murieron por las inundaciones provocadas por tormentas eléctricas en Kentucky, informó el sábado el gobernador Andy Beshear, declarando el estado de emergencia ante la previsión de más lluvias.</p><p>El sábado estaban vigentes advertencias de inundaciones repentinas para distintas partes de Kentucky e Indiana en medio de fuertes precipitaciones, informó el Servicio Meteorológico Nacional.</p><p>La agencia señaló la tarde del sábado que en algunas zonas del suroeste de Indiana ya habían caído entre 10,6 y 25,4 centímetros (4 y 10 pulgadas) de lluvia, con posibilidad de más precipitaciones.</p><p>La oficina de Beshear indicó que se esperaban hasta 17,7 centímetros (7 pulgadas) de lluvia en diferentes partes de su estado hasta avanzada la noche.</p><p>El gobernador escribió en redes sociales que tres personas murieron en el condado de Madison y una en el condado de Jackson debido a las inundaciones.</p><p>“Se trata de un grave episodio de inundaciones, en el que los equipos ya han tenido que realizar múltiples rescates acuáticos de vehículos y viviendas en toda la mancomunidad”, afirmó Beshear en un comunicado. “A medida que continúe la lluvia intensa hasta avanzada la noche, necesitamos que la gente se mantenga alerta y evite conducir, especialmente después del anochecer, cuando la visibilidad es limitada”.</p><p>En el noroeste de Kentucky, a las afueras de Louisville, autoridades de manejo de emergencias del condado de Bullitt pidieron a los residentes de un camino rural que evacuaran como medida de precaución tras un deslizamiento de tierra en el terraplén de una presa. Indicaron que la presa se mantenía firme y que no había señales de un fallo inminente.</p><p>Según el Servicio Meteorológico Nacional, en la zona cayeron alrededor de 7,6 centímetros (3 pulgadas) de lluvia en los últimos dos días.</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/HB6ZORA4ZLAJ63SQ76NXRZEZXA.jpg?auth=15ced48cad263da326213188c9ee7948ef6622880f3d58ba6a6b5c5ddcf71aa2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Varios conductores maniobran a través de una inundación en West Parrish Avenue tras una fuerte lluvia, el sábado 27 de junio de 2026, in Owensboro, Kentucky. (Greg Eans/The Messenger-Inquirer vía AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Greg Eans</media:credit></media:content></item><item><title><![CDATA[Hovland flips the script on Scheffler and takes the lead at Travelers Championship]]></title><link>https://www.local10.com/sports/2026/06/27/hovland-flips-the-script-on-scheffler-and-takes-the-lead-at-travelers-championship/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/27/hovland-flips-the-script-on-scheffler-and-takes-the-lead-at-travelers-championship/</guid><dc:creator><![CDATA[By DOUG FERGUSON, Associated Press]]></dc:creator><description><![CDATA[CROMWELL, Conn. (AP) — Viktor Hovland feels he is headed in the right direction, and Saturday at the Travelers Championship was a big test. He played alongside Scottie Scheffler on a course that features plenty of water and shots that can cause some stress.]]></description><pubDate>Sat, 27 Jun 2026 23:42:45 +0000</pubDate><content:encoded><![CDATA[<p>CROMWELL, Conn. (AP) — Viktor Hovland feels he is headed in the right direction, and Saturday at the Travelers Championship was a big test. He played alongside Scottie Scheffler on a course that features plenty of water and shots that can cause some stress.</p><p>A two-shot swing on the 18th hole — Hovland made a 6-foot birdie, Scheffler three-putted from 25 feet on the fringe for bogey — gave the Norwegian star a 6-under 64 and a one-shot lead over the world's No. 1 player.</p><p>“Just had a great time,” Hovland said. “It’s been a while since I’ve been in this position. To go head-to-head against the best player in the world and pull off some great shots, it was just a lot of fun.”</p><p>The pleasant surprise was the support he had in the crowd.</p><p>Scheffler is enormously popular and the TPC Highlands had a vocal gallery. Hovland had plenty of support from a Norway contingent that drove over from Boston following a World Cup loss to France. Hovland gave them plenty of opportunity to do the “row” that has become so popular in the stadium and subway stations and wherever they gather.</p><p>Hovland knows it well. Oddly enough, it was the first time he had seen it live.</p><p>“I mean, we’re Vikings, so it’s kind of in our DNA,” Hovland said. “It’s kind of funny, that’s the first time I’ve ever seen it. I think that’s the first time we’ve ever done it, especially in the World Cup. So yeah, it took us 1,000 years to figure it out. I think it’s pretty cool.”</p><p>“Ro, ro, ro!” they chanted as Hovland approached the 18th green. “USA! USA!” came the American chants. It was good banter on a Saturday afternoon in New England, an example why partisan cheering in a World Cup year is far more palatable than a Ryder Cup year.</p><p>It was the second straight year Scheffler, whose bogey gave him a 67, fell from the top of the leaderboard going into the weekend at the TPC River Highlands, though this was no cause for alarm. A year ago, he opened with a triple bogey, shot 72 and fell nine shots behind.</p><p>This was one hole, and he was only one shot behind as Scheffler tries to win for the first time since the start to his season in the California desert.</p><p>Hovland was at 20-under 190 and gets another afternoon with Scheffler on Sunday. The next closest players were Patrick Cantlay (64) and Akshay Bhatia (67), who were five shots behind.</p><p>“This is a golf course where you can see some numbers be shot. You know, guys can shoot pretty low,” Scheffler said. “Going into tomorrow just try to execute, have a good round, and see where that puts me.”</p><p>Hovland started two shots behind and it took him four holes — three birdies — to catch Scheffler. From there, it was a bit of a pillow fight as they matched mostly pars, two birdies and one bogey to remain tied.</p><p>Scheffler regained the lead with a lob wedge to 2 feet on the 14th. Both got up-and-down from the front of the green on the reachable par-4 15th — Scheffler with a nifty chip that floated up the slope and trickled down to the pin — and exchanged pars going to the 18th.</p><p>That's where it flipped, giving Hovland the lead.</p><p>“The score is nice ... but I'm very process-driven,” Hovland said. "As soon as I find a certain feel that I can trust and it produces a pretty reliable shot shape, I know that I’m going to be able to score pretty well from there. So if I happen to shoot 2 under or 6 under or 9 under, that’s not the most important thing. As soon as I see the shots that I’m trying to hit and execute, that’s what gives me the confidence.</p><p>“Then it’s all a bonus on top being able to do it at this stage and in front of that many people.”</p><p>There was separation, but this is not a duel given the nature of this course that allows for low scoring and dynamic finishes because of the closing hole.</p><p>“The beauty of this golf course is that I think Scottie and I have separated ourselves from the rest of the field, but at the same time, 14 or 15 under is still very much in this thing if they go and shoot a very low score tomorrow,” Hovland said.</p><p>“So we still have to go out there and play very similar to what we did today,” he said. “Otherwise, we’re bringing in a lot more guys.”</p><p>___</p><p>AP golf: https://apnews.com/hub/golf</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/UJ6OENVAJFQQPNWSWK7TLH5VEM.jpg?auth=81ce60e8dcf7683c06d805e8c8789728ecc819dfdd298a5b5290c1d111c10a23&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Viktor Hovland, of Norway, watches his shot land near the pin on the 15th green during the third round of the Travelers Championship golf tournament at TPC River Highlands, Saturday, June 27, 2026, in Cromwell, Conn. (AP Photo/Jessica Hill)]]></media:description><media:credit role="author" scheme="urn:ebu">Jessica Hill</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ETYDUTU2OJHCD5HF7JKKMI6Y5E.jpg?auth=80e232dd7f6237ef08aabda46bdcb4b91e236056c89867e52eb3c849aa12d3f5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Scottie Scheffler, left, shakes hands with Viktor Hovland, right, of Norway, on the 18th green after finishing the third round of the Travelers Championship golf tournament at TPC River Highlands, Saturday, June 27, 2026, in Cromwell, Conn. (AP Photo/Jessica Hill)]]></media:description><media:credit role="author" scheme="urn:ebu">Jessica Hill</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/G7IEA7WKG7X2CDSWIGZBNYAIZY.jpg?auth=b47e27cc3d0d4ebebfbe600f9e3a161631c14bf85008e7cc319442e9560e1e59&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Scottie Scheffler hits at the 15th hole during the third round of the Travelers Championship golf tournament at TPC River Highlands, Saturday, June 27, 2026, in Cromwell, Conn. (AP Photo/Jessica Hill)]]></media:description><media:credit role="author" scheme="urn:ebu">Jessica Hill</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DST53M662WTUL6UMQ4MD2L7O2Q.jpg?auth=f6aac3dc6005cf40b45df50e1a9cd3735dda3e9ae067fbe1db499beb6a3dd4de&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Akshay Bhatia smiles as his caddie Joe Greiner talks to him at the first hole during the third round of the Travelers Championship golf tournament at TPC River Highlands, Saturday, June 27, 2026, in Cromwell, Conn. (AP Photo/Jessica Hill)]]></media:description><media:credit role="author" scheme="urn:ebu">Jessica Hill</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/2ZUTLIRMVTXXYMH5OT55CAI4RA.jpg?auth=1510c17714718c8487dfeeed4244349dc77f960fdf577ede2fb2aab41c9ad31c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Scottie Scheffler, right, tees off the eighth hole during the third round of the Travelers Championship golf tournament at TPC River Highlands, Saturday, June 27, 2026, in Cromwell, Conn. (AP Photo/Jessica Hill)]]></media:description><media:credit role="author" scheme="urn:ebu">Jessica Hill</media:credit></media:content></item><item><title><![CDATA[England beats Panama 2-0 on goals by Bellingham and Kane to win its World Cup group]]></title><link>https://www.local10.com/sports/2026/06/28/england-beats-panama-2-0-on-goals-by-bellingham-and-kane-to-win-its-world-cup-group/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/28/england-beats-panama-2-0-on-goals-by-bellingham-and-kane-to-win-its-world-cup-group/</guid><dc:creator><![CDATA[By RONALD BLUM, Associated Press]]></dc:creator><description><![CDATA[EAST RUTHERFORD, N,.J. (AP) — Jude Bellingham, Harry Kane and England's fervid fans made MetLife Stadium feel like Wembley. They hope for a repeat at next month's World Cup final.]]></description><pubDate>Sun, 28 Jun 2026 16:05:13 +0000</pubDate><content:encoded><![CDATA[<p>EAST RUTHERFORD, N,.J. (AP) — Jude Bellingham, Harry Kane and England's fervid fans made MetLife Stadium feel like Wembley. They hope for a repeat at next month's World Cup final.</p><p>With supporters' red-and-white St. George's Cross signs circling the field on an afternoon of sporadic rain, Bellingham and Kane scored early in the second half for a 2-0 win over Panama on Saturday. England earned first place in its group and a more favorable knockout phase bracket.</p><p>The Three Lions even wore the red jerseys made famous when England beat Germany for its only title in 1966, a sartorial similarity connecting North Jersey and that famous day in north London.</p><p>“Amazing support. Crazy white wall behind the goal. Perfect weather to play football for us — warm rain," England coach Thomas Tuchel said.</p><p>England finished Group L with two wins and a draw for seven points and plays its round of 32 match Wednesday at Atlanta against Congo. The team that advances faces Mexico or Ecuador in Mexico City.</p><p>If the Three Lions had dropped to second, they would have encountered Portugal, with the winner meeting Spain or Austria.</p><p>“I know some people have already made plans,” Bellingham said, “so it was nice they don’t have to cancel anything.”</p><p>Fans filled the field walls with flags displaying club names that included Tottenham, Watford and Wolves plus less-celebrated clubs such as Crawley Town, Bristol Rovers and Faversham Town.</p><p>Panama held the England scoreless through a first half in which Kane had 10 touches, the fewest of any player. Croatia added pressure by taking the lead in the 31st minute against Ghana in simultaneous match in Philadelphia.</p><p>“All the lads were ready to go after halftime,” Bellingham said. "We realized we had a couple of more gears to go.”</p><p>Bellingham put the Three Lions ahead in the 62nd minute from Bukayo Saka's corner kick. Held in bear hug by Jorge Gutiérrez at the top of the 6-yard box, Bellingham stuck out his left leg and stabbed the ball past goalkeeper Orlando Mosquera for his third World Cup goal, his second this year.</p><p>Five minutes later, Bellingham crossed from the left flank and Kane outjumped Andrés Andrade to head in the ball for his 82nd international goal. Kane became England's record World Cup scorer with his 11th goal, one more than Gary Lineker.</p><p>Bellingham injured his left hamstring playing for Real Madrid on Feb. 1, didn't return until March 22 and scored just two more goals during the rest of the La Liga season.</p><p>“Jude looks fit, looks sharp," Kane said. "It looks like he's got the bit between his teeth to really go out there and prove to the world what type of player he is.”</p><p>England reached the knockout rounds for the seventh time in eight World Cups.</p><p>“They have great players. They are worth millions and millions," Panama defender José Córdoba said. "We’re talking about English football, which is much more developed than in our country and there’s a huge distance.”</p><p>Panama went 0-3 for the second time and was outscored 4-0. It joined Iraq, Haiti, El Salvador, Canada and Mexico — all but one from the CONCACAF region — as teams that lost their first six World Cup matches. José Fajardo put the ball in the net for the Los Canaleros in second-half stoppage time, but was called for offside.</p><p>“We can be proud — not of the results, as no one can be proud of a defeat, but all in all I think they gave their everything." Panama coach Thomas Christiansen said. “For the outside world, the image of Panama has been really good.”</p><p>Goalkeeper Jordan Pickford played his 15th World Cup match, second among English players to Peter Shilton’s 17.</p><p>England's Jarell Quansah, usually a central defender, replaced right back Reece James, sidelined by a hamstring. Quansah twisted his right ankle during a 59th-minute challenge by José Luis Rodríguez and was replaced in the 63rd. England is short on right backs after Trent Alexander-Arnold was not picked for the roster.</p><p>“It will be now a very tight race for Quansah, so I’m worried about these two," Tuchel said.</p><p>In the glow of victory, supporters celebrated Bellingham by singing the Beatles' “Hey Jude” when he stood on the field for postgame interviews.</p><p>“This evening is for sure to take in the energy and take in the atmosphere,” Tuchel said. “From tomorrow we will think about round of 32.”</p><p>___</p><p>AP Sports Writer Stephen Whyno 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/IIYU7UAG366D4P7QHAFMNQUX44.jpg?auth=5bafa8c41a7e079e7036a6efe467add2496a72b5a7d770665a71e677c2a84d57&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[England's Harry Kane (9) celebrates with England's Jude Bellingham (10) after scoring their second goal during 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/Steve Luciano)]]></media:description><media:credit role="author" scheme="urn:ebu">Steve Luciano</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KMGRAN5RSAMRPYMGTHJOHBZS4I.jpg?auth=46fe6cd53b93b3cb178461f41706e498409643a07c1ee410ae80ebf0f9e7c2f1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Fans look on during 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/Seth Wenig)]]></media:description><media:credit role="author" scheme="urn:ebu">Seth Wenig</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/OJO73ZRCITGFDJOVH7EKPPFGPI.jpg?auth=de79e3c3d17649054907bf234a20c4374221348a8932689308e61cb3febbab93&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[England's Jude Bellingham (10) celebrates after scoring their first goal during 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/Steve Luciano)]]></media:description><media:credit role="author" scheme="urn:ebu">Steve Luciano</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TUSA6AH7HRNJ7TREHO54E4FAUQ.jpg?auth=d2753d62f918215da430f2cd4640cb154e1d33c7dfd8355d558a378daeb3060b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[England's Harry Kane (9) celebrates after scoring their second goal during 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/Steve Luciano)]]></media:description><media:credit role="author" scheme="urn:ebu">Steve Luciano</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KG2EVIU6JSMS4J4EGVBKKKL4O4.jpg?auth=76f7dc2902cd4c2a9cc825cd9194ff07270dd8ff37b522a7d3cfb3564f7a00ac&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[England’s Harry Kane (9) celebrates with England's Jude Bellingham (10) after scoring their second goal during 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/Steve Luciano)]]></media:description><media:credit role="author" scheme="urn:ebu">Steve Luciano</media:credit></media:content></item><item><title><![CDATA[Renuncia a gabinete aliado de Milei tras una investigación que golpeó su discurso anticorrupción]]></title><link>https://www.local10.com/espanol/2026/06/27/renuncia-a-gabinete-aliado-de-milei-tras-una-investigacion-que-golpeo-su-discurso-anticorrupcion/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/27/renuncia-a-gabinete-aliado-de-milei-tras-una-investigacion-que-golpeo-su-discurso-anticorrupcion/</guid><dc:creator><![CDATA[Por CLARA PREVE, Associated Press]]></dc:creator><description><![CDATA[BUENOS AIRES (AP) — En un caso que durante meses golpeó al gobierno del presidente Javier Milei, uno de sus principales aliados anunció el sábado su renuncia tras varios meses de una investigación judicial por presunto enriquecimiento ilícito.]]></description><pubDate>Sat, 27 Jun 2026 23:46:46 +0000</pubDate><content:encoded><![CDATA[<p>BUENOS AIRES (AP) — En un caso que durante meses golpeó al gobierno del presidente Javier Milei, uno de sus principales aliados anunció el sábado su renuncia tras varios meses de una investigación judicial por presunto enriquecimiento ilícito.</p><p>El jefe de Gabinete, Manuel Adorni, anunció su renuncia el sábado a través de una carta dirigida a Milei publicada en sus redes sociales, en la que admitió haber sufrido durante los últimos meses por los “interminables ataques mediáticos” en su contra.</p><p>“Las mentiras que se han dicho fueron de lo más variadas”, escribió Adorni a Milei, quien durante meses defendió al funcionario a pesar de las acusaciones. “Me han tratado de delincuente y corrupto sin un solo hecho de corrupción sobre mis espaldas”.</p><p>La justicia federal investigó a Adorni por presunto enriquecimiento ilícito. La causa examinó viajes al exterior, adquisiciones inmobiliarias y costosas reformas en propiedades a su nombre. Los investigadores buscaban determinar si existía correlación entre esos gastos y los ingresos declarados.</p><p>Adorni quedó aún más expuesto cuando reconoció que había omitido declarar alrededor de medio millón de dólares en sus declaraciones juradas. Explicó que él y su esposa invirtieron 200.000 dólares y obtuvieron otros 300.000 dólares en ganancias con Bitcoin entre 2014 y 2018, una inversión que años después criticó públicamente.</p><p>La investigación puso en aprietos a Milei, quien llegó al poder a fines de 2023 con la promesa de erradicar la corrupción y otros vicios de la denominada “casta” política. Pese a las denuncias, el presidente respaldó públicamente a Adorni y durante meses se negó a soltarle la mano.</p><p>“Manuel es inocente. Con lo cual yo soy superoptimista de que no va a tener ningún tipo de problema”, dijo Milei esta semana en una entrevista con El Observador España durante la ultima visita a ese país. “A mis ministros los banco hasta las últimas consecuencias”.</p><p>Un vocero de Milei no respondió de momento a una solicitud de comentario. Su hermana y secretaria general de la Presidencia, Karina Milei, le agradeció a Adorni por su “incansable trabajo” y lo describió como una persona “íntegra, valiosa y muy querida” dentro del partido libertario tras la noticia de su renuncia.</p><p>Adorni se desempeñó primero como vocero presidencial y el año pasado asumió como jefe de Gabinete.</p><p>“Por primera vez desde aquel 10 de diciembre de 2023 estoy yendo contra sus deseos”, le escribió Adorni a Milei en la carta. “Gracias por haber confiado en mí desde siempre y gracias por haberme acompañado en este proceso tan injusto, doloroso y desgastante para mí y mi familia”.</p><p>Antes de incorporarse al gobierno, Adorni se desempeñó como analista económico en medios de comunicación y era considerado una de las figuras más cercanas tanto al presidente como a la secretaria general de la Presidencia, Karina Milei.</p><p>Ambos defendieron públicamente a Adorni durante el avance de la investigación y cuestionaron las acusaciones impulsadas por la oposición, que promovía un pedido de interpelación del jefe de Gabinete en el Congreso.</p><p>En un gesto sin precedentes en la política argentina, Milei y Karina Milei acompañaron a Adorni cuando presentó un informe de gestión ante el Congreso en medio del escándalo. El presidente lo aplaudió de pie desde uno de los palcos del recinto, desde donde además intercambió insultos con legisladores de izquierda que exhibían carteles con la leyenda “Fuera los corruptos”.</p><p>“El gobierno de Milei quedó muy impregnado de sospechas y dudas”, dijo a The Associated Press el analista político Sergio Berensztein, de la consultora Berensztein.</p><p>Según Berensztein, el escándalo privó al gobierno de una de sus principales fortalezas políticas: diferenciarse del kirchnerismo con un discurso anticorrupción, en contraste con los supuestos casos de corrupción que involucraron a ese movimiento político en los últimos años.</p><p>“Milei es un presidente que en principio parecía intolerante y riguroso frente a cualquier cuestión que implicara una sospecha de corrupción. En el caso de Adorni, dijo que, hasta que la justicia dijera lo contrario, lo iba a sostener”, afirmó el analista.</p><p>El gobierno no anunció por el momento quién reemplazará a Adorni en el cargo. Una de las alternativas que circulan en medios nacionales es que Diego Santilli, ministro del Interior, podría asumir la jefatura de Gabinete.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/TPG23ZDBN3LZWH73KJSCQRVLQA.jpg?auth=a7c84f80cc8bc5a19f4db34637cba6eb4730be590adbf2a91223552fcb4f6949&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[El presidente argentino Javier Milei llega a la catedral para asistir a un Te Deum con motivo del aniversario de la Revolución de Mayo mientras detrás a la izquierda sobresale la figura de su jefe de Ganinete, Manuel Adorni, en Buenos Aires, Argentina, el lunes 25 de mayo de 2026. (Foto AP/Natacha Pisarenko)]]></media:description><media:credit role="author" scheme="urn:ebu">Natacha Pisarenko</media:credit></media:content></item><item><title><![CDATA[Miles de aficionados de Colombia llenan Bayfront Park antes del partido contra Portugal  ]]></title><link>https://www.local10.com/news/local/2026/06/27/miles-de-aficionados-de-colombia-llenan-bayfront-park-antes-del-partido-contra-portugal/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/27/miles-de-aficionados-de-colombia-llenan-bayfront-park-antes-del-partido-contra-portugal/</guid><dc:creator><![CDATA[Trent Kelly]]></dc:creator><description><![CDATA[Miles de aficionados al fútbol llenaron Bayfront Park el sábado antes del último partido de Colombia en el Grupo K contra Portugal, convirtiendo el centro de Miami en un mar de camisetas amarillas.  ]]></description><pubDate>Sat, 27 Jun 2026 22:20:17 +0000</pubDate><content:encoded><![CDATA[<p>Miles de aficionados al fútbol llenaron Bayfront Park el sábado antes del último partido de Colombia en el Grupo K contra Portugal, convirtiendo el centro de Miami en un mar de camisetas amarillas.</p><p>Los aficionados comenzaron a ingresar por las puertas durante toda la tarde para el FIFA Fan Fest, con largas filas que se extendían por varias cuadras mientras esperaban para entrar. Muchos ondeaban banderas de Colombia, cantaban y celebraban mientras se preparaban para el esperado partido en el Miami Stadium.</p><p>Para los aficionados que no pudieron conseguir boletos para el partido, la fiesta gratuita para ver el encuentro en Bayfront Park ofreció una alternativa para seguir la acción. El Fan Fest contó con pantallas gigantes que transmitían el partido, además de entretenimiento en vivo, comida, juegos y actividades relacionadas con el fútbol en todo el parque.</p><p>El sábado marcó el último día de la fase de grupos. Colombia ya había asegurado un lugar en los dieciseisavos de final antes del partido, mientras que Portugal podía avanzar con una victoria o un empate.</p><p>El partido estaba programado para comenzar a las 7:30 p.m. en el Miami Stadium.</p><p>Las autoridades esperaban que el Fan Fest permaneciera lleno hasta bien entrada la noche. Bayfront Park tiene capacidad para unas 30,000 personas cuando está lleno, y la multitud parecía acercarse a esa cifra mientras los aficionados continuaban llegando antes del inicio del partido. </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[Ayudan a Venezuela: Médicos de Miami-Dade recolectan donaciones de suministros médicos cerca de Doral  ]]></title><link>https://www.local10.com/news/local/2026/06/27/ayudan-a-venezuela-medicos-de-miami-dade-recolectan-donaciones-de-suministros-medicos-cerca-de-doral/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/27/ayudan-a-venezuela-medicos-de-miami-dade-recolectan-donaciones-de-suministros-medicos-cerca-de-doral/</guid><dc:creator><![CDATA[Andrea Torres, Aaron Maybin]]></dc:creator><description><![CDATA[Médicos de la Asociación Médica Venezolano Americana pidieron al público el sábado que entregue donaciones de suministros médicos en un almacén ubicado en el noroeste del condado Miami-Dade.  ]]></description><pubDate>Sat, 27 Jun 2026 21:56:53 +0000</pubDate><content:encoded><![CDATA[<p>Los médicos de la <a href="https://www.vamainfo.com/index.html" rel="" title="https://www.vamainfo.com/index.html">Asociación Médica Venezolano-Estadounidense</a> pidieron el sábado al público que depositara donaciones de suministros médicos en un almacén en el noroeste del condado de Miami-Dade.</p><p>Los médicos que han estado tratando a los sobrevivientes del terremoto en Venezuela necesitaban urgentemente dispositivos médicos como férulas, collarines cervicales, vendajes triangulares para cabestrillos y vendas de yeso <i>.</i></p><p>Necesitaban gasas estériles, torniquetes, cinta médica, vendas adhesivas, apósitos hemostáticos, pomada antibiótica de amplio espectro y guantes de exploración sin látex.</p><p>“También estamos recibiendo antibióticos de amplio espectro”, dijo en español el Dr. Pedro Fuenmayor, cirujano plástico del condado de Miami-Dade, según <a href="https://www.instagram.com/reel/DaGVYxXiWnN/?igsh=MTJncXg2bjFtejE1cA==" rel="" title="https://www.instagram.com/reel/DaGVYxXiWnN/?igsh=MTJncXg2bjFtejE1cA==">un video</a> que la organización publicó <a href="https://www.instagram.com/reel/DaGVYxXiWnN/?igsh=MTJncXg2bjFtejE1cA==" rel="" title="https://www.instagram.com/reel/DaGVYxXiWnN/?igsh=MTJncXg2bjFtejE1cA==">en Instagram</a> .</p><p>El grupo también solicitó pomada antibiótica de amplio espectro, analgésicos, soluciones de rehidratación oral, antihistamínicos, medicamentos antidiarreicos y otros medicamentos con precintos de seguridad intactos.</p><p>“Es muy importante que los medicamentos estén sellados y no caducados”, dijo la Dra. Zoe Pujadas en español.</p><p>El doctor Jesús Guarecuco dijo que las donaciones serán entregadas en Valencia, Venezuela, para ser distribuidas por las organizaciones sin fines de lucro <a href="https://www.local10.com/news/local/2026/06/26/helping-venezuela-catholic-relief-services-works-with-caritas/" rel="" title="https://www.local10.com/news/local/2026/06/26/helping-venezuela-catholic-relief-services-works-with-caritas/">Cáritas Venezuela</a> y <a href="https://www.instagram.com/medicosunidosve/?hl=en" rel="" title="https://www.instagram.com/medicosunidosve/?hl=en">Médicos Unidos Venezuela</a> en las zonas donde los médicos están atendiendo a los heridos.</p><p>“Todo esto se está enviando por vía aérea”, dijo Guarecuco en español.</p><p>Los doctores Leadro Feo y Guarecuco afirmaron que la mayoría de las organizaciones sin fines de lucro tienen limitaciones en cuanto a los suministros médicos que pueden aceptar y entregar en Venezuela.</p><p>“Todo lo que es para niños va a la <a href="https://www.globalempowermentmission.org/wp-content/uploads/2026/06/GEM-VENEZUELA-EARTHQUAKE-v3.pdf" rel="" title="https://www.globalempowermentmission.org/wp-content/uploads/2026/06/GEM-VENEZUELA-EARTHQUAKE-v3.pdf">Misión de Empoderamiento Global</a> , todo lo que es material médico viene aquí”, dijo Feo, un oncólogo quirúrgico, refiriéndose al lugar de entrega en el almacén.</p><p><b>El punto de entrega para médicos está abierto de 9:00 a 17:00, de lunes a viernes, y de 10:00 a 16:00 los sábados, en el almacén situado en 8080 NW 71 St., justo al sur de Medley y al norte de Doral.</b></p><p><u><b>Lista relacionada</b></u> :<a href="https://www.local10.com/news/local/2026/06/26/how-to-help-south-florida-donation-drop-off-locations-to-help-venezuelans-after-earthquakes/" rel="" title="https://www.local10.com/news/local/2026/06/26/how-to-help-south-florida-donation-drop-off-locations-to-help-venezuelans-after-earthquakes/"> Puntos de entrega en el sur de Florida</a></p><p><b>Más cobertura </b><a href="https://www.local10.com/topic/Helping_Venezuela/" rel="" title="https://www.local10.com/topic/Helping_Venezuela/"><b>de HELPING VENEZUELA</b></a></p><ul><li><a href="https://www.local10.com/news/world/2026/06/27/helping-venezuela-meet-miami-dade-fire-rescue-capt-german-leal/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/27/helping-venezuela-meet-miami-dade-fire-rescue-capt-german-leal/">Les presentamos al capitán German Leal del Departamento de Bomberos y Rescate de Miami-Dade.</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/DNJWXN3IXJSOKL5C5L73J2UFYU.jpg?auth=2b2a119b56da235ae0eb9ec7a443481af75e28df3812de42e0678ca18c2db7c5&smart=true&width=1200&height=900" alt="Los equipos de rescate buscan entre los escombros tres días después de que los terremotos azotaran Catia La Mar, Venezuela, el sábado 27 de junio de 2026. (AP Foto/Fernando Vergara)" height="900" width="1200"/><figcaption>Los equipos de rescate buscan entre los escombros tres días después de que los terremotos azotaran Catia La Mar, Venezuela, el sábado 27 de junio de 2026. (AP Foto/Fernando Vergara)</figcaption></figure><ul><li><a href="https://www.local10.com/news/world/2026/06/27/helping-venezuela-pembroke-pines-police-officers-announce-collection-drive/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/27/helping-venezuela-pembroke-pines-police-officers-announce-collection-drive/">Agentes de policía de Pembroke Pines anuncian una campaña de recolección de donaciones.</a></li><li><a href="https://www.local10.com/news/world/2026/06/27/helping-venezuela-airbnb-partners-with-cadena-for-emergency-housing/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/27/helping-venezuela-airbnb-partners-with-cadena-for-emergency-housing/">Airbnb se asocia con la organización sin fines de lucro CADENA para proporcionar alojamiento de emergencia.</a></li><li><a href="https://www.local10.com/news/world/2026/06/27/helping-venezuela-hogar-bambi-aims-to-protect-vulnerable-children/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/27/helping-venezuela-hogar-bambi-aims-to-protect-vulnerable-children/">Hogar Bambi tiene como objetivo proteger a los niños vulnerables.</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/KI63JSGOR43HXIKCCTGK3GJWM4.jpg?auth=1322502b01ef9c433ea120b940187f3bc2312f8371955cf6874719718a0e89d4&smart=true&width=1200&height=900" alt="Residentes y rescatistas buscan entre los escombros dos días después de los sismos que sacudieron La Guaira, Venezuela, el 26 de junio de 2026. (AP Foto/Matías Delacroix)" height="900" width="1200"/><figcaption>Residentes y rescatistas buscan entre los escombros dos días después de los sismos que sacudieron La Guaira, Venezuela, el 26 de junio de 2026. (AP Foto/Matías Delacroix)</figcaption></figure><ul><li><a href="" rel="" title="">El equipo de la Fundación Grey Bull Rescue llega a Caracas.</a></li><li><a href="https://www.local10.com/news/world/2026/06/27/helping-venezuela-officials-close-la-guaira-require-volunteers-to-register-in-caracas/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/27/helping-venezuela-officials-close-la-guaira-require-volunteers-to-register-in-caracas/">Las autoridades clausuran La Guaira y exigen que los voluntarios se registren en Caracas.</a></li><li><a href="https://www.local10.com/news/world/2026/06/27/helping-venezuela-amazon-donates-to-airlink-to-help-charities-with-logistics/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/27/helping-venezuela-amazon-donates-to-airlink-to-help-charities-with-logistics/">Amazon realiza donaciones a Airlink para ayudar a organizaciones benéficas con la logística.</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/YVV6CYX326KL5OBMV2WDEHQFE4.jpg?auth=f022f1818436e42fa719ef854448c44867c7ee382aa09841abf238774d138f62&smart=true&width=1200&height=900" alt="Rescue workers search through the rubble three days after earthquakes struck Catia La Mar, Venezuela, Saturday, June 27, 2026. (AP Photo/Fernando Vergara)" height="900" width="1200"/><figcaption>Rescue workers search through the rubble three days after earthquakes struck Catia La Mar, Venezuela, Saturday, June 27, 2026. (AP Photo/Fernando Vergara)</figcaption></figure><ul><li><a href="https://www.local10.com/news/world/2026/06/27/helping-venezuela-miami-search-and-rescue-team-prepares-to-deploy/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/27/helping-venezuela-miami-search-and-rescue-team-prepares-to-deploy/">El equipo de búsqueda y rescate de Miami se prepara para desplegarse.</a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-centro-comunitario-afe-plans-collection-drive-in-miami-dade/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-centro-comunitario-afe-plans-collection-drive-in-miami-dade/">Centro Comunitario AFE organiza campaña de recolección en Miami-Dade</a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-weston-based-charity-partners-with-local-pharmacy/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-weston-based-charity-partners-with-local-pharmacy/">Una organización benéfica con sede en Weston se asocia con una farmacia local.</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/OKXDM7S6X6KLKNRAFE6NTH7CAE.jpg?auth=60ea76898033c3921b5c622f893d4dcb6f98a6a6db277ad07f13a155752317ef&smart=true&width=1200&height=900" alt="Residents and rescue workers search through the rubble two days after an earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Juan Pablo Arraez)" height="900" width="1200"/><figcaption>Residents and rescue workers search through the rubble two days after an earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Juan Pablo Arraez)</figcaption></figure><ul><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-project-dynamo-delivers-20000-pounds-of-aid-in-1st-48-hours/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-project-dynamo-delivers-20000-pounds-of-aid-in-1st-48-hours/">El proyecto DYNAMO, liderado por veteranos, entrega 20.000 libras de ayuda en las primeras 48 horas.</a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-goodwill-at-el-arepazo-feeds-global-empowerment-mission/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-goodwill-at-el-arepazo-feeds-global-empowerment-mission/">El altruismo en El Arepazo alimenta el esfuerzo del equipo de Global Empowerment Mission.</a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-salvadoran-rescuers-work-to-free-15-year-old-survivor-in-caraballeda/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-salvadoran-rescuers-work-to-free-15-year-old-survivor-in-caraballeda/">Rescatistas salvadoreños trabajan para liberar a un sobreviviente de 15 años en Caraballeda.</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/FK75XBP7FHKCVJ5MKA6PI4MJFM.jpg?auth=4e6e14ef7eed24b4a7524ffcb5e83a3d06cad85e657b2c0fe90d47d2f8fab0ab&smart=true&width=1200&height=900" alt="Un coche de juguete yace entre los escombros dos días después de dos terremotos, el viernes 26 de junio de 2026, en Catia La Mar, Venezuela. (AP Foto/Fernando Vergara)" height="900" width="1200"/><figcaption>Un coche de juguete yace entre los escombros dos días después de dos terremotos, el viernes 26 de junio de 2026, en Catia La Mar, Venezuela. (AP Foto/Fernando Vergara)</figcaption></figure><ul><li><a href="https://www.local10.com/community/2026/06/26/helping-venezuela-food-for-the-poor-packs-disaster-relief-kits-with-hopeful-hand-written-notes/" target="_self" rel="" title="https://www.local10.com/community/2026/06/26/helping-venezuela-food-for-the-poor-packs-disaster-relief-kits-with-hopeful-hand-written-notes/">Food For The Poor incluye en sus kits de ayuda humanitaria notas escritas a mano con mensajes de esperanza.</a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-us-southern-command-focuses-on-airport-damage/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-us-southern-command-focuses-on-airport-damage/">El Comando Sur de Estados Unidos se centra en los daños en los aeropuertos.</a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-state-department-deploys-miami-dade-search-and-rescue-team/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-state-department-deploys-miami-dade-search-and-rescue-team/">El Departamento de Estado despliega un equipo de búsqueda y rescate en Miami-Dade.</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/WZ2ZPXTVTBLOMG35HO6MYN5OHU.jpg?auth=e691bcbaf392287916d812efc8d76c9374fe67203e837364484fd10b29f4e09d&smart=true&width=1200&height=900" alt="Rescue workers aid Daniel Cordero after pulling him from the rubble two days after an earthquake struck Catia la Mar, Venezuela, Friday, June 26, 2026. (AP Photo/Fernando Vergara)" height="900" width="1200"/><figcaption>Rescue workers aid Daniel Cordero after pulling him from the rubble two days after an earthquake struck Catia la Mar, Venezuela, Friday, June 26, 2026. (AP Photo/Fernando Vergara)</figcaption></figure><ul><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-miami-beach-opens-4-new-aid-drop-off-locations/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-miami-beach-opens-4-new-aid-drop-off-locations/">Miami Beach abre 4 nuevos puntos de entrega de ayuda.</a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-miramar-runs-6-aid-drop-off-locations/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-miramar-runs-6-aid-drop-off-locations/">Miramar mantendrá abiertos 6 puntos de entrega de ayuda las 24 horas del día, los 7 días de la semana.</a></li><li><a href="https://www.local10.com/news/local/2026/06/26/helping-venezuela-miami-dades-tax-collector-opens-11-drop-off-locations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/helping-venezuela-miami-dades-tax-collector-opens-11-drop-off-locations/">El recaudador de impuestos de Miami-Dade abre 11 puntos de entrega.</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/here-are-4-drop-off-locations-for-donations-to-help-venezuelans-after-earthquakes/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/here-are-4-drop-off-locations-for-donations-to-help-venezuelans-after-earthquakes/">Doral abre 4 puntos de entrega de ayuda.</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/6VECRMMLLUMEHY2FKOYBIU2HEA.jpg?auth=51659a3c26fc80e9b4cb2a6ec7a63b16664fda82c359bbb95e74d2371e5c6f8c&smart=true&width=1200&height=900" alt="Venezuelan Police searches through the rubble two days after earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Ariana Cubillos)" height="900" width="1200"/><figcaption>Venezuelan Police searches through the rubble two days after earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Ariana Cubillos)</figcaption></figure><ul><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-aid-drop-off-location-opens-in-homestead/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-aid-drop-off-location-opens-in-homestead/">Se abre un punto de entrega de ayuda en Homestead.</a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-starlink-offers-free-service-through-july-25-but-a-kit-is-470/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-starlink-offers-free-service-through-july-25-but-a-kit-is-470/">Starlink ofrece servicio gratuito hasta el 25 de julio, pero un kit cuesta 470 dólares.</a></li><li><a href="https://www.local10.com/news/local/2026/06/26/helping-venezuela-international-medical-corps-deploys-staff-needs-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/helping-venezuela-international-medical-corps-deploys-staff-needs-donations/">International Medical Corps despliega personal y necesita donaciones.</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-save-the-children-asks-for-emergency-fund-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-save-the-children-asks-for-emergency-fund-donations/">Save The Children solicita donaciones para su fondo de emergencia.</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/43W22GXLVKGNIS3TLNWBHOHQ6M.jpg?auth=ba6fa336614a2ece843bccf534e0c1d00e117f4a8848cb705fbe1a1dd0593858&smart=true&width=1200&height=900" alt="Rescue workers place Daniel Cordero on a stretcher after pulling him from the rubble two days after an earthquake struck Catia la Mar, Venezuela, Friday, June 26, 2026. (AP Photo/Fernando Vergara)" height="900" width="1200"/><figcaption>Rescue workers place Daniel Cordero on a stretcher after pulling him from the rubble two days after an earthquake struck Catia la Mar, Venezuela, Friday, June 26, 2026. (AP Photo/Fernando Vergara)</figcaption></figure><ul><li><a href="https://www.local10.com/news/local/2026/06/26/helping-venezuela-samaritans-purse-deploys-team-from-colombia/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/helping-venezuela-samaritans-purse-deploys-team-from-colombia/">Samaritan’s Purse se centra en los “hospitales de campaña de emergencia”.</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-red-cross-asks-for-disaster-response-emergency-fund-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-red-cross-asks-for-disaster-response-emergency-fund-donations/">La Cruz Roja solicita donaciones para su Fondo de Emergencia para la Respuesta ante Desastres.</a></li><li><a href="https://www.local10.com/news/world/2026/06/25/how-to-help-venezuela-un-asks-for-donations-for-underfunded-program-for-kids/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/25/how-to-help-venezuela-un-asks-for-donations-for-underfunded-program-for-kids/">La ONU solicita donaciones para un programa infantil que carece de fondos suficientes.</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/A5N4MQAIL7IXNN3SNMYNICVCEE.jpg?auth=4685e8609cafaae1eae82d6b1b51eaf7d7a1e6b568362a979ed3a00e17fd5499&smart=true&width=1200&height=900" alt="Members of a religious organization distribute food to people affected two days after an earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Ariana Cubillos)" height="900" width="1200"/><figcaption>Members of a religious organization distribute food to people affected two days after an earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Ariana Cubillos)</figcaption></figure><ul><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-vision-asks-for-disaster-relief-fund-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-vision-asks-for-disaster-relief-fund-donations/">World Vision solicita donaciones para su “fondo de ayuda en casos de desastre”.</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-central-kitchen-asks-for-donations-for-fresh-meals/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-central-kitchen-asks-for-donations-for-fresh-meals/">World Central Kitchen solicita donaciones para comidas frescas.</a></li><li><a href="https://www.local10.com/news/local/2026/06/26/helping-venezuela-united-way-miami-launches-operation-helping-hands/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/helping-venezuela-united-way-miami-launches-operation-helping-hands/">United Way Miami lanza la ‘Operación Manos Amigas’.</a></li></ul><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[MDSO: Muere niño de cinco años tras ser atropellado por camioneta pickup en Krome Motorcross Park]]></title><link>https://www.local10.com/news/local/2026/06/27/mdso-muere-nino-de-cinco-anos-tras-ser-atropellado-por-camioneta-pickup-en-krome-motorcross-park/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/27/mdso-muere-nino-de-cinco-anos-tras-ser-atropellado-por-camioneta-pickup-en-krome-motorcross-park/</guid><dc:creator><![CDATA[Ryan Mackey, Linnie Supall]]></dc:creator><description><![CDATA[Un niño de cinco años murió la noche del viernes tras ser atropellado por el conductor de una camioneta pickup mientras montaba una bicicleta en el noroeste de Miami-Dade, según la Oficina del Sheriff de Miami-Dade (MDSO).  ]]></description><pubDate>Sat, 27 Jun 2026 14:24:51 +0000</pubDate><content:encoded><![CDATA[<p>Un niño de cinco años murió la noche del viernes tras ser atropellado por el conductor de una camioneta pickup mientras montaba una bicicleta en el noroeste de Miami-Dade, según la Oficina del Sheriff de Miami-Dade (MDSO).</p><p>Los agentes informaron que el accidente ocurrió alrededor de las 9:13 p.m. en Krome Motocross Park, ubicado en la cuadra 16000 de Northwest 177th Avenue, cerca de Krome Avenue.</p><p>Según los investigadores, los agentes respondieron a reportes de un accidente de tránsito que involucraba a un niño en bicicleta. Miami-Dade Fire Rescue declaró al menor muerto en el lugar.</p><p>La investigación preliminar determinó que el niño montaba su bicicleta entre vehículos estacionados y cruzó hacia la trayectoria de una camioneta Chevrolet Silverado que salía de la propiedad antes de ser atropellado, indicaron las autoridades.</p><p>La identidad del niño y del conductor no ha sido divulgada por el momento.</p><p>Las autoridades informaron que la Unidad de Homicidios de Tránsito de la MDSO investiga el accidente.</p><p>Krome Motocross Park confirmó en redes sociales que una carrera programada para este fin de semana fue cancelada.</p><p>“El fin de semana de carreras queda cancelado debido a circunstancias extremadamente lamentables. Hemos tomado la decisión de cancelar la carrera de este fin de semana”, señala el comunicado. “Ofrecemos nuestras más sinceras disculpas por los inconvenientes y agradecemos su comprensión durante este momento. Mantendremos a todos informados a medida que tengamos más información. Gracias por su continuo apoyo y esperamos verlos muy pronto”. </p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Policía: Balean a padre y a su hija de 11 años frente a McDonald’s de Hallandale Beach; sospechoso sigue prófugo    ]]></title><link>https://www.local10.com/news/local/2026/06/27/bso-balean-a-nina-de-11-anos-y-a-hombre-frente-a-mcdonalds-de-hallandale-beach-sospechoso-sigue-profugo/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/27/bso-balean-a-nina-de-11-anos-y-a-hombre-frente-a-mcdonalds-de-hallandale-beach-sospechoso-sigue-profugo/</guid><dc:creator><![CDATA[Ryan Mackey, Pablo Hernandez, Samiar Nefzi]]></dc:creator><description><![CDATA[Una niña de 11 años y un hombre fueron baleados frente a un McDonald’s en Hallandale Beach la tarde de este sábado, confirmaron agentes de la Oficina del Sheriff de Broward (BSO) a Local 10 News.  ]]></description><pubDate>Sat, 27 Jun 2026 18:47:24 +0000</pubDate><content:encoded><![CDATA[<p>Una niña de 11 años y un hombre fueron baleados frente a un McDonald’s en Hallandale Beach la tarde del sábado, confirmaron agentes de la Oficina del Sheriff de Broward (BSO) a Local 10 News.</p><p>Las autoridades informaron que la balacera ocurrió en la cuadra 800 de West Hallandale Beach Boulevard.</p><p>Los agentes dijeron a Local 10 News que la niña sufrió una herida de bala en la cabeza y que un hombre también fue baleado. Indicaron que ambos fueron trasladados al Memorial Regional Hospital. Sus identidades y su estado de salud no fueron divulgados de inmediato.</p><p>Los agentes informaron que respondieron al lugar, donde se colocó cinta amarilla para acordonar la escena del crimen y la vía fue cerrada mientras los investigadores trabajaban.</p><p>También indicaron que el sospechoso seguía prófugo y que los agentes continuaban buscándolo.</p><p>No se divulgaron de inmediato más detalles sobre la balacera.</p><p><i>Esta es una noticia en desarrollo. Vea Local 10 News o actualice la página para conocer los detalles más recientes. </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[Helping Venezuela: Physicians in Miami-Dade collect donations of medical supplies near Doral ]]></title><link>https://www.local10.com/news/world/2026/06/27/helping-venezuela-physicians-ask-for-donations-of-medical-supplies-near-doral/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/27/helping-venezuela-physicians-ask-for-donations-of-medical-supplies-near-doral/</guid><dc:creator><![CDATA[Andrea Torres, Aaron Maybin]]></dc:creator><description><![CDATA[Physicians with the Venezuelan American Medical Association asked the public on Saturday to drop off donations of medical supplies at a warehouse in northwestern Miami-Dade County.]]></description><pubDate>Sat, 27 Jun 2026 21:47:30 +0000</pubDate><content:encoded><![CDATA[<p>Physicians with the <a href="https://www.vamainfo.com/index.html" target="_self" rel="" title="https://www.vamainfo.com/index.html">Venezuelan American Medical Association</a> asked the public on Saturday to drop off donations of medical supplies at a warehouse in northwestern Miami-Dade County.</p><p><a href="https://www.local10.com/news/local/2026/06/27/ayudan-a-venezuela-medicos-de-miami-dade-recolectan-donaciones-de-suministros-medicos-cerca-de-doral/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/06/27/ayudan-a-venezuela-medicos-de-miami-dade-recolectan-donaciones-de-suministros-medicos-cerca-de-doral/">Leer en español</a></p><p>The physicians who have been treating earthquake survivors in Venezuela were in dire need of medical devices such as splints, cervical neck braces, triangular bandages for slings, and plaster bandage<i>s.</i></p><p>They needed sterile gauze pads, tourniquets, medical tape, adhesive bandages, hemostatic dressings, broad-spectrum antibiotic ointment, and non-latex examination gloves. </p><p>“We are also receiving broad-spectrum antibiotics,” Dr. Pedro Fuenmayor, a plastic surgeon based in Miami-Dade County, said in Spanish, according to <a href="https://www.instagram.com/reel/DaGVYxXiWnN/?igsh=MTJncXg2bjFtejE1cA==" target="_self" rel="" title="https://www.instagram.com/reel/DaGVYxXiWnN/?igsh=MTJncXg2bjFtejE1cA==">a video</a> that the organization released <a href="https://www.instagram.com/reel/DaGVYxXiWnN/?igsh=MTJncXg2bjFtejE1cA==" target="_self" rel="" title="https://www.instagram.com/reel/DaGVYxXiWnN/?igsh=MTJncXg2bjFtejE1cA==">on Instagram</a>. </p><p>The group also asked for broad-spectrum antibiotic ointment, analgesics, oral rehydration solutions, antihistamines, anti-diarrhea medication, and other medications with intact tamper-evident seals. </p><p>“It is very important that the medicines be sealed and not expired,“ Dr. Zoe Pujadas said in Spanish.</p><p>Dr. Jesus Guarecuco said the donations will be delivered to Valencia, Venezuela, to be distributed by nonprofits <a href="https://www.local10.com/news/local/2026/06/26/helping-venezuela-catholic-relief-services-works-with-caritas/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/helping-venezuela-catholic-relief-services-works-with-caritas/">Caritas Venezuela</a> and<a href="https://www.instagram.com/medicosunidosve/?hl=en" target="_self" rel="" title="https://www.instagram.com/medicosunidosve/?hl=en"> Médicos Unidos Venezuela</a> to areas where physicians are treating the injured.</p><p>“All of this is being sent by air,” Guarecuco said in Spanish. </p><p>Dr. Leadro Feo and Guarecuco said most nonprofit organizations, have limits on what medical supplies they are able to accept and deliver to Venezuela. </p><p>“Everything that is for children goes to the <a href="https://www.globalempowermentmission.org/wp-content/uploads/2026/06/GEM-VENEZUELA-EARTHQUAKE-v3.pdf" target="_self" rel="" title="https://www.globalempowermentmission.org/wp-content/uploads/2026/06/GEM-VENEZUELA-EARTHQUAKE-v3.pdf"> Global Empowerment Mission</a>, everything that is a medical supply comes here,“ said Feo, a surgical oncologist, about the drop-off location at the warehouse. </p><p><b>The physicians’ drop-off location is open from 9 a.m. to 5 p.m., from Monday to Friday, and from 10 a.m. to 4 p.m. on Saturday at the warehouse at 8080 NW 71 St., just south of Medley and north of Doral.</b></p><p><u><b>Related list</b></u>: <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/">Drop-off locations in South Florida</a></p><p><b>More </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> coverage </b></p><ul><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><li><a href="https://www.local10.com/news/local/2026/06/26/helping-venezuela-united-way-miami-launches-operation-helping-hands/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/helping-venezuela-united-way-miami-launches-operation-helping-hands/">United Way Miami launches ‘Operation Helping Hands’</a></li></ul>]]></content:encoded></item><item><title><![CDATA[MDSO: Boy, 5, killed after being struck by pickup truck at Krome Motorcross Park ]]></title><link>https://www.local10.com/news/local/2026/06/27/mdso-boy-5-killed-after-being-struck-by-pickup-truck-at-krome-motorcross-park/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/27/mdso-boy-5-killed-after-being-struck-by-pickup-truck-at-krome-motorcross-park/</guid><dc:creator><![CDATA[Ryan Mackey, Linnie Supall]]></dc:creator><description><![CDATA[A 5-year-old boy was killed Friday night after he was struck by a driver in a pickup truck while riding a motorbike in northwest Miami-Dade, according to the Miami-Dade Sheriff’s Office.]]></description><pubDate>Sat, 27 Jun 2026 10:29:36 +0000</pubDate><content:encoded><![CDATA[<p>A 5-year-old boy was killed Friday night after he was struck by a driver in a pickup truck while riding a motorbike in northwest Miami-Dade, according to the Miami-Dade Sheriff’s Office.</p><p><a href="https://www.local10.com/news/local/2026/06/27/mdso-muere-nino-de-cinco-anos-tras-ser-atropellado-por-camioneta-pickup-en-krome-motorcross-park/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/06/27/mdso-muere-nino-de-cinco-anos-tras-ser-atropellado-por-camioneta-pickup-en-krome-motorcross-park/">Leer en español</a></p><p>Deputies said the crash happened around 9:13 p.m. at Krome Motocross Park, located in the 16000 block of Northwest 177th Avenue, just off Krome Avenue.</p><p>According to investigators, deputies responded to reports of a traffic crash involving a child on a motorbike. Miami-Dade Fire Rescue pronounced the boy dead at the scene.</p><p>The preliminary investigation found the boy was riding his motorbike between parked vehicles and crossed into the path of a Chevrolet Silverado that was exiting the property before he was struck, authorities said.</p><p>The boy and driver’s identity have not been released at this time. </p><p>Authorities said MDSO’s Traffic Homicide Unit is investigating the crash. </p><p>Krome Motorcross Park confirmed on social media that a race scheduled at the park for this weekend has been canceled. </p><p>“Race weekend canceled due to extremely unfortunate circumstances. We have made the decision to cancel this weekend’s race,” the statement read. “We sincerely apologize for the inconvenience and appreciate your understanding during this time. We will keep everyone updated as we have more information. Thank you for your continued support, and we hope to see you all very soon.”</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[Helping Venezuela: Meet Miami-Dade Fire Rescue Capt. German Leal ]]></title><link>https://www.local10.com/news/world/2026/06/27/helping-venezuela-meet-miami-dade-fire-rescue-capt-german-leal/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/27/helping-venezuela-meet-miami-dade-fire-rescue-capt-german-leal/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[German Leal, a 46-year-old father of three who enjoys fishing and golfing in South Florida, returned to his native Venezuela on Saturday. He had not visited in about 15 years.  ]]></description><pubDate>Sat, 27 Jun 2026 19:56:41 +0000</pubDate><content:encoded><![CDATA[<p>German Leal, a 46-year-old father of three who enjoys fishing and golfing in South Florida, returned to his native Venezuela on Saturday. He had not visited in about 15 years. </p><p>The U.S. Air Force flew Leal, a Miami-Dade Fire Rescue captain since 2017, aboard the McDonnell Douglas/Boeing C-17 Globemaster III from the Homestead Air Reserve Base to northern Venezuela.</p><p>Leal’s return to the Venezuelan state of La Guaira, where he was born when the oil-rich country was a stable democracy, is as a member of the Florida Urban Search and Rescue Task Force 1. </p><p>U.S. President Donald Trump and U.S. Secretary of State Marco Rubio are counting on him, and the rest of MDFR Chief Ray Jadallah’s team to save lives after two 7.2- and 7.5-magnitude earthquakes struck on Wednesday. </p><p>Leal is trained to face the devastation in his native coastal town of Caraballeda. He recently marked the anniversary of his response to the Champlain Towers South collapse that killed 98 people in 2021 in Surfside. </p><p>Leal graduated from the Miami Dade College Fire Academy in 2003 and returned to his alma mater as <a href="https://www.instagram.com/p/DGDsUuTxJx7/" target="_self" rel="" title="https://www.instagram.com/p/DGDsUuTxJx7/">an instructor</a> about 13 years later. </p><p>MDFR had hired him in 2004, and he had risen to the rank of lieutenant in 2010. As captain, his long list of certifications includes technical rescue, Hazmat, marine firefighting, and rescue diving. </p><p>Leal is in good company. The State Department also deployed Miami Fire Rescue Chief Robert Hevia’s Florida Urban Search and Rescue Task Force 1 and two more teams from California and Virginia.</p><p><blockquote class="twitter-tweet" data-media-max-width="560"><p lang="en" dir="ltr">Earlier today, the men and women of Miami-Dade Fire Rescue’s Florida Task Force 1 (<a href="https://x.com/hashtag/FLTF1?src=hash&amp;ref_src=twsrc%5Etfw">#FLTF1</a>) boarded a plane and began their mission to Venezuela.<br><br>Departing from Homestead Air Reserve Base with the support of <a href="https://x.com/Southcom?ref_src=twsrc%5Etfw">@Southcom</a>, they carry with them far more than specialized training and… <a href="https://t.co/CmoWilsYyG">pic.twitter.com/CmoWilsYyG</a></p>&mdash; Miami-Dade Fire Rescue (@MiamiDadeFire) <a href="https://x.com/MiamiDadeFire/status/2070946447424434180?ref_src=twsrc%5Etfw">June 27, 2026</a></blockquote> <script async src="https://platform.x.com/widgets.js" charset="utf-8"></script></p><blockquote class="twitter-tweet"><p lang="en" dir="ltr">Deploying four-legged heroes to help save lives in Venezuela:<br><br>Watch as <a href="https://x.com/MiamiDadeFire?ref_src=twsrc%5Etfw">@MiamiDadeFire</a> specialized urban search-and-rescue dogs board a <a href="https://x.com/usairforce?ref_src=twsrc%5Etfw">@usairforce</a> C-17 Globemaster en route to Venezuela. These elite canines and their handlers are supporting <a href="https://x.com/StateDept?ref_src=twsrc%5Etfw">@StateDept</a>-led U.S. government… <a href="https://t.co/5sCRkxpQ89">pic.twitter.com/5sCRkxpQ89</a></p>&mdash; U.S. Southern Command (@Southcom) <a href="https://x.com/Southcom/status/2070937708726235526?ref_src=twsrc%5Etfw">June 27, 2026</a></blockquote><blockquote class="twitter-tweet"><p lang="en" dir="ltr">Delivering life-saving capabilities to Venezuela.<br><br>Today, <a href="https://x.com/usairforce?ref_src=twsrc%5Etfw">@usairforce</a> C-17 Globemaster aircraft are transporting two <a href="https://x.com/MiamiDadeFire?ref_src=twsrc%5Etfw">@MiamiDadeFire</a> search and rescue teams to Venezuela. These skilled responders will join <a href="https://x.com/StateDept?ref_src=twsrc%5Etfw">@StateDept</a>-led U.S. government earthquake relief efforts. <a href="https://x.com/hashtag/SOUTHCOM?src=hash&amp;ref_src=twsrc%5Etfw">#SOUTHCOM</a>… <a href="https://t.co/4eWcaCxYCZ">pic.twitter.com/4eWcaCxYCZ</a></p>&mdash; U.S. Southern Command (@Southcom) <a href="https://x.com/Southcom/status/2070904580116812251?ref_src=twsrc%5Etfw">June 27, 2026</a></blockquote><p><u><b>Related list</b></u>: <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/">Drop-off locations in South Florida</a></p><p><b>More </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> coverage </b></p><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><li><a href="https://www.local10.com/news/local/2026/06/26/helping-venezuela-united-way-miami-launches-operation-helping-hands/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/helping-venezuela-united-way-miami-launches-operation-helping-hands/">United Way Miami launches ‘Operation Helping Hands’</a></li></ul>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/MTODPHX6FFF7DEAMV5GIILL3B4.jpg?auth=56fa183e0ee3a8be9857425f0b2224e3750aac727897c384c6a7095bcc21116e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The Miami Dade College Fire Academy is proud of Miami-Dade Fire Rescue Capt. German Leal, who traveled to Venezuela on Saturday to join the search-and-rescue efforts.]]></media:description></media:content></item><item><title><![CDATA[Labores de rescate mantienen esperanza entre familiares de desaparecidos en sismos de Venezuela]]></title><link>https://www.local10.com/espanol/2026/06/27/labores-de-rescate-mantienen-esperanza-entre-familiares-de-desaparecidos-en-sismos-de-venezuela/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/27/labores-de-rescate-mantienen-esperanza-entre-familiares-de-desaparecidos-en-sismos-de-venezuela/</guid><dc:creator><![CDATA[Por JUAN ARRAEZ, ANDRY RINCON y ANNA-CATHERINE BRIGIDA, Associated Press]]></dc:creator><description><![CDATA[LA GUAIRA, Venezuela (AP) — Daniel Cordero, con el rostro ensangrentado, salió de entre los escombros de un edificio derrumbado en Catia La Mar, Venezuela, rodeado de rescatistas que lo ayudaron a subir a una camilla mientras transeúntes filmaban la escena.]]></description><pubDate>Sat, 27 Jun 2026 22:21:39 +0000</pubDate><content:encoded><![CDATA[<p>LA GUAIRA, Venezuela (AP) — Daniel Cordero, con el rostro ensangrentado, salió de entre los escombros de un edificio derrumbado en Catia La Mar, Venezuela, rodeado de rescatistas que lo ayudaron a subir a una camilla mientras transeúntes filmaban la escena.</p><p>Han pasado tres días desde que dos terremotos sacudieron Venezuela, y el rescate de Cordero, que ocurrió el viernes, así como el de otras personas, da un impulso de optimismo a quienes aún esperan encontrar a sus seres queridos entre las ruinas.</p><p>Esto ocurre mientras aumenta el número de muertos por los terremotos de magnitud 7,2 y 7,5 del miércoles y mientras muchas familias confirman que madres, padres, hermanos y niños no sobrevivieron. Al menos 1.430 personas han muerto, informaron el sábado funcionarios gubernamentales, una cifra que se prevé que siga creciendo. Miles están heridas y se ha reportado la desaparición de decenas de miles.</p><p>La frenética búsqueda continuaba el sábado, en su mayoría a cargo de civiles, con un número creciente de equipos internacionales de rescate que se suman a los esfuerzos. Las agencias de ayuda consideran que las primeras 48 a 72 horas son cruciales para recuperar con vida a las personas, aunque ese plazo puede ampliarse si tienen acceso a comida y agua.</p><p>“Hemos visto demasiado”</p><p>Mientras vecinos, amigos y familiares trabajaban bajo el sol abrasador, algunos de sus esfuerzos fueron recibidos con aplausos. Se salvó a un niño de 4 años. Un hombre mayor con un ojo morado fue recibido con aplausos tras su rescate.</p><p>Pero no todos tuvieron la misma suerte.</p><p>Daritza Polo, en La Guaira, recibió el viernes la confirmación de que su madre murió en el sismo.</p><p>“No tengo palabras”, expresó.</p><p>El sufrimiento ha sido abundante en toda La Guaira, una de las zonas más afectadas por los devastadores terremotos.</p><p>Los hermanos Leyder y Leymar Rojas, de 3 y 10 años, fueron sacados de los escombros envueltos en una sábana. Su madre gritaba de angustia. Mientras otras dos mujeres intentaban sostenerla, se desmayó. El rescate continuó mientras ella yacía en el suelo.</p><p>“Es horrible, hemos visto demasiado”, dijo Ramón Eduardo, el tío de los niños, conteniendo las lágrimas. “Sacamos a uno, que salió vivo, gracias a Dios”, añadió, refiriéndose a Adrián, de 4 años, hermano de los menores fallecidos.</p><p>“Pero a ellos no, a ellos no llegamos”.</p><p>Mantener la esperanza mientras continúa la búsqueda</p><p>Para muchos, no tener noticias es una buena noticia.</p><p>El edificio en La Guaira donde Noribel Mendoza vivía con sus dos hijos, Andrés David Molina Mendoza, de 21 años, y Ángel Eduardo Molina Mendoza, de 19, se derrumbó el miércoles, y desde entonces la familia no ha sabido nada de ellos.</p><p>La tía de los jóvenes, Ángela Molina Castro, de 30 años, dijo por teléfono desde Puerto Píritu, en el estado Anzoátegui, que no saben si sus familiares estaban en el edificio o si están vivos en el hospital o en alguna clínica.</p><p>Otra de sus tías ha estado afuera del edificio esperando noticias, pero indicó que no ha llegado ningún equipo de rescate. Vecinos y amigos han intentado levantar los escombros, pero a veces son demasiado pesados.</p><p>El viernes se confirmó la muerte de un amigo y de su esposa embarazada. Ella espera que la noticia sobre sus sobrinos no sea la misma.</p><p>Durante dos días, cuando Ninoska Jarrin llamó a su suegro, Fernando Segundo Martínez Hernández, no recibió respuesta.</p><p>Jarrin vive en Ciudad de México; su suegro estaba en La Guaira, una de las áreas más afectadas.</p><p>Finalmente, el viernes recibió noticias: su esposa supo de él. Ella aún estaba preocupada hasta que su esposo logró hablar directamente con él el sábado en la mañana.</p><p>El hombre se encontraba bien, dijo.</p><p>Desde el miércoles, Flor María González ha esperado noticias sobre su hija, Dilinyer Caroley Rada González, de 33 años, y sus tres nietos: Jonas, de 10, Ashley, de 8, y Angely, de 6, cuyo edificio de apartamentos en La Guaira se derrumbó.</p><p>González acababa de regresar a la ciudad occidental de Maracaibo después de visitar a sus dos hijas cerca de Caracas cuando se enteró del terremoto.</p><p>Ha observado desde lejos cómo vecinos y equipos de rescate buscan sobrevivientes.</p><p>Su otra hija espera afuera del edificio de Rada González con la esperanza de que ella y los niños estén entre quienes sean rescatados de los escombros. No ha perdido la fe.</p><p>___</p><p>Brigida informó desde Ciudad de México. Clara Preve en Buenos Aires contribuyó a este reportaje.</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/K2JCNWU4TAWTQHTKQ2U44BU74M.jpg?auth=262152dc71b1b9e1f4e05167dbb72a9486605a68ac189c8f54dc95ee79c9623b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Rescatistas sacan a Daniel Cordero de entre los escombros de su casa en Catia la Mar, Venezuela, el viernes 26 de junio de 2026, dos días después de los sismos ocurridos en el país. (AP Foto/Fernando Vergara)]]></media:description><media:credit role="author" scheme="urn:ebu">Fernando Vergara</media:credit></media:content></item><item><title><![CDATA[White Sox chairman Reinsdorf officiates wedding of former Rookie of Year Kittle during game]]></title><link>https://www.local10.com/sports/2026/06/27/white-sox-chairman-reinsdorf-officiates-wedding-of-former-rookie-of-year-kittle-during-game/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/27/white-sox-chairman-reinsdorf-officiates-wedding-of-former-rookie-of-year-kittle-during-game/</guid><dc:creator><![CDATA[By SARAH TROTTO, Associated Press]]></dc:creator><description><![CDATA[CHICAGO (AP) — As the White Sox were slugging their way to a 22-1 victory over the Royals on Friday night, former player Ron Kittle was getting married in a ballpark suite with Chicago chairman Jerry Reinsdorf officiating.]]></description><pubDate>Sat, 27 Jun 2026 21:29:35 +0000</pubDate><content:encoded><![CDATA[<p>CHICAGO (AP) — As the White Sox were slugging their way to a 22-1 victory over the Royals on Friday night, former player Ron Kittle was getting married in a ballpark suite with Chicago chairman Jerry Reinsdorf officiating.</p><p>Kittle tied the knot with his girlfriend, Barbara, in Reinsdorf’s suite during Chicago’s 10-run third inning. The White Sox went on to score their most runs since a 22-13 victory at Boston on May 31, 1970.</p><p>“He’s so superstitious he might marry somebody today in the bottom of the third,” Kittle, the 1983 AL Rookie of the Year, said Saturday about Reinsdorf.</p><p>Harold Baines and Greg Walker, Kittle’s teammates on the 1983 White Sox squad, and their spouses also attended the quick ceremony.</p><p>“My better half doesn’t want any notoriety, recognition. She wants to keep it to herself,” Kittle said. “But I invited Harold Baines and his wife and Greg Walker and his wife, and we did it and I was pretty excited. I think Jerry is excited. We’ve become a family over the years.”</p><p>The 1983 White Sox, who won the AL West, were honored before Saturday’s game between Chicago and Kansas City.</p><p>Kittle said he also is ordained and that he officiated a wedding in the outfield last season on Bill Veeck Day.</p><p>“Now I’m the only player to marry someone at the park and get married at the park," Kittle said. “And I’m good.”</p><p>Other members of the 1983 team who attended the pregame reunion at Rate Field were Hall of Famer Tony La Russa, who serves as a White Sox special adviser, Richard Dotson and Greg Luzinski.</p><p>___</p><p>AP MLB: https://apnews.com/hub/mlb</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/KJUYRL74NSOENDUKUHGOM5AFHY.jpg?auth=ffa844ee10293259b879bcde871559cfa8e4f6779849cab610d1ba8337d467bc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Former Chicago White Sox player Ron Kittle is honored with the 1983 White sox team before a baseball game between the Chicago White Sox and the Kansas City Royals Saturday, June 27, 2026, in Chicago. (AP Photo/David Banks)]]></media:description><media:credit role="author" scheme="urn:ebu">David Banks</media:credit></media:content></item><item><title><![CDATA[Helping Venezuela: Centro Comunitario AFE hosts collection drive in Miami-Dade ]]></title><link>https://www.local10.com/news/world/2026/06/26/helping-venezuela-centro-comunitario-afe-plans-collection-drive-in-miami-dade/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/26/helping-venezuela-centro-comunitario-afe-plans-collection-drive-in-miami-dade/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[The Centro Comunitario Amor, Fe y Esperanza plans to host a collection drive on Saturday in northwestern Miami-Dade County to benefit the victims of the two earthquakes in Venezuela.]]></description><pubDate>Sat, 27 Jun 2026 02:28:51 +0000</pubDate><content:encoded><![CDATA[<p>The Centro Comunitario Amor, Fe y Esperanza plans to host a collection drive on Saturday in northwestern Miami-Dade County to benefit the victims of the two earthquakes in Venezuela.</p><p>The nonprofit organization, founded in 2009, plans to welcome the public’s drop-off donations from 9:30 a.m. to 3 p.m. on Saturday at 6090 NW 84th Ave., north of Doral and south of Medley. </p><p>The nonprofit plans to hand the donations to the Doral-based Global Empowerment Mission, a nonprofit organization committed to delivering disaster relief to those in need in northern Venezuela. </p><p>The volunteers will not be accepting clothing, shoes, or linens. They welcome nonperishable food, bottled water, emergency supplies such as batteries and first aid kits, personal hygiene products, diapers, protective gear such as gloves and KN95 masks, tarps, industrial trash bags, and shovels. </p><p>For more information about how to volunteer or donate, <a href="https://www.centroafe.org/en/ayudemos-a-venezuela" target="_self" rel="" title="https://www.centroafe.org/en/ayudemos-a-venezuela">visit this page</a> or call 305-602-4466. </p><p><u><b>Related list</b></u>: <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/">Drop-off locations in South Florida</a></p><p><b>More </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> coverage </b></p><ul><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><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></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><li><a href="https://www.local10.com/news/local/2026/06/26/helping-venezuela-united-way-miami-launches-operation-helping-hands/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/helping-venezuela-united-way-miami-launches-operation-helping-hands/">United Way Miami launches ‘Operation Helping Hands’</a></li></ul>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/276KWOYUTHSOZQGYF75TFLJH5U.jpg?auth=6630e5f002bdaab42c21ea06370c5c210c712271878ab05ec2a259da9da72518&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Residents walks through the rubble two days after earthquakes struck Catia La Mar, Venezuela, Friday, June 26, 2026. (AP Photo/Fernando Vergara)]]></media:description><media:credit role="author" scheme="urn:ebu">Fernando Vergara</media:credit></media:content></item><item><title><![CDATA[Trump says he is nominating former Oklahoma state trooper Lance Schroyer as ICE director]]></title><link>https://www.local10.com/news/politics/2026/06/27/trump-says-he-is-nominating-former-oklahoma-state-trooper-lance-schroyer-as-ice-director/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/27/trump-says-he-is-nominating-former-oklahoma-state-trooper-lance-schroyer-as-ice-director/</guid><dc:creator><![CDATA[By ALI SWENSON, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — President Donald Trump on Saturday said he is nominating Lance Schroyer, a former Oklahoma state trooper, as the next director of Immigration and Customs and Enforcement.]]></description><pubDate>Sat, 27 Jun 2026 21:54:00 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — President Donald Trump on Saturday said he is nominating Lance Schroyer, a former Oklahoma state trooper, as the next director of Immigration and Customs and Enforcement.</p><p>Trump said on his Truth Social platform that his new pick for the immigration enforcement agency is a former U.S. Marine and a “PATRIOT with real operational experience." He called Schroyer a "proven leader with DECADES of experience locking up the worst of the worst.”</p><p>Schroyer hails from the same home state as the new Department of Homeland Security Secretary Markwayne Mullin, a former congressman. Earlier this month, Mullin brought Schroyer onstage at a National Sheriffs' Association event, calling him a “good friend of mine" and noting DHS had recently hired him.</p><p>On Saturday, Mullin quickly praised Schroyer in a statement highlighting the former trooper's 29-year career and his work with federal and state partners on a U.S. immigration enforcement program.</p><p>“President Trump made a great pick, and I’m confident Lance’s strong leadership and firsthand experience will empower the men and women of ICE to deport criminal illegal aliens, secure the homeland, and protect the American people,” Mullin said.</p><p>If confirmed, Schroyer will lead ICE at a time when the public mood has soured on Trump’s immigration crackdown, which sent surges of federal immigration officers into American cities to round up immigrants. Those raids sent tensions soaring and prompted clashes between protesters and law enforcement, leading to the fatal shootings of two U.S. citizens in Minneapolis earlier this year.</p><p>Trump returned to the White House on a promise of mass deportations, and ICE has been a central executor of that vision. The agency is undergoing massive growth from a one-time injection of $75 billion last year, which has allowed for the hiring of 12,000 officers and increased detention capacity.</p><p>Mullin, who started in his role in March, has promised to keep his department out of the headlines and has indicated a softer tone on immigration, although he is expected to align with the president’s priorities on mass deportations.</p><p>Claire Trickler-McNulty, a former senior ICE official, said prior confirmed ICE directors have often been attorneys, though some state and local law enforcement officials have also been nominated. She said his background in Oklahoma suggests Mullin likely had influence over the pick.</p><p>“I think probably given the attention on ICE, he wants to feel like he has somebody he can trust in there,” she said in an interview.</p><p>John Torres, another senior ICE official, said Schroyer faces an uphill climb toward Senate confirmation but his experience being at the state and local level instead of the federal level might help.</p><p>“He won't have any of that baggage, where they're going to turn around and say, oh, well, he worked for this administration or that,” Torres said.</p><p>Schroyer's nomination comes after former ICE director Todd Lyons resigned at the end of May. David Venturella, a former executive at a private prison operator, has been serving as the acting head of the agency. Venturella is expected to stay on as the acting director until Schroyer is Senate confirmed, according to a DHS official speaking on condition of anonymity.</p><p>ICE has not had a Senate-confirmed director since the Obama administration, a result of polarizing politics around the agency and immigration policy.</p><p>___</p><p>Associated Press writers Elliot Spagat and Rebecca Santana contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/3JOUMZSUY5SLUIBPKZY6F37SB4.jpg?auth=b7de40cfde281cfd9f6f3f1e260c7c1ec991261fd151ad84ba3ba569503be5c1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A U.S. Immigration and Customs Enforcement agent is seen in Park Ridge, Ill., Sept. 19, 2025. (AP Photo/Erin Hooley, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Erin Hooley</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/L6XAVKJ7QXODK5SWTANVSKI5UE.jpg?auth=891a41a24d6901f8bf84453bf0007e5e58bf5790f6ff5a3ff8098c7966d59abd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A protester supporting Immigration and Customs Enforcement agents walks on the road outside the Delaney Hall detention center on Saturday, May 30, 2026, in Newark, N.J. (AP Photo/Angelina Katsanis)]]></media:description><media:credit role="author" scheme="urn:ebu">Angelina Katsanis</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/AO3T7J5M7ZGX32VBFQSPEVWNVM.jpg?auth=6142f97233cdf0f4bccf2a3ea9d9260061ade967a56a0bb0d80bd11ae6252b34&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Homeland Security Secretary Markwayne Mullin testifies before the House Committee on Appropriations subcommittee on Homeland Security on Capitol Hill, Thursday, June 25, 2026, in Washington. (AP Photo/Jose Luis Magana)]]></media:description><media:credit role="author" scheme="urn:ebu">Jose Luis Magana</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/OTPTEHOY6BVX4ZKYRKMGWIP3HA.jpg?auth=e4b3ba797e85e0aa7b1665d63b6f108ae27d33c0c8317480399b807459f61a90&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A group of immigrants attend a news conference held by the Mississippi Immigrants Rights Alliance regarding legislative proposals affecting immigrants and migrants in Mississippi, Wednesday, Jan. 25, 2023, at the Capitol in Jackson, Miss. (AP Photo/Rogelio V. Solis, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Rogelio V. Solis</media:credit></media:content></item><item><title><![CDATA[Pittsburgh is twin city after Penguins draft Markus Ruck in 2nd round after Liam in 1st]]></title><link>https://www.local10.com/sports/2026/06/27/pittsburgh-is-twin-city-after-penguins-draft-markus-ruck-in-2nd-round-after-liam-in-1st/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/27/pittsburgh-is-twin-city-after-penguins-draft-markus-ruck-in-2nd-round-after-liam-in-1st/</guid><dc:creator><![CDATA[By JOHN WAWROW, Associated Press]]></dc:creator><description><![CDATA[BUFFALO, N.Y. (AP) — Born eight minutes earlier than his twin brother Liam, Marcus Ruck is fine with ceding NHL draft bragging rights.]]></description><pubDate>Sat, 27 Jun 2026 19:16:27 +0000</pubDate><content:encoded><![CDATA[<p>BUFFALO, N.Y. (AP) — Born eight minutes earlier than his twin brother Liam, Marcus Ruck is fine with ceding NHL draft bragging rights.</p><p>All that mattered to Ruck on Saturday was being selected with the 39th pick in the second round by Pittsburgh in following his brother, who was drafted 22nd overall by the Penguins a day earlier.</p><p>“He can brag to me all he wants. I’m just so happy to be with him. I know he won’t brag, but if he wanted to, he could,” Ruck said. “To be with him, it’s so special.”</p><p>The twins are from Osoyoos, British Columbia, and spent the past two-plus seasons as one of the Western Hockey League’s most productive tandems in Medicine Hat. Marcus led the WHL with 108 points last season, while Liam, a right wing, finished second with 104 points.</p><p>Liam was projected to go first, and when the Penguins chose him, Markus began looking ahead to No. 39, Pittsburgh’s next turn to pick.</p><p>“I didn’t have a preference of when, I just knew where I wanted to go and who I wanted be with,” he said, noting his brother kept his spirits up overnight. “He kept me calm and told me it was going to happen. So for it to happen it’s awesome.”</p><p>The Ruck’s reunion was part of a family theme in a draft that had Caleb Malhotra going third to Vancouver, where his dad was just hired as the Canucks head coach.</p><p>The Calgary Flames opened the third round by selecting WHL Vancouver forward Joe Iginla. He’s the youngest son of Hall of Famer and longtime Flames star Jarome Iginla, and his selection came after older brother Tij went No. 6 to Utah in the 2024 draft.</p><p>Rogowski picks hockey over baseball</p><p>Whatever doubts Brooks Rogowski had in choosing hockey over baseball quickly evaporated following the first pick in the second round of the NHL draft.</p><p>The 18-year-old from Livonia, Michigan, had taken his seat with his family on the draft floor, when NHL deputy commissioner Bill Daly announced Rogowski had been selected at No. 33 by the Vancouver Canucks.</p><p>“You sit down for five minutes and you’re standing back up. So that was nice not having to sit a while,” Rogowski said. “But the relief was immediate. You hear your name called and all the stresses just kind of fall off you. It’s great, it’s been awesome.”</p><p>And the selection validates the choice the 6-foot-7, 235-pound Rogowski made two years ago. In picking hockey, after being drafted by the OHL Oshawa Generals, he put baseball behind him — and to the regret of his father and uncle, who both enjoyed minor-league baseball careers.</p><p>His father, Casey, was drafted by the Chicago White Sox and his uncle, Ryan, drafted by the Dodgers.</p><p>“Obviously they’re still sad about baseball, but I think this was the right decision,” Rogowski said. “You know, get to wear a nice jersey, so I think that they’re more than happy with that.”</p><p>Rogowski has made a commitment to play at Michigan State in two years, and appreciates he still has plenty of room to develop after focusing more on baseball than hockey growing up.</p><p>“I have a lot more to improve,” he said. “You have a lot of these guys who have been doing this for a long time. I’m still relatively new to it, and I think there’s a lot more to me that needs to come out.”</p><p>His trajectory is pointing up. As a rookie, Rogowski had 11 goals and 23 points in 66 games with Oshawa, and built on that with 42 points (15 goals) in 46 games last season.</p><p>Not bad for the former first baseman.</p><p>“Exactly. It’s very different,” Rogowski said comparing the two sports. “I have always been a decent hockey player, but I think the rapid growth, I can attribute to athletic ability.”</p><p>A day after pop icon Justin Bieber took the stage to announce the Toronto Maple Leafs taking Penn State forward Gavin McKenna with the No. 1 pick, there were several notable highlights over the final six rounds on Saturday.</p><p>Golden Knights 2nd-round pick forfeited</p><p>The second round featured just 31 selections with the Vegas Golden Knights forfeiting their 63rd pick after being sanctioned by the league for violating media regulations. Former Vegas coach John Tortorella was also fined $100,000 for refusing to speak to reporters following a second-round-series-clinching Game 6 victory at Anaheim.</p><p>Another notable selection came at No. 40, when the Florida Panthers used their first pick of the draft on right winger Simas Ignatavicius. Though born in Memphis, he relocated with his family to their native Lithuania, a nation that by his count has four hockey rinks.</p><p>Though his father played basketball, Ignatavicius was drawn to hockey at age 3 while watching a practice at a rink inside a shopping mall. Six years ago, the 18-year-old moved to Switzerland to develop his skills.</p><p>___</p><p>AP NHL: https://apnews.com/NHL</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZYMUVA7JZFXLOVQ363M4SWPHKM.jpg?auth=7a030d2db4eeb8af730f3211ef62427d1d2573ee87cc50a2a33d688b1caf8028&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Liam Ruck, right, stands with NHL Commissioner Gary Bettman after being drafted by the Pittsburgh Penguins during the NHL hockey draft Friday, June 26, 2026, in Buffalo, N.Y. (AP Photo/Adrian Kraus)]]></media:description><media:credit role="author" scheme="urn:ebu">Adrian Kraus</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/W4TRI7EII6U2BZUHCSJQ3FEMP4.jpg?auth=48dff90ab3e5e4a85a78cb09142387285cffb4bcae30796300e82b05c75a4253&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Medicine Hat center Markus Ruck addresses reporters after being selected by the Pittsburgh Penguins with the 39th pick at the NHL draft at the KeyBank Center in Buffalo, N.Y., on Saturday, June 27, 2026. (AP Photo/John Wawrow)]]></media:description><media:credit role="author" scheme="urn:ebu">John Wawrow</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YTKSHZSIBAZRM5QT3HGWMDHGW4.jpg?auth=48f6395903837edb584a748a42df37a14f1ea620e86f9a6030843c38682fc941&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Brooks Rogowski addresses reporters after being selected by the Vancouver Canucks with the first pick in the second round of the NHL draft at the KeyBank Center in Buffalo, N.Y., on Saturday, June 27, 2026. (AP Photo/John Wawrow)]]></media:description><media:credit role="author" scheme="urn:ebu">John Wawrow</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/JAXO4KEC7AUDIXRDIVJ4FSDJ3M.jpg?auth=d315fe6c6b3011b5e9b1d797b2a468e32b315a035a3e164c990da1d7366b0d63&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Eleven-year-old Pierce Switzer, center, shoots pucks outside Key Bank Center before the NHL hockey draft Friday, June 26, 2026, in Buffalo, N.Y. (AP Photo/Adrian Kraus)]]></media:description><media:credit role="author" scheme="urn:ebu">Adrian Kraus</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KAZCG32TLEH5LDNZHEF73VCXAM.jpg?auth=ca0c7cf9850289d034d151e433ea3db16ced059b95100295abff79ddc572f271&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Gavin McKenna arrives on the red carpet before the NHL hockey draft Friday, June 26, 2026, in Buffalo, N.Y. (AP Photo/Adrian Kraus)]]></media:description><media:credit role="author" scheme="urn:ebu">Adrian Kraus</media:credit></media:content></item><item><title><![CDATA[Vancouver turns its Science World museum into a giant 17-story soccer ball for the World Cup]]></title><link>https://www.local10.com/news/weird-news/2026/06/27/vancouver-turns-its-science-world-museum-into-a-giant-17-story-soccer-ball-for-the-world-cup/</link><guid isPermaLink="true">https://www.local10.com/news/weird-news/2026/06/27/vancouver-turns-its-science-world-museum-into-a-giant-17-story-soccer-ball-for-the-world-cup/</guid><dc:creator><![CDATA[By ANNE M. PETERSON, Associated Press]]></dc:creator><description><![CDATA[VANCOUVER, British Columbia (AP) — It started with a whimsical idea. Why not transform the landmark Science World museum in downtown Vancouver, the geodesic dome-topped building not far from BC Place stadium, into a gigantic 17-story soccer ball for the World Cup?]]></description><pubDate>Sat, 27 Jun 2026 18:56:32 +0000</pubDate><content:encoded><![CDATA[<p>VANCOUVER, British Columbia (AP) — It started with a whimsical idea. Why not transform the landmark Science World museum in downtown Vancouver, the geodesic dome-topped building not far from BC Place stadium, into a gigantic 17-story soccer ball for the World Cup?</p><p>Easier said than done, actually. But now the larger-than-life replica match ball has become the iconic symbol for Vancouver during the World Cup, a favored shot by both broadcasters and social media posts.</p><p>Some two years ago, Science World, stadium and host city officials were discussing the best ways to capitalize on the World Cup coming to their city.</p><p>“We were kind of saying, well, we should definitely wrap the dome as a soccer ball, right? And it was kind of a joke, because then it was like, well, who’s going to pay for it and how do we do it? So many questions,” said Rob Hollingsworth, senior director for commercial Sales and partnerships at Science World. “But I think in this instance the idea was actually the easy bit, because you know we’ve got a massive ball on our roof.”</p><p>Adidas, which designed the World Cup's official match ball, agreed to allow the replica. Local businesses, organizations and government agencies pitched in to help pay for the project. The only question left was how to pull it off.</p><p>The normally silver dome has been a fixture of the Vancouver skyline since it was built for the 1986 World's Fair. At the 2010 Winter Games, it served as the Sochi House to preview the 2014 Olympics. And it has long housed Science World, a museum that includes an IMAX theater.</p><p>But when the decision was made to transform it into an enormous soccer ball there were some complications. The only schematics for the building were the original hand-drawn blueprints by local architect Bruno Freschi.</p><p>So a drone was dispatched to take detailed laser measurements of each of the geodesic dome's many panels. To everyone's dismay, all of the panels were slightly different.</p><p>Yet, pliable panels were manufactured and numbered for their precise locations, then installed and connected with special ties to give slightly in windy conditions.</p><p>“We’d orientated it really with broadcast in mind, so you’ll notice that the logo on the ball, that the trophy faces kind of southeast, so that if you’re getting the shot, that iconic Vancouver shot, that lines up Science World, with the stadium, with downtown, with the water and the mountains, you get everything in one," Hollingsworth said.</p><p>Turns out, however, that Science World isn't just a soccer ball during the World Cup, it's still a museum and it's hosting a special exhibit, Soccer and Technology, from the FIFA Museum.</p><p>It's the first time the immersive exhibit has been displayed outside of Zurich. Science World tweaked it to add a bit of Canadian flavor, like national star Christine Sinclair's jersey worn during the gold medal match at the Tokyo Olympics, and the match ball from the 2022 men's World Cup in Qatar when Alphonso Davies scored Canada's first-ever goal in the tournament.</p><p>The museum has seen a rise in visitors during the tournament, but nothing prepared Science World for the visual explosion on social media, which is filled with photos of the dome, Hollingsworth said.</p><p>“We hoped that this would be what happened, but we had no idea, really. In the context of the World Cup, we were one of 16 host cities, so we didn’t know what everyone else was doing, we just knew what we were doing. But we hoped above all it would be a shot that broadcasters would pick up as being kind of the iconic Vancouver shot, and that it would travel around the world in that way during the tournament, and I believe it has,” he said. "What we didn’t know or necessarily foresee is just the organic earned media and the organic social media that’s happening every single day."</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/UGMC6ANQ4R7UJOQ4TT7EIL6YJM.jpg?auth=7faa9ffd920df6e15e76a8bdae38660afb1bea1da75936ba1b3539cefbe8d8e2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Science World, which has been transformed into a World Cup Trionda soccer ball is seen near BC Place Stadium in Vancouver, British Columbia, Thursday, June 11, 2026, ahead of the World Cup soccer tournament. (AP Photo/Abbie Parr)]]></media:description><media:credit role="author" scheme="urn:ebu">Abbie Parr</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/EKM7LOXYEHDW5OOTHQO3RE5KF4.jpg?auth=dd28b98b54ef2e380572d262baf2c3656248c93ead557fd46a63bbb013ef65d0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A giant FIFA World Cup match ball is displayed at Science World, Thursday, June 25, 2026 in Vancouver, British Columbia. (AP Photo/Abbie Parr)]]></media:description><media:credit role="author" scheme="urn:ebu">Abbie Parr</media:credit></media:content></item><item><title><![CDATA[Helping Venezuela: Pembroke Pines police officers announce collection drive]]></title><link>https://www.local10.com/news/world/2026/06/27/helping-venezuela-pembroke-pines-police-officers-announce-collection-drive/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/27/helping-venezuela-pembroke-pines-police-officers-announce-collection-drive/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[The Pembroke Pines Police Department announced on Saturday that they are preparing for a collection drive on Tuesday to help victims of the recent earthquake in northern Venezuela. ]]></description><pubDate>Sat, 27 Jun 2026 18:03:09 +0000</pubDate><content:encoded><![CDATA[<p>The Pembroke Pines Police Department <a href="https://x.com/PPinesPD/status/2070895744022614035/photo/2" target="_self" rel="" title="https://x.com/PPinesPD/status/2070895744022614035/photo/2">announced</a> on Saturday that they are preparing for a collection drive to help victims of the recent earthquake in northern Venezuela. </p><p>The police officers will join a team collecting disaster relief donations from 6 a.m. to 10 p.m. at The Shops at Pembroke Gardens at 527 SW 145th Terrace, in Pembroke Pines.</p><p>The team will not be accepting clothes or linens. The <a href="https://www.globalempowermentmission.org/wp-content/uploads/2026/06/GEM-VENEZUELA-EARTHQUAKE-v4.pdf" target="_self" rel="" title="https://www.globalempowermentmission.org/wp-content/uploads/2026/06/GEM-VENEZUELA-EARTHQUAKE-v4.pdf">items the team hopes to receive</a> include nonperishable food, tents, cots, air mattresses, emergency supplies, cleaning and repair supplies, and protective gear. </p><p>The donations will be delivered to the local nonprofit Global Empowerment Mission’s warehouse in Doral. </p><figure><img src="https://www.local10.com/resizer/v2/3H7BHQPSN5BXNMQMC7PVZJBDAU.jpg?auth=330db185cabab00712461b97bc0893a84ebb95387a8263049ffc0175dde7b35e&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p><b>More </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> coverage </b></p><p><u><b>Related list</b></u>: <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/">Drop-off locations in South Florida</a></p><ul><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><li><a href="https://www.local10.com/news/local/2026/06/26/helping-venezuela-united-way-miami-launches-operation-helping-hands/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/helping-venezuela-united-way-miami-launches-operation-helping-hands/">United Way Miami launches ‘Operation Helping Hands’</a></li></ul>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/DNJWXN3IXJSOKL5C5L73J2UFYU.jpg?auth=2b2a119b56da235ae0eb9ec7a443481af75e28df3812de42e0678ca18c2db7c5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A helicopter flies over a search and rescue team at work on Saturday in Catia La Mar, Venezuela. (AP Photo/Fernando Vergara)]]></media:description><media:credit role="author" scheme="urn:ebu">Fernando Vergara</media:credit></media:content></item><item><title><![CDATA[Helping Venezuela: Miami-Dade rescue teams set to deploy for earthquake relief]]></title><link>https://www.local10.com/news/world/2026/06/27/helping-venezuela-miami-dade-rescue-teams-set-to-deploy-for-earthquake-relief/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/27/helping-venezuela-miami-dade-rescue-teams-set-to-deploy-for-earthquake-relief/</guid><dc:creator><![CDATA[Gabrielle Arzola, Ryan Mackey]]></dc:creator><description><![CDATA[The U.S. Southern Command announced Saturday that it is sending additional military resources to Venezuela as part of the U.S. government’s ongoing earthquake relief mission, which was requested by the Venezuelan government and is being led by the U.S. State Department.]]></description><pubDate>Sat, 27 Jun 2026 17:24:15 +0000</pubDate><content:encoded><![CDATA[<p>The U.S. Southern Command announced Saturday that it is sending <a href="https://www.local10.com/topic/Helping_Venezuela/" target="_self" rel="" title="https://www.local10.com/topic/Helping_Venezuela/">additional military resources</a> to Venezuela as part of the U.S. government’s ongoing earthquake relief mission, which was requested by the <a href="https://www.local10.com/news/world/2026/06/27/desperate-race-for-survivors-in-venezuela-enters-day-3-after-deadly-twin-quakes/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/27/desperate-race-for-survivors-in-venezuela-enters-day-3-after-deadly-twin-quakes/">Venezuelan government</a> and is being led by the U.S. State Department.</p><p><a href="https://www.local10.com/news/local/2026/06/27/ayudan-a-venezuela-equipos-de-rescate-de-miami-dade-se-preparan-para-desplegarse-tras-los-terremotos/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/06/27/ayudan-a-venezuela-equipos-de-rescate-de-miami-dade-se-preparan-para-desplegarse-tras-los-terremotos/">Leer en español</a></p><p>Officials said a Contingency Response Element is being deployed to help Venezuelan officials assess airports, manage airfields and safely restore air traffic in areas impacted by the earthquake. </p><p>They said five U.S. Air Force C-17 Globemaster aircraft are expected to begin transporting the team to Venezuela starting Saturday. The deployment builds on the work already being done by a U.S. military Airfield Assessment Team alongside Venezuelan officials and the U.S. interagency response team.</p><p>Another C-17 aircraft will fly <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/">two Miami-Dade County urban search and rescue teams to Venezuela</a> to assist with search-and-rescue operations in the hardest-hit areas, according to Steven McCloud, a spokesperson with the U.S. Southern Command. </p><blockquote class="twitter-tweet"><p lang="en" dir="ltr">Delivering life-saving capabilities to Venezuela.<br><br>Today, <a href="https://x.com/usairforce?ref_src=twsrc%5Etfw">@usairforce</a> C-17 Globemaster aircraft are transporting two <a href="https://x.com/MiamiDadeFire?ref_src=twsrc%5Etfw">@MiamiDadeFire</a> search and rescue teams to Venezuela. These skilled responders will join <a href="https://x.com/StateDept?ref_src=twsrc%5Etfw">@StateDept</a>-led U.S. government earthquake relief efforts. <a href="https://x.com/hashtag/SOUTHCOM?src=hash&amp;ref_src=twsrc%5Etfw">#SOUTHCOM</a>… <a href="https://t.co/4eWcaCxYCZ">pic.twitter.com/4eWcaCxYCZ</a></p>&mdash; U.S. Southern Command (@Southcom) <a href="https://x.com/Southcom/status/2070904580116812251?ref_src=twsrc%5Etfw">June 27, 2026</a></blockquote><p>McCloud said U.S. Marine Corps MV-22 Osprey aircraft will continue moving personnel and supplies in support of the international relief effort. A Marine Corps UH-1Y Super Huey helicopter aboard the USS Fort Lauderdale will also provide air support for relief operations.</p><p>Meanwhile, U.S. Army CH-47 Chinook helicopters and their crews from Joint Task Force-Bravo are being positioned in Curaçao and will be ready to provide additional airlift support if needed, according to McCloud.</p><p>McCloud said the U.S. Space Force is also supporting the mission by providing satellite imagery to help disaster planners identify the areas with the greatest need and prioritize life-saving assistance.</p><p>SOUTHCOM officials said planning for additional military support is continuing in coordination with the State Department, the Venezuelan government and international partners.</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[Millions drop Obamacare health coverage after subsidies expire and costs rise]]></title><link>https://www.local10.com/news/national/2026/06/27/millions-drop-obamacare-health-coverage-after-subsidies-expire-and-costs-rise/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/06/27/millions-drop-obamacare-health-coverage-after-subsidies-expire-and-costs-rise/</guid><dc:creator><![CDATA[By ALI SWENSON, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — About 3 million fewer people in the United States had Affordable Care Act health insurance plans in February compared with the same time last year, according to new federal data.]]></description><pubDate>Sat, 27 Jun 2026 17:51:18 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — About 3 million fewer people in the United States had Affordable Care Act health insurance plans in February compared with the same time last year, according to new federal data.</p><p>In the report released Friday, the U.S. Department of Health and Human Services suggested the 13% drop in enrollment from 22.1 million people in 2025 to 19.2 million this year could be attributed to a federal crackdown on fraudulent or “phantom” enrollment. But health analysts said it was more likely related to the Jan. 1 expiration of federal subsidies, which caused a surge in plan costs that resulted in many people being unable to pay their premiums.</p><p>“We know that real people lost their health insurance coverage,” said Cynthia Cox, a vice president and director of the ACA program at the healthcare research nonprofit KFF, citing survey findings on people who had left their plans. “This coverage loss happened at the same time millions of people faced double or even triple digit increases in their premium payments.”</p><p>The new data, compiled in April but showing coverage in February, represents the government's first official look at how people's inability to pay their first bills this year affected total enrollment. That is because the figures capture the marketplace after a nonpayment grace period expired.</p><p>A federal estimate in January showed that about 800,000 fewer people had signed up for ACA plans compared with the same time last year, marking the first time in the past four years that enrollment had been down from the previous year at that point in the shopping window.</p><p>Cox said KFF expects the total number of people in the government healthcare program to continue to decline throughout the year, potentially to a low of about 17.5 million. That would be a significant drop for the government’s flagship subsidized health insurance program for working-age people who do not qualify for Medicaid. In recent years, ACA plans have become a popular choice for gig workers, farmers, ranchers, hairstylists and others without health coverage through an employer.</p><p>The ACA subsidies that expired this year were at the center of a bitter fight in Congress last fall, with Democrats and some Republicans calling for their renewal. Sharp increases in health costs across ACA and other health insurance programs come as voters in the approaching November elections say affordability is among their top concerns.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/6IAGUUFEXA4GZG7KGLCHIL7XAQ.jpg?auth=7035aed2b7e22a3265b9451c13505978c72e13824c6a1418d5b1e02fb1c32b74&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A man walks by an healthcare insurance office in Hialeah, Fla., July 27, 2017, (AP Photo/Alan Diaz, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Alan Diaz</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/CMRIGHQ5QGMA3LM43JKMN24JPI.jpg?auth=1cfeef4673d9892157311de98363d3550328f48a2665f9c2e411140245503249&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The HealthCare.gov website, where people can buy health insurance, is displayed on a laptop screen in Washington, Oct. 6, 2015. (AP Photo/Andrew Harnik, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Andrew Harnik</media:credit></media:content></item><item><title><![CDATA[Ayudan a Venezuela: Equipos de rescate de Miami-Dade se preparan para desplegarse tras los terremotos  ]]></title><link>https://www.local10.com/news/local/2026/06/27/ayudan-a-venezuela-equipos-de-rescate-de-miami-dade-se-preparan-para-desplegarse-tras-los-terremotos/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/27/ayudan-a-venezuela-equipos-de-rescate-de-miami-dade-se-preparan-para-desplegarse-tras-los-terremotos/</guid><dc:creator><![CDATA[Gabrielle Arzola, Ryan Mackey]]></dc:creator><description><![CDATA[El Comando Sur de Estados Unidos anunció el sábado que está enviando recursos militares adicionales a Venezuela como parte de la misión continua de ayuda tras los terremotos del gobierno de Estados Unidos, solicitada por el gobierno de Venezuela y liderada por el Departamento de Estado de Estados Unidos.  ]]></description><pubDate>Sat, 27 Jun 2026 17:50:42 +0000</pubDate><content:encoded><![CDATA[<p>El Comando Sur de Estados Unidos anunció el sábado que está enviando <a href="https://www.local10.com/topic/Helping_Venezuela/" target="_blank" rel="noreferrer" title="https://www.local10.com/topic/Helping_Venezuela/">recursos militares adicionales</a> a Venezuela como parte de la misión continua de ayuda tras los terremotos del gobierno de Estados Unidos, solicitada por el gobierno de Venezuela y liderada por el Departamento de Estado de Estados Unidos.</p><p>Las autoridades informaron que un Elemento de Respuesta de Contingencia será desplegado para ayudar a las autoridades venezolanas a evaluar los aeropuertos, administrar los aeródromos y restablecer de forma segura el tráfico aéreo en las zonas afectadas por el terremoto.</p><p>Indicaron que cinco aeronaves C-17 Globemaster de la Fuerza Aérea de Estados Unidos comenzarán a transportar al equipo hacia Venezuela a partir del sábado. El despliegue amplía el trabajo que ya realiza un Equipo de Evaluación de Aeródromos del Ejército de Estados Unidos junto con autoridades venezolanas y el equipo de respuesta interinstitucional de Estados Unidos.</p><p>Otra aeronave C-17 trasladará a <a href="https://www.local10.com/news/local/2026/06/26/ayuda-a-venezuela-departamento-de-estado-despliega-equipo-de-busqueda-y-rescate-de-miami-dade/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/06/26/ayuda-a-venezuela-departamento-de-estado-despliega-equipo-de-busqueda-y-rescate-de-miami-dade/">dos equipos de búsqueda y rescate urbano del condado Miami-Dade a Venezuela</a> para ayudar en las operaciones de búsqueda y rescate en las zonas más afectadas, según Steven McCloud, portavoz del Comando Sur de Estados Unidos. </p><blockquote class="twitter-tweet"><p lang="en" dir="ltr">Delivering life-saving capabilities to Venezuela.<br><br>Today, <a href="https://x.com/usairforce?ref_src=twsrc%5Etfw">@usairforce</a> C-17 Globemaster aircraft are transporting two <a href="https://x.com/MiamiDadeFire?ref_src=twsrc%5Etfw">@MiamiDadeFire</a> search and rescue teams to Venezuela. These skilled responders will join <a href="https://x.com/StateDept?ref_src=twsrc%5Etfw">@StateDept</a>-led U.S. government earthquake relief efforts. <a href="https://x.com/hashtag/SOUTHCOM?src=hash&amp;ref_src=twsrc%5Etfw">#SOUTHCOM</a>… <a href="https://t.co/4eWcaCxYCZ">pic.twitter.com/4eWcaCxYCZ</a></p>&mdash; U.S. Southern Command (@Southcom) <a href="https://x.com/Southcom/status/2070904580116812251?ref_src=twsrc%5Etfw">June 27, 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[Calor extremo agobia a Europa central: Suiza, Dinamarca y República Checa baten récords]]></title><link>https://www.local10.com/espanol/2026/06/27/calor-extremo-agobia-a-europa-central-alemania-suiza-dinamarca-y-republica-checa-baten-records/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/27/calor-extremo-agobia-a-europa-central-alemania-suiza-dinamarca-y-republica-checa-baten-records/</guid><dc:creator><![CDATA[Por KIRSTEN GRIESHABER, SYLVIA HUI y JOHN LEICESTER, Associated Press]]></dc:creator><description><![CDATA[BERLÍN (AP) — Las temperaturas alcanzaron máximos históricos el sábado desde Suiza hasta República Checa y Dinamarca, mientras la ola de calor que afectó a países de Europa occidental esta semana se desplaza hacia las zonas central y oriental del continente.]]></description><pubDate>Sat, 27 Jun 2026 19:20:03 +0000</pubDate><content:encoded><![CDATA[<p>BERLÍN (AP) — Las temperaturas alcanzaron máximos históricos el sábado desde Suiza hasta República Checa y Dinamarca, mientras la ola de calor que afectó a países de Europa occidental esta semana se desplaza hacia las zonas central y oriental del continente.</p><p>Se registraron temperaturas inusualmente altas incluso en los países nórdicos, que no son conocidos por tener veranos sofocantes. El Instituto Meteorológico Danés reportó un nuevo récord de 37 grados Celsius (98,6 grados Fahrenheit) en Ødum, al norte de Aarhus, el día más cálido desde que comenzaron los registros en 1874.</p><p>En Suiza, se estableció un récord de 38,8 °C (101,8 °F) en la ciudad de Basilea.</p><p>La famosa Autobahn alemana también se vio desbordada, ya que se esperaba que las temperaturas alcanzaran los 40 °C (104 °F). En dos puntos a las afueras de Berlín, el concreto de la A2 reventó debido a las altas temperaturas y la autopista tuvo que ser cerrada. También se reportaron otros daños en carreteras en todo el país, según el diario alemán Bild.</p><p>El operador ferroviario Deutsche Bahn y otras compañías de trenes desaconsejaron todos los viajes no esenciales en tren este fin de semana.</p><p>“La infraestructura de transporte de Alemania se ve gravemente afectada por el calor récord este fin de semana”, señaló Deutsche Bahn en un comunicado.</p><p>República Checa también vivió el día más caluroso del que se tiene registro, con 40,8 °C (105,4 °F) en la localidad norteña de Doksany. Los meteorólogos indicaron que la temperatura aún podría subir.</p><p>Evacuan a residentes de un asilo en Alemania</p><p>En la ciudad de Dormagen, en el oeste de Alemania, decenas de residentes de un asilo de ancianos fueron evacuados para recibir atención médica debido a las peligrosas condiciones de calor dentro del edificio.</p><p>El cuerpo de bomberos local informó que las temperaturas en el interior de la institución habían alcanzado los 35 °C (95 °F). El uso de aire acondicionado no es algo tan común en Alemania y en muchos otros países de Europa dado que la mayor parte del continente no está acostumbrado a un calor tan agobiante.</p><p>Un residente del asilo murió durante la noche, pero aún no se sabe si el calor fue la causa, indicó un portavoz de la ciudad a la agencia de noticias alemana dpa.</p><p>Hospitales bajo intensa presión en Francia</p><p>En Francia, varias localidades del este del país registraron el sábado sus temperaturas más altas de la historia, algunas incluso por encima de los 40 °C (104 °F), aunque lo peor de la ola de calor empezaba a pasar en algunas regiones.</p><p>París y otras 36 regiones, que se extienden desde el centro hacia el este y el noreste, permanecían el sábado en la zona roja por calor extremo, frente a un pico el jueves de 72 regiones bajo esas advertencias. La capital seguía bajo una presión incesante en sus hospitales, con un segundo día consecutivo de casi 3.000 personas buscando atención en las salas de urgencias de los hospitales públicos, alrededor de un tercio más de lo normal.</p><p>La autoridad de hospitales públicos de París informó que activó su plan de respuesta de emergencia en los 38 hospitales para hacer frente a un aumento continuo de la actividad. Las llamadas a sus centros de despacho médico aumentaron casi un 80% en comparación con el mismo periodo de 2025, añadió.</p><p>La preocupación de que los hospitales pudieran verse desbordados llevó a posponer el sábado la marcha del Orgullo de París por los derechos LGBTQ+ y a cancelar un festival de música de tres días.</p><p>Las temperaturas de esta semana han sido más altas que las de la histórica ola de calor de 2003, a la que se atribuyeron 15.000 muertes relacionadas con las altas temperaturas, muchas de ellas de personas mayores. El director de AP-HP, Nicolas Revel, afirmó que no espera tantas muertes esta vez, al menos en los hospitales de París, en parte porque desde entonces ha mejorado el tratamiento de los trastornos provocados por el calor excesivo.</p><p>El año pasado, durante otro verano excepcionalmente caluroso, se atribuyeron al calor más de 5.700 muertes, según la autoridad de salud pública de Francia.</p><p>“Creo que nos situaremos, claramente, entre 2025 y sin alcanzar necesariamente el nivel catastrófico de 2003”, señaló Revel. “Pero tenemos que prever que, aun así, habrá muchas muertes”.</p><p>Bajan temperaturas en el Reino Unido tras 3 días de calor récord</p><p>En el Reino Unido, se espera que las condiciones sofocantes disminuyan gradualmente este fin de semana, aunque una advertencia ámbar —un nivel por debajo de la roja— se mantenía vigente hasta la noche del sábado.</p><p>Los británicos tuvieron dificultades para sobrellevar la semana, ya que el récord de temperatura de junio fue superado tres días seguidos. Se confirmó que el viernes fue el día de junio más caluroso registrado en el país, con una temperatura provisional de 37,3 °C (99 °F) en el este de Inglaterra.</p><p>La temperatura fue más de 1 °C más alta que el récord de calor de junio en el Reino Unido, establecido en el verano de 1976.</p><p>El sábado, la policía informó que se recuperaron los cuerpos de un joven de 22 años y un adolescente de 15 años de un lago y un río. Las muertes elevan a cuatro el total de fallecimientos relacionados con el calor en el Reino Unido esta semana.</p><p>Las autoridades han advertido a la población que extreme las precauciones al nadar en zonas sin supervisión, como ríos o lagos, tras la muerte de alrededor de 40 personas en Francia durante la última semana.</p><p>Turistas se calcinan en Roma en medio de alerta roja por calor</p><p>En la capital de Italia, que permanece bajo alerta roja por calor, los turistas intentaban refrescarse buscando la sombra cerca de los edificios y metiendo la cabeza bajo las fuentes públicas. Los vendedores ambulantes hacían un buen negocio vendiendo agua embotellada, sombreros y sombrillas.</p><p>Algunos recurrieron a los clásicos italianos para aliviarse.</p><p>“Helado, pasta, porque es tradición, pero también fruta fresca y bebidas heladas; eso es lo mejor para esta temperatura”, aseguró Isabella Dold, una turista de Kempten, Alemania.</p><p>El Ministerio de Salud de Italia informó el sábado que 18 ciudades —incluidos los destinos turísticos más populares como Venecia, Florencia, Bolonia y Milán— estaban en alerta roja debido al peligro que representan las altas temperaturas.</p><p>Calor récord centra la atención en el cambio climático</p><p>En un nuevo estudio publicado el viernes por la World Weather Attribution, una colaboración de científicos con sede en Europa, se informó que el calor y la humedad récord registrados en Europa esta semana no habrían sido posibles sin el cambio climático.</p><p>En el estudio rápido se llegó a la conclusión de que el calor habría sido prácticamente imposible hace apenas cinco décadas, y que hoy es 200 veces más probable que hace 20 años.</p><p>André Corrêa do Lago, presidente de las conversaciones climáticas de la ONU conocidas como COP30, afirmó que la ola de calor ha “ayudado a reforzar la percepción de la urgencia de combatir el cambio climático”.</p><p>“Tenemos que estar de acuerdo en que el hecho de que estemos viviendo este calor increíble en Londres es un argumento contundente de que debemos actuar lo antes posible”, declaró Do Lago a The Associated Press.</p><p>___</p><p>Hui reportó desde Londres y Leicester desde París. Las periodistas de The Associated Press Trisha Thomas en Roma, Suman Naishadham en Madrid y Karel Janicek en Praga contribuyeron a este despacho.</p><p>___</p><p>Esta historia fue traducida del inglés por un editor de AP con la ayuda de una herramienta de inteligencia artificial generativa.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/A3IP55OO37K5P5E6ZSTSHLBQ34.jpg?auth=230d8537204e497653a7037e2696d60373841b39d450fda09ac9e3258d04d0a8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Varias personas forman una fila para rellenar botellas de agua en un caluroso día de verano en el centro de la ciudad de Viena, Austria, el sábado 27 de junio de 2026. (AP Foto/Heinz-Peter Bader)]]></media:description><media:credit role="author" scheme="urn:ebu">Heinz-Peter Bader</media:credit></media:content></item><item><title><![CDATA[Blues get Brandon Carlo; Hurricanes trade for John Carlson's rights at NHL draft]]></title><link>https://www.local10.com/news/2026/06/27/blues-acquire-brandon-carlo-from-the-maple-leafs-in-a-trade-at-the-nhl-draft/</link><guid isPermaLink="true">https://www.local10.com/news/2026/06/27/blues-acquire-brandon-carlo-from-the-maple-leafs-in-a-trade-at-the-nhl-draft/</guid><dc:creator><![CDATA[By STEPHEN WHYNO, Associated Press]]></dc:creator><description><![CDATA[The St. Louis Blues acquired Brandon Carlo from the Toronto Maple Leafs during the NHL draft on Saturday, those teams' latest steps to remake their rosters during an offseason of upheaval.]]></description><pubDate>Sat, 27 Jun 2026 20:39:54 +0000</pubDate><content:encoded><![CDATA[<p>The St. Louis Blues acquired Brandon Carlo from the Toronto Maple Leafs during the NHL draft on Saturday, those teams' latest steps to remake their rosters during an offseason of upheaval.</p><p>St. Louis sent the Nos. 73 and 76 picks to Toronto for the 29-year-old defenseman.</p><p>Carlo lasted just 88 games with the Leafs after they sent a first-round pick, a fourth-rounder and highly regarded forward prospect Fraser Minten to Boston for him at the deadline in March 2025. That was with the previous regime in charge, and general manager Brad Treliving was fired two months ago and replaced weeks later by John Chayka, and they only got to keep the pick this year because they won the lottery for the No. 1 overall pick.</p><p>This is the third trade of the week for the Blues, who are also in transition as GM-in-waiting Alexander Steen is set to take over for seasoned executive Doug Armstrong next week. Armstrong in his final days at the helm has been plenty busy.</p><p>On Tuesday, he traded Jordan Kyrou to Washington for fellow forward Connor McMichael, prospect Milton Gastrin and the No. 16 pick, accumulating a league-high four in the first round. On Friday night, he sent two of them to Anaheim for 23-year-old Mason McTavish, who is signed through 2031.</p><p>Carlo provides some dependable veteran stability on the right side on defense, especially if the Blues decide to trade Colton Parayko or Justin Faulk as part of their summer overhaul. He is going into the final year of his contract at a salary cap hit of just under $3.5 million.</p><p>“We’re excited (Carlo has) got his size and length, his ability to kill plays, his experience,” Armstrong told reporters in Centene, Missouri. “Getting stronger up front and having strong goaltending, we think we’re going to be more competitive than we were last year.”</p><p>Toronto used the third-round picks on Canadian winger Zach Olsen and Swedish defenseman Mans Gudmundsson.</p><p>Hurricanes get John Carlson's rights</p><p>The reigning Stanley Cup champion Carolina Hurricanes jumped the queue to talk to John Carlson before the 36-year-old defenseman can become an unrestricted free agent on Wednesday. They sent the 192nd pick and the rights to pending restricted free agent forward Kyle Masters to Anaheim to get an exclusive negotiating window with Carlson.</p><p>Traded to the Ducks by the Capitals less than 13 hours before the deadline in March, Carlson is believed to want to get back on the East Coast for family reasons. He spent his first 16-plus NHL seasons with Washington and helped the team win the Cup in 2018.</p><p>More trades at the NHL draft</p><p>New Nashville president of hockey operations and GM Chris MacFarland spent his first few weeks on the job largely adding players he was familiar with from his time in Colorado. On Saturday, he added fresh blood from the East by acquiring big, Swedish winger Adam Edstrom in a trade with the New York Rangers.</p><p>The Predators sent the 148th pick in the draft (a fifth-rounder) and the rights to minor leaguer Massimo Rizzo to New York. The Rangers, who also traded Brett Berard to Montreal on Friday, are not expected to tender Rizzo a qualifying offer and would make him an unrestricted free agent.</p><p>The Avalanche traded Ivan Ivan to the Bruins for Fabian Lysell in a swap of young forwards.</p><p>___</p><p>AP NHL: https://apnews.com/NHL</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/XUUXVJZWM34T4LDYIJWIO5NUHA.jpg?auth=dea6549cbfbbd6079edf77fe162ddca435c251ad3a0be19ebb2d8fa53d2810c5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Toronto Maple Leafs defenseman Brandon Carlo looks on during the first period of an NHL hockey game against the Anaheim Ducks, March 30, 2026, in Anaheim, Calif. (AP Photo/William Liang, File)]]></media:description><media:credit role="author" scheme="urn:ebu">William Liang</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4F4F7Q26IKABV7JIXC6ZNYUMDM.jpg?auth=5f2ece10ab7205a47b2c1c2b31388aea9a936d61ccedf6f897ad7415181594bb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - St. Louis Blues right wing Jordan Kyrou (25) shoots during an NHL hockey game against the Los Angeles Kings, Wednesday, April 1, 2026, in Los Angeles. (AP Photo/Kyusung Gong,File)]]></media:description><media:credit role="author" scheme="urn:ebu">Kyusung Gong</media:credit></media:content></item><item><title><![CDATA[Grammy and Latin Grammy winner Carín León set for a big match at Inter Miami's stadium]]></title><link>https://www.local10.com/news/florida/2026/06/27/grammy-and-latin-grammy-winner-carin-leon-set-for-a-big-match-at-inter-miamis-stadium/</link><guid isPermaLink="true">https://www.local10.com/news/florida/2026/06/27/grammy-and-latin-grammy-winner-carin-leon-set-for-a-big-match-at-inter-miamis-stadium/</guid><dc:creator><![CDATA[By TIM REYNOLDS, Associated Press]]></dc:creator><description><![CDATA[MIAMI (AP) — Carín León sees the World Cup as something that pulls different cultures together. He wants his music to be viewed the same way.]]></description><pubDate>Sat, 27 Jun 2026 17:33:19 +0000</pubDate><content:encoded><![CDATA[<p>MIAMI (AP) — Carín León sees the World Cup as something that pulls different cultures together. He wants his music to be viewed the same way.</p><p>León is a huge World Cup fan, a huge Real Madrid fan and someone who can't believe he got to meet Inter Miami co-owner and soccer icon David Beckham. And on Sunday, the Mexican singer-songwriter will become the first person to headline a concert at Inter Miami's newly opened stadium — Lionel Messi's home field.</p><p>“Being the first one to play in this iconic stadium — it's new but already iconic because of the team — I see this with much responsibility,” León told The Associated Press in an interview. “For me, it's like a big soccer match and I want to inspire a lot of new artists in my genre and in all the root genres that nothing is impossible. We’re coming here to this big stage, making history with the music we grew up with.”</p><p>León is a back-to-back Grammy winner in the Best Regional Mexican Music Album category, plus a four-time Latin Grammy winner. Except, with León, it's short-sighted to simply call him a Mexican artist.</p><p>He's a little country. A little rock. Maybe some reggaeton. He has played Coachella and the Grand Ole Opry. He's in line to become the first Latino artist to have a residency at the Sphere in Las Vegas, with shows scheduled in September. His appeal is all over the map, which is why Inter Miami wanted someone like him to be the first show on the field that the reigning Major League Soccer champions call home.</p><p>“There was a time when I was going to do music because it was trending right then, and then nothing was happening for me,” León said. “There was a time when I was going to quit music. But in two weeks, I was back because I’m a musician. I decided to do what I love, what I love, what I like, what I feel, what made me happy. I never did music because of money or to be famous.”</p><p>He released some music that wasn't expected to be a hit, and fans couldn't get enough of it.</p><p>“That's when I knew to just be honest with the music,” León said. “And now I prefer to be a trendsetter than looking for the trend.”</p><p>That approach has opened countless doors — including the one leading from Messi's locker room to the field where he plays. And it's not lost on León that soccer fans in Miami won't have any World Cup matches to watch Sunday night when he takes the stage; there's only one game on Sunday's tournament schedule, and it's in the afternoon.</p><p>“I'm so happy for what we've accomplished,” León said. "I'm just proud to be here at the house of Inter Miami, the Messi house, the David Beckham house. Putting my name alongside these names, it's something incredible for me, something that I still cannot believe.”</p><p>___</p><p>AP soccer: https://apnews.com/hub/soccer</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/LHF5YFFYAYZTIP7WWEL6NXE3IE.jpg?auth=eb705525f7901fbd19c5dd049b22c93fbc6fa44c046f8928a25b346eb227ab1e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Grammy winner Carin Leon speaks at Inter Miami's Nu Stadium about becoming the first performer to have a concert at the new facility on Thursday, June 25, 2026 in Miami. (AP Photo/Tim Reynolds)]]></media:description><media:credit role="author" scheme="urn:ebu">Tim Reynolds</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BSLYW5B44UI63Y6L56FBNZXVDQ.jpg?auth=dc9d5c99a3758f07139c74e8d8df4264e6d2e54e68d3090232ad80e120a8dfe4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Carín León, winner of the award for best contemporary mexian music album for "Palabra De To's," poses in the press room during the 2025 Latin Grammys on Thursday, Nov. 13, 2025, at MGM Grand in Las Vegas. (AP Photo/John Locher, File)]]></media:description><media:credit role="author" scheme="urn:ebu">John Locher</media:credit></media:content></item><item><title><![CDATA[Helping Venezuela: Altruism at El Arepazo feeds Global Empowerment Mission’s team effort]]></title><link>https://www.local10.com/news/world/2026/06/26/helping-venezuela-goodwill-at-el-arepazo-feeds-global-empowerment-mission/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/26/helping-venezuela-goodwill-at-el-arepazo-feeds-global-empowerment-mission/</guid><dc:creator><![CDATA[Roy Ramos, Andrea Torres]]></dc:creator><description><![CDATA[Andrea Brito was among the donors and volunteers who worked hard on Friday despite their pain after the devastating 7.2- and 7.5-magnitude earthquakes struck Venezuela. ]]></description><pubDate>Fri, 26 Jun 2026 22:50:08 +0000</pubDate><content:encoded><![CDATA[<p>Andrea Brito was among the donors and volunteers who worked hard on Friday despite their pain after the devastating 7.2- and 7.5-magnitude earthquakes struck Venezuela. </p><p><a href="https://www.local10.com/news/local/2026/06/27/ayudando-a-venezuela-el-altruismo-de-el-arepazo-impulsa-los-esfuerzos-del-equipo-de-global-empowerment-mission/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/06/27/ayudando-a-venezuela-el-altruismo-de-el-arepazo-impulsa-los-esfuerzos-del-equipo-de-global-empowerment-mission/">Leer en español</a></p><p>Brito, who was doing her part to push a flow of aid from South Florida to the disaster zone, couldn’t stop thinking about her uncle Roberto Brito and aunt Kairol Piñero, who vanished on Wednesday in La Guaira.</p><p>Brito, who had a flyer with pictures of them and Norelys Marrero, hopes they may still be alive and waiting for help under the rubble. Volunteers were searching, but they lacked machinery and tools.</p><p>“We are trying to find resources to help lift the concrete that collapsed on top of them,” said Brito at El Arepazo in Doral. </p><figure><img src="https://www.local10.com/resizer/v2/XJH6AKUXVZDLLO42R34VC5IELM.jpg?auth=16a1387b26f428a2c7a940cb862e1567f7af64ac66b87cb30e3522e5933f50ab&smart=true&width=1200&height=900" alt="On Friday, in Doral, Andrea Brito holds a flyer with pictures of her uncle Roberto Brito and aunt Kairol Piñero, and Norelys Marrero, who vanished on Wednesday in Venezuela's state of La Guaira." height="900" width="1200"/><figcaption>On Friday, in Doral, Andrea Brito holds a flyer with pictures of her uncle Roberto Brito and aunt Kairol Piñero, and Norelys Marrero, who vanished on Wednesday in Venezuela's state of La Guaira.</figcaption></figure><p>The Venezuelan restaurant, open 24 hours, seven days a week, at the Chevron gas station, at 10191 NW 58th St., was among <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/">the drop-off locations collecting aid</a> to be delivered to the local nonprofit Global Empowerment Mission’s warehouse in Doral. </p><p>“I haven’t stopped crying since the earthquake,” said Susanna Taddei, a Venezuelan-American LGBTQ+ rights activist who was dropping off aid at El Arepazo.</p><p>Taddei said the civilians, who were trying to rescue survivors from the rubble, were in desperate need of equipment, tools, and parts such as grinding wheels to cut through metal. </p><p>Some used markers to write messages in Spanish on the cardboard boxes that were piling up with donations. One donor wrote, “Fuerza Venezuela,” or “Stay Strong, Venezuela,” and drew a few hearts. </p><p><u><b>Related list</b></u>: <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/">Drop-off locations in South Florida</a></p><p><b>More </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> coverage </b></p><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><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 - Clone</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><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><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><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><li><a href="https://www.local10.com/news/local/2026/06/26/helping-venezuela-united-way-miami-launches-operation-helping-hands/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/helping-venezuela-united-way-miami-launches-operation-helping-hands/">United Way Miami launches ‘Operation Helping Hands’</a></li></ul>]]></content:encoded></item><item><title><![CDATA[Ayudando a Venezuela: El altruismo de El Arepazo impulsa los esfuerzos del equipo de Global Empowerment Mission]]></title><link>https://www.local10.com/news/local/2026/06/27/ayudando-a-venezuela-el-altruismo-de-el-arepazo-impulsa-los-esfuerzos-del-equipo-de-global-empowerment-mission/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/27/ayudando-a-venezuela-el-altruismo-de-el-arepazo-impulsa-los-esfuerzos-del-equipo-de-global-empowerment-mission/</guid><dc:creator><![CDATA[Roy Ramos, Andrea Torres]]></dc:creator><description><![CDATA[Andrea Brito estuvo entre los donantes y voluntarios que trabajaron arduamente el viernes a pesar de su dolor tras los devastadores terremotos de magnitud 7.2 y 7.5 que sacudieron Venezuela.  ]]></description><pubDate>Sat, 27 Jun 2026 17:15:38 +0000</pubDate><content:encoded><![CDATA[<p>Andrea Brito estuvo entre los donantes y voluntarios que trabajaron arduamente el viernes a pesar de su dolor tras los devastadores terremotos de magnitud 7.2 y 7.5 que sacudieron Venezuela.</p><p>Brito, quien hacía su parte para impulsar el flujo de ayuda desde el sur de Florida hacia la zona del desastre, no podía dejar de pensar en su tío Roberto Brito y su tía Kairol Piñero, quienes desaparecieron el miércoles en La Guaira.</p><p>Brito, quien tenía un volante con fotografías de ellos y de Norelys Marrero, espera que aún estén con vida y esperando ayuda bajo los escombros. Los voluntarios estaban buscando, pero carecían de maquinaria y herramientas.</p><p>“Estamos tratando de encontrar recursos para ayudar a levantar el concreto que colapsó sobre ellos”, dijo Brito en El Arepazo, en Doral. </p><figure><img src="https://www.local10.com/resizer/v2/XJH6AKUXVZDLLO42R34VC5IELM.jpg?auth=16a1387b26f428a2c7a940cb862e1567f7af64ac66b87cb30e3522e5933f50ab&smart=true&width=1200&height=900" alt="On Friday, in Doral, Andrea Brito holds a flyer with pictures of her uncle Roberto Brito and aunt Kairol Piñero, and Norelys Marrero, who vanished on Wednesday in Venezuela's state of La Guaira." height="900" width="1200"/><figcaption>On Friday, in Doral, Andrea Brito holds a flyer with pictures of her uncle Roberto Brito and aunt Kairol Piñero, and Norelys Marrero, who vanished on Wednesday in Venezuela's state of La Guaira.</figcaption></figure><p>El restaurante venezolano, abierto las 24 horas del día, los siete días de la semana, en la gasolinera Chevron ubicada en 10191 NW 58th St., era uno de los centros de recolección de ayuda que sería entregada al almacén en Doral de la organización sin fines de lucro local Global Empowerment Mission.</p><p>“No he dejado de llorar desde el terremoto”, dijo Susanna Taddei, activista venezolano-estadounidense por los derechos LGBTQ+, mientras entregaba ayuda en El Arepazo.</p><p>Taddei dijo que los civiles que intentaban rescatar a sobrevivientes de entre los escombros necesitaban con urgencia equipos, herramientas y piezas como discos de corte para atravesar el metal.</p><p>Algunos usaron marcadores para escribir mensajes en español sobre las cajas de cartón que se acumulaban con las donaciones. Un donante escribió: “Fuerza Venezuela” y dibujó varios corazones.</p><p><b>Lista relacionada:</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="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/06/26/how-to-help-south-florida-donation-drop-off-locations-to-help-venezuelans-after-earthquakes/">Centros de recolección de ayuda en el sur de Florida</a></p><p><b>Más cobertura sobre </b><a href="https://www.local10.com/topic/Helping_Venezuela/" target="_blank" rel="noreferrer" title="https://www.local10.com/topic/Helping_Venezuela/"><b>AYUDA A VENEZUELA</b></a><b> </b></p><ul><li><a href="https://www.local10.com/community/2026/06/26/helping-venezuela-food-for-the-poor-packs-disaster-relief-kits-with-hopeful-hand-written-notes/" target="_self" rel="" title="https://www.local10.com/community/2026/06/26/helping-venezuela-food-for-the-poor-packs-disaster-relief-kits-with-hopeful-hand-written-notes/">Food For The Poor incluye en sus kits de ayuda humanitaria notas escritas a mano con mensajes de esperanza.</a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-us-southern-command-focuses-on-airport-damage/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-us-southern-command-focuses-on-airport-damage/">El Comando Sur de Estados Unidos se centra en los daños en los aeropuertos.</a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-state-department-deploys-miami-dade-search-and-rescue-team/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-state-department-deploys-miami-dade-search-and-rescue-team/">El Departamento de Estado despliega un equipo de búsqueda y rescate en Miami-Dade.</a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-miami-beach-opens-4-new-aid-drop-off-locations/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-miami-beach-opens-4-new-aid-drop-off-locations/">Miami Beach abre 4 nuevos puntos de entrega de ayuda - Clone</a></li><li><a href="https://www.local10.com/news/local/2026/06/26/helping-venezuela-miami-dades-tax-collector-opens-11-drop-off-locations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/helping-venezuela-miami-dades-tax-collector-opens-11-drop-off-locations/">El recaudador de impuestos de Miami-Dade abre 11 puntos de entrega.</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/here-are-4-drop-off-locations-for-donations-to-help-venezuelans-after-earthquakes/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/here-are-4-drop-off-locations-for-donations-to-help-venezuelans-after-earthquakes/">Doral abre 4 puntos de entrega de ayuda.</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-aid-drop-off-location-opens-in-homestead/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-aid-drop-off-location-opens-in-homestead/">Se abre un punto de entrega de ayuda en Homestead.</a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-starlink-offers-free-service-through-july-25-but-a-kit-is-470/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-starlink-offers-free-service-through-july-25-but-a-kit-is-470/">Starlink ofrece servicio gratuito hasta el 25 de julio, pero un kit cuesta 470 dólares.</a></li><li><a href="https://www.local10.com/news/local/2026/06/26/helping-venezuela-international-medical-corps-deploys-staff-needs-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/helping-venezuela-international-medical-corps-deploys-staff-needs-donations/">International Medical Corps despliega personal y necesita donaciones.</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-save-the-children-asks-for-emergency-fund-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-save-the-children-asks-for-emergency-fund-donations/">Save The Children solicita donaciones para su fondo de emergencia.</a></li><li><a href="https://www.local10.com/news/local/2026/06/26/helping-venezuela-samaritans-purse-deploys-team-from-colombia/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/helping-venezuela-samaritans-purse-deploys-team-from-colombia/">Samaritan’s Purse se centra en los “hospitales de campaña de emergencia”.</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-red-cross-asks-for-disaster-response-emergency-fund-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-red-cross-asks-for-disaster-response-emergency-fund-donations/">La Cruz Roja solicita donaciones para su Fondo de Emergencia para la Respuesta ante Desastres.</a></li><li><a href="https://www.local10.com/news/world/2026/06/25/how-to-help-venezuela-un-asks-for-donations-for-underfunded-program-for-kids/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/25/how-to-help-venezuela-un-asks-for-donations-for-underfunded-program-for-kids/">La ONU solicita donaciones para un programa infantil que carece de fondos suficientes.</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-vision-asks-for-disaster-relief-fund-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-vision-asks-for-disaster-relief-fund-donations/">World Vision solicita donaciones para su “fondo de ayuda en casos de desastre”.</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-central-kitchen-asks-for-donations-for-fresh-meals/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-central-kitchen-asks-for-donations-for-fresh-meals/">World Central Kitchen solicita donaciones para comidas frescas.</a></li><li><a href="https://www.local10.com/news/local/2026/06/26/helping-venezuela-united-way-miami-launches-operation-helping-hands/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/helping-venezuela-united-way-miami-launches-operation-helping-hands/">United Way Miami lanza la ‘Operación Manos Amigas’.</a></li></ul><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[Helping Venezuela: Airbnb partners with nonprofit CADENA for emergency housing ]]></title><link>https://www.local10.com/news/world/2026/06/27/helping-venezuela-airbnb-partners-with-cadena-for-emergency-housing/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/27/helping-venezuela-airbnb-partners-with-cadena-for-emergency-housing/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[As the need for emergency housing increased in northern Venezuela, Airbnb announced a new partnership with a nonprofit that has been active with South Florida’s Jewish community.]]></description><pubDate>Sat, 27 Jun 2026 16:54:50 +0000</pubDate><content:encoded><![CDATA[<p>As the need for emergency housing increased in northern Venezuela, Airbnb <a href="https://www.airbnb.org/venezuela-earthquakes" target="_self" rel="" title="https://www.airbnb.org/venezuela-earthquakes">announced</a> a new partnership with a nonprofit that has been active with South Florida’s Jewish community.</p><p>Airbnb’s San Francisco-based nonprofit partnered with <a href="https://cadena.ngo/en/donations/" target="_self" rel="" title="https://cadena.ngo/en/donations/">CADENA</a> International, a Mexico City-based nonprofit founded in 2005 with a Broward County-based foundation at 2719 Hollywood Boulevard. </p><p>Airbnb’s nonprofit isn’t accepting applications for help, but did ask hosts who want to offer temporary shelter to <a href="https://www.airbnb.com/for-airbnb-org/host" target="_self" rel="" title="https://www.airbnb.com/for-airbnb-org/host">register on this page</a>. CADENA’s teams will have access to the database to connect beneficiaries. </p><p>With the spirit of “Tikún Olam,” or “Healing the world” in mind, CADENA’s supporters encouraged donations to a JPMorgan Chase account based in Hallandale Beach and through Venmo at @CadenaInternacional. </p><figure><img src="https://www.local10.com/resizer/v2/COGWIEUOVNGRLOXFCZRGRJRCRU.jpg?auth=538d0817552636b3b1e9aadfe22c5cc6ac4ae4ee5dcbe831a9783e3fed0a2d2a&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>For more information about CADENA and how to support the nonprofit, <a href="https://cadena.ngo/en/united-states/" target="_self" rel="" title="https://cadena.ngo/en/united-states/">visit this page</a>. </p><p>For more information about the Airbnb nonprofit’s program and how to support it, <a href="https://news.airbnb.com/airbnb-org-provides-housing-to-first-responders-after-venezuela-earthquakes/" target="_self" rel="" title="https://news.airbnb.com/airbnb-org-provides-housing-to-first-responders-after-venezuela-earthquakes/">visit this page</a>. </p><p><iframe src="https://www.facebook.com/plugins/post.php?href=https%3A%2F%2Fwww.facebook.com%2FCadenaFoundation%2Fposts%2Fpfbid0Hocpiew6FJoCDzxWFjX46gU9ZzQV3EK5yyCFZrjip3JSeXZpoASLJDvpG9cqZyLWl&show_text=true&width=500" width="500" height="689" style="border:none;overflow:hidden" scrolling="no" frameborder="0" allowfullscreen="true" allow="autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share"></iframe></p><p><b>More </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> coverage </b></p><p><u><b>Related list</b></u>: <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/">Drop-off locations in South Florida</a></p><ul><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><li><a href="https://www.local10.com/news/local/2026/06/26/helping-venezuela-united-way-miami-launches-operation-helping-hands/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/helping-venezuela-united-way-miami-launches-operation-helping-hands/">United Way Miami launches ‘Operation Helping Hands’</a></li></ul>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/5ZLKWPKMB22OM3QSEUBZJFCEWQ.jpg?auth=049a1059e09092d0c609b4b249f1cf3abd2da0331de03339b520ef9c3a0c6aa9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Rescue workers look for survivors three days after an earthquake struck in Catia La Mar, Venezuela, Saturday, June 27, 2026. (AP Photo/Matias Delacroix)]]></media:description><media:credit role="author" scheme="urn:ebu">Matias Delacroix</media:credit></media:content></item><item><title><![CDATA[“Créame, lo van a sentir”: líderes temen impacto en la fuerza laboral por el fin del TPS para haitianos]]></title><link>https://www.local10.com/news/local/2026/06/27/creame-lo-van-a-sentir-lideres-temen-impacto-en-la-fuerza-laboral-por-el-fin-del-tps-para-haitianos/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/27/creame-lo-van-a-sentir-lideres-temen-impacto-en-la-fuerza-laboral-por-el-fin-del-tps-para-haitianos/</guid><dc:creator><![CDATA[Christian De La Rosa, Byron Tollefson]]></dc:creator><description><![CDATA[El fallo de la Corte Suprema de Estados Unidos que despeja el camino para que la administración del presidente Trump ponga fin al Estatus de Protección Temporal (TPS) para más de 250,000 haitianos en el país no solo está generando indignación por el impacto humano, sino también por el posible efecto en la fuerza laboral del sur de Florida.  ]]></description><pubDate>Sat, 27 Jun 2026 16:59:13 +0000</pubDate><content:encoded><![CDATA[<p>El fallo de la Corte Suprema de Estados Unidos que despeja el camino para que la administración del presidente Trump ponga <a href="https://www.local10.com/news/world/2026/06/25/the-supreme-court-lets-the-trump-administration-end-legal-protections-for-haitians-and-syrians/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/world/2026/06/25/the-supreme-court-lets-the-trump-administration-end-legal-protections-for-haitians-and-syrians/">fin al Estatus de Protección Temporal (TPS)</a> para más de 350,000 haitianos en el país no solo está generando indignación por el <a href="https://www.local10.com/news/local/2026/06/25/fallo-de-la-corte-suprema-sobre-tps-para-haitianos-desata-protestas-en-miami/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/06/25/fallo-de-la-corte-suprema-sobre-tps-para-haitianos-desata-protestas-en-miami/">impacto humano</a>, sino también por el posible efecto en la fuerza laboral del sur de Florida.</p><p>El sur de Florida alberga la comunidad haitiana más grande de Estados Unidos.</p><p>Líderes comunitarios, defensores de los inmigrantes y familias haitianas se reunieron el viernes en el vecindario Little Haiti de Miami para rechazar el fin del TPS para los haitianos.</p><p>Pero Farah Larrieux, beneficiaria del TPS, dijo que no puede permitirse estar triste.</p><p>“Se necesita valentía y determinación para luchar contra el mal”, dijo.</p><p>El reportero de Local 10 News Christian De La Rosa preguntó: “¿Cree que esa decisión de la Corte Suprema fue malvada?”</p><p>“Sí. Es malvada”, respondió Larrieux.</p><p>Muchos también temen el posible impacto en la economía de la zona.</p><p>Los haitianos con TPS son conocidos por trabajar en industrias como la hotelería y el cuidado a largo plazo de adultos mayores.</p><p>“Son nuestros hombres y mujeres trabajadores”, dijo la alcaldesa de Miami-Dade, Daniella Levine Cava, durante una conferencia de prensa el viernes. “Son nuestros propietarios de negocios. Crean empleos. Están impulsando nuestras industrias básicas”.</p><p>Según algunas estimaciones, su impacto económico en Estados Unidos es de $6,000 millones USD, de los cuales $1,000 millones USD corresponden a Miami.</p><p>“No pueden darse el lujo de perder a su fuerza laboral: la industria hotelera, la industria agrícola y todos esos sectores”, dijo la empresaria Dinah Escarment. “Todos los que van a esos hoteles, cuando su habitación no esté lista a tiempo, cuando no haya alguien que los atienda en los diferentes restaurantes y en estas distintas industrias, créanme, lo van a sentir”.</p><p>Funcionarios de la administración calificaron el fallo sobre el TPS como “un asunto legal muy sencillo”.</p><p>“La “T” de TPS significa temporal”, dijo James Percival, asesor jurídico general del Departamento de Seguridad Nacional (DHS) de Estados Unidos, en Fox News. </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[‘Trust me, you’re gonna feel it’: Ending TPS for Haitians will have workforce fallout, leaders fear]]></title><link>https://www.local10.com/news/local/2026/06/26/trust-me-youre-gonna-feel-it-ending-tps-for-haitians-will-have-workforce-fallout-leaders-fear/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/26/trust-me-youre-gonna-feel-it-ending-tps-for-haitians-will-have-workforce-fallout-leaders-fear/</guid><dc:creator><![CDATA[Christian De La Rosa, Byron Tollefson]]></dc:creator><description><![CDATA[The U.S. Supreme Court’s ruling clearing the way for the Trump administration to end Temporary Protected Status for more than 250,000 Haitians in the country is not only sparking outcry about the human impact, but the potential impact on the South Florida workforce.]]></description><pubDate>Fri, 26 Jun 2026 21:47:00 +0000</pubDate><content:encoded><![CDATA[<p>The U.S. Supreme Court’s ruling clearing the way for the Trump administration <a href="https://www.local10.com/news/world/2026/06/25/the-supreme-court-lets-the-trump-administration-end-legal-protections-for-haitians-and-syrians/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/25/the-supreme-court-lets-the-trump-administration-end-legal-protections-for-haitians-and-syrians/">to end Temporary Protected Status</a> for more than 350,000 Haitians in the country is not only sparking outcry about <a href="https://www.local10.com/news/local/2026/06/25/supreme-court-ruling-on-haitian-tps-sparks-outcry-at-miami-protest/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/supreme-court-ruling-on-haitian-tps-sparks-outcry-at-miami-protest/">the human impact</a>, but the potential impact on the South Florida workforce.</p><p><a href="https://www.local10.com/news/local/2026/06/27/creame-lo-van-a-sentir-lideres-temen-impacto-en-la-fuerza-laboral-por-el-fin-del-tps-para-haitianos/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/06/27/creame-lo-van-a-sentir-lideres-temen-impacto-en-la-fuerza-laboral-por-el-fin-del-tps-para-haitianos/">Leer en español</a></p><p>South Florida is home to the largest Haitian community in the U.S.</p><p>Community leaders, immigration advocates and Haitian families gathered in Miami’s Little Haiti neighborhood on Friday decrying the end to TPS for Haitians.</p><p>But TPS holder Farah Larrieux said she can’t allow herself to be sad.</p><p>“It takes courage and determination to fight evil,” she said.</p><p>Local 10 News reporter Christian De La Rosa asked, “You think that decision from the Supreme Court was evil?”</p><p>“Yes. It is evil,” Larrieux replied.</p><p>Many are also fearing the potential hit to the area’s economy.</p><p>TPS Haitians are known for working in industries like hospitality and long-term care for seniors.</p><p>“They are our working men and women,” Miami-Dade Mayor Daniella Levine Cava said at a news conference on Friday. “They are our business owners. They create jobs. They are fueling our basic industries.”</p><p>According to some estimates, their economic impact in the US is $6 billion ― $1 billion in Miami.</p><p>“They can’t afford to lose their workforce, the hospitality industry, the agriculture industry, all these places,” ” business owner Dinah Escarment said. “Everyone who’s going to these hotels, when your room is not ready on time, when you don’t have someone to cater to you in the different restaurants in this different industries, trust me, you’re gonna feel it.”</p><p>Administration officials called the TPS ruling “a very straightforward legal issue.”</p><p>“The ‘T’ in TPS stands for temporary,” U.S. Department of Homeland Security General Counsel James Percival said on Fox News.</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[Helping Venezuela: Veteran-led Project DYNAMO delivers 20,000 pounds of aid in 1st 48 hours ]]></title><link>https://www.local10.com/news/world/2026/06/26/helping-venezuela-project-dynamo-delivers-20000-pounds-of-aid-in-1st-48-hours/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/26/helping-venezuela-project-dynamo-delivers-20000-pounds-of-aid-in-1st-48-hours/</guid><dc:creator><![CDATA[Christina Vazquez, Andrea Torres]]></dc:creator><description><![CDATA[Project DYNAMO already had a team on the ground ready to help when the devastating 7.2 and 7.5 magnitude quakes struck late Wednesday. ]]></description><pubDate>Sat, 27 Jun 2026 00:49:50 +0000</pubDate><content:encoded><![CDATA[<p>Project DYNAMO already had a team on the ground ready to help when the devastating 7.2 and 7.5 magnitude quakes struck late Wednesday. </p><p><a href="https://www.local10.com/news/local/2026/06/27/ayudando-a-venezuela-proyecto-dynamo-liderado-por-veteranos-entrega-20000-libras-de-ayuda-en-las-primeras-48-horas/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/06/27/ayudando-a-venezuela-proyecto-dynamo-liderado-por-veteranos-entrega-20000-libras-de-ayuda-en-las-primeras-48-horas/">Leer en español</a></p><p>On Friday, Mario Duarte, the nonprofit’s president and chief executive officer, said the team had already delivered food, water, and medicine to survivors — and there was more on its way. </p><p>During the first 48 hours, the nonprofit’s leadership estimated that the team in Venezuela had delivered about 20,000 pounds of aid to survivors in Caracas and neighboring areas. </p><p>“They are also still trying to get to their loved ones who are unfortunately still under all that rubble,” said Duarte, who served in the U.S. Army and U.S. Army Reserves.</p><p>The veteran-led and donor-funded nonprofit organization, founded during the U.S. withdrawal from Afghanistan in 2021, has volunteers in Venezuela who have collection and distribution channels.</p><p>Victor Palazzi, a volunteer for the nonprofit in Venezuela, said the survivors who were displaced and those who are trying to help them are dealing with “very difficult conditions” and “the resources are limited.” </p><p>The nonprofit is ready to deploy experts in search-and-rescue efforts, field medicine, and humanitarian logistics, as soon as the country’s airports reopen to commercial or private humanitarian flights. </p><p>“The most difficult part is just to make it to the region because all the air strips are now closed and they are only allowing military traffic in,” said Duarte, the former security manager for the Houston Airport Authority. </p><p>Duarte, a Guatemalan American with experience in intelligence in the public and private sectors, said the disaster relief aid needs to keep flowing. </p><p>“People are going to be needing it for months to come,” Duarte said. </p><p><b>For more information about the nonprofit and how to donate to their efforts, </b><a href="https://projectdynamo.net/" target="_self" rel="" title="https://projectdynamo.net/"><b>visit this page</b></a><b>. </b></p><p><u><b>Useful list</b></u>: <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 drop-off locations in South Florida</a></p><p><b>More </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> coverage </b></p><ul><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><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/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 - Clone</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><li><a href="https://www.local10.com/news/local/2026/06/26/helping-venezuela-united-way-miami-launches-operation-helping-hands/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/helping-venezuela-united-way-miami-launches-operation-helping-hands/">United Way Miami launches ‘Operation Helping Hands’</a></li></ul>]]></content:encoded></item><item><title><![CDATA[Ayudando a Venezuela: Proyecto DYNAMO, liderado por veteranos, entrega 20,000 libras de ayuda en las primeras 48 horas]]></title><link>https://www.local10.com/news/local/2026/06/27/ayudando-a-venezuela-proyecto-dynamo-liderado-por-veteranos-entrega-20000-libras-de-ayuda-en-las-primeras-48-horas/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/27/ayudando-a-venezuela-proyecto-dynamo-liderado-por-veteranos-entrega-20000-libras-de-ayuda-en-las-primeras-48-horas/</guid><dc:creator><![CDATA[Christina Vazquez, Andrea Torres]]></dc:creator><description><![CDATA[El Proyecto DYNAMO ya tenía un equipo sobre el terreno listo para ayudar cuando los devastadores terremotos de magnitud 7.2 y 7.5 sacudieron la zona a última hora del miércoles.  ]]></description><pubDate>Sat, 27 Jun 2026 16:56:43 +0000</pubDate><content:encoded><![CDATA[<p>El Proyecto DYNAMO ya tenía un equipo sobre el terreno listo para ayudar cuando los devastadores terremotos de magnitud 7.2 y 7.5 sacudieron la zona a última hora del miércoles.</p><p>El viernes, Mario Duarte, presidente y director ejecutivo de la organización sin fines de lucro, informó que el equipo ya había entregado alimentos, agua y medicamentos a los sobrevivientes, y que más ayuda estaba en camino.</p><p>Durante las primeras 48 horas, la dirección de la organización estimó que el equipo en Venezuela había entregado unas 20,000 libras de ayuda a los sobrevivientes en Caracas y zonas vecinas.</p><p>“También siguen intentando llegar hasta sus seres queridos que, lamentablemente, aún permanecen bajo todos esos escombros”, dijo Duarte, quien sirvió en el Ejército de Estados Unidos y en la Reserva del Ejército de Estados Unidos.</p><p>La organización sin fines de lucro, dirigida por veteranos y financiada por donantes, fue fundada durante la retirada de Estados Unidos de Afganistán en 2021 y cuenta con voluntarios en Venezuela que disponen de canales de recolección y distribución.</p><p>Víctor Palazzi, voluntario de la organización en Venezuela, dijo que los sobrevivientes desplazados y quienes intentan ayudarlos enfrentan “condiciones muy difíciles” y que “los recursos son limitados”.</p><p>La organización está lista para desplegar expertos en búsqueda y rescate, medicina de campaña y logística humanitaria tan pronto como los aeropuertos del país reabran para vuelos comerciales o vuelos humanitarios privados.</p><p>“La parte más difícil es simplemente llegar a la región porque todas las pistas de aterrizaje están cerradas en este momento y solo permiten el tráfico militar”, dijo Duarte, ex gerente de seguridad de la Autoridad Aeroportuaria de Houston.</p><p>Duarte, un guatemalteco-estadounidense con experiencia en inteligencia tanto en el sector público como en el privado, afirmó que la ayuda para atender el desastre debe seguir llegando.</p><p>“La gente la va a necesitar durante los próximos meses”, dijo Duarte.</p><p>Para obtener más información sobre la organización sin fines de lucro y cómo donar a sus esfuerzos, <a href="https://projectdynamo.net/" target="_blank" rel="noreferrer" title="https://projectdynamo.net/">visite esta página</a>.</p><p><b>Lista útil: </b><a href="https://www.local10.com/news/local/2026/06/26/como-ayudar-lugares-de-entrega-de-donaciones-en-el-sur-de-florida-para-ayudar-a-venezolanos-tras-los-terremotos/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/06/26/como-ayudar-lugares-de-entrega-de-donaciones-en-el-sur-de-florida-para-ayudar-a-venezolanos-tras-los-terremotos/">Lugares para entregar donaciones en el sur de Florida</a></p><p><b>Más cobertura de </b><a href="https://www.local10.com/topic/Helping_Venezuela/" target="_blank" rel="noreferrer" title="https://www.local10.com/topic/Helping_Venezuela/"><b>AYUDANDO A VENEZUELA</b></a><b> </b></p><ul><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-weston-based-charity-partners-with-local-pharmacy/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-weston-based-charity-partners-with-local-pharmacy/">Una organización benéfica con sede en Weston se asocia con una farmacia local.</a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-goodwill-at-el-arepazo-feeds-global-empowerment-mission/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-goodwill-at-el-arepazo-feeds-global-empowerment-mission/">El altruismo en El Arepazo alimenta el esfuerzo del equipo de Global Empowerment Mission.</a></li><li><a href="https://www.local10.com/community/2026/06/26/helping-venezuela-food-for-the-poor-packs-disaster-relief-kits-with-hopeful-hand-written-notes/" target="_self" rel="" title="https://www.local10.com/community/2026/06/26/helping-venezuela-food-for-the-poor-packs-disaster-relief-kits-with-hopeful-hand-written-notes/">Food For The Poor incluye en sus kits de ayuda humanitaria notas escritas a mano con mensajes de esperanza.</a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-us-southern-command-focuses-on-airport-damage/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-us-southern-command-focuses-on-airport-damage/">El Comando Sur de Estados Unidos se centra en los daños en los aeropuertos.</a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-state-department-deploys-miami-dade-search-and-rescue-team/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-state-department-deploys-miami-dade-search-and-rescue-team/">El Departamento de Estado despliega un equipo de búsqueda y rescate en Miami-Dade.</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/WZ2ZPXTVTBLOMG35HO6MYN5OHU.jpg?auth=e691bcbaf392287916d812efc8d76c9374fe67203e837364484fd10b29f4e09d&smart=true&width=1200&height=900" alt="Rescue workers aid Daniel Cordero after pulling him from the rubble two days after an earthquake struck Catia la Mar, Venezuela, Friday, June 26, 2026. (AP Photo/Fernando Vergara)" height="900" width="1200"/><figcaption>Rescue workers aid Daniel Cordero after pulling him from the rubble two days after an earthquake struck Catia la Mar, Venezuela, Friday, June 26, 2026. (AP Photo/Fernando Vergara)</figcaption></figure><ul><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-miami-beach-opens-4-new-aid-drop-off-locations/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-miami-beach-opens-4-new-aid-drop-off-locations/">Miami Beach abre 4 nuevos puntos de entrega de ayuda - Clone</a></li><li><a href="https://www.local10.com/news/local/2026/06/26/helping-venezuela-miami-dades-tax-collector-opens-11-drop-off-locations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/helping-venezuela-miami-dades-tax-collector-opens-11-drop-off-locations/">El recaudador de impuestos de Miami-Dade abre 11 puntos de entrega.</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/here-are-4-drop-off-locations-for-donations-to-help-venezuelans-after-earthquakes/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/here-are-4-drop-off-locations-for-donations-to-help-venezuelans-after-earthquakes/">Doral abre 4 puntos de entrega de ayuda.</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/6VECRMMLLUMEHY2FKOYBIU2HEA.jpg?auth=51659a3c26fc80e9b4cb2a6ec7a63b16664fda82c359bbb95e74d2371e5c6f8c&smart=true&width=1200&height=900" alt="Venezuelan Police searches through the rubble two days after earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Ariana Cubillos)" height="900" width="1200"/><figcaption>Venezuelan Police searches through the rubble two days after earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Ariana Cubillos)</figcaption></figure><ul><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-aid-drop-off-location-opens-in-homestead/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-aid-drop-off-location-opens-in-homestead/">Se abre un punto de entrega de ayuda en Homestead.</a></li><li><a href="https://www.local10.com/news/world/2026/06/26/helping-venezuela-starlink-offers-free-service-through-july-25-but-a-kit-is-470/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/26/helping-venezuela-starlink-offers-free-service-through-july-25-but-a-kit-is-470/">Starlink ofrece servicio gratuito hasta el 25 de julio, pero un kit cuesta 470 dólares.</a></li><li><a href="https://www.local10.com/news/local/2026/06/26/helping-venezuela-international-medical-corps-deploys-staff-needs-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/helping-venezuela-international-medical-corps-deploys-staff-needs-donations/">International Medical Corps despliega personal y necesita donaciones.</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-save-the-children-asks-for-emergency-fund-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-save-the-children-asks-for-emergency-fund-donations/">Save The Children solicita donaciones para su fondo de emergencia.</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/43W22GXLVKGNIS3TLNWBHOHQ6M.jpg?auth=ba6fa336614a2ece843bccf534e0c1d00e117f4a8848cb705fbe1a1dd0593858&smart=true&width=1200&height=900" alt="Rescue workers place Daniel Cordero on a stretcher after pulling him from the rubble two days after an earthquake struck Catia la Mar, Venezuela, Friday, June 26, 2026. (AP Photo/Fernando Vergara)" height="900" width="1200"/><figcaption>Rescue workers place Daniel Cordero on a stretcher after pulling him from the rubble two days after an earthquake struck Catia la Mar, Venezuela, Friday, June 26, 2026. (AP Photo/Fernando Vergara)</figcaption></figure><ul><li><a href="https://www.local10.com/news/local/2026/06/26/helping-venezuela-samaritans-purse-deploys-team-from-colombia/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/helping-venezuela-samaritans-purse-deploys-team-from-colombia/">Samaritan’s Purse se centra en los “hospitales de campaña de emergencia”.</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-red-cross-asks-for-disaster-response-emergency-fund-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-red-cross-asks-for-disaster-response-emergency-fund-donations/">La Cruz Roja solicita donaciones para su Fondo de Emergencia para la Respuesta ante Desastres.</a></li><li><a href="https://www.local10.com/news/world/2026/06/25/how-to-help-venezuela-un-asks-for-donations-for-underfunded-program-for-kids/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/25/how-to-help-venezuela-un-asks-for-donations-for-underfunded-program-for-kids/">La ONU solicita donaciones para un programa infantil que carece de fondos suficientes.</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/A5N4MQAIL7IXNN3SNMYNICVCEE.jpg?auth=4685e8609cafaae1eae82d6b1b51eaf7d7a1e6b568362a979ed3a00e17fd5499&smart=true&width=1200&height=900" alt="Members of a religious organization distribute food to people affected two days after an earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Ariana Cubillos)" height="900" width="1200"/><figcaption>Members of a religious organization distribute food to people affected two days after an earthquake struck La Guaira, Venezuela, Friday, June 26, 2026. (AP Photo/Ariana Cubillos)</figcaption></figure><ul><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-vision-asks-for-disaster-relief-fund-donations/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-vision-asks-for-disaster-relief-fund-donations/">World Vision solicita donaciones para su “fondo de ayuda en casos de desastre”.</a></li><li><a href="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-central-kitchen-asks-for-donations-for-fresh-meals/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/25/helping-venezuela-world-central-kitchen-asks-for-donations-for-fresh-meals/">World Central Kitchen solicita donaciones para comidas frescas.</a></li><li><a href="https://www.local10.com/news/local/2026/06/26/helping-venezuela-united-way-miami-launches-operation-helping-hands/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/helping-venezuela-united-way-miami-launches-operation-helping-hands/">United Way Miami lanza la ‘Operación Manos Amigas’.</a></li></ul><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[Rescue Ride Out aims to help Miami-Dade shelter dogs find homes]]></title><link>https://www.local10.com/pets/2026/06/27/rescue-ride-out-aims-to-help-miami-dade-shelter-dogs-find-homes/</link><guid isPermaLink="true">https://www.local10.com/pets/2026/06/27/rescue-ride-out-aims-to-help-miami-dade-shelter-dogs-find-homes/</guid><dc:creator><![CDATA[Jolena Esperto]]></dc:creator><description><![CDATA[Miami-Dade Animal Services is hitting the road Saturday in an effort to help more shelter dogs find permanent homes.]]></description><pubDate>Sat, 27 Jun 2026 16:17:39 +0000</pubDate><content:encoded><![CDATA[<p>Miami-Dade Animal Services hit the road Saturday in an effort to help more shelter dogs find permanent homes.</p><p><a href="https://www.local10.com/news/local/2026/06/27/paseo-de-rescate-busca-ayudar-a-perros-de-refugio-de-miami-dade-a-encontrar-un-hogar/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/06/27/paseo-de-rescate-busca-ayudar-a-perros-de-refugio-de-miami-dade-a-encontrar-un-hogar/">Leer en español</a></p><p>The shelter’s “Rescue Ride Out” pairs about 25 volunteers with adoptable dogs for a caravan through the community in decorated vehicles displaying “Adopt Me” signs and QR codes linking to adoption information. The route includes Wynwood, where organizers hope the dogs will catch the attention of potential adopters.</p><p>The event gives dogs a break from their kennels while allowing the public to see them outside the shelter, where their personalities can shine.</p><p>Volunteer Mackenzie, with Paw Ventures, said many of the dogs come from the shelter’s overflow facility and benefit from spending time outside.</p><p>“We are actually taking them out so that they can enjoy the AC and get a little bit more exposure,” she said.</p><p>Among the dogs participating were Luna, a 3-year-old who eagerly settled into her volunteer’s car before the ride began, and Josh, another adoptable dog preparing for the event.</p><p>Organizers say many shelter dogs spend most of their days in kennels and are often overlooked by adopters. By bringing them into the community, they hope to increase awareness and improve their chances of finding families.</p><p>Anyone who spots one of the dogs during the Rescue Ride Out and is interested in adopting can visit <a href="https://www.miamidade.gov/global/animals/contact.page" target="_self" rel="" title="https://www.miamidade.gov/global/animals/contact.page">Miami-Dade Animal Services</a> in Medley to meet the animals and begin the adoption process.</p><p>Officials say every adoption not only gives a homeless pet a permanent home but also creates space for the shelter to care for other animals in need.</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[Paseo de rescate busca ayudar a perros de refugio de Miami-Dade a encontrar un hogar]]></title><link>https://www.local10.com/news/local/2026/06/27/paseo-de-rescate-busca-ayudar-a-perros-de-refugio-de-miami-dade-a-encontrar-un-hogar/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/27/paseo-de-rescate-busca-ayudar-a-perros-de-refugio-de-miami-dade-a-encontrar-un-hogar/</guid><dc:creator><![CDATA[Jolena Esperto]]></dc:creator><description><![CDATA[Miami-Dade Animal Services sale a las calles este sábado en un esfuerzo por ayudar a que más perros del refugio encuentren un hogar permanente.  ]]></description><pubDate>Sat, 27 Jun 2026 16:35:35 +0000</pubDate><content:encoded><![CDATA[<p>Miami-Dade Animal Services salió a las calles este sábado en un esfuerzo por ayudar a que más perros del refugio encuentren un hogar permanente.</p><p>El evento “Rescue Ride Out” reúne a unos 25 voluntarios con perros disponibles para adopción para recorrer la comunidad en una caravana de vehículos decorados con letreros de “Adóptame” y códigos QR que enlazan con información sobre adopciones. La ruta incluye Wynwood, donde los organizadores esperan que los perros llamen la atención de posibles adoptantes.</p><p>La actividad les brinda a los perros un descanso de sus perreras y, al mismo tiempo, permite que el público los vea fuera del refugio, donde pueden mostrar mejor su personalidad.</p><p>La voluntaria Mackenzie, de Paw Ventures, dijo que muchos de los perros provienen de la instalación de sobrecupo del refugio y se benefician al pasar tiempo fuera.</p><p>“En realidad los estamos sacando para que disfruten del aire acondicionado y tengan un poco más de exposición”, dijo.</p><p>Entre los perros participantes estaban Luna, una perra de tres años que se acomodó con entusiasmo en el auto de su voluntaria antes de comenzar el recorrido, y Josh, otro perro disponible para adopción que se preparaba para el evento.</p><p>Los organizadores dijeron que muchos perros del refugio pasan la mayor parte de sus días en perreras y con frecuencia son pasados por alto por los adoptantes. Al llevarlos a la comunidad, esperan aumentar la visibilidad y mejorar sus posibilidades de encontrar una familia.</p><p>Quienes vean a uno de los perros durante el Rescue Ride Out y estén interesados en adoptarlo pueden visitar <a href="https://www.miamidade.gov/global/animals/contact.page" target="_blank" rel="noreferrer" title="https://www.miamidade.gov/global/animals/contact.page">Miami-Dade Animal Services</a> en Medley para conocer a los animales e iniciar el proceso de adopción.</p><p>Los funcionarios indicaron que cada adopción no solo le da un hogar permanente a una mascota sin hogar, sino que también crea espacio para que el refugio pueda atender a otros animales que lo necesitan. </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[Arrestan a tres personas vinculadas a múltiples robos a vehículos tras romper sus ventanas en Pinecrest  ]]></title><link>https://www.local10.com/news/local/2026/06/26/arrestan-a-tres-personas-vinculadas-a-multiples-robos-a-vehiculos-tras-romper-sus-ventanas-en-pinecrest/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/26/arrestan-a-tres-personas-vinculadas-a-multiples-robos-a-vehiculos-tras-romper-sus-ventanas-en-pinecrest/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Tres hombres fueron arrestados después de que la Policía de Pinecrest informara que estaban vigilando la localidad para cometer robos a vehículos tras romper sus ventanas.  ]]></description><pubDate>Fri, 26 Jun 2026 19:45:50 +0000</pubDate><content:encoded><![CDATA[<p>Tres hombres fueron arrestados en relación con una serie de robos a vehículos tras romper sus ventanas en Pinecrest, informó la Policía.</p><p>Según los informes de arresto, los sospechosos fueron identificados como Terrance Beron Sills, de 22 años; Jayden Cereus, de 18, ambos de Fort Lauderdale; y Kevin Peeples, de 18, de Miami.</p><p>La Policía indicó que los agentes patrullaban alrededor de las 11:30 p.m. del jueves después de recibir una alerta para localizar un Honda Accord gris que había sido vinculado a múltiples robos a vehículos tras romper sus ventanas en Pinecrest y que había sido detectado repetidamente por cámaras automatizadas de lectura de matrículas en toda la localidad.</p><p>Según los informes, un agente localizó el vehículo cerca de la calle 122 SW y la avenida 67 SW.</p><p>Los investigadores dijeron que el conductor llevaba una máscara negra de esquí cubriéndole la parte inferior del rostro antes de bajársela. También confirmaron que el conductor, Cereus, apagó las luces del vehículo y comenzó a retroceder después de notar una patrulla policial identificada.</p><p>Los agentes dijeron que detuvieron el Honda y arrestaron a los tres ocupantes sin incidentes.</p><p>Según los informes, los agentes encontraron a simple vista dentro del vehículo tres herramientas para romper ventanas de automóviles, varios pares de guantes y máscaras negras de esquí. La Policía indicó que estas herramientas son utilizadas comúnmente para romper rápidamente las ventanas de los vehículos durante los robos.</p><p>Después de ser informados de sus derechos Miranda, los tres sospechosos dieron explicaciones contradictorias sobre por qué estaban en Pinecrest, según los informes.</p><p>La Policía indicó que Peeples dijo a los investigadores que el grupo “se hospedaba en un hotel lejos de aquí” y que buscaban un Airbnb para alquilar en Pinecrest, pero posteriormente los agentes contactaron al propietario de la dirección que aparecía en su teléfono, quien dijo que no esperaba a nadie y que no conocía a los sospechosos.</p><p>Según los informes, Sills, quien dijo a los agentes que el Honda le pertenecía, admitió que las herramientas para romper ventanas eran suyas, pero afirmó que las llevaba por si dejaba las llaves dentro del vehículo.</p><p>La Policía indicó que Sills también declaró que el grupo había viajado desde Fort Lauderdale “para buscar vehículos” antes de negarse a responder más preguntas.</p><p>Los investigadores dijeron que Cereus informó a los agentes que el grupo había estado conduciendo por Pinecrest durante unos 30 minutos, pero también afirmó que el hotel donde se hospedaban estaba aproximadamente a una hora de distancia.</p><p>Indicaron que, con base en la vinculación del vehículo con robos anteriores, las repetidas alertas de los lectores de matrículas, los objetos recuperados del automóvil y las declaraciones contradictorias de los sospechosos, los agentes arrestaron a los tres hombres.</p><p>La Policía no ha revelado cuántos objetos de valor ni qué cantidad de bienes fueron robados en los casos vinculados.</p><p>Los registros de la cárcel muestran que Sills, Cereus y Peeples enfrentan cada uno un cargo de posesión de herramientas para robo y un cargo de merodear o deambular con fines delictivos.</p><p>Hasta el viernes, los tres sospechosos permanecían detenidos con una fianza de $5,100 USD cada uno en el Centro Correccional Turner Guilford Knight.</p><p>Cualquier persona con información sobre el caso puede comunicarse con Miami-Dade Crime Stoppers al 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[Helping Venezuela: Salvadoran president describes 15-year-old survivor’s rescue in Caraballeda]]></title><link>https://www.local10.com/news/world/2026/06/26/helping-venezuela-salvadoran-rescuers-work-to-free-15-year-old-survivor-in-caraballeda/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/26/helping-venezuela-salvadoran-rescuers-work-to-free-15-year-old-survivor-in-caraballeda/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[El Salvador was waiting for updates from their president after rescuers found a 15-year-old girl who was trapped under the rubble since the 7.2 and 7.5 magnitude earthquakes struck on Wednesday in Venezuela. ]]></description><pubDate>Sat, 27 Jun 2026 03:32:37 +0000</pubDate><content:encoded><![CDATA[<p>El Salvador was waiting for updates from their president after rescuers found a 15-year-old girl who was trapped under the rubble since the 7.2 and 7.5 magnitude earthquakes struck on Wednesday in Venezuela. </p><p>Salvadoran President Nayib Bukele deployed the first search-and-rescue teams and paramedics on Thursday to work in the disaster zones in northern Venezuela’s state of La Guaira. </p><p>On Friday morning, Bukele shared an update on social media that kept the country and his followers in suspense. It was from a Salvadoran team working in the town of Caraballeda. </p><p>“We have found Camila Sofía Medina Rivas alive,” Bukele wrote, as Venezuela’s official death toll had increased to more than 920. </p><p>Camila had been “trapped along with her pet on the ninth floor” of a building in the Bahía Mar apartment complex at the Caribe neighborhood, according to Bukele and Salvadoran authorities. </p><p>“Her mother is waiting for her downstairs with part of our team,” Bukele wrote <a href="https://x.com/nayibbukele/status/2070589680589135985" target="_self" rel="" title="https://x.com/nayibbukele/status/2070589680589135985">on X</a>. “We still need to break through several walls to reach her, so our teams have brought more tools.”</p><p>On Friday afternoon, Bukele shared an <a href="https://x.com/nayibbukele/status/2070627052357578955" target="_self" rel="" title="https://x.com/nayibbukele/status/2070627052357578955">audio of the communication in Spanish</a> between Camila and a Grupo USAR-El Salvador rescuer, who asked her to make noise and keep her spirits high. </p><p>“I can only move my legs, stretch them,” Camila said, according to the audio that the president shared on X. The girl later added, “Thank you!” </p><p>Early Saturday morning, Bukele, who nicknamed the girl “Cami” during his updates, reported rescuers had freed Camila’s little dog named “Chanel.”</p><p>“Our teams are working to create the necessary space that will allow us to reach her and carry out the rescue safely. God willing, we will soon be able to rescue her as well,” Bukele wrote on X about Camila. </p><blockquote class="twitter-tweet"><p lang="es" dir="ltr">Hemos logrado rescatar a Chanel, la perrita de Camila Sofía.<br><br>Camila aún permanece entre los escombros. Nuestros equipos trabajan para generar el espacio necesario que permita acceder hasta ella y efectuar el rescate de forma segura.<br><br>Dios permita que pronto podamos rescatarla… <a href="https://t.co/RA4tEKOpOX">pic.twitter.com/RA4tEKOpOX</a></p>&mdash; Nayib Bukele (@nayibbukele) <a href="https://x.com/nayibbukele/status/2070732425668227487?ref_src=twsrc%5Etfw">June 27, 2026</a></blockquote><p>On Saturday morning, Bukele announced that Salvadoran rescuers had finally managed to help Camilo come out from the rubble before sunrise. </p><p>“Thank you God, for using us in this way,” Bukele wrote. “Stay strong Venezuela.”</p><blockquote class="twitter-tweet"><p lang="es" dir="ltr">¡Hemos rescatado a Camila!<br><br>Gracias Dios, por utilizarnos de esta manera.<br><br>Fuerza Venezuela 🇸🇻🇻🇪 <a href="https://t.co/wswRaHFAWA">pic.twitter.com/wswRaHFAWA</a></p>&mdash; Nayib Bukele (@nayibbukele) <a href="https://x.com/nayibbukele/status/2070783660744151487?ref_src=twsrc%5Etfw">June 27, 2026</a></blockquote><p>Bukele had also announced that a Salvadoran nurse found 39-year-old survivor, Nayarit Colmenares, on Friday and she was trapped in the rubble of another building in Caraballeda.</p><p>After seven hours of work, the nurse, Heidy Aguilar, helped to pull Colmenares out of the rubble on the sixth floor of a building in the Palmar Este neighborhood, according to Bukele.</p><p>“Her health condition is very delicate, but she is still alive. Our teams have already managed to insert an IV line to administer fluids to her while we continue the rescue efforts,” Bukele <a href="https://x.com/nayibbukele/status/2070676993666875765" target="_self" rel="" title="https://x.com/nayibbukele/status/2070676993666875765">wrote</a>. “God willing, we will manage to get her out alive and stabilize her, once she is out of the rubble.”</p><p>Salvadoran officials reported that Bukele deployed about 300 rescuers with some 150 tons of equipment and machinery — in less than 35 hours.</p><p><blockquote class="twitter-tweet" data-media-max-width="560"><p lang="es" dir="ltr">¡Ya casi Cami! 🇸🇻🇻🇪 <a href="https://t.co/ne8mUco6Hd">pic.twitter.com/ne8mUco6Hd</a></p>&mdash; Nayib Bukele (@nayibbukele) <a href="https://x.com/nayibbukele/status/2070627052357578955?ref_src=twsrc%5Etfw">June 26, 2026</a></blockquote> <script async src="https://platform.x.com/widgets.js" charset="utf-8"></script></p><p><blockquote class="twitter-tweet" data-media-max-width="560"><p lang="es" dir="ltr">Hemos encontrado con vida a Camila Sofía Medina Rivas, una niña de 15 años atrapada junto a su mascota en el noveno piso de un edificio colapsado.<br><br>Su madre la está esperando abajo con parte de nuestro equipo.<br><br>Aún debemos romper varias paredes para llegar hasta ella, por lo que… <a href="https://t.co/SFw04pnXJY">pic.twitter.com/SFw04pnXJY</a></p>&mdash; Nayib Bukele (@nayibbukele) <a href="https://x.com/nayibbukele/status/2070589680589135985?ref_src=twsrc%5Etfw">June 26, 2026</a></blockquote> <script async src="https://platform.x.com/widgets.js" charset="utf-8"></script></p><p><u><b>Related list</b></u>: <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/">Drop-off locations in South Florida</a></p><p><b>More </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> coverage </b></p><ul><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><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></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><li><a href="https://www.local10.com/news/local/2026/06/26/helping-venezuela-united-way-miami-launches-operation-helping-hands/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/helping-venezuela-united-way-miami-launches-operation-helping-hands/">United Way Miami launches ‘Operation Helping Hands’</a></li></ul>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/RLNLPYZ5DJC6X7XVNUX6MD7HQ4.jpg?auth=f2eb03e676105354fc2890cbdbd0dfde8af8eb1330a1f62742ec8b97bc58c733&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This combination of satellite images provided by Vantor shows buildings in Caraballeda, Venezuela on Dec. 28, 2025, left, and on Friday, June 26, 2026, after an earthquake. (Satellite image ©2026 Vantor via AP)]]></media:description></media:content></item><item><title><![CDATA[Buscan a adulto mayor desaparecido visto por última vez en Lauderdale Lakes]]></title><link>https://www.local10.com/news/local/2026/06/27/buscan-a-adulto-mayor-desaparecido-visto-por-ultima-vez-en-lauderdale-lakes/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/27/buscan-a-adulto-mayor-desaparecido-visto-por-ultima-vez-en-lauderdale-lakes/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Detectives de la Unidad de Personas Desaparecidas de la Oficina del Sheriff de Broward solicitaron la ayuda del público este sábado para localizar a una mujer de 79 años que, según informaron, ha estado desaparecida durante al menos una semana.  ]]></description><pubDate>Sat, 27 Jun 2026 15:20:01 +0000</pubDate><content:encoded><![CDATA[<p>Detectives de la Unidad de Personas Desaparecidas de la Oficina del Sheriff de Broward solicitaron la ayuda del público este sábado para localizar a una mujer de 79 años que, según informaron, ha estado desaparecida durante al menos una semana.</p><p>Según los investigadores, Lewis fue vista por última vez aproximadamente a las 12 p.m. del 20 de junio, cerca de la cuadra 4300 de Northwest 36th Way, en Lauderdale Lakes.</p><p>Los agentes indicaron que Lewis mide aproximadamente 5 pies y 9 pulgadas de estatura, pesa alrededor de 120 libras y tiene cabello blanco y ojos azules.</p><p>Cualquier persona que tenga información sobre su paradero debe comunicarse con el detective de Personas Desaparecidas de la BSO, Chris Blankenship, al 954-321-4268, o con la línea de no emergencias de la BSO al 954-764-4357. </p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/72S4WQLNSRDUDNJ3DQNARO2JPQ.jpg?auth=67eb694c5c2ff60614d446e44353202d5b3391c98650737dd3a112357ee52143&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Deputies seek missing senior last seen in Lauderdale Lakes ]]></title><link>https://www.local10.com/news/local/2026/06/27/deputies-seek-missing-senior-last-seen-in-lauderdale-lakes/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/27/deputies-seek-missing-senior-last-seen-in-lauderdale-lakes/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Detectives with the Broward Sheriff’s Office Missing Persons Unit asked for the public’s help Saturday in locating a 79-year-old woman who they say has been missing for at least a week. ]]></description><pubDate>Sat, 27 Jun 2026 15:07:23 +0000</pubDate><content:encoded><![CDATA[<p>Detectives with the Broward Sheriff’s Office Missing Persons Unit asked for the public’s help Saturday in locating a 79-year-old woman who they say has been missing for at least a week. </p><p><a href="https://www.local10.com/news/local/2026/06/27/buscan-a-adulto-mayor-desaparecido-visto-por-ultima-vez-en-lauderdale-lakes/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/06/27/buscan-a-adulto-mayor-desaparecido-visto-por-ultima-vez-en-lauderdale-lakes/">Leer en español</a></p><p>According to investigators, Lewis was last seen at approximately 12 p.m., on June 20, near the 4300 block of Northwest 36th Way in Lauderdale Lakes.</p><p>Deputies said Lewis is approximately 5 feet, 9 inches tall, weighs about 120 pounds, and has white hair and blue eyes.</p><p>Anyone with information on her whereabouts is urged to contact BSO Missing Persons Detective Chris Blankenship at 954-321-4268 or the BSO non-emergency number at 954-764-4357. </p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/72S4WQLNSRDUDNJ3DQNARO2JPQ.jpg?auth=67eb694c5c2ff60614d446e44353202d5b3391c98650737dd3a112357ee52143&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Humane Society of Broward hopes to find ‘furever’ home for King, Taco and other furry friends]]></title><link>https://www.local10.com/pets/2026/06/27/humane-society-of-broward-hopes-to-find-furever-home-for-king-taco-other-furry-friends/</link><guid isPermaLink="true">https://www.local10.com/pets/2026/06/27/humane-society-of-broward-hopes-to-find-furever-home-for-king-taco-other-furry-friends/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[A dog with a royal name is hoping to find his forever family.]]></description><pubDate>Sat, 27 Jun 2026 14:50:48 +0000</pubDate><content:encoded><![CDATA[<p>A dog with a royal name is hoping to find his forever family.</p><p><a href="https://www.local10.com/news/local/2026/06/27/sociedad-protectora-de-animales-de-broward-busca-encontrar-hogar-permanente-para-king-taco-y-otros-amigos-peludos/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/06/27/sociedad-protectora-de-animales-de-broward-busca-encontrar-hogar-permanente-para-king-taco-y-otros-amigos-peludos/">Leer en español</a></p><p>King, an 8-month-old, 28-pound mixed-breed dog, stopped by Local 10 Studios with Humane Society of Broward County’s Cherie Wachter on Saturday to show viewers why he could be the perfect addition to a home.</p><p>Wachter said King may be a mix of several breeds, including retriever, shepherd, dachshund or corgi, thanks to his unique look and short legs. </p><p>She said he still has some growing to do and is working through the puppy stage, including teething and potty training.</p><p>According to Wachter, King’s former owner brought him to the shelter after moving and being unable to take him along.</p><p>While King can be shy around new people at first, Wachter said he warms up with time and would benefit from obedience training to build his confidence around people and other dogs.</p><p>She said King could be a good fit for someone with a weight restriction where they live, including many condo residents.</p><p>The HSBC also highlighted Taco, a kitten looking for a home. His sister Pizza has already been adopted, and Wachter said Taco is a friendly kitten who loves attention.</p><p>Those interested in adopting King, Taco or another pet can visit the Humane Society of Broward County at 2070 Griffin Rd. or start the process online at <a href="https://humanebroward.com" target="_self" rel="" title="https://humanebroward.com">humanebroward.com</a>. Adoption kennels open at 11 a.m.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Sociedad Protectora de Animales de Broward busca encontrar hogar permanente para King, Taco y otros amigos peludos]]></title><link>https://www.local10.com/news/local/2026/06/27/sociedad-protectora-de-animales-de-broward-busca-encontrar-hogar-permanente-para-king-taco-y-otros-amigos-peludos/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/27/sociedad-protectora-de-animales-de-broward-busca-encontrar-hogar-permanente-para-king-taco-y-otros-amigos-peludos/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Un perro con un nombre real espera encontrar una familia para siempre.  ]]></description><pubDate>Sat, 27 Jun 2026 15:16:48 +0000</pubDate><content:encoded><![CDATA[<p>Un perro con un nombre real espera encontrar una familia para siempre.</p><p>King, un perro mestizo de ocho meses y 28 libras, visitó el estudio de Local 10 junto a Cherie Wachter, de la Sociedad Protectora de Animales del Condado Broward (HSBC), este sábado para mostrar a los televidentes por qué podría ser la incorporación perfecta para un hogar.</p><p>Wachter dijo que King podría ser una mezcla de varias razas, entre ellas retriever, pastor, dachshund o corgi, gracias a su apariencia única y sus patas cortas.</p><p>Agregó que aún tiene que crecer un poco más y que todavía está pasando por la etapa de cachorro, lo que incluye el cambio de dientes y el entrenamiento para hacer sus necesidades.</p><p>Según Wachter, el antiguo dueño de King lo llevó al refugio después de mudarse y no poder llevarlo consigo.</p><p>Aunque al principio King puede ser tímido con las personas que no conoce, Wachter explicó que con el tiempo toma confianza y que se beneficiaría de entrenamiento de obediencia para desarrollar mayor seguridad con las personas y otros perros.</p><p>Añadió que King podría ser una buena opción para alguien que tenga restricciones de peso para mascotas donde vive, incluidos muchos residentes de condominios.</p><p>La HSBC también presentó a Taco, un gatito que busca un hogar. Su hermana, Pizza, ya fue adoptada, y Wachter dijo que Taco es un gatito amigable al que le encanta recibir atención.</p><p>Quienes estén interesados en adoptar a King, Taco u otra mascota pueden visitar la Sociedad Protectora de Animales del Condado Broward, ubicada en el 2070 de Griffin Rd., o iniciar el proceso en línea en <a href="https://humanebroward.com/" target="_blank" rel="noreferrer" title="https://humanebroward.com/">humanebroward.com</a>. Las áreas de adopción abren a las 11 a.m. </p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Final day of group play at the World Cup sets the field for the round of 32]]></title><link>https://www.local10.com/sports/2026/06/27/world-cup-final-day-of-group-play-will-set-the-field-for-the-round-of-32/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/27/world-cup-final-day-of-group-play-will-set-the-field-for-the-round-of-32/</guid><dc:creator><![CDATA[By The Associated Press, Associated Press]]></dc:creator><description><![CDATA[The round of 32 at the World Cup is set, with the knockout stage getting underway Sunday as Canada plays South Africa in Southern California.]]></description><pubDate>Sun, 28 Jun 2026 04:12:51 +0000</pubDate><content:encoded><![CDATA[<p>The round of 32 at the World Cup is set, with the knockout stage getting underway Sunday as Canada plays South Africa in Southern California.</p><p>The U.S. will face Bosnia-Herzegovina on Wednesday in Santa Clara, California, while third co-host Mexico returns to its capital city to take on Ecuador on Tuesday. Tournament favorite France goes back to the New York area to play Sweden on Tuesday, with the winner of that game going up against Germany or Paraguay in the round of 16.</p><p>Here are the games in the round of 32:</p><p>US vs. Bosnia-Herzegovina</p><p>, July 1</p><p>The Americans had their powerful momentum from two consecutive victories stalled in the loss to Turkey. But in the knockout round, they’ll face Bosnia-Herzegovina, which is 62nd in the FIFA rankings. Bosnia finished third in Group B with four points. U.S. star Christian Pulisic entered as a substitute in the second half against Turkey. He had not played since leaving the opening win over Paraguay at halftime with a calf injury. “We play every game like a knockout game,” said U.S. midfielder Sebastian Berhalter, who scored against Turkey. “You saw that in our intensity and the way we worked. For us, it’s keep doing what we’ve been doing.”</p><p>Belgium vs. Senegal, July 1</p><p>Belgium scored five times in its group play finale against New Zealand to not only advance but finish first. Up next is no easy task: a matchup against Senegal, which played France and Norway tough and routed Iraq to move on. The U.S.-Bosnia-Herzegovina winner faces the winner of this match.</p><p>___</p><p>Germany vs. Paraguay, June 29</p><p>Germany comes into the knockout stage off a similarly low-key late defeat as the U.S., having already clinched its group with little to play for. Germany is a significant favorite against Paraguay, which lost to the U.S. 4-1 in its opener but steadied itself enough to move on.</p><p>France vs. Sweden, June 30</p><p>France came in as the tournament favorite and remains it after winning all three of its group games to set up a matchup against Sweden, which had a 5-1 win, a 5-1 loss and a draw.</p><p>___</p><p>South Africa vs. Canada, June 28</p><p>These nations have already made history. It’ll be the first time both are in the knockout stage of the World Cup. Canada advanced as runner-up in Group B with four points — one win, one draw and one loss. South Africa was runner-up in Group A, also with four points, including a surprising win over South Korea.</p><p>Netherlands vs. Morocco, June 29</p><p>The Netherlands won Group F after a draw with Japan and outscoring Sweden and Tunisia by a combined 8-2. Morocco went unbeaten to finish second in Group C in pursuit of becoming the first African winner of the World Cup. Morocco reached the semifinals four years ago in Qatar.</p><p>___</p><p>Portugal vs. Croatia, July 2</p><p>Playing Colombia to a 0-0 tie Saturday night meant a second-place finish in the group for Cristiano Ronaldo and Portugal and a tougher path, which could include facing neighbor Spain for a spot in the quarterfinals. Croatia moved into this spot by defeating Ghana hours earlier.</p><p>Spain vs. Austria, July 2</p><p>Spain bounced back from a surprising 0-0 draw against Cape Verde in its first game to win its group, in the process sending two-time champion Uruguay home. Austria tied it in the final minutes after falling behind earlier in stoppage time to play Algeria to a 3-3 draw Saturday night and set up this matchup.</p><p>___</p><p>Brazil vs. Japan, June 29</p><p>Japan advanced as Group F runner-up with a hard fought 1-1 draw against Sweden and the Samurai Blue’s reward is a knockout match against five-time World Cup champion Brazil. It’ll be a full-circle moment for Japan, which brought in Brazilian great Zico in 1991 to professionalize the country’s new domestic league and support Japan’s successful bid to co-host the World Cup in 2002. Now, the Japanese have a chance to show how far they’ve come against a country that has set the standard.</p><p>Norway vs. Ivory Coast, June 30</p><p>It would have taken beating favored France for Norway to win Group I. Instead, coach Ståle Solbakken opted to rest Erling Haaland and all but one starter. That sets up a matchup against the Ivory Coast at the Dallas Cowboys’ stadium in Arlington, Texas, on Tuesday.</p><p>___</p><p>Mexico vs. Ecuador, June 30</p><p>Winning all three of its group stage matches for the first time at the World Cup, Mexico goes into the round of 32 also having now allowed a single goal. It has outscored opponents 6-0 and now has the distinct home-field advantage at altitude back at Estadio Azteca in Mexico City against Ecuador, which rallied to beat Germany and advance.</p><p>England vs. Congo, July 1</p><p>It took Jude Bellingham scoring and setting up Harry Kane's goal to break a tie with Panama, but England got the job done Saturday to finish first in its group. Injuries are a question now, going into a matchup with Congo, which rallied to defeat Uzbekistan and advance.</p><p>___</p><p>Argentina vs. Cape Verde</p><p>, July 3</p><p>Defending champion Argentina faces the smallest country to qualify for the knockout stage at a World Cup. Unsurprisingly, Cape Verde goes in as a massive underdog.</p><p>Australia vs. Egypt, July 3</p><p>This may be one of the most evenly matched round of 32 games, after Australia beat Turkey, lost to the U.S and drew with Paraguay. Egypt got through as the second-place team in Group G after a late goal by Iran on Friday night was called back for offside.</p><p>___</p><p>Switzerland vs. Algeria, July 2</p><p>This was supposed to be Canada's spot in Vancouver, but Switzerland winning the teams' head-to-head matchup there and finishing ahead in the group gave the Swiss a plum spot. Algeria took a late lead on Austria before allowing the tying goal in the final minutes leading to a 3-3 draw and getting both teams in and eliminating Iran.</p><p>Colombia vs. Ghana, July 3</p><p>Passing Portugal for first in the group allows Colombia to open the knockout stage against Ghana, which entered with the lowest FIFA ranking at No. 74 but also played England to a scoreless tie.</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/6ITUVEYXCT2AWGDD4N3POQIZA4.jpg?auth=1b13fd8e6d592afea1b39c4c60339c51f59295248749b4193d85237a60797043&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Colombia's Jhon Lucumi (3) leaps above Portugal's Renato Veiga (13) and Samu Costa (24) to head the ball during the World Cup Group K soccer match between Colombia and Portugal in Miami Gardens, Fla., Saturday, June 27, 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/4BQWG6WGAX6S4OM5HVIGSVQFVA.jpg?auth=3ced62c171c7528729ee8678db52ab2bd689588b11d106d17529362a84f42172&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Cape Verde head coach Bubista waves the flag as he celebrates with fans after their 0-0 draw against Saudi Arabia after the World Cup Group H soccer match in Houston, Friday, June 26, 2026. (AP Photo/David J. Phillip)]]></media:description><media:credit role="author" scheme="urn:ebu">David J. Phillip</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/OH5BN7QH6H2ROHSNRVCWVBTTL4.jpg?auth=d180cb2497a94cf12a601e661d30ae9d752d9d2994429181bb4c706feb3703c0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[France's Manu Kone, left, vies for the ball with Norway's Morten Thorsby during the World Cup Group I soccer match between Norway and France in Foxborough, Mass., near Boston, Friday, June 26, 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/QOVFFV362OQHXYCIJTH4DO3AM4.jpg?auth=30d5cad62cacfe70b67b14aa73a3e5186409c60832c3442c281ccbb9ce9240b7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[England's Jude Bellingham (10) celebrates with teammates after scoring their first goal during 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/Steve Luciano)]]></media:description><media:credit role="author" scheme="urn:ebu">Steve Luciano</media:credit></media:content></item><item><title><![CDATA[Russell beats Ferraris to F1 pole in Austria despite yellow flag controversy]]></title><link>https://www.local10.com/sports/2026/06/27/russell-beats-ferraris-to-f1-pole-in-austria-despite-yellow-flag-controversy/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/27/russell-beats-ferraris-to-f1-pole-in-austria-despite-yellow-flag-controversy/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[SPIELBERG, Austria (AP) — Just when it seemed Mercedes' Formula 1 pole position streak was surely at an end, George Russell had other ideas at the Austrian Grand Prix on Saturday.]]></description><pubDate>Sat, 27 Jun 2026 17:37:23 +0000</pubDate><content:encoded><![CDATA[<p>SPIELBERG, Austria (AP) — Just when it seemed Mercedes' Formula 1 pole position streak was surely at an end, George Russell had other ideas at the Austrian Grand Prix on Saturday.</p><p>Russell came through the second-to-last corner seconds after Max Verstappen went spinning off the track toward the barrier, causing a yellow flag which means drivers must slow down.</p><p>Russell was warned of the yellow flag ahead of time by Mercedes over the radio and argued he lifted off the accelerator earlier than usual for the corner and that the rest of his lap was still enough for first place.</p><p>It was still “an amazing lap,” he said.</p><p>The stewards agreed and deemed the incident needed “no further investigation”, keeping Russell on pole ahead of the Ferraris of Charles Leclerc and Lewis Hamilton for Sunday's “heat hazard” race. “I was glad common sense prevailed,” Russell said.</p><p>With a margin of .236 of a second over Leclerc despite lifting off, Russell seemed to have plenty more pace available and will be a clear favorite to win for the first time since the season-opener in Australia, especially with standings leader Kimi Antonelli down in fourth.</p><p>Why Russell's lap stood</p><p>The key factor keeping Russell's lap on the board was that it was a single, not double, yellow flag at the corner.</p><p>A single yellow means drivers need to be able to show they slowed down noticeably. A double signifies more immediate danger, and in qualifying means drivers should abandon any attempt at setting a competitive lap time.</p><p>Russell argued it was the right call because Verstappen's car was on the other side of a gravel runoff area and slowing down meant he didn't risk losing control and potentially hitting the wreckage.</p><p>“I didn’t even see the car because the runoff is so far and I think in that instance a single yellow was correct because a double yellow is immediate danger," he said.</p><p>"I think I did everything right to be very much under control, and it’s a very different story to a double."</p><p>Russell's teammate Antonelli backed off his last qualifying run, believing wrongly it was a double yellow.</p><p>It's the fourth pole position for Russell this season, not counting sprint races, and puts him level with Antonelli.</p><p>Antonelli’s lead is set to shrink</p><p>By the time Russell crossed the line to take pole, fans and broadcasters assumed Ferrari's Leclerc and Hamilton were set to end Mercedes' run of pole position in each grand prix this season.</p><p>They both bested Antonelli's time by less than a tenth of a second shortly before Verstappen went off. Verstappen also looked like a contender for pole with his upgraded Red Bull car and was set to improve on his previous time.</p><p>Leclerc is set to start Sunday's race second, and Hamilton third after his win for Ferrari last time out. Antonelli was fourth in his lowest qualifying result of the season.</p><p>That makes it likely his lead — 41 points over Hamilton, 50 over Russell — is set to shrink for the second race running. Antonelli's car broke down in the last race, the Barcelona-Catalunya GP, as Hamilton won and Russell was second.</p><p>Mercedes team principal Toto Wolff told Sky Sport Germany it was “a matter of experience” that Antonelli abandoned his lap after Verstappen's crash while Russell was “super clever”.</p><p>Verstappen's earlier time was still good enough for fifth ahead of the McLarens of Lando Norris and Oscar Piastri.</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/GT26CAWBOKFCLPSSUO6OSJR3RY.jpg?auth=e17a0163a6e7cf89f7ee7c2133aa3901d1fa1fb0d14d4f210a529c2bfdafb77d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Mercedes driver George Russell of Britain celebrates after setting the pole position during the qualifying session ahead of the Austrian F1 Grand Prix, in Spielberg, Austria, Saturday, June 27, 2026. (AP Photo/Darko Bandic)]]></media:description><media:credit role="author" scheme="urn:ebu">Darko Bandic</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/SC5H6BQLEJ6LNL47WAJ2EVMBNI.jpg?auth=e1cbe612ef3cc24801bf5133d9f49c8857c3b06f96ee73ef393c1929c3665aee&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Mercedes driver George Russell of Britain reacts at the end of the qualifying session ahead of the Austrian F1 Grand Prix, in Spielberg, Austria, Saturday, June 27, 2026. (AP Photo/Darko Bandic)]]></media:description><media:credit role="author" scheme="urn:ebu">Darko Bandic</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/AKZHV2ISXMB3SPCZELFSCYBRCA.jpg?auth=224cc1f2ec8280dfec4ee433afdc45c49bd98a393ddfe5acc5570eccd317baf3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Mercedes driver George Russell of Britain steers his car during the qualifying session ahead of the Austrian F1 Grand Prix, in Spielberg, Austria, Saturday, June 27, 2026. (AP Photo/Denes Erdos)]]></media:description><media:credit role="author" scheme="urn:ebu">Denes Erdos</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3C5BPFMZZFNIAOTTSL4OPUXY64.jpg?auth=5298d8c7ee041164886e6c7084bceff6b07921a22f7cf81ce3af0083e4cef427&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Mercedes driver George Russell of Britain steers his car during the qualifying session ahead of the Austrian F1 Grand Prix, in Spielberg, Austria, Saturday, June 27, 2026. (AP Photo/Denes Erdos)]]></media:description><media:credit role="author" scheme="urn:ebu">Denes Erdos</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/Z44YBQPNSMWYNDYI74NYSSO2K4.jpg?auth=619c98687228a5fd9367da50f303c573b97f4f5088ffcd5649769e983d1638ac&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Mercedes driver George Russell of Britain, center, pole position, is flanked by second fastest time Ferrari driver Charles Leclerc of Monaco, led an third fastest time Ferrari driver Lewis Hamilton of Britain after the qualifying session ahead of the Austrian F1 Grand Prix, in Spielberg, Austria, Saturday, June 27, 2026. (AP Photo/Darko Bandic)]]></media:description><media:credit role="author" scheme="urn:ebu">Darko Bandic</media:credit></media:content></item><item><title><![CDATA[Candace Parker, Elena Delle Donne lead Women’s Basketball Hall of Fame class in Knoxville]]></title><link>https://www.local10.com/sports/2026/06/27/candace-parker-elena-delle-donne-lead-womens-basketball-hall-of-fame-class-in-knoxville/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/27/candace-parker-elena-delle-donne-lead-womens-basketball-hall-of-fame-class-in-knoxville/</guid><dc:creator><![CDATA[By AL LESAR, Associated Press]]></dc:creator><description><![CDATA[KNOXVILLE, Tenn. (AP) — Candace Parker’s basketball journey has come full circle.]]></description><pubDate>Sun, 28 Jun 2026 01:33:43 +0000</pubDate><content:encoded><![CDATA[<p>KNOXVILLE, Tenn. (AP) — Candace Parker’s basketball journey has come full circle.</p><p>It started when she led Tennessee to two national championships, then continued in the WNBA, where she won three titles and two MVP awards. She also helped the U.S. win two Olympic gold medals.</p><p>Parker was inducted Saturday night into the Women’s Basketball Hall of Fame in Knoxville. She was joined by Elena Delle Donne, Amaya Valdemoro and Isabelle Fijalkowski; coaches Cheryl Reeve and Kim Muhl; television analyst Doris Burke; and posthumous veteran honoree Barbara Kennedy-Dixon.</p><p>While accepting the honor, Parker said she had brothers who were eight and 11 years older than her. She spent her life trying to do whatever they did.</p><p>“Whenever I struggled when I was young, my mom would whisper ‘can do’ to me,” Parker said, referring to her nickname. “It reminded me to push the doubt away. I was a little girl who dared to dream. I whispered that to myself whenever I was scared.</p><p>“Nobody creates in a vacuum. They have influences. We are our ancestor's wildest dreams.”</p><p>Chamique Holdsclaw, another Lady Vols legend who presented Parker at the induction, put her career in perspective.</p><p>“She knocked down every bar set in front of her,” Holdsclaw said. “She changed the way the game looks. She brought creativity, skill and athletic ability.”</p><p>Parker is the 11th player and 17th person with Tennessee ties to be enshrined. Later this summer, Parker and Delle Donne will be inducted into the Naismith Basketball Hall of Fame in Springfield, Massachusetts.</p><p>Delle Donne originally committed to play her college basketball at UConn but chose instead to stay close to her Wilmington home at the University of Delaware. She was a three-time Colonial Athletic Conference Player of the Year. She was the No. 2 pick in the 2013 WNBA draft. Delle Donne was a two-time WNBA MVP and was part of an Olympic gold medal-winning team.</p><p>Widely regarded as one of the most accomplished international players, Valdemoro made her mark in the WNBA. The native of Spain was part of the Houston Comets' run of three straight titles. She also excelled in the EuroLeague.</p><p>Fijalkowski was born in France and played college basketball at the University of Colorado. She played in the WNBA’s first two seasons for Cleveland. She became the French national team’s career scoring leader with 2,562 points.</p><p>The head coach and executive since 2010 with the WNBA’s Minnesota Lynx, Reeve has won the league’s Coach of the Year honor four times and Executive of the Year twice. Reeve has led the Lynx to four WNBA titles. She was an assistant coach on two gold medal-winning Olympic teams before leading the U.S. to gold in 2024 as the head coach. Reeve took a break from the busy WNBA season to come to the induction ceremony. Her team plays at Dallas on Sunday.</p><p>After 37 years, Muhl announced his retirement as head women’s basketball coach at Kirkwood Community College in Cedar Rapids, Iowa. He won 1,108 games.</p><p>Burke began working as a television analyst for Big East men’s basketball in the early 1990s. By 2017, she was a full-time NBA analyst for ESPN.</p><p>Kennedy-Dixon, who died in 2018, was a player and longtime administrator at Clemson.</p><p>___</p><p>This story has been to corrected to delete an erroneous reference to Cleveland making the WNBA Finals.</p><p>___</p><p>AP WNBA: https://apnews.com/hub/wnba-basketball</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/EZENKCO3WSZBF23MNWO6DQKMYY.jpg?auth=bc93846d3da0e8f4a86663995d753f0bd1d20bd439277a80b925f1c9f880882f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Candace Parkert (3) celebrates after a shot during the national championship basketball game against Stanford at the NCAA Women's Final Four, April 8, 2008, in Tampa, Fla. (AP Photo/Amy Sancetta, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Amy Sancetta</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3YTWRQV7GFVK535WX6CEE5KSOY.jpg?auth=a6ee40091783514ae136280c790ac8de68640f66328dcdd3c356ec5660eb52c0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Washington Mystics forward Elena Delle Donne (11) looks to pass the ball as Phoenix Mercury forward Brianna Turner (21) defends during the first half of a WNBA basketball game, June 16, 2023, in Washington. (AP Photo/Nick Wass, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Nick Wass</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/UFDOI7U5Y2H2ZE5YBPINAMFNGI.jpg?auth=f746d781756ec6b04be9336f3ff53ccfbf4643a0861000accfc9e629325ba4c8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Naismith Hall of Fame Class of 2026 inductee Candace Parker speaks during a news conference at the Final Four of the NCAA college basketball tournament, April 4, 2026, in Indianapolis. (AP Photo/Michael Conroy, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Michael Conroy</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TJBOC53LKXZKYGEXKUK7B7UFEQ.jpg?auth=35a3cea0f90f5783b763c5cd21de0da1e36c76854488294b33addf0d7a9f93f4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Spanish professional women's basketball player Amaya Valdemoro poses for photographers before the Marca Leyenda Awards Ceremony at Callao Cinema in Madrid on Nov. 26, 2013. (AP Photo/Abraham Caro Marin, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Abraham Caro Marin</media:credit></media:content></item><item><title><![CDATA[Trio arrested in connection with multiple smash-and-grab vehicle burglaries in Pinecrest ]]></title><link>https://www.local10.com/news/local/2026/06/26/trio-arrested-in-connection-with-multiple-smash-and-grab-burglaries-in-pinecrest/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/26/trio-arrested-in-connection-with-multiple-smash-and-grab-burglaries-in-pinecrest/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Three men were arrested after Pinecrest police said they were scouting the town for smash-and-grab vehicle burglaries.]]></description><pubDate>Fri, 26 Jun 2026 19:33:14 +0000</pubDate><content:encoded><![CDATA[<p>Three men were arrested in connection with a string of smash-and-grab vehicle burglaries in Pinecrest, police said. </p><p><a href="https://www.local10.com/news/local/2026/06/26/arrestan-a-tres-personas-vinculadas-a-multiples-robos-a-vehiculos-tras-romper-sus-ventanas-en-pinecrest/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/06/26/arrestan-a-tres-personas-vinculadas-a-multiples-robos-a-vehiculos-tras-romper-sus-ventanas-en-pinecrest/">Leer en español</a></p><p>According to arrest reports, officers identified the suspects as Terrance Beron Sills, 22, Jayden Cereus, 18, both of Fort Lauderdale, and Kevin Peeples, 18, of Miami.</p><p>Police said officers were on patrol around 11:30 p.m. Thursday after receiving a be-on-the lookout alert for a gray Honda Accord that had been linked to multiple smash-and-grab burglaries in Pinecrest and repeatedly detected by automated license plate reader cameras throughout the village.</p><p>According to the reports, an officer spotted the vehicle near Southwest 122nd Street and Southwest 67th Avenue. </p><p>Investigators said the driver was wearing a black ski mask over the lower half of his face before pulling it down. They also confirmed that the driver, Cereus, turned off the car’s headlights and began reversing after noticing a marked police vehicle.</p><p>Officers said they stopped the Honda and detained all three occupants without incident.</p><p>According to the reports, officers found three automotive window punch tools, multiple pairs of gloves and black ski masks in plain view inside the car. Police said the tools are commonly used to quickly shatter vehicle windows during burglaries.</p><p>After being advised of their Miranda rights, the three suspects gave conflicting explanations about why they were in Pinecrest, according to the reports.</p><p>Police said Peeples told investigators the group was “staying at a hotel far from here,” and were looking for an Airbnb to rent in Pinecrest, but officers later contacted the homeowner at the address on his phone, who said they were not expecting anyone and did not know the suspects.</p><p>According to the reports, Sills, who told officers the Honda belonged to him, admitted the window punch tools were his but claimed he kept them in case he locked his keys inside the car. </p><p>Police said Sills also stated the group had driven from Fort Lauderdale “to look for cars” before refusing to answer additional questions.</p><p>Investigators said Cereus told officers the group had been driving around Pinecrest for about 30 minutes but also claimed the hotel where they were staying was about an hour away.</p><p>They said based on the car’s connection to previous burglaries, repeated license plate reader alerts, the items recovered from the car and the suspects’ conflicting statements, officers arrested all three men.</p><p>Police have not disclosed how many valuables or how much property was stolen in the burglaries linked to the thefts. </p><p>Jail records show Sills, Cereus and Peeples each face one count of possession of burglary tools and one count of loitering or prowling. </p><p>As of Friday, all three suspects are being held on a $5,100 bond at the Turner Guilford Knight Correctional Center.</p><p>Anyone with information on the case is urged to call Miami-Dade Crime Stoppers at 305-471-8477. </p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Helping Venezuela: Starlink offers free service through July 25, but a kit is $470]]></title><link>https://www.local10.com/news/world/2026/06/26/helping-venezuela-starlink-offers-free-service-through-july-25-but-a-kit-is-470/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/26/helping-venezuela-starlink-offers-free-service-through-july-25-but-a-kit-is-470/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[Miami-Dade Fire Rescue announced on Friday that the U.S. State Department “activated” the department’s search-and-rescue team to work in Venezuela after the two earthquakes. ]]></description><pubDate>Fri, 26 Jun 2026 19:49:56 +0000</pubDate><content:encoded><![CDATA[<p>Starlink had just become available to customers in Venezuela in February, and on Thursday, after the earthquakes, active customers received a credit for free service through July 25.</p><p>The standard Starlink hardware kit costs about $470 in Venezuela, where there are only three authorized dealers: <a href="https://tiendasdaka.com/ve" target="_self" rel="" title="https://tiendasdaka.com/ve">Daka</a>, <a href="https://multimax.com.ve/tiendas/" target="_self" rel="" title="https://multimax.com.ve/tiendas/">Multimax</a>, and <a href="https://soytechno.com/" target="_self" rel="" title="https://soytechno.com/">Soytechno</a>. The residential plan starts at $55 monthly. </p><p>The satellite internet company operated by SpaceX <a href="https://starlink.com/en-lb/support/article/28779c02-f1cb-4d77-1f75-b947ae179c91?srsltid=AfmBOorHTpFseer3NaqsV_TiHxxGO5qk17sUtAOWJR0mhJ4I6FdQLpjx" target="_self" rel="" title="https://starlink.com/en-lb/support/article/28779c02-f1cb-4d77-1f75-b947ae179c91?srsltid=AfmBOorHTpFseer3NaqsV_TiHxxGO5qk17sUtAOWJR0mhJ4I6FdQLpjx">announced</a> that new customers in Venezuela’s impacted areas have to reach out to support after purchase to receive the free service through July 25.</p><p>Also, Venezuelan Starlink accounts are limited to one kit, and the subscription is restricted to a fixed residential service address. </p><p>The designated disaster zones qualify for free or heavily discounted disaster-recovery service credits. Interim President Delcy Rodríguez thanked Elon Musk and his Starlink team on Thursday. </p><p>“Every connection counts at a time like this,” Rodríguez said. </p><blockquote class="twitter-tweet"><p lang="en" dir="ltr">My mom found my grandma in Venezuela due to Starlink. <br><br>My Grandma was wandering in La Guaira around the biggest destruction with every building around her fully toppled, and my mom reached a friend to get her out of the streets because Starlink was working.<br><br>All phone companies…</p>&mdash; Aaron Cordovez (@Aaron_Cordovez) <a href="https://x.com/Aaron_Cordovez/status/2070702754301960613?ref_src=twsrc%5Etfw">June 27, 2026</a></blockquote><p><b>More </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> coverage </b></p><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-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><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><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/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><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><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><li><a href="https://www.local10.com/news/local/2026/06/26/helping-venezuela-united-way-miami-launches-operation-helping-hands/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/helping-venezuela-united-way-miami-launches-operation-helping-hands/">United Way Miami launches ‘Operation Helping Hands’</a></li></ul>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/UEWJXS2ONWZCXK2PAR4OJMDKSY.jpg?auth=cfba1b7e7adff0960881b680e1c439335c92c85e2862e38f3119319de1b24162&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Displaced Venezuelans find refuge on Thursday night at a park in Caracas, Venezuela. (AP Photo/Ariana Cubillos)]]></media:description><media:credit role="author" scheme="urn:ebu">Ariana Cubillos</media:credit></media:content></item><item><title><![CDATA[Lebanon's deal with Israel requires Hezbollah to disarm. That might be difficult]]></title><link>https://www.local10.com/news/world/2026/06/27/lebanons-deal-with-israel-requires-hezbollah-to-disarm-that-might-be-difficult/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/27/lebanons-deal-with-israel-requires-hezbollah-to-disarm-that-might-be-difficult/</guid><dc:creator><![CDATA[By BASSEM MROUE and SHLOMO MOR, Associated Press]]></dc:creator><description><![CDATA[BEIRUT (AP) — Hezbollah’s leader on Saturday criticized a framework agreement that Israel and Lebanon signed a day earlier to end months of conflict between the Iran-backed militant group and Israel, raising concerns about its effectiveness.]]></description><pubDate>Sat, 27 Jun 2026 20:32:11 +0000</pubDate><content:encoded><![CDATA[<p>BEIRUT (AP) — Hezbollah’s leader on Saturday criticized a framework agreement that Israel and Lebanon signed a day earlier to end months of conflict between the Iran-backed militant group and Israel, raising concerns about its effectiveness.</p><p>The agreement signed Friday in Washington links Israel’s withdrawal from Lebanon to Hezbollah's disarmament, something the group rejects.</p><p>Several previous ceasefire agreements that Lebanon has negotiated with Israel since the outbreak of the latest Israel-Hezbollah war were never implemented on the ground. More than 4,000 people in Lebanon have been killed in Israeli strikes since March, when Hezbollah fired at Israel two days after the Iran war began.</p><p>In a statement Saturday, Hezbollah leader Naim Kassem said his group will keep fighting until Israel is forced to leave Lebanon. The group's supporters protested in the streets of Beirut following the announcement of the agreement.</p><p>Despite the deal, the Lebanese state news agency reported an Israeli drone strike near the southern city of Nabatiyeh. It also reported that Israel's military released three Lebanese and three Syrian workers who were taken near the southern village of Ain Arab on Friday.</p><p>Deal calls on Israel to withdraw but only if Hezbollah disarms</p><p>The talks between Israel and Lebanon were separate from the interim deal signed earlier this month by the U.S. and Iran.</p><p>Details of the deal that the U.S. State Department released Saturday say Lebanon and Israel aim to eventually end the state of war between them that began when Israel was created in 1948.</p><p>The deal says Israel will withdraw from Lebanon, provided Hezbollah disarms.</p><p>It calls for Israel to initially withdraw from two small areas, called pilot zones. It did not say where they will be. The Lebanese army will gradually assume full security responsibility over those areas. The countries will agree to future pilot zones for Israel's withdrawal in the future, the agreement says.</p><p>The deal has a security annex that includes details of the deployment of the Lebanese army and redeployments of Israeli troops. The security annex was not made public.</p><p>As part of the deal, Israel stresses that Hezbollah's disarmament throughout Lebanon and additional security measures to be agreed upon between the countries will eliminate any future need for the Israeli army’s military action or presence in Lebanon.</p><p>Israeli Prime Minister Benjamin Netanyahu in a statement said Israeli forces will remain in southern Lebanon “until Hezbollah and the rest of the terrorist organizations are disarmed, and until no further threat to Israel is posed from Lebanon.”</p><p>Netanyahu said the two agreed-upon zones will have a “pilot program for disarming Hezbollah and transferring the territory to the control of the Lebanese army.” He said Israel's military already withdrew from one.</p><p>Israel's Defense Minister Israel Katz said the military has been instructed “to prepare for an extended stay.”</p><p>Hezbollah's leader rejects the deal as ‘a humiliation’</p><p>From Hezbollah’s point of view, the deal is nonexistent, Kassem said.</p><p>He called the agreement a “humiliation,” adding that linking Israel’s withdrawal to Hezbollah’s disarmament as a “very dangerous suggestion.”</p><p>The deal prompted one of the group’s officials, Hassan Fadlallah, to warn that it could result in civil war because Hezbollah won't give up its weapons and will resist any measures taken by the Lebanese army.</p><p>Judge Ahmed Rami al-Hajj, Lebanon's top public prosecutor, on Saturday told the heads of the country’s security agencies to take measures to prevent riots.</p><p>Some Israelis and Lebanese doubt the deal will last</p><p>The deal says both Lebanon and Israel recognize that the restoration of security in southern Lebanon through the deployment of the Lebanese army, the safe return of its civilian population and the security of Israel’s northern communities are essential to long-term stability and peace.</p><p>“Personally, I don’t think it will be lasting because the Lebanese military cannot really stand a chance against Hezbollah,” said Israeli citizen Ronit Belson while visiting the town of Metula along the border.</p><p>In Lebanon, people were divided.</p><p>“People just want to rest for good. I support the Lebanese authorities in the decision” taken, said Rabie Sammour, a resident of the southern city of Sidon.</p><p>Another Sidon resident, Khaled Ghannoum, said the deal “legitimized Israel’s occupation.”</p><p>In an apparent reference to Iran, which has sent billions of dollars in cash to Hezbollah over the past four decades, the deal says Lebanon and the U.S. commit to preventing funds from flowing to any entity, organization or individual affiliated with non-state armed groups.</p><p>The deal states that the Lebanese government explicitly commits to prevent reconstruction funds from flowing to non-state armed groups and connected entities.</p><p>___</p><p>Mor reported from Metula, Israel. Associated Press journalist Ibrahim Hazboun contributed to this report from Jerusalem.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/QBJ3EBVAPHIXFTHSTFSJV5GCFA.jpg?auth=ae6ed0a5106cf8c843ec94610d4f4e748e8ccfe8c00fafe8a6add9a9e1643268&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Israeli and Lebanese flags hang in a memorial site on the border with Lebanon in northern Israel, Saturday, June 27, 2026 after Israel and Lebanon sign a framework agreement, described as a first step toward peace following months of conflict between Israel and the Lebanese militant group Hezbollah. (AP Photo/Ariel Schalit)]]></media:description><media:credit role="author" scheme="urn:ebu">Ariel Schalit</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BLN7AY6TU4PF6ZJWVAKUGF7BO4.jpg?auth=720450036c486ef1c49fd90da50dae0d8f26c8a3b2042b05ebb351b3b49dfdaa&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Israeli military APCs parked in northern Israel, near the border with Lebanon, Saturday, June 27, 2026 after Israel and Lebanon sign a framework agreement, described as a first step toward peace following months of conflict between Israel and the Lebanese militant group Hezbollah. (AP Photo/Ariel Schalit)]]></media:description><media:credit role="author" scheme="urn:ebu">Ariel Schalit</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WFYF5N76JBNGW5L5UBIEIL76GI.jpg?auth=5db1e2cf0a5edb183cb9f58ddf189c681929a827f18b42e77ca1eb04a0f97270&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[An Israeli flag on a destroyed building in southern Lebanon, as seen from northern Israel, Saturday, June 27, 2026 after Israel and Lebanon sign a framework agreement, described as a first step toward peace following months of conflict between Israel and the Lebanese militant group Hezbollah. (AP Photo/Ariel Schalit)]]></media:description><media:credit role="author" scheme="urn:ebu">Ariel Schalit</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/JXTJFGSJJ6CXYOC4MVWELA7RQY.jpg?auth=5e784b4b3d6497a05c00b5a2d37764642697b9c162c0204095f1ae6e8241e25a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Paintings on a security wall on the border with Lebanon in northern Israel, Saturday, June 27, 2026 after Israel and Lebanon sign a framework agreement, described as a first step toward peace following months of conflict between Israel and the Lebanese militant group Hezbollah. (AP Photo/Ariel Schalit)]]></media:description><media:credit role="author" scheme="urn:ebu">Ariel Schalit</media:credit></media:content></item><item><title><![CDATA[Helping Venezuela: Hogar Bambi aims to protect vulnerable children ]]></title><link>https://www.local10.com/news/world/2026/06/27/helping-venezuela-hogar-bambi-aims-to-protect-vulnerable-children/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/27/helping-venezuela-hogar-bambi-aims-to-protect-vulnerable-children/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[Supporters of the South Florida-based Bambi International Foundation reported that their operation in Caracas needed support as a crisis with vulnerable children was unfolding after two earthquakes struck northern Venezuela ]]></description><pubDate>Sat, 27 Jun 2026 15:00:18 +0000</pubDate><content:encoded><![CDATA[<p>Supporters of the South Florida-based <a href="https://bambifoundation.org/about-us/" target="_self" rel="" title="https://bambifoundation.org/about-us/">Bambi International Foundation</a> reported that their operation in Caracas needed support as a crisis with vulnerable children was unfolding after two earthquakes struck northern Venezuela </p><p>Actor <a href="https://www.imdb.com/name/nm1183149/bio/" target="_self" rel="" title="https://www.imdb.com/name/nm1183149/bio/">Édgar Ramírez</a> was among the Venezuelans in the U.S. who raised awareness about the overwhelming needs of <a href="https://bambifoundation.org/about-us/" target="_self" rel="" title="https://bambifoundation.org/about-us/">the foundation</a>‘s Hogar Bambi, which has been in service since 1996 in Caracas.</p><p>Ramírez, most known for his role as a CIA assassin in “The Bourne Ultimatum,” used Instagram to make a plea for help and share a Pinecrest-based Bank of America account for donors. </p><figure><img src="https://www.local10.com/resizer/v2/T4P5HMBAFBBSNEDIYNO4NMMJ7E.jpg?auth=44ca111c9b0b14359d379c23e94e6205b6869d1070a78043dee910c1d61ca6f0&smart=true&width=1200&height=900" alt="Edgar Ramírez promotes a South Florida-based nonprofit organization that funds services for vulnerable children in Caracas.  As needs increased after the earthquakes, he shared bank account details on Instagram." height="900" width="1200"/><figcaption>Edgar Ramírez promotes a South Florida-based nonprofit organization that funds services for vulnerable children in Caracas.  As needs increased after the earthquakes, he shared bank account details on Instagram.</figcaption></figure><p>In her latest update, Erika Spillmann, the president of Hogar Bambi, said that her staff was visiting hospitals to investigate and assess reports, and to dispel rumors amid a new wave of misinformation. </p><p>“We are going to do everything possible to help all of the children in need,” Spillman said from the Hogar Bambi building at the Avenida José Manuel Sanz, according to <a href="https://www.facebook.com/hogarbambivenezuela/?locale=es_LA" target="_self" rel="" title="https://www.facebook.com/hogarbambivenezuela/?locale=es_LA">a video update</a> released on Friday. </p><p>The nonprofit’s staff expected the Venezuelan government’s agency that is responsible for protecting minors to surrender a new wave of orphans to their organization for temporary shelter and care. </p><p>Spillman asked supporters and donors to follow the organization’s accounts <a href="https://www.instagram.com/hogarbambi/?hl=en" target="_self" rel="" title="https://www.instagram.com/hogarbambi/?hl=en">on Instagram</a> and <a href="https://www.facebook.com/hogarbambivenezuela" target="_self" rel="" title="https://www.facebook.com/hogarbambivenezuela">on Facebook</a> for more updates. The nonprofit was also fundraising <a href="https://www.globalgiving.org/donate/23993/hogar-bambi-venezuela/" target="_self" rel="" title="https://www.globalgiving.org/donate/23993/hogar-bambi-venezuela/">on Global Giving</a>. </p><p>For more information about the foundation’s programs and about how to donate, <a href="https://bambifoundation.org/" target="_self" rel="" title="https://bambifoundation.org/">visit this page</a>. </p><p><b>More </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> coverage </b></p><p><u><b>Related list</b></u>: <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/">Drop-off locations in South Florida</a></p><ul><li><a href="https://www.local10.com/news/world/2026/06/27/helping-venezuela-grey-bull-rescue-foundation-team-arrives-at-caracas/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/27/helping-venezuela-grey-bull-rescue-foundation-team-arrives-at-caracas/">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><li><a href="https://www.local10.com/news/local/2026/06/26/helping-venezuela-united-way-miami-launches-operation-helping-hands/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/helping-venezuela-united-way-miami-launches-operation-helping-hands/">United Way Miami launches ‘Operation Helping Hands’</a></li></ul>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/SILILHCUEIAKKJAVEF4F7APJAE.jpg?auth=c0f814e899c52e5d6769cb441da29074631b469a55b62db03fa8ac8213db70fa&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Dust rises from what is left of buildings on Saturday in Catia La Mar, Venezuela, after two earthquakes struck on Wednesday. (AP Photo/Matías Delacroix)]]></media:description><media:credit role="author" scheme="urn:ebu">Matias Delacroix</media:credit></media:content></item><item><title><![CDATA[Star power: Serena Williams commands spotlight ahead of her Wimbledon return]]></title><link>https://www.local10.com/sports/2026/06/27/djokovic-tells-serena-williams-shes-inspirational-ahead-of-her-wimbledon-return/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/27/djokovic-tells-serena-williams-shes-inspirational-ahead-of-her-wimbledon-return/</guid><dc:creator><![CDATA[By KEN MAGUIRE, Associated Press]]></dc:creator><description><![CDATA[LONDON (AP) — Iga Swiatek is the defending champion. Aryna Sabalenka is the No. 1 women’s singles player.]]></description><pubDate>Sat, 27 Jun 2026 19:13:42 +0000</pubDate><content:encoded><![CDATA[<p>LONDON (AP) — Iga Swiatek is the defending champion. Aryna Sabalenka is the No. 1 women’s singles player.</p><p>Serena Williams is the star, though, at Wimbledon.</p><p>The 44-year-old Williams' presence has been emanating throughout SW19 — the famous post code of Wimbledon — as she prepares to play her first singles match at the event in four years Tuesday when she faces No. 53 Maya Joint in the first round.</p><p>Mirra Andreeva, who just won the French Open, was basically crossing her fingers when the Wimbledon draw was announced.</p><p>“I was watching like this because I don’t think anyone in the draw would have wanted to play against Serena," the smiling Russian teenager said Saturday. “I’m going to speak for myself. I wouldn’t want to play against Serena. I would be just very nervous.”</p><p>Williams had been away from the sport since her farewell at the 2022 U.S. Open but she accepted a wild-card entry to play women’s doubles with her sister Venus, who is 46. And then she accepted another to play singles.</p><p>Williams’ most-recent appearance at Wimbledon was in 2022 when she lost in the opening round to Harmony Tan, who was then-ranked 115th. The American great walked away from tennis — she described it as “evolving” away — after losing in the third round to Ajla Tomljanovic at Flushing Meadows. Her second daughter was born in 2023.</p><p>Williams, a seven-time Wimbledon singles title winner, could meet Swiatek in the third round.</p><p>Venus provides some motivation</p><p>Serena Williams officially returned to tennis earlier this month in a doubles match with 19-year-old Canadian Victoria Mboko at the Queen’s Club grass-court tournament.</p><p>“Unexpectedly, before her first match she asked me did I have any motivational quotes I use for myself,” Venus Williams said Saturday. “I told her what I was using at the time. I don’t know if that helped or not. She did win the match.”</p><p>The Williams sisters will play their first-round doubles match against Colombia’s Camila Osorio and Solana Sierra of Argentina.</p><p>Serena and Venus have won 14 Grand Slam titles together in doubles, including six at Wimbledon. Their first two doubles titles at the All England Club, in 2000 and 2002, came as wild cards.</p><p>“For us it was about the titles, we wanted the Grand Slam titles. We just wanted to bring them home,” Venus said. “We did pretty good.”</p><p>Djokovic inspired by Serena</p><p>Novak Djokovic calls Serena Williams' tennis comeback “inspirational” and “epic.”</p><p>“That’s what I told her,” Djokovic said Saturday.</p><p>“I see her in the gym more than I have, I think, seen her when she was at her prime,” Djokovic, a 24-time major champion, said of Williams, a 23-time major winner in singles. “It tells me that she really wants this to work out the best way possible.”</p><p>Djokovic added: “I always admired her career, her journey, her story. Of course, Venus’, as well.”</p><p>Gauff and Sabalenka too</p><p>Coco Gauff, the No. 7 seed at Wimbledon, said Serena and Venus were the “biggest” inspiration on her.</p><p>“I played the sport because of them, believed that I could do things because of them. I look up to them a lot,” she said.</p><p>Sabalenka added: “It’s amazing what she’s doing. Also it’s Serena Williams, everyone was talking about that. She’s bringing more eyes on tennis. It’s a good thing for tennis. I’m really excited to see her play.”</p><p>___</p><p>AP tennis: https://apnews.com/hub/tennis</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/DKUFIVE72WCEBGX4RS47KCQP7U.jpg?auth=cfafb896ab7e963de1176581006c5504c54c7e02dd5851e7ba07d2d58aa23502&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Serena Williams of the U.S. reacts during a practice session, ahead of the Wimbledon Tennis Championships, at the All England Lawn Tennis and Croquet Club, in London, Saturday June 27, 2026. (John Walton/PA via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">John Walton</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/57BLDLKQ2FDZ323YWHXEHGD3MA.jpg?auth=48d89fb6e669ae0a1229199aea5c695eda9270f36f7136581984bbe9ac3e9c1f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Serena Williams of the U.S. reacts during a practice session, ahead of the Wimbledon Tennis Championships, at the All England Lawn Tennis and Croquet Club, in London, Saturday June 27, 2026. (John Walton/PA via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">John Walton</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/2RF3ZRVRRNRH3VBPH5O7M2Q6VU.jpg?auth=6dee9c92c3350f0e619b0b89e0c057a2eb1ec700388485af85c05e6b85ed3ca0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[United States' Venus Williams returns the ball to Romania's Irina Camelia Begu during their round of 32 match at the Bad Homburg Open WTA tennis tournament in Bad Homburg, Germany, Monday, June 22, 2026. (AP Photo/Michael Probst)]]></media:description><media:credit role="author" scheme="urn:ebu">Michael Probst</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WQ37NVIKRYUO6JLC7SV73OK6QE.jpg?auth=021e10e716d1b7cc8cbc57210e1fa41e95c13fa173ff5c3edf9cdf06eefe0ce6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Novak Djokovic or Serbia attends a practice session ahead of the Wimbledon Tennis Championships, in London, Wednesday, June 24, 2026. (AP Photo/Kin Cheung)]]></media:description><media:credit role="author" scheme="urn:ebu">Kin Cheung</media:credit></media:content></item><item><title><![CDATA[Israeli drone strike kills Palestinian siblings in a Gaza tent camp]]></title><link>https://www.local10.com/news/world/2026/06/27/israeli-drone-strike-kills-palestinian-siblings-in-a-gaza-tent-camp/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/27/israeli-drone-strike-kills-palestinian-siblings-in-a-gaza-tent-camp/</guid><dc:creator><![CDATA[By WAFAA SHURAFA, Associated Press]]></dc:creator><description><![CDATA[DEIR AL-BALAH, Gaza Strip (AP) — An Israeli drone strike on Saturday killed two Palestinian siblings, including a 15-year-old girl, in southern Gaza and wounded at least seven others, according to Nasser hospital, where the casualties were taken.]]></description><pubDate>Sat, 27 Jun 2026 19:01:09 +0000</pubDate><content:encoded><![CDATA[<p>DEIR AL-BALAH, Gaza Strip (AP) — An Israeli drone strike on Saturday killed two Palestinian siblings, including a 15-year-old girl, in southern Gaza and wounded at least seven others, according to Nasser hospital, where the casualties were taken.</p><p>The strike targeted tents sheltering displaced Palestinians in the sprawling camp of Muwasi, killing 15-year-old Islam Moussa and her 30-year-old brother, Abdullah Moussa.</p><p>The Israeli military acknowledged it had struck the area of Muwasi, saying it had targeted a Hamas militant but did not immediately provide more information.</p><p>In the hospital's courtyard, relatives wept over the bodies covered in white burial shrouds.</p><p>Also on Saturday, Palestinians reported hearing a loud boom in Gaza City.</p><p>The Israeli military struck a tent sheltering displaced Palestinians in western Gaza City, wounding at least 12 people, according to Shifa hospital. The ambulance service of the Palestinian Red Crescent Society said two people were critically wounded and the majority of those hurt were women.</p><p>The Israeli military said it struck a Hamas militant and that it was not aware of uninvolved civilians being harmed.</p><p>Strikes continued Saturday evening in central Gaza, with no immediate word of casualties. Israel's military said it was checking on the reports.</p><p>Despite a fragile ceasefire reached in October that paused the heaviest fighting between Israel and the Hamas militant group, Israel continues to carry out near-daily strikes and shelling across the coastal enclave. Israel and Hamas continue to trade accusations of violating the ceasefire. Israel says it is targeting Hamas and other militants who pose a threat and in response to ceasefire violations.</p><p>Since the ceasefire went into effect, Israel has killed more than 1,030 people in Gaza, according to Gaza’s Health Ministry, part of the Hamas-led government. The ministry maintains detailed casualty records that are seen as generally reliable by United Nations agencies and independent experts. But it does not give a breakdown of civilians and militants.</p><p>The ministry last week said Israel has killed over 250 children in Gaza since the ceasefire took effect.</p><p>A team of independent experts commissioned by the United Nations has accused Israel of deliberately shooting children in Gaza, and repeated an accusation that Israel has committed genocide in the territory. Israel denies the claim that it committed genocide in Gaza during the two-year war.</p><p>The Israel-Hamas war broke out on Oct. 7, 2023, with a Hamas-led attack on southern Israel that killed some 1,200 people and saw 251 taken hostage. Israel’s retaliatory offensive in Gaza has killed more than 73,050 Palestinians, including those killed since the ceasefire, Gaza’s Health Ministry said.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/MIHNCDVXVHDSXTU7FT74KWEPTU.jpg?auth=591fee185440aa27cf7f331917ecb9d13e00ad42919797fc45c00ad2e548f996&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Mourners carry the body of Palestinian Abdullah Moussa, 30, who was killed in an Israeli airstrike, during his funeral in Khan Younis, southern Gaza Strip, Saturday, June 27, 2026. (AP Photo/Abdel Kareem Hana)]]></media:description><media:credit role="author" scheme="urn:ebu">Abdel Kareem Hana</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GDCDLKIBTGPWXCZBT34QIUWQRI.jpg?auth=816628b3abe5203e27905cf40ca72c52fd5ce42ce0f29643cf8fbd2adf497a32&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Smoke rises from an Israeli airstrike in Deir al-Balah, central Gaza Strip, Saturday, June 27, 2026. (AP Photo/Abdel Kareem Hana)]]></media:description><media:credit role="author" scheme="urn:ebu">Abdel Kareem Hana</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BTOTPCNISSH77CEXUYQGZLY2UM.jpg?auth=8b477f7ca0a81e20bc63cc1572d6908b5f738072a53ecef71f5bd92abb4827d1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Mourners cry while they take the last look at the body of Palestinian Islam Moussa, 15, who was killed in an Israeli airstrike, during her funeral in Khan Younis, southern Gaza Strip, Saturday, June 27, 2026. (AP Photo/Abdel Kareem Hana)]]></media:description><media:credit role="author" scheme="urn:ebu">Abdel Kareem Hana</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/OIWTWJ44WVXSQ4DGUBDXW2FPAM.jpg?auth=01ec8cc52f448e5d2497ae35f5e029cf56c3d33ca82add07062d155faa9924ad&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Mourners cry while they take the last look at the body of Palestinian Islam Moussa, 15, who was killed in an Israeli airstrike, during her funeral in Khan Younis, southern Gaza Strip, Saturday, June 27, 2026. (AP Photo/Abdel Kareem Hana)]]></media:description><media:credit role="author" scheme="urn:ebu">Abdel Kareem Hana</media:credit></media:content></item><item><title><![CDATA[Video shows freight train collide with car on tracks in Hollywood]]></title><link>https://www.local10.com/news/local/2026/06/27/video-shows-freight-train-collide-with-car-on-tracks-in-hollywood/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/27/video-shows-freight-train-collide-with-car-on-tracks-in-hollywood/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[A freight train struck a car on the tracks late Friday in Hollywood, but the family inside escaped without serious injuries, authorities said.]]></description><pubDate>Sat, 27 Jun 2026 11:00:04 +0000</pubDate><content:encoded><![CDATA[<p>A freight train struck a car on the tracks late Friday in Hollywood, but the family inside escaped without serious injuries, authorities said.</p><p><a href="https://www.local10.com/news/local/2026/06/27/video-muestra-tren-de-carga-chocar-contra-auto-sobre-las-vias-en-hollywood/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/06/27/video-muestra-tren-de-carga-chocar-contra-auto-sobre-las-vias-en-hollywood/">Leer en español</a></p><p>They said the crash happened just after 11 p.m. on Hollywood Boulevard near Interstate 95. </p><p>Video from the scene shows the train colliding with the car before people rushed to see whether anyone was hurt.</p><p>Authorities said the train is operated by Grupo Mexico. </p><p>It was not immediately clear how the car ended up on the tracks.</p><p>The family inside the vehicle was shaken but otherwise uninjured, officials said. No other 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></item><item><title><![CDATA[Video muestra tren de carga chocar contra auto sobre las vías en Hollywood]]></title><link>https://www.local10.com/news/local/2026/06/27/video-muestra-tren-de-carga-chocar-contra-auto-sobre-las-vias-en-hollywood/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/27/video-muestra-tren-de-carga-chocar-contra-auto-sobre-las-vias-en-hollywood/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Un tren de carga chocó contra un auto sobre las vías la noche del viernes en Hollywood, pero la familia que viajaba en el vehículo logró salir sin sufrir lesiones graves, informaron las autoridades.  ]]></description><pubDate>Sat, 27 Jun 2026 14:27:56 +0000</pubDate><content:encoded><![CDATA[<p>Un tren de carga chocó contra un auto sobre las vías la noche del viernes en Hollywood, pero la familia que viajaba en el vehículo logró salir sin sufrir lesiones graves, informaron las autoridades.</p><p>Las autoridades indicaron que el accidente ocurrió poco después de las 11 p.m. en Hollywood Boulevard, cerca de la Interestatal 95.</p><p>Un video de la escena muestra el momento en que el tren chocó contra el auto antes de que varias personas corrieran para verificar si alguien había resultado herido.</p><p>Las autoridades informaron que el tren es operado por Grupo México.</p><p>No quedó claro de inmediato cómo el auto terminó sobre las vías.</p><p>Los funcionarios indicaron que la familia que viajaba en el vehículo quedó conmocionada, pero no sufrió lesiones. No se reportaron otras personas heridas. </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[Reabre planta en México para combatir a gusano barrenador; EEUU anuncia inversión de $83,8 millones]]></title><link>https://www.local10.com/espanol/2026/06/27/reabren-planta-en-mexico-para-combatir-al-gusano-barrenador-en-medio-del-avance-de-la-plaga-en-eeuu/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/27/reabren-planta-en-mexico-para-combatir-al-gusano-barrenador-en-medio-del-avance-de-la-plaga-en-eeuu/</guid><dc:creator><![CDATA[Por EDGAR H. CLEMENTE, Associated Press]]></dc:creator><description><![CDATA[METAPA DE DOMÍNGUEZ, México (AP) — Los gobiernos de México y Estados Unidos pusieron en marcha el sábado una planta para la producción de moscas estériles en el sur del país que ayudará a erradicar el gusano barrenador, en medio del avance de la plaga en los dos países que ha ocasionado afectaciones en el comercio binacional.]]></description><pubDate>Sat, 27 Jun 2026 21:23:10 +0000</pubDate><content:encoded><![CDATA[<p>METAPA DE DOMÍNGUEZ, México (AP) — Los gobiernos de México y Estados Unidos pusieron en marcha el sábado una planta para la producción de moscas estériles en el sur del país que ayudará a erradicar el gusano barrenador, en medio del avance de la plaga en los dos países que ha ocasionado afectaciones en el comercio binacional.</p><p>La activación del complejo se da a más de tres semanas de la detección del primer caso del gusano barrenador en Estados Unidos, donde ya se han confirmado en los últimos días 20 contagios que han encendido las alertas del gobierno del presidente estadounidense Donald Trump, quien aprobó recursos adicionales por 83,8 millones de dólares para combatir la plaga.</p><p>El centro de producción de moscas, ubicado en la localidad de Metapa de Domínguez, en el estado sureño de Chiapas, representa el más reciente esfuerzo de México y Estados Unidos que desde el año pasado vienen trabajando de manera conjunta para erradicar el parásito cuyas larvas devoran la carne. México acumula a la fecha 1.907 casos activos.</p><p>En Chiapas ya existió una planta para la producción de moscas, pero cerró sus actividades en 2013, cuando México fue declarado libre de la plaga y ambos países pusieron fin a un acuerdo binacional que se inició en 1972, según información del gobierno mexicano.</p><p>La producción de moscas estériles es una forma de control biológico que permite interrumpir el ciclo reproductivo del insecto. El gusano es una larva de la mosca Cochliomyia hominivorax que puede invadir los tejidos de cualquier animal de sangre caliente, incluidos los humanos.</p><p>Durante el acto de reapertura de la planta, la presidenta de México, Claudia Sheinbaum, afirmó que el centro constituye “la convicción de que la cooperación para el desarrollo produce resultados” y planteó que las enfermedades animales, las plagas y los retos de la seguridad alimentaria "no conocen fronteras” y que la mejor respuesta a esos desafíos es "sumar capacidades, compartir experiencia y construir soluciones”.</p><p>En el evento también estuvo presente la secretaria de Agricultura de Estados Unidos, Brooke Rollins, y el embajador estadounidense Ronald Johnson, quien también abogó por el trabajo conjunto entre los dos vecinos para eliminar la plaga y proteger el ganado, el comercio y la seguridad alimentaria.</p><p>Johnson anunció que el gobierno estadounidense destinará 83,8 millones de dólares adicionales para la reproducción de más moscas estériles en México y para fortalecer las labores de prevención en los dos países.</p><p>Ambos gobiernos realizaron una inversión conjunta de 61 millones de dólares para convertir la vieja planta de producción de moscas del mediterráneo en un complejo que generará a mediados de julio 28 millones de moscas estériles a la semana, y alcanzará a finales del año una producción de 100 millones de insectos semanales, dijo en un comunicado la Secretaría de Agricultura de México.</p><p>En la actualidad, México se abastece de moscas estériles de una planta que opera en Panamá. En Texas también se está construyendo una planta de moscas que iniciará operaciones el próximo año.</p><p>Ganaderos consultados aseguran que la reapertura de la planta es algo tardía debido a que los primeros brotes surgieron hace casi dos años y la producción estimada de moscas será insuficiente, algo que podría dificultar y dilatar la erradicación de la plaga.</p><p>“Espero que ahora con la inauguración de la planta exista respaldo al área ganadera, porque tenemos cerrada la frontera de Estados Unidos para la exportación de ganado y nos afecta en el precio de la res”, afirmó el ganadero Omar Ornelas, que actualmente tiene en su rancho, ubicado en Tuxtla Chico —municipio vecino a Metapa, donde está la planta—, un animal infestado con gusano barrenador al que ha tenido que curar con recetas caseras, aplicando productos de veterinaria e incluso diésel y cal.</p><p>Restricciones al comercio binacional</p><p>Tras la detección de los primeros contagios de ganado en Texas, las autoridades de México y Estados Unidos decidieron el 9 de junio suspender temporalmente la importación ‌al territorio mexicano de bovinos vivos, rumiantes silvestres, equinos, cerdos, ovinos, caprinos, aves canoras y hurones provenientes del territorio estadounidense.</p><p>Estados Unidos también ha cerrado en los últimos 18 meses en tres ocasiones el paso del ganado mexicano por su frontera tras el primer brote que se detectó en México en noviembre del 2024. El último cierre indefinido se decidió el pasado 9 de julio luego que se localizó una res contagiada en la localidad de Ixhuatlán de Madero, en el estado oriental de Veracruz.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/JMJR4Y2YA2732DBKZUZRTDEIGY.jpg?auth=47d7604a610055e20fae90b2b9c9ff063ba703d4360a91fbb0fc710071a9d717&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[ARCHIVO -- Un recipiente de prueba, con pupas de mosca teñidas, se exhibe en una instalación de producción de moscas estériles para combatir la propagación hacia el norte del gusano barrenador del Nuevo Mundo y proteger al ganado estadounidense, el 9 de febrero de 2026, en Edinburg, Texas. (AP Foto/Eric Gay, archivo)]]></media:description><media:credit role="author" scheme="urn:ebu">Eric Gay</media:credit></media:content></item></channel></rss>