<?xml version="1.0" encoding="UTF-8"?><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:media="http://search.yahoo.com/mrss/" version="2.0"><channel><title><![CDATA[WPLG]]></title><link>https://www.local10.com</link><atom:link href="https://www.local10.com/arc/outboundfeeds/google-news-feed/" rel="self" type="application/rss+xml"/><description><![CDATA[WPLG News Feed]]></description><lastBuildDate>Sat, 18 Jul 2026 16:45:46 +0000</lastBuildDate><language>en</language><ttl>1</ttl><sy:updatePeriod>hourly</sy:updatePeriod><sy:updateFrequency>1</sy:updateFrequency><item><title><![CDATA[Keys landlord arrested after years of drug activity reported at property, deputies say]]></title><link>https://www.local10.com/news/local/2026/07/18/keys-landlord-arrested-after-years-of-drug-activity-reported-at-property-deputies-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/18/keys-landlord-arrested-after-years-of-drug-activity-reported-at-property-deputies-say/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[A 72-year-old Key Largo property owner was arrested Friday as part of a drug investigation after authorities accused her of knowingly renting rooms to drug dealers and users for about three years.]]></description><pubDate>Sat, 18 Jul 2026 16:08:17 +0000</pubDate><content:encoded><![CDATA[<p>A 72-year-old Key Largo property owner was arrested Friday as part of a drug investigation after authorities accused her of knowingly renting rooms to drug dealers and users for about three years.</p><p><a href="https://www.local10.com/espanol/2026/07/18/arrestan-a-propietario-de-inmueble-en-los-cayos-tras-anos-de-reportes-de-actividad-de-drogas-en-la-propiedad-dicen-agentes/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/18/arrestan-a-propietario-de-inmueble-en-los-cayos-tras-anos-de-reportes-de-actividad-de-drogas-en-la-propiedad-dicen-agentes/">Leer en español</a></p><p>Jail records show Sherry Lee Sears faces a charge of owning or renting a structure or vehicle while aware drugs were being sold there. </p><p>Deputies say Sears was “knowingly renting multiple rooms to known drug dealers and users from 2023 through 2026.” </p><p>According to the Monroe County Sheriff’s Office, deputies have responded to numerous calls at the property located in the 200 block of Lignumvitae Drive over the past three years. </p><p>Authorities said the property “became known for drug-related activity, including overdose emergencies, disturbances and multiple narcotics-related arrests.” </p><p>They said detectives with MCSO’s Special Operations Unit conducted multiple drug investigations at the property this year.</p><p>Investigators said the property was linked to the “continued use and sale of fentanyl, crack cocaine, cocaine and methamphetamine.”</p><p>Detectives said they obtained an arrest warrant for Sears, who was taken into custody Friday and booked into jail.</p><p>Sears’ bond amount was not immediately available. Records show she is scheduled to be arraigned on Sept. 1.</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/CTBOTSR66NHKJDR5ZRB6X2DS7I.jpg?auth=9051849cdf1e42f1c484cfae48403c1cfe098ce9db3a73cab8dfffe23c5f0dc9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Arrestan a propietario de inmueble en los Cayos tras años de reportes de actividad de drogas en la propiedad, dicen agentes]]></title><link>https://www.local10.com/espanol/2026/07/18/arrestan-a-propietario-de-inmueble-en-los-cayos-tras-anos-de-reportes-de-actividad-de-drogas-en-la-propiedad-dicen-agentes/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/18/arrestan-a-propietario-de-inmueble-en-los-cayos-tras-anos-de-reportes-de-actividad-de-drogas-en-la-propiedad-dicen-agentes/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Una propietaria de un inmueble de 72 años de Key Largo fue arrestada el viernes como parte de una investigación por drogas, luego de que las autoridades la acusaran de alquilar deliberadamente habitaciones a traficantes y consumidores de drogas durante aproximadamente tres años.]]></description><pubDate>Sat, 18 Jul 2026 16:12:45 +0000</pubDate><content:encoded><![CDATA[<p>Una propietaria de un inmueble de 72 años de Key Largo fue arrestada el viernes como parte de una investigación por drogas, luego de que las autoridades la acusaran de alquilar deliberadamente habitaciones a traficantes y consumidores de drogas durante aproximadamente tres años.</p><p>Los registros de la cárcel muestran que Sherry Lee Sears enfrenta un cargo por ser propietaria o alquilar una estructura o vehículo sabiendo que allí se vendían drogas.</p><p>Los agentes dijeron que Sears “alquiló deliberadamente múltiples habitaciones a conocidos traficantes y consumidores de drogas desde 2023 hasta 2026”.</p><p>Según la Oficina del Sheriff del Condado Monroe (MCSO), los agentes respondieron a numerosas llamadas en la propiedad ubicada en la cuadra 200 de Lignumvitae Drive durante los últimos tres años.</p><p>Las autoridades dijeron que la propiedad “se volvió conocida por la actividad relacionada con drogas, incluidas emergencias por sobredosis, alteraciones del orden y múltiples arrestos relacionados con narcóticos”.</p><p>Indicaron que detectives de la Unidad de Operaciones Especiales de la MCSO realizaron múltiples investigaciones por drogas en la propiedad este año.</p><p>Los investigadores dijeron que la propiedad estaba vinculada con el “uso y la venta continuos de fentanilo, crack, cocaína y metanfetamina”.</p><p>Los detectives informaron que obtuvieron una orden de arresto contra Sears, quien fue detenida el viernes e ingresada en la cárcel.</p><p>El monto de la fianza de Sears no estuvo disponible de inmediato. Los registros muestran que su audiencia de lectura de cargos está programada para el 1 de septiembre.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/CTBOTSR66NHKJDR5ZRB6X2DS7I.jpg?auth=9051849cdf1e42f1c484cfae48403c1cfe098ce9db3a73cab8dfffe23c5f0dc9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Safety fears limit Ebola response in Congo, with more than 12 attacks recorded]]></title><link>https://www.local10.com/news/world/2026/07/18/safety-fears-limit-ebola-response-in-congo-with-more-than-12-attacks-recorded/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/18/safety-fears-limit-ebola-response-in-congo-with-more-than-12-attacks-recorded/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[BUNIA, Congo (AP) — At least a dozen attacks on health facilities and workers have been recorded during Congo's Ebola outbreak as safety fears restrict the response at the epicenter in Ituri province, authorities said Saturday.]]></description><pubDate>Sat, 18 Jul 2026 16:10:55 +0000</pubDate><content:encoded><![CDATA[<p>BUNIA, Congo (AP) — At least a dozen attacks on health facilities and workers have been recorded during Congo's Ebola outbreak as safety fears restrict the response at the epicenter in Ituri province, authorities said Saturday.</p><p>Many unpaid health workers and other frontline workers have also gone on strike, further complicating response efforts in what’s been declared the fastest growing Ebola outbreak on record with 2,181 cases, including 864 deaths so far recorded.</p><p>Many of the attacks have been carried out by angry mobs who have stormed treatment centers or targeted response teams in the field, Pierre Akilimali, incident manager for the Ebola response, said at a press briefing in Bunia, the capital of Ituri.</p><p>In Ituri province which accounts for around 90% of all cases, health and aid workers have been seen leaving remote communities considered hot spots and heading to Bunia in recent days, locals told The Associated Press.</p><p>This follows the latest attack by residents protesting the death of a woman at a nearby hospital in Ituri’s town of Nyakunde on Wednesday.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/G5YRCUDNTQVQWAY4WJZL2CS3EA.jpg?auth=7e7bcd638f2a92fae7254dd652af1b18a880aaa1ad5216759fc8a1ad5c2ce51b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Health workers tend to an Ebola patient at the Rwampara Treatment Center in Ituri, Congo, Thursday, June 18, 2026. (AP Photo/Moses Sawasawa)]]></media:description><media:credit role="author" scheme="urn:ebu">Moses Sawasawa</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/OJMZH644RZAA5X2ORS4LB4QL6A.jpg?auth=c466f019dd8e2c792b9c2bb5eab442192d9aac9e0e588cbe5ebbe1c6f20ba8ab&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Rubble set on fire as health workers involved in Congo's Ebola response go on strike as they protest over payment issues in Bunia, Congo, Wednesday, July 15, 2026. (AP Photo/Constant Same Bagalwa)]]></media:description><media:credit role="author" scheme="urn:ebu">Constant Same Bagalwa</media:credit></media:content></item><item><title><![CDATA[Meet Wilby, a sweet Labrador mix looking for a ‘furever’ home]]></title><link>https://www.local10.com/pets/2026/07/18/meet-wilby-a-sweet-labrador-mix-looking-for-a-furever-home/</link><guid isPermaLink="true">https://www.local10.com/pets/2026/07/18/meet-wilby-a-sweet-labrador-mix-looking-for-a-furever-home/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Wilby is hoping to find a family to call his own after arriving at the Humane Society of Broward County as a transfer from another shelter. ]]></description><pubDate>Sat, 18 Jul 2026 14:50:40 +0000</pubDate><content:encoded><![CDATA[<p>Wilby is hoping to find a family to call his own after arriving at the Humane Society of Broward County as a transfer from another shelter. </p><p><a href="https://www.local10.com/espanol/2026/07/18/conozca-a-wilby-un-dulce-labrador-mestizo-que-busca-un-hogar-permanente-y-amoroso/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/18/conozca-a-wilby-un-dulce-labrador-mestizo-que-busca-un-hogar-permanente-y-amoroso/">Leer en español</a></p><p>“He’s an absolute sweetheart,” said HSBC’s Matthew Seligman. “We think he’s a Labrador mix, but based on some of the facial features, he could have a little bit of everything. He’s just cute.”</p><p>Seligman says Wilby would do best with a family ready to continue his training. Because he’s energetic and eager to learn, a harness can help give his new owners more control during walks. The good news: Wilby is highly motivated by treats.</p><p>He says Wilby is neutered and ready for adoption. </p><p>Seligman also reminded potential pet owners that bringing home a new animal is a commitment and a lifestyle change.</p><p>Anyone interested in meeting him can visit the Humane Society of Broward County’s <a href="https://humanebroward.com" target="_self" rel="" title="https://humanebroward.com">website</a>, where available animals are updated regularly, or stop by the shelter during adoption hours.</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[Conozca a Wilby, un dulce labrador mestizo que busca un hogar permanente y amoroso]]></title><link>https://www.local10.com/espanol/2026/07/18/conozca-a-wilby-un-dulce-labrador-mestizo-que-busca-un-hogar-permanente-y-amoroso/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/18/conozca-a-wilby-un-dulce-labrador-mestizo-que-busca-un-hogar-permanente-y-amoroso/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Wilby espera encontrar una familia a la que pueda llamar suya tras llegar a la Sociedad Protectora de Animales del Condado Broward como traslado desde otro refugio.]]></description><pubDate>Sat, 18 Jul 2026 15:56:21 +0000</pubDate><content:encoded><![CDATA[<p>Wilby espera encontrar una familia a la que pueda llamar suya tras llegar a la Sociedad Protectora de Animales del Condado Broward como traslado desde otro refugio.</p><p>“Es un amor de perro”, dijo Matthew Seligman, de la Sociedad Protectora de Animales del Condado Broward. “Creemos que es un labrador mestizo, pero por algunas de sus características faciales, podría tener un poco de todo. Es simplemente adorable”.</p><p>Seligman dijo que Wilby estaría mejor con una familia dispuesta a continuar con su entrenamiento. Debido a que es enérgico y tiene muchas ganas de aprender, un arnés puede ayudar a sus nuevos dueños a tener un mayor control durante los paseos. La buena noticia es que Wilby está muy motivado por las golosinas.</p><p>Dijo que Wilby está castrado y listo para ser adoptado.</p><p>Seligman también recordó a los posibles dueños de mascotas que llevar un nuevo animal a casa es un compromiso y un cambio de estilo de vida.</p><p>Cualquier persona interesada en conocerlo puede visitar el <a href="https://humanebroward.com/" target="_blank" rel="noreferrer" title="https://humanebroward.com/">sitio web</a> de la Sociedad Protectora de Animales del Condado Broward, donde los animales disponibles se actualizan regularmente, o acudir al refugio durante el horario de adopciones.</p>]]></content:encoded></item><item><title><![CDATA[Incendio forestal en el oeste de Broward continúa quemando miles de acres]]></title><link>https://www.local10.com/espanol/2026/07/18/incendio-forestal-en-el-oeste-de-broward-continua-quemando-miles-de-acres/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/18/incendio-forestal-en-el-oeste-de-broward-continua-quemando-miles-de-acres/</guid><dc:creator><![CDATA[Linnie Supall, Ryan Mackey, Jennifer Collins]]></dc:creator><description><![CDATA[Un incendio forestal continuaba ardiendo este sábado por la mañana en el oeste de Broward, luego de consumir miles de acres y enviar una densa columna de humo sobre la carretera U.S. 27, lo que creó condiciones peligrosas para conducir.]]></description><pubDate>Sat, 18 Jul 2026 13:44:18 +0000</pubDate><content:encoded><![CDATA[<p>Un incendio forestal continuaba ardiendo el sábado por la mañana en el <a href="https://www.local10.com/espanol/2026/07/17/incendio-forestal-se-desata-cerca-de-la-i-75-en-el-oeste-de-broward-el-fuego-consume-3600-acres/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/17/incendio-forestal-se-desata-cerca-de-la-i-75-en-el-oeste-de-broward-el-fuego-consume-3600-acres/">oeste de Broward</a>, luego de consumir miles de acres y enviar una densa columna de humo sobre la carretera U.S. 27, lo que creó condiciones peligrosas para conducir.</p><p>El incendio, que comenzó alrededor de las 8 a.m. del viernes, continúa ardiendo en los Everglades cerca del marcador de milla 40, justo al oeste de la carretera U.S. 27.</p><p>Sky 10 sobrevoló el incendio forestal el viernes y captó una extensa línea de llamas que se extendía por la vegetación seca al norte de Alligator Alley.</p><p>Densas columnas de humo rodeaban las líneas eléctricas que corren junto a la carretera y cubrían la vía por varios kilómetros, mientras los bomberos continuaban combatiendo el incendio hasta la mañana del sábado.</p><p>Hasta las 4 p.m. del viernes, el incendio forestal había consumido alrededor de 6,000 acres y estaba contenido en un 30%.</p><p>La meteoróloga de Local 10, Jennifer Collins, informó que un viento del sur estaba empujando la mayor parte del humo lejos del área metropolitana del sur de Florida, lo que podría permitir que el incendio continúe ardiendo mientras los equipos trabajan para contenerlo.</p><p>También indicó que las tormentas eléctricas de la tarde podrían producir rayos, lo que crea la posibilidad de incendios forestales adicionales en partes del sur de Florida.</p><p>Hasta las 4 p.m. del viernes, el incendio forestal había consumido alrededor de 6,000 acres y estaba contenido en un 30%.</p><p>Las autoridades no han informado la causa del incendio.</p><p>Los televidentes de Local 10 pueden consultar la actualización del incendio haciendo <a href="https://ffs.firesponse.com/public/" target="_blank" rel="noreferrer" title="https://ffs.firesponse.com/public/">clic aquí</a>.</p>]]></content:encoded></item><item><title><![CDATA[Gov. Tony Evers to endorse David Crowley in Wisconsin’s Democratic gubernatorial primary]]></title><link>https://www.local10.com/news/politics/2026/07/18/gov-tony-evers-to-endorse-david-crowley-in-wisconsins-democratic-gubernatorial-primary/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/07/18/gov-tony-evers-to-endorse-david-crowley-in-wisconsins-democratic-gubernatorial-primary/</guid><dc:creator><![CDATA[By MEG KINNARD, Associated Press]]></dc:creator><description><![CDATA[Wisconsin Gov. Tony Evers is endorsing Milwaukee County Executive David Crowley in the state's Democratic gubernatorial primary, a day after the race was shaken up by the departure of another candidate, and just weeks ahead of the primary election.]]></description><pubDate>Sat, 18 Jul 2026 15:52:53 +0000</pubDate><content:encoded><![CDATA[<p>Wisconsin Gov. Tony Evers is endorsing Milwaukee County Executive David Crowley in the state's Democratic gubernatorial primary, a day after the race was shaken up by the departure of another candidate, and just weeks ahead of the primary election.</p><p>At a formal event later Saturday, according to remarks provided to The Associated Press ahead of their delivery, Crowley planned to say that Evers' decision to back him “reflects his confidence that I have the experience, the judgment, and the record to build the coalition we need, defeat Tom Tiffany, and lead effectively from the very first day in office.”</p><p>Crowley, 40, is reemerging into a competitive primary for Wisconsin’s open governor’s race that was turned on its head Friday with the departure of Lt. Gov. Sara Rodriguez. Saying she was abandoning her campaign for the state’s top office amid a campaign finance scandal, Rodriguez earlier in the week fired her campaign manager after discovering her campaign had hundreds of thousands of dollars less on hand than expected.</p><p>Crowley, who would be the state's first Black governor if elected, had shuttered his own bid two weeks ago to back Rodriguez. Now, he's returning to a contest against democratic socialist Francesca Hong; former Lt. Gov. Mandela Barnes; state Sen. Kelda Roys and Joel Brennan, a former top aide to Evers.</p><p>A Democrat who opted not to seek a third term, Evers had previously said that he was not going to endorse in the race to succeed him. Now, he's bypassing his current and former lieutenant governors, both of whom have won statewide, in endorsing Crowley, who has never run statewide before.</p><p>On a trade visit in Africa, Evers was not expected at Crowley's Saturday event.</p><p>Evers also made the last-minute endorsement after previously saying he would not get involved in the primary, his standard practice over the past eight years.</p><p>In the first iteration of his campaign, Crowley leaned into his background, highlighting how his family was once homeless in Milwaukee but he rose to become a community organizer and was elected to the state Assembly in 2016 at age 30. He served until the middle of 2020, when he was elected as executive of Milwaukee County, the state’s largest county. He was the first Black person to hold that job and also the youngest at age 33.</p><p>Wisconsin's primary election is Aug. 11, and Democrats are hoping to hold onto the governor’s office as they also eye flipping majority control of the state Legislature, which Republicans have held since 2011. The winner of the Democratic primary will advance to the general election against Republican Rep. Tom Tiffany, who faces only token primary opposition.</p><p>___</p><p>Associated Press reporter Scott Bauer in Madison, Wisconsin contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/3YZUL6PIGGSBVNJRV6K3YER5EA.jpg?auth=db90eed78ef67ecdf1a3562f2d84a18bca360e9613df75cd7f70b164e69c1447&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Wisconsin Gov. Tony Evers speaks during a news conference, Jan. 12, 2026, in Madison, Wis. (AP Photo/Scott Bauer, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Scott Bauer</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XAFAQGFLBKTWA24HKAGZVPO574.jpg?auth=91529aebbe62484ceb2732bab95eb5a07e39be7a649b60a437e5121163d804d6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Milwaukee County Executive David Crowley addresses a crowd, March 29, 2025, in Milwaukee. (AP Photo/Andy Manis, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Andy Manis</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/L43D2GTP4XCXBW22KED25QFBFM.jpg?auth=fc23a1d7133b0b65dee4e4a7603cead47b52ad3d7ccc13b4b1ad95bc2d416279&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Democratic candidate for Wisconsin governor Sara Rodriguez speaks to supporters, Monday, July 13, 2026, in Madison, Wis. (AP Photo/Scott Bauer)]]></media:description><media:credit role="author" scheme="urn:ebu">Scott Bauer</media:credit></media:content></item><item><title><![CDATA[Brush fire in West Broward continues to burn thousands of acres ]]></title><link>https://www.local10.com/news/local/2026/07/18/brush-fire-in-west-broward-continues-to-burn-thousands-of-acres/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/18/brush-fire-in-west-broward-continues-to-burn-thousands-of-acres/</guid><dc:creator><![CDATA[Linnie Supall, Ryan Mackey, Jennifer Collins]]></dc:creator><description><![CDATA[A brush fire continued burning in West Broward on Saturday morning after scorching thousands of acres and sending thick smoke across U.S. 27, creating hazardous driving conditions.]]></description><pubDate>Sat, 18 Jul 2026 10:59:52 +0000</pubDate><content:encoded><![CDATA[<p>A brush fire continued <a href="https://www.local10.com/news/local/2026/07/17/brush-fire-erupts-off-i-75-in-west-broward-fire-scorches-3600-acres/" target="_self" rel="" title="https://www.local10.com/news/local/2026/07/17/brush-fire-erupts-off-i-75-in-west-broward-fire-scorches-3600-acres/">burning in West Broward</a> on Saturday morning after scorching thousands of acres and sending thick smoke across U.S. 27, creating hazardous driving conditions.</p><p><a href="https://www.local10.com/espanol/2026/07/18/incendio-forestal-en-el-oeste-de-broward-continua-quemando-miles-de-acres/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/18/incendio-forestal-en-el-oeste-de-broward-continua-quemando-miles-de-acres/">Leer en español</a></p><p>The fire, which started about 8 a.m. Friday, continues to burn in the Everglades near Mile Marker 40, just west of U.S. 27.</p><p>Sky 10 flew over the wildfire on Friday, capturing a long wall of flames stretching through the dry brush north of Alligator Alley. </p><p>Thick plumes of smoke surrounded power lines running alongside the highway and blanketed the roadway for miles as firefighters continued battling the blaze into Saturday morning.</p><p>As of 11 a.m. Saturday, the wildfire had burned about 6,500 acres and was 50% contained.</p><p>Local 10 meteorologist Jennifer Collins said a southerly wind was pushing most of the smoke away from the South Florida metro area, which could allow the fire to continue burning while crews work to contain it. </p><p>She also said afternoon thunderstorms could produce lightning, creating the potential for additional brush fires across parts of South Florida.</p><p>Local 10 viewers can check the update of the fire by <a href="https://ffs.firesponse.com/public/" target="_self" rel="" title="https://ffs.firesponse.com/public/">clicking here</a>. </p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[2 killed in crash involving motorcycle, tractor-trailer on US 27 in Miramar, cops say]]></title><link>https://www.local10.com/traffic/2026/07/18/2-killed-in-crash-on-us-27-near-pembroke-road-in-miramar-first-responders-say/</link><guid isPermaLink="true">https://www.local10.com/traffic/2026/07/18/2-killed-in-crash-on-us-27-near-pembroke-road-in-miramar-first-responders-say/</guid><dc:creator><![CDATA[Jolena Esperto, Ryan Mackey]]></dc:creator><description><![CDATA[Two people were killed in a crash on U.S. 27 near Pembroke Road early Saturday morning, first responders told Local 10 News. ]]></description><pubDate>Sat, 18 Jul 2026 10:28:18 +0000</pubDate><content:encoded><![CDATA[<p>Two people were killed in a crash involving a motorcycle and a tractor-trailer on U.S. 27 in Miramar early Saturday morning, authorities said.</p><p><a href="https://www.local10.com/espanol/2026/07/18/dos-personas-murieron-en-choque-entre-motocicleta-y-camion-con-remolque-en-la-carretera-us-27-en-miramar-informo-la-policia/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/18/dos-personas-murieron-en-choque-entre-motocicleta-y-camion-con-remolque-en-la-carretera-us-27-en-miramar-informo-la-policia/">Leer en español</a></p><p>According to the Miramar Police Department, officers responded to the crash at approximately 1:38 a.m. near Mile Marker 21 on southbound U.S. 27.</p><p>Investigators say traffic had slowed on the highway when the motorcycle was unable to stop in time and struck the rear of a tractor-trailer. </p><p>They said both occupants of the motorcycle were pronounced dead at the scene. Their identities have not been released pending notification of next of kin.</p><p>Authorities established a large investigation scene, shutting down the southbound lanes of U.S. 27 at Pines Boulevard for about eight hours while the Miramar Police Department’s Traffic Homicide Unit investigated. The roadway has since reopened.</p><p>Preliminary information indicates traffic had already been stopped because of a separate vehicle fire before the fatal collision. </p><p>Traffic was backed up for at least a half-mile north of the scene when the motorcycle and tractor-trailer became involved in the crash. Officials have not confirmed additional circumstances leading up to the collision.</p><p>Officers from the Miramar and Pembroke Pines police departments responded to the scene.</p><p>Police said the investigation remains “active and ongoing.” </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[Princess Cruise ship returns to Port Everglades after crew member dies after going overboard]]></title><link>https://www.local10.com/news/local/2026/07/18/crew-member-dies-after-going-overboard-regal-princess-during-voyage-from-port-everglades/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/18/crew-member-dies-after-going-overboard-regal-princess-during-voyage-from-port-everglades/</guid><dc:creator><![CDATA[Isabella Martin]]></dc:creator><description><![CDATA[Princess Cruises has confirmed that one of their crew members has died after going overboard from the Regal Princess during a Caribbean voyage.]]></description><pubDate>Sat, 18 Jul 2026 14:24:20 +0000</pubDate><content:encoded><![CDATA[<p>The Regal Princess returned to Port Everglades early Saturday morning, one week after a crew member died after going overboard during a Caribbean voyage.</p><p><a href="https://www.local10.com/espanol/2026/07/18/muere-tripulante-tras-caer-por-la-borda-del-regal-princess-durante-viaje-desde-port-everglades/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/18/muere-tripulante-tras-caer-por-la-borda-del-regal-princess-durante-viaje-desde-port-everglades/">Leer en español</a></p><p>A Princess Cruises spokesperson confirmed the crew member went overboard while the ship was sailing near Cancún, Mexico, during its seven-day Caribbean itinerary. The ship had departed from Port Everglades the previous Saturday.</p><p>In a statement, Princess Cruises said it was “deeply saddened” by the crew member’s death and extended condolences to the person’s family and friends.</p><p>“Our heartfelt condolences go out to the crew’s family and friends during this difficult time,” the cruise line said. “Grief support services are being offered to guests and crew members affected by this event.”</p><p>The cruise line also thanked local maritime authorities and the crew of the Carnival Jubilee for assisting with search-and-rescue efforts.</p><p>The Regal Princess continued its scheduled voyage before returning to Fort Lauderdale Saturday morning. No additional details about the crew member, including their identity, have been released.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Supremo tribunal de Brasil rechaza petición de Bolsonaro de recibir visita de Milei]]></title><link>https://www.local10.com/espanol/2026/07/18/supremo-tribunal-de-brasil-rechaza-peticion-de-bolsonaro-de-recibir-visita-de-milei/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/18/supremo-tribunal-de-brasil-rechaza-peticion-de-bolsonaro-de-recibir-visita-de-milei/</guid><dc:creator><![CDATA[Por THE ASSOCIATED PRESS, Associated Press]]></dc:creator><description><![CDATA[SAO PAULO (AP) — Un juez del Supremo Tribunal Federal de Brasil (STF) rechazó el viernes por la noche una solicitud de los abogados del expresidente Jair Bolsonaro para que el presidente argentino Javier Milei pudiera visitarlo en su arresto domiciliario.]]></description><pubDate>Sat, 18 Jul 2026 14:56:08 +0000</pubDate><content:encoded><![CDATA[<p>SAO PAULO (AP) — Un juez del Supremo Tribunal Federal de Brasil (STF) rechazó el viernes por la noche una solicitud de los abogados del expresidente Jair Bolsonaro para que el presidente argentino Javier Milei pudiera visitarlo en su arresto domiciliario.</p><p>El encuentro estaba previsto para realizarse en la capital, Brasilia, el 25 de julio.</p><p>El juez Alexandre de Moraes, quien también presidió el juicio que condenó a Bolsonaro a más de 27 años de prisión por un intento de golpe de Estado, señaló en su decisión que al expresidente ya se le prohibieron las visitas de “naturaleza político-electoral”.</p><p>Se espera que Milei asista a la convención del Partido Liberal en Sao Paulo, que certificará al senador Flávio Bolsonaro, uno de los hijos del exmandatario, como su candidato para medirse al presidente Luiz Inácio Lula da Silva.</p><p>Lula y Milei mantienen una relación fría. El presidente brasileño es un aliado histórico de adversarios de su homólogo, como los expresidentes Cristina Fernández y Alberto Fernández.</p><p>Existe un precedente para la decisión de Moraes. En marzo, le negó a un funcionario del Departamento de Estado de Estados Unidos, Darren Beattie —un autor conservador que se convirtió en subsecretario de diplomacia pública y asuntos públicos durante el gobierno de Donald Trump—, una solicitud para visitar a Bolsonaro en prisión.</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/IJH54REA3TQS3OHW5GNDRWK4YA.jpg?auth=cb1a81c9079db30ea8d1b518a511eb29c16911f225e1588bd2812200d719cb1b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[ARCHIVO – El expresidente brasileño Jair Bolsonaro en la entrada de su casa mientras cumple su condena de arresto domiciliario en Brasilia, Brasil, el 2 de septiembre de 2025. (AP Foto/Luis Nova, Archivo)]]></media:description><media:credit role="author" scheme="urn:ebu">Luis Nova</media:credit></media:content></item><item><title><![CDATA[Josh Kerr of Britain breaks the men’s mile world record that stood since 1999]]></title><link>https://www.local10.com/sports/2026/07/18/josh-kerr-of-britain-breaks-the-mens-mile-world-record-that-stood-since-1999/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/18/josh-kerr-of-britain-breaks-the-mens-mile-world-record-that-stood-since-1999/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[LONDON (AP) — British runner Josh Kerr ran 3 minutes, 42.66 seconds to break the longstanding men’s mile world record at a Diamond League meet in London on Saturday.]]></description><pubDate>Sat, 18 Jul 2026 15:42:31 +0000</pubDate><content:encoded><![CDATA[<p>LONDON (AP) — British runner Josh Kerr ran 3 minutes, 42.66 seconds to break the longstanding men’s mile world record at a Diamond League meet in London on Saturday.</p><p>Kerr broke Moroccan Hicham El Guerrouj’s mark of 3 minutes, 43.13 seconds, set in Rome in 1999, and the Edinburgh native then set off on a lap of honor at London Stadium.</p><p>Kerr was so dominant on Saturday that he finished just over three seconds clear of American Yared Nuguse in 3:45.69.</p><p>The crowd support as he closed in on the record was “just incredible,” Kerr told the BBC.</p><p>“It was just me, my shoes and the track," he said. “I was absolutely deaf in that last 110 meters.</p><p>“I didn't take my foot off the gas," he continued, “but ... I started to glide and I was like ‘oh wow this feels incredible.’ It's incredible because I'm slowing down. So, I was like ‘I better get to the line.’ So, crossing the finish line, seeing 42-something — anything — was my goal, so it was great.”</p><p>The 28-year-old Kerr’s previous best time was 3:45.34 in 2024.</p><p>He had targeted the mile race at the Diamond League meet as a main goal in a track season with neither Olympics nor world championships.</p><p>The mile is not a championships event yet has iconic status in track history, with the four-minute barrier broken in 1954 by another British runner, Roger Bannister.</p><p>Kerr was a silver medalist in the 1,500 meters at the 2024 Paris Olympics.</p><p>___</p><p>AP sports: https://apnews.com/sports</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/I4RZX6Q3KRKGPT44K6UW5P6UQ4.jpg?auth=d0124e44d13c5135925cc2eeaf8b2b1f5df1eb3d01b8934f4af51d57670e57a6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Britain's Josh Kerr celebrates after winning and breaking a world record in the Men's 1 Mile final during the Novuna London Athletics Meet at the London Stadium, Saturday July 18, 2026. (Adam Davy/PA via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Adam Davy</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WT3XZSAGAH4I64QNEP2XQVJXTY.jpg?auth=19fd8cca4413959fbcfb88b1f25ca11f36e79d3b4c4aea6bd5725f84566e80f2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Britain's Josh Kerr celebrates after winning and breaking a world record in the Men's 1 Mile final during the Novuna London Athletics Meet at the London Stadium, Saturday July 18, 2026. (Adam Davy/PA via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Adam Davy</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5H7EE5ASRPRYG6QAATQO652SLY.jpg?auth=ed6082437939d259bdaae872012400755dbd2f13be8798052fbc16cfdef78d91&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Britain's Josh Kerr wins and breaks a world record in the Men's 1 Mile final during the Novuna London Athletics Meet at the London Stadium, Saturday July 18, 2026. (Adam Davy/PA via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Adam Davy</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HNJSNV6GRO6LHYPEQJ6SYVL7MA.jpg?auth=59ea71100baa8fadac41fc2aa729e606f57319dca8cff237d190d593e06292f6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Britain's Josh Kerr celebrates after winning and breaking a world record in the Men's 1 Mile final during the Novuna London Athletics Meet at the London Stadium, Saturday July 18, 2026. (Adam Davy/PA via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Adam Davy</media:credit></media:content></item><item><title><![CDATA[Muere tripulante tras caer por la borda del Regal Princess durante viaje desde Port Everglades]]></title><link>https://www.local10.com/espanol/2026/07/18/muere-tripulante-tras-caer-por-la-borda-del-regal-princess-durante-viaje-desde-port-everglades/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/18/muere-tripulante-tras-caer-por-la-borda-del-regal-princess-durante-viaje-desde-port-everglades/</guid><dc:creator><![CDATA[Isabella Martin]]></dc:creator><description><![CDATA[Princess Cruises confirmó que uno de sus tripulantes murió tras caer por la borda del Regal Princess durante un viaje por el Caribe.]]></description><pubDate>Sat, 18 Jul 2026 14:32:33 +0000</pubDate><content:encoded><![CDATA[<p>Princess Cruises confirmó que uno de sus tripulantes murió tras caer por la borda del Regal Princess durante un viaje por el Caribe.</p><p>El Regal Princess zarpó de Port Everglades el sábado pasado para un crucero de siete días por el Caribe. Se cree que el tripulante cayó por la borda en aguas frente a Cancún, México.</p><p>En un comunicado, Princess Cruises indicó que está “profundamente entristecida” por la muerte del tripulante.</p><p>“Nuestras más sinceras condolencias están con la familia y los amigos del tripulante en este difícil momento”, escribió la línea de cruceros. “Se están ofreciendo servicios de apoyo por duelo a los pasajeros y tripulantes afectados por este suceso”.</p><p>Un portavoz de Princess Cruises también agradeció a las autoridades marítimas locales y a la tripulación del Carnival Jubilee por colaborar en las labores de búsqueda y rescate.</p><p>El crucero continuó con su itinerario de siete días por el Caribe y regresó a Fort Lauderdale la madrugada del sábado. No se divulgaron de inmediato más detalles sobre el tripulante.</p>]]></content:encoded></item><item><title><![CDATA[Sen. Ossoff fuels reelection campaign with attacks on Trump]]></title><link>https://www.local10.com/news/politics/2026/07/18/sen-ossoff-fuels-reelection-campaign-with-attacks-on-trump/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/07/18/sen-ossoff-fuels-reelection-campaign-with-attacks-on-trump/</guid><dc:creator><![CDATA[By BILL BARROW, Associated Press]]></dc:creator><description><![CDATA[ATLANTA (AP) — Nearly a decade ago, Jon Ossoff was a 30-year-old Democratic congressional candidate promising Georgia suburban voters he would “cut wasteful spending” and make “both parties in Washington” be “accountable to you.” His Republican opponent even complained that Ossoff “talks like a Republican.”]]></description><pubDate>Sat, 18 Jul 2026 14:29:12 +0000</pubDate><content:encoded><![CDATA[<p>ATLANTA (AP) — Nearly a decade ago, Jon Ossoff was a 30-year-old Democratic congressional candidate promising Georgia suburban voters he would “cut wasteful spending” and make “both parties in Washington” be “accountable to you.” His Republican opponent even complained that Ossoff “talks like a Republican.”</p><p>Nobody would make that mistake today. After losing that race in 2017 and narrowly winning a U.S. Senate seat during a runoff in 2021, Ossoff is running for reelection with a full-throated broadside on President Donald Trump as a “national disgrace” leading a “Mar-a-Lago mafia” and “the most corrupt administration of all time.”</p><p>The 39-year-old senator has always been a vessel for Trump opposition, no matter his message on the campaign trail. But not until now has Ossoff openly embraced the role. His approach is being noticed across the Democratic spectrum, from activists hungry for the right message in the 2026 midterms to those pining for viable presidential candidates in 2028.</p><p>This week, as Trump renewed his fixation on false claims of voter fraud in the 2020 election that brought Ossoff to Washington, the senator never missed an opportunity to denounce the “world’s most famous sore loser.”</p><p>“The senator is definitely having a moment, and these breakout moments can certainly become a launching pad for something bigger,” said Lis Smith, a Democratic strategist who helped Pete Buttigieg go from being an unknown Indiana mayor to a presidential contender in 2020. She said Ossoff's approach — tying Trump’s personal financial gain to his performance on the economy — is "one that more Democrats should adopt.”</p><p>Ossoff insists he’s focused only on “providing Georgians with the best possible service, investigating and exposing corruption and abuse, and winning this pivotal Senate race” over Rep. Mike Collins, who won a Republican primary runoff after Trump’s last-minute endorsement.</p><p>Collins argues that Ossoff is just another “out-of-touch, far-left liberal," and he has criticized him as “weak” and “woke.”</p><p>But Ossoff’s turn in the spotlight, coupled with prodigious fundraising, puts him in a stronger position for a second term than most political observers expected when Trump returned to the White House less than two years ago. And with Ossoff being the only Democratic senator facing reelection in a state Trump won in 2024, defending his seat is critical for Democrats as they try to gain at least four seats elsewhere to reclaim a Senate majority.</p><p>Maryland Gov. Wes Moore, who is also seeking reelection and is mentioned as a potential 2028 candidate, was in Georgia recently campaigning for Ossoff and Democratic nominee for governor Keisha Lance Bottoms.</p><p>He described them both as “fighters” and said Ossoff is making the right pitch for voters who "want someone that will disrupt the status quo and do what’s necessary to make their lives easier as the Trump administration raises prices on everything from gas to groceries.”</p><p>In 2017, Trump wasn't Ossoff’s initial focus</p><p>Ossoff was a political unknown when he decided to run for Congress in 2017. It was the first special congressional election of Trump’s presidency, an open seat because Trump nominated Tom Price as health secretary thinking the district that once sent House Speaker Newt Gingrich to Washington was safe for Republicans.</p><p>The young Democrat had been a congressional aide and started a production company focused on investigative documentaries. But Ossoff became a fundraising sensation as rank-and-file Democrats looked for a way to counter Trump. He led an initial all-party primary, supercharging the national attention on a runoff campaign.</p><p>“The atmosphere of disarray and gridlock and dysfunction and chaos in Washington doesn’t serve the American people, and it’s not just this administration or this White House — it’s career politicians in Congress,” he said.</p><p>Ossoff lost to Karen Handel, a Republican who previously served as Georgia secretary of state.</p><p>In 2020, a careful candidate and senator emerged</p><p>Running against Republican Sen. David Perdue in 2020, Ossoff continued a disciplined, wonkish approach. Georgia was not considered to be a top battleground, and what early attention it got was focused more on Democrat Raphael Warnock, running in a special Senate election against Sen. Kelly Loeffler. She was considered more vulnerable than Perdue after being appointed to replace Johnny Isakson, who retired because of health issues.</p><p>The dynamics changed when Democratic presidential nominee Joe Biden carried Georgia and both Georgia Senate contests went to runoffs — with control of the chamber hanging in the balance. Trump tried to overturn Biden’s victory and began his yearslong fixation with falsely claiming U.S. elections are rigged, with Georgia as his prime example.</p><p>Still, throughout his 2020 campaign, Ossoff kept his focus on Perdue’s personal business dealings and the Republican reaction to the COVID-19 pandemic. In one debate, Ossoff did not mention the president at all. In another, when asked about Trump, he answered broadly.</p><p>“That kind of leadership really only grows when there’s already been a destruction of faith in our political institutions," he said.</p><p>In 2026, an aggressive stump speech goes viral</p><p>As a senator, Ossoff has built relationships and a constituent services operation that span Georgia. He regularly announces appropriations for infrastructure, hospitals and other programs — including in heavily Republican areas. He led a congressional investigation into problems in Georgia’s child services programs, and he’s focused heavily on veterans’ care.</p><p>But his 2026 breakout has been anchored by a stump speech built around a withering take down of the president. He mocks Trump’s social media blitzes on Truth Social and proposals to put his face on U.S. money.</p><p>“When he’s not posting, he’s been trying to rob us. Have you seen it?” Ossoff asks, shifting to allegations of corruption and incompetence.</p><p>He ticks through Trumps’ lawsuit against the Internal Revenue Service, his idea for a restitution fund that could compensate Jan. 6 rioters and foreign business deals by his sons. “Prince Don and Prince Eric,” Ossoff calls them.</p><p>He blasts Trump’s tax cuts as tilted to the rich, his effort to shield the Jeffrey Epstein case files, and an Iran war that “no one voted for and no one can explain.”</p><p>“All this while you pay more for gas, for groceries, for healthcare,” he says.</p><p>Ossoff still nods to an overall “rot” in a “coin-operated” political system that goes beyond Trump. But the applause lines, which campaign aides cut and distribute across social media platforms in real time, are trained on Trump.</p><p>“He's a failed president and a national disgrace," Ossoff repeatedly says.</p><p>Election denial has been a backdrop for Ossoff's political career</p><p>Ossoff won his Senate seat in the midst of Trump's election denial in Georgia, and the president has revived the topic as he runs for reelection. Trump has directed his administration to investigate the 2020 election, and federal agents seized hundreds of boxes of ballots from Fulton County, a Democratic stronghold that includes Atlanta.</p><p>Refusing to acknowledge that Biden legitimately defeated Trump has become a litmus test for serving in the administration, one that Ossoff highlighted when questioning Jay Clayton, Trump's nominee for national intelligence director.</p><p>“Who won the 2020 election?” Ossoff said.</p><p>“I’m not going to get into that with you,” Clayton responded.</p><p>As Clayton continued to dodge, Ossoff said, “isn’t it humiliating to be unable to answer this question, to have to indulge the president’s delusions?”</p><p>Ossoff raised $20 million during the second quarter of 2026 and had $42 million left to spend. Collins raised about $2.1 million and had about the same amount in his coffers. And a 20-to-1 money advantage certainly helps a politician trying to stay in office, and in the spotlight.</p><p>Smith offered one caution about Ossoff.</p><p>“You can’t live off one great speech or one viral exchange,” she said. “You have to prove you can perform in every format." The question, she said, is how someone goes "from flavor of the month to a more serious national political figure.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/KXDOETEFBJIHK63QPAUS24QXZE.jpg?auth=52cf69ab47c9880127ab41f55ab55883d780d73daa581f0cf52d60639a7cde76&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Sen. Jon Ossoff, D-Ga., questions Jay Clayton, President Donald Trump's pick to head the nation's intelligence agencies, as he appears for his confirmation hearing before the Senate Intelligence Committee, at the Capitol in Washington, Wednesday, July 15, 2026. (AP Photo/J. Scott Applewhite)]]></media:description><media:credit role="author" scheme="urn:ebu">J. Scott Applewhite</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5TEXIGQQULVWW4OZZLGG5B24TQ.jpg?auth=348b35820ec93cc3ae6bdefbf3a0382e8f67cbc0a35f91fbf0d0a554dfa9a321&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Sen. Jon Ossoff, D-Ga., joined at left by Sen. Mark Kelly, D-Ariz., questions Jay Clayton, President Donald Trump's pick to head the nation's intelligence agencies, as he appears for his confirmation hearing before the Senate Intelligence Committee, at the Capitol in Washington, Wednesday, July 15, 2026. (AP Photo/J. Scott Applewhite)]]></media:description><media:credit role="author" scheme="urn:ebu">J. Scott Applewhite</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/EULTU4JHPW25TPDEJHW6KKD4XU.jpg?auth=f385bfa0b4296d154f3bde485336ca75005845bd8a8d0ee07007a0e5a21f89aa&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Maryland Gov. Wes Moore campaigns for Georgia Sen. Jon Ossoff, D-Ga., and Democratic gubernatorial nominee Keisha Lance Bottoms, Tuesday, July 14, 2026, in Atlanta. (AP Photo/Bill Barrow)]]></media:description><media:credit role="author" scheme="urn:ebu">Bill Barrow</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/AGE3J6HAPS3OKOWR4V66KSRWEE.jpg?auth=b9f11a63739c6334e742a32abf8bed16fa155ece29cdb2cfdc633036a6dcbc8a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Rep. Mike Collins, R-Ga., speaks to the Faith & Freedom Coalition, a gathering of conservative Christian activists and leaders, Friday, June 26, 2026, in Washington. (AP Photo/Manuel Balce Ceneta)]]></media:description><media:credit role="author" scheme="urn:ebu">Manuel Balce Ceneta</media:credit></media:content></item><item><title><![CDATA[Up for Debate: Argentina or Spain?]]></title><link>https://www.local10.com/sports/2026/07/18/up-for-debate-argentina-or-spain/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/18/up-for-debate-argentina-or-spain/</guid><dc:creator><![CDATA[Yarden Ben-David , Ryan Mackey]]></dc:creator><description><![CDATA[The World Cup final is set, and soccer fans are debating one big question: Will Lionel Messi and Argentina lift the trophy once again, or will Spain claim the championship?]]></description><pubDate>Sat, 18 Jul 2026 13:42:49 +0000</pubDate><content:encoded><![CDATA[<p>The 2026 FIFA World Cup final is set, and soccer fans are debating one big question: Will Lionel Messi and Argentina lift the trophy once again, or will Spain claim their first World Cup win since 2010. </p><p><a href="https://www.local10.com/espanol/2026/07/18/debate-argentina-o-espana/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/18/debate-argentina-o-espana/">Leer en español</a></p><p>This could be Messi’s final World Cup, and Argentina fans are hoping the superstar can add another title to his legacy on Sunday. Argentina has battled through several close matches, earning key victories with late-game comebacks.</p><p>Spain enters the final after defeating France 2-0 in the semifinals. The European champions have been one of the tournament’s strongest defensive teams, allowing just one goal throughout the competition.</p><p>Another major storyline is the matchup between Messi and Spain’s 19-year-old star Lamine Yamal, creating a generational showdown between one of soccer’s greatest players and one of the game’s rising talents.</p><p>Local 10 wants to know who you have winning it all — Argentina or Spain? Share your thoughts in the comment section below. </p>]]></content:encoded></item><item><title><![CDATA[Debate: ¿Argentina o España?]]></title><link>https://www.local10.com/espanol/2026/07/18/debate-argentina-o-espana/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/18/debate-argentina-o-espana/</guid><dc:creator><![CDATA[Yarden Ben-David , Ryan Mackey]]></dc:creator><description><![CDATA[La final de la Copa del Mundo está lista y los aficionados al fútbol debaten una gran pregunta: ¿Lionel Messi y Argentina volverán a levantar el trofeo o España conquistará el campeonato?]]></description><pubDate>Sat, 18 Jul 2026 14:15:29 +0000</pubDate><content:encoded><![CDATA[<p>La final de la Copa Mundial de la FIFA 2026 está lista y los aficionados al fútbol debaten una gran pregunta: ¿Lionel Messi y Argentina volverán a levantar el trofeo o España conquistará su primer título mundial desde 2010?</p><p>Este podría ser el último Mundial de Messi, y los aficionados de Argentina esperan que la superestrella pueda añadir otro título a su legado el domingo. Argentina ha superado varios partidos muy cerrados, consiguiendo victorias clave con remontadas en los minutos finales.</p><p>España llega a la final tras derrotar 2-0 a Francia en las semifinales. Los campeones de Europa han sido uno de los equipos con la defensa más sólida del torneo, al permitir apenas un gol durante toda la competencia.</p><p>Otra de las grandes historias de la final será el enfrentamiento entre Messi y la estrella española de 19 años, Lamine Yamal, en un duelo generacional entre uno de los mejores futbolistas de la historia y una de las grandes promesas del deporte.</p><p>Local 10 quiere saber quién cree que se coronará campeón: ¿Argentina o España? Comparta su opinión en la sección de comentarios.</p>]]></content:encoded></item><item><title><![CDATA[Policía: Huella dactilar en gafas de sol conduce a arresto por robo de $150,000 USD en vivienda de Miami]]></title><link>https://www.local10.com/espanol/2026/07/17/policia-huella-dactilar-en-gafas-de-sol-conduce-a-arresto-por-robo-de-150000-usd-en-vivienda-de-miami/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/17/policia-huella-dactilar-en-gafas-de-sol-conduce-a-arresto-por-robo-de-150000-usd-en-vivienda-de-miami/</guid><dc:creator><![CDATA[Ryan Mackey, Samiar Nefzi]]></dc:creator><description><![CDATA[Una huella dactilar dejada en un par de gafas de sol dentro de una vivienda saqueada en Miami ayudó a los detectives a resolver un robo ocurrido hace casi dos meses que, según las autoridades, dejó a las víctimas sin un estimado de $150,000 USD en joyas.]]></description><pubDate>Fri, 17 Jul 2026 17:57:16 +0000</pubDate><content:encoded><![CDATA[<p>Una huella dactilar dejada en un par de gafas de sol dentro de una vivienda saqueada en Miami ayudó a los detectives a resolver un robo ocurrido hace casi dos meses que, según las autoridades, dejó a las víctimas sin un estimado de $150,000 USD en joyas.</p><p>La Policía de Miami confirmó el jueves el arresto de Quindy Janvier, de 37 años, en relación con el allanamiento ocurrido el 26 de mayo en una vivienda ubicada en la cuadra 2600 de Southwest 23rd Avenue, en el vecindario Silver Bluff Estates de la ciudad.</p><p>Según un informe de arresto, los agentes respondieron a la vivienda poco antes del mediodía del 26 de mayo después de que una mujer llegó al lugar, escuchó el portazo de una habitación y “descubrió la vivienda en desorden”.</p><p>Mientras hablaba por teléfono con uno de los propietarios, la mujer notó que una ventana de una habitación había sido rota y le dijo: “Danny, te robaron”, señala el informe.</p><p>Cuando los propietarios regresaron, descubrieron que habían robado aproximadamente $150,000 USD en joyas de varias habitaciones, según la Policía.</p><p>Los investigadores determinaron que el ladrón entró y salió por la ventana de una habitación orientada hacia el suroeste.</p><p>Indicaron que durante la investigación, las víctimas encontraron un par de gafas de sol dentro de una habitación y una “herramienta para hacer palanca” afuera de la ventana rota. Según el informe, ninguno de los objetos pertenecía a alguien que viviera en la vivienda.</p><p>Los detectives también revisaron videos de vigilancia de una vivienda cercana que mostraban a Janvier, residente del vecindario Brownsville de Miami-Dade, desplazándose en un scooter eléctrico de pie por la zona minutos antes del robo.</p><p>La Policía indicó que videos adicionales mostraban a Janvier entrando al patio de las víctimas y posteriormente huyendo del área aproximadamente al mismo tiempo en que fue descubierto el robo, señala el informe.</p><p>Según el informe, una “huella dactilar latente” recuperada del lente de las gafas de sol fue analizada posteriormente e identificada como perteneciente a Janvier.</p><p>La Policía informó que arrestó a Janvier el jueves.</p><p>Los registros de la cárcel muestran que enfrenta un cargo de allanamiento de una estructura ocupada, un cargo de hurto mayor en tercer grado y un cargo de daños criminales que causaron daños por $1,000 USD o más.</p><p>Hasta la mañana del viernes, permanecía detenido en el Centro Correccional Turner Guilford Knight, donde su fianza figuraba como “pendiente de fijarse”.</p>]]></content:encoded></item><item><title><![CDATA[Una demanda alega que arándanos contaminados con E. coli vendidos en Publix provocaron graves afectaciones a pareja de Palm Beach]]></title><link>https://www.local10.com/espanol/2026/07/17/una-demanda-alega-que-arandanos-contaminados-con-e-coli-vendidos-en-publix-provocaron-graves-afectaciones-a-pareja-de-palm-beach/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/17/una-demanda-alega-que-arandanos-contaminados-con-e-coli-vendidos-en-publix-provocaron-graves-afectaciones-a-pareja-de-palm-beach/</guid><dc:creator><![CDATA[Andrea Torres, Jenise Fernandez]]></dc:creator><description><![CDATA[Los bisabuelos Roberta y Oscar Cash afirmaron que sufrieron una enfermedad transmitida por alimentos debido a arándanos contaminados que compraron en mayo en un supermercado Publix del condado Palm Beach, según muestran los registros.]]></description><pubDate>Fri, 17 Jul 2026 18:57:34 +0000</pubDate><content:encoded><![CDATA[<p>Los bisabuelos Roberta y Oscar Cash afirmaron haber sufrido una <a href="https://www.fda.gov/food/outbreaks-foodborne-illness/investigations-foodborne-illness-outbreaks" rel="" title="https://www.fda.gov/food/outbreaks-foodborne-illness/investigations-foodborne-illness-outbreaks">enfermedad transmitida por los alimentos</a> debido a arándanos chilenos contaminados que compraron en mayo en un supermercado Publix en Jupiter, según consta en los registros.</p><p>Según la <a href="https://www.scribd.com/document/1063264822/Foodborne-illness-in-Palm-Beach" rel="" title="https://www.scribd.com/document/1063264822/Foodborne-illness-in-Palm-Beach">demanda que presentaron el 13 de julio</a> en el tribunal civil del condado de Palm Beach, a la pareja se le diagnosticó una infección por E. coli O145:H28 tras sufrir heces con sangre, dolor abdominal, deshidratación y fiebre.</p><p>“Si bien Oscar estaba muy enfermo, su enfermedad era menos grave que la de Roberta, su esposa durante casi 46 años”, escribió un abogado, según consta en la demanda.</p><p>Según la demanda, Roberta Cash estuvo en la sala de emergencias del Jupiter Medical Center, donde recibió un tratamiento intensivo durante 10 días y necesitó ayuda tanto de The Gardens Court como del servicio de atención médica a domicilio CenterWell.</p><p>El 1 de julio, el Departamento de Salud de Florida <a href="https://www.floridahealth.gov/diseases-and-conditions/disease/e-coli-o157h7/" rel="" title="https://www.floridahealth.gov/diseases-and-conditions/disease/e-coli-o157h7/">notificó</a> a los Centros para el Control y la Prevención de Enfermedades de EE. UU. sobre un grupo de casos de infecciones por <a href="https://www.cdc.gov/ecoli/about/kinds-of-ecoli.html" rel="" title="https://www.cdc.gov/ecoli/about/kinds-of-ecoli.html">E. coli O145 productora de toxina Shiga</a> . El 3 de julio, Frutas y Hortalizas del Sur SA, de San Carlos, Chile, <a href="https://www.fda.gov/safety/recalls-market-withdrawals-safety-alerts/frutas-y-hortalizas-del-sur-sa-initiates-recall-frozen-greenwise-organic-iqf-blueberries-due" rel="" title="https://www.fda.gov/safety/recalls-market-withdrawals-safety-alerts/frutas-y-hortalizas-del-sur-sa-initiates-recall-frozen-greenwise-organic-iqf-blueberries-due">retiró del mercado</a> los <a href="https://www.local10.com/food/2026/07/07/greenwise-frozen-blueberries-sold-at-publix-recalled-over-possible-e-coli-contamination/" rel="" title="https://www.local10.com/food/2026/07/07/greenwise-frozen-blueberries-sold-at-publix-recalled-over-possible-e-coli-contamination/">arándanos orgánicos GreenWise IQF</a> , con fecha de caducidad del 9 de febrero de 2028, debido al riesgo de una posible infección por E. coli O145.</p><p>El 6 de julio, los CDC <a href="https://www.cdc.gov/ecoli/outbreaks/blueberries-07-26/investigation.html" rel="" title="https://www.cdc.gov/ecoli/outbreaks/blueberries-07-26/investigation.html">anunciaron</a> una investigación sobre el “brote multiestatal de infecciones por E. coli O145”.</p><p>La Administración de Alimentos y Medicamentos (FDA) <a href="https://www.fda.gov/food/outbreaks-foodborne-illness/outbreak-investigation-e-coli-frozen-blueberries-july-2026" rel="" title="https://www.fda.gov/food/outbreaks-foodborne-illness/outbreak-investigation-e-coli-frozen-blueberries-july-2026">informó de</a> 12 casos de enfermedad, 11 de ellos en Florida y uno en Georgia, y cuatro hospitalizaciones relacionadas con el producto, que también se distribuyó a las tiendas minoristas de Publix en Alabama, Kentucky, Carolina del Norte, Carolina del Sur, Tennessee y Virginia.</p><p>El bufete Ron Simon &amp; Associates, con sede en Texas, <a href="https://www.prnewswire.com/news-releases/first-blueberry-e-coli-lawsuit-filed-by-ron-simon--associates-against-publix-on-behalf-of-hospitalized-e-coli-victim-302824210.html" rel="" title="https://www.prnewswire.com/news-releases/first-blueberry-e-coli-lawsuit-filed-by-ron-simon--associates-against-publix-on-behalf-of-hospitalized-e-coli-victim-302824210.html">anunció</a> la presentación de una demanda civil alegando responsabilidad objetiva, negligencia e incumplimiento de garantías implícitas, y solicitando una indemnización superior a los 50.000 dólares.</p><p>El abogado Ron Simon, con sede en Houston, emitió un comunicado en el que afirma que quiere asegurarse de que Publix tome medidas preventivas.</p><p>“Se omitieron los controles de seguridad en la producción de los arándanos congelados GreenWise Organic, que estaban contaminados con E. coli O145:H28, una bacteria potencialmente mortal que no se elimina con la congelación”, declaró Simon en el comunicado. “Como consecuencia, numerosos clientes de Publix han enfermado gravemente”.</p><p>Publix no respondió a la solicitud de comentarios sobre el litigio pendiente.</p><p><b>Lea la demanda</b></p><p> <iframe class="scribd_iframe_embed" title="Foodborne illness in Palm Beach" src="https://www.scribd.com/embeds/1063264822/content?start_page=11&view_mode=scroll&access_key=key-1V67GGt46NokjSaJUiZ0" tabindex="0" data-auto-height="true" data-aspect-ratio="0.7729220222793488" scrolling="no" width="100%" height="600" frameborder="0" ></iframe> <p style="margin: 12px auto 6px auto; font-family: Helvetica,Arial,Sans-serif; font-size: 14px; line-height: normal; display: block;"> <a title="View Foodborne illness in Palm Beach on Scribd" href="https://www.scribd.com/document/1063264822/Foodborne-illness-in-Palm-Beach#from_embed" style="color: #098642; text-decoration: underline;"> Foodborne illness in Palm Beach </a> by <a title="View Andrea Torres's profile on Scribd" href="https://www.scribd.com/user/539635077/Andrea-Torres#from_embed" style="color: #098642; text-decoration: underline;" > Andrea Torres </a> </p> </p><p><b>Noticia relacionada:</b><a href="https://www.local10.com/food/2026/07/07/greenwise-frozen-blueberries-sold-at-publix-recalled-over-possible-e-coli-contamination/" rel="" title="https://www.local10.com/food/2026/07/07/greenwise-frozen-blueberries-sold-at-publix-recalled-over-possible-e-coli-contamination/">Retiran del mercado los arándanos congelados GreenWise vendidos en Publix por posible contaminación con E. coli.</a></p>]]></content:encoded></item><item><title><![CDATA[Bomberos de Broward: Incendio de vivienda probablemente comenzó en un vehículo estacionado en el garaje de Weston]]></title><link>https://www.local10.com/espanol/2026/07/17/bomberos-responden-a-incendio-de-vivienda-en-weston/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/17/bomberos-responden-a-incendio-de-vivienda-en-weston/</guid><dc:creator><![CDATA[Andrea Torres, Janine Stanwood]]></dc:creator><description><![CDATA[Los bomberos respondieron este viernes por la tarde a una vivienda en una comunidad cerrada de Weston.]]></description><pubDate>Fri, 17 Jul 2026 18:51:44 +0000</pubDate><content:encoded><![CDATA[<p>Los bomberos respondieron el viernes por la tarde a una vivienda en una comunidad cerrada de Weston.</p><p>Los bomberos concentraron sus labores en el garaje para tres vehículos de la vivienda ubicada en Crestview Circle, cerca de Greenwood Road, en la comunidad Meadows.</p><p>No se dieron a conocer de inmediato más detalles.</p><p>Vea Local 10 News o actualice esta página para obtener información actualizada.</p><p>Publicación relacionada en redes sociales.</p><blockquote class="twitter-tweet"><p lang="en" dir="ltr">BSO Fire crews are fighting a working structure fire located at 930 Crestview Circle.  Two vehicles in garage on fire.  <br>Stay clear of Crestview Circle in the Meadows <a href="https://x.com/hashtag/Alert?src=hash&amp;ref_src=twsrc%5Etfw">#Alert</a> <a href="https://x.com/hashtag/WestonFL?src=hash&amp;ref_src=twsrc%5Etfw">#WestonFL</a> <a href="https://t.co/u95zXRXogW">pic.twitter.com/u95zXRXogW</a></p>&mdash; WestonFL Alert (@WestonFLAlert) <a href="https://x.com/WestonFLAlert/status/2078155799721824468?ref_src=twsrc%5Etfw">July 17, 2026</a></blockquote><p><i>El editor de asignaciones de Local 10 News, Carson Merlo, y la editora principal de asignaciones, Frine Gomez, contribuyeron a este informe.</i></p>]]></content:encoded></item><item><title><![CDATA[Giannis Antetokounmpo elogia a Bam Adebayo antes de su nueva alianza con el Heat]]></title><link>https://www.local10.com/espanol/2026/07/18/giannis-antetokounmpo-elogia-a-bam-adebayo-antes-de-su-nueva-alianza-con-el-heat/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/18/giannis-antetokounmpo-elogia-a-bam-adebayo-antes-de-su-nueva-alianza-con-el-heat/</guid><dc:creator><![CDATA[Clay Ferraro, Ryan Mackey]]></dc:creator><description><![CDATA[Giannis Antetokounmpo dijo que normalmente duerme ocho horas antes de los partidos, pero cuando enfrentaba a Bam Adebayo, se aseguraba de descansar aún más. Ahora, está feliz de que ambos sean compañeros de equipo.]]></description><pubDate>Sat, 18 Jul 2026 14:03:58 +0000</pubDate><content:encoded><![CDATA[<p>Giannis Antetokounmpo dijo que normalmente duerme ocho horas antes de los partidos, pero cuando enfrentaba a Bam Adebayo, se aseguraba de descansar aún más.</p><p>El dos veces Jugador Más Valioso (MVP) de la NBA dijo que dormía 12 horas antes de los partidos contra Adebayo, una muestra del respeto que siente por su nuevo compañero de equipo en el Miami Heat. Ahora, Antetokounmpo está feliz de estar del mismo lado que Adebayo.</p><p>El Heat compartió el viernes un video en el que Adebayo le da la bienvenida a Giannis a las instalaciones del equipo, y el sentimiento parece ser mutuo.</p><p>Aunque Adebayo aún no ha hablado públicamente sobre la incorporación, Giannis compartió más sobre lo que hace especial a Bam y por qué ambos pueden tener éxito como compañeros de equipo.</p><p>“Es divertido. Es una persona con la que es fácil convivir”, dijo Antetokounmpo. “Es más reservado de lo que esperaba”.</p><p>Antetokounmpo también elogió la competitividad, la ética de trabajo y la disciplina de Adebayo, y aseguró que esas cualidades pueden marcar el rumbo para todo el equipo.</p><p>“Cuando las dos cabezas de la serpiente son muy, muy competitivas, trabajan duro y son muy disciplinadas, creo que todos los demás seguirán nuestro ejemplo”, agregó Antetokounmpo.</p><p><b>Liga de Verano del Heat</b></p><p>Mientras tanto, el equipo del Heat en la Liga de Verano enfrentó a los Pistons, con el ex jugador de los Miami Hurricanes Trey Donaldson continuando con su buen desempeño. Donaldson anotó 20 puntos para que Miami lograra una victoria de 101-87. El Miami Heat mejoró su marca en la Liga de Verano a 2-3.</p><p>Los televidentes de Local 10 pueden ver nuestro especial sobre la emocionante temporada baja del equipo <a href="https://www.local10.com/sports/local/2026/07/16/local-10-special-miami-heat-welcomes-giannis-bobby-portis-tim-hardaway-jr/" target="_blank" rel="noreferrer" title="https://www.local10.com/sports/local/2026/07/16/local-10-special-miami-heat-welcomes-giannis-bobby-portis-tim-hardaway-jr/">haciendo clic aquí</a>.</p><p>Y no lo olviden, la próxima temporada podrán ver los partidos del Miami Heat por Local 10, ya que WPLG Local 10 y el Heat anunciaron un nuevo acuerdo ampliado de derechos de transmisión, convirtiendo a Local 10 en la casa del baloncesto del HEAT en todo el sur de Florida. <a href="https://www.local10.com/sports/local/2026/06/08/wplg-local-10-becomes-the-home-of-the-miami-heat/" target="_blank" rel="noreferrer" title="https://www.local10.com/sports/local/2026/06/08/wplg-local-10-becomes-the-home-of-the-miami-heat/">HAGA CLIC AQUÍ</a> para obtener más información sobre cómo ver los partidos.</p><p>Los fanáticos del Heat también pueden llamar al 786-777-4375 para obtener más información sobre cómo comprar boletos para la temporada 2026-2027.</p>]]></content:encoded></item><item><title><![CDATA[Giannis Antetokounmpo praises Bam Adebayo ahead of new Heat partnership]]></title><link>https://www.local10.com/sports/local/2026/07/18/giannis-antetokounmpo-praises-bam-adebayo-ahead-of-new-heat-partnership/</link><guid isPermaLink="true">https://www.local10.com/sports/local/2026/07/18/giannis-antetokounmpo-praises-bam-adebayo-ahead-of-new-heat-partnership/</guid><dc:creator><![CDATA[Clay Ferraro, Ryan Mackey]]></dc:creator><description><![CDATA[Giannis Antetokounmpo says he typically gets eight hours of sleep before games, but when he faced Bam Adebayo, he made sure to get even more rest. Now, he's happy that the two are teammates. ]]></description><pubDate>Sat, 18 Jul 2026 13:16:09 +0000</pubDate><content:encoded><![CDATA[<p>Giannis Antetokounmpo says he typically gets eight hours of sleep before games, but when he faced Bam Adebayo, he made sure to get even more rest.</p><p><a href="https://www.local10.com/espanol/2026/07/18/giannis-antetokounmpo-elogia-a-bam-adebayo-antes-de-su-nueva-alianza-con-el-heat/" target="_blank" rel="" title="https://www.local10.com/espanol/2026/07/18/giannis-antetokounmpo-elogia-a-bam-adebayo-antes-de-su-nueva-alianza-con-el-heat/">Leer en español</a></p><p>The two-time NBA MVP said he would sleep 12 hours before matchups against Adebayo, a sign of the respect he has for his new Miami Heat teammate. Now, Antetokounmpo is happy to be on the same side as Adebayo.</p><p>The Heat shared a video on Friday of Adebayo welcoming Giannis to the team’s facility, and the feeling appears to be mutual.</p><p>While Adebayo has not yet spoken publicly about the addition, Giannis shared more about what makes Bam special and why the two can be successful teammates.</p><p>“He’s funny. He’s an easy guy to be around,” Antetokounmpo said. “He’s more quiet than what I expected him to be.”</p><p>Antetokounmpo also praised Adebayo’s competitiveness, work ethic and discipline, saying those qualities can help set the tone for the entire team.</p><p>“When the two heads of the snake are very, very competitive and they work hard, they’re very disciplined, I think everybody else is going to follow our lead,” Antetokounmpo added. </p><p><b>Heat Summer League</b></p><p>Meanwhile, the Heat summer league team faced the Pistons, with former Miami Hurricane Trey Donaldson continuing to impress. Donaldson scored 20 points as Miami earned a 101-87 victory. Miami Heat improved their Summer League record to 2-3. </p><p>Local 10 viewers can watch our special on the team’s exciting offseason by <a href="https://www.local10.com/sports/local/2026/07/16/local-10-special-miami-heat-welcomes-giannis-bobby-portis-tim-hardaway-jr/" target="_self" rel="" title="https://www.local10.com/sports/local/2026/07/16/local-10-special-miami-heat-welcomes-giannis-bobby-portis-tim-hardaway-jr/">clicking here</a>. </p><p>And don’t forget, you can watch Miami Heat games on Local 10 next season as WPLG Local 10 and the Heat announced a newly expanded media rights agreement, making Local 10 the home of HEAT basketball across South Florida! <a href="https://www.local10.com/sports/local/2026/06/08/wplg-local-10-becomes-the-home-of-the-miami-heat/" rel="">CLICK HERE</a> for more information on how to watch!</p><p>Heat fans can also call 786-777-4375 for more information on how to purchase tickets for the 2026-2027 season.</p>]]></content:encoded></item><item><title><![CDATA[Florida Panthers suspend equipment manager after domestic violence arrest]]></title><link>https://www.local10.com/sports/local/2026/07/18/florida-panthers-suspend-equipment-manager-after-domestic-violence-arrest/</link><guid isPermaLink="true">https://www.local10.com/sports/local/2026/07/18/florida-panthers-suspend-equipment-manager-after-domestic-violence-arrest/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[A Florida Panthers employee has been suspended after being arrested Friday on domestic violence and unauthorized use of 911 services charges, the team confirmed. ]]></description><pubDate>Sat, 18 Jul 2026 11:40:08 +0000</pubDate><content:encoded><![CDATA[<p>A Florida Panthers employee has been suspended after being arrested Friday on domestic violence and unauthorized use of 911 services charges, the team confirmed. </p><p><a href="https://www.local10.com/espanol/2026/07/18/suspenden-a-encargado-de-utileria-de-los-panthers-de-florida-tras-arresto-por-violencia-domestica/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/18/suspenden-a-encargado-de-utileria-de-los-panthers-de-florida-tras-arresto-por-violencia-domestica/">Leer en español</a></p><p>A Panthers spokesperson told Local 10 News in a statement that they are aware of the incident involving head equipment manager Thaddeus James Richards, who is known as “Teddy,” and have suspended him from all team activities and team facilities pending the outcome of the investigation.</p><p>According to jail records, Richards, 43, was arrested by the Coral Springs Police Department and booked into the Broward County Main Jail.</p><p>Records show Richards is facing one count each of domestic battery involving touch or strike and unauthorized use of 911 services.</p><p>Local 10 News has requested Richards’ arrest report from the Broward County State Attorney’s Office. Details surrounding the allegations were not immediately available.</p><p>As of Saturday morning, Richards remains at the Broward County Main Jail, where his bond has not yet been determined. </p>]]></content:encoded></item><item><title><![CDATA[Suspenden a encargado de utilería de los Panthers de Florida tras arresto por violencia doméstica]]></title><link>https://www.local10.com/espanol/2026/07/18/suspenden-a-encargado-de-utileria-de-los-panthers-de-florida-tras-arresto-por-violencia-domestica/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/18/suspenden-a-encargado-de-utileria-de-los-panthers-de-florida-tras-arresto-por-violencia-domestica/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Un empleado de los Panthers de Florida fue suspendido tras ser arrestado el viernes por cargos de violencia doméstica y uso no autorizado del servicio 911, confirmó el equipo.]]></description><pubDate>Sat, 18 Jul 2026 14:00:10 +0000</pubDate><content:encoded><![CDATA[<p>Un empleado de los Panthers de Florida fue suspendido tras ser arrestado el viernes por cargos de violencia doméstica y uso no autorizado del servicio 911, confirmó el equipo.</p><p>Un portavoz de los Panthers informó a Local 10 News en un comunicado que están al tanto del incidente que involucra al jefe de utilería Thaddeus James Richards, conocido como “Teddy”, y que fue suspendido de todas las actividades e instalaciones del equipo mientras concluye la investigación.</p><p>Según los registros de la cárcel, Richards, de 43 años, fue arrestado por el Departamento de Policía de Coral Springs e ingresado en la cárcel principal del condado Broward.</p><p>Los registros muestran que Richards enfrenta un cargo de agresión doméstica por contacto físico o golpe y otro por uso no autorizado del servicio 911.</p><p>Local 10 News solicitó el informe del arresto de Richards a la Fiscalía Estatal del condado Broward. Los detalles sobre las acusaciones no estuvieron disponibles de inmediato.</p><p>Hasta la mañana de este sábado, Richards permanecía en la cárcel principal del condado Broward, donde aún no se había determinado el monto de su fianza.</p>]]></content:encoded></item><item><title><![CDATA[How to download and use the free Local 10+ Platinum app]]></title><link>https://www.local10.com/tech/2026/07/18/how-to-download-and-use-the-free-local-10-platinum-app/</link><guid isPermaLink="true">https://www.local10.com/tech/2026/07/18/how-to-download-and-use-the-free-local-10-platinum-app/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Local 10 is making it easier than ever for viewers to stay connected with the launch of the all-new Local 10+ Platinum app, offering free access to local news, weather, sports, entertainment and exclusive programming.]]></description><pubDate>Sat, 18 Jul 2026 12:21:51 +0000</pubDate><content:encoded><![CDATA[<p>Local 10 is making it easier than ever for viewers to stay connected with the launch of the all-new <a href="https://apps.apple.com/us/app/local-10-platinum/id6758157782" target="_self" rel="" title="https://apps.apple.com/us/app/local-10-platinum/id6758157782">Local 10+ Platinum app</a>, offering free access to local news, weather, sports, entertainment and exclusive programming.</p><p><a href="https://www.local10.com/espanol/2026/07/18/como-descargar-y-usar-la-aplicacion-gratuita-local-10-platinum/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/18/como-descargar-y-usar-la-aplicacion-gratuita-local-10-platinum/">Leer en español</a></p><p>The new app is available at no cost and gives viewers another way to watch Local 10 content wherever they are. It includes breaking news updates, weather coverage, sports, full-length specials, upcoming Miami Heat games and more. </p><p>“We want to make sure everyone knows where to find us,” said Local 10’s Liane Morejon, encouraging viewers to share information about the new app with friends and family.</p><p>Viewers will be able enjoy better video quality than ever before, plus the ability to watch up to 48 hours of replays, giving viewers more flexibility to catch up on stories they may have missed.</p><p>The app can be downloaded by searching for “Local 10+ Platinum” in the Apple App Store and Google Play. It is also available on platforms including Roku, Amazon Fire TV, Apple TV and many major smart TV systems.</p><p>Local 10 is encouraging viewers to spread the word and help others stay informed by downloading the free Local 10+ Platinum app.</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[Cómo descargar y usar la aplicación gratuita Local 10+ Platinum]]></title><link>https://www.local10.com/espanol/2026/07/18/como-descargar-y-usar-la-aplicacion-gratuita-local-10-platinum/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/18/como-descargar-y-usar-la-aplicacion-gratuita-local-10-platinum/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Local 10 está facilitando más que nunca que los televidentes se mantengan conectados con el lanzamiento de la nueva aplicación Local 10+ Platinum, que ofrece acceso gratuito a noticias locales, el tiempo, deportes, entretenimiento y programación exclusiva.]]></description><pubDate>Sat, 18 Jul 2026 13:55:46 +0000</pubDate><content:encoded><![CDATA[<p>Local 10 está facilitando más que nunca que los televidentes se mantengan conectados con el lanzamiento de la nueva <a href="https://apps.apple.com/us/app/local-10-platinum/id6758157782" target="_blank" rel="noreferrer" title="https://apps.apple.com/us/app/local-10-platinum/id6758157782">aplicación Local 10+ Platinum</a>, que ofrece acceso gratuito a noticias locales, el tiempo, deportes, entretenimiento y programación exclusiva.</p><p>La nueva aplicación está disponible sin costo y ofrece a los televidentes otra forma de ver el contenido de Local 10 dondequiera que estén. Incluye actualizaciones de noticias de última hora, cobertura del tiempo, deportes, especiales de larga duración, próximos partidos del Miami Heat y mucho más.</p><p>“Queremos asegurarnos de que todos sepan dónde encontrarnos”, dijo Liane Morejon, de Local 10, al alentar a los televidentes a compartir información sobre la nueva aplicación con amigos y familiares.</p><p>Los televidentes podrán disfrutar de una mejor calidad de video que nunca, además de la posibilidad de ver repeticiones de hasta 48 horas, lo que les brinda mayor flexibilidad para ponerse al día con las noticias que pudieron haberse perdido.</p><p>La aplicación puede descargarse buscando “Local 10+ Platinum” en la Apple App Store y Google Play. También está disponible en plataformas como Roku, Amazon Fire TV, Apple TV y muchos de los principales sistemas de televisores inteligentes.</p><p>Local 10 invita a los televidentes a correr la voz y ayudar a que más personas se mantengan informadas descargando gratuitamente la aplicación Local 10+ Platinum.</p>]]></content:encoded></item><item><title><![CDATA[Dos personas murieron en choque entre motocicleta y camión con remolque en la carretera US 27 en Miramar, informó la policía]]></title><link>https://www.local10.com/espanol/2026/07/18/dos-personas-murieron-en-choque-entre-motocicleta-y-camion-con-remolque-en-la-carretera-us-27-en-miramar-informo-la-policia/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/18/dos-personas-murieron-en-choque-entre-motocicleta-y-camion-con-remolque-en-la-carretera-us-27-en-miramar-informo-la-policia/</guid><dc:creator><![CDATA[Jolena Esperto, Ryan Mackey]]></dc:creator><description><![CDATA[Dos personas murieron en un accidente en la U.S. 27, cerca de Pembroke Road, la madrugada de este sábado, informaron socorristas a Local 10 News.]]></description><pubDate>Sat, 18 Jul 2026 13:51:03 +0000</pubDate><content:encoded><![CDATA[<p>Dos personas murieron la madrugada de este sábado en un accidente que involucró una motocicleta y un camión con remolque en la U.S. 27 en Miramar, informaron las autoridades.</p><p>Según el Departamento de Policía de Miramar, los agentes respondieron al accidente aproximadamente a la 1:38 a.m. cerca del marcador de milla 21 de la U.S. 27 en dirección sur.</p><p>Los investigadores indicaron que el tránsito se había ralentizado en la carretera cuando la motocicleta no pudo detenerse a tiempo y chocó contra la parte trasera de un camión con remolque.</p><p>Indicaron que los dos ocupantes de la motocicleta fueron declarados muertos en el lugar. Sus identidades no han sido reveladas en espera de que se notifique a sus familiares.</p><p>Las autoridades establecieron un amplio perímetro de investigación, con los carriles en dirección sur de la U.S. 27 cerrados a la altura de Pines Boulevard mientras la Unidad de Homicidios de Tránsito del Departamento de Policía de Miramar investiga el caso. Se recomienda a los conductores evitar el área y utilizar rutas alternas.</p><p>La información preliminar indica que el tránsito ya estaba detenido debido a un incendio de un vehículo ocurrido por separado antes de la colisión fatal.</p><p>El tránsito se extendía por al menos media milla al norte del lugar cuando la motocicleta y el camión con remolque estuvieron involucrados en el accidente. Las autoridades no han confirmado circunstancias adicionales que llevaron a la colisión.</p><p>Agentes de los departamentos de Policía de Miramar y Pembroke Pines respondieron al lugar.</p><p>La Policía indicó que la investigación permanece activa y en curso.</p>]]></content:encoded></item><item><title><![CDATA[Former Spain defender Capdevila asks Trump for help getting into the US for the World Cup final]]></title><link>https://www.local10.com/sports/2026/07/18/former-spain-defender-capdevila-asks-trump-for-help-getting-into-the-us-for-the-world-cup-final/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/18/former-spain-defender-capdevila-asks-trump-for-help-getting-into-the-us-for-the-world-cup-final/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[MADRID (AP) — Former Spain defender Joan Capdevila has asked U.S. President Donald Trump for help getting into the United States to watch Spain face Argentina in Sunday's World Cup final, after being denied authorization to travel a decade after playing in an exhibition game in Iran.]]></description><pubDate>Sat, 18 Jul 2026 13:51:13 +0000</pubDate><content:encoded><![CDATA[<p>MADRID (AP) — Former Spain defender Joan Capdevila has asked U.S. President Donald Trump for help getting into the United States to watch Spain face Argentina in Sunday's World Cup final, after being denied authorization to travel a decade after playing in an exhibition game in Iran.</p><p>In 2010, Capdevila helped Spain win its only men's World Cup title, starting in the final against the Netherlands, and he was a member of the team that won the 2008 European Championship.</p><p>But he is worried he will miss Sunday's final and addressed Trump in a post on X, saying his application for visa-free entry via the country’s Electronic System for Travel Authorization ( ESTA ) was denied. Visitors from select countries who want to enter the U.S. without a visa apply via ESTA.</p><p>"“I NEED HELP @realDonaldTrump!” Capdevila posted on X on Friday night, adding that his ESTA application was denied.</p><p>Capdevila also sent a separate message to U.S. Secretary of State Marco Rubio and tagged the Spanish government’s ministry of sport in his post.</p><p>The 48-year-old Capdevila wrote that he wants to be at the game in New Jersey “with all my 2010 teammates” to cheer on the current Spain squad.</p><p>Ten years ago, Capdevila was part of a Spanish La Liga legends exhibition team that faced a team of all-stars from Iran in Tehran.</p><p>The U.S. State Department allows travelers from “visa waiver” countries to enter with an ESTA. The program's rules specify instances in which travelers are not eligible for ESTA — one of which being if they've traveled to Iran after March 1, 2011 — and if so they “must obtain a visa prior to traveling to the United States.”</p><p>The U.S. Department of Homeland Security, which runs the visa waiver program and ESTA, has been asked for comment. ___</p><p>See more of AP’s World Cup coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/XKNK57II5L6L5DV4VHZHGR7EAM.jpg?auth=63859a9dcddc8707f3f9d4ad56a504d09918a15c605c74e8196b517c32ab87d8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Spain's Joan Capdevila during the World Cup round of 16 soccer match between Spain and Portugal at the Green Point stadium in Cape Town, South Africa, Tuesday, June 29, 2010. (AP Photo/Armando Franca, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Armando Franca</media:credit></media:content></item><item><title><![CDATA[Ryan Fox matches major championship record with a 62 in the British Open]]></title><link>https://www.local10.com/sports/2026/07/18/ryan-fox-matches-major-championship-record-with-a-62-in-the-british-open/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/18/ryan-fox-matches-major-championship-record-with-a-62-in-the-british-open/</guid><dc:creator><![CDATA[By DOUG FERGUSON, Associated Press]]></dc:creator><description><![CDATA[SOUTHPORT, England (AP) — Ryan Fox added his name Saturday to the growing list of players who share the major championship scoring record when he became the third player this week with a record-tying 62 in the British Open at Royal Birkdale.]]></description><pubDate>Sat, 18 Jul 2026 14:11:57 +0000</pubDate><content:encoded><![CDATA[<p>SOUTHPORT, England (AP) — Ryan Fox added his name Saturday to the growing list of players who share the major championship scoring record when he became the third player this week with a record-tying 62 in the British Open at Royal Birkdale.</p><p>Fox started early with barely a trace of wind, and he took advantage. He made five birdies on the front nine, and birdied two of his last three holes for 62 on the par-70 Birkdale links. Lucas Herbert and Sam Burns each had 62 some 20 minutes apart on Friday.</p><p>There now have been eight rounds of 62 in major championship history, half of them at Royal Birkdale. Branden Grace was the first to set the record with a 62 at Royal Birkdale in 2017.</p><p>Fox was in a pot bunker off the fairway on the 18th and still managed to find the green, leaving a birdie putt of nearly 50 feet for a 61. He left it short by about 5 feet and holed the par putt.</p><p>“When I got to 6 under through 14 I thought, ‘Oh, I’ve got a chance.' I would have liked to give myself a birdie chance at the last, but happy to make par,” Fox said.</p><p>He played alongside Xander Schauffele, the only player with 62 twice in a major. Schauffele and Rickie Fowler each shot 62 in the 2023 U.S. Open at Los Angeles Country Club — like Herbert and Burns, they were playing two groups apart — and Schauffele and Shane Lowry each shot 62 in the 2024 PGA Championship at Valhalla.</p><p>Haeran Ryu set the record in women's majors last week with a 60 in the final round of the Evian Championship, which has yielded all the top scores in LPGA majors since it was designated one 13 years ago.</p><p>Schauffele is the only player with 62 in a major to win. Fox, who made the cut with one shot to spared, finished atop the leaderboard with Herbert, who was still more than an hour away from teeing off in the third round.</p><p>The links have rarely been this brown and fast, but it's the wind — or lack of it — that has allowed for such low scoring this week.</p><p>Fox, one of the strongest players in golf with his rugby heritage, leaned on his driver for much of the round and set up good scoring chances.</p><p>“The game plan was to be aggressive,” Fox said. “I was aggressive on a lot of good wedge shots. Pretty happy with 62 at the end.”</p><p>All but one of his nine birdies — Fox made his lone bogey on the 13th with a drive into a pot bunker — came from about 10 feet or closer. His drive on the 321-yard fifth hole was about 30 feet from the hole, and his most important shot was a wedge from the rough on the par-5 17th that rolled out to about 4 feet.</p><p>Herbert also had a bogey on his card during his 62 on Friday.</p><p>There have been weeks of soft conditions or little wind — two elements that lead to low scores — at previous majors. Seven major courses — three of them links courses — have yielded two rounds of 63 or lower in the same championship.</p><p>Royal Birkdale is the first to give up three of them — with half of the field Saturday and the final round still to come.</p><p>___</p><p>AP golf: https://apnews.com/hub/golf</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/7SWKX3BBUA7M345EZAKFHHA7PI.jpg?auth=f12df70acdc878cbb5ef344427a61ec3dde7ed06917b52b0021c4c3525dbbcb7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ryan Fox of New Zealand acknowledges the crowd on the 188th green after completing his third round during the third day of the British Open Golf championships at Royal Birkdale golf club, in Southport, England, Saturday, July 18, 2026. (AP Photo/Jon Super)]]></media:description><media:credit role="author" scheme="urn:ebu">Jon Super</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/CBNEURCAIXTVGOJ3FDUQZJVKHY.jpg?auth=771985228c34d7419d6719289bac04117972d27e1222fd7171dfd8ffa359b215&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Xander Schauffele of the United States, left, and Ryan Fox of New Zealand shake hands after complete their third rounds on the 18th green during the third day of the British Open Golf championships at Royal Birkdale golf club, in Southport, England, Saturday, July 18, 2026. (AP Photo/Jon Super)]]></media:description><media:credit role="author" scheme="urn:ebu">Jon Super</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/J6L4CS5PURITEYN3WDAQTTKYUA.jpg?auth=34cef2b92e910b8fa27dc75dd155932b96efceec6e0146cac149d2924737d25d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ryan Fox of New Zealand plays a shot from the 11th fairway during the third day of the British Open Golf championships at Royal Birkdale golf club, in Southport, England, Saturday, July 18, 2026. (AP Photo/Peter Morrison)]]></media:description><media:credit role="author" scheme="urn:ebu">Peter Morrison</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/MRPNPJ5ANRIXV6Q7ODEU7PMCYM.jpg?auth=5af6d222f721eaa2a7586eb1b23ec5494805077b777933c455809d1176724580&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ryan Fox of New Zealand putts on the 10th green during the third day of the British Open Golf championships at Royal Birkdale golf club, in Southport, England, Saturday, July 18, 2026. (AP Photo/Peter Morrison)]]></media:description><media:credit role="author" scheme="urn:ebu">Peter Morrison</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GCDD35VR5IN4OQJIGFDTTQYPZI.jpg?auth=cb0e4f9516ca7f80a0d64ed6a3d4abee350e67b5b58e3ade69391ca7f142b76f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ryan Fox of New Zealand plays from the rough on the 13th hole during the third day of the British Open Golf championships at Royal Birkdale golf club, in Southport, England, Saturday, July 18, 2026. (AP Photo/Peter Morrison)]]></media:description><media:credit role="author" scheme="urn:ebu">Peter Morrison</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KO5SXPP3AJ2BTHJ7D4DE22OC5U.jpg?auth=9f1062e6e3e6c6bc68f88f5f135cd6fdd9f519e331461e9b6859c0639310ad70&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ryan Fox of New Zealand looks at his putt on the 18th green during the third day of the British Open Golf championships at Royal Birkdale golf club, in Southport, England, Saturday, July 18, 2026. (AP Photo/Jon Super)]]></media:description><media:credit role="author" scheme="urn:ebu">Jon Super</media:credit></media:content></item><item><title><![CDATA[Venezuela earthquakes death toll surpasses 5,000]]></title><link>https://www.local10.com/news/2026/07/18/venezuela-earthquakes-death-toll-surpasses-5000/</link><guid isPermaLink="true">https://www.local10.com/news/2026/07/18/venezuela-earthquakes-death-toll-surpasses-5000/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[CARACAS (AP) — The death toll from the two powerful earthquakes that shook Venezuela last month rose to 5,069 late on Friday, local authorities said.]]></description><pubDate>Sat, 18 Jul 2026 13:24:48 +0000</pubDate><content:encoded><![CDATA[<p>CARACAS (AP) — The death toll from the two powerful earthquakes that shook Venezuela last month rose to 5,069 late on Friday, local authorities said.</p><p>The interim government of President Delcy Rodriguez added in a statement that the number of injured remains unchanged at 16,740, as in the past 11 days.</p><p>Ongoing recovery and debris-clearing operations have led to the increase in the death toll, particularly in the coastal state of La Guaira, the hardest hit by the quakes close to the Caribbean Sea. A total of 1,331 aftershocks had been recorded by Friday.</p><p>Venezuela's government says 856 buildings are damaged and 190 collapsed completely since the 7.2 and 7.5 quakes on June 24. Hundreds of other types of structures, such as bridges and roads, were also affected.</p><p>___</p><p>Follow AP’s coverage of Latin America and the Caribbean at https://apnews.com/hub/latin-america</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/QCUPGIBDQ3CQ7V3VKOCLWTN7SA.jpg?auth=ce22510151882df219b053217e9571489823afa1f88da347fae94176d0db9b24&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A woman holds a painting of the Virgin Mary as she accompanies a Catholic priest supporting people searching for the remains of relatives in the rubble of residential buildings that collapsed during the earthquakes that struck La Guaira, Venezuela, Friday, July 17, 2026. (AP Photo/Ariana Cubillos)]]></media:description><media:credit role="author" scheme="urn:ebu">Ariana Cubillos</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FN2MJNSF32ZVAG5RQ4XWDXM7RY.jpg?auth=99a589d1a6300cd455859f69e0fd01ec92750a500ae087082e20f6c591467b24&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A Catholic priest stands in the rubble of residential buildings collapsed during the earthquakes that struck La Guaira, Venezuela, Friday, July 17, 2026. (AP Photo/Ariana Cubillos)]]></media:description><media:credit role="author" scheme="urn:ebu">Ariana Cubillos</media:credit></media:content></item><item><title><![CDATA[Trump shifts his tone on Jimmy Carter while grappling with Iran, inflation and his own legacy]]></title><link>https://www.local10.com/news/world/2026/07/18/trump-shifts-his-tone-on-jimmy-carter-while-grappling-with-iran-inflation-and-his-own-legacy/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/18/trump-shifts-his-tone-on-jimmy-carter-while-grappling-with-iran-inflation-and-his-own-legacy/</guid><dc:creator><![CDATA[By WILL WEISSERT, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — Jimmy Carter used to be one of President Donald Trump ’s favorite political targets, a catchall foil for feckless Democrats that he could jeer at to make himself look strong and decisive.]]></description><pubDate>Sat, 18 Jul 2026 14:24:36 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Jimmy Carter used to be one of President Donald Trump ’s favorite political targets, a catchall foil for feckless Democrats that he could jeer at to make himself look strong and decisive.</p><p>But lately, Trump’s sentiments on the 39th president have become more wistful as he faces some of the same challenges the late Carter did.</p><p>Those include the war in Iran with no end in sight — and now escalating as the U.S. moves to control the Strait of Hormuz — and inflation, a drag on the economy Trump hasn't tamed despite long insisting that his business background would wipe it out.</p><p>The comparison seems to be on Trump’s mind, too. Asked last month why he didn’t dispatch U.S. Special Forces into Iran to forcibly remove its enriched uranium, he responded, “I didn’t feel like being Jimmy Carter.”</p><p>That recalled the failed 1980 raid to free U.S. hostages that killed eight American servicemen. Trump also said in March that the unsuccessful mission “cost them the election" against Ronald Reagan in 1980, sounding cognizant of political realities in a way he didn't when using Carter as a punchline.</p><p>The shift in tone coincides with Trump's increased focus on his personal legacy and comes as the parallels between the two presidents become harder to ignore.</p><p>“I think it is dawning on him — it’s getting through even his thick skull — that he’s kicked over a hornet’s nest and his presidency might be remembered for some of the same things Jimmy Carter’s presidency is,” said Jonathan Alter, author of “His Very Best: Jimmy Carter, A Life.”</p><p>Despite some similarities, the two had glaring differences</p><p>Asked about Trump's change in tone on Carter and the two facing overlapping challenges, White House spokesperson Olivia Wales said, “Trump will never allow Iran to have a nuclear weapon” and “remains laser-focused on implementing his proven economic agenda to lower costs.”</p><p>“The president is a one-of-a-kind leader who will always unapologetically advance America’s interests," Wales said in a statement. "The only legacy he is concerned with is making America greater than ever before.”</p><p>Kori Schake, a former member of George W. Bush’s National Security Council, said she doesn't think Trump is reassessing Carter. “He doesn’t stitch facts together and create theories," she said.</p><p>Still, Trump's more recent comments are a long way from his 2024 reelection campaign, when he routinely called Joe Biden “the worst” president who made Carter look “brilliant” by comparison. Trump still frequently mentions Carter, who died two years ago at age 100, but usually to incorrectly suggest that he was wary of mail-in ballots.</p><p>Other disparities between the two are legion.</p><p>Carter was married to his wife, Rosalynn, for 77 years, was deeply religious and pledged to “never knowingly lie to the American people.” Trump is twice divorced, relishes cursing publicly and offers a never-ending onslaught of falsehoods.</p><p>As president, Carter placed his family's peanut business in a blind trust. Control of the Trump Organization has transferred to Trump's sons, but the president took in nearly $1.2 billion from his crypto businesses last year while not being shy about turning his presidency into a major source of personal benefit in other ways.</p><p>Speaking in 1977, Carter declared, “We are now free of that inordinate fear of communism.” Trump has seized on primary wins by progressive Democrats to constantly stoke new fears about communism.</p><p>Carter also won the Nobel Peace Prize in 2002. Trump hasn't, despite declaring himself more deserving than any of the award's past recipients.</p><p>The two have inflation and Iran in common</p><p>While inflation plagued both presidents, Carter had it much worse, facing a peak inflation rate of 14.7% in April 1980. Consumer prices rose 4.2% this May from a year earlier — a three-year high — and though they fell sharpl y from May to June, that decline included lower gas prices fueled by a U.S.-Iran ceasefire. That deal is now in tatters, driving up oil prices again.</p><p>Trump suggested he didn't think about Americans' financial woes when it comes to Iran, a war he started in conjunction with Israel in February. More recently, he shrugged off inflation concerns. But resolution has proved tricky and U.S. attacks have intensified anew after Iran's attacks on commercial ships in the Strait of Hormuz.</p><p>Like Trump, Carter was also bedeviled by the strait, declaring during his 1980 State of the Union address that the situation “demands the participation of all those who rely on oil from the Middle East and who are concerned with global peace and stability.”</p><p>Another Trump-Carter parallel was the Democrat having considered military action to seize Kharg Island, though he ultimately decided against it so as not to jeopardize the hostages. Trump targeted the island with U.S. strikes early in the war, looking to thwart Iranian oil exports, and has threatened it again.</p><p>Schake, a senior fellow and director of foreign and defense policy studies at the American Enterprise Institute, noted a key difference was “while the Carter administration gave serious consideration to attacking Kharg Island, the reason they didn’t do it was they didn’t want to be at war with Iran."</p><p>"And we’re already at war with Iran,” she said.</p><p>Alter said Iran tried to hurt Carter's reelection chances and raised the possibility that they may do the same to Trump's Republican Party ahead of the November midterm elections.</p><p>“These people are master diplomats, and they proved that during the Carter administration," Alter said. "They’re proving that again. They’re really good at rope-a-dope.”</p><p>Trump now talks up presidential history</p><p>The president has lately name-checked many of his predecessors, praising William McKinley 's support for tariffs and Teddy Roosevelt as a “great he-man.” Trump said a key reason for reaching the now-imperiled June ceasefire with Iran was to avoid the “economic catastrophe " that befell Herbert Hoover.</p><p>“I’m a student of a lot of history,” Trump said this week.</p><p>During his first term, Trump frequently compared his own populist streak to Andrew Jackson's. He still praises Jackson but has more recently extolled many past presidential records, including those of Democrats like Franklin Delano Roosevelt.</p><p>Trump even listed some of Carter's accomplishments on the “ Walk of Fame” he installed along the White House Colonnade despite displays for other Democrats, such as Barack Obama and Biden, offering biting attacks.</p><p>“Trump is thinking of his legacy, and he might have thought that attacking Iran would have enhanced it. But, in fact, it will seriously hurt,” James P. Pfiffner, a professor emeritus at George Mason University and author of several books including “The Character Factor: How We Judge Our Presidents,” said via email.</p><p>After his presidency, Alter said, Carter asked Trump for a donation to help build Carter's presidential library. Trump later wrote that Carter wanted $5 million, but he didn't answer him.</p><p>Then, during Trump's first term, Carter wrote the president a letter and Trump called to thank him, eventually leaving Carter with the impression that he might serve as a special envoy to China — an offer that never actually materialized.</p><p>“If he had learned anything from Carter’s experience — and listened to predictions about the Strait of Hormuz — he would have hesitated," Pfiffner said of war with Iran. “But he ignored lessons of history and geography.”</p><p>___</p><p>This story has been updated to CORRECT the spelling of the Carter biographer to Jonathan Alter.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/RUJRIXHZUSGJ5UP37YOHLVMRVE.jpg?auth=108da67cbe026e1a04afb973585da843f337cf41792819ae2fc8960b2c74e962&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This combination of photos taken at the White House in Washington shows President Jimmy Carter, Nov. 3, 1980, left, and President Donald Trump, July 13, 2026. (AP Photo)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/N6YJNO474XA3Z4R4L7ILXXBNYA.jpg?auth=164f7432a3e31ee3a7bf28e3e971ab245baaf0504d430087c93a8b75f49b1e54&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - President Jimmy Carter calls for a question during a nationally televised news conference in the East Room of White House in Washington, April 10, 1980. (AP Photo/Dennis Cook, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Dennis Cook</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/SH6EJNZSMZLDU75KKXXOOXCLDY.jpg?auth=8b164e39b965139dafab792a8981e0ad262470c8d82ed6caa64140558a8d5b5b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - President Donald Trump speaks with reporters in flight on Air Force One after landing at U.S. Air Force Base at RAF Mildenhall, in Suffolk Eastern England, July 8, 2026. (AP Photo/Alex Brandon, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Alex Brandon</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4M34M65MTXS34R3JD4FST7GAEU.jpg?auth=c0e5f797a6b024e08b3420dd392c360d40af273f62c49200077cacea32e05c69&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - President Jimmy Carter prepares to make a national television address from the Oval Office at the White House, April 25, 1980, in Washington, on the failed mission to rescue the Iran hostages. (AP Photo, File)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/57MQS3OPRRIXRZJULSRMN7FSZ4.jpg?auth=8f237ce90ac3417d428d31f8349cb93e3ee29a28dce67cca4c75769f4d4d5637&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - President Donald Trump speaks in the East Room of the White House, July 16, 2026, in Washington. (Saul Loeb/Pool via AP, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Saul Loeb</media:credit></media:content></item><item><title><![CDATA[Takeaways from the AP-NORC poll of more than 1,000 Jewish Americans]]></title><link>https://www.local10.com/news/world/2026/07/18/takeaways-from-the-ap-norc-poll-of-more-than-1000-jewish-americans/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/18/takeaways-from-the-ap-norc-poll-of-more-than-1000-jewish-americans/</guid><dc:creator><![CDATA[By LINLEY SANDERS, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — The Associated Press surveyed more than 1,000 Jewish adults in the U.S. to better understand their views on Israel's military actions in Gaza, their opinions of the political parties and their experiences with prejudice in the United States.]]></description><pubDate>Sat, 18 Jul 2026 13:12:19 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The Associated Press surveyed more than 1,000 Jewish adults in the U.S. to better understand their views on Israel's military actions in Gaza, their opinions of the political parties and their experiences with prejudice in the United States.</p><p>The survey of 1,022 Jewish adults — including people who identify as Jewish by religion and religiously unaffiliated people who identify as Jewish through culture, ethnicity or family background — offers a rare detailed accounting of a key demographic that sits at the very center of some of the nation’s most divisive political debates.</p><p>Here are five takeaways from the AP-NORC survey:</p><p>Jewish adults have complicated views about Israel and the war in Gaza</p><p>Among Jews with a religious affiliation, views on Israel’s recent military actions are far from uniform or uncritical.</p><p>About 7 in 10 Jewish adults overall identify as Jewish when asked about their religious affiliation. The rest, about 3 in 10 Jewish adults, say they are atheists, agnostics, or have no particular religious affiliation, but still identify as Jewish in other ways.</p><p>While about 8 in 10 of those with a religious affiliation say Israel’s immediate military response to Hamas’ attack on October 7 was “justified,” only about half say Israel’s ongoing military operations in Gaza are justified. Among Jewish adults without a religious affiliation, only about half saw Israel's immediate response as justifiable. Now, only about 2 in 10 say the ongoing military operations are acceptable.</p><p>About one-quarter of Jewish adults with a religious association believe Israel has committed genocide against Palestinians in Gaza, an accusation that’s been leveled by some major human rights organizations and a team of independent experts commissioned by the United Nations. That accusation has been vehemently denied by Israel and the U.S. government. Roughly 4 in 10 Jewish adults without a religious affiliation say Israel has committed genocide.</p><p>Many Jewish adults feel unsafe in the United States</p><p>About 6 in 10 Jewish adults say prejudice against Jewish people is an “extremely” or “very” serious problem in the United States today.</p><p>About one-third of Jewish adults in the survey say they feel “very” or “somewhat” safe as a Jewish person in the U.S. today, while about one-third feel “very” or “somewhat” unsafe. The remaining roughly 3 in 10 say they feel neither safe nor unsafe.</p><p>A significant share of Jewish adults, about 3 in 10, say they or someone in their household has experienced physical assault, verbal abuse, online harassment or damaged property because of their Jewish background over the last year, according to the survey.</p><p>The survey points to how Jewish adults’ attitudes toward their own personal safety have changed over a relatively short period as more Americans became critical of the United States’ close alliance with Israel and the war in Gaza. The poll found that Jewish adults who feel a close emotional tie to Israel are particularly likely to feel unsafe in the country today.</p><p>Most American Jews don’t feel politicians are supporting Jewish people</p><p>Few Jewish adults believe that President Donald Trump — or the Democratic or Republican parties — are doing a good job supporting Jewish people in the U.S.</p><p>Only about 2 in 10 Jewish adults say Trump supports Jewish people in this country “extremely” or “very” well. That’s similar to the slight share who find the Republican Party and the Democratic Party highly supportive, but Jewish adults are more likely to say the Democratic Party is at least “somewhat” supportive.</p><p>Americans overall are more likely than Jewish adults to see Trump as “extremely” or “very” supportive of Jewish people in the United States. About 3 in 10 U.S. adults say Trump is highly supportive of Jewish people, compared to about 2 in 10 Jewish adults.</p><p>The poll also found most Jewish adults have negative views of Trump. About 7 in 10 Jewish adults have a “very” or “somewhat” unfavorable opinion of Trump, compared to about 3 in 10 who have a favorable view.</p><p>Jewish adults are divided over whether protesting Israel is a form of antisemitism</p><p>Protests around events conducted in support of Israel became more common following the backlash over Israel’s military action in Gaza.</p><p>The war in Gaza began with Hamas’ Oct. 7, 2023, attack on Israel that killed roughly 1,200 people, most of them civilians. Israel responded with a yearslong counterattack that killed more than 73,000 people, according to the Gaza Health Ministry, which is part of the territory's Hamas-run government. Its casualty figures are viewed as generally reliable by U.N. agencies and international organizations but don’t distinguish between civilians and militants.</p><p>The poll found that about half of Jewish adults say protesting an event that is supportive of Israel is not a form of antisemitism, but roughly 4 in 10 say it is. About 1 in 10 are uncertain.</p><p>Jewish adults are more unified in deeming some actions as definitively antisemitic. The overwhelming majority say vandalizing synagogues or Jewish-owned businesses because of Israel’s actions is antisemitism. The same goes for denying the reality or scope of the Holocaust, putting responsibility for Israel’s actions on Jewish people in the United States or saying Israel shouldn’t exist as a Jewish state.</p><p>Support for Israel is less of a priority for younger Jewish adults</p><p>Support for Israel is a key component of the religious identity of many older Jewish adults in the United States, but younger Jewish adults appear less likely to prioritize it.</p><p>About half of older religious Jewish adults — those 45 and older — say that supporting Israel is “extremely” or “very” important for their Jewish identity. By contrast, only about 4 in 10 younger religious Jewish adults emphasize support for Israel.</p><p>Younger Jewish adults are more likely to prioritize other forms of connection, like celebrating Jewish holidays. About 7 in 10 Jewish adults under 45 say celebrating Jewish holidays is at least “very” important to their Jewish identity, compared to about half of older Jewish adults.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/MQSEG2YBWCEDITIGTGU3NSBVJ4.jpg?auth=8763ff4286b04edfd9d95c8a80b1cda8beec2550d3198e1a5f0053a6f579417a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Hasidic Jewish men chat on June 16, 2025, in the Brooklyn borough of New York. (AP Photo/Andres Kudacki, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Andres Kudacki</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ML7TU67TB7S56TXIEBUVHRTZVY.jpg?auth=4c63488a37d75f98aac026b8d601a3766f282a9001b34ea685b684583f4dd8ce&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - An Orthodox Jewish man crosses the street as athletes in the men's elite division make their way through Brooklyn during the New York City Marathon, Nov. 2, 2025, in New York. (AP Photo/Yuki Iwamura, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Yuki Iwamura</media:credit></media:content></item><item><title><![CDATA[Super Simple Ice Cream Sandwich Bars]]></title><link>https://www.local10.com/soflo-taste/2026/07/18/super-simple-ice-cream-sandwich-bars/</link><guid isPermaLink="true">https://www.local10.com/soflo-taste/2026/07/18/super-simple-ice-cream-sandwich-bars/</guid><dc:creator><![CDATA[Michelle Bernstein]]></dc:creator><description><![CDATA[An Ice Cream Treat]]></description><pubDate>Sat, 18 Jul 2026 12:16:00 +0000</pubDate><content:encoded><![CDATA[<p><u><b>Super Simple Ice Cream Sandwich Bars</b></u></p><p><b>Equipment</b></p><p>food processor or zip lock bags</p><p>loaf pan</p><p>plastic wrap</p><p><b>Recipe:</b></p><p>1 gallon Publix Cookies &amp; Cream Ice cream </p><p>2-3 cups Oreo cookies</p><p>Use the food processor or a zip top bag and rolling pin to crush thew Oreos. </p><p>Remove the ice cream from the freezer to soften a little, about 3-5 minutes. Line your loaf pan for plastic wrap, pressing the wrap tight against the sides. </p><p><b>To make the ice cream sandwiches</b>, place a heavy layer of cookie crumbs on the bottom of the load pan, about ⅓-inch thick, top with a layer of ice cream about 2-inches thick, spreading the ice cream into an even layer. Top with another layer of cookie crumbs. Cover the top layer of cookie crumbs with plastic wrap and tightly press everything together. Freeze until form. </p><p>When ready, cut into bars and enjoy</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/72QWHBW3VVHUHAEA6MM6VHUXGM.jpeg?auth=4c2c677707a4c4a421fff040324dca46237a0fd2a26312d36934e965f03010a6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Mercedes driver Kimi Antonelli qualifies on pole for F1's Belgian Grand Prix]]></title><link>https://www.local10.com/sports/2026/07/18/mercedes-driver-kimi-antonelli-qualifies-on-pole-for-f1s-belgian-grand-prix/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/18/mercedes-driver-kimi-antonelli-qualifies-on-pole-for-f1s-belgian-grand-prix/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[SPA-FRANCORCHAMPS, Belgium (AP) — Kimi Antonelli beat a display of Red Bull formation flying to take pole position for the Belgian Grand Prix in qualifying on Saturday and boost his Formula 1 title charge.]]></description><pubDate>Sat, 18 Jul 2026 16:22:49 +0000</pubDate><content:encoded><![CDATA[<p>SPA-FRANCORCHAMPS, Belgium (AP) — Kimi Antonelli beat a display of Red Bull formation flying to take pole position for the Belgian Grand Prix in qualifying on Saturday and boost his Formula 1 title charge.</p><p>Max Verstappen had set the fastest time after smart coordination with Red Bull teammate Isack Hadjar to give him the strongest possible slipstream on his lap.</p><p>Mercedes driver Antonelli found a new level of pace on his lap to beat Verstappen by 0.317 of a second and dedicated the pole position as a birthday present to his father Marco, who turned 61 on Saturday.</p><p>“Let's go, man, let's go,” he said over the radio.</p><p>With Verstappen starting second and teammate and title rival George Russell third on the grid, Antonelli is hoping he can cling on to the lead in the long run-up into the forested hills on the first lap Sunday and that if there's overtaking, “hopefully it's just off in the distance.” Beyond that, he said, he'll just focus on managing his tire wear.</p><p>Verstappen said Hadjar's help was the difference between being second and sixth but that his Red Bull still can't keep up with Antonelli's Mercedes in race conditions.</p><p>“He did amazing. I initially thought ‘Oh my god, it’s too close.’ Actually it worked out well to the last corner. It was close but I trusted him," Verstappen said of Hadjar, who had nothing to gain because of a penalty which sends him to the back of the grid.</p><p>“The gap in qualifying even with a massive tow is still three-tenths, so I don’t really expect to race (Mercedes) tomorrow,” Verstappen added.</p><p>Lando Norris qualified third-fastest for McLaren but a grid penalty means he drops 10 places. Antonelli’s teammate George Russell is set to move up to third on the grid, but once again he struggled to match the 19-year-old Italian.</p><p>Russell complained that trying to match Antonelli was like “battling with one had behind your back,” in comments to Sky Sports, and said the team had “changed everything” in an attempt to narrow down why he's struggled to keep up.</p><p>Charles Leclerc and Lewis Hamilton were fifth and sixth on a disappointing day for Ferrari following Leclerc's surprise win at the British Grand Prix. Even getting on track was a small victory for Hamilton after a crash in practice meant Ferrari had to rebuild his car in a hurry.</p><p>Russell closed the gap to Antonelli to 25 points in the standings at the British Grand Prix after the latest in a series of car problems for the Italian, but has consistently been off his teammate's pace, except for a win at the Austrian Grand Prix last month.</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/3IGUR7CJNPTTQXQOVYCWJFHAMM.jpg?auth=b3d23817ec52cd4e728133e6e39abe3dc84efbc4252f1d27ade880c170e1616c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Mercedes driver Andrea Kimi Antonelli of Italy celebrates after qualifying for pole position ahead of the Formula One Grand Prix at the Spa-Francorchamps racetrack in Spa, Belgium, Saturday, July 18, 2026. (AP Photo/Geert Vanden Wijngaert)]]></media:description><media:credit role="author" scheme="urn:ebu">Geert Vanden Wijngaert</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KN5T3NSNYD56DOC7WBKGJUOEBY.jpg?auth=b9f854cfd6ec740b866ea141d90c7269d266e6726d1b9615417fd9a1fad40eae&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Mercedes driver Andrea Kimi Antonelli of Italy steers his car during the qualifying session ahead of the Formula One Grand Prix at the Spa-Francorchamps racetrack in Spa, Belgium, Saturday, July 18, 2026. (Sarah Meyssonnier, Pool Photo via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Sarah Meyssonnier</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BICV3HNE7TD7HL43QB7SKF3BEA.jpg?auth=2a0036e1035107bcb93a43dbcca9a0653cf68293cf5e8925906db0e93ca9aed8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Mercedes driver Andrea Kimi Antonelli of Italy gets into his car as he prepares for the qualifying session ahead of the Formula One Grand Prix at the Spa-Francorchamps racetrack in Spa, Belgium, Saturday, July 18, 2026. (Sarah Meyssonnier, Pool Photo via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Sarah Meyssonnier</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WSONBYENUGBHFSURXS6OEZF3IA.jpg?auth=c90df293253fe11a44f0ac733cea857605f08bf3b14c53217b971d8518b0a1bf&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[McLaren driver Lando Norris of Britain steers his car during qualification ahead of the Formula One Grand Prix at the Spa-Francorchamps racetrack in Spa, Belgium, Saturday, July 18, 2026. (AP Photo/Omar Havana)]]></media:description><media:credit role="author" scheme="urn:ebu">Omar Havana</media:credit></media:content></item><item><title><![CDATA[Sweet and Tangy BBQ Mushroom Burgers]]></title><link>https://www.local10.com/soflo-taste/2026/07/18/sweet-and-tangy-bbq-mushroom-burgers/</link><guid isPermaLink="true">https://www.local10.com/soflo-taste/2026/07/18/sweet-and-tangy-bbq-mushroom-burgers/</guid><dc:creator><![CDATA[Michelle Bernstein]]></dc:creator><description><![CDATA[An Earthy Burger]]></description><pubDate>Sat, 18 Jul 2026 12:14:00 +0000</pubDate><content:encoded><![CDATA[<p><u><b>Sweet and Tangy BBQ Mushroom Burgers </b></u></p><p><i>Serves 2</i></p><p><b>Equipment:</b></p><p>stove top griddle </p><p>air fryer or broiler oven</p><p><b>For the burger:</b></p><p>4 each 4 ounces burger patties (use your favorite blend to form the patties)</p><p>1 tablespoon mushroom powder</p><p>2-3 tablespoons soy sauce</p><p>1-2 tablespoons honey</p><p>2-3 tablespoons BBQ sauce (Use your favorite, Chef Timon likes <i>Sweet Baby Ray’s</i>)</p><p>3 tablespoons neutral oil</p><p>1 cup assorted wild mushrooms cleaned and sliced thin (We used a blend of shiitake, oyster and beech mushrooms)</p><p>½ cup yellow onions, julienned</p><p>2-3 tablespoons picked thyme leaves</p><p>2-3 tablespoons butter, unsalted</p><p>4-6 sliced White American or Swiss cheese </p><p>2 brioche burger buns</p><p><b>Burgers:</b></p><p>Heat your griddle pan to high, at the same time, turn on the air fryer to the 400˚F setting. Season burger patties with mushroom powder, salt &amp; pepper. Sear on the griddle with a drizzle of oil for 2-3 minutes per side. </p><p>While the burgers sear, mix together the soy sauce, honey and BBQ sauce for the glaze. Once the burger are done, glaze all over and sauce and finish in an air fryer or your oven broiler. </p><p>While the burgers are cooking, sauté your mushrooms and onions with the remainder of the oil until golden brown, about 4-5 minutes. When the mushrooms and onions are almost done, add thyme and butter, then finish cooking for an additional 1 to 2 minutes. Season to taste with salt and pepper. </p><p>Remove your burgers from the air fryer and glaze with the remainder of sauce. Top with cheese and layer with mushroom / onion mix. Place on warm burger buns and serve. Serve with your favorite sides like chips, pickles fries or a salad.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/H43KYAMLKNASNPFUEABGP7F2EI.jpeg?auth=81ab6cc7cb02d8d1f2f49cf3dd0951a193feabb6f32ec889ddbbd19485843a6a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Spiced Watermelon Margaritas]]></title><link>https://www.local10.com/soflo-taste/2026/07/18/spiced-watermelon-margaritas/</link><guid isPermaLink="true">https://www.local10.com/soflo-taste/2026/07/18/spiced-watermelon-margaritas/</guid><dc:creator><![CDATA[Michelle Bernstein]]></dc:creator><description><![CDATA[A Refreshing Cocktail]]></description><pubDate>Sat, 18 Jul 2026 12:11:00 +0000</pubDate><content:encoded><![CDATA[<p><u><b>Spiced Watermelon Margaritas</b></u></p><p><b>Equipment Needed:</b></p><p>cocktail Shaker</p><p>cocktail glasses</p><p>jigger</p><p><b>Recipe:</b></p><p>6 ounces fresh watermelon juice </p><p>2 ounces tequila, blanco </p><p>2 ounces Cointreau or Grand Manier</p><p>2 ounces fresh lime juice (from 1-2 limes)</p><p>ice, as needed</p><p><b>Garnish:</b></p><p>mint sprigs &amp; Lime wheel</p><p><b>Rim:</b></p><p>1 ounce Tajin spice</p><p>Use a lime edge to wet the edge of your serving glass. Rim the glass with Tajin. </p><p>Combine watermelon juice, tequila blanco, Cointreau or Grand Marnier and lime juice in the cocktail shaker and fill with ice. Shake vigorously, strain over prepared glass with fresh ice and garnish with a mint sprig and a lime wheel. </p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/PWYPWC7T2VGTJK67JUKICNELQA.jpeg?auth=90b741d8ed01653d20f9bc1c03e7bb4021ab8ff549aa7e833ce567feabf8ae33&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Pop culture’s 'reverent irreverence': How artists blur irony, sincerity and religion]]></title><link>https://www.local10.com/news/national/2026/07/18/pop-cultures-reverent-irreverence-how-artists-blur-irony-sincerity-and-religion/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/07/18/pop-cultures-reverent-irreverence-how-artists-blur-irony-sincerity-and-religion/</guid><dc:creator><![CDATA[By KRYSTA FAURIA, Associated Press]]></dc:creator><description><![CDATA[LOS ANGELES (AP) — Indie musician Alex Cameron is known for his transgressive lyrics. So when he started singing passionately about Jesus during his concert in a trendy Los Angeles neighborhood, the crowd seemed unsure if he expected them to laugh or worship.]]></description><pubDate>Sat, 18 Jul 2026 11:34:54 +0000</pubDate><content:encoded><![CDATA[<p>LOS ANGELES (AP) — Indie musician Alex Cameron is known for his transgressive lyrics. So when he started singing passionately about Jesus during his concert in a trendy Los Angeles neighborhood, the crowd seemed unsure if he expected them to laugh or worship.</p><p>“Jesus never had no porno / Jesus never had cocaine / Jesus never had Ibiza / He never even went to Spain,” the Australian singer-songwriter crooned, prompting sporadic chuckles across the venue.</p><p>This mix of the absurd and sincere reflects a kind of artistic engagement with existential questions that is increasingly resonating with people, many of whom are disconnected from organized religion. Some scholars even have a name for it: “reverent irreverence.”</p><p>When Cameron reached the chorus, the laughter stopped. “But every time he spoke / The people gathered round / When he washed their feet / The demons all came out / So when’s he gonna come again?" he sang over a wistful electric guitar.</p><p>Funny to some, potentially offensive to others, there’s a palpable earnestness to “Jesus Never Had No Porno” and other Cameron songs invoking similar themes.</p><p>“You’ve been disarmed with laughter. Now you’re kind of open to anything. You’re open to profound sadness or hope,” Cameron said in an Associated Press interview ahead of his album, “Late to Set," dropping July 24. “That’s my entire life. It’s serious, but it’s funny.”</p><p>Art still loves religion, regardless of whether people believe in it</p><p>This phenomenon of irony collapsing into sincerity is being interpreted by some as a way for younger generations to grapple with ritual, meaning and authenticity, even as participation in organized religion in the United States has dropped dramatically in recent decades.</p><p>“Religion is understood as a source of power, whether or not you believe in it,” said Kathryn Lofton, who studies religion and pop culture at Yale University.</p><p>As the world feels increasingly chaotic and stripped of moral boundaries, Lofton is seeing more skeptics seeking out sacred settings where they can experience transcendence and community.</p><p>Despite the rise of people unaffiliated with an organized religion — so-called “nones" — it remains a creative touchstone. Its enduring usefulness as a shared language extends to the upper echelons of popular culture, from Beyoncé’s engagement with Yorùbá religion and other African diasporic spirituality, to Rosalía's 2025 concept album, “Lux,” inspired by Catholicism, female saints and mysticism.</p><p>These themes are not siloed to overtly evangelistic channels, like contemporary Christian radio. But when religion is invoked by comedians or artists whose work is assumed to be funny, it can have a distinct appeal to people who see themselves as impervious to the cultural and political associations with traditional faiths.</p><p>“Someone who is playing with it, is humorous about it, has a sense of irony — it’s a way for them to engage these kinds of questions and at the same time retain plausible deniability that they really are interested in religion,” said Leigh Eric Schmidt, a professor at Washington University in St. Louis.</p><p>Making jokes that are ‘seriously full of God’</p><p>Throughout Nathan Fielder’s HBO docuseries, “The Rehearsal,” religion is a recurring theme as he explores ideas surrounding interfaith relationships, antisemitism, forgiveness and numerology.</p><p>“I was raised Jewish and I still do all the holidays and stuff,” he narrates in one episode, adding he “hadn’t been to synagogue in years because it’s so boring.”</p><p>For some fans, ambiguity is what attracts them to Fielder’s humor. “You never know if he’s serious or not," said Shelah Marie, a 41-year-old wellness influencer from Atlanta.</p><p>“There’s an increasing level of disassociation that we have to feel in order to maintain sanity. It is psychotic, the amount of information that we receive,” she said. “Maybe being absurd is our protection.”</p><p>Cameron Winter, the front man of the rock band Geese, blurs these lines in his debut solo album “Heavy Metal.” “God is real, God is real / I’m not kidding, God is actually real,” he belts.</p><p>Though saying one is “not kidding” may invite skepticism, his commanding voice carries such gravity that it's hard to dismiss his proclamation as mere sarcasm.</p><p>“It’s a fine line,” said Schmidt, who co-organized a series of lectures in 2024 titled “Reverent Irreverence: Parody, Religion, and Contemporary Politics.” “You’re not going to convince people that you’re not just making fun of them sometimes."</p><p>One of those talks was on The Church of Stop Shopping, led by director Savitri D and the character of the Reverend Billy, played by actor and playwright William Talen. As this anti-consumerist collective satirizes tropes surrounding conservative Protestant denominations, “irony gives way to an articulation of communal values that are sincerely held,” said sociologist George González, who wrote a book on the group.</p><p>In a testament to that sincerity, Neil Young had the Stop Shopping Choir open for him on his 2024 tour.</p><p>“We’re an adopted church for lots of post-religious people,” said Talen, reflecting on what it means to be “seriously full of God at the same time that you’re seriously full of bull(asterisk)(asterisk)(asterisk)(asterisk).”</p><p>‘Reverent irreverence' encourages authenticity in the age of AI</p><p>Christian theologian Harvey Cox wrote in the 1960s about how effectively humor can be used to attract people to church, noting that when society's icons are used “to say something different in an ironical manner, we heap nuance upon nuance and combine satire, hope and playfulness.”</p><p>Now these artists are exploring the relationship between humor and faith with audiences that are feeling the impact of artificial intelligence on creativity and culture.</p><p>“We can no longer tell surface from depth and treasure from knockoff,” González said. “Is my art real or did an algorithm produce it?”</p><p>Cameron is acutely aware of this tension, joking that humans are on track to exist solely in the service of tech companies. “Aren’t we all just eventually going to be in gestating pods where they fill up every orifice with a way to extract experience out of us?”</p><p>But that anxiety has coincided with a search for transcendence. Although he didn’t grow up going to church, Cameron has tried to make a habit of it as an adult.</p><p>“Just to try and ground myself in something ritualistic,” he said. “Magic is real and God is real, and you know those things are pretty widely accepted, I think.”</p><p>___</p><p>Associated Press religion coverage receives support through the AP’s collaboration with The Conversation US, with funding from Lilly Endowment Inc. The AP is solely responsible for this content.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/N4EXPB5ERNLYEXVNKSD5JYJBDE.jpg?auth=2fd8c9c389157abd113161c77c9d9a4412e84a9c4cf699053aac531a9118abcb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Reverend Billy and the Stop Shopping Choir perform from the Colchester Arts Centre in Colchester, England during their Fabulous Unknown UK tour on Oct. 23, 2024. (Miranda Zhen Yao via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Miranda Zhen Yao</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XJKNOR6B5XNW3VCQCTR4RU7FF4.jpg?auth=13ca9e2f07bc1c16d59bb9fda7a5e9e4872fb96f60d4ab0dc1dbaf1fd98e3afd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Singer-songwriter Alex Cameron poses for a portrait in Los Angeles on Tuesday, May 26, 2026. (AP Photo/Chris Pizzello)]]></media:description><media:credit role="author" scheme="urn:ebu">Chris Pizzello</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LCXEDVR7UTVWBCWGQNZHUS5BDM.jpg?auth=dd85128bf455efd3d42f13a708408125f510deacc6d85a3a6f97668dbb16aad1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Singer-songwriter Alex Cameron poses for a portrait in Los Angeles on Tuesday, May 26, 2026. (AP Photo/Chris Pizzello)]]></media:description><media:credit role="author" scheme="urn:ebu">Chris Pizzello</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DXRKHTR5P33736K3SACS52V6P4.jpg?auth=ed48d8241dbcc04d05cc6d0c2b32f144f1f9c20892a473284c4ef855ad0f12e7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Singer-songwriter Alex Cameron poses for a portrait in Los Angeles on Tuesday, May 26, 2026. (AP Photo/Chris Pizzello)]]></media:description><media:credit role="author" scheme="urn:ebu">Chris Pizzello</media:credit></media:content></item><item><title><![CDATA[Texas Hill Country floods test new warning systems after last year’s deadly disaster]]></title><link>https://www.local10.com/news/national/2026/07/18/texas-hill-country-floods-test-new-warning-systems-after-last-years-deadly-disaster/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/07/18/texas-hill-country-floods-test-new-warning-systems-after-last-years-deadly-disaster/</guid><dc:creator><![CDATA[By CHRISTOPHER L. KELLER and REBECCA BOONE, Associated Press]]></dc:creator><description><![CDATA[After deadly floods killed more than 100 people in Texas' Hill Country last July, officials vowed major changes in hopes of preventing the failures that contributed to the high death toll. They promised better flood warning systems, tighter safety rules for children's camps and improvements to the state's water infrastructure.]]></description><pubDate>Sat, 18 Jul 2026 11:15:23 +0000</pubDate><content:encoded><![CDATA[<p>After deadly floods killed more than 100 people in Texas' Hill Country last July, officials vowed major changes in hopes of preventing the failures that contributed to the high death toll. They promised better flood warning systems, tighter safety rules for children's camps and improvements to the state's water infrastructure.</p><p>That work was far from done when a new round of storms began pummeling the state this week, triggering catastrophic flash floods in some of the same areas devastated in 2025. At least two people died. Hundreds needed rescue.</p><p>But residents in some hard-hit areas said a year of preparation did make a difference. Newly installed flood sirens sounded in the darkness, warning people to get out. Phones buzzed with alerts that weren't sent out in last year's disaster.</p><p>Still, stories of people surprised to find their homes inundated by rising rivers illustrate the challenges of trying to bolster early warning systems in a vast, rural area known as Flash Flood Alley.</p><p>Some agencies were more proactive about sending wireless alerts</p><p>Over the last decade, a variety of Texas state and local agencies missed opportunities to implement flood warning systems along the Guadalupe River, the AP reported after last summer’s floods killed 136 people, including 28 at a sleepaway camp for girls.</p><p>That changed after the tragedy as lawmakers and others scrutinized a lack of preparedness by government agencies and riverside camps.</p><p>Unlike last summer, when local officials in Kerr County said they had been reluctant to “cry wolf” and order evacuations and failed to send out wireless alerts to warn of flash floods, Kerr County issued four alerts and the city of Kerrville issued one early on Thursday as the risk for flooding became apparent, according to an Associated Press review of available data.</p><p>They warned residents along Quinlan Creek to evacuate to higher ground, and of “extremely dangerous” flash flooding. Those alerts came alongside flood watches, warnings and emergencies sent to broadcast outlets, weather radios and mobile phones by the National Weather Service. People who signed up for the CodeRED notification emergency system in Kerr County also received text message warnings.</p><p>“Last year, we got no alarms. We had no idea what was going on,” said Suzanne Sutphin Gschwind, of Kerrville.</p><p>“This year, very different,” she said, with multiple texts and calls coming in from local authorities, a weather channel and her doorbell camera. One night the warnings arrived “about every two hours.”</p><p>“I think we would all like to err on the side of too much,” she said.</p><p>The warnings didn't reach everyone</p><p>Between the early morning hours of Tuesday and about 9 a.m. Thursday, the National Weather Service sent 38 alerts to people in certain southwest Texas communities, including 14 tornado warnings and 24 warnings that flooding was occurring or imminent and could be “life threatening.”</p><p>Those Weather Service notifications, though, often don’t contain the highly localized information put in alerts sometimes sent by municipal and county emergency agencies — and people in some places may not have gotten any of those local alerts, which can be more decisive for people considering whether to seek high ground.</p><p>An Associated Press review of wireless emergency alert data did not find any listed as sent by agencies in Uvalde County, which was hit hard by flooding, though agencies in that county might have used other means to alert the public.</p><p>Jaclyn Gonzales was awakened at 2 a.m. Wednesday by a friend who called to warn that a tornado might be headed toward her Uvalde-area home. When she jumped out of bed, the floor was wet.</p><p>“It was the shock of the water to my feet that made me really wake up,” she said.</p><p>Kat Sprawls only learned floodwaters were nearing her Batesville home when a friend called her at 3:30 a.m. Friday. It took five or six calls before she woke up, because she had her phone on do-not-disturb mode.</p><p>“There's no warning system at all. It's just like the flood in Kerrville last year — we had no warnings,” Sprawls said. “Over half of Batesville is under water now."</p><p>Zavala County Sheriff's Department secretary Jessica Belmarez said the department is updating its Facebook page with evacuation information and that law enforcement officers were going door-to-door in affected areas, including Batesville.</p><p>The network of flood sirens is expanding</p><p>Newly installed sirens in Ingram and in Kerr and Kendall counties were used this week to warn residents, said state Sen. Paul Bettencourt, who authored legislation in 2025 to help fund the sirens. Twenty-eight additional counties are also eligible for flood warning funding. Most are in the process of putting together implementation plans for review by the Texas Water Development Board.</p><p>“Between the outdoor sirens, and the cellphone alerts, the response was very positive in getting people out of the way and to higher ground,” Bettencourt said. “It’s an enormous improvement over a year ago.”</p><p>Three of six new sirens installed in Kerr County were used to warn people to seek high ground, said Tara Bushnoe, manager of the Upper Guadalupe River Authority. The other three were in areas with only minor flooding, Bushnoe said.</p><p>The small town of Comfort had one warning siren for years. The volunteer fire department recently installed two more.</p><p>“Some people just don’t want to leave — that’s our problem here,” said Danny Morales, the assistant fire chief. “But we did set them off twice, probably an hour from one to another, just because we had people just lingering, and not wanting to move."</p><p>Private companies are working to fill the gaps</p><p>Ian Cunningham founded River Sentry after the 2025 floods, building flood siren towers for privately owned sites like RV parks, camps and hotels. The sirens are triggered by rising water levels.</p><p>So far, the company has installed 104 sirens along the Guadalupe River, Cunningham said, including several near the site of an RV park where more than three dozen people died in 2025.</p><p>“We installed them about three months ago and did not expect them to be used so soon,” Cunningham said.</p><p>Hononu, which has developed water-level sensor technology and a real-time data network, received a state contract that will make it easier for agencies to purchase its flood warning technology.</p><p>Watch Duty, a fire-tracking app used by millions, expanded earlier this year to help monitor floods.</p><p>Officials say the changes saved lives</p><p>Texas Gov. Greg Abbott said the lessons of 2025 led to a better emergency response this time.</p><p>“Everybody in Texas has been far more prepared to deal with what has happened this year,” Abbott said during a news conference in Uvalde. “Lives have been saved.”</p><p>___ Associated Press reporters Jamie Stengle in Dallas, Claudia Lauer in Philadelphia and Jesse Bedayn in Uvalde, Texas, contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/W4RJJQNOC7VYC2UYXNHUDAI2OQ.jpg?auth=a0c86d41bdba437c1e4e485b69a3139e23da162d35c0d1e1f2e6f576123810d1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A police officer walks along the Guadalupe River after a series of storms on Friday, July 17, 2026, in Kerrville, Texas. (AP Photo/Gerald Herbert)]]></media:description><media:credit role="author" scheme="urn:ebu">Gerald Herbert</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/L3KEI7WZGUB2CNNOCHA32XG4LU.jpg?auth=654afe01343f7cfdade997311279aafc7ab6a8b706f5e728c33813cead60cc07&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - An emergency siren is visible on top of the Comfort Volunteer Fire Department in Comfort, Texas, July 10, 2025. (AP Photo/Ashley Landis, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Ashley Landis</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/OYWCZ74IB7DYAOPPSHZ3IYPTME.jpg?auth=8d717c0f75904cb52ec5a51738e0f39f1344ea06f6df92ac10fd05bd40862d10&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This aerial photo provided by David Fry shows flooding in Uvalde, Texas, on Thursday, July 16, 2026. (David Fry/Medina Real Estate Photography via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">David Fry</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/Q7H6NP4D7YOI753CSAMEXMFWZQ.jpg?auth=550723ba67fb6e8b38970d7f921be9ea50d9c25357fe81251797177c8336f2a1&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 the Guadalupe River as floods pass through the area on Thursday, July 16, 2026, in Kerrville, Texas. (AP Photo/Joel Angel Juarez)]]></media:description><media:credit role="author" scheme="urn:ebu">Joel Angel Juarez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/SJ36OBNVX7H3HOBEZNM4CQQFGY.jpg?auth=193662a3ff4550f56c5791781900acb2873a66483decb2f7d1c72bade5a2183b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ryder Wade is comforted by his mother Crystal Wade as they assess flood debris and damage scattered across the Buckhorn Lake Resort RV Park following floods along West Goat Creek near the Guadalupe River on Friday, July 17, 2026, in Kerrville, Texas. (AP Photo/Joel Angel Juarez)]]></media:description><media:credit role="author" scheme="urn:ebu">Joel Angel Juarez</media:credit></media:content></item><item><title><![CDATA[July 18: Hot, humid conditions continue across South Florida]]></title><link>https://www.local10.com/weather/2026/07/18/july-18-hot-humid-conditions-continue-across-south-florida/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/07/18/july-18-hot-humid-conditions-continue-across-south-florida/</guid><dc:creator><![CDATA[John Gerard]]></dc:creator><description><![CDATA[It’s a hot, hazy and humid forecast for South Florida this weekend. Scattered storms are likely, but most will develop around midday, arriving a little earlier than usual.]]></description><pubDate>Sat, 18 Jul 2026 11:14:38 +0000</pubDate><content:encoded><![CDATA[<p>It’s a hot, hazy and humid forecast for South Florida this weekend. Scattered storms are likely, but most will develop around midday, arriving a little earlier than usual. Despite that, there will be plenty of dry time Saturday and Sunday, but stay hydrated and spend as much time as possible in air conditioning, with “feels like” temperatures in the lower 100s both days. </p><p>A disturbance in the eastern Gulf has a 30% chance of becoming tropical over the next few days, but it is expected to stay far enough away to avoid any meaningful impacts in South Florida. However, areas from Tampa to Tallahassee could see heavy rain and possible flooding by early next week. There are no advisories for boaters or beachgoers through the weekend.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZVM6A6ZXGBFH5FRLH2CKLR7DDY.jpg?auth=5538de09b666ea5a5147343fa29e64118175bed12961ff44a71e0e9e91fc0d29&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[The US and Iran have blown past red lines as they lurch back toward all-out war]]></title><link>https://www.local10.com/news/world/2026/07/18/the-us-and-iran-have-blown-past-red-lines-as-they-lurch-back-toward-all-out-war/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/18/the-us-and-iran-have-blown-past-red-lines-as-they-lurch-back-toward-all-out-war/</guid><dc:creator><![CDATA[By JOSEPH KRAUSS, Associated Press]]></dc:creator><description><![CDATA[A week after the United States and Iran signed a preliminary deal aimed at ending the war, an Iranian drone slammed into a cargo ship sailing through the Strait of Hormuz.]]></description><pubDate>Sat, 18 Jul 2026 11:42:31 +0000</pubDate><content:encoded><![CDATA[<p>A week after the United States and Iran signed a preliminary deal aimed at ending the war, an Iranian drone slammed into a cargo ship sailing through the Strait of Hormuz.</p><p>There were no casualties or major damage, but the June 25 attack set off a chain of hostilities that would put the two countries on a path back toward all-out war less than a month after they agreed to stop fighting.</p><p>Each strike and counterstrike chipped away at the pillars of the agreement, which has now collapsed, though there are still efforts to salvage it. Red lines set by both sides have been crossed. A return to full-scale war that would further destabilize the Middle East and disrupt the world economy appears increasingly likely.</p><p>Here's a look at how we got here.</p><p>Iran attacks ships using a route bypassing its control</p><p>The attack on the cargo ship came after Iran had warned vessels not to use an alternative route through the Strait of Hormuz that is overseen by the U.S. military and intended to be outside Tehran's control.</p><p>Iran had largely shut down the waterway — which carried a fifth of the world's traded oil and gas in peacetime — after the surprise U.S.-Israeli attack on Feb. 28 that started the war. Tehran has come to see control over the strait, and its far-reaching economic impact, as a key pressure point in its confrontation with the U.S.</p><p>The preliminary agreement called for the strait to be fully reopened, but it also contained language suggesting Iran would manage traffic and potentially charge fees in the future. Iran has seized on that, saying it has the right to control the strait and that the alternative route is a violation of the deal.</p><p>The U.S. and others dispute that, saying the strait should be open to all and toll-free, as it was before the war.</p><p>US strikes Iran, which retaliates against Gulf states</p><p>The U.S. launched strikes on Iran a day after the June 25 attack, hitting what the U.S. military said were missile and drone locations and coastal radar sites.</p><p>The following day, Iran attacked a tanker using the alternative route through the strait, and the U.S. responded with more strikes. This time, Iran lashed out at nearby Gulf states, attacking Kuwait and Bahrain, both of which host American troops.</p><p>The two sides pulled back the following week, each sending delegations to Qatar, which had played a key role in mediating the agreement. But they did not meet directly.</p><p>Iran reiterated its warning against using the alternative route as it prepared for the dayslong funeral of Supreme Leader Ayatollah Ali Khamenei, who was killed in the opening U.S.-Israeli strikes. The funeral began on July 4, with crowds calling for revenge against U.S. President Donald Trump.</p><p>Fighting resumes after attacks on 3 ships</p><p>Days later, Iran attacked three ships in the Strait of Hormuz.</p><p>The U.S. responded with a wave of strikes that it said targeted air defense systems, radars and over 60 small boats used by Iran's paramilitary Revolutionary Guard. Such boats have been used to harass ships in the strait.</p><p>The U.S. also revoked a waiver that had allowed Iran for the first time in years to sell its oil on the international market for U.S. dollars. The waiver was part of the interim deal.</p><p>Iran condemned the U.S. strikes and the restoration of oil sanctions as violations of the agreement while insisting it had the right to control the strait, which the military command says is an “unbreakable red line.” Iran also broadened its retaliatory strikes, hitting Bahrain, Kuwait and mediator Qatar.</p><p>Trump, after departing from a NATO summit, offered mixed messages.</p><p>He said the U.S. strikes were in response to the attacks on shipping, warning that “if it happens again, it will get much worse!” But he also appeared to rule out long-term military action, saying “anything that happens is going to happen very fast." He also suggested the U.S. military might “just finish the job.”</p><p>The fighting has steadily escalated since then. On Wednesday, the U.S. restored its blockade on Iran's ports, which had been lifted as part of the interim agreement.</p><p>The next red line is civilian infrastructure, and it may have been crossed</p><p>In recent days, the U.S. has expanded its strikes to northern Iran, hitting targets far from the strait. On Friday, it struck bridges and power stations in the south, collapsing a tower that it said was used by the Revolutionary Guard for maritime surveillance at one of Iran's main ports.</p><p>Iran said Saturday that U.S. strikes have killed at least 50 people and wounded more than 500 since hostilities resumed.</p><p>Trump has repeatedly threatened to target civilian infrastructure in Iran, at one point earlier in the war vowing to annihilate Iran's “whole civilization.” Until now, he has repeatedly backed off from such threats, citing diplomatic progress.</p><p>But Iran's leaders may already believe that yet another line has been crossed. On Friday and again Saturday, Iran attacked a water desalination plant in extremely arid Kuwait.</p><p>Trump has also mused about taking control of the strait by force, possibly by seizing one or more strategic islands held by Iran. That would likely require a far larger naval presence and potentially tens of thousands of ground troops.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/6PB7BERS5PBKF3EMVQ4QANULLM.jpg?auth=21592575bc29d3b9bc1f245c56aceae8e720f9da3f4eb11e17b6c1b9211d8295&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Two men wade in the waters of the Strait of Hormuz with vessels anchored in the background, off Bandar Abbas, Iran, Sunday, July 12, 2026. (Razieh Poudat/ISNA via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Razieh Poudat</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/G6F6ZAW3MYE6OXBFDXLOSTAFAM.jpg?auth=59a8b1cd29f8fd1ce6b1201354dfffac862327e3199366971c60ff21ea603695&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This image from video released by U.S. Central Command, shows a view from a Corsair unmanned surface vessel, also called one-way attack surface drone, fired by U.S. military, closing in on Bandar Abbas Naval Base, Iran, July 12, 2026. (U.S. Central Command via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/5NHZTBPFBTZD2CRP5DP37NMRDM.jpg?auth=7d249be66f9a52af9dde2db8277f56132a6864d68f1e86101bf8286c52fb2fef&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The Mina Al-Ahmadi oil refinery operates in Kuwait, March 20, 2026. (AP Photo, File)]]></media:description></media:content></item><item><title><![CDATA[Ukrainian drones hit warehouses and other sites across Russia, killing 9 and wounding over 60]]></title><link>https://www.local10.com/news/world/2026/07/18/ukrainian-drones-hit-warehouses-and-other-sites-across-russia-killing-9-and-wounding-over-60/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/18/ukrainian-drones-hit-warehouses-and-other-sites-across-russia-killing-9-and-wounding-over-60/</guid><dc:creator><![CDATA[By The Associated Press, Associated Press]]></dc:creator><description><![CDATA[Ukrainian drones struck two sprawling warehouses, one of them just east of Moscow, as part of attacks overnight and on Saturday afternoon that killed nine people and wounded more than 60, Russian officials said.]]></description><pubDate>Sat, 18 Jul 2026 16:12:20 +0000</pubDate><content:encoded><![CDATA[<p>Ukrainian drones struck two sprawling warehouses, one of them just east of Moscow, as part of attacks overnight and on Saturday afternoon that killed nine people and wounded more than 60, Russian officials said.</p><p>Kyiv's forces have pressed their relentless aerial campaign against energy infrastructure and military targets inside Russia, aiming to undermine Moscow’s war effort and make Russians feel the consequences of the Kremlin's all-out invasion of Ukraine that is well into its fifth year.</p><p>Two sprawling warehouses of Russia's major online retailer, Wildberries, were hit by Ukrainian drones overnight, according to Russian officials — one in the town of Kotovsk in the Tambov region, some 360 kilometers (220 miles) from the border with Ukraine, and another in the city of Elektrostal, about 50 kilometers (30 miles) east of Moscow.</p><p>A Ukrainian drone also hit an oil depot in the city of Noginsk, just north of Elektrostal, sparking a fire and prompting evacuations of a nearby maternity hospital and a residential building, according to the governor of the Moscow region, Andrei Vorobyov. Drone debris also hit a kindergarten building, Vorobyov said, sparking a fire that has since been put out.</p><p>Seven night shift workers were killed at the warehouse in Kotovsk and 25 others were wounded, Tambov regional Gov. Yevgeny Pervyshov said. A total of 37 people were wounded in the Moscow region, Vorobyov said, adding that one of those later died in the hospital.</p><p>One more person was killed and another wounded in a Ukrainian drone attack on Russia's Belgorod region on Saturday afternoon, according to local authorities.</p><p>Both warehouses caught fire, Wildberries founder Tatyana Kim said, and the blaze in Kotovsk was put out. Images and footage released by Russian online outlets showed a fire raging at the Elektrostal facility, with massive plumes of smoke towering over it.</p><p>Ukrainian President Volodymyr Zelenskyy said in a Telegram post on Saturday that Ukrainian long-range strikes hit two “significant logistical facilities in the Moscow and Tambov regions."</p><p>“These facilities were used by the aggressor to supply sanctioned components for the production of drones and navigation equipment,” he wrote. An oil facility was also hit, he said.</p><p>In the city of Vladimir, some 180 kilometers (110 miles) east of Moscow, a Ukrainian drone hit a residential building, sparking a brief fire, Vladimir Gov. Alexander Avdeyev said. There were no casualties, he added.</p><p>Ukrainian special operations also conducted strikes against targets in the Sea of Azov and in occupied territory, Zelenskyy said.</p><p>Ukraine’s General Staff said in a statement on Saturday that the fuel depot in Noginsk that was targeted overnight supplied the Russian armed forces. It also reported hitting two tankers, two floating cranes and a tugboat in the Black and Azov seas, saying the vessels were used to transport oil, fuel and military cargo.</p><p>Separately, the military said it struck a Project 10410 Svetlyak-class patrol ship in Kerch, describing it as the second vessel of that class hit in two days, as well as a railway bridge over the Bila River near Sabivka in the occupied Luhansk region that it said Russia uses for military logistics.</p><p>Overall, the Russian Defense Ministry said its air defenses overnight intercepted 379 Ukrainian drones over 19 Russian regions, as well as the illegally annexed Crimea, the Sea of Azov and the Black Sea.</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/75765EXUD7EP4BZZQSYGMB3CLE.jpg?auth=8730622f8f861940e5046bf6eb2b1a15bd2253e282682554bbb4153959aa92eb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This photo, released by Moscow Region Governor Andrei Vorobyov's official telegram channel, shows a building damaged during a Ukrainian drone attack in Elektrostal, Moscow region of Russia, on Saturday, July 18, 2026. (Moscow Region Governor Andrei Vorobyov's official telegram channel via AP) CORRECTION: Corrects Moscow Regoin Governor surname to Vorobyov]]></media:description></media:content></item><item><title><![CDATA[Iran says it is suspending commitments to interim deal with US as they exchange attacks]]></title><link>https://www.local10.com/news/world/2026/07/18/iran-says-it-is-suspending-commitments-to-interim-deal-with-us-as-the-two-exchange-attacks/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/18/iran-says-it-is-suspending-commitments-to-interim-deal-with-us-as-the-two-exchange-attacks/</guid><dc:creator><![CDATA[By JON GAMBRELL and TOQA EZZIDIN, Associated Press]]></dc:creator><description><![CDATA[DUBAI, United Arab Emirates (AP) — The United States and Iran exchanged strikes aimed at infrastructure and military targets on Saturday as an Iranian negotiator said Tehran had suspended its commitments under the interim deal with the U.S. — snapping another fragile thread as the war shows no end in sight.]]></description><pubDate>Sat, 18 Jul 2026 14:47:50 +0000</pubDate><content:encoded><![CDATA[<p>DUBAI, United Arab Emirates (AP) — The United States and Iran exchanged strikes aimed at infrastructure and military targets on Saturday as an Iranian negotiator said Tehran had suspended its commitments under the interim deal with the U.S. — snapping another fragile thread as the war shows no end in sight.</p><p>The battle over the Strait of Hormuz intensified in a conflict increasingly focused on control of the essential waterway that previously carried a fifth of the world's crude oil. The widening strikes threatened civilians and services to them, including desalination plants for drinking water, while the global economy again was on alert.</p><p>The U.S. Central Command said early Saturday that its seventh straight night of strikes hit “surveillance sites, military logistics infrastructure, underground weapons storage, and maritime capabilities.”</p><p>The U.S. has violated its commitments under the deal that was signed about a month ago and now Iran is “no longer implementing them,” Kazem Gharibabadi, Iran’s deputy foreign minister, told state TV.</p><p>There was no new word on mediation efforts.</p><p>Kuwait sees the most striking damage</p><p>The most significant damage from Iranian strikes on Saturday occurred in Kuwait, where a water desalination plant and an oil facility were hit, according to the Kuwait authorities and the Kuwait Petroleum Corporation. Both declined to provide locations.</p><p>The strikes injured several people at the oil facility and caused a fire at the desalination plant, forcing several power generation units offline. It was the second attack against a desalination plant in two days in the tiny desert nation that depends on desalination for 90% of its drinking water.</p><p>Several firefighters and a worker were injured while battling two other blazes sparked by Iranian strikes, according to the Kuwait Fire Force. Kuwait briefly closed its airspace due to missile threats, and Kuwait Airways said it was rescheduling most flights to and from the capital.</p><p>Meanwhile, Iraq said it shot down attack drones over the city of Irbil. Jordan’s state-run Petra news agency said the kingdom’s air defense systems had downed Iranian missiles, while air sirens sounded multiple times in Bahrain throughout the day and in Saudi Arabia in the morning, according to their governments.</p><p>US strikes hit infrastructure in Iran</p><p>U.S. airstrikes hit an electricity and desalination plant in Iran’s southern Hormozgan province, Iranian state TV reported. IRNA said the Bonji desalination plant was destroyed, cutting off water supplies to about 10,000 people, and that a desalination plant on strategic Qeshm Island inside the strait was damaged.</p><p>Overnight strikes damaged two tunnels and a bridge, disrupting one of the main highways toward Bandar Abbas, Iran’s main port that sits near the narrowest part of the strait, according to Iran's state-run news agency. IRNA said three bridges were hit Saturday, including one on a route to Bandar Abbas.</p><p>Iran acknowledged “attacks on power infrastructure” during the U.S. airstrikes for the first time Friday when its Energy Ministry issued a call for people to use less power in southern provinces “experiencing extreme heat.” It did not specify what was hit.</p><p>The Islamic Revolutionary Guard Corps stepped up its warning that countries hosting U.S. forces should be “prepared to receive a corresponding response,” according to Iran’s state TV.</p><p>Iranian authorities said at least 50 people have been killed and more than 500 wounded in U.S. strikes in the past three weeks, including eight killed in a strike on a bridge Friday.</p><p>U.S. officials acknowledged 13 additional U.S. service members — 10 Army soldiers and three Navy sailors — had been injured since Monday, but offered no details. Since the war began, 14 U.S. service members have been killed and 427 wounded.</p><p>Iran and US vie for Strait of Hormuz</p><p>Iran effectively closed the strait to shipping traffic after the war started with U.S. and Israeli strikes on Feb. 28. That sent the price of oil soaring and has given Tehran significant leverage in negotiations.</p><p>Iran has said the strait must be under its sole control and that vessels should pay fees to Tehran, even though the world for decades has considered it an international waterway. It fired on ships on recent days. Crossings through the strait fell to a three-week low, according to an international shipping tracker.</p><p>Trump has resumed threats to target power stations and bridges to try to compel Iran to loosen its hold. The U.S. in the past week reimposed a naval blockade on Iranian ports to halt its shipments of crude oil.</p><p>A growing amount of the region’s energy is being shipped through pipelines, but not nearly enough to offset the decline in shipping.</p><p>Before the war began, the U.S. had been in talks with Iran over its nuclear program. Trump now faces political pressure to end the war and avoid the kind of prolonged Middle East conflict he had campaigned against.</p><p>___</p><p>Ezzidin reported from Cairo. Associated Press writers Amir Vahdat in Tehran; Melanie Lidman in Tel Aviv, Israel; Stella Martany in Irbil, Iraq; and Konstantin Toropin in Washington contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/BDOYSRKVEHU4CWY7B2MZJHYBQQ.jpg?auth=bef5397e7f83f13d37847c60f9b0801a7cea0e6bfee6eb360c76fe4ee6b5cebc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Pro-government demonstrators gather at a square in Tehran, Friday, July 17, 2026. (AP Photo/Vahid Salemi)]]></media:description><media:credit role="author" scheme="urn:ebu">Vahid Salemi</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FZWA75YODXDO772YRXUPFW423U.jpg?auth=38421c38650e42b2c52f75dabf8b3672f8d24aabef85ba5837acd00094ee0b7e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Pro-government demonstrators gather at a square in Tehran, Friday, July 17, 2026. (AP Photo/Vahid Salemi)]]></media:description><media:credit role="author" scheme="urn:ebu">Vahid Salemi</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/AWNEAGZ6DYH5XO2S56AB3W6TI4.jpg?auth=9f0030ba1bc0b2b676243a43567405f8f00e37e5c5f7e7b31f4b87496509ee5f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Pro-government demonstrators gather at a square in Tehran, Friday, July 17, 2026. (AP Photo/Vahid Salemi)]]></media:description><media:credit role="author" scheme="urn:ebu">Vahid Salemi</media:credit></media:content></item><item><title><![CDATA[D-backs lose to Cardinals after star Ketel Marte fails to use ABS system on blown call]]></title><link>https://www.local10.com/sports/2026/07/18/d-backs-lose-to-cardinals-after-star-ketel-marte-fails-to-use-abs-system-on-questionable-call/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/18/d-backs-lose-to-cardinals-after-star-ketel-marte-fails-to-use-abs-system-on-questionable-call/</guid><dc:creator><![CDATA[By DAVID BRANDT, Associated Press]]></dc:creator><description><![CDATA[PHOENIX (AP) — Major League Baseball's new Automated Ball/Strike system was implemented to help players challenge pitches that they feel were not called correctly.]]></description><pubDate>Sat, 18 Jul 2026 06:28:42 +0000</pubDate><content:encoded><![CDATA[<p>PHOENIX (AP) — Major League Baseball's new Automated Ball/Strike system was implemented to help players challenge pitches that they feel were not called correctly.</p><p>There's one big caveat — it only works if it's used.</p><p>The Arizona Diamondbacks and three-time All-Star Ketel Marte learned that the hard way Friday night when Marte failed to challenge a called strike three by umpire Bill Miller for the final out in a 5-4 loss to the St. Louis Cardinals. Television replays showed that the 100 mph sinker from Riley O'Brien was high and out of the strike zone.</p><p>The D-backs still had both of their ABS challenges remaining.</p><p>“I was looking for a breaking ball,” Marte said through an interpreter. “Got the two-seamer and I was a little bit surprised.”</p><p>D-backs manager Torey Lovullo said he hadn't talked to Marte about the gaffe and would address it with him Saturday. It was a tough night for the veteran second baseman, who also made an error in the first inning that led to two unearned runs.</p><p>“Clearly — I don't want to speak for Ketel — you guys will have a chance to talk to him, but he thought it was a strike," Lovullo said. "Sometimes you've got to trust your own instincts. Possibly thought it was a good pitch, checked off of it and lost the ability to challenge as soon as he stepped across home plate.”</p><p>The D-backs had plenty of other mistakes that led to the end of their four-game winning streak. One of the most frustrating: Pinch runner Jorge Barrosa was picked off in the ninth after Nolan Arenado drew a leadoff walk.</p><p>Lovullo said the team would learn from the mistake and the manager refused to pin the loss on Marte.</p><p>“We're not perfect, it's frustrating of course, but there are 15 other things that happened in this game that are still eating at me right now and we'll address them one by one,” Lovullo said.</p><p>___</p><p>AP MLB: https://apnews.com/hub/mlb</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/7I6FUBJUQJWDWAZRABU5NLC4DM.jpg?auth=4f2c2e769bd6439c0233bc9f565bbd4afb631c0796ba56351a97726c7a6c67a0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Arizona Diamondbacks' Ketel Marte reacts after a wild pitch in the first inning of a baseball game against the Milwaukee Brewers, Sunday, July 5, 2026, in Phoenix. (AP Photo/Rick Scuteri)]]></media:description><media:credit role="author" scheme="urn:ebu">Rick Scuteri</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/S7DCSHRSETJJG3SCHSCXGIJJOU.jpg?auth=6d81b7e0cd90efea973c752e066a19ac33948c4c6284d3d1280f20c2863f4d93&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[St. Louis Cardinals pitcher Riley O'Brien celebrates after defeating the Arizona Diamondbacks during a baseball game, Friday, July 17, 2026, in Phoenix. (AP Photo/Rick Scuteri)]]></media:description><media:credit role="author" scheme="urn:ebu">Rick Scuteri</media:credit></media:content></item><item><title><![CDATA[Mount Olympus, home of the ancient Greek gods, is a candidate for the UNESCO World Heritage List]]></title><link>https://www.local10.com/news/2026/07/18/mount-olympus-home-of-the-ancient-greek-gods-is-a-candidate-for-the-unesco-world-heritage-list/</link><guid isPermaLink="true">https://www.local10.com/news/2026/07/18/mount-olympus-home-of-the-ancient-greek-gods-is-a-candidate-for-the-unesco-world-heritage-list/</guid><dc:creator><![CDATA[By COSTAS KANTOURIS and ELENA BECATOROS, Associated Press]]></dc:creator><description><![CDATA[LITOCHORO, Greece (AP) — Snow-capped for much of the year, Mount Olympus, mythological home of ancient Greece’s 12 Olympian gods, has captured the imagination through the millennia. Rising to 2,918 meters (9,573 feet) from a base practically at sea level, the ancient Greeks believed the throne of Zeus, king of the gods, stood on the highest of its craggy, often mist-shrouded peaks.]]></description><pubDate>Sat, 18 Jul 2026 05:26:35 +0000</pubDate><content:encoded><![CDATA[<p>LITOCHORO, Greece (AP) — Snow-capped for much of the year, Mount Olympus, mythological home of ancient Greece’s 12 Olympian gods, has captured the imagination through the millennia. Rising to 2,918 meters (9,573 feet) from a base practically at sea level, the ancient Greeks believed the throne of Zeus, king of the gods, stood on the highest of its craggy, often mist-shrouded peaks.</p><p>Now, modern-day Greeks hope their tallest mountain will be inducted into UNESCO’s World Heritage List as a mixed cultural and natural site. The nomination is to be discussed when the World Heritage Committee meets in Busan, South Korea from Sunday through July 29.</p><p>“Olympus is our life. It is the place we grew up in,” said Evagelos Geroliolios, mayor of Dion-Olympus, based in Litochoro, the mountain’s main town. “It is the place we see every day, but at the same time, it is also a place which carries with it myth, history, biodiversity, extraordinary beauty and a very great cultural weight.”</p><p>Seat of the gods</p><p>Few locations are as central to ancient Greek mythology as Mount Olympus. It was here that Zeus was said to have established his court after overthrowing his father, Cronus, in a 10-year war that ended the reign of the Titans.</p><p>Interest in Olympus may receive another boost with the theatrical release this week of Christopher Nolan’s “The Odyssey,” a new adaptation of Homer’s epic, in which the mountain serves as the home of Zeus and the Olympian gods who influence Odysseus’ journey.</p><p>On one of Olympus’s lower peaks, excavations have uncovered an open-air sanctuary, with the oldest finds dating to the Hellenistic period, which ran from 323 B.C. to 30 B.C. According to Greece’s original UNESCO nomination, the sanctuary is believed to have been one mentioned by the ancient philosopher and historian Plutarch, who in the 2nd century wrote of processions to one of Olympus’s peaks for animal sacrifices to Zeus.</p><p>The mountain retained religious significance into the Christian era. Α chapel on the peak of Prophet Elias, at 2,803 meters, is believed to be the highest altitude chapel in the Christian Orthodox world. The mountain’s Enipeas Gorge holds the remains of a monastery founded in 1542, while a roughly 20-minute walk from there leads to the Holy Cave of St. Dionysios, a chapel built into a cave from where a small spring flows, believed to carry holy water.</p><p>The mountain’s slopes, which reach practically to the sea, also host a wealth of flora and fauna, including endemic species. It is this blending of culture, myth, natural beauty and biodiversity that locals hope will see their mountain declared a World Heritage site.</p><p>“It is a place we love. It is a place that many people from all over the world visit to see, to live, to experience. We want to protect it,” Geroliolios said. Its inclusion on UNESCO’s list would be “something very big that goes beyond not just local boundaries, but national boundaries. It is something that concerns the entire world. It is very important.”</p><p>Inclusion in the World Heritage List is far from certain</p><p>Greece began the process to have Mount Olympus recognized as a World Heritage site in 2014, inscribing it on its Tentative List — the mandatory first step in any nomination. The Tentative List is where countries include sites they can then formally nominate over the next five to 10 years.</p><p>The nomination process includes a preliminary assessment followed by submission of a full nomination file, which is then evaluated over 14 months by advisory bodies, including the International Council on Monuments and Sites, ICOMOS, and the International Union for Conservation of Nature.</p><p>Recommendations by the advisory bodies are then discussed during the World Heritage Committee’s annual meeting, where representatives of 21 countries vote on nominated sites.</p><p>Greece's Mount Olympus nomination is far from certain. A draft of the Busan meeting's agenda indicates the committee will refer the nomination back to Greece and request further details.</p><p>Still, locals hope the mountain’s cultural and natural wonders will secure it a place and will play a role in securing more protection for the mountain.</p><p>The need for protection</p><p>The mayor, Geroliolios, said inclusion on the World Heritage list “places some greater obligations on our part to protect this environment.”</p><p>Environmental protection is also foremost in the mind of mountain guide Babis Marinidis, president of the Alpine Club of Litochoro.</p><p>Including Olympus on UNESCO’s World Heritage list would likely attract more people to the mountain and the surrounding area, Marinidis said. “How many people can this mountain, this ecosystem, bear?” he asked. Although much of Olympus was designated a national park decades ago and there are regulations in place, many are openly flouted, with Marinidis saying visitors regularly ignore “no swimming” or “no camping” signs.</p><p>The ever-growing number of visitors had led local authorities to consider imposing entrance fees and registering visitor numbers. “I used to be against that,” Marinidis said. “But now with so many people, I believe some limit must be imposed.”</p><p>Mount Olympus has claimed many lives</p><p>The mythological home of the gods attracts hikers and mountaineers from across the world. While technical climbing experience isn’t mandatory to reach the summit, the mountain is also not to be trifled with.</p><p>With its combination of changeable weather and treacherous terrain, it has claimed many lives. The most recent fatality was on July 11, when a 64-year-old Greek hiker died after collapsing on a trail. In May, rescue crews found the body of a 25-year-old Spanish man days after he went missing while attempting to reach the summit in the snow.</p><p>“You need to be careful,” and safety measures must always be kept in mind, said 32-year-old hiker Triantafyllos Giannospyros, who was visiting the mountain for the first time. “But with care and with good organization, it isn’t something you should be afraid of.”</p><p>Stavroula Vourou, who runs a hotel in Litochoro, the town from where many hikers set off, echoed his sentiment.</p><p>“Everyone sets off to go up and conquer a mountain that needs respect,” she said. “You respect this mountain, it respects you too.”</p><p>___</p><p>Becatoros contributed from Athens, Greece. Srdjan Nedeljkovic in Litochoro, Greece, contributed to this report.</p><p>___</p><p>Associated Press religion coverage receives support through the AP’s collaboration with The Conversation US, with funding from Lilly Endowment Inc. The AP is solely responsible for this content.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/5LJGO4WTC3ZX7COIDOCYGIQC6Y.jpg?auth=7e453ab9d0e8fa4ac71a9af37b4f51ac627884130f4929798d07a7a5061531c1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Sunflowers bloom in Kalyvia Varikou, near Litochoro in northern Greece, backdropped by Mount Olympus, Wednesday, July 15, 2026. (AP Photo/Petros Giannakouris)]]></media:description><media:credit role="author" scheme="urn:ebu">Petros Giannakouris</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LISXJDGUOV4NEKCE7UO5OGD3PU.jpg?auth=67b873a272876bed007ae1c29c88e2a5038e84baff728cf9de9378b187fb1948&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A statue of Alexander the Great holding Nike, the Greek goddess of victory, stands near Litochoro in northern Greece, Tuesday, July 14, 2026, backdropped by Mount Olympus' highest peaks, Mytikas and Stefani. (AP Photo/Petros Giannakouris)]]></media:description><media:credit role="author" scheme="urn:ebu">Petros Giannakouris</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/26XKJQBSGTVF7SOVTEYTIDGKKU.jpg?auth=d7a1cc04adf6c07e74415a1a3deceab20f78bb99cfdbb4d25e746464de3a22df&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People swim beneath a waterfall in the Enipeas Gorge on Mount Olympus in northern Greece, Tuesday, July 14, 2026. (AP Photo/Petros Giannakouris)]]></media:description><media:credit role="author" scheme="urn:ebu">Petros Giannakouris</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3NAQ4Y76ZT5UCMVFF5ZJTTJYR4.jpg?auth=93c98941693a9216aa1202cc0d773ffd32aae92c08db1b97ac3e8abc820dcdec&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Candles burn outside a chapel at the Holy Cave of St. Dionysios in the Enipeas Gorge on Mount Olympus in northern Greece, Tuesday, July 14, 2026. (AP Photo/Petros Giannakouris)]]></media:description><media:credit role="author" scheme="urn:ebu">Petros Giannakouris</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NODBQRUO5YPGDSGMTNNHHNT34M.jpg?auth=ee25ffadefd44f719341e757f34abb6b3a5a790f87c72aba56cf3b5e53826fb2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A visitor approaches a chapel at the Holy Cave of St. Dionysios in the Enipeas Gorge on Mount Olympus in northern Greece, Tuesday, July 14, 2026. (AP Photo/Petros Giannakouris)]]></media:description><media:credit role="author" scheme="urn:ebu">Petros Giannakouris</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/UBISJKYXLBZ6W7N2VYO4G2T6JY.jpg?auth=bd1da77bef396ef41d705a36a52af81cc15e63270f6ed5e3a24bd53e53955e03&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The morning light shines on Mytikas, Greece's highest peak, center left, and Stefani, known as the Throne of Zeus, center right, atop Mount Olympus seen from the outskirts of Litochoro in northern Greece, Wednesday, July 15, 2026. (AP Photo/Petros Giannakouris)]]></media:description><media:credit role="author" scheme="urn:ebu">Petros Giannakouris</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/EKM3QUXHWWYEXW74G6YN5OSCJE.jpg?auth=a5e4a603c8af58c97237ed42399c7a5792bceebda084fa6bc3e24206e60f77b5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A butterfly stands on a wildflower in the Enipeas Gorge on Mount Olympus in northern Greece, Tuesday, July 14, 2026. (AP Photo/Petros Giannakouris)]]></media:description><media:credit role="author" scheme="urn:ebu">Petros Giannakouris</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/EIRSX7C2LZ2IMLPNZJR6FVOOWM.jpg?auth=1e696467e1c32274b54342acbc99ac1e1305a7465bada7067ba8eb508dc07157&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Theodoris Papaioannou tends his kiwi orchard, backdropped by Mount Olympus, near the village of Dion in northern Greece, Tuesday, July 14, 2026. (AP Photo/Petros Giannakouris)]]></media:description><media:credit role="author" scheme="urn:ebu">Petros Giannakouris</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FPR7CM4UUZFJGOOY3ARB6JNOXQ.jpg?auth=2cc2cb9e04b0564e6f0bc453ac609ee525f761a9469c27e225741af6887cbae5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The setting sun illuminates the clouds above Mytikas and Stefani, the highest peaks of Mount Olympus in northern Greece, Tuesday, July 14, 2026. (AP Photo/Petros Giannakouris)]]></media:description><media:credit role="author" scheme="urn:ebu">Petros Giannakouris</media:credit></media:content></item><item><title><![CDATA[Indian police forcibly hospitalize a prominent Cockroach Party activist on hunger strike]]></title><link>https://www.local10.com/news/world/2026/07/18/indian-police-forcibly-hospitalize-a-prominent-cockroach-party-activist-on-hunger-strike/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/18/indian-police-forcibly-hospitalize-a-prominent-cockroach-party-activist-on-hunger-strike/</guid><dc:creator><![CDATA[By AIJAZ HUSSAIN and SHONAL GANGULY, Associated Press]]></dc:creator><description><![CDATA[NEW DELHI (AP) — Police forcibly transferred a prominent activist to a hospital in New Delhi on Saturday after his health deteriorated during a 20-day hunger strike tied to India’s viral Cockroach Janta Party movement for education reform.]]></description><pubDate>Sat, 18 Jul 2026 10:43:14 +0000</pubDate><content:encoded><![CDATA[<p>NEW DELHI (AP) — Police forcibly transferred a prominent activist to a hospital in New Delhi on Saturday after his health deteriorated during a 20-day hunger strike tied to India’s viral Cockroach Janta Party movement for education reform.</p><p>Authorities tightened security around New Delhi’s Jantar Mantar, a designated public protest ground enclosed by police barricades, where activist Sonam Wangchuk has been camped along with students and Cockroach Party activists who demand the resignation of Education Minister Dharmendra Pradhan, after allegations that exam papers were leaked in advance.</p><p>The movement also seeks sweeping reforms to the examination system and compensation for families of students who died by suicide over the leaks or exam results.</p><p>The 59-year-old engineer and education reformer’s strike has become a rallying point for the party, which began in May after Supreme Court Chief Justice Surya Kant compared some unemployed young people to “cockroaches” during a hearing on another issue. Supporters embraced the insult as a badge of resilience, turning it into a satirical political campaign that amassed more than 21 million Instagram followers in a few days.</p><p>Delhi Police said Wangchuk was taken to hospital after his health worsened during the hunger strike, and that a brief commotion occurred when some protesters tried to block the move.</p><p>Sachin Sharma, a deputy commissioner of police, said Wangchuk’s hospitalization was carried out following medical advice and a court directive.</p><p>“Mr. Sonam Wangchuk has been taken from here to an appropriate government hospital, a much-needed medical intervention, under medical supervision,” Sharma said.</p><p>The Cockroach Party said in a social media post that the government “forcefully abducted” Wangchuk “without his or his family’s consent” two days before their planned march to India’s Parliament.</p><p>Saurav Das, chief spokesperson of the Cockroach Party, disputed the police account, saying the court had not ordered Wangchuk’s forcible removal. He questioned the medical grounds for the move, noting that no doctor had examined him shortly before he was taken away, and alleged that authorities were trying to curb a protest movement that had been gaining momentum.</p><p>Shortly after the incident, Abhijeet Dipke, a Boston University student and founder of the Cockroach Party, announced he would begin a hunger strike and called for nationwide protests.</p><p>Dipke told The Associated Press at the protest ground that police used force while removing Wangchuk and alleged that he was “kidnapped by the police like criminals and goons” after “covering him in sheets.”</p><p>The party founder reaffirmed the movement’s plan to march to India’s Parliament, scheduled for Monday, when its session begins.</p><p>“The resolve and the movement will only get stronger from here,” Dipke said.</p><p>Meanwhile, Wangchuk’s wife, Gitanjali J. Angmo, in a letter to Delhi’s Safdarjung Hospital, said “lack of transparency has shaken their trust” and sought her husband be shifted to a medical center of their choice. She said nothing should be given to Wangchuk orally or intravenously without her consent.</p><p>Authorities deployed additional police and paramilitary soldiers and erected barricades around Jantar Mantar. Police said the heightened security measures were precautionary and urged protesters to cooperate with authorities.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/N7B4CKN3O7ZM5STO7PQWG3NFJE.jpg?auth=00027a7b4940bcec9a18de1e771586ccd4d6c200a1b6c817afb8afd39546efb7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Abhijeet Dipke, founder of the Cockroach Janta Party, center sitting, starts his indefinite hunger strike during a protest demanding the resignation of Education Minister Dharmendra Pradhan over alleged examination irregularities and repeated paper leaks in New Delhi, India, Saturday, July 18, 2026. (AP Photo/Shonal Ganguly)]]></media:description><media:credit role="author" scheme="urn:ebu">Shonal Ganguly</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VFSBS477JMU5HGZC7WRFO5F2FA.jpg?auth=1a189b2f8033a587e5f6ac4343db070b611b8e4e20c73fc239813f2e0c63104e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A doctor, right, examines educationist and climate activist Sonam Wangchuk, center, who undertakes an indefinite hunger strike during a Cockroach Janta Party protest demanding the resignation of India's Education Minister Dharmendra Pradhan over alleged examination irregularities and repeated paper leaks in New Delhi, India, Thursday, July 16, 2026. (AP Photo/Shekhar Yadav)]]></media:description><media:credit role="author" scheme="urn:ebu">Shekhar Yadav</media:credit></media:content></item><item><title><![CDATA[Rescuers race to find survivors in the rain after a landslide in China kills at least 8]]></title><link>https://www.local10.com/news/2026/07/18/rescuers-race-to-find-survivors-in-the-rain-after-a-landslide-in-china-kills-at-least-8/</link><guid isPermaLink="true">https://www.local10.com/news/2026/07/18/rescuers-race-to-find-survivors-in-the-rain-after-a-landslide-in-china-kills-at-least-8/</guid><dc:creator><![CDATA[By ANDY WONG and KANIS LEUNG, Associated Press]]></dc:creator><description><![CDATA[CHONGQING, China (AP) — Rescue crews on Saturday raced to find survivors from a landslide in the southwestern Chinese city of Chongqing that killed at least eight people and left 34 missing.]]></description><pubDate>Sat, 18 Jul 2026 12:33:27 +0000</pubDate><content:encoded><![CDATA[<p>CHONGQING, China (AP) — Rescue crews on Saturday raced to find survivors from a landslide in the southwestern Chinese city of Chongqing that killed at least eight people and left 34 missing.</p><p>The landslide occurred in Pengshui County on Friday morning on the outskirts of Chongqing municipality, when massive amounts of rocks and soil washed down a slope, burying more than 10 residential buildings, state broadcaster CCTV said. Ten people were rescued and sent to the hospital, while more than 1,100 people have been relocated.</p><p>Associated Press photos and videos showed that one of the fallen rocks appeared larger than a multistory building, with ruins scattered across the steep terrain. One of the damaged buildings had its top part crushed and a car was seen half-buried near another building.</p><p>The landslide contained about 18,000 cubic meters (635,500 cubic feet) of rocks and debris, and the largest single rock was around 3,000 cubic meters (106,000 cubic feet), Wang Chuanjun, head of Planning and Natural Resources in Pengshui County, told a news conference on Friday.</p><p>CCTV said persistent rain hit Pengshui from Friday night to Saturday morning, with 19.2 centimeters (nearly 8 inches) recorded at a weather station. The unstable weather made the rescue operation more challenging, it said. As the rain eased slightly, rescue teams entered the site to conduct on-the-ground inspections of the collapsed buildings and riverbank areas.</p><p>While rescue operations are being carried out on one side of the massive rocks, teams will later need to look beneath them, where they may risk injury if the boulders become unstable and slide, CCTV reported. Once the search of the surrounding areas is complete, officers will drill into the boulders and fill the holes with explosives to break them apart, it said.</p><p>Beyond the deployment of excavators, a CCTV video report showed a search dog barking to alert a rescuer about signs of life.</p><p>Volunteers rode on motorbikes to deliver supplies to rescuers and some stranded residents. Other residents in Pengshui reported that the water supply to their homes was only available at certain intervals.</p><p>China's National Development and Reform Commission on Saturday allocated a relief fund of 30 million yuan ($4.4 million) to support the restoration of infrastructure and public service facilities following the disaster.</p><p>The rain-triggered landslide occurred near a stretch of the Wujiang River, which cuts through karst mountains peppered with small towns and terraces.</p><p>Pengshui County is located in the southeast part of Chongqing, bordering the provinces of Hubei and Guizhou.</p><p>___</p><p>Leung reported from Hong Kong. Associated Press video producer Wu Jia contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/LXJZ2JBR7ERXXMIBHB67J3MZMY.jpg?auth=0dcd711db4d88839522fba33fbe89f42fae679c4d0697b4643e84fa2c0e444c8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Rescuers use a heavy duty machine to clear the rubble to search for trapped victims at the scene of a landslide in Pengshui County in southwestern China's Chongqing on Saturday, July 18, 2026. (AP Photo/Andy Wong)]]></media:description><media:credit role="author" scheme="urn:ebu">Andy Wong</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5YCCC3ZBLSNGKYACM22BGWNV3Y.jpg?auth=b8495d29b2d7507c4c66e053e20172e5a91b8906ff44e86b22d97e035fa89584&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Rescuers stand by along the bridge as they prepare to conduct a search and rescue operation at the scene of a landslide in Pengshui County in southwestern China's Chongqing on Saturday, July 18, 2026. (AP Photo/Andy Wong)]]></media:description><media:credit role="author" scheme="urn:ebu">Andy Wong</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NHKW3RAEIOPV2GVEYAD7IJQMAQ.jpg?auth=e6095714ab17ef17c6c78ab58ecad2d22d5a4c2879c203c0fd3f61966f7dd857&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Residential and business buildings damaged by fallen rocks and mud are seen after a landslide in Pengshui County in southwestern China's Chongqing on Saturday, July 18, 2026. (AP Photo/Andy Wong)]]></media:description><media:credit role="author" scheme="urn:ebu">Andy Wong</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/C62A3TEV575B556LRFJXKPKQOU.jpg?auth=689731be37f68901f9c450d1c382476773d762916a77e808390013d3959b782b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Residents ride on bikes and help volunteers distribute food to the people affected by the landslide in Pengshui County, in southwestern China's Chongqing on Saturday, July 18, 2026. (AP Photo/Andy Wong)]]></media:description><media:credit role="author" scheme="urn:ebu">Andy Wong</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/AVLLA4DCCDFAY4WU5WXNREDJVE.jpg?auth=00dd5826dd03767267890c3ea7199a2a09273cdd4886e658149a3f48a555f757&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Residential and business buildings damaged by fallen rocks and mud are seen after a landslide in Pengshui County in southwestern China's Chongqing on Saturday, July 18, 2026. (AP Photo/Andy Wong)]]></media:description><media:credit role="author" scheme="urn:ebu">Andy Wong</media:credit></media:content></item><item><title><![CDATA[Boone faults himself for leaving in Cole, who gives up go-ahead homer to Muncy in Dodgers' win]]></title><link>https://www.local10.com/sports/2026/07/18/boone-faults-himself-for-leaving-in-cole-who-gives-up-go-ahead-homer-to-muncy-in-dodgers-win/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/18/boone-faults-himself-for-leaving-in-cole-who-gives-up-go-ahead-homer-to-muncy-in-dodgers-win/</guid><dc:creator><![CDATA[By RONALD BLUM, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Gerrit Cole had just walked Mookie Betts leading off the seventh inning with the Yankees leading by one run when Aaron Boone walked slowly to the mound.]]></description><pubDate>Sat, 18 Jul 2026 04:32:55 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Gerrit Cole had just walked Mookie Betts leading off the seventh inning with the Yankees leading by one run when Aaron Boone walked slowly to the mound.</p><p>After an eight-second conversation, the New York manager left in his ace.</p><p>Seven pitches later, Max Muncy drove a hanging slider into the right-field second deck, lifting the Los Angeles Dodgers to a 2-1 victory Friday night in their first game back in the Bronx since winning the first of consecutive World Series titles in 2024.</p><p>"On me,” Boone said three times after the game along with three variations of “I probably should grab him there.”</p><p>In his 10th major league start since returning in May from Tommy John surgery, Cole took a three-hit shutout with eight strikeouts into the seventh.</p><p>New York led on an unearned run against Roki Sasaki in the fourth. Jasson Domínguez doubled, took third when center fielder Andy Pages dropped the ball while picking it up by the warning track and scored on Dalton Rushing’s passed ball.</p><p>Cole fell behind Betts 3-0, got a pair of called strikes and missed outside with a fastball. With a pair of left-handed hitters coming up in Muncy and Kyle Tucker, Boone had lefty Brent Headrick warmed up in the bullpen.</p><p>When Boone started to the mound, Cole thought he had a chance to remain in the game.</p><p>“I figured he was going to give me a conversation,” the 35-year-old right-hander said. “He asked me to get Muncy and I said, `Of course.'”</p><p>While some teams rely on pitch counts and formulas, at this stage of Cole's season Boone went with his own evaluation.</p><p>“You’re reading body language. You're reading conversation,” Boone explained. “I have a thought in my head going out there, so I’m making the decision as I’m walking out there.”</p><p>Cole got ahead 0-2 in the count against Muncy, who then fouled off a changeup. A slider at the top, outside corner was called a ball.</p><p>“I was like, dude, it’s so close,” Cole said. “I mean, I feel like under an inch it’s like flip it. You've just got to kind of I guess go with your gut, but at the same time my mindset is I can always make another pitch."</p><p>Muncy fouled off a slider, took an outside fastball and drove Cole's 103rd and final pitch 416 feet into the right-field second deck. Cole turned his neck briefly, didn't bother to watch the ball land and slapped his bare hand into his glove.</p><p>“I didn’t really give the pitch a chance,” Cole said. “He pulled out a great swing.”</p><p>Muncy left Yankee Stadium without speaking with reporters.</p><p>“It was a tough decision for Boonie," Dodgers manager Dave Roberts said. “Max spoiled some good pitches and then got a pitch in his wheelhouse and put a good swing on it.”</p><p>Los Angeles last played in the Bronx in Game 5 of the 2024 Series when Cole had a 5-0 lead. Errors by the 2023 AL Cy Young Award winner and Aaron Judge in center led to five unearned runs in the fifth. Los Angeles went on to win 7-6 and take the title.</p><p>Great defensive play by Pages and Betts</p><p>On a night with smoke in the air from Canadian wildfires, Los Angeles began the second half by improving to a big league-best 62-36. New York (54-43) dropped to 18-20 without Judge, still sidelined by a fractured rib.</p><p>New York’s Trent Grisham was thrown out trying to score from first on Ben Rice’s eighth-inning double off the right-center field wall.</p><p>Pages picked up the ball on a bounce, wheeled and made a throw to Betts that tailed. With his back to the plate, the shortstop moved to his left to catch it and threw across his body.</p><p>Rushing caught the relay about 5 feet up the first-base line, swiped his mitt across the plate and tagged the left leg of a sliding Grisham.</p><p>"We gave one away I thought early with the defense and to make a play like that defensively was big,” Roberts said.</p><p>Boone didn't fault third base coach Luis Rojas for the send. Grisham, who returned July 3 from a strained right hamstring, didn't run hard off the bat and then sped up.</p><p>“I’m conscious of my hammy. I’m coming back from it,” Grisham said.</p><p>___</p><p>AP MLB: https://apnews.com/hub/MLB</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/X3JRZC22GOLPHPAWR26T5PCJRU.jpg?auth=53ec6e55e90f3393ccb0d00d2797430378f4daafa5996b294f5be5fbc566815d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[New York Yankees manager Aaron Boone, second left, confers with Gerrit Cole during the seventh inning of a baseball game against the Los Angeles Dodgers, Friday, July 17, 2026, in New York. (AP Photo/Adam Hunger)]]></media:description><media:credit role="author" scheme="urn:ebu">Adam Hunger</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/I7OHA6SUVCZJH42ARCZ7FOG2YM.jpg?auth=3fc969819085ac51a45a1e8a3498f4eb3ffd2e7e060bede1fd9bdb97f5c60df2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[New York Yankees pitcher Gerrit Cole reacts while walking to the dugout after giving up a two-run home run to Los Angeles Dodgers' Max Muncy during the seventh inning of a baseball game Friday, July 17, 2026, in New York. (AP Photo/Adam Hunger)]]></media:description><media:credit role="author" scheme="urn:ebu">Adam Hunger</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XHJDIGXNPKVZ66EFGPKUAV5JHM.jpg?auth=c3bd5fe9a665d8d9e4cd48df24dc78b69d4c959ea5221e6e9c19e4cff925f502&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[New York Yankees pitcher Gerrit Cole, right, reacts after giving up a two-run home run to Los Angeles Dodgers' Max Muncy during the seventh inning of a baseball game Friday, July 17, 2026, in New York. (AP Photo/Adam Hunger)]]></media:description><media:credit role="author" scheme="urn:ebu">Adam Hunger</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YW5ZUHKECK7IQWSE47R5SCPDXE.jpg?auth=9d79764002b968c27850c7ea809046efce7962fdaf2120b47c47a45ad0e6ecf9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Los Angeles Dodgers' Max Muncy watches his two-run home run during the seventh inning of a baseball game against the New York Yankees, Friday, July 17, 2026, in New York. (AP Photo/Adam Hunger)]]></media:description><media:credit role="author" scheme="urn:ebu">Adam Hunger</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/7HVAQCO3OMNV535BHC3GBWVBWY.jpg?auth=53a379c66789136743e904b1998a11e6bcf6fdd33f99ea200f9cd1d836521cdb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Los Angeles Dodgers' Max Muncy (13) celebrates after his two-run home run with Mookie Betts (50) during the seventh inning of a baseball game against the New York Yankees, Friday, July 17, 2026, in New York. (AP Photo/Adam Hunger)]]></media:description><media:credit role="author" scheme="urn:ebu">Adam Hunger</media:credit></media:content></item><item><title><![CDATA[Cut the number of choices you make each day. Your brain will thank you]]></title><link>https://www.local10.com/health/2026/07/18/cut-the-number-of-choices-you-make-each-day-your-brain-will-thank-you/</link><guid isPermaLink="true">https://www.local10.com/health/2026/07/18/cut-the-number-of-choices-you-make-each-day-your-brain-will-thank-you/</guid><dc:creator><![CDATA[By ALBERT STUMM, Associated Press]]></dc:creator><description><![CDATA[Jeans that fit perfectly. The ideal Netflix show for a Tuesday night. Your one and only soulmate. Modern life promises that with enough options, you will happily find the best of everything.]]></description><pubDate>Sat, 18 Jul 2026 04:03:13 +0000</pubDate><content:encoded><![CDATA[<p>Jeans that fit perfectly. The ideal Netflix show for a Tuesday night. Your one and only soulmate. Modern life promises that with enough options, you will happily find the best of everything.</p><p>But behavioral scientists say the increasing flood of choices — whether it comes to shopping, social lives or relationships — is doing the opposite.</p><p>The idea that more choice is better is baked into Western culture, but research shows that having more options can make people anxious, indecisive and, paradoxically, less happy with what they pick, said Barry Schwartz, an emeritus psychology professor at Swarthmore University and author of “The Paradox of Choice.”</p><p>“There have been hundreds of studies showing that there can be too much of a good thing,” Schwartz said.</p><p>To minimize the mental noise, he said, limit the number of choices you make, and your brain will thank you for it.</p><p>More is often more confusing</p><p>Schwartz offered several examples of cases where more options left people worse off.</p><p>In the case of Medicare Part D prescription drug plans, people in states with more choices were less likely to choose any of them, he said. The same goes for 401(k) investments. The more options a company had, the less likely employees were to sign up, even when the employer offered matching money.</p><p>Less consequential choices are no different. Schwartz pointed to one often-cited study that showed shoppers at a gourmet grocery store bought more jars of artisanal jam when they were presented with six flavors rather than with a wider array of 24. In a follow-up study, students were more likely to complete an extra-credit assignment when they were given six topics to choose from instead of 30.</p><p>Schwartz’s research expanded on those findings to learn the emotional responses to this phenomenon.</p><p>“Instead of being liberated by all this choice, you’re paralyzed,” he said. “You can do anything, and you can’t figure out which of those many things to do.”</p><p>People also often end up making worse decisions since more options suggest more potentially bad outcomes, he said. And once someone finally decides from all the possibilities, they may be less satisfied with even a good choice because they fear there was a better alternative.</p><p>Schwartz said the satisfaction problem is especially acute for people whose aim is to get the best, whom psychologists call maximizers.</p><p>“People who are maximizers especially suffer from the proliferation of options,” he said. “Only the best will do.”</p><p>The tendency isn’t true for all people in all situations, Schwartz noted. Car buffs will gladly dive into the details of nearly unlimited choice when buying a new one.</p><p>“But you don’t feel that way when it comes to buying jam,” he said.</p><p>The brain doesn't like making decisions</p><p>Daniel Willingham, a psychology professor and neuroscience researcher at the University of Virginia, said the phenomenon occurs because the brain is designed to save people from having to think.</p><p>Problem-solving requires more energy than relying on memory, a fact that has roots in evolutionary survival mode, Willingham said. When faced with a goal, whether it be an immediate need like responding to a threat or something longer term like finding shelter, the mind first searches for what’s worked before. The problem-solving part of the brain only kicks in afterward.</p><p>“Another way to put it is that if you’re thinking, things are not going well,” he said.</p><p>That explains why sometimes people move through parts of their day on autopilot, he said. Throughout the day, people are confronted with hundreds of situations where they could do something different, but they almost always take the same route to work.</p><p>Schwartz said the proliferation of choices also has become tangled with identity in the social media age, where everyone can easily compare their choices to others.</p><p>“When all you’ve got to choose from is Lee’s and Levi’s, nobody expects the jeans they buy to fit perfectly,” he said. “When there are 2,000 options, well, now, dammit, you do expect your jeans to fit perfectly.”</p><p>Limit your choices and move on</p><p>David Epstein said that after researching his book, “Inside the Box: How Constraints Make Us Better,” he began to shift away from his maximalist tendencies. Now, he limits his opportunities for making choices, such as when he bought 10 of the same well-fitting T-shirts in different colors.</p><p>He was following the example of Herbert Simon, a psychologist and 1978 Nobel laureate in economics, who had three sets of clothes and ate nearly the same thing every day. Simon introduced the term “satisficing,” a combination of satisfying and sufficing that means setting good-enough criteria for decisions and moving on.</p><p>Epstein sets satisficing rules for himself when shopping online by first focusing on the purpose of the purchase.</p><p>“When I find one that does that, I’m buying it, instead of reading all the reviews and getting sucked into, ‘Well, this one has all these other features.’”</p><p>Willingham and Schwartz suggested farming out some decisions. If you’re looking for a new phone, find a friend who is happy with theirs and buy that one.</p><p>For larger decisions like financial planning, you’ll be happier if you rely on someone else’s professional expertise, Willingham said.</p><p>“If you’re thinking, ‘Well, I’m a clever guy, I can figure that out,’ I think 9 times out of 10, you’re fooling yourself,” he said.</p><p>Schwartz acknowledged that for people who have trouble making decisions, changing is difficult. But it’s worth it.</p><p>“What happens over time is you find it easier to make decisions, you end up more satisfied with the decisions you make, and all of a sudden, you’ve got an extra two hours in every day,” he said.</p><p>___</p><p>EDITOR’S NOTE: Albert Stumm writes about wellness, food and travel. Find his work at https://www.albertstumm.com</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/UUG7R4HJVPRB4UD6KO7MYFUJPQ.jpg?auth=f5b3457524998c32b635d836b1b3bb4c47ce8f705b26ec2a6e1c4429d848788b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[(AP Illustration / Peter Hamlin)]]></media:description><media:credit role="author" scheme="urn:ebu">AP Illustration /  Peter Hamlin</media:credit></media:content></item><item><title><![CDATA[International visitors came to the United States for soccer. Some saw beyond the clichés, too]]></title><link>https://www.local10.com/news/national/2026/07/18/international-visitors-came-to-the-united-states-for-soccer-some-saw-beyond-the-cliches-too/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/07/18/international-visitors-came-to-the-united-states-for-soccer-some-saw-beyond-the-cliches-too/</guid><dc:creator><![CDATA[By SARAH RAZA, Associated Press]]></dc:creator><description><![CDATA[From across borders and oceans, they came to the United States to watch soccer. Along the way, they have encountered American classics: the first bites of Raising Cane's chicken, wide-eyed tours through the outsized commercial landscape that is a Buc-ee's travel plaza, and the realization that pretty much everything American is enormous.]]></description><pubDate>Sat, 18 Jul 2026 04:02:29 +0000</pubDate><content:encoded><![CDATA[<p>From across borders and oceans, they came to the United States to watch soccer. Along the way, they have encountered American classics: the first bites of Raising Cane's chicken, wide-eyed tours through the outsized commercial landscape that is a Buc-ee's travel plaza, and the realization that pretty much everything American is enormous.</p><p>But World Cup tourists from other lands have taken in more than just the food and the size.</p><p>Their views of the United States — in many cases forged through the sometimes distorted establishing shots presented by the news media, TikTok and fuzzy word of mouth — are now informed by what they've seen with their own eyes. And in many cases, the spectacles have contradicted — or at least augmented — what they knew when they arrived.</p><p>Many landed expecting the politically fractured country that global headlines often trumpet. Instead, they found Uber drivers brimming with recommendations and locals willing to open their homes to strangers. Even as game attendees grappled with the sticker shock of ticket prices, some Americans they met didn't even know the World Cup was going on — or didn't care.</p><p>Here's what some tourists told The Associated Press about their experience in the United States over the past few weeks — and what impressions they'll take home when they go.</p><p>Americans welcome fans warmly</p><p>From Asia and across Europe and Africa all the way to Latin America, in thousands of social media posts, most World Cup tourists have agreed on one thing: Americans are hospitable. Locals cheered alongside international fans for their teams at sports bars, parades through city streets and, of course, World Cup matches.</p><p>Sebastian Reader, a 28-year-old from London, has long been fascinated by American culture and decided to make a three-month trip out of the World Cup. He has followed the English team wherever it played and said he's experienced friendliness in bigger cities like Chicago and Boston as well as less-populated states like Arkansas.</p><p>In Dallas, a person he met in a Mexican restaurant showed him his truck and revved the engine for him. Another local he met at a bar invited him and his friend over to his front porch, where they talked about movies and sports until 2 a.m.</p><p>“That felt like a proper American experience in Dallas,” Reader said. “He had, I would call it like a proper American setup, like a TV outside, a beer fridge, massive fly zappers, and then massive fans as well.”</p><p>Harry Gunns, 30, also of London, visited Texas and California in the past year. But he said visiting for the World Cup was the first time he experienced “hospitality in its absolute abundance,” from Uber drivers to hotel staff. On his posts online, Americans have responded with tons of recommendations for places to visit and where to eat, and some have even invited him over for a homecooked meal.</p><p>“It almost feels like you’re home straight away, is the best way I can describe it,” Gunns said. “Because in the U.K. specifically, it takes a while for people to warm up to you, but over here you get that immediately.”</p><p>Many locals he spoke to didn’t know the U.S. was hosting the World Cup, but Gunns hopes the influx of tourists opened up Americans to the beloved sport.</p><p>Zineb Benlamlih, a 28-year-old from Morocco, visited New York for the World Cup and found herself salsa dancing with a group of 50-year-olds in Central Park. “It’s so nice being able to talk to anyone, like a stranger would be your family,” she said.</p><p>Victoria Phillips-Hunter from Carlisle, England, raved about the hospitality staff, having worked in hospitality herself.</p><p>“Honestly I completely understand why the staff in America work and survive off the tips because they absolutely deserve the tips,” said Phillips-Hunter, 34. “And they make you want to be there and you know they put 100% effort into looking after you.”</p><p>Tourists find less division than expected</p><p>Tourists blamed news coverage for the sense that American politics is divisive but said the reality on the ground felt different.</p><p>Phillips-Hunter had been nervous before her trip because of videos she had seen on social media of people who had been dragged out of cars or shot by Immigration Customs and Enforcement officers.</p><p>“All of that was portrayed on videos on social media, it came across that it can happen absolutely anywhere. So you always have to have your wits about you and just be a bit wary,” she said. But she added that her experience in the U.S. was so positive that she hopes to do a longer trip.</p><p>Gunns believes some have boycotted visiting the U.S. because of President Donald Trump.</p><p>“I think in the media we get an impression that (Americans) are very proud Americans, and Texans are very proud Texans, which is brilliant but oftentimes that gets portrayed as they don’t like anyone else or maybe (are) not as accepting about everyone else," he said. "But that couldn’t be further from the truth.”</p><p>Benlamlih had friends from Chad and Somalia eager to attend the Cup, but they were unable to enter because of U.S. travel restrictions.</p><p>“You have this aspect of, ‘Oh my God, I want to go to the World Cup,’ which for Morocco is such an amazing experience,” she said. “And on the other side, you have such a bad global image of the U.S. at the moment, like obviously from a political point of view.”</p><p>Rafal Kolankowski, originally from Poland, said that despite the reputation of the U.S. in other countries, “there’s a reason why so many people want to move here.”</p><p>“Obviously, you have propaganda in other countries. ‘USA this, USA that.’ They come to the U.S., and they have a positive opinion on how the U.S. is," said Kolankowski, who now coaches varsity boys' soccer at Plum High School outside Pittsburgh.</p><p>Reader said that though he came in expecting to see political polarization, he found Americans to be friendly throughout the republic.</p><p>“There’s an impression of what’s going on here that is, I guess, quite divided,” he said. Americans were curious to know what he thinks of Trump, or America's robust car culture as opposed to London’s public transit.</p><p>He solved one problem with a simple decision that he has stuck to: Avoid conversations about politics. That's something many Americans can understand, too.</p><p>___</p><p>Associated Press writer Will Graves contributed from Pittsburgh.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/SL4LTWTJZQD6O5ATZOMWTHZFRA.jpg?auth=8488dae5c7777ed62ec8c45707b2f1ec28ae476018995a93bf18105b8c0735ed&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Fans of Argentina celebrate after they defeated England in their World Cup semifinal soccer match in Atlanta, Wednesday, July 15, 2026. (AP Photo/Lynne Sladky)]]></media:description><media:credit role="author" scheme="urn:ebu">Lynne Sladky</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QR5ZXBJGBKN7O67XJMRZN2ABNU.jpg?auth=e3b339f20405b0e64c820af6b1b01420a5207e7908982d9f1f0c9277398aa4e1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A French fan shields themselves from the sun during the World Cup semifinal soccer match between Spain and France at a watch party at the Rockefeller Center fan village, Tuesday, July 14, 2026, in New York. (AP Photo/Adam Gray)]]></media:description><media:credit role="author" scheme="urn:ebu">Adam Gray</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ZGD6UEULZDSHFHLKDDOKYDQLWY.jpg?auth=f4a59bfeb087e4674303f034698fa081274096c9114e21873d06acd195b096aa&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[England soccer fans celebrate during the World Cup semifinal soccer match between England and Argentina at The Clock pub in Hebburn, England, Wednesday, July 15, 2026. (AP Photo/Scott Heppell)]]></media:description><media:credit role="author" scheme="urn:ebu">Scott Heppell</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FAA37X7M6555PSYCHHS6VYR4EA.jpg?auth=c33f0dd27f032c1bfb6a8853f31e5ebf1e812772c93b45662b42c6a90f7bdbb9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[England fans react after England's Anthony Gordon scored the opening goal during the World Cup semifinal soccer match between England and Argentina in Atlanta, Wednesday, July 15, 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/53DZY5L47ICNRJMS33Q66RBIKA.jpg?auth=2ef1c032be7f281137e7bc7cb67f534b7329a40158b1a29a4af0997551409161&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Spain fan reacts after the team scored their first goal during the World Cup semifinal soccer match between Spain and France at a watch party at the Rockefeller Center fan village, Tuesday, July 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[Man seeks justice after alleged Wynwood attack leaves him, dog seriously injured]]></title><link>https://www.local10.com/news/local/2026/07/17/man-seeks-justice-after-alleged-wynwood-attack-leaves-him-dog-seriously-injured/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/17/man-seeks-justice-after-alleged-wynwood-attack-leaves-him-dog-seriously-injured/</guid><dc:creator><![CDATA[Trent Kelly]]></dc:creator><description><![CDATA[Evan Motlong says an evening jog with his dog in Wynwood ended with both of them seriously injured after an alleged attack by a stranger and two unleashed pit bulls.]]></description><pubDate>Sat, 18 Jul 2026 02:19:59 +0000</pubDate><content:encoded><![CDATA[<p>Evan Motlong says an evening jog with his dog in Wynwood ended with both of them seriously injured after an alleged attack by a stranger and two unleashed pit bulls.</p><p>Motlong, 30, said he was jogging with his dog near Northwest Second Avenue and 22nd Street Wednesday night when the two dogs charged at them.</p><p>“When I saw the dogs run after my dog -- all I could think about was saving her. That’s my baby. That’s my child,” Motlong said.</p><p>He said the pit bulls attacked his dog, biting her while she screamed.</p><p>“Just like that I see his two pit bulls on top of my dog, biting her. She’s screaming and yelping in pain,” he said.</p><p>Motlong said he managed to pull the dogs away and began calling 911. But he says the other man then ordered the dogs to attack him.</p><p>As he tried to fight them off, Motlong said the man shoved him to the ground and punched him so hard that he was knocked unconscious.</p><p>“This dude hit me when I was on the ground, and I was unconscious,” he said.</p><p>Cellphone video recorded by a witness shows Motlong lying motionless on the sidewalk while the man he accuses of attacking him walks away and kicks his cellphone. Local 10 News is blurring the man’s face because police have not charged him.</p><p>Photos taken at the hospital show Motlong’s injuries. He said he suffered several fractures and may need surgery.</p><p>Photos also show injuries to his German shepherd, which suffered a broken leg.</p><p>“I just want to get justice for myself and my dog,” Motlong said.</p><p>Motlong said he has filed a police report but says nothing has been done so far.</p><p>He wants the other man arrested and his two dogs taken away.</p><p>“We were just running and she was almost killed for nothing, you know. And I was on the ground and a guy hits me in the face with intent, you know, whatever intent. And he’s basically walking free,” Motlong said.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Max Muncy hits 2-run homer off Gerrit Cole in 7th to lift Dodgers over Yankees 2-1 in series opener]]></title><link>https://www.local10.com/sports/2026/07/17/max-muncy-hits-2-run-homer-off-gerrit-cole-in-7th-to-lift-dodgers-over-yankees-2-1-in-series-opener/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/17/max-muncy-hits-2-run-homer-off-gerrit-cole-in-7th-to-lift-dodgers-over-yankees-2-1-in-series-opener/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Max Muncy hit a two-run homer in the seventh inning on Gerrit Cole's 103rd and final pitch, lifting the Los Angeles Dodgers over the New York Yankees 2-1 on Friday night in their first game in the Bronx since winning the 2024 World Series.]]></description><pubDate>Sat, 18 Jul 2026 02:09:56 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Max Muncy hit a two-run homer in the seventh inning on Gerrit Cole's 103rd and final pitch, lifting the Los Angeles Dodgers over the New York Yankees 2-1 on Friday night in their first game in the Bronx since winning the 2024 World Series.</p><p>Shohei Ohtani went 0 for 4 with a pair of warning-track flyouts, five days after the four-time MVP had a lubricant injected into his irritated left knee.</p><p>Los Angeles began the second half by improving to a big league-best 62-36. New York (54-43) dropped to 18-20 without captain Aaron Judge, still sidelined by a fractured rib.</p><p>On a night with smoke in the air from Canadian wildfires, New York led on an unearned run against Roki Sasaki in the fourth. Jasson Domínguez doubled, took third when center fielder Andy Pages dropped the ball while picking it up by the warning track and scored on Dalton Rushing's passed ball.</p><p>Cole (3-5), who struck out eight, issued his first walk to Mookie Betts starting the seventh.</p><p>Yankees manager Aaron Boone went to the mound and left in the 35-year-old former Cy Young Award winner. Muncy fell behind 0-2 and with a 2-2 count on the seventh pitch drove a hanging slider into the right-field second deck for his 18th home run.</p><p>Cole had a 5-0 lead over the Dodgers in Game 5 of the 2024 Series before errors by the pitcher and Judge in center led to five unearned runs in the fifth. Los Angeles went on to win 7-6 and take the title.</p><p>Jack Dreyer (4-1) threw a called third strike to Domínguez that stranded two runners in the sixth, then retired the side in order in the seventh. New York's Trent Grisham was thrown out trying to score from first on Ben Rice's eighth-inning double. Pages threw to Betts, who relayed to Rushing as Pages got his big league-high 13th outfield assist.</p><p>Tanner Scott pitched a perfect ninth for his 14th save in 16 chances.</p><p>Sasaki allowed the unearned run and five hits in 5 2/3 innings. He reached 100 mph with 21 pitches — Sasaki had thrown 12 this season coming in. He is 0-2 with a 5.05 ERA in eight starts since May 23.</p><p>Up next</p><p>Yankees LHP Ryan Weathers (3-7, 4.15 ERA) and Dodgers RHP Emmet Sheehan (4-6, 4.81) start Saturday.</p><p>___</p><p>AP MLB: https://apnews.com/hub/MLB</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/YW5ZUHKECK7IQWSE47R5SCPDXE.jpg?auth=9d79764002b968c27850c7ea809046efce7962fdaf2120b47c47a45ad0e6ecf9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Los Angeles Dodgers' Max Muncy watches his two-run home run during the seventh inning of a baseball game against the New York Yankees, Friday, July 17, 2026, in New York. (AP Photo/Adam Hunger)]]></media:description><media:credit role="author" scheme="urn:ebu">Adam Hunger</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/I7OHA6SUVCZJH42ARCZ7FOG2YM.jpg?auth=3fc969819085ac51a45a1e8a3498f4eb3ffd2e7e060bede1fd9bdb97f5c60df2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[New York Yankees pitcher Gerrit Cole reacts while walking to the dugout after giving up a two-run home run to Los Angeles Dodgers' Max Muncy during the seventh inning of a baseball game Friday, July 17, 2026, in New York. (AP Photo/Adam Hunger)]]></media:description><media:credit role="author" scheme="urn:ebu">Adam Hunger</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/A6SFDRUYIXSLR2TFBMB4X5CA3A.jpg?auth=6f2096f17b5143bf2be1dee6ee55f94d73024e2a46efbed7d80eaef3cc6860bf&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Los Angeles Dodgers' Max Muncy, right, watches his two-run home run during the seventh inning of a baseball game against the New York Yankees, Friday, July 17, 2026, in New York. (AP Photo/Adam Hunger)]]></media:description><media:credit role="author" scheme="urn:ebu">Adam Hunger</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/7HVAQCO3OMNV535BHC3GBWVBWY.jpg?auth=53a379c66789136743e904b1998a11e6bcf6fdd33f99ea200f9cd1d836521cdb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Los Angeles Dodgers' Max Muncy (13) celebrates after his two-run home run with Mookie Betts (50) during the seventh inning of a baseball game against the New York Yankees, Friday, July 17, 2026, in New York. (AP Photo/Adam Hunger)]]></media:description><media:credit role="author" scheme="urn:ebu">Adam Hunger</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XHJDIGXNPKVZ66EFGPKUAV5JHM.jpg?auth=c3bd5fe9a665d8d9e4cd48df24dc78b69d4c959ea5221e6e9c19e4cff925f502&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[New York Yankees pitcher Gerrit Cole, right, reacts after giving up a two-run home run to Los Angeles Dodgers' Max Muncy during the seventh inning of a baseball game Friday, July 17, 2026, in New York. (AP Photo/Adam Hunger)]]></media:description><media:credit role="author" scheme="urn:ebu">Adam Hunger</media:credit></media:content></item><item><title><![CDATA[Lionel Messi speaks in advance of World Cup final, says Argentina 'will give it our all']]></title><link>https://www.local10.com/sports/2026/07/17/lionel-messi-speaks-in-advance-of-world-cup-final-says-argentina-will-give-it-our-all/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/17/lionel-messi-speaks-in-advance-of-world-cup-final-says-argentina-will-give-it-our-all/</guid><dc:creator><![CDATA[By TIM REYNOLDS, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — The lineup of sports legends simultaneously on the stage at Fanatics Fest on Friday night was almost absurd. There was Tom Brady, the greatest Super Bowl champion of all time. There was Novak Djokovic, the winner of more men's Grand Slam tennis tournaments than anyone else. There was Kevin Durant, the only four-time Olympic gold medalist in men's basketball history.]]></description><pubDate>Sat, 18 Jul 2026 00:32:11 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — The lineup of sports legends simultaneously on the stage at Fanatics Fest on Friday night was almost absurd. There was Tom Brady, the greatest Super Bowl champion of all time. There was Novak Djokovic, the winner of more men's Grand Slam tennis tournaments than anyone else. There was Kevin Durant, the only four-time Olympic gold medalist in men's basketball history.</p><p>And before they left, they all got a selfie with Lionel Messi.</p><p>Let that be the latest proof of Messi's power: Even the biggest stars in the sports universe clearly enjoy a chance to be around the best soccer player of all-time. They'll all be watching Sunday — along with probably 1.5 billion other people worldwide — when Messi and Argentina face Spain in the World Cup final.</p><p>“We will give it our all,” Messi said.</p><p>The star-studded news conference was expected to be Messi's last public appearance before Sunday's final in East Rutherford, New Jersey. FIFA decided to use Fanatics Fest — a four-day celebration of sports in New York, replete with autograph signings and celebrity appearances — as the backdrop for its preview news conferences, meaning hundreds of people got the chance to get a glimpse of Messi in the sort of setting not usually open to the public.</p><p>“It goes beyond words what Messi means as a player and what he means for Argentina,” Spain captain Rodri said. “Obviously, for me, he’s the greatest of all times.”</p><p>The idea for the appearance by Messi and the other players and coaches from Argentina and Spain was simple: Instead of having traditional media asking questions, the stars got to do the asking.</p><p>Brady probed Messi about a remarkable photo that has gone viral this week of him bathing a cute baby boy who grew up to be Spain star Lamine Yamal — “What a crazy picture,” Messi said. Djokovic asked Argentina coach Lionel Scaloni about dealing with pressure, then posed a version of that same question to Messi.</p><p>And when Messi finished, Djokovic simply said, “Gracias, Leo.” Djokovic then asked Spain coach Luis de la Fuente and captain Rodri about staying calm in big moments, before Brady asked Messi about the infamous photo with Yamal, and Rodri about what he'll say to teammates before Sunday's final. Durant then came out, asking Argentina goalkeeper Emiliano Martinez about what it would mean to win back-to-back World Cups.</p><p>The Argentina and Spain sides, to their credit, seemed to enjoy the show. The World Cup final is a spectacle, and so was the preview event.</p><p>“It's one more game,” Scaloni said. “We cannot really think about the fact that it's a World Cup final.”</p><p>It was not the easiest of roads for Argentina to get back to the final, even though the defending champions (7-0-0) are the only unbeaten and untied team left in the tournament; Spain (6-0-1) drew its opening match against Cape Verde.</p><p>Argentina had to rally from a 1-0 second-half deficit to beat England in the semifinals, had to rally from a 2-0 second-half deficit to beat Egypt in the Round of 16, and got taken to extra time by both Cape Verde (in the round of 32) and Switzerland (in the quarterfinals).</p><p>“I've said many times: We never stop fighting,” Messi said.</p><p>With that, the defending champions got their ticket to New York. And when Messi walked onto that stage Friday, not many of those who were jammed inside the theater applauded — since they were holding their phones instead, hoping to capture images of the moment.</p><p>Messi knew what they wanted. He smiled and waved. They roared.</p><p>When the event wrapped up, everyone — the players, the coaches, actor and comedian Kevin Hart, rapper and producer Travis Scott, England great Rio Ferdinand, Fanatics CEO Michael Rubin and more — gathered for that selfie with the fans in the background.</p><p>“Sunday is going to be a great show,” Scaloni said.</p><p>It seemed like Messi may have taken a quick look at the case holding the trophy before he departed. Either way, it's not like he needs a reminder of what's at stake. No team has won back-to-back World Cups since Brazil in 1958 and 1962, and Messi now has a chance to add one more accomplishment to his already overstuffed resume.</p><p>"We've got a group of players and a group of coaches that are working incredibly hard every single day to try to bring happiness to my country," Martinez said. “We're going to give absolutely our best, with Leo, with the team that we have, to bring the World Cup back to my country and celebrate with our people.”</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/MLRZCZCMBPP3FRNE4UZI7EBPJI.jpg?auth=df0d08a3e1152df0e70b62cf252d277f55a52ecfcc93679e09beae8bbfc02970&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 listens to former NFL player Tom Brady during a news conference ahead of the World Cup final soccer match between Spain and Argentina in New York, Friday, July 17, 2026. (AP Photo/Frank Franklin II)]]></media:description><media:credit role="author" scheme="urn:ebu">Frank Franklin II</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/SVW2MPJHGMAUVM7Y5ANLPWZ7VE.jpg?auth=b972dbd45d38a84630e4ba3550bd075cf230ac1a1f0cab9c063f77c31a357e2d&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 waves during a news conference ahead of the World Cup final soccer match between Spain and Argentina in New York, Friday, July 17, 2026. (AP Photo/Frank Franklin II)]]></media:description><media:credit role="author" scheme="urn:ebu">Frank Franklin II</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VVWPVVXJKHJXYKOWDGPD2F2FYM.jpg?auth=3edace5c1f57f298d87c48c37768cdf471bf701dc1358a92b781cac64a7c4adb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[From left, Argentina goalkeeper Emiliano Martinez and head coach Lionel Scaloni listen as Lionel Messi speaks during a news conference ahead of the World Cup final soccer match between Spain and Argentina in New York, Friday, July 17, 2026. (AP Photo/Stephanie Scarbrough)]]></media:description><media:credit role="author" scheme="urn:ebu">Stephanie Scarbrough</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/Y2BOT25GAAJLKX3OC6PD7VKIDI.jpg?auth=6aa8693f179c7fda3a5f194df86c7b50cfd5e5e6eed44ce903e64a35a68285ec&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, head coach Lionel Scaloni listens to tennis player Novak Djokovic during a news conference ahead of the World Cup final soccer match between Spain and Argentina in New York, Friday, July 17, 2026. (AP Photo/Frank Franklin II)]]></media:description><media:credit role="author" scheme="urn:ebu">Frank Franklin II</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KKB753UHP4X7NPSDLOFVAFIZZA.jpg?auth=a55b20835fe61ef7aaa925ae7d3ef7f087674a416a0c7aa58ae7adb182b118b9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Tennis player Novak Djokovic greets Argentina's Lionel Messi as goalkeeper Emiliano Martinez, left, and head coach Lionel Scaloni look on during a news conference ahead of the World Cup final soccer match between Spain and Argentina in New York, Friday, July 17, 2026. (AP Photo/Stephanie Scarbrough)]]></media:description><media:credit role="author" scheme="urn:ebu">Stephanie Scarbrough</media:credit></media:content></item><item><title><![CDATA[A Texas prosecutor reveals new details in an ICE killing of a Houston father]]></title><link>https://www.local10.com/news/national/2026/07/17/a-texas-prosecutor-reveals-new-details-in-an-ice-killing-of-a-houston-father/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/07/17/a-texas-prosecutor-reveals-new-details-in-an-ice-killing-of-a-houston-father/</guid><dc:creator><![CDATA[By SAFIYAH RIDDLE, Associated Press]]></dc:creator><description><![CDATA[A federal prosecutor in Texas shared new details Thursday evening about the moments before an immigration officer shot and killed a Mexican national and longtime U.S. resident in early July. The disclosure complicates the government’s earlier claim that the man struck an ICE vehicle before he was shot.]]></description><pubDate>Sat, 18 Jul 2026 00:24:37 +0000</pubDate><content:encoded><![CDATA[<p>A federal prosecutor in Texas shared new details Thursday evening about the moments before an immigration officer shot and killed a Mexican national and longtime U.S. resident in early July. The disclosure complicates the government’s earlier claim that the man struck an ICE vehicle before he was shot.</p><p>A U.S. Immigration and Customs Enforcement officer killed Lorenzo Salgado Araujo, 52, on July 7 as he was driving to a Houston construction job site with three co-workers, one of whom was his brother. The shooting sparked protests in the sprawling Texas city, echoing Salgado Araujo’s family’s calls for transparency. The family describes him as a hardworking father very close to obtaining legal status in the U.S. after living in the country for 35 years.</p><p>The shooting came just days before two other men in Florida and Maine died as part of President Donald Trump's federal immigration crackdown, renewing scrutiny on the Department of Homeland Security's law enforcement tactics.</p><p>Aaron Reitz, the U.S. attorney for the Southern District of Texas, said for the first time on Thursday that ICE officers were targeting two Guatemalan men who were potentially subject to deportation. He said they were driving a van similar to the one Salgado Araujo was driving when he was killed. In an earlier statement released the day Salgado Araujo was killed, DHS said he was targeted in an immigration enforcement operation, and he was living in the country without legal permission.</p><p>Reitz also said that the officers believed that Salgado Araujo and the passengers in his car fit the description of the Guatemalan men the agents were looking for.</p><p>Four officers driving two separate law enforcement vehicles attempted to pull over Salgado Araujo's van using their police lights. Salgado Araujo then made a U-turn and drove over a median to evade getting pulled over, Reitz said.</p><p>Later that morning, the officers again encountered Salgado Araujo's van and for the second time tried to pull him over, this time effectively surrounding the vehicle, Reitz said. Two of the four agents got out of their cars and told Salgado Araujo to put the vehicle in park. Just before he was shot, one of the agents was “partially inside the van or immediately next to it” when Salgado Araujo tried to reverse and then drive forward again, Reitz said.</p><p>An earlier DHS statement accused Salgado Araujo of weaponizing his vehicle. The agency said he rammed his van into a law enforcement vehicle and said an officer opened fire in self-defense. The most recent statement from the U.S attorney's office, however, didn't mention any collision between Salgado Araujo's van and a law enforcement vehicle. It also didn't explicitly say that the officer feared for his life. There are no reported injuries for the officers involved.</p><p>The latest statement didn't name the officer who killed Salgado Araujo, nor did it specify if the officer who fired the shot was the same person who was next to, or partially inside, the van.</p><p>Reitz also said in the statement that officers “saw in plain view several small bags of a white, crystal-like substance inside the van” and that the FBI later executed a search warrant to investigate for possible illicit substances. Salgado Araujo’s brother, who was in the van when the shooting happened, has been in ICE detention since the incident. His attorney said the white substance was a salt mixture that the men used as electrolytes to stay hydrated while doing manual labor in the grueling Texas heat.</p><p>Few photos or videos surrounding the shooting in Houston have emerged on social media, unlike other deaths involving federal immigration officers.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/URJU4QGFKNDD35SES5H7QVGQBI.jpg?auth=2bef7a3511c9577ea3e132a26101ba79688cc668f662bc1310cdc14a9f0d5239&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A memorial grows at the site where Lorenzo Salgado Araujo was fatally shot by ICE agents, last week, on Monday, July 13, 2026, in Houston. (AP Photo/Karen Warren)]]></media:description><media:credit role="author" scheme="urn:ebu">Karen Warren</media:credit></media:content></item><item><title><![CDATA[License revoked for boarding school in Utah where Paris Hilton says she was abused as a teen]]></title><link>https://www.local10.com/entertainment/2026/07/17/license-revoked-for-boarding-school-in-utah-where-paris-hilton-says-she-was-abused-as-a-teen/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/07/17/license-revoked-for-boarding-school-in-utah-where-paris-hilton-says-she-was-abused-as-a-teen/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[SALT LAKE CITY (AP) — Utah revoked another campus license on Friday for the boarding school where Paris Hilton said she was abused as a teenager, marking a major victory in the hotel heiress’ yearslong fight to shut down the school.]]></description><pubDate>Sat, 18 Jul 2026 00:46:40 +0000</pubDate><content:encoded><![CDATA[<p>SALT LAKE CITY (AP) — Utah revoked another campus license on Friday for the boarding school where Paris Hilton said she was abused as a teenager, marking a major victory in the hotel heiress’ yearslong fight to shut down the school.</p><p>The Utah Department of Health and Human Services' decision cites a multitude of noncompliance citations in 2026 for the Provo Canyon School’s Provo campus, including not protecting “a client from potential harm or acts of violence,” and “using cruel and unnecessary practice on a child." More than a dozen of the citations were noted on Friday.</p><p>“No child should be hurt in a program that is meant to protect them; particularly programs that require the authorization of the state to operate,” Shannon Thoman-Black, director of the division of licensing and background checks at the health and human services department, said in a statement.</p><p>Earlier this month, the state revoked the license for the Provo Canyon School’s other campus in Utah, saying the school has “failed to provide applicable health and safety services for clients.”</p><p>Paris Hilton, the media personality who spent almost a year at the school in the late 1990s, said the latest announcement means she finally feels a sense of “peace.”</p><p>“This horrific chapter of abuse, neglect, and trauma has finally come to an end,” she said in a statement.</p><p>The school, which is described on its website as a psychiatric residential treatment facility for youth ages 12 to 18, has until Aug. 15 to stop providing services at its Provo campus. In the interim, Utah officials will be monitoring the facility at least once a week, according to the state’s Department of Health and Human Services.</p><p>Staci Bradley, the school’s director of business development, said in a statement that they do not agree with the state’s decision and “are carefully reviewing all available legal and administrative avenues, including the appeals process.”</p><p>The facility has 15 days to request a hearing before the department.</p><p>Hilton alleges that school staff members beat her, watched her shower, fed her unknown pills and locked her in solitary confinement without clothing.</p><p>“Today means no child will ever have to endure what we did at Provo Canyon School again,” she said.</p><p>She has testified about her experiences there in Congress and state legislatures around the U.S., helping pass laws to protect teens in Utah and more than a dozen other states. Utah has long played an outsized role in the troubled teen industry, a network of private, for-profit residential centers for children with behavioral issues.</p><p>In June, Hilton returned to the Provo Canyon School to support two families who filed lawsuits alleging that their children were mistreated at the school.</p><p>The school is under new ownership, and the administration has said it can’t comment on anything that came before the change, including Hilton’s time there.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/IJ6KL3HI3O443N4VO5LQWO5QFE.jpg?auth=60497610277eab5b44bce4dff2b674df51443bbc2a8972ac78081856f3393d5c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE -Signage for the Provo Canyon School in Springville, Utah, is pictured June 15, 2026. (AP Photo/Hannah Schoenbaum, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Hannah Schoenbaum</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/MY3NGL2CER4RGM4CNOCR7HOHUE.jpg?auth=d697e2a202b3ee1bbe3f3face21d498983ba3f72fc1abdbb7c31f51018bcf3c5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Paris Hilton protests outside the Provo Canyon School, where she says she suffered abuse as a teen, Monday, June 15, 2026, in Springville, Utah. (AP Photo/Hannah Schoenbaum, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Hannah Schoenbaum</media:credit></media:content></item><item><title><![CDATA[The Latest: DHS Secretary Mullin speaks on election security after Trump doubles down in speech]]></title><link>https://www.local10.com/news/2026/07/17/the-latest-trump-doubles-down-on-election-fraud-claims-in-primetime-speech/</link><guid isPermaLink="true">https://www.local10.com/news/2026/07/17/the-latest-trump-doubles-down-on-election-fraud-claims-in-primetime-speech/</guid><dc:creator><![CDATA[By The Associated Press, Associated Press]]></dc:creator><description><![CDATA[Homeland Security Secretary Markwayne Mullin discussed election security at the White House complex. The Friday briefing follows President Donald Trump’s primetime speech Thursday night, where he revived falsehoods about voter fraud ahead of the November midterms.]]></description><pubDate>Fri, 17 Jul 2026 15:45:14 +0000</pubDate><content:encoded><![CDATA[<p>Homeland Security Secretary Markwayne Mullin discussed election security at the White House complex. The Friday briefing follows President Donald Trump’s primetime speech Thursday night, where he revived falsehoods about voter fraud ahead of the November midterms.</p><p>Trump used a primetime address to the nation to elevate his yearslong push to raise doubts about the legitimacy of U.S. elections and dispute his 2020 loss — this time, to justify his push to pass a strict voter ID bill. His allegations of interference and influence didn’t include key context. Nor did he produce evidence that votes had been manipulated or that the election outcome had been altered.</p><p>Here’s the latest:</p><p>DHS secretary pledges to aggressively chase voter fraud cases</p><p>Homeland Security Secretary Markwayne Mullin said if anyone votes illegally in the upcoming midterm elections, “we will hunt you down, we will find you and we will prosecute you.”</p><p>In a White House briefing doubling down on Trump’s primetime election claims, Mullin also threatened fines, penalties or prison time for state election officials who refuse to hand over sensitive voter data to DHS.</p><p>He said states that don’t elect to use DHS’s recently updated tool for identifying noncitizen voters, will become “a priority” for investigations.</p><p>The comments come as a federal judge has blocked the use of DHS’s updated system, citing voter privacy and the fact that it can result in the wrongful purging of eligible voters.</p><p>Why American elections are so complicated — and secure</p><p>In his speech to the nation Thursday evening, President Trump said Americans deserve secure elections, and he claimed to be using federal authority to prevent them from being “stolen.”</p><p>In fact, one of the strongest security features of U.S. elections is the fact that they aren’t conducted at the federal level. America votes in more than 10,000 different election jurisdictions, each with different rules set by state and sometimes local governments.</p><p>That structure makes the nation’s elections extraordinarily complicated — and also safe from widespread fraud. And when misconduct does happen — rarely — security protocols frequently catch it.</p><p>▶ Read more</p><p>ICE has seen a surge in new hires</p><p>In January, Homeland Security said it had hired 12,000 new officers and agents since the hiring surge began and said thousands of those new officers were already out on the streets assisting with investigations. The number includes both deportation officers and agents for Homeland Security Investigations, a separate agency that falls under ICE.</p><p>ICE has said the majority of new hires are police and military veterans. But evidence has been mounting that applicants with questionable histories were either not fully vetted before they were brought on or were hired in spite of their past, an investigation by The Associated Press earlier this year found.</p><p>Maine shooting and officer’s background raise new questions about ICE’s rapid hiring</p><p>Immigration and Customs Enforcement has been rapidly expanding its workforce, hiring thousands of new officers as part of the Trump administration’s attempt to ramp up immigration arrests and deportations.</p><p>The supersizing of ICE — fueled by an infusion of billions of dollars granted by Congress — has raised concerns about the agency’s hiring practices and whether officers being brought on are receiving proper vetting. Those concerns have been rejected by the Department of Homeland Security.</p><p>Relatives of the ICE officer who shot a Colombian man in Maine this week told The Associated Press he struggled with serious mental health issues since early childhood and never should have been given a badge and gun to patrol American streets.</p><p>▶ Read more</p><p>Lawmakers demand answers after ‘bombshell’ report of ICE officer shooting in Maine</p><p>Democratic members of Congress demanded answers about Homeland Security’s vetting and training of immigration enforcement agents after it was disclosed Thursday that the ICE officer involved in a deadly shooting this week in Maine had a history of mental health issues and violent behavior.</p><p>The Associated Press reported that David Brouillette, the Immigration and Customs Enforcement officer who shot a Colombian man in Maine, is an Army veteran who’s struggled with serious mental health issues since early childhood, according to several of his close relatives.</p><p>The AP reached out to congressional leaders and several key lawmakers of both parties for response.</p><p>The top Democrat on the House Homeland Security Committee, Rep. Bennie Thompson of Mississippi, said Brouillette’s history of violence and mental health issues, as well as the death in Maine, “directly call into question the supposed vetting and training ICE does of its recruits.”</p><p>▶ Read more</p><p>To air or not to air? Nation’s TV networks struggle to find the right balance for Trump speech</p><p>As President Trump threatened sanctions for those who didn’t cover his address live Thursday night, the nation’s broadcast and cable news operations wrestled with the thorniest of questions: To air or not to air?</p><p>Networks and their news operations, broadcast and cable alike, spent the hours leading up to Trump’s address debating how to cover it — and struggling to balance delivering the news with handing over their airwaves to potential falsehoods about the 2020 elections.</p><p>In the end, a patchwork quilt of coverage was largely united by one common strategy: real-time fact-checking as much as was possible even while the president was still speaking.</p><p>The dilemma took place against a backdrop of deep tension between the media and a president working to exert control over it by whatever means he can. Even in his speech itself, Trump excoriated networks that chose not to carry it live.</p><p>▶ Read more</p><p>Rubio set for Asia trip</p><p>Secretary of State Marco Rubio is heading to the Philippines next week to attend meetings with foreign ministers at a gathering of the Association of Southeast Asian Nations, or ASEAN.</p><p>The State Department says Rubio is going to meet with his counterparts and senior officials from governments in the region as he pushes for a free and open Indo-Pacific.</p><p>Rubio is scheduled to leave for Manila on Sunday and head back to the U.S. on Thursday.</p><p>China rejects Trump’s election interference claim as ‘groundless accusations’</p><p>China on Friday said it has never interfered in U.S. elections and has no interest in doing so, urging Washington to stop making what it described as “groundless accusations” after President Trump accused Beijing of meddling in the 2020 election.</p><p>In an address to the nation Thursday, Trump again raised doubts about the U.S. elections results in 2020 and accused China of interfering in them.</p><p>“The relevant allegations by the U.S. are entirely fabricated and aimed at vilifying China,” said China’s Foreign Ministry spokesperson Lin Jian. “We have no interest in interfering in US elections and have never done so.”</p><p>In a daily briefing in Beijing, Lin called on the U.S. to stop making groundless accusations against China.</p><p>▶ Read more</p><p>Former intelligence official calls Trump’s address ‘dangerous’</p><p>Sue Gordon, principal deputy director of national intelligence in Trump’s first term, called the president’s address “a dangerous speech about an incredibly important topic.” She said the intelligence community throughout Trump’s first term was alarmed about foreign interference in elections, but Trump scoffed at them, angered at the investigation of his campaign’s relationship with Russia.</p><p>“He had an entire term to deal with it and I don’t know how you can believe how the same community that told him about it, that was excoriated about it” wouldn’t warn him in 2020, Gordon said on CNN.</p><p>Conservative commentator John Solomon, who joined the White House staff last month and was seated in the East Room for Trump’s speech, later told MS NOW “the intelligence community has zero evidence that someone has flipped — that a foreign power flipped — a vote in 2020, ’22 or ’24.”</p><p>But, he added, “We’re not through all the documents.”</p><p>Trump doesn’t raise doubts about his election wins</p><p>President Donald Trump began Thursday night with a stark warning about what he described as flaws in the voting system and said he was releasing previously classified documents related to the 2020 and 2018 elections, when he lost the presidential election and when his party suffered losses.</p><p>Trump’s speech presented allegations of interference and influence in ways that lacked key context and did not produce evidence that votes had been manipulated or that the election outcome had been altered.</p><p>Notably, he focused on China but glossed over Russia, a country intelligence officials have said favored Trump in 2016 and 2020 and engaged in wide-ranging influence campaigns aimed at boosting him over Democrat Joe Biden in the latter campaign.</p><p>Trump’s Thursday night address hinged on contradictions</p><p>A twice-elected president complained about his one personal defeat, alleged a cover-up by officials in his own first administration and surfaced claims about countries attempting to harm his own prospects while staying silent on steps taken by other nations to boost him.</p><p>Trump used the remarks to justify his push to pass a strict voter ID bill in Congress that hasn’t advanced because it lacks enough support from his fellow Republicans.</p><p>“America is back and doing really well, but we still have a major challenge that must be urgently addressed, because no country can be great without fair and honest elections,” he said.</p>]]></content:encoded></item><item><title><![CDATA[Trump says these documents prove his false claims of election fraud. Here's what they really say]]></title><link>https://www.local10.com/news/politics/2026/07/17/trump-says-these-documents-prove-his-false-claims-of-election-fraud-heres-what-they-really-say/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/07/17/trump-says-these-documents-prove-his-false-claims-of-election-fraud-heres-what-they-really-say/</guid><dc:creator><![CDATA[By JILL COLVIN and ERIC TUCKER, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — President Donald Trump released a trove of documents during a primetime address to the nation that allies had hyped as a smoking gun that would prove his long-debunked allegations of mass voter fraud.]]></description><pubDate>Fri, 17 Jul 2026 21:21:29 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — President Donald Trump released a trove of documents during a primetime address to the nation that allies had hyped as a smoking gun that would prove his long-debunked allegations of mass voter fraud.</p><p>Speaking from the White House on Thursday night, he described shocking revelations, like Chinese meddling to undermine his failed candidacy in 2020 and a cover-up by the “deep state.” He claimed, “Americans were blatantly lied to about the security of our election infrastructure.”</p><p>But a review by The Associated Press found no such confirmation in the collection of newly declassified reports, investigation files, intelligence analysis and assorted correspondence. Many pages are so heavily redacted that their findings are unclear. Others outline vulnerabilities and assessments that have been well-documented for years. There’s no evidence that China or any other foreign entity manipulated the vote in 2020 or any other year.</p><p>“The White House promised a bombshell, and they delivered a dud,” said David Becker, executive director of the Center for Election Innovation &amp; Research, who attended a White House briefing on the material ahead of the speech. Despite what appeared to be a concerted effort by administration officials, ”there was absolutely nothing here that was news, nothing here that even calls into question past elections and certainly not the 2020 election."</p><p>Here’s a look at what the documents say.</p><p>China has our data. Lots of it</p><p>“Starting during the 2020 election cycle, the People’s Republic of China carried out what is believed to be the largest compromise of election data in history, resulting in China’s illicit acquisition of 220 million U.S. voter files,” Trump said Thursday night.</p><p>There is no evidence, however, that China actually used that information in any way.</p><p>It has long been established that China collects immense volumes of data on Americans unrelated to any efforts to manipulate votes or alter election outcomes. And public versions of voter files are widely available, including online, and can be bought and sold by campaigns and political parties so they know which doors to knock on and where to send mail.</p><p>China’s efforts to influence the 2020 campaign were already well-documented, and there was no assessment of any direct election interference. The records released Thursday night do not refute that conclusion, but reveal an internal intelligence community debate about how to characterize Beijing’s efforts and motives.</p><p>The emails show that a dissenting viewpoint was that China had taken steps to “denigrate” Trump. But that perspective, instead of being hidden, was already reflected in the intelligence community assessment produced after the election.</p><p>China on Friday called Trump’s allegations “groundless” and “entirely fabricated” and said it has never interfered in U.S. elections and has no interest in doing so.</p><p>Noncitizens may or may not be more common on voter rolls</p><p>In his remarks, Trump touted the release of a new Department of Homeland Security investigation, based on state voter rolls and public records, that he said had identified approximately 278,000 noncitizens registered to vote in federal elections.</p><p>The report said the agency uncovered more than a quarter of a million noncitizens illegally registered to vote in California, Pennsylvania, New Jersey and Nevada, based on public records, which are often erroneous or incomplete. Another 28,000 noncitizens, it claimed, were found on voter rolls in 25 states using the new Systematic Alien Verification for Entitlements system.</p><p>There is no allegation, however, that any of those people actually voted, which would be a crime.</p><p>That data has also not been verified. Reports have found that the SAVE database is plagued with errors, including outdated information that has often classified naturalized citizens as noncitizens. Indeed, a federal judge has barred the database from being used over fears that voters will be wrongly purged from voter rolls.</p><p>Studies have found noncitizen voting to be extremely rare. Noncitizens are also allowed to vote in some local elections, and could be on the rolls for that reason.</p><p>Documents detail Russia’s election efforts</p><p>Trump has spent years criticizing the intelligence community’s assessment that Russia meddled in the 2016 election to help him win. But the documents shed new light on the country’s ongoing efforts.</p><p>One declassified document from 2020 portrays Russia as the country that has tried the most to penetrate American election systems — but in an effort to defeat Joe Biden. It notes how Russia worked to amplify claims that Biden, while serving as vice president, engaged in inappropriate behavior involving Burisma, the Ukrainian energy firm that employed his son Hunter, a charge frequently repeated by Trump and Republicans.</p><p>“Their aim is to defeat the former Vice President and ensure the President’s victory,” reads the document from the National Intelligence Council.</p><p>The document went on to state that both China and Iran wanted Trump to lose. But it included a chart documenting each country’s known efforts. Only Russia was marked as having been known to have engaged in “targeting, accessing, or manipulating election processes or election-related systems.”</p><p>Russia has continued to deny interfering in U.S. affairs.</p><p>Michigan</p><p>in the spotlight</p><p>Many of the documents released involve a Michigan case in which a seemingly pro-Biden canvassing operation submitted thousands of questionable voter registrations to a local election official in 2020. The official did not accept the registrations and alerted authorities.</p><p>The documents include notes from at least one FBI agent that are heavily redacted but indicate that the agent unsuccessfully pushed for further investigation and charges through 2024. Michigan Republicans in 2023 complained the state’s Democratic attorney general did not charge anyone.</p><p>However, the case was closed “because logical investigation and/or leads have been exhausted, and the investigation to date did not identify a criminal violation or a priority threat to national security,” according to one of the records.</p><p>Vulnerabilities in voting systems</p><p>The documents, Trump told the nation, included intelligence “revealing shocking vulnerabilities in our election infrastructure” that leave it vulnerable “to hacking, exploitation and foreign interference.”</p><p>One report included a list of recent breaches -- mostly by Russia — and called on state and local election officials to step up their defenses to prevent information from being used to obtain absentee ballots or alter voter rolls. Election officials acknowledge that voting machines also carry risk -- which is why they don’t rely on them alone to ensure the accuracy of the vote. Safeguards like physical security, equipment testing, paper ballot backups and post-election audits help to catch machine errors or threats.</p><p>But it is unclear what the administration is doing to facilitate their efforts. Earlier this month, Trump ousted members of a bipartisan federal election commission that distributes federal grants to states, oversees the testing of voting systems and maintains the national voter registration form, after the group resisted his efforts to require potential voters to document their U.S. citizenship before registering.</p><p>Trump has also cut millions of dollars in federal funding from the U.S. Cybersecurity and Infrastructure Security Agency, known as CISA, which helped state and local election officials keep elections secure, and disbanded an FBI task force focused on investigating foreign influence operations, including those that target U.S. elections.</p><p>The documents make repeated reference to the risks posed by large databases of voter information, including registration databases and election websites that could be accessed or manipulated by foreign adversaries.</p><p>But the SAVE system, which Trump has been pushing states to adopt, has been criticized as an unlawful, centralized federal database of voter information, which could be another target.</p><p>___</p><p>Colvin reported from New York. Associated Press writers Nicholas Riccardi, Ali Swenson, Katie Vogel and Mary Clare Jalonick contributed to this report.</p>]]></content:encoded></item><item><title><![CDATA[US cancels automatic protections for imperiled animals as critics warn of extinctions]]></title><link>https://www.local10.com/news/florida/2026/07/17/us-cancels-automatic-protections-for-imperiled-animals-as-critics-warn-of-extinctions/</link><guid isPermaLink="true">https://www.local10.com/news/florida/2026/07/17/us-cancels-automatic-protections-for-imperiled-animals-as-critics-warn-of-extinctions/</guid><dc:creator><![CDATA[By MATTHEW BROWN, Associated Press]]></dc:creator><description><![CDATA[BILLINGS, Mont. (AP) — The U.S. Interior Department on Friday canceled a rule meant to protect plants and animals that are determined to be threatened with extinction, the latest step by President Donald Trump’s administration to dismantle key provisions of the landmark Endangered Species Act at the behest of industry.]]></description><pubDate>Sat, 18 Jul 2026 00:07:54 +0000</pubDate><content:encoded><![CDATA[<p>BILLINGS, Mont. (AP) — The U.S. Interior Department on Friday canceled a rule meant to protect plants and animals that are determined to be threatened with extinction, the latest step by President Donald Trump’s administration to dismantle key provisions of the landmark Endangered Species Act at the behest of industry.</p><p>Instead of receiving automatic protections, imperiled species will need individualized protection plans once they are added to the threatened species list. That's a potentially lengthy process in which companies could seek exemptions for oil and gas drilling, mining and other development where those species live.</p><p>Opponents said it would make it harder to save wildlife that’s awaiting federal protections and in danger of disappearing, such as monarch butterflies and alligator snapping turtles.</p><p>Interior Secretary Doug Burgum said in a statement that the Endangered Species Act had been used for too long “to stop almost any new project in America, driving up costs for families, weakening our competitiveness, and undermining our national security.”</p><p>“Success should be measured by species recovery and delisting, not by adding more species to the list,” Burgum added.</p><p>A second change finalized Friday requires officials to analyze economic impacts when deciding whether habitat is critical to a species’ survival. Critics say it gives corporations an opportunity to put their thumb on the scale so that officials will allow development in those areas.</p><p>“If you're exempting certain industries that cause habitat destruction, in many instances you'll be exempting the main threat to those species,” said Noah Greenwald with the environmental group Center for Biological Diversity.</p><p>Officials made similar changes during Trump’s first term but they were reversed under former Democratic President Joe Biden.</p><p>The rules that gave what some consider “blanket protections” to threatened species were first adopted for wildlife in 1975 and for plants in 1977.</p><p>Two groups, the Rocky Mountain Elk Foundation and the Property and Environment Research Center, sued the Biden administration in 2024 after officials restored the blanket protections rule. They argued the rule unfairly imposed the same restrictions on landowners when a species' status improves from endangered, which is more dire, to threatened.</p><p>That removed incentives for landowners to participate in species recovery, said Jonathan Wood, vice president at the Montana-based research center.</p><p>Wood said the Trump administration's approach allows officials to “better reward progress and encourage proactive conservation.”</p><p>There have been no species added to the endangered or threatened lists in Trump’s second term. By comparison, more than 20 species were added in Trump’s first term, and about 60 during Biden’s presidency.</p><p>About 30 species are currently proposed to be listed as threatened. Besides monarchs and alligator snapping turtles, they include California spotted owls and various snakes, fish, clams and insects.</p><p>Changes to government policies for endangered plants and wildlife have come faster and extended further in Trump's second term than in his first.</p><p>The administration in March exempted oil and gas drilling in the Gulf of Mexico from the Endangered Species Act after Defense Secretary Pete Hegseth said environmentalists’ lawsuits threatened to hobble domestic energy supplies as the U.S. wages war against Iran.</p><p>Last week, Interior officials sharply narrowed the definition of what constitutes “harm” to a species. The change would allow development on critical wildlife habitat so long as the animals themselves are not immediately killed or injured.</p><p>This week officials sharply reduced the amount of critical habitat in the U.S. Rocky Mountains designated for Canada lynx, forest dwelling wildcats that are threatened by climate change and other pressures.</p><p>Also this week, Burgum said in a visit to Montana that the U.S. Fish and Wildlife Service would turn over more management authority for grizzly bears to states where the bruins live. That's been a longstanding priority for the Republican governors of Wyoming, Idaho and Montana.</p><p>The Endangered Species Act is credited with bringing back iconic animals including the bald eagle and American alligator from the brink of extinction.</p><p>Burgum noted Friday that 97% of the species that have been given protections still have them. That’s a frustration for Republican lawmakers who say species should be taken off the endangered and threatened lists more quickly once they’ve recovered.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/RU6CTZS6CWJ3WOWISMQJD3P73M.jpg?auth=7593543815afe4aed452eb36b70299db49e6d17d5c7cb4dce692903ab3c3a36d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Banners of former President George Washington and President Donald Trump hang above an entrance to 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/YEVGEHSHWY7OFX2IBRF4TH2S4M.jpg?auth=90ed06f243106d030f2b91dd2d30484566fbc17bc2d5f6eb0ab7fb3c9da925e0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A monarch butterfly lands on a flower, Sept. 6, 2025, in Washington. (AP Photo/Alex Brandon, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Alex Brandon</media:credit></media:content></item><item><title><![CDATA[Broward firefighters: House fire likely started in parked car in garage in Weston ]]></title><link>https://www.local10.com/news/local/2026/07/17/firefighters-respond-to-house-fire-in-weston/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/17/firefighters-respond-to-house-fire-in-weston/</guid><dc:creator><![CDATA[Janine Stanwood, Andrea Torres]]></dc:creator><description><![CDATA[Firefighters responded to a house on Friday afternoon at a gated community in Weston. ]]></description><pubDate>Fri, 17 Jul 2026 16:56:30 +0000</pubDate><content:encoded><![CDATA[<p>Amy O. Eisenberg said she and her husband were home on Friday afternoon in Broward County when they heard a loud “Bang!” </p><p><a href="https://www.local10.com/espanol/2026/07/17/bomberos-responden-a-incendio-de-vivienda-en-weston/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/17/bomberos-responden-a-incendio-de-vivienda-en-weston/">Leer en español</a></p><p>Eisenberg said the smoke detector alarms in the house went off. She followed the smell to the home’s three-car garage. </p><p>“I opened the garage; I just saw smoke everywhere,” Eisenberg said. “I slammed it shut, and we ran out the front door.” </p><p>Broward Sheriff Fire Rescue personnel responded to the Eisenberg’s house in the Meadows, a gated community in Weston.</p><p>Eisenberg’s neighbors along Crestview Circle, near Greenwood Road, said they called 911 after they heard a “Boom!” and saw a cloud of smoke rising. </p><p>“I see all the fire trucks and stuff coming, and then I come around, and I see them pulling the cars out of the driveway,” Joe Rispoli, a neighbor, said. </p><p>According to<i><b> </b></i>BSFR Battalion Chief Michael Kane, the fire “potentially” started in a parked car. No one was injured. The cause of the fire remained under investigation. </p><p><i>Local 10 News Assignment Editors Sofia Mendez and Carson Merlo, and Senior Assignment Editor Frine Gomez contributed to this report. </i></p><p><b>Related social media post</b></p><blockquote class="twitter-tweet"><p lang="en" dir="ltr">BSO Fire crews are fighting a working structure fire located at 930 Crestview Circle.  Two vehicles in garage on fire.  <br>Stay clear of Crestview Circle in the Meadows <a href="https://x.com/hashtag/Alert?src=hash&amp;ref_src=twsrc%5Etfw">#Alert</a> <a href="https://x.com/hashtag/WestonFL?src=hash&amp;ref_src=twsrc%5Etfw">#WestonFL</a> <a href="https://t.co/u95zXRXogW">pic.twitter.com/u95zXRXogW</a></p>&mdash; WestonFL Alert (@WestonFLAlert) <a href="https://x.com/WestonFLAlert/status/2078155799721824468?ref_src=twsrc%5Etfw">July 17, 2026</a></blockquote>]]></content:encoded></item><item><title><![CDATA[Bolivia promueve el fútbol para mujeres amputadas en un campamento de formación sudamericano]]></title><link>https://www.local10.com/espanol/2026/07/17/bolivia-promueve-el-futbol-para-mujeres-amputadas-en-un-campamento-de-formacion-sudamericano/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/17/bolivia-promueve-el-futbol-para-mujeres-amputadas-en-un-campamento-de-formacion-sudamericano/</guid><dc:creator><![CDATA[JUAN KARITA y CARLOS GUERRERO, Associated Press]]></dc:creator><description><![CDATA[SANTA CRUZ, Bolivia (AP) — A sus 50 años, la boliviana Filomena Luna entrena y se capacita en el primer campamento sudamericano de fútbol 7 adaptado para mujeres amputadas con el fin de promover el crecimiento del deporte y que la nación andina cuente con una selección para participar en el Mundial de Polonia 2027.]]></description><pubDate>Sat, 18 Jul 2026 00:40:24 +0000</pubDate><content:encoded><![CDATA[<p>SANTA CRUZ, Bolivia (AP) — A sus 50 años, la boliviana Filomena Luna entrena y se capacita en el primer campamento sudamericano de fútbol 7 adaptado para mujeres amputadas con el fin de promover el crecimiento del deporte y que la nación andina cuente con una selección para participar en el Mundial de Polonia 2027.</p><p>Así como Luna, una ama de casa que aspira a integrar la selección boliviana, más de una treintena de mujeres amputadas de unos diez países participan del campamento en la región oriental de Santa Cruz buscando demostrar sus habilidades adquiridas en varios partidos amistosos.</p><p>Luna, madre de seis hijos, contó el viernes a The Associated Press que perdió una pierna cuando tenía 11 años por un descuido de sus padres que prefirieron tratar una infección con un curandero y plantas medicinales, sin embargo la enfermedad aumentó por lo que tuvieron que amputársela.</p><p>“Este entrenamiento me sirve mucho, he mejorado mucho”, aseguró Luna.</p><p>La presidenta de la Asamblea de deporte de la región de Santa Cruz, Lidia Mayser, dijo a la AP que el proyecto busca que las mujeres amputadas puedan tener un sueño a través del deporte, en este caso el fútbol.</p><p>Las participantes en su mayoría son mujeres adultas que fueron amputadas de un brazo o pierna por alguna infección o accidentes.</p><p>En el campamento se empieza desde cero. Con una preparación física hasta el manejo de muletas sin prótesis y el conocimiento de las reglas, entre otros aspectos. A su vez, los entrenadores también se capacitan.</p><p>Se realiza desde el 12 de julio en un proyecto de la boliviana Elizabeth Bress y organizado por la Federación Mundial de Fútbol para Amputados (WAFF, por sus siglas en inglés), Operation Go Quickly, la fundación boliviana Infancia Digna y la Gobernación de Santa Cruz.</p><p>Mayser explicó que es el primer campamento sudamericano de este tipo y que participan unas 38 mujeres —25 de ellas bolivianas— y el resto de Argentina, Brasil, Ecuador, Colombia, Uruguay, Perú y Bolivia. Amie Donathan de la seleción de fútbol para mujeres con amputación de Estados Unidos, además de otras participantes de Inglaterra y Polonia apoyan con la capacitación.</p><p>“Me siento muy agradecida de poder jugar, y siempre me encanta hacerlo, en cualquier circunstancia. Poder jugar con mujeres que sienten tanta pasión por el fútbol es realmente muy especial”, dijo Donathan, quien contó que en su caso nació sin una pierna.</p><p>Mayser explicó que en este deporte según las reglas las jugadoras no utilizan sus prótesis y deben correr con las muletas, las cuales no deben tocar el balón.</p><p>“Es difícil jugar en muletas... ahora imagínese jugar corriendo en muletas con un solo pie además de manejar el balón”, dijo Sara Lucía Paredes, una jugadora de Ecuador de 34 años.</p><p>Las mujeres amputadas en Bolivia buscan impulsar el deporte, conformar una federación nacional y afinar una selección que las represente en el Mundial de Polonia, señaló Mayser.</p><p>En el país andino existen alrededor de 58.000 personas amputadas, de las cuales unas 38.000 son mujeres, según cifras oficiales.</p><p>En la región este deporte va en crecimiento. Colombia es la actual campeona de la Copa Mundial Femenina de Fútbol 7 para Amputadas, que se realizó por primera vez en Barranquilla en 2024.</p><p>————</p><p>La periodista de The Associated Press, Paola Flores, contribuyó con esta nota desde La Paz.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/MAUKO3VMY4MN7BBYWEWT347WPM.jpg?auth=6ce114824ce2100f29e75b57c077fa6c907a8ca869ea91b1b344e5495d39b889&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Filomena Luna, de 50 años, descansa antes de participar en una clínica de fútbol para mujeres amputadas en Santa Cruz, Bolivia, el viernes 17 de julio de 2026. (Foto AP/Juan Karita)]]></media:description><media:credit role="author" scheme="urn:ebu">Juan Karita</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/K5TZX5RVT46EVEQRWFC6T6MWO4.jpg?auth=d89331368c593da05ffcbe6a2d9936dd616851de008983ba46748b0534278e39&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Jugadoras disputan el balón durante una clínica de fútbol femenino para mujeres amputadas en Santa Cruz, Bolivia, el viernes 17 de julio de 2026. (Foto AP/Juan Karita)]]></media:description><media:credit role="author" scheme="urn:ebu">Juan Karita</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/PCTIHENFTSXPLJAWVPKVIEEGHA.jpg?auth=3f71f32789d6d766d8759edcaf1dddd2d91f50c6da1f5421a743569994e4ec8b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Jugadoras se reúnen antes de participar en una clínica de fútbol para mujeres amputadas en Santa Cruz, Bolivia, el viernes 17 de julio de 2026. (Foto AP/Juan Karita)]]></media:description><media:credit role="author" scheme="urn:ebu">Juan Karita</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/UV4JN3ZMDD4MRMXXBASJENOE7A.jpg?auth=0c4167cf09942875a61051f342c279e07148b14d688a26be64d1d4a091887018&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Jugadoras disputan el balón durante una clínica de fútbol femenino para mujeres amputadas en Santa Cruz, Bolivia, el viernes 17 de julio de 2026. (Foto AP/Juan Karita)]]></media:description><media:credit role="author" scheme="urn:ebu">Juan Karita</media:credit></media:content></item><item><title><![CDATA[Lawsuit claims E. coli-infected blueberries sold at Publix caused couple’s suffering in Palm Beach]]></title><link>https://www.local10.com/food/2026/07/17/lawsuit-claims-e-coli-infected-blueberries-sold-at-publix-caused-couples-suffering-in-palm-beach/</link><guid isPermaLink="true">https://www.local10.com/food/2026/07/17/lawsuit-claims-e-coli-infected-blueberries-sold-at-publix-caused-couples-suffering-in-palm-beach/</guid><dc:creator><![CDATA[Jenise Fernandez, Andrea Torres]]></dc:creator><description><![CDATA[Great-grandparents Roberta and Oscar Cash claimed they suffered a foodborne illness through contaminated blueberries purchased in May at a Publix Supermarket in Palm Beach County, records show. ]]></description><pubDate>Fri, 17 Jul 2026 18:14:02 +0000</pubDate><content:encoded><![CDATA[<p>Great-grandparents Roberta and Oscar Cash claimed they suffered a <a href="https://www.fda.gov/food/outbreaks-foodborne-illness/investigations-foodborne-illness-outbreaks" target="_self" rel="" title="https://www.fda.gov/food/outbreaks-foodborne-illness/investigations-foodborne-illness-outbreaks">foodborne illness</a> through contaminated Chilean blueberries purchased in May at a Publix Supermarket in Jupiter, records show. </p><p><a href="https://www.local10.com/espanol/2026/07/17/una-demanda-alega-que-arandanos-contaminados-con-e-coli-vendidos-en-publix-provocaron-graves-afectaciones-a-pareja-de-palm-beach/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/17/una-demanda-alega-que-arandanos-contaminados-con-e-coli-vendidos-en-publix-provocaron-graves-afectaciones-a-pareja-de-palm-beach/">Leer en español</a></p><p>The couple was diagnosed with an E. coli O145:H28 infection after suffering from bloody stools, abdominal pain, dehydration, and fever, according to their<a href="https://www.scribd.com/document/1063264822/Foodborne-illness-in-Palm-Beach" target="_self" rel="" title="https://www.scribd.com/document/1063264822/Foodborne-illness-in-Palm-Beach"> lawsuit filed on July 13</a> in Palm Beach County civil court.</p><p>Attorney Ron Simon, based in Houston, said he wants to make sure that Publix takes preventive action. </p><p>“They were both suffering pretty badly,” Simon said. “In fact, they had to rush Roberta to the hospital.” </p><p>Roberta Cash was at the Jupiter Medical Center’s emergency room, “aggressively treated” for 10 days, and required help from both The Gardens Court and the CenterWell Home Health care, according to the lawsuit. </p><p>On July 1, the Florida Department of Health <a href="https://www.floridahealth.gov/diseases-and-conditions/disease/e-coli-o157h7/" target="_self" rel="" title="https://www.floridahealth.gov/diseases-and-conditions/disease/e-coli-o157h7/">notified</a> the U.S. Centers for Disease Control and Prevention that there was a cluster of cases of <a href="https://www.cdc.gov/ecoli/about/kinds-of-ecoli.html" target="_self" rel="" title="https://www.cdc.gov/ecoli/about/kinds-of-ecoli.html">Shiga toxin-producing E. coli O145</a> infections. On July 3, Frutas y Hortalizas del Sur S.A., San Carlos, Chile, <a href="https://www.fda.gov/safety/recalls-market-withdrawals-safety-alerts/frutas-y-hortalizas-del-sur-sa-initiates-recall-frozen-greenwise-organic-iqf-blueberries-due" target="_self" rel="" title="https://www.fda.gov/safety/recalls-market-withdrawals-safety-alerts/frutas-y-hortalizas-del-sur-sa-initiates-recall-frozen-greenwise-organic-iqf-blueberries-due">recalled</a> the <a href="https://www.local10.com/food/2026/07/07/greenwise-frozen-blueberries-sold-at-publix-recalled-over-possible-e-coli-contamination/" target="_self" rel="" title="https://www.local10.com/food/2026/07/07/greenwise-frozen-blueberries-sold-at-publix-recalled-over-possible-e-coli-contamination/">GreenWise Organic IQF Blueberries</a>, with Best by Feb. 9, 2028, due to the risk of potential E. coli O145 infection.</p><p>On July 6, the CDC <a href="https://www.cdc.gov/ecoli/outbreaks/blueberries-07-26/investigation.html" target="_self" rel="" title="https://www.cdc.gov/ecoli/outbreaks/blueberries-07-26/investigation.html">announced</a> an investigation into the “multistate outbreak of E. coli O145 infections.”</p><p>The Food and Drug Administration <a href="https://www.fda.gov/food/outbreaks-foodborne-illness/outbreak-investigation-e-coli-frozen-blueberries-july-2026" target="_self" rel="" title="https://www.fda.gov/food/outbreaks-foodborne-illness/outbreak-investigation-e-coli-frozen-blueberries-july-2026">reported</a> 12 illnesses, including 11 in Florida and one in Georgia, and four hospitalizations related to the product that was also shipped to Publix retail stores in Alabama, Kentucky, North Carolina, South Carolina, Tennessee, and Virginia.</p><p>“The public puts an incredible amount of trust in those sellers to make sure the food is safe,” Simon said. “In this case, Publix sold a bunch of berries that were tainted, that hurt a bunch of people, and that trust is broken. We are going to have the opportunity to make Publix make changes.”</p><p>Texas-based Ron Simon &amp; Associates <a href="https://www.prnewswire.com/news-releases/first-blueberry-e-coli-lawsuit-filed-by-ron-simon--associates-against-publix-on-behalf-of-hospitalized-e-coli-victim-302824210.html" target="_self" rel="" title="https://www.prnewswire.com/news-releases/first-blueberry-e-coli-lawsuit-filed-by-ron-simon--associates-against-publix-on-behalf-of-hospitalized-e-coli-victim-302824210.html">announced</a> filing the civil lawsuit alleging strict liability, negligence, and breach of implied warranties, and seeking damages in excess of $50,000. </p><p>“Safety checks were missed in the production of the GreenWise Organic frozen blueberries, which were contaminated with E. coli O145:H28, a potentially life-threatening bacteria that is not killed by freezing,” Simon said in a statement. “As a result, numerous Publix customers have become severely ill.”</p><p>Publix did not respond to a request for comment on the pending litigation. </p><p><b>Read the lawsuit</b></p><p> <iframe class="scribd_iframe_embed" title="Foodborne illness in Palm Beach" src="https://www.scribd.com/embeds/1063264822/content?start_page=11&view_mode=scroll&access_key=key-1V67GGt46NokjSaJUiZ0" tabindex="0" data-auto-height="true" data-aspect-ratio="0.7729220222793488" scrolling="no" width="100%" height="600" frameborder="0" ></iframe> <p style="margin: 12px auto 6px auto; font-family: Helvetica,Arial,Sans-serif; font-size: 14px; line-height: normal; display: block;"> <a title="View Foodborne illness in Palm Beach on Scribd" href="https://www.scribd.com/document/1063264822/Foodborne-illness-in-Palm-Beach#from_embed" style="color: #098642; text-decoration: underline;"> Foodborne illness in Palm Beach </a> by <a title="View Andrea Torres's profile on Scribd" href="https://www.scribd.com/user/539635077/Andrea-Torres#from_embed" style="color: #098642; text-decoration: underline;" > Andrea Torres </a> </p> </p><p><b>Related story:</b> <a href="https://www.local10.com/food/2026/07/07/greenwise-frozen-blueberries-sold-at-publix-recalled-over-possible-e-coli-contamination/" target="_self" rel="" title="https://www.local10.com/food/2026/07/07/greenwise-frozen-blueberries-sold-at-publix-recalled-over-possible-e-coli-contamination/">GreenWise frozen blueberries sold at Publix recalled over possible E. coli contamination</a></p>]]></content:encoded></item><item><title><![CDATA[Scheffler rues missed putts but happy with his game after tee-to-green clinic at the British Open]]></title><link>https://www.local10.com/sports/2026/07/17/scheffler-rues-missed-putts-but-happy-with-his-game-after-tee-to-green-clinic-at-the-british-open/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/17/scheffler-rues-missed-putts-but-happy-with-his-game-after-tee-to-green-clinic-at-the-british-open/</guid><dc:creator><![CDATA[By DOUG FERGUSON, Associated Press]]></dc:creator><description><![CDATA[SOUTHPORT, England (AP) — Scottie Scheffler put on a tee-to-green clinic in his second round at the British Open, one he says bodes well for his chances of keeping hold of the shiny claret jug.]]></description><pubDate>Fri, 17 Jul 2026 23:10:22 +0000</pubDate><content:encoded><![CDATA[<p>SOUTHPORT, England (AP) — Scottie Scheffler put on a tee-to-green clinic in his second round at the British Open, one he says bodes well for his chances of keeping hold of the shiny claret jug.</p><p>All that's left for the world No. 1 is to find his range on the greens.</p><p>Scheffler missed seven birdie putts from 15 feet or less — four of them inside 10 feet — in a bogey-free, second straight 68 at Royal Birkdale that could have yielded so much more.</p><p>“I did a lot of good stuff," Scheffler said. "I gave myself a lot of opportunities. Wish I holed a few more putts.”</p><p>The two putts for birdie he did make were from 3 feet at No. 5 — the hole where playing partner Bryson DeChambeau incurred a two-stroke post-round penalty — and 6 feet at the par-5 No. 14.</p><p>Four shots back from leader Lucas Herbert, Scheffler sees himself in a good position going into the weekend.</p><p>“Just continue to knock on the door, continue to give myself opportunities,” he said. “If I continue to strike it like I did today and yesterday over the next couple days, I’ll be in a good spot.”</p><p>The last player to retain the British Open title was Padraig Harrington in 2008.</p><p>Ten-hut! The Army captain makes the weekend at Birkdale</p><p>Marcus Plunkett, who left the Army as a captain to pursue golf, achieved one goal in his British Open debut. He made it to the weekend.</p><p>Plunkett was at 2-over par with seven holes to play when he nearly chipped in on the par-5 14th and tapped in for birdie, then had no stress in closing with six pars for a 71. The cut was 1-over 141, and he wound up making it on the number.</p><p>“When I got out of the Army and kind of embarked on this journey, this was the goal for sure,” said Plunkett, who currently plays on the Asian Tour. “I got out and just wanted to see how far I could take this. Very grateful and feeling very fortunate and lucky to be in a position like this.”</p><p>He was a transportation officer in the U.S. Army, mainly overseeing the movement of convoys. How does that carry over to golf?</p><p>“I think the thing that separates a lot of people in the military — if you take out the physical fitness aspect — is just being able to stay calm under pressure and make sound decisions,” he said. “That’s definitely something I try to carry with me.”</p><p>David Duval is not finished yet</p><p>David Duval has made only one cut the last 13 times the 2001 champion has played in the British Open, and this year's hopes ended with a six-hole stretch he played in 6-over par around the turn. He shot 77 and was headed north to the Senior British Open.</p><p>Duval said what hurt him this week was coming over from Firestone in Ohio, where the greens were rolling 13 1/2 on the Stimpmeter. Links greens typically are slower and "I left them all 6 to 10 feet short,” he said.</p><p>But he's not done with the British Open just yet.</p><p>Duval said he would be back next year for The Open at St. Andrews, always a celebration. The following year is Royal Lytham & St. Annes, where the former No. 1 player won his only major championship in 2001.</p><p>“Then I’ll look at where they’re playing after that,” Duval said. “Obviously at this point in my life and career, I have to look at kind of an exit. But if things hold true to the five-year St. Andrews schedule, ’32 would be (when) I’m 60.”</p><p>Open champions are exempt through age 60. Duval doesn't turn 61 until November 2032. And he likes the idea of one more walk over the Swilcan Bridge.</p><p>“Walk up 18 on Sunday, preferably, and give away my stuff and be done,” he said.</p><p>Divots</p><p>Harry Hall is the only player to have missed the cut in all four majors this year. Bryson DeChambeau and J.J. Spaun made the cut in a major for the first time. ... The social media post from Tiger Woods on Friday was his first in 40 days. “Lookin' good out there,” he posted to Tommy Fleetwood, who was wearing a Sun Day Red logo (on a light blue shirt).</p><p>___</p><p>AP Sports Writer Steve Douglas contributed to this story.</p><p>___</p><p>AP golf: https://apnews.com/hub/golf</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/KYM46A4TCNJHFB74D36DJGXRPA.jpg?auth=470ae23ff87c809fa087fa639d94edd5d552d564e5bafae727efc376df24e230&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Scottie Scheffler of the United States putts on the 1st green during the second day of the British Open Golf championships at Royal Birkdale golf club, in Southport, England, Friday, July 17, 2026. (AP Photo/David Goldman)]]></media:description><media:credit role="author" scheme="urn:ebu">David Goldman</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/MBPZVFOOQGVTL4LDIKHSXVZEWQ.jpg?auth=2298d05187712d9c5d1ac8dbb0e9374aa1d942105fb2abb117fb64b0e7257770&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Scottie Scheffler of the United States walks to the 4th tee past applauding fans during the second day of the British Open Golf championships at Royal Birkdale golf club, in Southport, England, Friday, July 17, 2026. (AP Photo/David Goldman)]]></media:description><media:credit role="author" scheme="urn:ebu">David Goldman</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TWPXRH34YS6NDSMLJEB336ZCFY.jpg?auth=037e69d73896a3ed46d58cfea1eb7a8ab6474a8b41da23f9d5f9d7ecf69b7de8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Scottie Scheffler of the United States tees off from the 2nd hole during the second day of the British Open Golf championships at Royal Birkdale golf club, in Southport, England, Friday, July 17, 2026. (AP Photo/David Goldman)]]></media:description><media:credit role="author" scheme="urn:ebu">David Goldman</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/SAT2DAA3QV5YOKCCGI7YFMARVA.jpg?auth=38b8b7a9a277a310150846c8f39d9edcdc5032e9d38d560f8988bd7fd92e5c3c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Marcus Plunkett of the United States walks off the 15th hole during a practice round for the British Open Golf championships at Royal Birkdale golf club, in Southport, England, Tuesday, July 14, 2026. (AP Photo/David Goldman)]]></media:description><media:credit role="author" scheme="urn:ebu">David Goldman</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/S35DNJTUF5GJAKKKMTSQ22PT7M.jpg?auth=5b95342eeb5777e2ef00c78b29dd95f35387288c53f8d3f809c8dc110693e92e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[David Duval of the United States plays off the 2nd tee during the first day of the British Open Golf championships at Royal Birkdale golf club, in Southport, England, Thursday, July 16, 2026. (AP Photo/David Goldman)]]></media:description><media:credit role="author" scheme="urn:ebu">David Goldman</media:credit></media:content></item><item><title><![CDATA[Federal judge bars Trump administration from using obscure clause to make huge funding cuts]]></title><link>https://www.local10.com/news/politics/2026/07/17/federal-judge-bars-trump-administration-from-using-obscure-clause-to-make-huge-funding-cuts/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/07/17/federal-judge-bars-trump-administration-from-using-obscure-clause-to-make-huge-funding-cuts/</guid><dc:creator><![CDATA[By MICHAEL CASEY, Associated Press]]></dc:creator><description><![CDATA[BOSTON (AP) — A federal judge in Boston on Friday ruled the Trump administration can’t use an obscure clause relating to agency priorities to make billions of dollars in funding cuts.]]></description><pubDate>Fri, 17 Jul 2026 23:05:58 +0000</pubDate><content:encoded><![CDATA[<p>BOSTON (AP) — A federal judge in Boston on Friday ruled the Trump administration can’t use an obscure clause relating to agency priorities to make billions of dollars in funding cuts.</p><p>Twenty-three states had a filed a lawsuit last year accusing the administration of using the clause to make cuts to everything from crime prevention to food security to scientific research. They were concerned that it would be used to cancel current and future grants.</p><p>U.S. District Judge Indira Talwani granted a summary judgment preventing the administration from relying on the clause to make cuts and denied a motion by the government to dismiss the case.</p><p>“Defendants’ interpretation of the Termination Clause is not clearly supported by the text of the provision, runs counter to the regulatory scheme, receives no support in the rulemaking history, and would violate the Spending Clause’s requirement that conditions be imposed unambiguously,” Talwani, who was nominated by Democratic President Barack Obama, wrote.</p><p>The lawsuit argued that the Office of Management and Budget promulgated the use of the clause in question to justify what it described as a “nationwide slash-and-burn campaign.”</p><p>The clause, which was first introduced in 2020 and revised in 2024, says federal agents can terminate a grant if the award “no longer effectuates the program goals or agency priorities.” The states argued that the language, put in place during the Biden administration, was for the first time being used to terminate grants.</p><p>“Instead of working with us to keep the public safe and lower costs for hardworking New Jerseyans, the Trump Administration has recklessly and illegally gutted federal funding for public safety, disaster preparedness, scientific research, clean water, and more,” New Jersey Attorney General Jennifer Davenport said in a statement.</p><p>"Today’s decision is an important win for all New Jerseyans and confirms that the Trump Administration defied the law when it embarked on its campaign to gut critical federal funding to the states,” she continued. “The President and his allies cannot hold critical programs hostage to their personal whims and political ideologies, destabilizing the country by yanking essential federal funding that was already awarded to the states.”</p><p>Calling the case an “extraordinarily unusual lawsuit," lawyers for federal government argued it should be dismissed because some of those grants have already been terminated and plaintiffs' argument about the impact to future grants was far too speculative. They also accused the states of “raising blanket, undifferentiated objections” to the termination of thousands of grants without seeking relief that would “restore a single grant.”</p><p>“That mismatch between the allegedly unlawful agency ‘decision’ on one hand, and the amorphous relief requested in this suit, on the other, creates a set of jurisdiction and justiciability defects that doom this lawsuit at the threshold,” lawyers wrote in the motion to dismiss.</p><p>A spokesperson for the Office of Management and Budget did not respond to a request for comment.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/BP7GFRVE25UBQTARG4X6WOS344.jpg?auth=0a7cf4ac7e4dc6db3ba7e6982231a10a685e835f6b358e1acbc99dacf36ab956&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Russell Vought, acting director, Office of Management and Budget, testifies before the House Financial Committee on the Consumer Financial Protection Bureau (CFPB) semi-annual report, on Capitol Hill in Washington, Wednesday, July 15, 2026. (AP Photo/Cliff Owen)]]></media:description><media:credit role="author" scheme="urn:ebu">Cliff Owen</media:credit></media:content></item><item><title><![CDATA[July 17: Hot weekend -- can’t rule out a few showers or storms]]></title><link>https://www.local10.com/weather/2026/07/17/july-17-hot-weekend-cant-rule-out-a-few-showers-or-storms/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/07/17/july-17-hot-weekend-cant-rule-out-a-few-showers-or-storms/</guid><dc:creator><![CDATA[Betty Davis]]></dc:creator><description><![CDATA[A random shower or storm is not completely out of the question for South Florida Friday night; otherwise, clouds linger over Miami-Dade and Broward counties. ]]></description><pubDate>Fri, 17 Jul 2026 22:50:53 +0000</pubDate><content:encoded><![CDATA[<p>A random shower or storm is not completely out of the question for South Florida Friday night; otherwise, clouds linger over Miami-Dade and Broward counties. </p><p>Indeed, the weekend will be hot! Temperatures are forecast to reach the low and mid 90s -- humidity will make it feel like the triple digits. </p><p>Saturday will feature south-southeast winds, plus a sun/cloud mix and haze as there still will be a touch of Saharan dust in the area. Showers and storms will be possible and they may start to develop earlier in the day.</p><p>Sunday will offer sunshine, scattered clouds and southerly winds with the chance for a few passing showers and storms.</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[Fingerprint on sunglasses leads to arrest in $150K Miami home burglary, cops say]]></title><link>https://www.local10.com/news/local/2026/07/17/fingerprint-on-sunglasses-leads-to-arrest-in-150k-miami-home-burglary-cops-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/17/fingerprint-on-sunglasses-leads-to-arrest-in-150k-miami-home-burglary-cops-say/</guid><dc:creator><![CDATA[Ryan Mackey, Samiar Nefzi]]></dc:creator><description><![CDATA[A fingerprint left on a pair of sunglasses inside a ransacked Miami home helped detectives crack a nearly two-month-old burglary that they say left victims without an estimated $150,000 in jewelry. ]]></description><pubDate>Fri, 17 Jul 2026 15:05:17 +0000</pubDate><content:encoded><![CDATA[<p>A fingerprint left on a pair of sunglasses inside a ransacked Miami home helped detectives crack a nearly two-month-old burglary that they say left victims without an estimated $150,000 in jewelry. </p><p><a href="https://www.local10.com/espanol/2026/07/17/policia-huella-dactilar-en-gafas-de-sol-conduce-a-arresto-por-robo-de-150000-usd-en-vivienda-de-miami/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/17/policia-huella-dactilar-en-gafas-de-sol-conduce-a-arresto-por-robo-de-150000-usd-en-vivienda-de-miami/">Leer en español</a></p><p>Miami police confirmed the arrest of 37-year-old Quindy Janvier on Thursday in connection with the May 26 break-in at a home in the 2600 block of Southwest 23rd Avenue in the city’s Silver Bluff Estates neighborhood.</p><figure><img src="https://www.local10.com/resizer/v2/HJOURJUWDNDNBHA7CSPCYXKZOU.jpg?auth=26d8f3220f72ef199f97268631dcaf6a52a1b9ec9c8e89cd912f61f9815c064b&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>According to an arrest report, officers responded to the home shortly before noon on May 26 after a woman arrived, heard a bedroom door slam and “discovered the home in disarray.” </p><p>While on the phone with one of the homeowners, the woman noticed a bedroom window had been broken and told him, “Danny, you’ve been robbed,” the report states. </p><p>When the homeowners returned, they discovered that about $150,000 worth of jewelry had been stolen from multiple bedrooms, according to police. </p><p>Investigators determined the burglar entered and exited through a southwest-facing bedroom window. </p><p>They said during the investigation, the victims found a pair of sunglasses inside a bedroom and a “pry tool” outside the broken window. According to the report, neither item belonged to anyone who lives at the home.</p><p>Local 10 exclusively obtained surveillance video from a nearby home that detectives say showed Janvier, who lives in Miami-Dade’s Brownsville neighborhood, riding a standing scooter in the area minutes before the burglary occurred. </p><p>Additional video showed Janvier entering the victims’ yard before later running away from the area around the same time the burglary was discovered, the report states.</p><p>A “latent fingerprint” recovered from the lens of the sunglasses was later analyzed and identified as belonging to Janvier, according to the report.</p><p>Police said they arrested Janvier on Thursday. </p><p>Jail records show he is facing one count each of burglary of an occupied structure, third-degree grand theft and criminal mischief causing $1,000 or more in damage.</p><p>As of Friday evening, Janvier was being held at the Turner Guilford Knight Correctional Center, where his bond was set at $77,500. Miami-Dade Circuit Judge Mindy Glazer also ordered that his bond must be posted using funds from a legitimate source.</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[Men sue hospital after DNA tests showed they were switched at birth 38 years ago]]></title><link>https://www.local10.com/health/2026/07/17/men-sue-hospital-after-dna-tests-showed-they-were-switched-at-birth-38-years-ago/</link><guid isPermaLink="true">https://www.local10.com/health/2026/07/17/men-sue-hospital-after-dna-tests-showed-they-were-switched-at-birth-38-years-ago/</guid><dc:creator><![CDATA[By MIKELLA SCHUETTLER, THOMAS PEIPERT and GENE JOHNSON, Associated Press]]></dc:creator><description><![CDATA[COLORADO CITY, Colo. (AP) — The families of two men who discovered through DNA tests that they were switched at birth 38 years ago are accusing a North Dakota hospital of robbing them of the lives they were supposed to lead.]]></description><pubDate>Sat, 18 Jul 2026 00:17:27 +0000</pubDate><content:encoded><![CDATA[<p>COLORADO CITY, Colo. (AP) — The families of two men who discovered through DNA tests that they were switched at birth 38 years ago are accusing a North Dakota hospital of robbing them of the lives they were supposed to lead.</p><p>Kyle Bylin discovered his birth family after taking an at-home test he chose randomly during a Christmas gift-exchange. That led to his biological aunt on a genealogy platform. Her nephew, Jeremy Morrison, then had his DNA tested. The results were irrefutable.</p><p>“That’s when my mind was just completely blown,” Bylin said. “We could have never imagined that it was an actual birth switch that occurred.”</p><p>Morrison said he was convinced as soon as he saw a photo of Bylin's brother and realized they looked very much alike.</p><p>Bylin and Morrison were the only babies born on Jan. 26, 1988, at Unity Medical Center in Grafton, North Dakota, according to their lawsuit filed in state court last week. Somehow, they went home with the wrong parents.</p><p>A hospital statement says there’s no evidence staff was responsible for the switch.</p><p>But Bylin, born Jeremy Morrison, says he still has the hospital bracelet that misidentified him as Kyle Bylin.</p><p>The hospital records no longer exist</p><p>Two years have passed since the DNA tests shattered what they thought they knew about their families — including disorienting moments, emotional family meetings and thoughts about the what-ifs.</p><p>“Kyle is still my son — that is never going to change,” Evelyn Newton, who raised him as her own, told The Associated Press in a phone interview Friday. “But I feel robbed of the life I should have had with my biological son. You can't go back and replace 35 years. First steps, driving a car, getting married — how do you make up for that?”</p><p>The hospital doesn't dispute that the babies were switched at some point. It says it's working to better understand what happened, but has uncovered no evidence that its administration or staff were responsible for the lives-altering error.</p><p>“We recognize the profound impact this discovery has had on them and their families,” Unity Medical's statement says. “Unfortunately, because of the passage of nearly four decades, the medical and staffing records that might have provided additional clarity no longer exist, and no members of the delivery team from that time are still employed by the hospital.”</p><p>The knowledge hasn't changed the way Morrison feels about the family he's always known. He still thinks of the parents he grew up with — Elizabeth O'Toole and Terry Morrison — as his parents. And aside from some challenging times — like wishing he had a sibling to lean on when he was 7 and they divorced — he says his childhood was fine.</p><p>“I was loved. I played sports. I did well in school,” Morrison said. “A DNA test is not going to take away 38 years of memories.”</p><p>The shocking truth led to emotional encounters</p><p>Morrison now lives in Colorado City, Colorado, and works as a welding inspector for a wind energy company. Had he not been switched at birth, he figures he'd still be with his biological brother and father, working on the North Dakota grain farm where Bylin grew up.</p><p>Newton said she never had any thought that Kyle might not be their biological son as she and her then-husband, Keith Bylin, were raising him. True, the immediate family had light hair and Kyle’s was dark. But her husband had relatives with dark hair, and Newton herself was adopted, so she didn’t know what her own blood relatives looked like.</p><p>For Bylin, questions about nature versus nurture have become more personal. As he pursued an academic career far from North Dakota, he figured the political debates over Thanksgiving dinner were just a staple of American family life.</p><p>“You’re just kind of shaking your fist, like, how can this be my family? How am I so different from them?” Bylin said. “It turns out that we’re just totally different people, period.”</p><p>Bylin and Morrison have now met their biological parents — the encounters were welcoming but awkward, they said. They have yet to meet each other, but have spoken on the phone.</p><p>“We’ve tried to unite as a group and just recognize that no matter what, there’s different ways that this can be socially messy,” Bylin said. “Everyone’s getting to know people that they didn’t know before.”</p><p>Others have discovered they were switched at birth</p><p>Such cases are rare, but at-home DNA tests are making them easier to uncover:</p><p>1. In 2024, two women sued the government of Norway alleging a breach of human rights after discovering they had been switched.
                2. Two men who believe they were switched at birth in 1942 sued a Roman Catholic diocese in West Virginia in 2020, alleging negligence and breach of duty by the hospital where they were born. 
                3. In 2018 in Pennsylvania, testing revealed that two girls had been switched some 75 years earlier.
                4. In 2016, the Canadian government launched an investigation after DNA evidence indicated two men from a northern Manitoba Indigenous community were switched at birth in 1975.</p><p>Modern tech helps hospitals prevent switches</p><p>Dr. Jonathan Marron, a pediatric oncologist who also teaches at Harvard Medical School’s Center for Bioethics, says such mix-ups should happen “pretty close to never” nowadays.</p><p>“As often as all clinicians, doctors, nurses, social workers, everybody else, gripe about the electronic health records,” the digital backstop is a clear benefit, Marron said.</p><p>Attorney Tim O’Keefe said he tried for a year to reach a monetary settlement with the hospital before filing a lawsuit claiming emotional distress due to negligence and medical malpractice. The families have spent this time adjusting to new realities.</p><p>“I know the truth now, but we’re still working to build relationships,” Morrison said. “I mean, it’s not like I can go back in time and rebuild what’s already lost. It’s a work in progress, just like me.”</p><p>___</p><p>Susan Montoya Bryan contributed from Albuquerque, New Mexico. Johnson reported from Seattle, Schuettler from Phoenix. Schuettler is a corps member for The Associated Press/Report for America Statehouse News Initiative. Report for America is a nonprofit national service program that places journalists in local newsrooms to report on undercovered issues.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/HEXCO4UU7ZFGNBBYSTZPZJ44EA.jpg?auth=1ca6ebde7b54d41052acf97d0682ed074392e924f5b98e9e30a38ed4b459026b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Jeremy Morrison, who says he was sent home with the wrong parents after he was born, shows what he believes is a baby photo of him, left, and of the other baby he says was switched at birth while recounting the story at his home in Colorado City, Colo., on Thursday, July 16, 2026. (AP Photo/Thomas Peipert)]]></media:description><media:credit role="author" scheme="urn:ebu">Thomas Peipert</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6VAC7PKP3UZYU3ZRXRSN7IYHZM.jpg?auth=3196a6d9d3a32467fb3e346d0fa6b2a56845daa333b077caf280c4a39ef83beb&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 Kyle Bylin shows him with his biological mother, Liz O'Toole, April 4, 2025, in Minneapolis. (Kyle Bylin via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Kyle Bylin</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DD37E5IDVUSTSSG4477M5BKSA4.jpg?auth=1aa81671912c1730122618f38465f74a6a3501a9f3a8fb09ebbb80f2b7a38a00&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Jeremy Morrison, who says he was sent home with the wrong parents after he was born, poses for a portrait outside his home in Colorado City, Colo., Thursday, July 16, 2026. (AP Photo/Thomas Peipert)]]></media:description><media:credit role="author" scheme="urn:ebu">Thomas Peipert</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/S42AMJX573Y77UFH5CNK6R3NEU.jpg?auth=5afba2f39790bda197e205e71677d608bbc05ae7c530fdcdc4cd5696ba0b5ef8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This photo provided by the family shows Kyle Bylin with a computer in Adams, N.D., in the 1990s. (Family photo via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Keith Bylin</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/Z66I27MAI5YY6FRIR3WPAPTIRY.jpg?auth=6acce0c7bc7925c84dc99567c4e050cead35df90d3a5a4fc8b37ee1229c26378&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This photo provided by the family Thursday, July 16, 2026, shows members of Kyle Bylin's family in Adams, N.D. in the 1990s. From left are Bud Bylin, Darren Bylin, Kyle Bylin and Keith Bylin. (Family photo via AP)]]></media:description></media:content></item><item><title><![CDATA[Reality check on fraud claims: South Florida elections supervisors say votes are safe]]></title><link>https://www.local10.com/news/politics/2026/07/17/reality-check-on-fraud-claims-south-florida-elections-supervisors-say-votes-are-safe/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/07/17/reality-check-on-fraud-claims-south-florida-elections-supervisors-say-votes-are-safe/</guid><dc:creator><![CDATA[Glenna Milberg, Chris Gothner]]></dc:creator><description><![CDATA[President Donald Trump doubled down on his claims of election fraud during a primetime address on Thursday night ― the same ones he’s been pushing for for years now without evidence.]]></description><pubDate>Fri, 17 Jul 2026 22:31:11 +0000</pubDate><content:encoded><![CDATA[<p>President Donald Trump doubled down on his claims of election fraud during a primetime address on Thursday night ― the same ones he’s been pushing for for years now without evidence.</p><p>The largely-unsubstantiated claims were summed up thusly by the head of a group working to strengthen confidence in U.S. elections: <a href="https://www.local10.com/news/politics/2026/07/17/trump-says-these-documents-prove-his-false-claims-of-election-fraud-heres-what-they-really-say/" target="_self" rel="" title="https://www.local10.com/news/politics/2026/07/17/trump-says-these-documents-prove-his-false-claims-of-election-fraud-heres-what-they-really-say/">“The White House promised a bombshell, and they delivered a dud."</a></p><p>Local 10 News spoke to South Florida elections officials from both the Democratic and Republican parties on Friday, who said local elections are safe and secure.</p><p>The two spend a lot of time teaching people what happens in their offices, what the process is, showing voting machines and combating politically-charged disinformation.</p><p>Broward Supervisor of Elections Joe Scott, a Democrat, said of Trump’s speech, “There just wasn’t anything there in terms of anything that would have said that the the votes changed in some kind of way because of this or that.”</p><p>Miami-Dade Supervisor of Elections Alina Garcia, a Republican, said, “In the state of Florida, we have secure and safe elections.”</p><p>Scott notes that Broward’s voting is “not connected to the World Wide Web.”</p><p>“It’s its own network, disconnected, walled off from the wider internet,” he said.</p><p>A declassified document Trump posted was one noting China obtained voter information in Florida and 17 other states. That was reported five years ago. It’s all information anyone can find easily in the public record. </p><p>The real foreign influence? Disinformation.</p><p>“Through the social media, there’s a lot of things that come out that aren’t true,” Garcia said. “You know, it’s happened. You know, it happened with it happened to him during his election. I think that’s why, you know, it’s important.“ </p><p>But what about incidents of non-citizens registering to vote?</p><p>“We do get these stories, but the important thing is, is that the numbers are very, very small ― very small," Scott said. “We’re the third-largest state.”</p><p>With ballots out for upcoming August elections, both supervisors are fully fully standing behind the security of vote-by-mail.</p><p>Both acknowledge that there are one-off issues, but say the biggest problem right now is conspiracy theories and disinformation.</p>]]></content:encoded></item><item><title><![CDATA[Teacher Accelerator Program aims to ease educator shortages as local districts continue hiring]]></title><link>https://www.local10.com/news/local/2026/07/17/teacher-accelerator-program-aims-to-ease-educator-shortages-as-local-districts-continue-hiring/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/17/teacher-accelerator-program-aims-to-ease-educator-shortages-as-local-districts-continue-hiring/</guid><dc:creator><![CDATA[Christina Vazquez, Ryan Mackey]]></dc:creator><description><![CDATA[As South Florida school districts continue hiring ahead of the new school year, education leaders say programs designed to bring career changers into classrooms are helping address a teacher shortage that has persisted for years.]]></description><pubDate>Fri, 17 Jul 2026 20:15:06 +0000</pubDate><content:encoded><![CDATA[<p>As South Florida school districts continue hiring ahead of the new school year, education leaders say programs designed to bring career changers into classrooms are helping address a teacher shortage that has persisted for years.</p><p><a href="https://www.local10.com/espanol/2026/07/17/programa-acelerador-de-maestros-busca-aliviar-la-escasez-de-educadores-mientras-distritos-escolares-locales-continuan-contratando-personal/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/17/programa-acelerador-de-maestros-busca-aliviar-la-escasez-de-educadores-mientras-distritos-escolares-locales-continuan-contratando-personal/">Leer en español</a></p><p>Alexis Robinson is among 200 new teachers recognized during a pinning ceremony at Miami Senior High School after completing the Teacher Accelerator Program, an education nonprofit that helps streamline the pathway to teaching in public, charter and private schools.</p><p>Robinson, who is interviewing for teaching positions, is among many participants entering education after working in another field.</p><p>“Not sure on the school yet but we are in the interview process,” Robinson said.</p><p>Before pursuing teaching, Robinson earned a Bachelor of Fine Arts in musical theater and toured with theater companies.</p><p>She said becoming certified to teach outside private school programs proved difficult before learning about the Teacher Accelerator Program.</p><p>“And then I was like well, if I want to teach outside of a private school program, for charter or public, I need to get certified, and that process has been very hard,” Robinson said. “(It) started last year, and then my mom heard about this program.” </p><p>Although she hopes to eventually teach drama, Robinson said English became the natural fit.</p><p>“So the closest thing to theater that I love is English, and that’s how I landed here and I am just passionate,” she said.</p><p>Leslie Miller Saiontz, president and founder of the Teacher Accelerator Program, said career changers bring enthusiasm and experience into the profession at a time when schools continue to face staffing challenges.</p><p>“They come in with gusto and that’s what you need, you need intention, and gosh they just check all the boxes,” Saiontz said.</p><p>The program has expanded into Broward County as districts continue searching for qualified educators.</p><p>“The teacher shortage is the biggest challenge to education right now,” she said.</p><p>The effort comes as Georgetown University’s Center on Education and the Workforce projects the United States will face skills shortages in several critical occupations, including teaching, through at least 2032.</p><p>United Way Miami President and CEO Symeria Hudson said the Teacher Accelerator Program is part of the organization’s Upskill initiative, which focuses on developing workers in industries experiencing talent shortages.</p><p>“So we have identified specific industries that have talent gaps. Things like the education profession,” she said. “So what we’ve been able to do is identify these opportunities where we believe that the talent can be actually birth and created right here in our very own community. So we help invest in educational programs with public private partnerships and educational institutions.” </p><p>She said the program helps shorten the path from career changer to classroom teacher.</p><p>“The teacher accelerator program fits under an umbrella of what we call the United Way Miami Upskill program, and that program was designed to really leverage talent right here in our own community, but talent that needed to be up-skilled,” Hudson said. “So part of what teacher accelerator program does is certainly shorten that time, allowing teacher focusing on coursework that is going to get them right there in the classroom.” </p><p>The Florida Department of Education has identified exceptional student education, English for Speakers of Other Languages, math, science and English among its high-demand teacher certification areas for the 2026-27 school year.</p><p>Robinson said she and many of the other career changers in the program were inspired by teachers who changed their lives.</p><p>“I thought about it and I was like, I will take the chance. we (other career changers her in cohort TAP program) recalled a teacher that changed things for us and so when we thought about the teacher shortage going on, everyone who I have seen (in the TAP program) who has not come from an education background, or maybe has come from substituting and was like i want to get into this full-time, came from heeding that call,” Robinson said.</p><p>The challenge of recruiting teachers is not new.</p><p>In 2022, Miami-Dade County Public Schools Superintendent Dr. Jose Dotres said the district’s greatest staffing needs included high-level math, science, special education and high school language arts.</p><p>“To the point that we are recruiting outside the typical college of education but actually going to other disciplines because we know we have very talented individuals that are very strong with their content and if they have a passion to work with students they can be exceptional teachers,” he said.</p><p>Hiring remains underway across South Florida.</p><p>Broward County Public Schools spokesperson John Sullivan told Local 10 News the district currently has approximately 300 instructional vacancies, representing an instructional vacancy rate of about 2%.</p><p>“This is slightly lower than where the District typically is at this point in the hiring cycle,” Sullivan said. He added that the district is actively recruiting qualified educators and expects schools to be appropriately staffed when the school year begins.</p><p>Sullivan also said Broward County Public Schools does not have a hiring freeze for teachers or other school-site positions tied to enrollment.</p><p>In Miami-Dade County, the Florida Education Association’s January county-by-county teacher vacancy snapshot identified vacancies across 34 certification categories but did not include a total vacancy number.</p><p>In a statement Friday, a Miami-Dade County Public Schools spokesperson said, “A snapshot number at this stage does not reflect our actual staffing reality,” adding, “We are successfully moving available educators into open roles and are committed to ensuring every classroom has a high-quality educator on day one.”</p><h2>Related Links</h2><p><a href="https://cew.georgetown.edu/cew-reports/skills-shortages/" target="_self" rel="" title="https://cew.georgetown.edu/cew-reports/skills-shortages/"><b>Georgetown University Center on Education and the Workforce Falling Behind</b></a>: How Skills Shortages Threaten Future Jobs</p><p><b>Florida Department of Education Identification of </b><a href="https://www.fldoe.org/file/20892/8-2.pdf" target="_self" rel="" title="https://www.fldoe.org/file/20892/8-2.pdf"><b>High Demand Teacher Needs Areas for 2026-27</b></a></p><p>The Florida Department of Education identifies the following as high-demand teacher certification areas for the 2026-27 school year:</p><ul><li>Exceptional Student Education (ESE)</li><li>Math</li><li>English</li><li>Science – General</li><li>Science – Physical</li><li>Science – Earth &amp; Space</li><li>English for Speakers of Other Languages (ESOL)</li></ul><p>“The high-demand areas above represent certification areas where larger than typical proportions of teachers who are not certified in the appropriate field are being hired to teach courses where significant vacancies exist and where postsecondary institutions do not produce enough graduates to meet the needs of Florida’s K-12 student population,” according to the FDOE. </p><p><a href="https://feaweb.org/issues/teacher-and-staff-shortage/" target="_self" rel="" title="https://feaweb.org/issues/teacher-and-staff-shortage/"><b>Florida Education Association Teacher and staff shortage </b></a></p><p>The Florida Education Association stated that “Florida faces a severe shortage of teachers and education support staff professionals.”</p><p>According to an FEA spokesperson, the organization counts advertised vacancies posted on each school district’s website every August, with a follow-up update in January.</p><p><a href="https://feaweb.org/release/floridas-teacher-and-staff-vacancies-signal-a-retention-crisis-at-a-breaking-point/" target="_self" rel="" title="https://feaweb.org/release/floridas-teacher-and-staff-vacancies-signal-a-retention-crisis-at-a-breaking-point/"><b>Florida’s Teacher and staff vacancies signal a retention crisis at a breaking point</b></a></p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[‘A scary time’: Parents urged to watch what they post after case alleging AI child sex abuse images]]></title><link>https://www.local10.com/news/local/2026/07/17/a-scary-time-parents-urged-to-watch-what-they-post-after-case-alleging-ai-child-sex-abuse-images/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/17/a-scary-time-parents-urged-to-watch-what-they-post-after-case-alleging-ai-child-sex-abuse-images/</guid><dc:creator><![CDATA[Liane Morejon]]></dc:creator><description><![CDATA[Experts are warning parents to think twice before posting public photos online after a case where a South Florida man is accused of using artificial intelligence to generate photos of children being sexually abused.]]></description><pubDate>Fri, 17 Jul 2026 22:04:51 +0000</pubDate><content:encoded><![CDATA[<p>Experts are warning parents to think twice before posting public photos online after a case where a South Florida man is <a href="https://www.local10.com/news/local/2026/07/17/parkland-man-accused-of-creating-ai-generated-child-sexual-abuse-images/" target="_self" rel="" title="https://www.local10.com/news/local/2026/07/17/parkland-man-accused-of-creating-ai-generated-child-sexual-abuse-images/">accused of using artificial intelligence</a> to generate photos of children being sexually abused.</p><p>Broward Sheriff’s Office detectives said Ray Lequerique Jr. used xAI’s Grok to create 29 sexual abuse images of girls who appeared to be between ages 5 and 9.</p><p>They arrested the 25-year-old Parkland man on July 10.</p><p>Investigators said the images appeared to have been derived from photos of real children that could have been obtained on social media, as well as were also derived from pictures of children who Lequerique had close contact with.</p><p>“Once it’s online, you lose complete control,” tech expert <a href="https://gripd.com/portfolio-item/craig-agranoff/" target="_self" rel="" title="https://gripd.com/portfolio-item/craig-agranoff/">Craig Agranoff</a> told Local 10 News. “A lot of times they’re grabbing these images from your social accounts of you posting pictures of your children.”</p><p>Agranoff said the best bet for parents and kids using social media is to keep their photos and accounts private.</p><p>“Lock down your accounts,” he said. “Only allow close friends.”</p><p>Former federal prosecutor Jacob Koffsky, with the Podhurst Orseck law firm in Coral Gables, said the law is trying to keep up with the pace of technology.</p><p>“The law is never going to be keeping exact pace with with the technology that emerges or with the criminal activity that occurs because of those technological changes but so far as I can tell, I don’t think the law has been delinquent,” Koffsky said. “I actually think people have been very diligent and have been working very hard to try to keep pace.”</p><p>In Lequerique’s case, investigators said xAI alerted law enforcement to his illicit activity. Koffsky said tech company cooperation is crucial to these cases.</p><p>“The more cooperative these companies are with those subpoenas and with law enforcement efforts, generally the better and the quicker these cases and investigations can progress,” he said.</p><p>Agranoff said “guardrails are not perfect” and policymakers will “have to constantly shape and learn from what’s right and what’s wrong” with AI.</p><p>“We’ll figure that out eventually, but for now, it is a scary time,” he said. “I just hope that people realize that today’s prevention helps prevent harm tomorrow.”</p><p>Lequerique’s attorney filed a motion to have his competency evaluated and the case transferred to Broward mental health court, citing a neurodevelopmental condition. </p><p>He was allowed to go home after posting a $110,000 bond. He must wear a GPS monitor and have no contact with minors or use of the internet.</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[DeChambeau gets 2-shot penalty in dramatic late-night British Open ruling]]></title><link>https://www.local10.com/sports/2026/07/17/dechambeau-gets-2-shot-penalty-in-dramatic-late-night-british-open-ruling/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/17/dechambeau-gets-2-shot-penalty-in-dramatic-late-night-british-open-ruling/</guid><dc:creator><![CDATA[By STEVE DOUGLAS, Associated Press]]></dc:creator><description><![CDATA[SOUTHPORT, England (AP) — Bryson DeChambeau was given a two-shot penalty after his second round at the British Open on Friday that dropped the American star out of the final group and raised initial doubts about whether he would show up on the weekend at Royal Birkdale.]]></description><pubDate>Fri, 17 Jul 2026 23:31:58 +0000</pubDate><content:encoded><![CDATA[<p>SOUTHPORT, England (AP) — Bryson DeChambeau was given a two-shot penalty after his second round at the British Open on Friday that dropped the American star out of the final group and raised initial doubts about whether he would show up on the weekend at Royal Birkdale.</p><p>In a dramatic late-evening development after a 4-under 66, DeChambeau was taken back out to the fifth hole for a rules review. Footage taken during his round showed him stomping around in high grass to the right of the fairway trying to figure out his shot 72 yards out from the hole.</p><p>DeChambeau was seen in a lengthy, heated exchange with rules officials — at one point, he waved his arms and pointed in clear frustration — before being driven back to the scoring tent, where he was followed by officials including R&A chief executive Mark Darbon.</p><p>The verdict then came in: DeChambeau was deemed to have inadvertently improved the area of his intended swing by tamping down a section of grass behind the ball that might have affected his backswing on the shot.</p><p>His bogey 5 on the No. 5 was turned into a triple-bogey 7 and the two-shot penalty turned his score to a 68, leaving him three shots behind, tied for fifth place.</p><p>DeChambeau left for the range, saying only, “Are you guys having a good night?” as he walked past dozens of reporters, and stopped to sign an autograph before hitting balls in twilight.</p><p>Just after midnight local time, DeChambeau posted on X: “Obviously disappointed with the ruling. I don’t agree with it, but it is what it is. This fires me up. Onto the weekend. Let’s get it.”</p><p>The post suggested DeChambeau had made up his mind to keep playing. Earlier Friday night, his agent, Brett Falkoff, was asked if the two-time U.S. Open champion would play Saturday and he replied: “We’ll see.”</p><p>It is proving an action-packed trip to Royal Birkdale for DeChambeau, who was accused by Nick Faldo of having “zero clue of strategy” when the three-time Open champion spoke on the Sky Sports Golf podcast ahead of the tournament.</p><p>After shooting 67 in the first round, DeChambeau skipped media, though later agreed to take a few questions from the R&A.</p><p>His answers were pointed. “I feel like I did a really good job today of being incredibly strategic," he said, before later adding: "I feel like my strategy was nice today.”</p><p>DeChambeau — one of the most high-profile players in golf — left the PGA Tour for LIV Golf in 2022 and still plays on the breakaway circuit, while continuing to produce videos on his YouTube channel that has 2.77 million subscribers.</p><p>He draws attention more than pretty much any golfer, as Friday proved.</p><p>The ruling explained by the R&A</p><p>At issue for DeChambeau was whether he violated Rule 8 that governs the intended swing.</p><p>“An improvement means to alter one or more of the conditions affecting the stroke so that the player gains a potential advantage for the stroke," Grant Moir, the R&A's executive director for governance, told media.</p><p>“The player," Moir continued, “must take the least intrusive course of action to deal with the particular situation and is not entitled to a normal stance or swing.”</p><p>Moir said this applied “even when the action is accidental, as it was in Bryson’s case.”</p><p>He makes the cut at a major for the 1st time this year</p><p>DeChambeau missed the cut in each of the first three majors of 2026.</p><p>If he does turn up for the third round, he will play with fellow American Sam Burns in the third-to-last group.</p><p>___</p><p>AP golf: https://apnews.com/hub/golf</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/AIU3Y2HK5EJ4OZ76FAILDXRUNQ.jpg?auth=1e5052f126c5faf53a0d1dc8d74d837dd85eb83bd5be3f41648e2a6fe0ba6b36&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Bryson DeChambeau of the United States walks off the 9th tee during the second day of the British Open Golf championships at Royal Birkdale golf club, in Southport, England, Friday, July 17, 2026. (AP Photo/David Goldman)]]></media:description><media:credit role="author" scheme="urn:ebu">David Goldman</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RSLVDOKD5W5JFSBKEMKZVVMFBQ.jpg?auth=7291dbf8359a10a1572b921b9f2f89eae0b028509b5a757384ee50b6c768175f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Bryson DeChambeau of the United States plays from an awkward lie to the 5th green during the second day of the British Open Golf championships at Royal Birkdale golf club, in Southport, England, Friday, July 17, 2026. (AP Photo/David Goldman)]]></media:description><media:credit role="author" scheme="urn:ebu">David Goldman</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KMZIXD7IP43BGUC4K7ORIJAQQQ.jpg?auth=7f77fed1f609b32cabc08453d8521e3f207813e24677de89a70da41ed5e7b47e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Bryson DeChambeau of the United States acknowledges the crowd after making a birdie putt to conclude his second round on the 18th green during the second day of the British Open Golf championships at Royal Birkdale golf club, in Southport, England, Friday, July 17, 2026. (AP Photo/Jon Super)]]></media:description><media:credit role="author" scheme="urn:ebu">Jon Super</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/E6NEXOANSR7N25DRZH3E53NKAY.jpg?auth=9908d620e3f4847bb14b5289b51201b3dfeec6a73f8fd8e658ce68d43f5ac713&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Bryson DeChambeau of the United States taps hands with spectators as he walks to the 9th tee during the second day of the British Open Golf championships at Royal Birkdale golf club, in Southport, England, Friday, July 17, 2026. (AP Photo/David Goldman)]]></media:description><media:credit role="author" scheme="urn:ebu">David Goldman</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/B3VMNNWY6EXCL3P2AKMSSRFE5I.jpg?auth=8aafb500bf1ca3b0606a61c96703fc59a73f5cc5833a89cd8f3a4a8f185c5f67&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Bryson DeChambeau of the United States, right shakes hands with Scottie Scheffler of the United States after they completed their second rounds on the 18th green during the second day of the British Open Golf championships at Royal Birkdale golf club, in Southport, England, Friday, July 17, 2026. (AP Photo/Jon Super)]]></media:description><media:credit role="author" scheme="urn:ebu">Jon Super</media:credit></media:content></item><item><title><![CDATA[Basabe’s 2024 resignation pledge resurfaces after jury finds him liable for sexual harassment, battery]]></title><link>https://www.local10.com/news/politics/2026/07/17/basabes-2024-resignation-pledge-resurfaces-after-jury-finds-him-liable-for-sexual-harassment-battery/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/07/17/basabes-2024-resignation-pledge-resurfaces-after-jury-finds-him-liable-for-sexual-harassment-battery/</guid><dc:creator><![CDATA[Christian De La Rosa]]></dc:creator><description><![CDATA[A video State Representative Fabian Basabe posted in October 2024 is resurfacing on social media after a civil jury found him liable for sexual harassment and battery on Wednesday.]]></description><pubDate>Fri, 17 Jul 2026 22:02:01 +0000</pubDate><content:encoded><![CDATA[<p>A video that State Representative <a href="https://www.local10.com/news/local/2026/07/15/closing-arguments-heard-in-civil-case-against-state-lawmaker-fabian-basabe/" target="_self" rel="" title="https://www.local10.com/news/local/2026/07/15/closing-arguments-heard-in-civil-case-against-state-lawmaker-fabian-basabe/">Fabian Basabe</a> posted in October 2024 is resurfacing on social media after a civil jury found him liable for sexual harassment and battery on Wednesday.</p><p>In the video, Basabe addressed the allegations against him and made a public pledge to resign if they were ever proven true.</p><p>“This video message is my verbal contract to you,” he said. </p><p>Basabe also told his constituents and family:</p><p>“Should any of these allegations ever prove true against me at any point in the future I would resign on the spot and be held accountable,” he added. </p><p>A civil jury found Basabe liable for sexually harassing one former staffer and battering another.</p><p>The two former staffers were awarded a combined $450,000 in damages.</p><p>Basabe, who is not an attorney, represented himself during the trial. Afterward, he told Local 10 News it was a mistake.</p><p>On Friday, Local 10 News again reached out to Basabe multiple times and through multiple channels, asking him to respond to his previous pledge to resign if the allegations were proven true.</p><p>The 48-year-old Republican is on the November ballot seeking reelection in District 106, which stretches from Miami Beach north to Golden Beach.</p><p>Basabe did respond by text but sent the same statement he provided the day before. It did not address his previous pledge or say whether he plans to step down.</p><p>Local 10 News also reached out to the Miami-Dade Republican Party for comment. The party declined to comment.</p>]]></content:encoded></item><item><title><![CDATA[Cifra de fallecidos por sismos en Venezuela se eleva a más de 5.000]]></title><link>https://www.local10.com/espanol/2026/07/17/cifra-de-fallecidos-por-sismos-en-venezuela-se-eleva-a-mas-de-5000/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/17/cifra-de-fallecidos-por-sismos-en-venezuela-se-eleva-a-mas-de-5000/</guid><dc:creator><![CDATA[Por The Associated Press, Associated Press]]></dc:creator><description><![CDATA[CARACAS (AP) — La cifra de fallecidos tras los dos potentes terremotos de 7,2 y 7,5 de magnitud que estremecieron Venezuela el 24 de junio pasado se incrementó el viernes a 5.069, informaron las autoridades.]]></description><pubDate>Fri, 17 Jul 2026 21:55:36 +0000</pubDate><content:encoded><![CDATA[<p>CARACAS (AP) — La cifra de fallecidos tras los dos potentes terremotos de 7,2 y 7,5 de magnitud que estremecieron Venezuela el 24 de junio pasado se incrementó el viernes a 5.069, informaron las autoridades.</p><p>El número de heridos, en tanto, se mantiene constante en 16.740 desde hace 11 días, según el nuevo reporte difundido por el gobierno de la presidenta encargada Delcy Rodríguez, mediante sus redes sociales.</p><p>La cifra de muertos sigue creciendo mientras continúan las labores de remoción de escombros, particularmente en el estado costanero de La Guaira, que fue la región más afectada por los sismos y se ubica en el lado norte de la cordillera que separa la capital venezolana, Caracas, del mar Caribe. Después de los dos devastadores sismos se contabilizaron hasta el viernes 1.331 réplicas.</p><p>De acuerdo con el reporte, 856 edificios sufrieron daños y de ellos 190 colapsaron totalmente, mientras que más de 1.600 estructuras de otra índole, como puentes y carreteras, también fueron afectadas.</p><p>El gobierno interino ha estimado que los terremotos dejaron 17.907 personas sin viviendas, y más de 21.000 reciben refugio en 107 campamentos temporales instalados en La Guaira, Caracas y el vecino estado Miranda.</p><p>Los sismos, los más fuertes registrados en el país sudamericano en más de un siglo, ocurrieron con 39 segundos de diferencia a lo largo de la cordillera de la costa, donde se encuentran los mayores centros poblados del país, según el Servicio Geológico de Estados Unidos.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/6LMQOC2LYEZRCOE3BP2MWPF5JM.jpg?auth=6a1984b5bab13601d7f2fb6bcd61c2de3dd37c0fed9e2eac456d6c31764428d6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Miembros del Cuerpo de Investigación Científica, Penal y Criminalística de Venezuela recuperan el cuerpo de una de las dos hijas de Yolimar Torres, a quien la familia encontró entre los escombros de un edificio derrumbado por los dos terremotos, en La Guaira, Venezuela, el miércoles 15 de julio de 2026. (Foto AP/Ariana Cubillos)]]></media:description><media:credit role="author" scheme="urn:ebu">Ariana Cubillos</media:credit></media:content></item><item><title><![CDATA[Appeals court says 28-year sentence is too lenient for Libyan militant convicted in Benghazi attack]]></title><link>https://www.local10.com/news/politics/2026/07/17/appeals-court-says-28-year-sentence-is-too-lenient-for-libyan-militant-convicted-in-benghazi-attack/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/07/17/appeals-court-says-28-year-sentence-is-too-lenient-for-libyan-militant-convicted-in-benghazi-attack/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — A 28-year prison sentence is too lenient for a Libyan militant who was convicted of terrorism-related charges in the 2012 attacks on U.S. compounds in Benghazi, Libya, that killed Ambassador Chris Stevens and three other Americans, a federal appeals court ruled Friday.]]></description><pubDate>Fri, 17 Jul 2026 22:30:09 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — A 28-year prison sentence is too lenient for a Libyan militant who was convicted of terrorism-related charges in the 2012 attacks on U.S. compounds in Benghazi, Libya, that killed Ambassador Chris Stevens and three other Americans, a federal appeals court ruled Friday.</p><p>A three-judge panel from the U.S. Court of Appeals for the District of Columbia Circuit threw out Ahmed Abu Khatallah's sentence and transferred the case back to the district court in Washington, D.C., for resentencing.</p><p>A district court judge initially sentenced Khatallah to 22-year prison sentence in 2018, but the appeals court rejected it four years ago as a “shockingly” light punishment under the circumstances. The appeals court panel concluded that the 28-year sentence, which U.S. District Judge Christopher Cooper handed down in 2024, remains unreasonably lenient.</p><p>The D.C. Circuit judges said a 28-year sentence does not reflect the seriousness of Khatallah’s crimes.</p><p>“Khatallah helped prepare for and execute a premeditated, armed attack on a U.S. diplomatic outpost. He pressured a Libyan security force not to patrol the Mission during the attack. And his only stated regret was that the terrorists did not kill every American at the Mission,” the appellate ruling says.</p><p>The latest appeal was decided by Judges Karen LeCraft Henderson, J. Michelle Childs and Florence Pan.</p><p>Khattala was captured in 2014 and convicted of multiple terrorism-related charges after a 2017 trial, but the jury acquitted him of murder.</p><p>The Benghazi attack became a political flashpoint in Washington. A Republican-led congressional panel's report blamed Democratic President Barack Obama's administration, including then-Secretary of State Hillary Clinton, for security failures and a slow response to the compound attacks.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/EC7I3RZ5O7II5C5RHLDA5ZAKGE.jpg?auth=22df89bd5471c93f769b85ac44703ae63ac52426671152df2a0841f572988ec4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This June 28, 2014, artist's rendering shows United States Magistrate, Judge John Facciola, swearing in the defendant, Libyan militant Ahmed Abu Khatallah, wearing a headphone, as his attorney Michelle Peterson watches during a hearing at the federal U.S. District Court in Washington. (AP Photo/Dana Verkouteren)]]></media:description><media:credit role="author" scheme="urn:ebu">Dana Verkouteren</media:credit></media:content></item><item><title><![CDATA[Acusan a cuidadora en Miami-Dade de robar cerca de $24,000 a paciente con Alzheimer para apostar en casinos]]></title><link>https://www.local10.com/espanol/2026/07/17/acusan-a-cuidadora-en-miami-dade-de-robar-cerca-de-24000-a-paciente-con-alzheimer-para-apostar-en-casinos/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/17/acusan-a-cuidadora-en-miami-dade-de-robar-cerca-de-24000-a-paciente-con-alzheimer-para-apostar-en-casinos/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[Una mujer de 65 años fue arrestada en Miami-Dade tras ser acusada de aprovecharse económicamente de una paciente con Alzheimer bajo su cuidado.]]></description><pubDate>Fri, 17 Jul 2026 17:08:50 +0000</pubDate><content:encoded><![CDATA[<p>Una cuidadora de larga trayectoria fue arrestada luego de que investigadores determinaran que presuntamente utilizó cerca de 24,000 dólares pertenecientes a una mujer de edad avanzada con enfermedad de Alzheimer para apostar en casinos del sur de Florida.</p><p>De acuerdo con el informe de arresto de la Oficina del Sheriff de Miami-Dade (MDSO), Charlotte Butler, de 65 años, comenzó a desempeñarse como la principal cuidadora de Maxine Dailey alrededor de 2018.</p><p>Los investigadores indicaron que Dailey padece Alzheimer y depende de asistencia para su cuidado diario y la administración de sus asuntos financieros.</p><p>Como parte de sus funciones, Butler fue autorizada como firmante en la cuenta bancaria de Wells Fargo de la víctima, lo que le permitió acceder a sus recursos económicos.</p><p>Según el informe, Butler admitió posteriormente, durante su testimonio en un proceso judicial de tutela en Miami-Dade, que retiraba dinero de la cuenta compartida de manera habitual para apostar en casinos de la zona.</p><p>Las autoridades señalaron que la mujer reconoció haber retirado aproximadamente 24,070 dólares con ese propósito.</p><p>Los registros bancarios obtenidos mediante una orden judicial revelaron frecuentes retiros de efectivo en cajeros automáticos ubicados dentro de varios casinos del sur de Florida. Los detectives indicaron que las transacciones se realizaban semanalmente y, en algunos casos, varias veces el mismo día. Los retiros continuaron hasta mayo de 2023 y ocasionaron pérdidas estimadas en unos 24,000 dólares.</p><p>La investigación también incluyó registros del Hialeah Park Casino, donde Butler tenía una cuenta de jugador.</p><p>Según los investigadores, los registros del casino coincidían con las fechas y montos de los retiros realizados de la cuenta bancaria de la víctima, lo que demostraba que la actividad de apuestas de Butler correspondía con el dinero extraído de esa cuenta. En algunos casos, las cantidades apostadas coincidían exactamente con los retiros, lo que, según las autoridades, respalda que utilizó los fondos de la víctima para fines personales.</p><p>Los detectives señalaron además que el único dinero depositado en la cuenta provenía de los beneficios del Seguro Social de Dailey o de transferencias realizadas desde otras cuentas que pertenecían exclusivamente a la víctima. La investigación no encontró evidencia de que Butler hubiera intentado devolver el dinero.</p><p>Asimismo, las autoridades descubrieron que Butler y su hija vivían en la casa de Dailey sin pagar renta, servicios públicos ni televisión por cable, gastos que continuaban cubriéndose con el dinero de la víctima.</p><p>Tras ser informada de sus derechos Miranda, Butler admitió haber realizado retiros de la cuenta compartida en casinos, según el informe.</p><p>Butler fue arrestada por un cargo de explotación financiera de una persona mayor o con discapacidad.</p><p>Hasta la tarde del viernes permanecía recluida en el Centro Correccional Turner Guilford Knight con una fianza fijada en 5,000 dólares.</p>]]></content:encoded></item><item><title><![CDATA[Miami-Dade caregiver accused of stealing about $24,000 from Alzheimer’s patient to gamble at casinos]]></title><link>https://www.local10.com/news/local/2026/07/17/miami-dade-caregiver-accused-of-stealing-nearly-24000-from-alzheimers-patient-to-gamble-at-casinos/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/17/miami-dade-caregiver-accused-of-stealing-nearly-24000-from-alzheimers-patient-to-gamble-at-casinos/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[A longtime caregiver has been arrested after investigators say she used about $24,000 belonging to an elderly woman with Alzheimer’s disease to fund her gambling habit at South Florida casinos.]]></description><pubDate>Fri, 17 Jul 2026 16:22:09 +0000</pubDate><content:encoded><![CDATA[<p>A longtime caregiver has been arrested after investigators say she used about $24,000 belonging to an elderly woman with Alzheimer’s disease to fund her gambling habit at South Florida casinos.</p><p><a href="https://www.local10.com/espanol/2026/07/17/acusan-a-cuidadora-en-miami-dade-de-robar-cerca-de-24000-a-paciente-con-alzheimer-para-apostar-en-casinos/" target="_self" rel="" title="https://www.local10.com/espanol/2026/07/17/acusan-a-cuidadora-en-miami-dade-de-robar-cerca-de-24000-a-paciente-con-alzheimer-para-apostar-en-casinos/">Leer en español</a></p><p>According to a Miami-Dade Sheriff’s Office arrest report, Charlotte Butler, 65, served as the primary caregiver for Maxine Dailey beginning around 2018.</p><p>Investigators said Dailey suffers from Alzheimer’s disease and relies on assistance for her daily care and financial affairs.</p><p>As part of her caregiving duties, Butler was added as an authorized signer on Dailey’s Wells Fargo bank account, giving her access to the victim’s finances, authorities said.</p><p>According to the arrest report, Butler later admitted during testimony in a Miami-Dade guardianship case that she regularly withdrew money from the joint account to gamble at local casinos.</p><p>Investigators said Butler acknowledged withdrawing approximately $24,070 from the account for gambling purposes.</p><p>Bank records obtained through a subpoena allegedly showed frequent cash withdrawals from ATMs located inside several South Florida casinos. Detectives said the transactions occurred on a weekly basis and, in some instances, multiple times in the same day. The withdrawals continued as recently as May 2023, resulting in an estimated loss of about $24,000, authorities said.</p><p>The investigation also included records from Hialeah Park Casino, where detectives said Butler maintained a player account.</p><p>According to investigators, casino records matched dates and amounts of cash withdrawals from the victim’s bank account, showing Butler’s gambling activity corresponded with money taken from the account. In some cases, wagering amounts matched the withdrawals, further supporting that the victim’s funds were used for Butler’s personal gambling, the report states.</p><p>Detectives said the only money deposited into the joint account came from Dailey’s Social Security benefits or transfers from other accounts solely owned by the victim. Investigators found no evidence Butler attempted to repay the money, the arrest report stated.</p><p>The investigation also found that Butler and her daughter lived in Dailey’s home without paying rent, utilities or cable bills, which continued to be paid using the victim’s funds, according to the arrest report.</p><p>After being advised of her Miranda rights, Butler admitted to making withdrawals from the joint account at casinos, investigators said.</p><p>Butler was arrested on a charge of exploitation of an elderly or disabled person.</p><p>As of Friday afternoon, she was being held at the Turner Guilford Knight Correctional Center on a $5,000 bond.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Shohei Ohtani had lubricant injected into his knee and is likely to pitch Wednesday at Philadelphia]]></title><link>https://www.local10.com/sports/2026/07/17/shohei-ohtani-had-lubricant-injected-into-his-knee-and-is-likely-to-pitch-wednesday-at-philadelphia/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/17/shohei-ohtani-had-lubricant-injected-into-his-knee-and-is-likely-to-pitch-wednesday-at-philadelphia/</guid><dc:creator><![CDATA[By RONALD BLUM, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Shohei Ohtani had a lubricant injected into his left knee, but the Dodgers two-way star did not have fluid drained, Los Angeles manager Dave Roberts said Friday.]]></description><pubDate>Sat, 18 Jul 2026 03:06:59 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Shohei Ohtani had a lubricant injected into his left knee, but the Dodgers two-way star did not have fluid drained, Los Angeles manager Dave Roberts said Friday.</p><p>Ohtani was 0 for 4 with a pair of warning-track flyouts as the leadoff batter and designated hitter in Friday's 2-1 win over the New York Yankees that opened the second half. The four-time MVP is not slated to pitch this weekend and likely will make his next start Wednesday at Philadelphia.</p><p>Roberts said Ohtani had the procedure after Sunday's game against Arizona. Ohtani last pitched on July 3.</p><p>“It gives him some relief in his knee, which we were hoping to get, and then the four days off from activity, which gets it all to kind of settle in,” Roberts said. “I think we are certainly more prepared to back off on the workload if it calls for it, but Shohei wants to be out there as much as he possibly can.”</p><p>Ohtani is batting .293 with 22 homers and 58 RBIs while going 8-2 with a 1.79 ERA and 95 strikeouts in 85 2/3 innings over 14 starts on the mound. The four-time MVP skipped Tuesday night’s All-Star Game.</p><p>“Part of his wear and tear, just part of being an athlete, being a baseball player, the running, the pitching, the swinging of the bat, all that stuff has effects on the body,” Roberts said.</p><p>He will try to give Ohtani days off after his pitching starts if possible.</p><p>“Safe to say that even if there isn’t an off day behind it, I would like to give him that next day off,” Roberts said. “So ideally, yeah, he would have the scheduled off day behind it. But that’s not always possible, kind of with the schedule and also where he’s at.”</p><p>Ohtani probably will throw off a mound in the next few days to test the knee. He has been landing more in an open stance to lessen torque on the left knee, which Roberts said likely will not need offseason surgery.</p><p>Roberts said he doesn't know whether catcher Will Smith, who hasn't played since June 5 because of neck inflammation, will return this season but hopes the three-time All-Star can contribute this year. Roberts said Smith “didn’t feel like he was making any improvement.”</p><p>“He’s taking a week, at least a week of just really doing no activity to hopefully calm his neck down, to then build up,” Roberts said. “Early on we’ve been trying to get him ready, moving around, doing some baseball stuff, but he hasn’t been able to get over the hump.”</p><p>Dodgers closer Edwin Díaz, recovering from surgery on April 22 to remove loose bodies from his right elbow, was to pitch Friday in his third minor league rehab appearance and then throw again Sunday.</p><p>“He’s got to assure us that he’s in a good spot to close out,” Roberts said.</p><p>Left-hander Blake Snell, sidelined since his season debut on May 9 because of loose bodies in his pitching elbow, is to start for Triple-A Oklahoma City on Saturday.</p><p>Tyler Glasnow, a right-hander out since May 6 because of lower back spasms, has been throwing bullpens.</p><p>___</p><p>AP MLB: https://apnews.com/hub/mlb</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/6TKPWLOEHRBPQO7UVM5DDIKJUY.jpg?auth=faac1652bc44075f4c8c935d569c5877492c13bd39deb927981c7a8735ef879b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Los Angeles Dodgers designated hitter Shohei Ohtani (17) reacts after grounding out during the first inning of a baseball game against the New York Yankees, Friday, July 17, 2026, in New York. (AP Photo/Adam Hunger)]]></media:description><media:credit role="author" scheme="urn:ebu">Adam Hunger</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/2DTYERVOAVYXICZN6H767ILISA.jpg?auth=8b065a3dc7a1c596faac9d94ae6e0d245ee050143b852f16b2fe2676b8022b77&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Los Angeles Dodgers designated hitter Shohei Ohtani, left, watches his flyout off New York Yankees pitcher Gerrit Cole during the third inning of a baseball game Friday, July 17, 2026, in New York. (AP Photo/Adam Hunger)]]></media:description><media:credit role="author" scheme="urn:ebu">Adam Hunger</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KE5AM6J63BFUS6NLMUWXLHGSNU.jpg?auth=4eb13b642e96f6eb5b41d35640dc14fa8a2064714ed596bbbb1d14051e98cb14&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Los Angeles Dodgers designated hitter Shohei Ohtani reacts while watching his flyout during the third inning of a baseball game against the New York Yankees, Friday, July 17, 2026, in New York. (AP Photo/Adam Hunger)]]></media:description><media:credit role="author" scheme="urn:ebu">Adam Hunger</media:credit></media:content></item><item><title><![CDATA[Paying for early access to Trump's Truth Social could raise big money - and major ethical issues]]></title><link>https://www.local10.com/business/2026/07/17/paying-for-early-access-to-trumps-truth-social-could-raise-big-money-and-major-ethical-issues/</link><guid isPermaLink="true">https://www.local10.com/business/2026/07/17/paying-for-early-access-to-trumps-truth-social-could-raise-big-money-and-major-ethical-issues/</guid><dc:creator><![CDATA[By BERNARD CONDON, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — America’s first billionaire president may soon be profiting from a new line of business tied to his office: charging access for a first peek at certain posts on his Truth Social platform.]]></description><pubDate>Fri, 17 Jul 2026 21:40:16 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — America’s first billionaire president may soon be profiting from a new line of business tied to his office: charging access for a first peek at certain posts on his Truth Social platform.</p><p>Donald Trump's struggling media company plans to sell Wall Street traders the chance to see posts from “highest-ranking” accounts — including possibly his own — milliseconds before others.</p><p>That could mean big money for them, and Trump.</p><p>Trump's posts are often important enough to rattle financial markets, sending prices soaring and plunging within seconds. Until this moment, presidential policy announcements were considered sort of public property that should be free and available to all at the same time.</p><p>The president has the most followers on Truth Social — 12.9 million — so presumably will be included in the mix of high-ranking accounts.</p><p>Truth Social’s public parent, Trump Media & Technology, did not respond to emailed questions, including whether Trump’s posts will be excluded from the offering, but the planned service is attracting plenty of attention — and not just from traders.</p><p>“It’s odious, selling access to highest bidders on Wall Street," said Dylan Hedler-Gaudette, an expert on federal ethic rules at watchdog Project on Government Oversight. “Everything he says has market implications."</p><p>How the new business hopes to make money</p><p>Called Truth PSI, the service announced in a short press release Thursday would allow Wall Street trading firms and institutions to see certain posts earlier than other users so they could profit off subsequent moves in stocks, bonds and interest rates.</p><p>The Trump Media release did not give any sense of the size of the new business but quotes CEO Kevin McGurn as saying he expects it to become a “meaningful" source of revenue as part of a strategy to "monetize proprietary assets.” The company added that it expects to launch the service next month.</p><p>The customers that Truth Social is targeting are high frequency traders who jump ahead of others in reacting to news to buy and sell bonds and other financial instruments. And a few thousands of a second often spells the difference between profits and losses.</p><p>Trump posts are big news, and big money makers</p><p>When Trump announced his sweeping tariffs on April 2 last year, it was major political and financial news —- and many found out first on Truth Social.</p><p>“It's Liberation Day in America," Trump posted hours before a formal Rose Garden announcement, sending stocks plunging nearly 5% over the next few hours. Safe haven investments like gold and Treasury bonds soared.</p><p>A few days later, Trump reversed course by suspending the tariffs for 90 days with an announcement again on Truth Social, writing, "THIS IS A GREAT TIME TO BUY!!!”</p><p>Stocks soared 9.5% that day, adding $4 trillion to investor wealth as measured by the S&P 500 index.</p><p>“It’s yet more brazen corruption,” said Kathleen Clark of Washington University School of Law and an expert in government ethics rules. “Trump can line his pockets by selling access.”</p><p>His Iran war posts are must reading for oil traders, too</p><p>Trump has announced major decisions and musings about other topics, including staff changes, immigration crackdowns, and matters of war and peace in Ukraine and Iran.</p><p>“THE CEASEFIRE IS NOW IN EFFECT. PLEASE DO NOT VIOLATE IT!,” he posted on June 24 last year about a short-lived Iran deal, sending oil prices plunging instantly.</p><p>No other social media platform has such access to the president, and presumably banks and traders will have to pay up for it.</p><p>Trump Media did not state in its release how much it plans to charge but said it has already signed up customers.</p><p>The law doesn't bar Trump from doing this</p><p>The service is similar to others at rival social media firms but with a key difference: It’s the president posting. But there appears to be nothing to stop Trump from doing this, at least legally.</p><p>Conflict of interest laws would bar U.S. government officials from owning a company that profits off their office by selling access to their decisions through public posts, says Washington University’s Clark. But the president and vice president, she notes, are excluded from the provision.</p><p>Despite that, all presidents since the law was passed decades ago have acted as if it applied — selling individual stocks, dumping business holdings or putting their financial assets in a blind trust so they wouldn’t know what was being bought and sold on their behalf while they wielded power — but Trump has refused.</p><p>No response from the White House, or his businesses</p><p>The White House referred questions, including those about the president profiting off its office, to the company that owns Truth Social. Several messages sent to that company, Trump Media & Technology, have not been returned. And Trump’s own family company, the Trump Organization, declined to comment.</p><p>Trump himself has repeatedly denied that there any conflicts between his obligation to act in the public interest and the opportunity to make money off the presidency.</p><p>The White House has previously said Trump only does what is good for the country and is not involved in his family business.</p><p>Trump Media needs the help</p><p>The new service is the latest in a series of moves to try to revive the fortunes of Trump Media whose stock has plunged more than 70% since the president took office last year</p><p>The company has been diversifying into various businesses — crypto, financial services and nuclear fusion — but all to no avail.</p><p>It recently replaced its longtime CEO, former Congressman Devin Nunes, with McGurn — but the stock kept sinking anyway.</p><p>The stock rose 0.6% on the news Thursday, and up by half that amount the next day at $9.66. Before Trump took office last year, it closed at $40.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/NTC4MIA6BZQ36D3JCRQSMTG2HI.jpg?auth=ce0def87641b3158858d1681873280e8e92a472db48b2f825d9f9faae55033d8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The download screen for the Truth Social app is displayed on a laptop computer, March 20, 2024, in New York. (AP Photo/John Minchillo, File)]]></media:description><media:credit role="author" scheme="urn:ebu">John Minchillo</media:credit></media:content></item><item><title><![CDATA[Gulf system to bring heavy rains to Florida’s west coast and Big Bend starting this weekend]]></title><link>https://www.local10.com/weather/hurricane/2026/07/17/gulf-system-to-bring-heavy-rains-to-floridas-west-coast-and-big-bend-starting-this-weekend/</link><guid isPermaLink="true">https://www.local10.com/weather/hurricane/2026/07/17/gulf-system-to-bring-heavy-rains-to-floridas-west-coast-and-big-bend-starting-this-weekend/</guid><dc:creator><![CDATA[Michael Lowry]]></dc:creator><description><![CDATA[The National Hurricane Center continues to monitor an elongated corridor of low pressure stretching down the southeast U.S. coast and into the northeastern Gulf – with its south side tucked away in the elbow of Florida’s Big Bend – for possible tropical development starting this weekend into early next week.]]></description><pubDate>Fri, 17 Jul 2026 13:15:43 +0000</pubDate><content:encoded><![CDATA[<p>The National Hurricane Center continues to monitor an elongated corridor of low pressure stretching down the southeast U.S. coast and into the northeastern Gulf – with its south side tucked away in the elbow of Florida’s Big Bend – for possible tropical development starting this weekend into early next week.</p><p><a href="https://www.local10.com/espanol/2026/07/17/sistema-en-el-golfo-traera-fuertes-lluvias-a-la-costa-oeste-de-florida-y-la-region-de-big-bend-a-partir-de-este-fin-de-semana/" target="_self" rel="" title="https://www.local10.com/espanol/2026/07/17/sistema-en-el-golfo-traera-fuertes-lluvias-a-la-costa-oeste-de-florida-y-la-region-de-big-bend-a-partir-de-este-fin-de-semana/">Leer en español</a></p><p>As we’ve been discussing in this newsletter since Monday – two days before the area was first included in NHC’s outlook – the development odds are low here, primarily due to the disturbance’s proximity to and interaction with land and modest to strong bouts of wind shear in the vicinity.</p><p>The challenging environmental conditions and disorganized starting place of the disturbance don’t support significant organization, but with near-record warm waters for the time of year in the northeastern Gulf and off the southeast coast, a weak but short-lived tropical depression or low-end tropical storm can’t be ruled out. For now, the odds are stacked against it gathering enough organization to clear those hurdles, however.</p><h3><b>Locally heavy rain the upshot regardless</b></h3><p>Regardless of development, heavy rain from Florida’s Sun Coast – including the Tampa Bay metro – through the state’s Nature Coast and sweeping Big Bend will be the primary hazard into early next week.</p><figure><img src="https://www.local10.com/resizer/v2/PW3RH5ANS5GWBD5XKEAS6PJHD4.PNG?auth=0b1e3d1d84c12f71242592ac7ff9a86b9f1773d96c35707be433dbb33af32d8c&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>Though heavy rains will start in earnest on Saturday, the heaviest threat will extend from Sunday through Tuesday, including across the interior middle tier of the state and northeast Florida.</p><p>Overall totals for now seem manageable and could be beneficial to areas of the state that desperately need an extended period of soaking rains to help relieve its ongoing drought.</p><p>That said, these types of tropically-juiced setups can produce very high rain rates exceeding 3 inches per hour, so localized flash flooding is certainly possible, especially in urban areas like the Tampa or Jacksonville metros.</p><h3><b>No development expected elsewhere across the Atlantic</b></h3><p>A robust tropical disturbance in the far eastern Atlantic just west of Africa also included in NHC’s tropical outlook isn’t expected to develop.</p><figure><img src="https://www.local10.com/resizer/v2/KXPNL77IXFHJ3KJO6O3VO5D7RQ.PNG?auth=45c4ee49ea68d77b672bde30129a8c568569bfd5e149c65cbf1ced96292dca96&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>Elsewhere things continue to look quiet across the basin into the waning weeks of July.</p><h3><b>NOAA restores critical hurricane tracking satellite</b></h3><p>An extended outage of the GOES-19 weather satellite that we first reported in yesterday morning’s newsletter was remediated by Thursday afternoon.</p><p>According to my sources at NOAA with knowledge of the situation, the malfunction stemmed from software aboard the satellite platform. The satellite required rebooting to fix the issue which took it offline for approximately 24 hours from Wednesday to Thursday afternoon. During this time, NOAA engineers placed the satellite in what’s known as “safehold” as an emergency protective action to prevent major damage or risk satellite failure.</p><p>Thankfully, the issued was resolved expeditiously with no lasting damage to the satellite. GOES-19 is NOAA’s primary weather monitoring satellite for the U.S. East Coast and tropical Atlantic. This satellite is different from the defense-operated, polar-orbiting constellation of hurricane-monitoring satellites that faced early termination last hurricane season. Those satellites continue to operate without interruption after officials issued a last-minute fix last July to address cybersecurity concerns and keep the satellites online.</p><p><!-- Local 10 Hurricane Resources (compact, aligned, no overlap) -->
<div class="l10-hurribox" role="complementary" aria-label="Local 10 Hurricane Resources">
  <style>
    /* Prevent width calc overflow across the component */
    .l10-hurribox, .l10-hurribox * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  <!-- Decorative wave -->
  <div class="l10-wave" aria-hidden="true">
    <svg viewBox="0 0 1200 120" preserveAspectRatio="none">
      <defs>
        <linearGradient id="l10-ocean" x1="0" x2="0" y1="0" y2="1">
          <stop offset="0" stop-color="#3b78c2" stop-opacity=".85"/>
          <stop offset="1" stop-color="#0b2747" stop-opacity=".95"/>
        </linearGradient>
      </defs>
      <path d="M0,40 C150,90 350,-10 600,40 C850,90 1050,10 1200,40 L1200,120 L0,120 Z" fill="url(#l10-ocean)">
        <animate attributeName="d" dur="9s" repeatCount="indefinite"
          values="
          M0,40 C150,90 350,-10 600,40 C850,90 1050,10 1200,40 L1200,120 L0,120 Z;
          M0,35 C150,80 350,0 600,35 C850,80 1050,0 1200,35 L1200,120 L0,120 Z;
          M0,40 C150,90 350,-10 600,40 C850,90 1050,10 1200,40 L1200,120 L0,120 Z"/>
      </path>
    </svg>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/PXO3GKCQMJB77C4TGQOZJHF7OM.PNG?auth=a72dbd0001d580b719ab85b42e21a09d08ab31648e38324e336bd2947be2d86c&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"/></item><item><title><![CDATA[Pirates-Guardians game postponed due to poor air quality caused by wildfire smoke]]></title><link>https://www.local10.com/sports/2026/07/17/pirates-guardians-game-postponed-due-to-poor-air-quality-caused-by-wildfire-smoke/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/17/pirates-guardians-game-postponed-due-to-poor-air-quality-caused-by-wildfire-smoke/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[CLEVELAND (AP) — The game between the Pittsburgh Pirates and the Cleveland Guardians scheduled for Friday night has been postponed due to air quality concerns because of wildfire smoke from Canada and northern Minnesota.]]></description><pubDate>Fri, 17 Jul 2026 21:21:38 +0000</pubDate><content:encoded><![CDATA[<p>CLEVELAND (AP) — The game between the Pittsburgh Pirates and the Cleveland Guardians scheduled for Friday night has been postponed due to air quality concerns because of wildfire smoke from Canada and northern Minnesota.</p><p>Heavy, pungent wildfire smoke darkened skies in the U.S. from the Great Lakes to parts of the East Coast, reducing visibility and prompting warnings that breathing the air outside could be dangerous.</p><p>Officials in many cities urged residents to stay inside or wear masks outside as air quality reached unhealthy to hazardous levels, meaning it’s unhealthy for anyone, regardless of health conditions. The National Weather Service said a lingering high pressure system has trapped the smoke close to the ground.</p><p>The air quality index was 203 when the game was postponed at 4:45 p.m. EDT, which is deemed to be very unhealthy and hazardous.</p><p>Northeast Ohio has been experiencing smoky and hazy skies for the past two days.</p><p>A split doubleheader is scheduled for Saturday, with the start times being 1:10 p.m. EDT and 7:10 p.m. EDT</p><p>Thursday night's game in Philadelphia between the Mets and Phillies was moved to 6:10 p.m. EDT from 7:10 p.m. It was the only game on the big league schedule coming out of this week’s All-Star break.</p><p>___</p><p>AP sports: https://apnews.com/sports</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/E6GJXXCZWHO5NOF3L3ZKZFL4EI.jpg?auth=0f9075cff1e4b2dd493d5d8c1edb4dfcb4e3ea2fdf098738bb7143bf6bfedb90&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A fan wears a mask during an air quality warning from wildfire smoke prior to baseball game between the New York Mets and the Philadelphia Phillies, Thursday, July 16, 2026, in Philadelphia. (AP Photo/Chris Szagola)]]></media:description><media:credit role="author" scheme="urn:ebu">Chris Szagola</media:credit></media:content></item><item><title><![CDATA[Cientos de personas han sido rescatadas de inundaciones en Texas]]></title><link>https://www.local10.com/espanol/2026/07/17/equipos-realizan-mas-rescates-en-texas-tras-dias-de-lluvias-intensas/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/17/equipos-realizan-mas-rescates-en-texas-tras-dias-de-lluvias-intensas/</guid><dc:creator><![CDATA[Por JESSE BEDAYN, JAMIE STENGLE y JOHN HANNA, Associated Press]]></dc:creator><description><![CDATA[UVALDE, Texas, EE.UU. (AP) — Cuadrillas de socorristas salvaron el viernes a personas atrapadas por las crecidas luego de fuertes tormentas, mientras más lluvias ampliaban el peligro generado por inundaciones que han matado al menos a dos personas y dejado varadas a cientos más.]]></description><pubDate>Fri, 17 Jul 2026 22:22:47 +0000</pubDate><content:encoded><![CDATA[<p>UVALDE, Texas, EE.UU. (AP) — Cuadrillas de socorristas salvaron el viernes a personas atrapadas por las crecidas luego de fuertes tormentas, mientras más lluvias ampliaban el peligro generado por inundaciones que han matado al menos a dos personas y dejado varadas a cientos más.</p><p>Una semana de aguaceros implacables dejó caer más de 60 centímetros (2 pies) de lluvia en algunas zonas. Se esperaba que la lluvia disminuyera, pero otra ronda de chubascos agravó ríos ya crecidos e inundó comunidades rurales cerca de la frontera con México que en gran medida se habían librado de daños importantes.</p><p>Cerca de Ozona, un pequeño pueblo a unos 320 kilómetros (200 millas) al oeste de San Antonio, las aguas cubrieron la Interestatal 10. Más de 50 personas fueron rescatadas en bote de apartamentos inundados y de un parque de casas rodantes anegado.</p><p>También se derrumbó una sección de un puente sobre el río Nueces en el condado de Uvalde, donde en cuestión de días ha caído lluvia equivalente a meses. En Uvalde, a unos 129 kilómetros (80 millas) al suroeste de San Antonio, las aguas atravesaron la casa de Miguel Vasquez dos veces esta semana, dejando una capa de lodo y volcando su refrigerador y otros objetos.</p><p>Los escombros quedaron esparcidos por su vecindario, y el cobertizo de un vecino quedó tambaleándose sobre una parte de la propiedad que fue arrasada. Vasquez contó el viernes que quedó atrapado en la corriente y estuvo a punto de ser arrastrado y ahogarse cuando intentaba llegar a su casa el miércoles.</p><p>“Tuve que agarrarme con las manos y los pies. No se podía nadar”, afirmó. “La gente cree que cuando hay una inundación, puedes nadar. Nadar no te va a ayudar. Te va a llevar. La corriente es demasiado fuerte”.</p><p>Casi 4 billones de litros de agua cayeron en una zona propensa a inundaciones</p><p>Casi 4 billones de litros (1 billón de galones) de agua cayeron sobre los tres condados más afectados durante tres días, suficientes para llenar 1,5 millones de piscinas olímpicas o abastecer a 11 millones de hogares durante un año.</p><p>Tan sólo el condado de Uvalde recibió más lluvia en ese periodo que la que California ha visto durante el último mes, según Ryan Maue, ex científico jefe de la Oficina Nacional de Administración Oceánica y Atmosférica (NOAA, por sus siglas en inglés).</p><p>La región texana de Hill Country es especialmente propensa a inundaciones repentinas porque la característica piedra caliza del área está cubierta apenas por una delgada capa de suelo. Durante lluvias intensas, el agua puede viajar rápidamente cuesta abajo antes de llenar las estrechas cuencas de los ríos.</p><p>El gobernador Greg Abbott indicó que personal de emergencia en una amplia franja del sur y centro de Texas ha rescatado a más de 570 personas, incluidos conductores varados y personas atrapadas en viviendas.</p><p>Boyas fronterizas gigantes quedaron a la deriva en el río Bravo</p><p>Las aguas crecidas del río Bravo cerraron temporalmente los dos puentes internacionales en la frontera con México en Eagle Pass, dejando varadas a algunas personas. Unas 600 boyas de gran tamaño que fueron colocadas en el río para disuadir a los migrantes de cruzar ilegalmente a Estados Unidos quedaron a la deriva por el aumento de la corriente, informó el representante federal Henry Cuellar.</p><p>Cuellar dijo que alrededor de 480 de ellas habían sido recuperadas para el mediodía del viernes. Los críticos han expresado preocupación por el daño que las boyas podrían causar si se soltaran y quedaran atrapadas a lo largo de las orillas y contra los pilares de los puentes. Cada una mide unos 4,6 metros (15 pies) de largo y pesa 454 kilogramos (1.000 libras).</p><p>En la región de Hill Country, Serena Reyna se despertó el jueves por la mañana y encontró su boutique en Kerrville, Nu Accents, cubierta de escombros después de que 1,2 metros (4 pies) de agua irrumpieran en la tienda. Describió el negocio como “una pérdida total”.</p><p>“Los pisos, o sea, están empapados de lodo y todavía, ya sabe, hay una pulgada (2,5 centímetros) de agua en algunos lugares”, comentó.</p><p>El Departamento de Transporte de Texas informó que las crecidas cerraron un tramo de 80 kilómetros (50 millas) de la autopista 57 y que no se esperaba que partes de la vía reabrieran hasta el lunes.</p><p>En total, alrededor de 6 millones de residentes en Texas estuvieron bajo alerta por inundaciones en distintos momentos de esta semana.</p><p>___</p><p>Stengle informó desde Dallas y Hanna, desde Topeka, Kansas. Los periodistas de The Associated Press Dave Collins en Hartford, Connecticut; Valerie Gonzalez en McAllen, Texas; Michael Phillis en Washington, y Anna Wilder en Austin, Texas, 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/4LLD3ZXCIYYX6Q3TTUGK6LPOZQ.jpg?auth=bd2cf30cf4fd1307cfbbaab09777161d0b1511df61e8070f156debcce9157753&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Una vista aérea muestra las inundaciones del viernes 17 de julio de 2026 en Ozona, Texas. (AP Foto/Gerald Herbert)]]></media:description><media:credit role="author" scheme="urn:ebu">Gerald Herbert</media:credit></media:content></item><item><title><![CDATA[Federal appeals court rules that New Jersey's assault weapons ban is unconstitutional]]></title><link>https://www.local10.com/news/national/2026/07/17/federal-appeals-court-rules-that-new-jerseys-assault-weapons-ban-is-unconstitutional/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/07/17/federal-appeals-court-rules-that-new-jerseys-assault-weapons-ban-is-unconstitutional/</guid><dc:creator><![CDATA[By JOSH KELETY, Associated Press]]></dc:creator><description><![CDATA[A federal appeals court ruled Friday that New Jersey's bans on assault firearms and magazines that can hold more than 10 rounds are unconstitutional.]]></description><pubDate>Sat, 18 Jul 2026 00:58:37 +0000</pubDate><content:encoded><![CDATA[<p>A federal appeals court ruled Friday that New Jersey's bans on assault firearms and magazines that can hold more than 10 rounds are unconstitutional.</p><p>This is the first time a federal appeals court has struck down a state ban on such weapons, and it comes as the U.S. Supreme Court is set to consider whether bans on semiautomatic rifles violate the Second Amendment. Just last week, a different federal appeals court upheld Illinois' ban on semiautomatic weapons.</p><p>Friday's appeals court ruling in the New Jersey case goes further than a July 2024 ruling from a federal judge, who said that the state's ban on AR-15s specifically was unconstitutional but upheld the provision barring larger magazines. The 3rd U.S. Circuit Court of Appeals said Friday in its opinion that the state's ban on all semiautomatic rifles it deems to be “assault firearms” and restriction on “large capacity ammunition magazines” were unconstitutional.</p><p>New Jersey Attorney General Jennifer Davenport, a Democrat whose office defended the law, said in a statement that the decision is “as unfortunate as it is legally incorrect.”</p><p>“Every other federal circuit court to consider the issue has come out the other way,” Davenport said. “Assault weapons and large capacity magazines play a dangerous role in the modern epidemic of mass shootings, and New Jersey acted reasonably and lawfully in restricting them. We are considering our options.”</p><p>John Commerford, executive director of the National Rifle Association Institute for Legislative Action, called the ruling a “historic victory for the NRA, the Second Amendment, and law-abiding Americans."</p><p>In addition to New Jersey, 10 states, as well as the District of Columbia, have laws that generally ban the manufacture, sale, and transfer of assault weapons, according to the Giffords Law Center to Prevent Gun Violence. The District of Columbia, New Jersey and 11 other states cap magazine capacity at 10 rounds generally or for certain types of firearms.</p><p>Adam Winkler, a law professor at the University of California, Los Angeles, said that Friday's ruling was surprising because federal courts of appeals have upheld assault weapons bans in the past. On the other hand, he added, the decision "may be foretelling the Supreme Court’s coming opinion on assault weapons bans.”</p><p>“What this Third Circuit opinion shows is that there are very few gun laws that are safe from being struck down right now," Winkler said. ___</p><p>Kelety reported from Phoenix.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/27KULGXQWAEWHBYVJOUYTOHZB4.jpg?auth=5a1e4a760f6196673598b9aee43f1e12c82429107375304008375bf2673a2353&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - An AR-15 style rifle is fired at the Bureau of Alcohol, Tobacco, Firearms, and Explosives (ATF), National Services Center on March 2, 2023, in Martinsburg, W.Va. (AP Photo/Alex Brandon, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Alex Brandon</media:credit></media:content></item><item><title><![CDATA[Plantation man jailed after daughter, 6, brings THC gummies to camp, sickening 3, police say]]></title><link>https://www.local10.com/news/local/2026/07/17/plantation-man-jailed-after-daughter-6-brings-thc-gummies-to-camp-sickening-3-police-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/17/plantation-man-jailed-after-daughter-6-brings-thc-gummies-to-camp-sickening-3-police-say/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[Police arrested a Plantation man on Thursday after they said his 6-year-old daughter brought THC gummies to her summer camp, sickening three other children who ingested them.]]></description><pubDate>Fri, 17 Jul 2026 19:59:27 +0000</pubDate><content:encoded><![CDATA[<p>Police arrested a Plantation man on Thursday after they said his 6-year-old daughter brought THC gummies to her summer camp, sickening three other children who ingested them.</p><p><a href="https://www.local10.com/espanol/2026/07/17/arrestan-a-hombre-de-plantation-despues-de-que-su-hija-de-seis-anos-llevara-gomitas-con-thc-a-campamento-y-enfermara-a-tres-personas/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/17/arrestan-a-hombre-de-plantation-despues-de-que-su-hija-de-seis-anos-llevara-gomitas-con-thc-a-campamento-y-enfermara-a-tres-personas/">Leer en español</a></p><p>Shelvin Marquise Fairman, 31, is facing three child neglect charges in connection with the incident.</p><p>Investigators with the Plantation Police Department said Fairman’s daughter attends a summer camp at Mirror Lake Elementary School, located at 1200 NW 72nd Ave., and shared the gummies ― unaware that they contained THC ― with three friends, aged 4, 5 and 9. </p><p>According to an arrest report, medics took the three children to hospitals “for a multitude of symptoms.”</p><p>Police said the girl got the gummies from an “easily accessible” bedroom fridge. They said the girl’s mother told police that the gummies belonged to Fairman.</p><p>Authorities said the girl’s mother told investigators that she thought all the gummies had been “thrown out or hidden away.”</p><p>“Shelvin’s actions, or lack thereof, were solely responsible for this chain of events,” the report states. “The parents of these young children advised that they were all very disturbed that THC edible gummies had been provided to their children at a summer camp and would like to seek prosecution.”</p><p>Records show that Fairman was being held in the Broward Main Jail on a $10,500 bond as of Friday 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/PB4XEAVBAZDSNDZABVWZZ3SY7Q.jpg?auth=48e706d8aa427032d407323a86666d178e42f35d4d06c2b96b9529c802279e9d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Shelvin Fairman]]></media:description></media:content></item><item><title><![CDATA[Arrestan a hombre de Plantation después de que su hija de seis años llevara gomitas con THC a campamento y enfermara a tres personas]]></title><link>https://www.local10.com/espanol/2026/07/17/arrestan-a-hombre-de-plantation-despues-de-que-su-hija-de-seis-anos-llevara-gomitas-con-thc-a-campamento-y-enfermara-a-tres-personas/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/17/arrestan-a-hombre-de-plantation-despues-de-que-su-hija-de-seis-anos-llevara-gomitas-con-thc-a-campamento-y-enfermara-a-tres-personas/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[La Policía arrestó el jueves a un hombre de Plantation luego de que, según las autoridades, su hija de seis años llevara gomitas con THC a su campamento de verano, lo que enfermó a otros tres niños que las ingirieron.]]></description><pubDate>Fri, 17 Jul 2026 20:40:10 +0000</pubDate><content:encoded><![CDATA[<p>La Policía arrestó el jueves a un hombre de Plantation luego de que, según las autoridades, su hija de seis años llevara gomitas con THC a su campamento de verano, lo que enfermó a otros tres niños que las ingirieron.</p><p>Shelvin Marquise Fairman, de 31 años, enfrenta tres cargos de negligencia infantil en relación con el incidente.</p><p>Investigadores del Departamento de Policía de Plantation informaron que la hija de Fairman asiste a un campamento de verano en Mirror Lake Elementary School, ubicada en el 1200 de la avenida 72 del noroeste, y compartió las gomitas, sin saber que contenían THC, con tres amigos de 4, 5 y 9 años.</p><p>Según el informe de arresto, paramédicos trasladaron a los tres niños a hospitales “por una variedad de síntomas”.</p><p>La Policía indicó que la niña obtuvo las gomitas de un refrigerador en una habitación que era “de fácil acceso”. Agregó que la madre de la menor dijo a los agentes que las gomitas pertenecían a Fairman.</p><p>Las autoridades informaron que la madre de la niña dijo a los investigadores que pensaba que todas las gomitas habían sido “desechadas u ocultadas”.</p><p>“Las acciones de Shelvin, o la falta de ellas, fueron las únicas responsables de esta cadena de acontecimientos”, señala el informe. “Los padres de estos niños informaron que estaban muy consternados de que se les hubieran proporcionado gomitas comestibles con THC a sus hijos en un campamento de verano y desean que el caso sea procesado”.</p><p>Los registros muestran que Fairman permanecía detenido en la cárcel principal del condado Broward con una fianza de $10,500 USD hasta la tarde del viernes.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/PB4XEAVBAZDSNDZABVWZZ3SY7Q.jpg?auth=48e706d8aa427032d407323a86666d178e42f35d4d06c2b96b9529c802279e9d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Shelvin Fairman]]></media:description></media:content></item><item><title><![CDATA[Sismo de magnitud 7.3 sacude la costa del Pacífico de México y activa alerta de tsunami]]></title><link>https://www.local10.com/espanol/2026/07/17/sismo-de-magnitud-73-sacude-la-costa-del-pacifico-de-mexico-y-activa-alerta-de-tsunami/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/17/sismo-de-magnitud-73-sacude-la-costa-del-pacifico-de-mexico-y-activa-alerta-de-tsunami/</guid><dc:creator><![CDATA[Brantly Scott]]></dc:creator><description></description><pubDate>Fri, 17 Jul 2026 17:19:06 +0000</pubDate><content:encoded><![CDATA[<p>Un sismo de magnitud 7.3 se registró este viernes frente a la costa del Pacífico de México, cerca de la frontera con Guatemala, informó el <a href="https://earthquake.usgs.gov/earthquakes/eventpage/us7000t1bu/executive" target="_self" rel="" title="https://earthquake.usgs.gov/earthquakes/eventpage/us7000t1bu/executive">Servicio Geológico de Estados Unidos</a> (USGS).</p><p>La agencia indicó que el movimiento telúrico ocurrió a una profundidad de aproximadamente 18.5 kilómetros y que su epicentro se localizó unos 58 kilómetros al suroeste de Puerto Madero, México.</p><p>La Administración Nacional Oceánica y Atmosférica de Estados Unidos (NOAA) informó que el sismo generó una amenaza de tsunami para algunas zonas de México y Guatemala. Posteriormente, la agencia confirmó que se habían observado olas de tsunami.</p><p>Las autoridades señalaron que podrían registrarse olas de hasta un metro por encima del nivel normal de la marea en sectores de las costas del Pacífico de México y Guatemala.</p><p>Funcionarios de la NOAA informaron que continuarán emitiendo pronósticos y comunicados sobre el tsunami como parte del sistema de mitigación de tsunamis de las Naciones Unidas.</p><p>Sin embargo, aclararon que cualquier alerta, advertencia o aviso oficial de tsunami será emitido por las autoridades gubernamentales de los países afectados.</p>]]></content:encoded></item><item><title><![CDATA[Programa Acelerador de Maestros busca aliviar la escasez de educadores mientras distritos escolares locales continúan contratando personal]]></title><link>https://www.local10.com/espanol/2026/07/17/programa-acelerador-de-maestros-busca-aliviar-la-escasez-de-educadores-mientras-distritos-escolares-locales-continuan-contratando-personal/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/17/programa-acelerador-de-maestros-busca-aliviar-la-escasez-de-educadores-mientras-distritos-escolares-locales-continuan-contratando-personal/</guid><dc:creator><![CDATA[Christina Vazquez, Ryan Mackey]]></dc:creator><description><![CDATA[Mientras los distritos escolares del sur de Florida continúan contratando personal antes del inicio del nuevo año escolar, líderes del sector educativo afirman que los programas diseñados para incorporar a personas que cambian de carrera a las aulas están ayudando a aliviar la escasez de maestros que ha persistido durante años.]]></description><pubDate>Fri, 17 Jul 2026 20:33:58 +0000</pubDate><content:encoded><![CDATA[<p>Mientras los distritos escolares del sur de Florida continúan contratando personal antes del inicio del nuevo año escolar, líderes del sector educativo afirman que los programas diseñados para incorporar a personas que cambian de carrera a las aulas están ayudando a aliviar la escasez de maestros que ha persistido durante años.</p><p>Alexis Robinson está entre los 200 nuevos maestros reconocidos durante una ceremonia de imposición de pines en Miami Senior High School tras completar el Programa Acelerador de Maestros, una organización educativa sin fines de lucro que ayuda a agilizar el camino hacia la docencia en escuelas públicas, chárter y privadas.</p><p>Robinson, quien actualmente entrevista para puestos de maestra, forma parte de los muchos participantes que ingresan al sector educativo después de haber trabajado en otro campo.</p><p>“Todavía no sé en qué escuela, pero estamos en el proceso de entrevistas”, dijo Robinson.</p><p>Antes de dedicarse a la enseñanza, Robinson obtuvo una licenciatura en Bellas Artes con especialización en teatro musical y realizó giras con compañías teatrales.</p><p>Dijo que obtener la certificación para enseñar fuera de programas de escuelas privadas resultó difícil antes de conocer el Programa Acelerador de Maestros.</p><p>“Y entonces pensé que si quería enseñar fuera de un programa de escuela privada, en una escuela chárter o pública, necesitaba obtener la certificación, y ese proceso ha sido muy difícil”, dijo Robinson. “Empecé el año pasado, y luego mi mamá se enteró de este programa”.</p><p>Aunque espera enseñar teatro en el futuro, Robinson dijo que inglés fue la opción más natural.</p><p>“Lo más cercano al teatro que también amo es inglés, y así fue como terminé aquí, y me apasiona”, afirmó.</p><p>Leslie Miller Saiontz, presidenta y fundadora del Programa Acelerador de Maestros, dijo que las personas que cambian de carrera aportan entusiasmo y experiencia a la profesión en un momento en que las escuelas continúan enfrentando desafíos para cubrir sus plazas.</p><p>“Llegan con mucho entusiasmo, y eso es lo que se necesita; se necesita intención, y realmente cumplen con todos los requisitos”, dijo Saiontz.</p><p>El programa se ha expandido al condado Broward mientras los distritos continúan buscando educadores calificados.</p><p>“La escasez de maestros es el mayor desafío para la educación en este momento”, afirmó.</p><p>La iniciativa surge mientras el Centro de Educación y Fuerza Laboral de la Universidad de Georgetown proyecta que Estados Unidos enfrentará escasez de habilidades en varias ocupaciones críticas, incluida la docencia, al menos hasta 2032.</p><p>Symeria Hudson, presidenta y directora ejecutiva de United Way Miami, dijo que el Programa Acelerador de Maestros forma parte de la iniciativa Upskill de la organización, enfocada en desarrollar trabajadores en industrias que enfrentan escasez de talento.</p><p>“Hemos identificado industrias específicas que tienen brechas de talento, como la profesión educativa”, dijo. “Lo que hemos podido hacer es identificar oportunidades en las que creemos que el talento puede surgir y desarrollarse aquí mismo, en nuestra propia comunidad. Por eso invertimos en programas educativos mediante alianzas público-privadas e instituciones educativas”.</p><p>Dijo que el programa ayuda a acortar el camino para que quienes cambian de carrera se conviertan en maestros.</p><p>“El Programa Acelerador de Maestros forma parte de lo que llamamos el programa United Way Miami Upskill, diseñado para aprovechar el talento que ya existe en nuestra comunidad, pero que necesitaba capacitación adicional”, dijo Hudson. “Parte de lo que hace el Programa Acelerador de Maestros es precisamente reducir ese tiempo, permitiendo que los maestros se concentren en los cursos que los llevarán directamente al salón de clases”.</p><p>El Departamento de Educación de Florida ha identificado educación para estudiantes excepcionales, inglés para hablantes de otros idiomas (ESOL), matemáticas, ciencias e inglés entre las áreas de certificación docente de mayor demanda para el año escolar 2026-27.</p><p>Robinson dijo que ella y muchos de los otros participantes del programa que cambiaron de carrera se inspiraron en maestros que transformaron sus vidas.</p><p>“Lo pensé y dije: voy a intentarlo. Nosotros recordamos a un maestro que cambió nuestras vidas y, cuando pensamos en la escasez de maestros, todos los que he conocido en el Programa Acelerador de Maestros y que no provenían del ámbito educativo, o que quizá habían trabajado como maestros sustitutos y dijeron que querían hacerlo a tiempo completo, respondieron a ese llamado”, dijo Robinson.</p><p>El desafío de reclutar maestros no es nuevo.</p><p>En 2022, el superintendente de las Escuelas Públicas del Condado Miami-Dade, el Dr. José Dotres, dijo que las mayores necesidades de personal del distrito incluían matemáticas avanzadas, ciencias, educación especial y artes del lenguaje en la escuela secundaria.</p><p>“Hemos llegado al punto de reclutar fuera de las facultades tradicionales de educación e incluso acudir a otras disciplinas porque sabemos que hay personas muy talentosas, con sólidos conocimientos en sus áreas, y si tienen pasión por trabajar con estudiantes, pueden convertirse en maestros excepcionales”, dijo.</p><p>La contratación de personal continúa en todo el sur de Florida.</p><p>El portavoz de las Escuelas Públicas del Condado Broward, John Sullivan, dijo a Local 10 News que el distrito tiene actualmente aproximadamente 300 vacantes para personal docente, lo que representa una tasa de vacantes de alrededor del 2%.</p><p>“Esto es ligeramente inferior a lo que el distrito suele registrar en este momento del ciclo de contratación”, dijo Sullivan. Agregó que el distrito continúa reclutando activamente educadores calificados y espera que las escuelas cuenten con el personal adecuado cuando comience el año escolar.</p><p>Sullivan también indicó que las Escuelas Públicas del Condado Broward no tienen una congelación de contrataciones para maestros ni para otros puestos en los planteles escolares relacionada con la matrícula estudiantil.</p><p>En el condado Miami-Dade, el informe del mes de enero de la Asociación de Educación de Florida sobre vacantes docentes por condado identificó vacantes en 34 categorías de certificación, aunque no incluyó un número total de plazas vacantes.</p><p>En un comunicado emitido el viernes, un portavoz de las Escuelas Públicas del Condado Miami-Dade dijo: “Una cifra tomada en este momento no refleja nuestra realidad actual de personal”, y agregó: “Estamos reubicando con éxito a los educadores disponibles en los puestos vacantes y estamos comprometidos a garantizar que cada salón de clases tenga un educador de alta calidad desde el primer día”.</p><p><b>Enlaces relacionados</b></p><p><a href="https://cew.georgetown.edu/cew-reports/skills-shortages/" rel="" title="https://cew.georgetown.edu/cew-reports/skills-shortages/"><b>El Centro de Educación y Fuerza Laboral de la Universidad de Georgetown se encuentra rezagado</b></a> : cómo la escasez de habilidades amenaza los empleos del futuro.</p><p><b>Departamento de Educación de Florida: Identificación de </b><a href="https://www.fldoe.org/file/20892/8-2.pdf" rel="" title="https://www.fldoe.org/file/20892/8-2.pdf"><b>áreas con alta demanda de docentes para el año escolar 2026-27.</b></a></p><p>El Departamento de Educación de Florida identifica las siguientes áreas como áreas de alta demanda de certificación docente para el año escolar 2026-27:</p><ul><li>Educación para Estudiantes Excepcionales (ESE, por sus siglas en inglés)</li><li>Matemáticas</li><li>Inglés</li><li>Ciencias – General</li><li>Ciencia Física</li><li>Ciencia – Tierra y Espacio</li><li>Inglés para hablantes de otros idiomas (ESOL)</li></ul><p>Según el Departamento de Educación de Florida (FDOE), “las áreas de alta demanda mencionadas anteriormente representan áreas de certificación donde se contrata a una proporción mayor de lo habitual de maestros que no están certificados en el campo apropiado para impartir cursos donde existen vacantes significativas y donde las instituciones de educación superior no producen suficientes graduados para satisfacer las necesidades de la población estudiantil de K-12 de Florida”.</p><p><a href="https://feaweb.org/issues/teacher-and-staff-shortage/" rel="" title="https://feaweb.org/issues/teacher-and-staff-shortage/"><b>Asociación de Educación de Florida: escasez de maestros y personal</b></a></p><p>La Asociación de Educación de Florida declaró que “Florida enfrenta una grave escasez de maestros y personal de apoyo educativo”.</p><p>Según un portavoz de la FEA, la organización contabiliza las vacantes anunciadas en el sitio web de cada distrito escolar cada agosto, con una actualización posterior en enero.</p><p><a href="https://feaweb.org/release/floridas-teacher-and-staff-vacancies-signal-a-retention-crisis-at-a-breaking-point/" rel="" title="https://feaweb.org/release/floridas-teacher-and-staff-vacancies-signal-a-retention-crisis-at-a-breaking-point/"><b>Las vacantes de maestros y personal en Florida señalan una crisis de retención que está llegando a un punto crítico.</b></a></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/3PTDM7ISJFERHC2FVM6BZADLNU.jpg?auth=6451d382816b26ea746c3ade055298f9e09cfc40e39389f62461539bb41eaffb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Magnitude 7.3 earthquake strikes off Mexico’s Pacific coast, prompts tsunami threat]]></title><link>https://www.local10.com/weather/2026/07/17/magnitude-73-earthquake-strikes-off-mexicos-pacific-coast-prompts-tsunami-threat/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/07/17/magnitude-73-earthquake-strikes-off-mexicos-pacific-coast-prompts-tsunami-threat/</guid><dc:creator><![CDATA[Brantly Scott]]></dc:creator><description><![CDATA[A magnitude 7.3 earthquake struck off Mexico’s Pacific coast Friday near the Mexico-Guatemala border, according to the U.S. Geological Survey.]]></description><pubDate>Fri, 17 Jul 2026 16:52:15 +0000</pubDate><content:encoded><![CDATA[<p>A magnitude 7.3 earthquake struck off Mexico’s Pacific coast Friday near the Mexico-Guatemala border, according to the <a href="https://earthquake.usgs.gov/earthquakes/eventpage/us7000t1bu/executive" target="_self" rel="" title="https://earthquake.usgs.gov/earthquakes/eventpage/us7000t1bu/executive">U.S. Geological Survey</a>.</p><p><a href="https://www.local10.com/espanol/2026/07/17/sismo-de-magnitud-73-sacude-la-costa-del-pacifico-de-mexico-y-activa-alerta-de-tsunami/" target="_self" rel="" title="https://www.local10.com/espanol/2026/07/17/sismo-de-magnitud-73-sacude-la-costa-del-pacifico-de-mexico-y-activa-alerta-de-tsunami/">Leer en español</a></p><p>The agency said the earthquake occurred at a depth of about 11.5 miles (18.5 kilometers) and was centered about 36 miles southwest of Puerto Madero, Mexico.</p><figure><img src="https://www.local10.com/resizer/v2/YC6D6JLBDBHXZIVIP3RRH4LXIE.jpg?auth=72daa18263b98bc71f3d6fd6e8fcf592607bfde38d1643729926a9668daa71b5&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>The National Oceanic and Atmospheric Administration said the earthquake generated a tsunami threat for portions of Mexico and Guatemala. NOAA later reported that tsunami waves have been observed.</p><p>They said tsunami waves of up to 1 meter (3.3 feet) above normal tide levels are possible along parts of the Pacific coasts of Mexico and Guatemala.</p><p>NOAA officials said it will continue issuing tsunami forecasts and informational statements in support of the United Nations tsunami mitigation system. However, any official tsunami watches, warnings or advisories will be issued by government agencies in the affected countries.</p>]]></content:encoded></item><item><title><![CDATA[Wildfire smoke from Canada and Minnesota pushes farther into the US and engulfs DC in haze]]></title><link>https://www.local10.com/health/2026/07/17/wildfire-smoke-from-canada-and-minnesota-pushes-farther-into-the-us-and-engulfs-dc-in-haze/</link><guid isPermaLink="true">https://www.local10.com/health/2026/07/17/wildfire-smoke-from-canada-and-minnesota-pushes-farther-into-the-us-and-engulfs-dc-in-haze/</guid><dc:creator><![CDATA[By PHILIP MARCELO, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Millions of people in the Great Lakes, Northeast and Mid-Atlantic states muddled through another day of unhealthy air from uncontrolled wildfires on Friday.]]></description><pubDate>Sat, 18 Jul 2026 12:14:15 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Millions of people in the Great Lakes, Northeast and Mid-Atlantic states muddled through another day of unhealthy air from uncontrolled wildfires on Friday.</p><p>The thick smoke enveloped the nation’s capital in a gloomy, eerie haze and prompted Major League Baseball's Cleveland Guardians to postpone their game against Pittsburgh Pirates in Ohio.</p><p>Warnings of dangerous conditions were expected to remain in effect through Saturday across a wide swath of the U.S., though there's potential for temporary improvement with storms forecast in some affected areas during the weekend.</p><p>D.C. resident Stewart Verdery awoke Friday to take in his usual sunrise view of the city's famous landmarks from a rooftop, only to be greeted by a darkened horizon and no monuments in sight.</p><p>“It’s pretty crazy to wake up at sunrise and not see the sun when it’s not even raining,” he said by phone after posting a video of the surreal scene on X. “And it smells like somebody’s having the world’s largest cookout.”</p><p>No end in sight for smoky conditions</p><p>There may be pockets of relief at times, such as this weekend, but the smoky conditions won't be gone anytime soon as the fires continue to burn largely unchecked, cautioned Bob Oravec, a lead forecaster at the National Weather Service based in Maryland.</p><p>Wildfires are burning in the Ontario area of Canada as well as the Boundary Waters Canoe Area Wilderness in Minnesota, which U.S. officials have closed as they fight to put out the blazes.</p><p>“The source of the smoke is going to continue on for certainly a week, probably,” Oravec said. “It’s just going to depend upon which way the wind’s blowing as to where the smoke is going to affect the most.”</p><p>On Friday, communities in Minnesota, Illinois and Michigan, including Detroit, again registered some of the worst air quality in the world, according to IQAir, an air quality monitoring website.</p><p>Not far behind Detroit was Washington, D.C., where the smoke created eerie scenes. The Washington Monument, the Lincoln Memorial and other national landmarks were enveloped in an orange-hued haze throughout much of the day.</p><p>People, particularly those with heart or lung disease, older adults and children, were urged to limit or avoid going outside until air quality improved.</p><p>Long-term exposure to smoky conditions can complicate existing health problems and lead to chronic and deadly issues, including respiratory illness, cardiovascular and neurological diseases and premature death, officials warned.</p><p>For Maria Travela, Friday was her first day outside since after smoke from the wildfires blanketed the Chicago area early Thursday.</p><p>“Now it’s better. This morning, it was bad,” said Travela, who has asthma and wore a mask as she crossed a bridge over the Chicago River downtown. “They were saying that, for people like me, with asthma, any kind of issues like that, it would be bad for your lungs.”</p><p>Trump criticizes Canada</p><p>Hundreds of wildfires are burning in Canada, including about 190 in northern Ontario, Premier Doug Ford said at a news conference. Flames destroyed the Namaygoosisagagun First Nation community, and 10 northern Ontario communities have been evacuated or were being evacuated, with more possible.</p><p>The increase of fire in vast Canadian forests has largely been blamed on climate change.</p><p>In response to the smoke, U.S. President Donald Trump made a social media post Friday that blamed Canada for its forest management and threatened additional tariffs on Canada.</p><p>The Canadian government didn't initially respond to questions about Trump's comments.</p><p>Asked about a Michigan lawmaker's criticism about the smoke, Ford noted Canada has helped the U.S. fight fires in the past.</p><p>“If there’s some politicians out there chirping away, maybe what you should do rather than complain is send support, send help, because we have done the exact same thing for our American friends and that’s what you’re supposed to do,” Ford said.</p><p>Conditions should improve for Sunday's World Cup final</p><p>In the New York City area, there was also concern about how the smoky air might impact Sunday's World Cup final between soccer powerhouses Spain and Argentina at MetLife Stadium in New Jersey.</p><p>Oravec said winds will continue pushing the wildfire smoke east in the U.S., though conditions should be better on game day than on Saturday.</p><p>On Thursday, a thick haze tinged with orange and yellow darkened skies across several states and partly obscured Manhattan’s skyline.</p><p>Officials from New York, New Jersey, Pennsylvania and other Northeast states distributed free K95 face masks, canceled outdoor programming and opened libraries and other public buildings as cooling centers where people could get a respite from the sooty air.</p><p>As Friday progressed, air quality measures improved from “unhealthy” to “moderate” in some places in and around New York City. A strong sun broke through a thin veil of smoke, and clear blue sky was visible across much of the region by Friday afternoon.</p><p>Rainstorms could bring reprieve in some places</p><p>Saturday brings a high chance of thunderstorms across much of the Northeast and Mid-Atlantic, which will help dampen the bad air.</p><p>Organizers of the All-American Soap Box Derby in Ohio hope air quality improves enough to allow for Saturday’s championship races. The major annual competition in Akron scrubbed Friday's events over air quality concerns.</p><p>“I think they made the right choice,” said Dayna Lincoln, a pediatric nurse practitioner from Hodgdon, Maine, whose family drove 15 hours for their 9-year-old daughter’s race on Saturday.</p><p>“I’m glad they’re not forcing the kids out into it,” she said. “There are kids with asthma and adults with respiratory conditions who could really suffer.”</p><p>___</p><p>Associated Press reporters Jim Morris in Vancouver, British Columbia, John Seewer in Toledo, Ohio, and Cybele Mayes-Osterman in Chicago contributed to this story.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/KDEFSC7M7BUQHJ2AHGQVBVDDUU.jpg?auth=fcf717e0b471de716f893ad3243e10534603d426cc50a6428529349d6943a3a8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[National Guardsmen patrol the Lincoln Memorial as the sun, obscured by wildfire smoke, rises above the Washington Monument and the Reflecting Pool, Friday, July 17, 2026, on the National Mall in Washington. (AP Photo/Julia Demaree Nikhinson)]]></media:description><media:credit role="author" scheme="urn:ebu">Julia Demaree Nikhinson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YZGVMCNUHSHBFGKNHPTLPHZIWY.jpg?auth=f1d7be3d08a9672b5771ad1450ea5a8163005333b7f21cf7cd1ab6b33256893a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Light reflects off the water as the sun sets through wildfire smoke over Edmonton, Alberta, Friday, July 17, 2026. (AP Photo/Andy Bao)]]></media:description><media:credit role="author" scheme="urn:ebu">Andy Bao</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FYZNMSZHEIINI4P5NN7FUXHAWU.jpg?auth=bb69ac9141a8d2965805571bfca4f81974bfeffc8e762ce8719562d78e1c3e63&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The sun is obscured by wildfire smoke as people run in front of the Washington Monument and Lincoln Memorial Reflecting Pool, Friday, July 17, 2026, on the National Mall in Washington. (AP Photo/Julia Demaree Nikhinson)]]></media:description><media:credit role="author" scheme="urn:ebu">Julia Demaree Nikhinson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/SCFJSUJVF5EL7PFIOBXSKT3LOU.jpg?auth=86682f3695eb0d5c2a48723a0a4ea99a01a6c4e42392d2b8220e5c38e880067a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The Statue of Liberty stands during sunset as smoke from wildfires blankets the sky, Thursday, July 16, 2026, in the Brooklyn borough of New York. (AP Photo/Yuki Iwamura)]]></media:description><media:credit role="author" scheme="urn:ebu">Yuki Iwamura</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/SRL6EQAJSLAUBLB4H42LVE3WYA.jpg?auth=e4d0859f56ed38bd2545b6bfc94b2fc9258a28d6df9beae5da204187f272cc3a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The New York City skyline is seen through a cover of wildfire smoke, in Jersey City, N.J., Friday, July 17, 2026. (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/AETTIRJHDAPBVEQHMLFT4EY3RU.jpg?auth=197f149a07ce3234dafde16c9b9649f98a2d9001cf094cd83507693758bd5995&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The sun is obscured by wildfire smoke as it rises behind the Marine Corps War Memorial, Friday, July 17, 2026, in Arlington, Va. (AP Photo/Julia Demaree Nikhinson)]]></media:description><media:credit role="author" scheme="urn:ebu">Julia Demaree Nikhinson</media:credit></media:content></item><item><title><![CDATA[Presidente Trump: “Van a pasar muchas cosas en Cuba” Diccionario Local10.txt]]></title><link>https://www.local10.com/espanol/2026/07/17/presidente-trump-van-a-pasar-muchas-cosas-en-cuba-diccionario-local10txt/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/17/presidente-trump-van-a-pasar-muchas-cosas-en-cuba-diccionario-local10txt/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[El presidente Donald Trump habló recientemente con Fox News sobre su intervención en Cuba y Venezuela.]]></description><pubDate>Fri, 17 Jul 2026 20:26:15 +0000</pubDate><content:encoded><![CDATA[<p>El presidente Donald Trump habló recientemente con Fox News sobre su intervención en Cuba y Venezuela.</p><p>Trump dijo que Venezuela tenía “mucho” petróleo, oro, rubíes y que era mucho más grande que Cuba, que había dependido de la riqueza de Venezuela.</p><p>“Van a pasar muchas cosas en Cuba durante los próximos, quizás, dos meses, pero no creo que sea como Venezuela”, dijo el presidente Trump al corresponsal de <a href="https://www.foxnews.com/category/world/world-regions/cuba" target="_blank" rel="noreferrer" title="https://www.foxnews.com/category/world/world-regions/cuba">Fox News</a> Trey Yingst el 14 de julio.</p><figure><img src="https://www.local10.com/resizer/v2/ABDNRXGUDB6GO2J6KMHPP3IVFA.jpg?auth=c7b74b1ad311c7dffc7f9beafc07e41f431adaae9f3d042e7b7601f12e5b6ce1&smart=true&width=1200&height=900" alt="People collect water from a street tap during a blackout in Havana, Cuba, Tuesday, July 14, 2026. (AP Photo/Ramon Espinosa)" height="900" width="1200"/><figcaption>People collect water from a street tap during a blackout in Havana, Cuba, Tuesday, July 14, 2026. (AP Photo/Ramon Espinosa)</figcaption></figure><p><b>Apagón en Cuba</b> Personas recogen agua de una toma en la calle durante un apagón en La Habana, Cuba, el martes 14 de julio de 2026. (Foto AP/Ramón Espinosa) (Copyright 2026 The Associated Press. Todos los derechos reservados)</p><p>Trump no descartó la posibilidad de una intervención militar en Cuba.</p><p>“Podríamos hacer eso con Cuba”, dijo Trump. “No sería difícil para nosotros hacerlo”.</p><p>Trump suspendió los envíos de petróleo de Venezuela a Cuba después de que las fuerzas de Estados Unidos capturaran a Nicolás Maduro y a su esposa, Cilia Flores, el 3 de enero en Caracas.</p><p>Trump también amenazó con imponer aranceles a cualquier país que venda o suministre petróleo a la isla comunista, donde una crisis energética ha provocado apagones.</p><p><b>Historia relacionada:</b> <a href="https://www.local10.com/news/world/2026/07/14/cuba-plunged-into-3rd-nationwide-blackout-in-2-weeks-as-fuel-runs-low/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/world/2026/07/14/cuba-plunged-into-3rd-nationwide-blackout-in-2-weeks-as-fuel-runs-low/">Cuba sufre un tercer apagón nacional en dos semanas mientras se agotan los suministros de combustible</a></p><p><b>Publicación relacionada en redes sociales</b></p><p>El presidente Trump habló sobre Cuba durante su entrevista con Fox News.</p><p>Presidente Trump: “Van a pasar muchas cosas en Cuba durante los próximos, quizás, dos meses, pero no creo que sea como Venezuela.” <a href="https://t.co/E5I3exBsaq" target="_blank" rel="noreferrer" title="https://t.co/E5I3exBsaq">https://t.co/E5I3exBsaq</a></p><p>— Embajada de los Estados Unidos en Cuba (@USEmbCuba) 17 de julio de 2026</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/GRFDKGDRC74DOU2R3PXJON32UI.jpg?auth=5130579567e5825a55ca5dfbcaf75191d70e47c29cd21048c495dcb55e3a053b&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 past a gas station that has run out of fuel, located near the U.S Embassy, pictured in the background, in Havana, Cuba, Feb. 7, 2026. (AP Photo/Ramon Espinosa, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Ramon Espinosa</media:credit></media:content></item><item><title><![CDATA[Club-throwing Jon Rahm gets conduct warning at British Open]]></title><link>https://www.local10.com/sports/2026/07/17/club-throwing-jon-rahm-gets-conduct-warning-at-british-open/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/17/club-throwing-jon-rahm-gets-conduct-warning-at-british-open/</guid><dc:creator><![CDATA[By DOUG FERGUSON, Associated Press]]></dc:creator><description><![CDATA[SOUTHPORT, England (AP) — Jon Rahm was given a code-of-conduct warning Friday in the British Open for throwing his club after a poor tee shot on the par-3 15th hole, the third conduct ruling in the majors this year.]]></description><pubDate>Fri, 17 Jul 2026 20:28:15 +0000</pubDate><content:encoded><![CDATA[<p>SOUTHPORT, England (AP) — Jon Rahm was given a code-of-conduct warning Friday in the British Open for throwing his club after a poor tee shot on the par-3 15th hole, the third conduct ruling in the majors this year.</p><p>The majors have been getting serious about conduct this year, collaborating on a policy but leaving each organization in charge of what it deems a serious offense.</p><p>Rahm, who shot 3-under 67 and was four shots out of the lead, hit his tee shot left of the green on the 15th hole and flung his iron forward and it bounced a few times.</p><p>The R&A said Rahm was issued the official warning “under The Open serious misconduct policy.” The policy typically is in play for the entire tournament, meaning if there is another incident, it would be a two-shot penalty. The third violation is disqualification.</p><p>Rahm said he didn't think about his outburst until he saw an R&A official on the 17th hole.</p><p>“When he was walking up to me, I knew exactly what it was for,” he said.</p><p>The USGA bypassed the warning and went straight to a two-shot penalty for Joaquin Niemann in the first round of the U.S. Open when on the sixth hole — his 15th of the round — he threw his wedge that traveled some 70 yards. With hardly any spectators, no one captured public video although officials would have had access from the ShotLink cameras.</p><p>Rahm was paired with Sergio Garcia in the final round of the Masters when Garcia hit a poor tee shot on the second hole and smashed his driver into the turf and against a bench that was holding a water cooler. Garcia was issued an official warning.</p><p>Rahm said before the tournament and on Friday after he finished his round that he was not about to change his nature.</p><p>“I don’t always love the word ’emotional.' I’m definitely more intense and passionate than a lot of the players out here, especially at work,” he said “It’s not like I’m going to ... if I try to alter who I am too much, it might cost me a little bit on the course. But certainly shouldn’t have moments like the one on 15. I get it.”</p><p>___</p><p>AP golf: https://apnews.com/hub/golf</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/HDXAPUZUTBRU33JRG43EUFQNYI.jpg?auth=64332b759681cd9ad217adb4e0574e1e7a28fc4adc1c1cfc24b846e8e1fcc13c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Jon Rahm of Spain reacts after putting on the 6th green during the first day of the British Open Golf championships at Royal Birkdale golf club, in Southport, England, Thursday, July 16, 2026. (AP Photo/Jon Super)]]></media:description><media:credit role="author" scheme="urn:ebu">Jon Super</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/L2L64VKDMYFYA3YADHVEBVGNU4.jpg?auth=1f6469e0debd88e3b03d6fbe6eaf6ebcb9fddba76852ca291111c93e670405fd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Jon Rahm of Spain reacts after missing a putt on the 17th green during the first day of the British Open Golf championships at Royal Birkdale golf club, in Southport, England, Thursday, July 16, 2026. (AP Photo/Peter Morrison)]]></media:description><media:credit role="author" scheme="urn:ebu">Peter Morrison</media:credit></media:content></item><item><title><![CDATA[Trump: ‘A lot of things are going to happen in Cuba’ ]]></title><link>https://www.local10.com/news/world/2026/07/17/trump-a-lot-of-things-are-going-to-happen-in-cuba/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/17/trump-a-lot-of-things-are-going-to-happen-in-cuba/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[President Donald Trump recently talked to Fox News about his intervention in Cuba and Venezuela. ]]></description><pubDate>Fri, 17 Jul 2026 19:23:51 +0000</pubDate><content:encoded><![CDATA[<p>President Donald Trump recently talked to Fox News about his intervention in Cuba and Venezuela. </p><p><a href="https://www.local10.com/espanol/2026/07/17/presidente-trump-van-a-pasar-muchas-cosas-en-cuba-diccionario-local10txt/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/17/presidente-trump-van-a-pasar-muchas-cosas-en-cuba-diccionario-local10txt/">Leer en español</a></p><p>Trump said Venezuela had “a lot of” oil, gold, rubies, and was much bigger than Cuba, which had relied on Venezuela’s wealth. </p><p>“A lot of things are going to happen in Cuba over the next maybe two months, but I don’t see it being like Venezuela,” Trump told <a href="https://www.foxnews.com/category/world/world-regions/cuba" target="_self" rel="" title="https://www.foxnews.com/category/world/world-regions/cuba">Fox News</a> Correspondent Trey Yingst on July 14. </p><figure><img src="https://www.local10.com/resizer/v2/ABDNRXGUDB6GO2J6KMHPP3IVFA.jpg?auth=c7b74b1ad311c7dffc7f9beafc07e41f431adaae9f3d042e7b7601f12e5b6ce1&smart=true&width=1200&height=900" alt="People collect water from a street tap during a blackout in Havana, Cuba, Tuesday, July 14, 2026. (AP Photo/Ramon Espinosa)" height="900" width="1200"/><figcaption>People collect water from a street tap during a blackout in Havana, Cuba, Tuesday, July 14, 2026. (AP Photo/Ramon Espinosa)</figcaption></figure><p>Trump didn’t disregard the possibility of a military intervention in Cuba. </p><p>“We could do that with Cuba,” Trump said. “It would not be hard for us to do.”</p><p>Trump cut Venezuela’s oil shipments to Cuba after U.S. forces captured Nicolás Maduro and his wife, Cilia Flores, on Jan. 3 in Caracas. </p><p>Trump also threatened to impose tariffs on any country that sells or provides oil to the Communist island, where an energy crisis has resulted in power outages.</p><p><b>Related story:</b> <a href="https://www.local10.com/news/world/2026/07/14/cuba-plunged-into-3rd-nationwide-blackout-in-2-weeks-as-fuel-runs-low/" target="_self" rel="" title="https://www.local10.com/news/world/2026/07/14/cuba-plunged-into-3rd-nationwide-blackout-in-2-weeks-as-fuel-runs-low/">Cuba plunged into 3rd nationwide blackout in 2 weeks as fuel runs low</a></p><p><b>Related social media post</b></p><p><blockquote class="twitter-tweet" data-media-max-width="560"><p lang="es" dir="ltr">El presidente Trump habló sobre Cuba durante su entrevista con Fox News.<br><br>Presidente Trump: &quot;Van a pasar muchas cosas en Cuba durante los próximos, quizás, dos meses, pero no creo que sea como Venezuela.&quot; <a href="https://t.co/E5I3exBsaq">https://t.co/E5I3exBsaq</a></p>&mdash; Embajada de los Estados Unidos en Cuba (@USEmbCuba) <a href="https://x.com/USEmbCuba/status/2078105460402434475?ref_src=twsrc%5Etfw">July 17, 2026</a></blockquote> <script async src="https://platform.x.com/widgets.js" charset="utf-8"></script></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/GRFDKGDRC74DOU2R3PXJON32UI.jpg?auth=5130579567e5825a55ca5dfbcaf75191d70e47c29cd21048c495dcb55e3a053b&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 past a gas station that has run out of fuel, located near the U.S Embassy, pictured in the background, in Havana, Cuba, Feb. 7, 2026. (AP Photo/Ramon Espinosa, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Ramon Espinosa</media:credit></media:content></item><item><title><![CDATA[Jake Bennett allows 1 hit in 6 innings as Red Sox extend win streak to 10 with 10-0 win over Rays]]></title><link>https://www.local10.com/sports/2026/07/17/jake-bennett-allows-1-hit-in-6-innings-as-red-sox-extend-win-streak-to-10-with-10-0-win-over-rays/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/17/jake-bennett-allows-1-hit-in-6-innings-as-red-sox-extend-win-streak-to-10-with-10-0-win-over-rays/</guid><dc:creator><![CDATA[By BRENDAN McGAIR, Associated Press]]></dc:creator><description><![CDATA[BOSTON (AP) — Rookie Jake Bennett tossed six innings of one-hit ball, and Masataka Yoshida and Carlos Narvaez each homered as the Boston Red Sox extended their winning streak to 10 games with a 10-0 victory over the Tampa Bay Rays on Friday in the first game of a doubleheader.]]></description><pubDate>Fri, 17 Jul 2026 20:35:26 +0000</pubDate><content:encoded><![CDATA[<p>BOSTON (AP) — Rookie Jake Bennett tossed six innings of one-hit ball, and Masataka Yoshida and Carlos Narvaez each homered as the Boston Red Sox extended their winning streak to 10 games with a 10-0 victory over the Tampa Bay Rays on Friday in the first game of a doubleheader.</p><p>Narvaez and Jarren Duran each drove in three runs for Boston, which had entered the All-Star break with nine straight wins, all on the road. With their first 10-game win streak since last July, the Red Sox (47-48) moved within one game of .500 for the first time since their third game of this season.</p><p>Boston has allowed 14 runs during the streak, its fewest over a 10-game span during the live ball era (since 1920).</p><p>Yoshida, Navarez and Caleb Durbin each had three hits. The Red Sox outhit the AL East-leading Rays 15-3.</p><p>Bennett (5-3) struck out three as he won his fourth straight start. After issuing his only walk with one out in the first, the left-hander retired nine straight before Junior Caminero singled in the fourth.</p><p>Alex Gamboa worked the final three innings for his first save.</p><p>With the Red Sox leading 2-0, Yoshida hit the first pitch of the fourth by Griffin Jax (5-7) to right field, wrapping it around Pesky's Pole for his fourth homer of the season. Navarez cleared the Green Monster in the seventh for his third homer.</p><p>Duran chased Jax with a two-run single as part of Boston's six-run sixth inning. Jax allowed seven runs on eight hits in five-plus innings as his ERA jumped from 3.47 to 4.08.</p><p>All-Star Red Sox first baseman Willson Contreras served the fifth and final game of his suspension for his actions during a benches-clearing incident against Washington last month. The suspension was reduced from seven games on appeal.</p><p>Up next</p><p>Rays RHP Mason Englert (0-2, 3.82 ERA) and Red Sox LHP Eduardo Rivera (0-0, 0.00) were set to pitch Friday's nightcap.</p><p>___</p><p>AP MLB: https://apnews.com/hub/mlb</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/YFG6PFQBQPBH2G7ELMKPMYYMXY.jpg?auth=58be78880bc5b729312bebbf7624bee14cf2291f28624ef5392843400ada0b4a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Boston Red Sox pitcher Jake Bennett throws during the first inning of the first baseball game of a doubleheader against the Tampa Bay Rays, Friday, July 17, 2026, in Boston. (AP Photo/Mark Stockwell)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark Stockwell</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LIGG66Q5RKTPDVVRSQPQ7PV3PI.jpg?auth=02f6e9bdcf48129974f105616adebb6ea2094ca0c3ae8367fada36be71fdc63b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Boston Red Sox designated hitter Masataka Yoshida reacts after hitting a double during the second inning of the first baseball game of a doubleheader against the Tampa Bay Rays, Friday, July 17, 2026, in Boston. (AP Photo/Mark Stockwell)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark Stockwell</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/AHBVW4IIISC62KZ5LN3TOMWU74.jpg?auth=7ef34e914c510e75f723e2ffb586661dff10735cbf3c5892ac8be9d92502e0f6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Boston Red Sox shortstop Tsung-Che Cheng signs autographs for fans before the first baseball game of a doubleheader against the Tampa Bay Rays, Friday, July 17, 2026, in Boston. (AP Photo/Mark Stockwell)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark Stockwell</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GGBETSUXHMC25JPKQXOQBM3KOQ.jpg?auth=400a6b02f52fc006cfee5d89f23f44399e68052dd0f4d7ef325fe57493d77972&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Boston Red Sox's Caleb Durbin reacts in the dugout after scroing a run during the sixth inning of the first baseball game of a doubleheader against the Tampa Bay Rays, Friday, July 17, 2026, in Boston. (AP Photo/Mark Stockwell)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark Stockwell</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QIJ7NS6B3LRXURJW4ABQWNDE7Q.jpg?auth=b18e7ad27e797163829fe37b1a2ebf54618cf3018e8dcfe1ff03c04bde40ff26&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Boston Red Sox designated hitter Masataka Yoshida celebrates in the dugout his home run during the fourth inning of the first baseball game of a doubleheader against the Tampa Bay Rays, Friday, July 17, 2026, in Boston. (AP Photo/Mark Stockwell)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark Stockwell</media:credit></media:content></item><item><title><![CDATA[Aaron Judge's rib not fully healed, Yankees captain still not cleared for baseball activities]]></title><link>https://www.local10.com/sports/2026/07/17/aaron-judges-rib-not-fully-healed-yankees-captain-still-not-cleared-for-baseball-activities/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/17/aaron-judges-rib-not-fully-healed-yankees-captain-still-not-cleared-for-baseball-activities/</guid><dc:creator><![CDATA[By RONALD BLUM, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Aaron Judge's broken rib has not completely healed, and the New York Yankees captain still hasn't been cleared to resume baseball activities.]]></description><pubDate>Fri, 17 Jul 2026 22:17:56 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Aaron Judge's broken rib has not completely healed, and the New York Yankees captain still hasn't been cleared to resume baseball activities.</p><p>Judge hasn't played since May 31 because of the stress fracture in his right ribs. He had a scan during the All-Star break and called the result positive news.</p><p>“Part of it's healing. The other part of its still trying to bridge together,” the three-time AL MVP said before the Yankees started the second half Friday night against the two-time World Series champion Los Angeles Dodgers.</p><p>Judge and the Yankees were waiting for an evaluation of the scans from Dr. Gregory J. Pearl, chair of the department of vascular surgery at Baylor Hamilton Heart and Vascular Hospital in Texas. Judge will need another scan before he is cleared for baseball activities and given a time frame for a return.</p><p>“I’m going to wait for the doctors to kind of tell us what to do and what they see when they look at it,” Judge said. “We got a big team of guys looking at this just so we get the best answer and have the right plan.”</p><p>Judge is hitting .248 with 17 homers and 38 RBIs but had just one homer in his last 18 games. The 34-year-old outfielder has done lower-body work, treadmill and climbing steps but no baseball activities or heavy weightlifting. He's stopped the bicycle work he did earlier in the layoff.</p><p>“It’s feeling better. It was a couple weeks that were tough, couldn’t do a lot, but now we’re feeling 10 times better,” he said. “So that was my big complaint, well, if I’m feeling better, how about we start moving? But I think they just don’t want to start adding baseball activities and other stuff and all of a sudden we have a setback and it pushes everything back.”</p><p>When he is able to play, Judge doesn't want to go on a minor league injury rehabilitation assignment.</p><p>“I hate rehab games, so I got to to talk with them about all that, because why waste at-bats in a rehab game?” Judge said.</p><p>New York was 36-23 when he last played but was 18-19 since as the second half began Friday.</p><p>“I feel good about the fact that he will be back but it's just a matter of when,” manager Aaron Boone said.</p><p>Fried set to rehab in minors and other Yankees injury news</p><p>Left-hander Max Fried, out since May 14 because of left elbow bone bruise, was to make his first rehab start on Friday for Triple-A Scranton/Wilkes-Barre against Worcester and will have at least one more minor league outing.</p><p>Left-hander Carlos Rodón, who has not pitched since June 28 because of left elbow inflammation, threw 10 pitches off a mound Friday but has not progressed to a bullpen session.</p><p>Designated hitter Giancarlo Stanton, who hasn’t played since April 24 because of a strained right calf, started a running progression outdoors.</p><p>Clarke Schmidt, coming back from Tommy John surgery on July 11 last year, was set to throw an inning of batting practice Saturday.</p><p>___</p><p>AP MLB: https://apnews.com/hub/MLB</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/CCQ3M5Z43OXU2DSRUJ4FZFN5XE.jpg?auth=1486a0741fdc57bc39496e4ff4736b401322a30b6dae1dd98a9e427377353e55&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[New York Yankees' Aaron Judge watches from the dugout during a baseball game against the Tampa Bay Rays Monday, July 6, 2026, in St. Petersburg, Fla. (AP Photo/Jason Behnken)]]></media:description><media:credit role="author" scheme="urn:ebu">Jason Behnken</media:credit></media:content></item><item><title><![CDATA[NFL suspends Arizona Cardinals executive indefinitely for violating league’s gambling policy]]></title><link>https://www.local10.com/sports/2026/07/17/nfl-suspends-arizona-cardinals-executive-indefinitely-for-violating-leagues-gambling-policy/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/17/nfl-suspends-arizona-cardinals-executive-indefinitely-for-violating-leagues-gambling-policy/</guid><dc:creator><![CDATA[By ROB MAADDI, Associated Press]]></dc:creator><description><![CDATA[The NFL has suspended Arizona Cardinals personnel executive Ryan Gold indefinitely for violating the league’s gambling policy.]]></description><pubDate>Fri, 17 Jul 2026 20:43:50 +0000</pubDate><content:encoded><![CDATA[<p>The NFL has suspended Arizona Cardinals personnel executive Ryan Gold indefinitely for violating the league’s gambling policy.</p><p>The league said Friday that its investigation determined that Gold provided confidential, non-public inside information regarding 2026 draft selections by the Cardinals before the picks were announced, and Gold also participated in parlay bets on NFL and college games. The league didn’t say who Gold had provided with the information.</p><p>“The Gambling Policy, which is annually reviewed with all NFL personnel, strictly prohibits anyone in the NFL from participating in or facilitating any form of sports gambling, and from providing third parties non-public information,” the NFL said in a statement. “Although there is no reason to believe the integrity of any NFL game was affected, the League takes any violation of the Gambling Policy with the utmost seriousness.”</p><p>The Cardinals also issued a statement, saying: “The NFL’s policies and expectations for all employees are clear, comprehensive, and consistently communicated. We fully support the league’s decision in this matter, which involves a single employee. Our focus remains on preparing for the start of training camp next week and the 2026 season.”</p><p>Gold, who is in his 13th season with the Cardinals, was promoted to director of college scouting in June 2025. He spent the previous three years (2022-24) as the assistant director of college scouting after working for four seasons (2018-21) as a college scouting coordinator.</p><p>Gold has the right to appeal the suspension. He couldn't immediately be reached for comment Friday.</p><p>The NFL has strict gambling policies for players and club and league personnel. The league has also dedicated significant resources to its gambling education program, reaching more than 20,000 people associated with the league.</p><p>The policy says players must not:</p><p>— place any bet on NFL football;</p><p>— throw or fix any NFL game or event, or otherwise manipulate or attempt to manipulate any play or other aspect of an NFL game;</p><p>— share confidential, non-public information regarding any NFL game, player or event with any third party.</p><p>NFL players — but not league or club staff — are allowed to legally place bets on other sports as long as they are off club property or not traveling with the team. They also are allowed to take part in traditional fantasy football leagues (prize money cannot exceed $250) and legally gamble at casinos on personal time.</p><p>The NFL said the Cardinals fully cooperated with the investigation and the league has seen no indication that any other member of the organization, coach or player was aware of or involved in this activity. The league also said there was no indication that any play or game was affected by this activity.</p><p>The NFL’s review included interviews with relevant people and an examination of electronic records.</p><p>At least 15 players have been suspended by the league for gambling violations since 1963, including several in recent years, but none since Isaiah Rodgers (then with the Indianapolis Colts) was suspended indefinitely in June 2023.</p><p>___</p><p>AP NFL: https://apnews.com/hub/nfl</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/KW3OX7Y46SVRU32DQPTELZZK2I.jpg?auth=107574c61a6582dfbba39aff64577b304387c276253d126a61dc8d3b84cd8004&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Footballs are seen before an NFL football game in Philadelphia on Jan. 4, 2026. (AP Photo/Matt Slocum, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Matt Slocum</media:credit></media:content></item><item><title><![CDATA[US oil firms sign deals with Iraq to develop alternative shipping routes]]></title><link>https://www.local10.com/business/2026/07/17/us-oil-firms-sign-deals-with-iraq-to-develop-alternative-shipping-routes/</link><guid isPermaLink="true">https://www.local10.com/business/2026/07/17/us-oil-firms-sign-deals-with-iraq-to-develop-alternative-shipping-routes/</guid><dc:creator><![CDATA[By CHRISTOPHER RUGABER and QASSIM ABDUL-ZAHRA, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — U.S. companies signed roughly $60 billion in agreements and partnerships with the Iraqi government Friday, including deals intended to create alternative routes for shipping oil out of the Persian Gulf.]]></description><pubDate>Fri, 17 Jul 2026 19:45:43 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — U.S. companies signed roughly $60 billion in agreements and partnerships with the Iraqi government Friday, including deals intended to create alternative routes for shipping oil out of the Persian Gulf.</p><p>The deals, signed at the U.S. Chamber of Commerce, also involved other industries, including healthcare, communications and infrastructure.</p><p>It's not clear when the oil deals will be able to create viable alternatives to the Strait of Hormuz, through which about a fifth of the world's oil flows. Goldman Sachs estimates that pipelines in just one country take at least two and a half years to build, and these pipelines would travel through two or more nations.</p><p>Iran has sought to close the Strait repeatedly since the U.S.-Iran war began Feb. 28, causing sharp gyrations in oil and gas prices.</p><p>On Friday afternoon, the price of West Texas crude rose nearly 5% to $88 a barrel, up from about $67 before the war began. It had topped $110 in early April before falling back after a truce was reached. It has since risen on renewed conflict between U.S. and Iran.</p><p>Thomas Barrack, U.S. Ambassador to Turkey, said the oil pipeline agreements would lead to a program “that will make the Strait of Hormuz an afterthought.”</p><p>The signings followed a meeting between Iraqi Prime Minister Ali Falah al-Zaidi Thursday with executives of Chevron in Houston, at which al-Zaidi urged the U.S. energy company to expand and accelerate its investments in Iraq.</p><p>In a speech Friday, al-Zaidi said Iraq’s economy is seeking long-term investment and partnerships, not merely contractors to carry out projects.</p><p>Al-Zaidi stressed his government’s commitment to communication, dialogue and cooperation with the U.S. Chamber of Commerce, describing it as “the place where economic decisions are made."</p><p>On Friday, Chevron signed three agreements with the Iraqi government. Jake Spiering, Chevron's president of corporate business development, said two would focus on boosting oil production, while a third would involve “investing in a pipeline that’s going to create another export route out of Iraq to world markets. This is very important for energy security.”</p><p>Also Friday, the State Department welcomed an agreement between Iraq and Syria “to advance the rehabilitation and reconstruction of the Iraq-Syria crude oil pipeline as a priority infrastructure project."</p><p>“The United States welcomes the engagement of a U.S.-led international consortium to execute the technical and financial aspects of this project,” the department said.</p><p>The pipeline will connect southern Iraq’s Basra to western Iraq’s Haditha and go from there to the Ceyhan port in Turkey and the port of Baniyas on Syria’s coast, Iraqi officials have said. The pipeline is projected to carry about 2 million barrels of oil per day.</p><p>In a note released earlier this week, analysts at Goldman Sachs estimated that seven different pipelines in the region under development could, by the end of 2028, carry about 60% of the oil currently shipped through the Strait.</p><p>The pipelines could carry roughly 14 million barrels per day by then, Goldman estimated. Roughly 23 million barrels per day were shipped through Hormuz before the Iran war.</p><p>After the U.S. and Israel launched their war on Iran Feb. 28, oil-rich Iraq — which is home to both Iran-backed militias and U.S. bases — found itself in the crosshairs. Syria, meanwhile, has been one of the few regional countries that has managed to stay on the sidelines of the conflict. Damascus has promoted Syria — still grappling with the aftermath of its own 14-year civil war — as a bastion of stability and has offered it as an alternative transit route for energy shipments.</p><p>With the war dramatically reducing oil exports through the Strait of Hormuz, some oil shipments have instead been trucked from Iraq into Syria and shipped to European markets via Syria’s Baniyas port, bypassing the Hormuz route. A key border crossing between northern Iraq and Syria reopened in April after being closed for more than a decade, with officials touting it as an additional route for energy exports.</p><p>The overland route is less efficient and more expensive than shipping exports through the strait. The pipeline project envisioned would allow for exporting a larger volume of oil from Iraq to Syria and Turkey.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/C5TPL5OYCFZX7TMPYQH2V5RX54.jpg?auth=e6126e1bb05860f14a292454762398c72d7bcb0cbeb94e3626dad11322a5273b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Iraqi Prime Minister Ali al-Zaidi speaks at the U.S. Iraq Business Summit at the U.S. Chamber of Commerce, Friday, July 17, 2026, in Washington. (AP Photo/Rod Lamkey, Jr.)]]></media:description><media:credit role="author" scheme="urn:ebu">Rod Lamkey</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/PQACC6X7PX3AR2KGJDG7VJCROU.jpg?auth=833e3e131a3d4b67b82c91d04441637a3662eca64f32e4ed6ae534a616f6c52e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Iraqi Prime Minister Ali al-Zaidi speaks at the U.S. Iraq Business Summit at the U.S. Chamber of Commerce, Friday, July 17, 2026, in Washington. (AP Photo/Rod Lamkey, Jr.)]]></media:description><media:credit role="author" scheme="urn:ebu">Rod Lamkey</media:credit></media:content></item><item><title><![CDATA[Argentines and Spaniards face divided loyalties ahead of Spain-Argentina World Cup final]]></title><link>https://www.local10.com/sports/2026/07/17/argentines-and-spaniards-face-divided-loyalties-ahead-of-spain-argentina-world-cup-final/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/17/argentines-and-spaniards-face-divided-loyalties-ahead-of-spain-argentina-world-cup-final/</guid><dc:creator><![CDATA[By DÉBORA REY, Associated Press]]></dc:creator><description><![CDATA[BUENOS AIRES, Argentina (AP) — Cervantes and Borges. Tortilla and asado. Flamenco and tango.]]></description><pubDate>Fri, 17 Jul 2026 19:21:38 +0000</pubDate><content:encoded><![CDATA[<p>BUENOS AIRES, Argentina (AP) — Cervantes and Borges. Tortilla and asado. Flamenco and tango.</p><p>Argentines and Spaniards have long been united by blood ties and a relationship of mutual admiration, but the World Cup final between these two Spanish-speaking nations has placed many of them at a crossroads: Should they support La Furia or La Albiceleste on Sunday?</p><p>“It feels like being caught between a rock and a hard place,” admitted Juan Manuel Posada, a 75-year-old Spaniard originally from Asturias who settled in Buenos Aires in 1968.</p><p>The clash in New Jersey will mark the first All-Spanish-speaking World Cup final since the inaugural 1930 tournament, when host Uruguay defeated Argentina 4–2 in Montevideo.</p><p>Buenos Aires was founded by a Spaniard</p><p>It was a Spaniard, Pedro de Mendoza, who founded Buenos Aires in the mid-16th century. The battles for independence did not alter the strong cultural influence of the Iberian Peninsula on the young nation — an influence that deepened with the waves of Spanish migration in the first half of the 20th century.</p><p>“It’s as if I’d arrived just yesterday. My heart is in Asturias, in Spain, and with the Spanish national team. Without a doubt,” said Posada, a fan of the Spanish club Sporting de Gijón who, in his adopted country, became a supporter of Independiente de Avellaneda. “If Spain wins, great, but if Argentina wins, I won’t be upset at all,” he added in the Asturian accent he still retains.</p><p>Manuel Fernández Acevedo is 81 years old; he left Baiona, in Vigo, with his family when he was very young to settle in Argentina, where his daughter and granddaughter were born. Torn between the two countries, he said, “May the best team win. If Spain wins, that’s great, and if it’s Argentina’s turn, that’s fine, too.”</p><p>A deep relationship</p><p>Just as literature, gastronomy, and music were enriched by that bond of brotherhood, football also felt its impact, with Argentina's Alfredo Di Stéfano and Lionel Messi standing out as the greatest icons at Real Madrid and Barcelona, respectively.</p><p>Surprisingly, there is no classic football rivalry between the two countries, partly because, in nearly a century of World Cup history, the Spanish and Argentines have faced each other only once. That encounter was during the group stage of the 1966 World Cup, resulting in a victory for La Albiceleste.</p><p>Of course, a final is a different story altogether.</p><p>Back to Posada. “I have an Argentine grandson who said to me the other day, ‘Grandpa, if Spain wins, I’ll wear the Spain shirt and carry the flag, and we’ll celebrate. But if Argentina wins, you have to come wearing my country’s shirt and carrying its flag.’ I told him that was fine, but I don’t think we could go out to the Obelisk to celebrate wearing a Spain shirt.” The laughing Posada was referring to the Buenos Aires monument that serves as the epicenter of celebrations for La Albiceleste’s victories.</p><p>On the other side of the Atlantic</p><p>First, the military dictatorship from 1976-83, and later, consecutive economic crises starting in the 2000s, drove thousands of Argentines to settle in Spain in search of a better quality of life. According to the most recent Spanish census figures (as of January 2025), 450,883 people born in Argentina were residing in Spain.</p><p>For them, too, Sunday’s final is a special occasion.</p><p>“I see them as just another rival but with respect — knowing we’re in their country and that, in the end, we’re all brothers,” said Nahuel Barreta, 19, who has been living in Málaga for a year. “It feels like home here. We’re going to watch the match at a downtown bar with friends — it’s our usual ritual. I’ve never experienced a World Cup like this.”</p><p>In recent days, social media has seen a wave of viral posts featuring Argentine-Spanish couples temporarily parting ways until after Sunday’s match, as well as the amusing tactics they use to convince their children to root for one of the finalists.</p><p>It really feels like a familia affair.</p><p>___</p><p>AP correspondent Suman Naishadham in Madrid 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/D3ATFQHDZILBHUCTZJVFZ2AK7A.jpg?auth=f1a9fe1beb1ac2f91d725d85d17750b0103d264c2c7bcd17bf60650eb74586ba&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Fans climb on to a bus stop during celebrations of Argentina's victory over England in a World Cup semifinal soccer match in downtown Buenos Aires, Argentina, Wednesday, July 15, 2026. (AP Photo/Rodrigo Abd)]]></media:description><media:credit role="author" scheme="urn:ebu">Rodrigo Abd</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/II3UTFHTBS4Q23UMJYFGYURFJU.jpg?auth=6fe1d656e7540e4e7b26e51d12e1e40d55a1161b0591b9642afd803d4bb32437&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Fans celebrate after Argentina defeated England in a World Cup semifinal soccer match in downtown Buenos Aires, Argentina, Wednesday, July 15, 2026. (AP Photo/Natacha Pisarenko)]]></media:description><media:credit role="author" scheme="urn:ebu">Natacha Pisarenko</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/65WDNPJNNFWGUYLDMLMU7XQ27U.jpg?auth=9bff543c3ecbb8a7f3295da440dd13f1c000a375c4647c8e908750edca430661&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Fans celebrate after Argentina defeated England in a World Cup semifinal soccer match in downtown Buenos Aires, Argentina, Wednesday, July 15, 2026. (AP Photo/Natacha Pisarenko)]]></media:description><media:credit role="author" scheme="urn:ebu">Natacha Pisarenko</media:credit></media:content></item><item><title><![CDATA[Family, community march for justice after Miramar killings]]></title><link>https://www.local10.com/news/local/2026/07/16/family-community-march-for-justice-after-miramar-killings/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/16/family-community-march-for-justice-after-miramar-killings/</guid><dc:creator><![CDATA[Magdala Louissaint]]></dc:creator><description><![CDATA[Friends, neighbors and family marched with a purpose alongside Hope Jones, the mother of Brianna Johnson.]]></description><pubDate>Fri, 17 Jul 2026 02:27:43 +0000</pubDate><content:encoded><![CDATA[<p>Friends, neighbors and family marched with a purpose alongside Hope Jones, the mother of Brianna Johnson.</p><p>“They wasn’t in a gang -- they just like to have fun and because of that, it cost them their life. And they were close. And they were very close,” Jones said.</p><p>Marchers chanted, “Justice for Bri, justice for AJ,” calling for justice for popular TikTok influencer Brianna Johnson, better known as “Dream Doll Bri,” and her cousin, Arthur Johnson, also known as AJ.</p><p>“She was more than just Dream Doll to me. She was Brianna. That was my child. That was my everything. We grew up together. I had her when I was 20 years old,” Jones said.</p><p>It has been a few weeks since<a href="https://www.local10.com/news/local/2026/07/06/woman-21-dies-after-miramar-lamborghini-shooting-that-left-2-others-critically-injured/" target="_self" rel="" title="https://www.local10.com/news/local/2026/07/06/woman-21-dies-after-miramar-lamborghini-shooting-that-left-2-others-critically-injured/"> the pair were shot and killed in Miramar</a>. The crime was caught on camera, but there are still no answers about who pulled the trigger.</p><p>“Contact the detectives. Contact whoever you need to contact. Contact us. Speak up because if the shoe was on the other foot, I’m pretty sure they would want someone to do the same thing for them,” Jones said.</p><p>Pompano Beach Commissioner Beverly Perkins helped lead the family’s effort to hold the march for healing.</p><p>“So this is about the young people, not the adults,” Perkins said.</p><p>Adults at the march said they are making a genuine effort to connect with young people who have been impacted by gun violence.</p><p>“It’s really for the youth to find out what’s on their mind. What do they need to feel safe? What can we give them? How can we help them in any way we can when it comes to gun violence?” Perkins said.</p><p>The family’s plans do not stop with the march. AJ’s father said he wants to turn the tragedy into something meaningful.</p><p>“I promised my son before he left here that out of this tragedy I will turn it into triumph for his name and for Brianna’s namesake. So thank you all,” he said.</p><p>Perkins said the plan is to have members of the Circle of Brotherhood reconnect with the young people who attended the march in 30 days.</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[Mullin pushes states to comply with election demands, echoing Trump's claims about midterm risks]]></title><link>https://www.local10.com/news/politics/2026/07/17/mullin-pushes-states-to-comply-with-election-demands-echoing-trumps-claims-about-midterm-risks/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/07/17/mullin-pushes-states-to-comply-with-election-demands-echoing-trumps-claims-about-midterm-risks/</guid><dc:creator><![CDATA[By ALI SWENSON and COLLIN BINKLEY, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — Homeland Security Secretary Markwayne Mullin on Friday warned that state officials could lose funding or face investigations if they fail to go along with President Donald Trump's election security demands, part of the Republican president’s longstanding attempt to undermine Americans’ confidence in the vote.]]></description><pubDate>Fri, 17 Jul 2026 19:01:09 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Homeland Security Secretary Markwayne Mullin on Friday warned that state officials could lose funding or face investigations if they fail to go along with President Donald Trump's election security demands, part of the Republican president’s longstanding attempt to undermine Americans’ confidence in the vote.</p><p>Experts said the threats — issued just months before midterm elections that will determine control of Congress — were likely hollow because Trump's voting initiatives have been stalled by judges and the Constitution gives states control over how elections are run.</p><p>Nevertheless, Mullin's remarks, delivered from the White House complex one day after Trump's primetime address on the topic, could further doubts about election processes and create headaches for states as they prepare for November.</p><p>“We absolutely can build confidence in the American people, but the states have to do their part,” Mullin said.</p><p>Trump continues to falsely claim that Democrat Joe Biden won only because of fraud in 2020, and he’s tried to marshal the powers of the federal government to rewrite that history since he returned to office last year — even though judges and his own attorney general in his first term concluded the election was legitimate.</p><p>Mullin insisted that the president was not relitigating the 2020 election, “although he definitely could at this point.”</p><p>"This is just about exposing what took place and making sure it never happens again,” he said.</p><p>Mullin's claims of noncitizen voters rely on incomplete data</p><p>During his remarks, Mullin advanced an unsubstantiated claim Trump made Thursday that the federal government had found 250,000 noncitizen voters on the rolls in California, Nevada, New Jersey and Pennsylvania. He said the Department of Homeland Security's investigation was conducted using public data, which election experts say is insufficiently detailed and updated to properly identify whether a registered voter is a noncitizen.</p><p>Election officials in California and Pennsylvania said they would review the Trump administration's findings but noted that they conduct their own voter list maintenance and noncitizen voting is exceedingly rare. Research has supported that finding.</p><p>California Gov. Gavin Newsom, a Democrat, responded to Mullin's threats with a post on social media.</p><p>“California has free, fair, and secure elections and we will fight for them,” he wrote. "Try us."</p><p>In Nevada, Secretary of State Cisco Aguilar, also a Democrat, said he was confident in the integrity of the state's voter file.</p><p>“We are constantly looking at the information to figure out how many registered voters in Nevada don’t have a Social Security number on file," he said. “We have done significant work to make sure our voter rolls are as clean as possible.”</p><p>Mullin also pledged to aggressively monitor public voter lists to pursue potential voter fraud cases before and after the 2026 election.</p><p>“If you are an illegal or you are voting illegally, we will hunt you down, we will find you and we will prosecute you,” he said.</p><p>He urged states to participate in DHS' recently overhauled SAVE program, a federal tool central to the Trump administration’s efforts to nationalize elections. At least 25 states have used it to check their voter rolls since April 2025, after the Trump administration significantly expanded its search abilities, and the Trump administration has demanded that states submit their sensitive voter data to the program to fully audit their voter lists.</p><p>Mullin said if state officials don’t participate in SAVE, they could face fines, penalties or prison time.</p><p>But the overhauled program’s use was recently blocked by a federal judge over concerns about privacy and wrongful purges of eligible voters. The case included voters whose registrations were wrongly flagged by the program, temporarily threatening their place on the rolls.</p><p>David Becker, the executive director of the nonprofit Center for Election Innovation and Research, said Mullin was making empty threats.</p><p>“Every court to consider the DOJ’s demands — 15 of them to date, six of those judges appointed by President Trump — have confirmed that the federal government cannot legally demand access to states’ sensitive voter data,” he said. “What he’s suggesting is illegal.”</p><p>In addition, Trump's efforts to pass the SAVE Act, federal legislation that would require proof of citizenship for voter registration, has stalled in the Senate. Republicans don't have enough votes to change the filibuster rules and pass it without Democratic support.</p><p>Cybersecurity support for election officials has been diminished in Trump's second term</p><p>Mullin also elevated Trump's concerns about vulnerabilities in electronic voting machines — which voting experts have long acknowledged. While Trump suggested Thursday that these risks make it possible to “rig” the vote, election officials say there are numerous safeguards in place to prevent that, including physical security, voting machine tests, postelection reviews and paper ballot backups in most of the country.</p><p>To address the concerns, Mullin said the nation’s Cybersecurity and Infrastructure Security Agency, which sits under DHS, would release an updated election infrastructure plan within 30 days and provide cyber threat resources to election officials if they participate in SAVE.</p><p>However, Trump has broadly dismantled the agency’s election security operation.</p><p>CISA was largely absent from its long-held role assisting states in last year’s elections after the Trump administration conducted a review of its election work, placed more than a dozen election-focused staffers on administrative leave and slashed $10 million from two cybersecurity initiatives, including one dedicated to helping state and local election officials. The agency is also still without a Senate-confirmed director and has cycled through a series of acting leaders.</p><p>Aguilar said his state has stepped up and will protect its own elections in the absence of federal help.</p><p>“The fact that they think they’re going to come in prior to the general election in November and provide us infrastructure, that's nuts,” he said. “Actions speak louder than words, and in their case, it's all been talk.”</p><p>___</p><p>Swenson reported from New York.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/GSSMLM6WMCAVTO64YFAYDINGYU.jpg?auth=1c30e26dfaf90221fb3d20db32602e0e7dd22a0a548be57e5751393a5b3da722&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 speaks in the Indian Treaty Room at the Eisenhower Executive Office Building on the White House campus, Friday, July 17, 2026, in Washington. (AP Photo/Julia Demaree Nikhinson)]]></media:description><media:credit role="author" scheme="urn:ebu">Julia Demaree Nikhinson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GFCKS6BBJ5BZLJKNKTQVVST5LU.jpg?auth=d1f7b2cefb5b0f05bb22c22cac520de65471c5f9ec790c11914db4efe348bb7f&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 speaks to reporters in the Indian Treaty Room at the Eisenhower Executive Office Building on the White House campus, Friday, July 17, 2026, in Washington. (AP Photo/Julia Demaree Nikhinson)]]></media:description><media:credit role="author" scheme="urn:ebu">Julia Demaree Nikhinson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6C6EZGZ3SNSP3DK25ZBG5XSCRM.jpg?auth=598e965f70df47d8d772db9b2113a721931f4636d1dd1e68abfe7b48c38d10a9&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 speaks to reporters in the Indian Treaty Room at the Eisenhower Executive Office Building on the White House campus, Friday, July 17, 2026, in Washington. (AP Photo/Julia Demaree Nikhinson)]]></media:description><media:credit role="author" scheme="urn:ebu">Julia Demaree Nikhinson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6E4UIY7Z5KLSQTYWJ3QM5SRK6M.jpg?auth=74f4df231654de9b2677730496aca9f862483f81f194b76c4f326afdf7680d27&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 speaks in the Indian Treaty Room at the Eisenhower Executive Office Building on the White House campus, Friday, July 17, 2026, in Washington. (AP Photo/Julia Demaree Nikhinson)]]></media:description><media:credit role="author" scheme="urn:ebu">Julia Demaree Nikhinson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/G4LRMTTKDHSNFWR72T67V7W4QA.jpg?auth=4d29055c811c22bb17f886b09da9a19e75343960a21847e7cc971cfb569cdd44&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 speaks in the Indian Treaty Room at the Eisenhower Executive Office Building on the White House campus, Friday, July 17, 2026, in Washington. (AP Photo/Julia Demaree Nikhinson)]]></media:description><media:credit role="author" scheme="urn:ebu">Julia Demaree Nikhinson</media:credit></media:content></item><item><title><![CDATA[Clara Ester, activist who rushed to Martin Luther King Jr. after he was shot, dies at 78]]></title><link>https://www.local10.com/news/national/2026/07/17/clara-ester-activist-who-rushed-to-martin-luther-king-jr-after-he-was-shot-dies-at-78/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/07/17/clara-ester-activist-who-rushed-to-martin-luther-king-jr-after-he-was-shot-dies-at-78/</guid><dc:creator><![CDATA[By TRAVIS LOLLER and KRISTIN M. HALL, Associated Press]]></dc:creator><description><![CDATA[NASHVILLE, Tenn. (AP) — Clara Ester, an activist who as a 20-year-old college student rushed to the Rev. Martin Luther King Jr.'s side when he was shot, has died.]]></description><pubDate>Fri, 17 Jul 2026 22:02:40 +0000</pubDate><content:encoded><![CDATA[<p>NASHVILLE, Tenn. (AP) — Clara Ester, an activist who as a 20-year-old college student rushed to the Rev. Martin Luther King Jr.'s side when he was shot, has died.</p><p>Ester, who died on July 9 at the age of 78, was among a few remaining witnesses to King’s assassination and its immediate aftermath in Memphis. With the passing of the Rev. Jesse Jackson Sr. in February and Ester this month, King aide and former U.N. ambassador Andrew Young is believed to be the last surviving eyewitness to the shooting.</p><p>Ester Grew up in Memphis attending Centenary United Methodist Church, where her pastor was civil rights leader the Rev. James Lawson.</p><p>“We used to joke about colored water being Kool-Aid and the white water just being water, and so that satisfied us as children,” Ester told The Associated Press in 2018, around the 50th anniversary of King’s death. “But until you see the racism, until you see what has been withheld from you because of your color — is what started to really truly anger me. And I knew if there was a movement that could help change any of that, I had to be in it.”</p><p>Civil rights issues were often discussed from the pulpit of her church, Ester said. Lawson was very involved in the sanitation workers’ strike, so it was natural for her to become involved too.</p><p>“I got to the point that I didn’t miss a mass meeting,” she said. “I picketed every day that the picket lines were up.”</p><p>Even 50 years later, she clearly remembered the impact of hearing King's speech at the Mason Temple the night before he was assassinated and how it seemed to foreshadow his death the next day.</p><p>“He had seen the mountaintop,” Ester said. “It was evident on the balcony — how calm."</p><p>Ester had gone to the Lorraine Motel for dinner on April 4, 1968, when she saw King chatting on the balcony with people below. Then she heard a shot.</p><p>“He was speaking calmly and pleasantly to a crowd,” she said. "And so he was happy at that moment. But to lay there with his eyes open, looking toward heaven. He had seen the promised land, and he may not get there with us, but he promised that we as a people will see the promised land.”</p><p>Ester said she ran to King and saw he was struggling for air. She tried to loosen his belt and asked someone to bring towels to try to staunch the bleeding. After King was taken away by ambulance, she had to stay at the hotel, where she was questioned by police.</p><p>When she was finally allowed to go home, her parents asked if she was OK.</p><p>“I said, ‘No, I’m not OK. There’s something wrong with this.’ And it was many months later that I guess at some point, I just broke down," Ester said.</p><p>She left Memphis to work elsewhere that summer, and as soon as she finished school, she left for good.</p><p>“It’s just too much to ... it hurt me that it happened, but it hurt me that it happened in my hometown, that that’s the legacy for this city,” she said.</p><p>Ester moved to Mobile, Alabama, where she found work as a neighborhood organizer at the Dumas Wesley Community Center, a Christian service program supporting children, seniors and people experiencing homelessness, according to her obituary. She later was named the executive director of the center, serving in that role until she retired in 2006.</p><p>In 1986, she was commissioned as a deaconess in the United Methodist Church, a type of lay minister . She remained active in the church throughout her life and held leadership roles that included serving as the national vice president of United Methodist Women.</p><p>Methodist Bishop David Graves met Ester when he was assigned to the Alabama-West Florida Conference in 2016. He wrote in a remembrance that Ester did not take to him at first, but gradually they came to love each other.</p><p>“Thank you, Clara Ester, for a life well lived and for loving me. It changed me,” he wrote. “Clara will be missed immensely, but what a day of rejoicing is going on in heaven. For love will always find a way for those who trust in Jesus and seek to love even in our differences.”</p><p>___</p><p>Former Associated Press reporter Adrian Sainz contributed from Memphis.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/NSJ3WXYIUNCIHPYM2OKMGYKUBE.jpg?auth=e7a4b364d26922d27a24ee9f6c1a8804d86fe63a9ce6937410fb4e9125c3d8df&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Clara Ester stands in the Centenary United Methodist Church in Memphis, Tenn., on March 17, 2018. (AP Photo/Mark Humphrey, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark Humphrey</media:credit></media:content></item><item><title><![CDATA[South Florida teen twins create nonprofit to inspire foster youth through career mentoring]]></title><link>https://www.local10.com/community/2026/07/17/south-florida-teen-twins-create-nonprofit-to-inspire-foster-youth-through-career-mentoring/</link><guid isPermaLink="true">https://www.local10.com/community/2026/07/17/south-florida-teen-twins-create-nonprofit-to-inspire-foster-youth-through-career-mentoring/</guid><dc:creator><![CDATA[Mayte Padron]]></dc:creator><description><![CDATA[What started as a birthday tradition has grown into a nonprofit that’s helping children in foster care envision brighter futures.]]></description><pubDate>Fri, 17 Jul 2026 16:12:02 +0000</pubDate><content:encoded><![CDATA[<p>What started as a birthday tradition has grown into a nonprofit that’s helping children in foster care envision brighter futures.</p><p><a href="https://www.local10.com/espanol/2026/07/17/gemelos-adolescentes-del-sur-de-florida-crean-organizacion-sin-fines-de-lucro-para-inspirar-a-jovenes-en-hogares-de-acogida-mediante-mentoria-profesional/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/17/gemelos-adolescentes-del-sur-de-florida-crean-organizacion-sin-fines-de-lucro-para-inspirar-a-jovenes-en-hogares-de-acogida-mediante-mentoria-profesional/">Leer en español</a></p><p>Seventeen-year-old twins Constanza and Marianne Dominguez founded <a href="https://mentoringmiracles.org" target="_self" rel="" title="https://mentoringmiracles.org">Mentoring Miracles</a>, a student-led nonprofit that connects foster youth with career exploration opportunities and mentors, inspired by their Christian faith and the childhood experiences of a family member who grew up in foster care.</p><p>The South Florida sisters say they first discovered a passion for giving back when their mother suggested they donate their birthday gifts instead of keeping them.</p><p>“I think the beautiful part about it is that when we went to donate our gifts, we got to play with the kids that are our age,” Constanza said.</p><p>The twins were just in the third grade when they began donating gifts to children at <a href="https://www.hhch.org/" target="_self" rel="" title="https://www.hhch.org/">His House Children’s Home</a>. What started as a one-time act of kindness quickly became an annual tradition.</p><p>Years later, while in the ninth grade, they learned that their uncle, Bill Edwards, had spent much of his childhood in foster care.</p><p>“That year, in the ninth grade, we found out that my uncle grew up in the foster care system,” Constanza said.</p><p>Edwards said he entered foster care before his first birthday and experienced both positive and difficult placements growing up.</p><p>“I was placed in foster care for the first time before the age of 1,” Edwards said. “Moving from different homes, you do experience the good and the bad.”</p><p>His story inspired the sisters to think beyond donations and create an organization focused on helping foster youth prepare for the future.</p><p>“We came up with Mentoring Miracles because we are very faith-based,” Marianne said. “They are miracles, these kids.”</p><p>Today, Mentoring Miracles is run entirely by high school students and focuses on exposing children in foster care to careers they may not otherwise have the opportunity to explore.</p><p>“We acknowledged the resources that we had, and we wanted to give them those same opportunities that we grew up with,” Constanza said. “That’s how we had the idea to create these career days and career and internship exposure.”</p><p>The nonprofit has organized career-day field trips for youth at His House Children’s Home, giving them behind-the-scenes access to a variety of professions.</p><p>Participants have toured Miami International Airport, learned about aviation careers and visited Local 10 News, where they explored television production, met journalists and saw a live newsroom in action.</p><p>“It’s been incredible seeing the passion that they have and the potential that they have as well,” Constanza said.</p><p>For Edwards, watching his nieces create opportunities for children facing circumstances similar to his own has been especially meaningful.</p><p>“I feel lucky, blessed and really happy,” he said.</p><p>The sisters hope their uncle’s journey reminds foster youth that their circumstances do not define their future.</p><p>“He’s just an example of what these kids can become, of what these kids can do,” Constanza and Marianne said. “They are not limited by their background, and he is just proof of that.”</p><p>Mentoring Miracles plans to continue expanding its career exploration program with upcoming visits to the Miami-Dade State Attorney’s Office, PortMiami and Blue Origin’s operations hub on Merritt Island. Organizers are also encouraging local businesses to partner with the nonprofit by hosting future career-day experiences.</p><p>For more information and to get involved, visit <a href="https://www.mentoringmiracles.org/" target="_self" rel="" title="https://www.mentoringmiracles.org/">mentoringmiracles.org</a>.</p><ul><li><i><b>To donate:</b></i>&nbsp;If you’d like to make a monetary donation toward a Good News South Florida story or project,&nbsp;<a href="https://miami.fcsuite.com/erp/donate/create/fund?funit_id=3700" target="_self" rel="" title="https://miami.fcsuite.com/erp/donate/create/fund?funit_id=3700">click here.</a>&nbsp;Local 10 has established the Local 10 Fund with The Miami Foundation and 100% of your donation will go toward the cause you designate in the “additional information” box.</li><li><i><b>To volunteer or submit a story idea:</b></i>&nbsp;If you’d like to volunteer for a Good News South Florida project or would like to submit a story for consideration, email&nbsp;<a href="mailto:goodnews@local10.com">goodnews@local10.com</a>.</li></ul><p>Good News South Florida airs Fridays on the Local 10 morning news at 10 a.m. It will encore Fridays at 3:30 p.m. and Sunday mornings, beginning at 6 a.m.</p>]]></content:encoded></item><item><title><![CDATA[Dirty 30! Restaurants with 30 violations or more!]]></title><link>https://www.local10.com/food/dirty-dining/2026/07/17/dirty-30-restaurants-with-30-violations-or-more/</link><guid isPermaLink="true">https://www.local10.com/food/dirty-dining/2026/07/17/dirty-30-restaurants-with-30-violations-or-more/</guid><dc:creator><![CDATA[Jeff Weinsier]]></dc:creator><description><![CDATA[Thirty or more violations on a single inspection! That’s not a bad day in the kitchen, that’s a total breakdown of food safety. ]]></description><pubDate>Fri, 17 Jul 2026 18:38:45 +0000</pubDate><content:encoded><![CDATA[<p>Thirty or more violations on a single inspection!</p><p>That’s not a bad day in the kitchen, that’s a total breakdown of food safety. </p><p><a href="https://www.local10.com/espanol/2026/07/17/dirty-30-restaurantes-con-30-infracciones-o-mas/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/17/dirty-30-restaurantes-con-30-infracciones-o-mas/">Leer en español</a></p><p>And yet, none of these restaurants were shut down.</p><p>Below is our latest “Dirty 30” list.</p><p>These are places that racked up 30 violations or more on a recent inspection.</p><p>From skipped handwashing, to unsafe food temperatures, to failed sanitation -- these aren’t minor slip-ups. They’re the basics of running a safe kitchen, and these establishments failed at them, repeatedly, in one visit.</p><p>It’s unacceptable.</p><p>No places in Broward or the Florida Keys made the list. </p><p><b>**CUBA LIVES RESTAURANT</b></p><p><b>TWIN TOWERS SHOPPING CENTER</b></p><p><b>4590 WEST 12TH AVE</b></p><p><b>HIALEAH</b></p><p><b>INSPECTION BASED ON COMPLAINT</b></p><p><b>INSPECTION DATE 7/14</b></p><p><b>36 VIOLATIONS FOUND</b></p><p>“Displayed food not properly protected from contamination. Observed ice not protected at bar area because the lid was missing.”</p><p>“Live, small flying insects found. Observed approximately five flies landing on utensils and a preparation table in the kitchen.”</p><p>“Raw animal foods not properly separated from each other. Observed raw chicken stored above raw pork on shelves in the walk in cooler.”</p><p>“Roach activity present as evidenced by live roaches found.”</p><p>“Stop Sale issued on time/temperature control for safety food due to temperature abuse. Observed cooked beans, cooked pork, shredded beef, cooked yuca, fried rice, cooked corn and cooked steak held above safe temperatures in the walk in cooler after being stored for two days.”</p><p>“Time/temperature control for safety food cold held at greater than 41 degrees Fahrenheit. Observed tuna salad, shrimp salad, cut melon, tuna paste, shredded mozzarella, sliced ham, raw pork, raw chicken, raw steak, marinated beef, cooked beans, cooked pork, shredded beef, cooked yuca, fried rice, cooked corn and cooked steak above safe cold holding temperatures.”</p><p>“Time/temperature control for safety food, other than whole meat roast, hot held at less than 135 degrees Fahrenheit. Observed plantains, cooked chicken, pasta, breaded fish and cooked eggs below required hot holding temperatures. Repeat Violation”</p><p>“Food contact surface soiled with food debris, mold like substance or slime. Observed food stored on soiled containers in reach in coolers throughout the kitchen.”</p><p>“No paper towels or mechanical hand drying device provided at handwash sink. Observed at the handwash sink by the three compartment sink.”</p><p>“Non pitting surface rust on food contact equipment. Observed rust on the bottom of the dessert reach in cooler.”</p><p>“Ready to eat, time/temperature control for safety food prepared onsite and held more than 24 hours not properly date marked. Observed cooked pork, cooked beans, cooked pasta and cooked corn in the walk in cooler without date marks.”</p><p>“Accumulation of black and green mold like substance in the interior of the ice machine.”</p><p>“Bowl or other container with no handle used to dispense food. Observed in the rice container in dry storage.”</p><p>“Buildup of food debris and soil residue on equipment door handles. Observed soiled handles throughout the kitchen.”</p><p>“Clean linens stored on the floor. Observed in the dry storage area.”</p><p>“Cutting board has cut marks and is no longer cleanable.”</p><p>“Dead roaches on premises. Observed one dead roach inside the handwash sink next to the hot holding units by the buffet area.”</p><p>“Employee beverage container on a food preparation table. Observed a personal drink on a preparation table in the kitchen.”</p><p>“Equipment in poor repair. Observed the ice machine at the bar missing its lid.”</p><p>“Food storage containers and lids cracked or broken. Observed several cracked and broken containers and lids throughout the kitchen.”</p><p>“Food stored on the floor. Observed food containers on the walk in cooler floor.”</p><p>“Ice bucket or shovel stored on the floor between uses. Observed ice buckets stored on the floor at the bar.”</p><p>“In use ice scoop stored on a soiled surface between uses. Observed the ice scoop stored between ice machines in the back area. Repeat Violation”</p><p>“In use knives stored in cracks between pieces of equipment. Observed by the three compartment sink.”</p><p>“In use tongs stored on an equipment door handle between uses. Observed tongs stored on the oven handle.”</p><p>“In use utensil stored with the handle in food. Observed in a sugar container.”</p><p>“Interior of oven or microwave has accumulation of black substance, grease or food debris.”</p><p>“No conspicuously located ambient air temperature thermometer in holding units. Observed reach in coolers throughout the kitchen without thermometers.”</p><p>“Non food contact surfaces soiled with grease, food debris, dirt, slime or dust. Observed soiled cooler gaskets, greasy and dusty fans and grease buildup on a hot holding unit.”</p><p>“Outer openings of the establishment could not be properly sealed when not in operation. Observed in the dry storage and ice machine areas.”</p><p>“Reach in cooler interiors and shelves had an accumulation of soil residue.”</p><p>“Single service articles improperly stored. Observed ice buckets not inverted at the bar.”</p><p>“Stored food not covered. Observed several uncovered food containers in the walk in cooler.”</p><p>“Walls soiled with accumulated grease, food debris and dust. Observed in the dishwashing area.”</p><p>“Wiping cloth chlorine sanitizing solution not at proper minimum strength. Observed sanitizer bucket at the bar.”</p><p>“Working containers of food removed from original containers not identified by common name. Observed salt and bread crumb containers without labels at the cook line.”</p><p><b>**CHINATOWN WEST</b></p><p><b>4210 SW 152ND AVENUE </b></p><p><b>WEST KENDALL</b></p><p><b>INSPECTION DATE 7/14</b></p><p><b>33 VIOLATIONS FOUND </b></p><p>“Container of medicine improperly stored. Observed inside a display cooler in the customer area.”</p><p>“Cook dried hands on a soiled towel after washing.”</p><p>“Cooked time/temperature control for safety food not cooled from 135 degrees to 70 degrees within two hours. Observed cooked chicken cooling at room temperature for more than two hours.”</p><p>“Dented and rusted can present. Observed a dented can of hoisin sauce in dry storage.”</p><p>“Nonfood grade bags used in direct contact with food.”</p><p>“Unwashed broccoli stored over sauce in the walk in cooler.”</p><p>“Raw chicken stored over cooked beef in the walk in freezer.”</p><p>“Raw beef and raw chicken stored over cooked shrimp and cooked chicken in the walk in cooler. Repeat Violation”</p><p>“Stop Sale issued on time/temperature control for safety food due to temperature abuse. Observed cooked chicken cooling at room temperature for more than two hours, garlic in oil held at room temperature for more than four hours and cooked sliced pork held above safe temperature in the walk in cooler overnight.”</p><p>“Time/temperature control for safety food cold held at greater than 41 degrees Fahrenheit. Observed garlic in oil held at room temperature and cooked sliced pork held above safe temperature in the walk in cooler.”</p><p>“Time/temperature control for safety food, other than whole meat roast, hot held at less than 135 degrees Fahrenheit. Observed chicken soup and wontons below required hot holding temperatures.”</p><p>“Employee has not received adequate training related to assigned duties. Employee was unable to answer basic food safety questions regarding thermometer calibration.”</p><p>“Handwash sink not accessible for employee use at all times. Observed cooked chicken wings stored in front of one hand sink and garbage cans blocking another.”</p><p>“Ready to eat, time/temperature control for safety food prepared onsite and held more than 24 hours not properly date marked. Observed cooked pork in the walk in cooler without a date mark.”</p><p>“Three compartment sink too small to accommodate utensils or equipment. Observed cooking pots too large to fit in the sink.”</p><p>“Ceiling not smooth, nonabsorbent and easily cleanable in food preparation, food storage and ware washing areas.”</p><p>“Employee personal food not properly identified and segregated from food served to the public.”</p><p>“Employee with no hair restraint while preparing food. Observed cook preparing chicken wings without a hair restraint. Repeat Violation”</p><p>“Establishment advertised no MSG used in food, but inspectors found containers of MSG at the cook line and in dry storage.”</p><p>“Sponges used on cleaned, sanitized or in use food contact surfaces.”</p><p>“Floor heavily soiled with old food debris in the walk in freezer.”</p><p>“Cooked chicken wings stored in front of a hand sink where they were exposed to splash contamination.”</p><p>“Soy sauce stored on the floor.”</p><p>“In use knives stored between pieces of equipment.”</p><p>“Wet wiping cloth used under a cutting board.”</p><p>“No mop sink or curbed cleaning facility provided.”</p><p>“Nonfood contact surfaces soiled with grease and food debris. Observed a soiled mixer exterior and dirty reach in cooler gaskets.”</p><p>“Storage racks in the walk in freezer not designed to allow cleaning underneath.”</p><p>“Single use bread bags reused to store egg rolls.”</p><p>“Hood soiled with accumulated grease.”</p><p>“Raw shell eggs, house packaged sauces, raw beef kebabs and cooked pork stored in unprotected coolers and freezers in a customer area.”</p><p>“Chlorine sanitizing solution measured at 0 parts per million.”</p><p>“Working containers of salt and sugar were not labeled with their common names.”</p><p><b>**EL GRAN TACO</b></p><p><b>DBA-BIG CRAZY TACO</b></p><p><b>436 N. KROME AVE</b></p><p><b>HOMESTEAD</b></p><p><b>INSPECTION DATE 7/13</b></p><p><b>35 VIOLATIONS FOUND</b></p><p>“Employee began working with food without first washing hands before putting on gloves. Repeat Violation”</p><p>“Employee failed to wash hands before putting on gloves to begin food preparation. Repeat Violation”</p><p>“Raw chicken, raw beef, raw pork and raw fish were stored over ready to eat foods in the reach in cooler.”</p><p>“Raw chicken, raw beef and raw fish were not properly separated from each other in the reach in cooler.”</p><p>“Stop Sale issued due to adulteration of food. Eleven reduced oxygen packaged bags of tilapia labeled to remain frozen were thawed while still in their packaging. Repeat Violation”</p><p>“Stop Sale issued because food was not in a wholesome, sound condition. Eleven reduced oxygen packaged bags of tilapia labeled to remain frozen were thawed while still in their packaging.”</p><p>“Raw beef was cold held at 46 degrees at a prep table.”</p><p>“Cooked beef, cooked chicken and cooked pork were hot held below 135 degrees.”</p><p>“No written procedures for employees to follow in response to a vomiting or diarrheal event.”</p><p>“Food contact surface soiled with food debris, mold like substance or slime. Observed a heavily rusted and soiled can opener.”</p><p>“No probe thermometer provided to measure food temperatures.”</p><p>“No proof that employees were informed of their responsibility to report illnesses related to foodborne disease.”</p><p>“No soap provided at the kitchen handwash sink.”</p><p>“Ready to eat foods prepared onsite and held more than 24 hours were not properly date marked. Observed cooked wings and cooked beef without date marks. Corrective action taken.”</p><p>“Black and green mold like substance inside the ice machine.”</p><p>“Food debris and soil residue on reach in cooler and freezer door handles. Repeat Violation”</p><p>“Ceiling vents and ceiling tiles soiled with food debris, grease, dust or mold like substance.”</p><p>“Eleven reduced oxygen packaged bags of tilapia labeled to remain frozen were thawed while still in their packaging.”</p><p>“Cutting board with cut marks that was no longer cleanable.”</p><p>“Employee preparing food without a hair restraint.”</p><p>“Standing water on the floor under the ice machine, beverage cooler and behind cooking equipment and coolers. Repeat Violation”</p><p>“Floor soiled with food debris.”</p><p>“Multiple floor tiles in disrepair in the kitchen and near the office. Repeat Violation”</p><p>“Gallons of milk and cooking oil stored on the floor.”</p><p>“Grease accumulation on walls and ceiling due to an inadequate hood ventilation system.”</p><p>“Ice buildup inside a chest freezer. Repeat Violation”</p><p>“Heavy grease and food debris inside the oven or microwave. Repeat Violation”</p><p>“No Heimlich maneuver or choking sign posted.”</p><p>“No ambient air thermometer in holding units.”</p><p>“Soiled reach in cooler interiors and shelves. Repeat Violation”</p><p>“Rusted reach in cooler shelves with pitted surfaces. Repeat Violation”</p><p>“Standing water or slow draining water in the kitchen handwash sink. Repeat Violation”</p><p>“Multiple containers of stored food left uncovered in reach in coolers and freezers. Repeat Violation”</p><p>“Wet mop not stored to allow it to dry.”</p><p>“Wet wiping cloths not stored in sanitizing solution between uses.”</p><p><b>**BOTECO MIAMI</b></p><p><b>916 NE 79TH ST.</b></p><p><b>MIAMI</b></p><p><b>INSPECTION BASED ON COMPLAINT</b></p><p><b>INSPECTION DATE 7/7</b></p><p><b>32 VIOLATIONS FOUND </b></p><p>“Raw beef stored above open bags of bread in a cooler drawer.”</p><p>“Employee cleaned and prepared food without changing gloves between tasks.”</p><p>“Chicken kabobs, beef kabobs and pork chorizo were cold held above 41 degrees.”</p><p>“Cooked white rice was hot held below 135 degrees.”</p><p>“Vacuum breaker missing from the mop sink faucet. Repeat Violation”</p><p>“Commercially processed ready to eat food opened more than 24 hours earlier was not properly date marked. Observed a milk container in the walk in cooler opened two days earlier without a date.”</p><p>“Food contact surfaces soiled with food debris, mold like substance or slime. Observed a soiled red cutting board at the bar drink station and soiled clean plates in dry storage. Repeat Violation”</p><p>“Handwash sink removed from the hookah area.”</p><p>“Handwash sink used for purposes other than handwashing. Observed beer jars stored inside the bar handwash sink.”</p><p>“No chlorine chemical test kit provided.”</p><p>“No paper towels at the bar handwash sink.”</p><p>“No soap at the bar handwash sink.”</p><p>“Non pitting surface rust on food contact equipment. Observed rust on dry storage racks. Repeat Violation”</p><p>“Required employee food safety training had expired for multiple employees.”</p><p>“Spray bottle containing a toxic substance was not labeled.”</p><p>“Black and green mold like substance inside the ice machine.”</p><p>“Bathrooms were not completely enclosed with tight fitting, self-closing doors.”</p><p>“Ceiling vents and ceiling tiles above the ware washing area were soiled with food debris, grease, dust or mold like substance.”</p><p>“Clean ice bucket was not stored inverted.”</p><p>“Clean ice bucket stored on the floor.”</p><p>“Cold holding equipment not maintained in good repair. Repeat Violation”</p><p>“Reach in cooler gaskets were torn. Repeat Violation”</p><p>“Standing water on the floor at the bar and ware washing area.”</p><p>“Cooking oil and bags of onions stored on the floor.”</p><p>“Lights above the cook line and three compartment sink were missing protective shields or covers.”</p><p>“No handwashing signs at hand sinks near the bathrooms.”</p><p>“Nonfood contact surfaces soiled with grease, food debris, dirt, slime or dust. Observed dirty hoods, cooler gaskets and fans.”</p><p>“Reach in cooler shelves with rust that had pitted the surface. Repeat Violation”</p><p>“Unsealed concrete floors in the cook line and prep area. Repeat Violation”</p><p>“Walk in cooler shelves with rust that had pitted the surface. Repeat Violation”</p><p>“Walls soiled with accumulated grease, food debris and dust.”</p><p>“Sugar and cooking oil containers were not labeled with their common names.”</p><p><b>**RESTAURANT EL TROVADOR #2</b></p><p><b>1657 NE 8TH STREET</b></p><p><b>HOMESTEAD</b></p><p><b>INSPECTION DATE 7/7</b></p><p><b>32 VIOLATIONS FOUND</b></p><p>“Cooked rice was not cooled from 135 degrees to 41 degrees within six hours. Inspectors found cooked rice at 52 degrees two days after it was prepared.”</p><p>“Employee washed hands with cold water because hot water was not available.”</p><p>“Household pesticide spray cans were stored in the establishment.”</p><p>“Raw shell eggs stored above pupusa mix in the walk in cooler.”</p><p>“Shell eggs were not held at 45 degrees or below.”</p><p>“Stop Sale issued on cooked rice due to temperature abuse. Inspectors found cooked rice at 52 degrees two days after it was prepared.”</p><p>“Raw steak, raw chicken, chicken nuggets, raw shrimp, cut tomatoes, cooked pork and cheese were cold held above 41 degrees.”</p><p>“Hot water supply not maintained during peak periods.”</p><p>“No hot running water at the three compartment sink.”</p><p>“No soap provided at the handwash sink.”</p><p>“Ready to eat cooked pork prepared onsite and held more than 24 hours was not properly date marked.”</p><p>“Handwash sink did not provide water of at least 85 degrees.”</p><p>“Bowl without a handle used to scoop cooked rice and green salsa.”</p><p>“Food debris and soil residue on equipment door handles.”</p><p>“One dead roach found by the three compartment sink.”</p><p>“Employee personal food stored with food intended for customers.”</p><p>“Employee personal items stored next to food preparation items.”</p><p>“Gap under the exterior back door. Repeat Violation”</p><p>“Floors in the walk in cooler and freezer were not constructed to be easily cleanable.”</p><p>“Food stored on the floor.”</p><p>“Ice scoop handle stored in contact with ice.”</p><p>“Tongs stored on an equipment door handle between uses.”</p><p>“Wet wiping cloth used under a cutting board.”</p><p>“Heavy grease and food debris inside the oven or microwave.”</p><p>“No ambient air thermometer in the walk in cooler and standing cooler.”</p><p>“No hot running water at the mop sink.”</p><p>“Nonfood contact surfaces soiled with grease, food debris, dirt or dust. Observed dirty fan covers and greasy hood filters.”</p><p>“Dumpster lid left open.”</p><p>“Soiled shelves inside the walk in cooler.”</p><p>“Stored food left uncovered in the walk in cooler and freezer.”</p><p>“Raw pork thawed improperly in standing water at the three compartment sink.”</p><p>“Walk in cooler shelves had rust with pitted surfaces.”</p><p><b>HONORABLE MENTION (29 VIOLATIONS)</b></p><p><b>**CHINA EXPRESS</b></p><p><b>LOCATED IN KEY FOOD SUPERMARKET</b></p><p><b>5301 NE 2ND ST.</b></p><p><b>MIAMI</b></p><p><b>INSPECTION DATE 7/13</b></p><p><b>29 VIOLATIONS FOUND</b></p><p>“Employee failed to wash hands before putting on gloves to begin food preparation.”</p><p>“Employee touched his face and then handled food without washing his hands.”</p><p>“Nine live small flying insects were observed, including five around the mop sink and four above the three compartment sink. Repeat Violation”</p><p>“Raw shell eggs stored above butter and vegetables.”</p><p>“Raw chicken stored above bags of plantains in the freezer.”</p><p>“Fried rice, cooked chicken wings and fries were hot held below 135 degrees. Repeat Violation”</p><p>“Food contact surface soiled with food debris, mold like substance or slime. Observed a soiled can opener. Repeat Violation”</p><p>“Ready to eat cooked breaded chicken prepared the previous day was not properly date marked.”</p><p>“Spray bottle containing a toxic substance was not labeled.”</p><p>“Bowl without a handle used to scoop rice.”</p><p>“Food debris and soil residue on reach in cooler door handles.”</p><p>“Cardboard used as a floor mat was heavily soiled.”</p><p>“Ceiling tiles were damaged and in disrepair.”</p><p>“Ceiling vents and ceiling tiles were soiled with dust, grease and debris. Repeat Violation”</p><p>“Current hotel and restaurant license was not displayed.”</p><p>“Employee beverage stored on a food preparation table.”</p><p>“Employee eating in a food preparation area.”</p><p>“Cook preparing food without a hair restraint.”</p><p>“Gap under the exterior back door. Repeat Violation”</p><p>“Floors soiled with food debris, including under fryers and food preparation areas. Repeat Violation”</p><p>“Floor tiles in disrepair.”</p><p>“Rice and soy sauce stored on the floor. Repeat Violation”</p><p>“Hole in the wall near the bathroom.”</p><p>“Nonfood contact surfaces soiled with grease, food debris and dust, including reach in coolers and dusty divider curtains. Repeat Violation”</p><p>“Reach in cooler interiors and shelves soiled with food debris.”</p><p>“Reach in cooler shelves rusted with pitted surfaces. Repeat Violation”</p><p>“Frozen chicken thawed improperly in standing water at room temperature. Repeat Violation”</p><p>“Walls soiled with grease, food debris and dust, including behind the fryers. Repeat Violation”</p><p>“Rice container was not labeled with its common name.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZASKJFNPOZHY5OMSKYZCDQCEQI.png?auth=1f7bd88d0619ceb00686bf7435a1109f04529303a0871cfa7b597d4239c80d0b&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"/></item><item><title><![CDATA[¡Dirty 30! ¡Restaurantes con 30 infracciones o más!]]></title><link>https://www.local10.com/espanol/2026/07/17/dirty-30-restaurantes-con-30-infracciones-o-mas/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/17/dirty-30-restaurantes-con-30-infracciones-o-mas/</guid><dc:creator><![CDATA[Jeff Weinsier]]></dc:creator><description><![CDATA[¡Treinta infracciones o más en una sola inspección! Eso no es un mal día en la cocina, es un colapso total de la seguridad alimentaria.]]></description><pubDate>Fri, 17 Jul 2026 18:48:02 +0000</pubDate><content:encoded><![CDATA[<p>¡Treinta o más infracciones en una sola inspección!</p><p>Eso no es un mal día en la cocina, es un fallo total en materia de seguridad alimentaria.</p><p>Y, sin embargo, ninguno de estos restaurantes fue clausurado.</p><p>A continuación, nuestra última lista de los “30 más sucios”.</p><p>Se trata de establecimientos que acumularon 30 infracciones o más en una inspección reciente.</p><p>Desde no lavarse las manos hasta mantener los alimentos a temperaturas inadecuadas o pasar por una higiene deficiente, estos no son errores menores. Son aspectos básicos para mantener una cocina segura, y estos establecimientos fallaron en ellos repetidamente durante una sola visita.</p><p>Es inaceptable.</p><p>Ningún lugar de Broward ni de los Cayos de Florida figuró en la lista.</p><p><b>**RESTAURANTE CUBA LIVES</b></p><p><b>CENTRO COMERCIAL TORRES GEMELAS</b></p><p><b>4590 WEST 12TH AVE</b></p><p><b>HIALEAH</b></p><p><b>INSPECCIÓN BASADA EN UNA DENUNCIA</b></p><p><b>FECHA DE INSPECCIÓN 14/7</b></p><p><b>Se detectaron 36 infracciones.</b></p><p>“Los alimentos expuestos no estaban debidamente protegidos contra la contaminación. Se observó hielo sin protección en la zona del bar, ya que le faltaba la tapa.”</p><p>“Se encontraron pequeños insectos voladores vivos. Se observaron aproximadamente cinco moscas posándose en utensilios y en una mesa de preparación en la cocina.”</p><p>“Los alimentos crudos de origen animal no estaban separados adecuadamente entre sí. Se observó pollo crudo almacenado encima de carne de cerdo cruda en los estantes de la cámara frigorífica.”</p><p>“Se ha detectado actividad de cucarachas, como lo demuestra el hallazgo de cucarachas vivas.”</p><p>Se emitió una orden de cese de venta para alimentos que requerían control de tiempo y temperatura para garantizar su seguridad debido a un manejo inadecuado de la temperatura. Se observó que frijoles cocidos, cerdo cocido, carne de res deshebrada, yuca cocida, arroz frito, maíz cocido y bistec cocido se mantenían a temperaturas superiores a las seguras en la cámara frigorífica después de haber estado almacenados durante dos días.</p><p>“Control de tiempo/temperatura para la seguridad de los alimentos refrigerados a más de 5 grados Celsius (41 grados Fahrenheit). Se observó que la ensalada de atún, la ensalada de camarones, el melón cortado, la pasta de atún, la mozzarella rallada, el jamón en rodajas, el cerdo crudo, el pollo crudo, el bistec crudo, la carne de res marinada, los frijoles cocidos, el cerdo cocido, la carne de res desmenuzada, la yuca cocida, el arroz frito, el maíz cocido y el bistec cocido superaban las temperaturas seguras de refrigeración.”</p><p>“Control de tiempo/temperatura para la seguridad alimentaria, excepto asados ​​de carne entera, mantenidos en caliente a menos de 135 grados Fahrenheit. Se observaron plátanos, pollo cocido, pasta, pescado empanizado y huevos cocidos por debajo de las temperaturas requeridas para mantenerlos en caliente. Infracción reiterada.”</p><p>“Superficie en contacto con alimentos sucia con restos de comida, moho o una sustancia viscosa. Se observaron alimentos almacenados en recipientes sucios en refrigeradores de toda la cocina.”</p><p>“No se proporcionan toallas de papel ni secadores de manos mecánicos en el lavamanos. Observado en el lavamanos de tres compartimentos.”</p><p>“Óxido superficial no corrosivo en equipos en contacto con alimentos. Se observó óxido en la parte inferior del refrigerador de postres.”</p><p>“Alimentos listos para consumir, que requieren control de tiempo y temperatura para su seguridad, preparados en el establecimiento y conservados durante más de 24 horas, no estaban debidamente fechados. Se observó carne de cerdo cocida, frijoles cocidos, pasta cocida y maíz cocido en la cámara frigorífica sin fecha de caducidad.”</p><p>“Acumulación de una sustancia negra y verde parecida al moho en el interior de la máquina de hielo.”</p><p>“Recipiente o bol sin asa utilizado para servir comida. Observado en el recipiente de arroz almacenado en seco.”</p><p>“Acumulación de restos de comida y suciedad en las manijas de las puertas de los equipos. Se observaron manijas sucias en toda la cocina.”</p><p>“Ropa de cama limpia almacenada en el suelo. Observado en la zona de almacenamiento en seco.”</p><p>“La tabla de cortar tiene marcas de cortes y ya no se puede limpiar.”</p><p>“Se han encontrado cucarachas muertas en las instalaciones. Se observó una cucaracha muerta dentro del lavamanos, junto a las unidades de calentamiento de alimentos cerca del área del bufé.”</p><p>“Recipiente de bebida de un empleado sobre una mesa de preparación de alimentos. Se observó una bebida personal sobre una mesa de preparación en la cocina.”</p><p>“El equipo está en mal estado. Observé que a la máquina de hielo del bar le faltaba la tapa.”</p><p>“Recipientes y tapas para almacenar alimentos agrietados o rotos. Se observaron varios recipientes y tapas agrietados y rotos en toda la cocina.”</p><p>“Alimentos almacenados en el suelo. Se observaron recipientes de alimentos en el suelo de la cámara frigorífica.”</p><p>“Cubitera o pala guardada en el suelo entre usos. Se observaron cubiteras guardadas en el suelo en el bar.”</p><p>“Se observó una pala para hielo guardada sobre una superficie sucia entre usos. Se encontró la pala guardada entre las máquinas de hielo en la zona trasera. Infracción reiterada.”</p><p>“Cuchillos en uso guardados en las grietas entre las piezas del equipo. Observados junto al fregadero de tres compartimentos.”</p><p>“Pinzas en uso guardadas en la manija de la puerta de un equipo entre usos. Se observaron pinzas guardadas en la manija del horno.”</p><p>“Utensilio en uso guardado con el mango dentro de la comida. Observado en un recipiente de azúcar.”</p><p>“El interior del horno o microondas presenta acumulación de una sustancia negra, grasa o restos de comida.”</p><p>“No se encontraron termómetros de temperatura ambiente en lugares visibles en las unidades de almacenamiento. Se observaron refrigeradores sin termómetros en toda la cocina.”</p><p>“Superficies que no entran en contacto con alimentos sucias de grasa, restos de comida, suciedad, lodo o polvo. Se observaron juntas de refrigerador sucias, ventiladores grasientos y polvorientos, y acumulación de grasa en una unidad de mantenimiento de temperatura.”</p><p>“Las aberturas exteriores del establecimiento no se podían sellar correctamente cuando no estaba en funcionamiento. Esto se observó en las áreas de almacenamiento en seco y de la máquina de hielo.”</p><p>“En el interior de los refrigeradores y en los estantes se había acumulado suciedad.”</p><p>“Artículos de un solo uso almacenados incorrectamente. Se observaron cubos de hielo sin colocar boca abajo en la barra.”</p><p>“Alimentos almacenados sin tapar. Se observaron varios recipientes de comida sin tapar en la cámara frigorífica.”</p><p>“Paredes sucias con grasa acumulada, restos de comida y polvo. Observado en la zona de lavado de platos.”</p><p>“La solución desinfectante de cloro para paños de limpieza no tenía la concentración mínima adecuada. Se observó un cubo de desinfectante en el bar.”</p><p>“Se observaron recipientes de alimentos sin etiquetar, retirados de sus envases originales. También se observaron recipientes de sal y pan rallado sin etiquetas en la línea de cocción.”</p><p><b>**Barrio Chino Oeste</b></p><p><b>4210 SW 152ND AVENUE</b></p><p><b>WEST KENDALL</b></p><p><b>FECHA DE INSPECCIÓN 14/7</b></p><p><b>Se detectaron 33 infracciones.</b></p><p>“Envase de medicamento almacenado incorrectamente. Observado dentro de una vitrina refrigerada en la zona de atención al cliente.”</p><p>“Después de lavarse las manos, séquelas con una toalla sucia.”</p><p>“Se observó que el alimento cocinado, sometido a control de tiempo y temperatura para garantizar su seguridad, no se enfrió de 135 grados a 70 grados en dos horas. Se observó que el pollo cocido se enfrió a temperatura ambiente durante más de dos horas.”</p><p>“Presenta una lata abollada y oxidada. Se observó una lata abollada de salsa hoisin en un almacén seco.”</p><p>“Bolsas no aptas para uso alimentario que se utilizan en contacto directo con alimentos.”</p><p>“Brócoli sin lavar almacenado sobre salsa en la cámara frigorífica.”</p><p>“Pollo crudo almacenado encima de carne de res cocida en el congelador industrial.”</p><p>“Carne cruda y pollo crudo almacenados encima de camarones cocidos y pollo cocido en la cámara frigorífica. Infracción reiterada”.</p><p>Se emitió una orden de cese de venta para alimentos que requerían control de tiempo y temperatura para garantizar su seguridad debido a un manejo inadecuado de la temperatura. Se observó pollo cocido enfriándose a temperatura ambiente durante más de dos horas, ajo en aceite mantenido a temperatura ambiente durante más de cuatro horas y carne de cerdo cocida en rodajas mantenida a una temperatura superior a la segura en la cámara frigorífica durante toda la noche.</p><p>“Control de tiempo/temperatura para garantizar la seguridad de los alimentos refrigerados a más de 5 grados Celsius (41 grados Fahrenheit). Se observó ajo en aceite a temperatura ambiente y carne de cerdo cocida en rodajas a una temperatura superior a la segura en la cámara frigorífica.”</p><p>“Control de tiempo/temperatura para la seguridad alimentaria, excepto el asado de carne entera, mantenido caliente a menos de 135 grados Fahrenheit. Se observó que la sopa de pollo y los wontons estaban por debajo de las temperaturas requeridas para mantenerse calientes.”</p><p>“El empleado no ha recibido la capacitación adecuada para las tareas que se le han asignado. El empleado no pudo responder preguntas básicas sobre seguridad alimentaria relacionadas con la calibración del termómetro.”</p><p>“El lavamanos no está siempre accesible para los empleados. Se observaron alitas de pollo cocinadas almacenadas frente a un lavamanos y cubos de basura bloqueando otro.”</p><p>“Alimentos listos para consumir, que requieren control de tiempo y temperatura para su seguridad, preparados en el establecimiento y conservados durante más de 24 horas sin la fecha de caducidad debidamente marcada. Se observó carne de cerdo cocida en la cámara frigorífica sin fecha de caducidad.”</p><p>“El fregadero de tres compartimentos es demasiado pequeño para acomodar los utensilios o el equipo. Se observaron ollas demasiado grandes para caber en el fregadero.”</p><p>“El techo no es liso, no es absorbente y se limpia fácilmente en las zonas de preparación de alimentos, almacenamiento de alimentos y lavado de utensilios.”</p><p>“Los alimentos personales de los empleados no estaban debidamente identificados ni separados de los alimentos servidos al público.”</p><p>“Empleado sin redecilla para el cabello mientras preparaba alimentos. Se observó al cocinero preparando alitas de pollo sin redecilla. Infracción reiterada”.</p><p>“El establecimiento anunciaba que no utilizaba glutamato monosódico (GMS) en sus alimentos, pero los inspectores encontraron envases de GMS en la zona de cocción y en el almacén de productos secos.”</p><p>“Esponjas utilizadas en superficies limpias, desinfectadas o en uso que estén en contacto con alimentos.”</p><p>“El suelo del congelador está muy sucio con restos de comida vieja.”</p><p>“Alitas de pollo cocinadas almacenadas frente a un lavamanos, donde estuvieron expuestas a salpicaduras de contaminación.”</p><p>“Salsa de soja almacenada en el suelo.”</p><p>“Cuchillos en uso almacenados entre las piezas de equipo.”</p><p>“Paño húmedo para limpiar debajo de una tabla de cortar.”</p><p>“No se proporciona fregadero para fregar ni zona de limpieza exterior.”</p><p>“Las superficies que no entran en contacto con los alimentos estaban sucias de grasa y restos de comida. Se observó el exterior de la batidora sucio y las juntas del refrigerador sucias.”</p><p>“Los estantes de almacenamiento en el congelador industrial no están diseñados para permitir la limpieza por debajo.”</p><p>“Bolsas de pan de un solo uso reutilizadas para guardar rollitos de primavera.”</p><p>“Capó ​​sucio con grasa acumulada.”</p><p>“Huevos crudos con cáscara, salsas caseras envasadas, brochetas de ternera cruda y carne de cerdo cocida almacenadas en refrigeradores y congeladores sin protección en un área de atención al cliente.”</p><p>“Solución desinfectante de cloro medida a 0 partes por millón.”</p><p>“Los recipientes de sal y azúcar que se usaban no estaban etiquetados con sus nombres comunes.”</p><p><b>**EL GRAN TACO</b></p><p><b>DBA-BIG CRAZY TACO</b></p><p><b>436 N. KROME AVE</b></p><p><b>GRANJA</b></p><p><b>FECHA DE INSPECCIÓN 13/7</b></p><p><b>Se detectaron 35 infracciones.</b></p><p>“El empleado comenzó a manipular alimentos sin lavarse las manos antes de ponerse los guantes. Reincidencia.”</p><p>“El empleado no se lavó las manos antes de ponerse los guantes para comenzar a preparar los alimentos. Reincidencia.”</p><p>“En el refrigerador se almacenaban pollo crudo, carne de res cruda, cerdo crudo y pescado crudo encima de alimentos listos para el consumo.”</p><p>“El pollo crudo, la carne de res cruda y el pescado crudo no estaban debidamente separados entre sí en el refrigerador.”</p><p>Se emitió una orden de cese de venta debido a la adulteración de alimentos. Once bolsas de tilapia envasadas en atmósfera reducida, etiquetadas para permanecer congeladas, fueron descongeladas dentro de su envase. Infracción reiterada.</p><p>Se emitió una orden de cese de venta porque los alimentos no se encontraban en condiciones higiénicas ni seguras. Once bolsas de tilapia envasadas en atmósfera reducida, etiquetadas para permanecer congeladas, se descongelaron dentro de su envase original.</p><p>“La carne cruda se mantenía refrigerada a 46 grados en una mesa de preparación.”</p><p>“La carne de res cocida, el pollo cocido y el cerdo cocido se mantuvieron calientes a una temperatura inferior a 135 grados.”</p><p>“No existen procedimientos escritos que los empleados deban seguir en caso de vómitos o diarrea.”</p><p>“Superficie en contacto con alimentos sucia con restos de comida, moho o una sustancia viscosa. Se observó un abrelatas muy oxidado y sucio.”</p><p>“No se proporcionó ningún termómetro de sonda para medir la temperatura de los alimentos.”</p><p>“No hay pruebas de que los empleados fueran informados de su responsabilidad de notificar las enfermedades relacionadas con las enfermedades transmitidas por los alimentos.”</p><p>“No hay jabón en el lavamanos de la cocina.”</p><p>Los alimentos listos para consumir, preparados en el establecimiento y conservados durante más de 24 horas, no estaban debidamente fechados. Se observaron alitas de pollo y carne de res cocida sin fecha de caducidad. Se tomaron medidas correctivas.</p><p>“Una sustancia negra y verde parecida al moho dentro de la máquina de hielo.”</p><p>Restos de comida y suciedad en las manijas de las puertas del refrigerador y del congelador. Infracción reiterada.</p><p>“Rejillas de ventilación y placas del techo sucias con restos de comida, grasa, polvo o una sustancia similar al moho.”</p><p>“Once bolsas de tilapia envasadas en atmósfera reducida y etiquetadas para permanecer congeladas fueron descongeladas mientras aún estaban en su envase.”</p><p>“Tabla de cortar con marcas de cortes que ya no se podía limpiar.”</p><p>“Empleado preparando comida sin redecilla para el cabello.”</p><p>“Agua estancada en el suelo debajo de la máquina de hielo, el refrigerador de bebidas y detrás de los equipos de cocina y refrigeradores. Infracción reiterada”.</p><p>“El suelo está sucio con restos de comida.”</p><p>“Varias baldosas del suelo están deterioradas en la cocina y cerca de la oficina. Infracción reiterada”.</p><p>“Galones de leche y aceite de cocina almacenados en el suelo.”</p><p>“Acumulación de grasa en paredes y techo debido a un sistema de ventilación de la campana extractora inadecuado.”</p><p>Acumulación de hielo en el interior de un congelador horizontal. Infracción reiterada.</p><p>“Abundante grasa y restos de comida dentro del horno o microondas. Infracción reiterada”.</p><p>“No hay ninguna señal que indique la maniobra de Heimlich ni la situación de asfixia.”</p><p>“No hay termómetro de aire ambiente en las unidades de espera.”</p><p>“Alimentos sucios en el interior y estantes de los refrigeradores. Infracción reiterada”.</p><p>“Estantes refrigerados oxidados con superficies picadas. Infracción reiterada”.</p><p>“Agua estancada o drenaje lento en el lavamanos de la cocina. Infracción reiterada”.</p><p>“Varios recipientes con alimentos almacenados quedaron destapados al alcance de la mano en refrigeradores y congeladores. Infracción reiterada.”</p><p>“La fregona mojada no se guardó para que se secara.”</p><p>“Los paños húmedos no deben guardarse en solución desinfectante entre usos.”</p><p><b>**BOTECO MIAMI</b></p><p><b>916 NE CALLE 79.</b></p><p><b>MIAMI</b></p><p><b>INSPECCIÓN BASADA EN UNA DENUNCIA</b></p><p><b>FECHA DE INSPECCIÓN 7/7</b></p><p><b>Se detectaron 32 infracciones.</b></p><p>“Carne cruda almacenada encima de bolsas de pan abiertas en un cajón refrigerado.”</p><p>“El empleado limpió y preparó alimentos sin cambiarse los guantes entre tareas.”</p><p>“Los pinchos de pollo, los pinchos de ternera y el chorizo ​​de cerdo se mantuvieron refrigerados a una temperatura superior a los 41 grados.”</p><p>“El arroz blanco cocido se mantuvo caliente por debajo de los 135 grados.”</p><p>Falta el interruptor de vacío en el grifo del fregadero. Infracción reiterada.</p><p>“Los alimentos procesados ​​comercialmente y listos para consumir, abiertos hacía más de 24 horas, no estaban debidamente fechados. Se observó un envase de leche en la cámara frigorífica, abierto dos días antes y sin fecha.”</p><p>“Superficies en contacto con alimentos sucias con restos de comida, moho o una sustancia viscosa. Se observó una tabla de cortar roja sucia en la estación de bebidas del bar y platos limpios sucios en el almacén de alimentos secos. Infracción reiterada.”</p><p>“Se ha retirado el lavamanos de la zona de narguiles.”</p><p>“El lavamanos se utiliza para fines distintos al lavado de manos. Se observaron frascos de cerveza almacenados dentro del lavamanos del bar.”</p><p>“No se proporciona ningún kit de análisis químico de cloro.”</p><p>“No hay toallas de papel en el lavamanos del bar.”</p><p>“No hay jabón en el lavamanos del bar.”</p><p>“Óxido superficial no punzante en equipos en contacto con alimentos. Se observó óxido en estantes de almacenamiento en seco. Infracción reiterada.”</p><p>“La formación obligatoria sobre seguridad alimentaria para varios empleados había caducado.”</p><p>“El frasco pulverizador que contenía una sustancia tóxica no estaba etiquetado.”</p><p>“Una sustancia negra y verde parecida al moho dentro de la máquina de hielo.”</p><p>“Los baños no estaban completamente cerrados con puertas que ajustaran herméticamente y se cerraran automáticamente.”</p><p>“Las rejillas de ventilación y las placas del techo situadas encima de la zona de lavado de vajilla estaban sucias con restos de comida, grasa, polvo o una sustancia parecida al moho.”</p><p>“El cubo de hielo limpio no se guardó boca abajo.”</p><p>“Cubitera limpia guardada en el suelo.”</p><p>“Equipo de refrigeración no mantenido en buen estado. Infracción reiterada”.</p><p>“Las juntas del refrigerador estaban rotas. Infracción reiterada.”</p><p>“Agua estancada en el suelo de la barra y en la zona de lavado de vajilla.”</p><p>“Aceite de cocina y bolsas de cebollas almacenadas en el suelo.”</p><p>“Las luces situadas encima de la zona de cocción y el fregadero de tres compartimentos carecían de protectores o cubiertas.”</p><p>“Hay carteles que prohíben lavarse las manos en los lavamanos cerca de los baños.”</p><p>“Superficies que no están en contacto con alimentos sucias de grasa, restos de comida, suciedad, lodo o polvo. Se observaron campanas extractoras, juntas de refrigeradores y ventiladores sucios.”</p><p>“Alcanzar estantes refrigerados con óxido que había corroído la superficie. Infracción reiterada”.</p><p>“Pisos de concreto sin sellar en la línea de cocción y el área de preparación. Infracción reiterada”.</p><p>“Estantes de la cámara frigorífica con óxido que había corroído la superficie. Infracción reiterada”.</p><p>“Paredes sucias con grasa acumulada, restos de comida y polvo.”</p><p>“Los envases de azúcar y aceite de cocina no estaban etiquetados con sus nombres comunes.”</p><p><b>**RESTAURANTE EL TROVADOR #2</b></p><p><b>1657 NE 8TH STREET</b></p><p><b>GRANJA</b></p><p><b>FECHA DE INSPECCIÓN 7/7</b></p><p><b>Se detectaron 32 infracciones.</b></p><p>“El arroz cocido no se enfrió de 135 grados a 41 grados en un plazo de seis horas. Los inspectores encontraron arroz cocido a 52 grados dos días después de su preparación.”</p><p>“El empleado se lavó las manos con agua fría porque no había agua caliente disponible.”</p><p>“En el establecimiento se almacenaban latas de insecticida doméstico en aerosol.”</p><p>“Huevos crudos con cáscara almacenados encima de la mezcla para pupusas en la cámara frigorífica.”</p><p>“Los huevos con cáscara no se mantuvieron a 45 grados o menos.”</p><p>Se ha emitido una orden de cese de venta para el arroz cocido debido a un manejo inadecuado de la temperatura. Los inspectores encontraron arroz cocido a 52 grados dos días después de su preparación.</p><p>“Los filetes crudos, el pollo crudo, los nuggets de pollo, los camarones crudos, los tomates cortados, la carne de cerdo cocida y el queso se mantuvieron refrigerados a más de 41 grados.”</p><p>“El suministro de agua caliente no se mantiene durante los períodos de mayor demanda.”</p><p>“No hay agua caliente corriente en el fregadero de tres compartimentos.”</p><p>“No hay jabón en el lavamanos.”</p><p>“La carne de cerdo cocida lista para consumir, preparada en el establecimiento y conservada durante más de 24 horas, no estaba debidamente fechada.”</p><p>“El lavamanos no proporcionaba agua a una temperatura mínima de 85 grados.”</p><p>“Recipiente sin asa que se usa para servir arroz cocido y salsa verde.”</p><p>“Restos de comida y suciedad en las manijas de las puertas de los equipos.”</p><p>“Se encontró una cucaracha muerta junto al fregadero de tres compartimentos.”</p><p>“Alimentos personales de los empleados almacenados junto con alimentos destinados a los clientes.”</p><p>“Los artículos personales de los empleados se guardan junto a los utensilios para la preparación de alimentos.”</p><p>“Hueco debajo de la puerta trasera exterior. Infracción reiterada”.</p><p>“Los suelos de la cámara frigorífica y del congelador no estaban diseñados para ser fáciles de limpiar.”</p><p>“Comida almacenada en el suelo.”</p><p>“El mango de la pala para hielo se guarda en contacto con el hielo.”</p><p>“Pinzas guardadas en la manija de la puerta de un equipo entre usos.”</p><p>“Paño húmedo para limpiar debajo de una tabla de cortar.”</p><p>“Abundante grasa y restos de comida dentro del horno o microondas.”</p><p>“No hay termómetro de temperatura ambiente en la cámara frigorífica ni en el refrigerador vertical.”</p><p>“No hay agua caliente corriente en el fregadero para fregar.”</p><p>“Superficies que no entran en contacto con alimentos sucias de grasa, restos de comida, suciedad o polvo. Se observaron cubiertas de ventiladores sucias y filtros de campana extractora grasientos.”</p><p>“La tapa del contenedor de basura quedó abierta.”</p><p>“Estantes sucios dentro de la cámara frigorífica.”</p><p>“Alimentos almacenados sin tapar en la cámara frigorífica y el congelador.”</p><p>“La carne de cerdo cruda se descongeló incorrectamente en agua estancada en el fregadero de tres compartimentos.”</p><p>“Los estantes de la cámara frigorífica presentaban óxido y superficies picadas.”</p><p><b>MENCIÓN HONORÍFICA (29 INFRACCIONES)</b></p><p><b>**CHINA EXPRESS</b></p><p><b>UBICADO EN EL SUPERMERCADO KEY FOOD</b></p><p><b>5301 NE 2ND ST.</b></p><p><b>MIAMI</b></p><p><b>FECHA DE INSPECCIÓN 13/7</b></p><p><b>Se detectaron 29 infracciones.</b></p><p>“El empleado no se lavó las manos antes de ponerse los guantes para comenzar a preparar los alimentos.”</p><p>“El empleado se tocó la cara y luego manipuló la comida sin lavarse las manos.”</p><p>Se observaron nueve insectos voladores pequeños vivos, cinco de ellos alrededor del fregadero y cuatro encima del fregadero de tres compartimentos. Infracción reiterada.</p><p>“Huevos crudos con cáscara almacenados encima de mantequilla y verduras.”</p><p>“Pollo crudo almacenado encima de bolsas de plátanos en el congelador.”</p><p>“El arroz frito, las alitas de pollo cocidas y las papas fritas se mantuvieron calientes a una temperatura inferior a 135 grados. Infracción reiterada”.</p><p>“Superficie en contacto con alimentos sucia con restos de comida, moho o una sustancia viscosa. Se observó un abrelatas sucio. Infracción reiterada.”</p><p>“El pollo empanizado cocido listo para consumir, preparado el día anterior, no estaba debidamente fechado.”</p><p>“El frasco pulverizador que contenía una sustancia tóxica no estaba etiquetado.”</p><p>“Recipiente sin asa que se usa para servir arroz.”</p><p>“Restos de comida y suciedad en las manijas de las puertas de los refrigeradores.”</p><p>“El cartón utilizado como alfombra estaba muy sucio.”</p><p>“Las baldosas del techo estaban dañadas y en mal estado.”</p><p>“Las rejillas de ventilación y las placas del techo estaban sucias de polvo, grasa y residuos. Infracción reiterada”.</p><p>“No se exhibió la licencia vigente del hotel y del restaurante.”</p><p>“Bebida de un empleado almacenada en una mesa de preparación de alimentos.”</p><p>“Empleado comiendo en un área de preparación de alimentos.”</p><p>“Cocinero que prepara alimentos sin sujeción para el cabello.”</p><p>“Hueco debajo de la puerta trasera exterior. Infracción reiterada”.</p><p>“Suelos sucios con restos de comida, incluso debajo de las freidoras y las zonas de preparación de alimentos. Infracción reiterada”.</p><p>“Los azulejos del suelo están deteriorados.”</p><p>“Arroz y salsa de soja almacenados en el suelo. Infracción reiterada”.</p><p>“Un agujero en la pared cerca del baño.”</p><p>“Superficies que no entran en contacto con alimentos sucias con grasa, restos de comida y polvo, incluyendo refrigeradores y cortinas divisorias polvorientas. Infracción reiterada”.</p><p>“El interior de los refrigeradores y los estantes están sucios con restos de comida.”</p><p>“Estantes refrigerados oxidados y con superficies picadas. Infracción reiterada.”</p><p>“Pollo congelado descongelado incorrectamente en agua estancada a temperatura ambiente. Infracción reiterada”.</p><p>“Paredes sucias de grasa, restos de comida y polvo, incluso detrás de las freidoras. Infracción reiterada”.</p><p>“El recipiente del arroz no estaba etiquetado con su nombre común.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZASKJFNPOZHY5OMSKYZCDQCEQI.png?auth=1f7bd88d0619ceb00686bf7435a1109f04529303a0871cfa7b597d4239c80d0b&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"/></item><item><title><![CDATA[FAA says Boeing can resume self-certifying its jets as airworthy]]></title><link>https://www.local10.com/business/2026/07/17/faa-will-allow-boeing-to-resume-certifying-its-planes-are-airworthy-after-years-of-safety-efforts/</link><guid isPermaLink="true">https://www.local10.com/business/2026/07/17/faa-will-allow-boeing-to-resume-certifying-its-planes-are-airworthy-after-years-of-safety-efforts/</guid><dc:creator><![CDATA[By JOSH FUNK, Associated Press]]></dc:creator><description><![CDATA[Boeing will be allowed to take responsibility for certifying all of its 737 Max and 787 planes starting next week, the Federal Aviation Administration said Friday.]]></description><pubDate>Fri, 17 Jul 2026 19:47:35 +0000</pubDate><content:encoded><![CDATA[<p>Boeing will be allowed to take responsibility for certifying all of its 737 Max and 787 planes starting next week, the Federal Aviation Administration said Friday.</p><p>The FAA said that after months of review the agency decided that Boeing's final safety checks on its planes are good enough to ensure they are airworthy.</p><p>Since September, Boeing and the agency had been taking weekly turns performing the safety checks that are required before aircraft are cleared for delivery and declared safe to fly. The FAA said Friday that the plane maker and government inspectors were both issuing similar findings as they issued airworthiness certificates.</p><p>Federal regulators took full control over 737 Max approvals in 2019, after the second of two crashes that were later blamed on a new software system Boeing developed for the aircraft. The FAA ended the company’s right to self-certify 787 Dreamliners in 2022, citing ongoing production quality issues.</p><p>“Safety drives everything we do, and this step forward is only possible because we are confident it can be done safely,” FAA Administrator Bryan Bedford said.</p><p>Government inspectors will continue to oversee Boeing’s factories, but Bedford said they will now be able to focus more on finding and addressing potential defects earlier in the manufacturing process. The plane maker said it will continue working to improve safety.</p><p>“Boeing will continue to work under the oversight of the FAA in building safe, high-quality commercial airplanes that comply with all airworthiness certification requirements,” Boeing said in a statement.</p><p>Over the past year the FAA has also been easing the monthly production limits it imposed on Boeing's 737 Max jets after a panel flew off one of those planes operated by Alaska Airlines midflight in January 2024. That limit has gradually increased from 38 per month to reach 47 per month this summer.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/E2STXL4VK4MMFETCJWM36OK7NI.jpg?auth=b6b62ff3731e7f0458241f3bb280258722ff713fe850b78fef5deb88a0b2932e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Boeing employees work on a 737 MAX airplane on the final assembly line at Boeing's plant in Renton, Wash., on June 15, 2022. (Ellen M. Banner/The Seattle Times via AP, Pool, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Ellen M. Banner</media:credit></media:content></item></channel></rss>