<?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, 13 Jun 2026 13:48:15 +0000</lastBuildDate><language>en</language><ttl>1</ttl><sy:updatePeriod>hourly</sy:updatePeriod><sy:updateFrequency>1</sy:updateFrequency><item><title><![CDATA[Hollywood rollover crash sends car into home, narrowly missing sleeping residents]]></title><link>https://www.local10.com/news/local/2026/06/13/hollywood-rollover-crash-sends-car-into-home-narrowly-missing-sleeping-residents/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/13/hollywood-rollover-crash-sends-car-into-home-narrowly-missing-sleeping-residents/</guid><dc:creator><![CDATA[Jolena Esperto, Ryan Mackey]]></dc:creator><description><![CDATA[A rollover crash sent a car into a Hollywood home early Saturday morning, leaving significant property damage but no reported injuries.]]></description><pubDate>Sat, 13 Jun 2026 11:24:05 +0000</pubDate><content:encoded><![CDATA[<p>A rollover crash sent a car into a Hollywood home early Saturday morning, leaving significant property damage. </p><p>The crash occurred around 4:30 a.m. near the 1400 block of Tyler Street, according to Hollywood police. </p><p>A car overturned and came to rest on its roof in the front yard of a home after colliding with another car. The impact sent the vehicle through a fence and into the front of the house, damaging the living room area.</p><p>Police said the occupants of the vehicles and the home were not injured. </p><p>A resident of the home told Local 10’s Jolena Esperto that she and her mother were asleep when the crash occurred.</p><p>“Me and my mom were sleeping and then we heard a super loud bang,” said Eliana, a woman who lives at the home told Esperto. “I immediately knew that perhaps something had hit the house.”</p><p>Eliana said she and her mother went outside and discovered the overturned car against the home.</p><p>“They hit the living room,” she added. “Thank God it wasn’t the bedroom because I was on the other side.”</p><p>Eliana said the crash occurred close to her mother’s bedroom, where the headboard was positioned against the wall nearest the impact.</p><p>Despite the damage, no one inside the home was hurt. The drivers involved in the crash also appeared to have escaped serious injury.</p><p>The damaged car was later removed from the scene by a tow truck. A second vehicle involved in the collision, a white Audi, was also towed away.</p><p>Eliana said she and her mother recently moved into the home and that speeding has been a concern in the neighborhood. She said Hollywood police told her the vehicles may have been traveling at speeds of 80 mph or higher before the crash.</p><p>“There’s like vents over the roof,” she added. “The car literally flew over the house (and) hit the other side. They were definitely going very, very fast for it to do the damage that it did.” </p><p>Authorities have not released details about what led to the collision. The crash remains under investigation.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Lemon Pasta with Asparagus & Peas]]></title><link>https://www.local10.com/soflo-taste/2026/06/13/lemon-pasta-with-asparagus-peas/</link><guid isPermaLink="true">https://www.local10.com/soflo-taste/2026/06/13/lemon-pasta-with-asparagus-peas/</guid><dc:creator><![CDATA[Michelle Bernstein]]></dc:creator><description><![CDATA[Bright Pasta & Veggies]]></description><pubDate>Sat, 13 Jun 2026 13:12:00 +0000</pubDate><content:encoded><![CDATA[<p><u><b>Lemon Pasta with Asparagus &amp; Peas</b></u></p><p>8 ounces dried spaghetti</p><p>1 pound asparagus spears, woody ends trimmed and discarded, stalks cut in thirds</p><p>2 cups fresh peas (if not available, frozen is fine)</p><p>2 garlic cloves, grated on a microplane</p><p>2 tablespoons olive oil</p><p>2 tablespoons butter</p><p>zest and juice of 1 lemon</p><p>salt and black pepper, to taste</p><p>¼ cup chopped Italian parsley leaves</p><p>Bring a large pot of water to a strong boil. Season with salt, then add pasta. Cook according to package directions for “al dente.” Set aside about 1 cup cooking water, then drain pasta.</p><p>Heat a skillet over medium heat with the olive oil. Add the garlic and cook until fragrant (about 2-3 minutes) add the asparagus and peas, lemon juice and zest about ½ cup of the pasta water. As it reduces, add the cooked pasta to the pan, the butter, a little more water if needed and the parsley. Give it a stir and serve.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/7L3PL4M2M5GMLBJKQ36ABB5LOM.jpeg?auth=3cb42b360beb04b7d36b2782c2eb1eda8cf03b7d78ce665b376ce247a4be876f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Sheet Pan Chicken]]></title><link>https://www.local10.com/soflo-taste/2026/06/13/sheet-pan-chicken/</link><guid isPermaLink="true">https://www.local10.com/soflo-taste/2026/06/13/sheet-pan-chicken/</guid><dc:creator><![CDATA[Michelle Bernstein]]></dc:creator><description><![CDATA[One Pan Chicken]]></description><pubDate>Sat, 13 Jun 2026 13:10:00 +0000</pubDate><content:encoded><![CDATA[<p><u><b>Sheet Pan Chicken</b></u></p><p>1 pound fingerling or tiny potatoes, cut in half</p><p>1 pint grape tomatoes cut in half</p><p>1 red onion, thinly sliced</p><p>3 tablespoons extra virgin olive oil</p><p>salt and pepper, to taste</p><p>2 pounds boneless skinless chicken breasts, cut in quarters</p><p>juice of 1 lemon, freshly squeezed</p><p>1 lemon sliced into thin slices, seeds removed</p><p>6 garlic cloves, grated on a microplane </p><p>½ teaspoon red crushed chili flake</p><p>1 teaspoon paprika</p><p>1 teaspoon dried oregano</p><p>1 cup pitted Castelvetrano olives or your favorite olives, pitted</p><p>1 bunch broccolini, woody ends trimmed and discarded</p><p>¼ cup crumbled feta cheese</p><p>¼ cup chopped Italian parsley leaves</p><p>Heat oven to 425˚F.</p><p>In a large bowl, combine the potatoes, HALF of the tomatoes, red onion, and 1 tablespoon olive oil. Season with 1 teaspoon salt and ¼ teaspoon pepper, toss to combine. Place on a rimmed baking sheet that has been lined with parchment paper. Cook for 12 minutes. Remove from the oven.</p><p>Using the same bowl, combine chicken, lemon juice and slices, minced garlic into the bowl, remaining HALF of the tomatoes. Add 1 teaspoon kosher salt, ¼ teaspoon black pepper, chili flake, paprika, oregano, olive oil and olives. Place everything on and around the other ingredients on the baking sheet. Bake for another 25 minutes.</p><p>Remove the pan from the oven and place the broccolini around the sheet pan and top everything with the feta and parsley. Place back in the oven for another 10 minutes or until the chicken is fully cooked.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/XS3QHDHERVAHVIG5KG5XBUZUHQ.jpeg?auth=2916596b72d0df022bd9c9e114fbbddb49bf2c857520dc98e5dd0e9493280ecc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[4 rescued after boat takes on water off Key Biscayne ]]></title><link>https://www.local10.com/news/local/2026/06/13/4-rescued-after-boat-takes-on-water-off-key-biscayne/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/13/4-rescued-after-boat-takes-on-water-off-key-biscayne/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Four people were rescued Friday after their vessel began taking on water about seven miles south of Key Biscayne, according to U.S. Coast Guard officials. ]]></description><pubDate>Sat, 13 Jun 2026 13:08:23 +0000</pubDate><content:encoded><![CDATA[<p>Four people were rescued Friday after their boat began taking on water about seven miles south of Key Biscayne, according to U.S. Coast Guard officials. </p><p>Officials said a crew from the USCG’s Miami Beach station responded to the distress situation and safely rescued all four individuals aboard the boat.</p><p>They said the rescued boaters were transported to a local marina. No injuries have been reported at this time. </p><p>Officials said the operation highlighted the coordination between its personnel and partner agencies involved in the rescue effort.</p><p>Authorities have not said what caused the boat to take on water. </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/E3AAS5HXH5D47MWLI2RTF3OCSQ.jpg?auth=7575c0cc2f2554f56318ec1528c2b7edf5c688c4a083fc1f87c74435c45ab197&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[North Miami man accused of stabbing victim 7 times ]]></title><link>https://www.local10.com/news/local/2026/06/12/north-miami-man-accused-of-stabbing-victim-7-times/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/12/north-miami-man-accused-of-stabbing-victim-7-times/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[A North Miami man is facing an attempted murder charge after police say he stabbed another man multiple times inside a residence, leaving the victim with life-threatening injuries.]]></description><pubDate>Fri, 12 Jun 2026 18:45:08 +0000</pubDate><content:encoded><![CDATA[<p>A North Miami man is facing an attempted murder charge after police say he <a href="https://www.local10.com/news/local/2026/06/11/man-hospitalized-after-being-stabbed-in-north-miami/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/11/man-hospitalized-after-being-stabbed-in-north-miami/">stabbed another man multiple times at his home</a>, leaving the victim with life-threatening injuries.</p><p><a href="https://www.local10.com/espanol/2026/06/12/acusan-a-hombre-de-north-miami-de-apunalar-a-victima-siete-veces/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/12/acusan-a-hombre-de-north-miami-de-apunalar-a-victima-siete-veces/">Leer en español</a></p><p>The suspect arrested in the case was identified by North Miami police on Friday as 53-year-old James Mackenzie. </p><p>According to an arrest report obtained by Local 10, officers responded around 10:45 a.m. Thursday to the 500 block of Northeast 132nd Terrace in reference to a reported stabbing.</p><p>Police said they located Mackenzie with blood on his hands in the backyard near an efficiency at the back of his home. </p><p>Investigators conducted a safety sweep of the home and located the victim who they say was “suffering from multiple stab wounds to the chest.” </p><p>The report states that the victim was seated in a walker used as a wheelchair and was having difficulty breathing and speaking after he was stabbed. </p><p>Police said Miami-Dade Fire Rescue medics transported the victim to HCA Florida Aventura Hospital for treatment. </p><p>Hospital staff later told investigators the victim had been stabbed approximately seven times, with at least one wound piercing his heart, according to the report. Police said the victim, who has not yet been identified, remains in critical condition as of Friday afternoon. </p><p>Investigators said while inside the home, they found large amounts of blood in a bedroom where the victim was discovered. </p><p>They also confirmed that a small folding pocketknife with what appeared to be blood on it was also located inside Mackenzie’s home. </p><p>The report states other residents heard an argument between Mackenzie and the victim but did not witness the stabbing. </p><p>A surveillance camera inside the home captured audio of the victim saying, “I’m bleeding everywhere, please. I need to go to the hospital,” according to the report.</p><p>Police said Mackenzie made several statements that were redacted from the publicly released report before invoking his right to an attorney after being read his Miranda rights.</p><p>Jail records show he is facing one count of second-degree attempted murder.</p><p>As of Friday afternoon, he was being held without bond at the Turner Guilford Knight Correctional Center. He was also ordered by Judge Mindy Glazer to stay away from the victim. </p><p>A motive for the stabbing remains unclear at this time. </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/Q6W7ULFAY5GH5GM7KGNCSZOLKU.jpg?auth=c2b815acbf858c0a209683d96a9a55c3e47a0ce1e2fadb42a8ac9ae245c07b93&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Inside the crowd drawn to Trump's unusual UFC fight night at the White House]]></title><link>https://www.local10.com/news/politics/2026/06/13/inside-the-crowd-drawn-to-trumps-unusual-ufc-fight-night-at-the-white-house/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/13/inside-the-crowd-drawn-to-trumps-unusual-ufc-fight-night-at-the-white-house/</guid><dc:creator><![CDATA[By FATIMA HUSSEIN, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — One by one, the burly mixed martial arts fighters made their entrance past the solemn, hulking marble statue of America's 16th president and jogged down the steps of the Lincoln Memorial to roars from thousands of fans drawn to the unusual sporting weekend marking the nation's 250th anniversary and President Donald Trump's 80th birthday.]]></description><pubDate>Sat, 13 Jun 2026 12:55:22 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — One by one, the burly mixed martial arts fighters made their entrance past the solemn, hulking marble statue of America's 16th president and jogged down the steps of the Lincoln Memorial to roars from thousands of fans drawn to the unusual sporting weekend marking the nation's 250th anniversary and President Donald Trump's 80th birthday.</p><p>The news conference Friday night featured the fighters who are preparing to face off Sunday in the Octagon built outside the White House. But it was also a chance to see the UFC fans who have thronged to Washington and endured lightning, humidity and bugs for the spectacle.</p><p>Tracy Philbeck and his son Levi drove from Charlotte, North Carolina, with a group of friends to support their favorite fighter, American Justin Gaethje, in the upcoming lightweight title bout against Georgian Ilia Topuria.</p><p>"You will hear an eagle screaming when Justin Gaethje wins,” the elder Philbeck chuckled.</p><p>David Halstead journeyed from Albany, in Western Australia, to watch the sport he has loved for a decade. Halstead said Trump, who regularly attends the fights, “put UFC on the map."</p><p>The UFC has said it spent $60 million on this weekend's festivities, and Republican president has billed it as “the greatest show on earth.”</p><p>Not everyone agrees.</p><p>The Public Integrity Project described the event as a “private, commercial, corrupt use of our most sacred national monuments for private gain” in a lawsuit the watchdog group filed to try to stop it from happening on federal land. A federal judge ruled on Friday that the White House was allowed to go ahead.</p><p>Only about 1 in 10 U.S. adults consider themselves mixed martial arts fans, according to Ipsos Sports polling conducted in February and March. That polling suggests MMA fans skew male and nonwhite. They are more likely to identify as Republicans than Democrats.</p><p>“One misconception is that everyone who watches UFC is a Trump supporter, but that’s not the case," said Ricardo Rodriguez, 24, explaining he loves the physicality of the sport. “People also expect a knock out every time," he said.</p><p>Ellie Louizes, who practices Muay Thai, or Thai kickboxing, and jujitsu martial arts, drove from Daytona Beach, Florida, with her boyfriend, Jacob Purvis.</p><p>Female fans of MMA are the minority. But Louizes said she knows a lot of women who get into watching the sport through their male partners. She said “female fighters are often way more aggressive” than the men.</p><p>Fans brushed off the criticism about White House as host</p><p>The fans at the Lincoln Memorial brushed off criticism about the bouts being held at the White House.</p><p>Holding fights at the “People's House,” Tracy Philbeck said, "goes back to the days of Teddy Roosevelt.”</p><p>Roosevelt regularly held sparring sessions at the White House, though they were not formal public prizefights. He was an enthusiastic amateur boxer who had boxed at Harvard and continued the sport throughout much of his life.</p><p>Boxing fans also make up a large part of the UFC's fan base.</p><p>At a UFC-sponsored community event this week at the District of Columbia's Midtown Youth Academy, the boxing gym's executive director was helping out with a visit from UFC fighter Randy Brown, who sparred with more than dozen local teenagers and preteens.</p><p>Gloria Lee said meeting the fighter was a big deal for kids at her gym. “It's just been a thrilling week, and I was about to fall out when he came in the door!” she said.</p><p>Asked about her personal UFC fandom, Lee said she had not watched it much. But by the end of Brown's visit, she got into the ring with the professional fighter and threw some slugs of her own.</p><p>__</p><p>Associated Press writer Linley Sanders contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/E3D4IYQVIUXRM36TG6BODIYQPE.jpg?auth=451cf1c76cc027d61923a88c11284788030c20e0773579cf182b29a6c9608dd1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Audience members cheer and boo during a UFC news conference at the Lincoln Memorial, ahead of Sunday's fight on the South Lawn of the White House, Friday, June 12, 2026, in Washington. (AP Photo/Allison Robbert)]]></media:description><media:credit role="author" scheme="urn:ebu">Allison Robbert</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/Z7ZOQBJB4NRD3QBFPINM6R6JV4.jpg?auth=0fc9e11447672ad46f3173d2d5a2627ffc5389362539a9c21ea444c05ce69214&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Jacob Burvis and Ellie Louizes, from Daytona Beach Fla., pose for a photo at the Lincoln Memorial, Friday, June 12, 2026, in Washington. (AP Photo/Fatima Hussein)]]></media:description><media:credit role="author" scheme="urn:ebu">Fatima Hussein</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/UH4ZPZVRJSQFNLEL5JK5LEP5BU.jpg?auth=b4ea74e836f73d5333dbb6965edb5ae3d7aee82b6ee85cff10cdbf39f631e1fb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Tracy Philbeck and his son, Levi Philbeck, from Charlotte, N.C., pose for a photo at the Lincoln Memorial, Friday, June 12, 2026, in Washington. (AP Photo/Fatima Hussein)]]></media:description><media:credit role="author" scheme="urn:ebu">Fatima Hussein</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/MZVNGCEFSFSHAEYQRISLNES6DI.jpg?auth=e1e9fb5c9ddc8eb1465ac025c05253b309a238cbf184908f4d18b0fd479f29be&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[David Holstead, from Albany, West Australia, poses for a photo at the Lincoln Memorial, Friday, June 12, 2026, in Washington. (AP Photo/Fatima Hussein)]]></media:description><media:credit role="author" scheme="urn:ebu">Fatima Hussein</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WZPKA4KBRQJJZEC2ECWDPPBEJ4.jpg?auth=eb3f92803c7ccc180e0960f788c221fcd9cd18eceb8ef365b16c34c4cb089497&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Midtown Youth Academy Executive Director Gloria Lee spars with UFC fighter Randy Brown at an event Wednesday, June 10, 2026, in Washington. (AP Photo/Fatima Hussein)]]></media:description><media:credit role="author" scheme="urn:ebu">Fatima Hussein</media:credit></media:content></item><item><title><![CDATA[How parents can talk to their kids about vaping as FDA authorizes some flavored e-cigarettes]]></title><link>https://www.local10.com/health/2026/06/13/how-parents-can-talk-to-their-kids-about-vaping-as-fda-authorizes-some-flavored-e-cigarettes/</link><guid isPermaLink="true">https://www.local10.com/health/2026/06/13/how-parents-can-talk-to-their-kids-about-vaping-as-fda-authorizes-some-flavored-e-cigarettes/</guid><dc:creator><![CDATA[By LAURA UNGAR, Associated Press]]></dc:creator><description><![CDATA[Ricky Resendez first tried e-cigarettes in eighth grade. By the time he got to high school, he was vaping daily.]]></description><pubDate>Sat, 13 Jun 2026 12:17:51 +0000</pubDate><content:encoded><![CDATA[<p>Ricky Resendez first tried e-cigarettes in eighth grade. By the time he got to high school, he was vaping daily.</p><p>“It was just kind of normal,” said Ricky, a 17-year-old recent graduate in Superior, Wisconsin. “Kids were vaping in class, in the bathrooms, wherever.”</p><p>Nationally, nearly 6% of middle and high school students — amounting to 1.63 million kids — reported using electronic cigarettes in 2024, federal figures show. Although that’s down from previous years, e-cigarettes remain the most commonly used tobacco products among teens, and nearly 9 out of 10 of kids choose flavored products.</p><p>Some doctors are concerned that youth vaping rates may rise again. The Food and Drug Administration recently announced its first authorization of fruit-flavored vapes intended for adults interested in quitting or cutting back on more harmful traditional cigarettes. The policy shift came after months of appeals to President Donald Trump from the vaping industry. An FDA memo released this week said these fruit-flavored e-cigarettes are not significantly better at helping smokers quit than tobacco-flavored e-cigarettes.</p><p>“I understand the goal of giving adult smokers a less harmful off-ramp, but fruit and sweet flavors are precisely what draw young people in,” said Dr. Scott Hadland at Mass General Brigham for Children and Harvard Medical School. “I worry this could erode the hard-won progress that brought teen vaping to its lowest level in roughly a decade.”</p><p>Experts say there are ways parents can counteract the allure of e-cigarettes, teach kids about the dangers of vaping and help them quit.</p><p>Vaping poses many dangers to kids</p><p>Dr. Devika Rao sees lots of kids with respiratory problems caused by vaping, including coughing, worsening asthma, bronchitis and more severe types of lung disease.</p><p>Studies show teens who vape report higher rates of wheezing, shortness of breath and a reduced ability to tolerate exercise. Gaby Cuadra of Miami, who vaped for nine years starting at age 15, remembers how it hurt her high school track and field performance.</p><p>“As the years kept going on and I would keep vaping, the distances that I used to be able to run, I, like, couldn’t do them anymore,” said Cuandra, 25. “I would run out of breath.”</p><p>While an e-cigarette's aerosol doesn't contain most of the 7,000 chemicals in tobacco smoke, most vapes “emit numerous potentially toxic substances,” according to a comprehensive 2018 consensus report from the National Academies of Sciences, Engineering and Medicine. Researchers said the long-term health effects of e-cigarettes are not yet clear.</p><p>One of the biggest dangers of vaping is nicotine addiction, which can disrupt the developing brain and affect attention, learning and mood.</p><p>“The addiction factor cannot be overstated enough,” said Rao at Children's Health in Dallas. “Adolescent brains are primed for addiction.”</p><p>How to talk to your child about vaping</p><p>Start by asking questions, experts advise. You can raise the issue by, for example, pointing out a new vape shop.</p><p>“Start open-ended conversations,” Rao said.</p><p>Ask what your child knows about vaping and its harms, whether they've seen e-cigarettes and if their friends are using them.</p><p>Even if your kid is already vaping, Rao said, take a deep breath and don’t yell. Be nonjudgmental.</p><p>Consider what your child may see on social media, where some influencers call nicotine a “hack” for stress relief. Some studies show that many people misinterpret the curbing of nicotine withdrawal symptoms as stress or anxiety relief and that quitting reduces stress. A 2025 study in the journal Tobacco Control said vaping may be linked to adverse mental health outcomes and that those who quit “experience fewer urges to vape, reduced anxiety, and stabilized mood.”</p><p>Teens’ decisions are often based on their peers and what’s cool, said Anthony Alberg of the University of South Carolina, a member of the expert committee that produced the National Academies vaping report. Tell your teen they don’t have to succumb to peer pressure and that their friends should want to be friends whether they vape or not.</p><p>Younger children, Alberg said, may be more likely to listen to arguments about health effects, such as comparing vaping to “putting poison in your system.”</p><p>Arming kids with information is better than simply trying to limit access to vapes, experts said, since age restrictions often don’t keep them out of kids’ hands.</p><p>“Most teens get e-cigarettes from friends, older peers or online sellers rather than buying them in a store,” Hadland said.</p><p>A teen’s journey through vaping and quitting</p><p>When Ricky first tried e-cigarettes, he used an older cousin’s vape. Later, an older friend bought e-cigarettes for him and his friends. He particularly liked the flavors blue raspberry, strawberry, watermelon and kiwi.</p><p>In the early days, he thought vaping helped him with his ADHD.</p><p>“What I didn’t realize is that because I was addicted to nicotine, when I didn’t have it, I’d be anxious and really couldn’t focus,” he said. "Instead of being something that helped me, it just made things worse.”</p><p>Vaping also sapped his stamina, made it harder to sleep, worsened his asthma and compromised his performance as a football player and wrestler.</p><p>Eventually, he got into trouble with his school and parents for vaping and selling vapes to others. He began meeting with a school social worker and joined the American Lung Association’s Not On Tobacco program, which helps teens to quit.</p><p>The first couple of weeks were extremely difficult. But eventually, he stopped thinking about vaping as much. He quit for good in 2022.</p><p>Like Ricky, most middle and high school students who vape want to quit, researchers have found.</p><p>Parents can help them by first seeing their doctor, who can connect them with counseling or free text-message quit programs for young people.</p><p>For kids who vape heavily, Hadland said doctors may consider medications like Chantix or nicotine replacement therapy as part of a supervised quitting plan.</p><p>Cuandra quit after giving up e-cigarettes for Lent, assisted by a free program developed by Truth Initiative and Mayo Clinic called EX, which provides text message support, advice and encouragement.</p><p>“The best thing I ever did for myself was quit vaping,” said Cuandra, who has shared her story on social media.</p><p>Since Ricky gave up vaping, he’s also shared what he learned. Usually, he asks his peers what triggers their vaping and how they can avoid those situations, as he did.</p><p>“I tell them, like, ‘I’m not here to judge you,’” he said. “'I’m here to help you.'”</p><p>___</p><p>The Associated Press Health and Science Department receives support from the Howard Hughes Medical Institute’s Science and Educational Media Group and the Robert Wood Johnson Foundation. The AP is solely responsible for all content.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/6X37SJVLTY6APWD226OEH25CVI.jpg?auth=412a1e2ca9d8d720f7ec16c35651209ea28851c590947db1e4bf58d6e8c60a20&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Disposable flavored electronic cigarette devices are displayed for sale at a store in Pinecrest, Fla., June 26, 2023. (AP Photo/Rebecca Blackwell, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Rebecca Blackwell</media:credit></media:content></item><item><title><![CDATA[You can ignore AI giants like SpaceX, but your 401(k) won't]]></title><link>https://www.local10.com/business/2026/06/13/you-can-ignore-ai-giants-like-spacex-but-your-401k-wont/</link><guid isPermaLink="true">https://www.local10.com/business/2026/06/13/you-can-ignore-ai-giants-like-spacex-but-your-401k-wont/</guid><dc:creator><![CDATA[By STAN CHOE, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — While you might want to ignore all the hubbub around SpaceX, Elon Musk and IPOs, your 401(k) likely can't.]]></description><pubDate>Sat, 13 Jun 2026 12:01:41 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — While you might want to ignore all the hubbub around SpaceX, Elon Musk and IPOs, your 401(k) likely can't.</p><p>SpaceX is now worth $2.1 trillion after its stock launched 19.2% higher in its debut on Wall Street. Whether or not you believe it deserves to be worth more than Exxon Mobil, Bank of America and Coca-Cola combined, the collective market does. And if SpaceX maintains that big a value, it will join some high-profile stock indexes.</p><p>Many of these indexes don't care about how realistic a company's growth plans are or who its CEO is. They're simply trying to show how slices of the market, or the whole thing, are performing. And if SpaceX is big enough to meet the qualifications to join those indexes, whether it's in a few weeks or a year, it will gain entry.</p><p>That matters for investors and their 401(k) accounts because they're depending more than ever on funds that simply mimic these indexes. It's a lower-cost way to invest, allowing savers to keep more of their investments. Partly because of that, such index funds have usually proven to be better performers than funds that try to pick and choose individual stocks.</p><p>Just one in five actively managed U.S. stock funds survived and beat their average index peer over the last decade, at 21%, according to Morningstar's data through 2025. Such disparities in performance meant investors had more money invested in U.S. index funds than actively managed ones beginning in 2024, and the gap has only grown since then.</p><p>Here's a look at what's going on:</p><p>What indexes are</p><p>They're things the investment industry has created to answer the question: What is the market doing? It's otherwise tough to answer quickly when the U.S. market has thousands of stocks moving in different directions at any moment.</p><p>The S&P 500 is perhaps the most famous and influential index. It tracks 500 of the biggest U.S. stocks, and trillions of dollars in investments are either directly mimicking it or at least benchmarking themselves against it.</p><p>The Dow Jones Industrial Average is well known because it's been around since the 19th century, but it tracks only 30 big stocks so Wall Street pays it little attention.</p><p>Companies want to be in indexes</p><p>Because index funds are the way so many investors put money into the stock market, companies want to be part of indexes. Stocks can see a big jump in their prices after S&P Dow Jones Indices, Nasdaq, FTSE Russell or other companies announce they'll be joining their indexes.</p><p>The investment industry has created funds, including both traditional mutual funds and exchange-traded funds, to track almost every kind of index. More than 1,000 index funds were available at the end of last year, according to the Investment Company Institute. Of them, 185 tracked the S&P 500.</p><p>SpaceX could soon be in indexes</p><p>Nasdaq changed its rules to allow some huge companies to join its Nasdaq 100 index after just 15 trading days. That's a break from the past, where it would wait until each December to add new members in an annual reconstitution to make sure it includes the 100 largest non-financial companies on the Nasdaq.</p><p>Some popular funds track the Nasdaq 100 index, including the QQQ exchange-traded fund from Invesco that has roughly $477 billion in total investments. That means QQQ holders could soon own shares of SpaceX, without doing anything on their own.</p><p>Other AI giants could as well</p><p>Anthropic and OpenAI are two other huge AI-related companies looking to sell their own stocks soon on a U.S. exchange for the first time. Their IPOs could potentially make each worth close to $1 trillion.</p><p>It used to be that companies would have an IPO long before they got that big. But SpaceX, Anthropic and OpenAI swelled to tremendous sizes thanks to dollars from private investors, including pension funds, companies and rich investors, away from the public market.</p><p>That's forcing the reconsideration for the investment industry about how quickly to add companies to indexes that they say track the biggest companies.</p><p>Not every index is making changes to fast-track big IPOs</p><p>The company behind the S&P 500 is not making changes to allow SpaceX and other “mega” IPOs faster entry into the index. For it, a stock needs to trade on an eligible exchange for at least 12 months before it can join the index.</p><p>Not only that, S&P Dow Jones Indices also requires companies to have made a profit in its most recent quarter and over the sum of its last four quarters.</p><p>SpaceX lost $4.9 billion last year and another $4.3 billion through the first three months of 2026. It acknowledges that it “may not achieve profitability in the future.” Over the long term, a stock’s price tends to track with how much profit the company is making.</p><p>Not everyone is happy about SpaceX's IPO entry to indexes</p><p>Officials from pension funds for firefighters, teachers and other workers in California and New York sent a letter to SpaceX last month decrying its corporate governance, including how much power Musk will hold over the company through his ownership of a special class of stock with more voting power.</p><p>They said they could become owners of SpaceX stock because they hold index funds.</p><p>If Musk is able to control so much of the voting power on the board of directors, it would make him tremendously powerful atop SpaceX, “essentially making him unfireable without his own consent,” the CEO of California Public Employees’ Retirement System, the New York state comptroller and the New York City comptroller wrote in their letter.</p><p>If an investor doesn’t like certain companies in the index</p><p>Index funds track indexes. And if a stock is in an index, the index fund will buy it, even if investors may not like it.</p><p>Tesla has remained in the S&P 500 even though critics called it overvalued for years, for example, and Musk's electric-vehicle company has grown to become one of Wall Street's 10 biggest companies.</p><p>Some indexes say they will not include companies that have poor corporate governance standards or other narrowed criteria, but investors need to look for them.</p><p>The S&P 500 ESG index famously kicked Tesla out in 2022, for example.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/4QEJIVQSI64AGHGRTICHA3LWZ4.jpg?auth=b4dd76f0f112e13370e6438b2c34fa097512cb201dcb6ee148137f7e2d604ddf&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Gwynne Shotwell, President and COO of SpaceX, right, celebrates with colleagues during a bell ringing ceremony for the IPO of SpaceX at the Nasdaq MarketSite in New York, Friday, June 12, 2026, in New York. (AP Photo/Frank Franklin II)]]></media:description><media:credit role="author" scheme="urn:ebu">Frank Franklin II</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/PJFQQZK5QQZ4PN7CMR4FWYEQ4M.jpg?auth=07c9f4f2a2430135276a171945347c9fd9e94519fcab56037733a70365bccdfa&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - SpaceX's Starship rocket lifts off during a test flight from Starbase, Texas, Friday, May 22, 2026. (AP Photo/Eric Gay, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Eric Gay</media:credit></media:content></item><item><title><![CDATA[China opposes US move to list top firms as military companies]]></title><link>https://www.local10.com/business/2026/06/13/china-opposes-us-move-to-list-top-firms-as-military-companies/</link><guid isPermaLink="true">https://www.local10.com/business/2026/06/13/china-opposes-us-move-to-list-top-firms-as-military-companies/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[BEIJING (AP) — China said Saturday it firmly opposed the U.S. adding several prominent Chinese businesses to its list of military companies, and that the move ignored the consensus reached during U.S. President Donald Trump's summit with Chinese leader Xi Jinping last month.]]></description><pubDate>Sat, 13 Jun 2026 12:01:16 +0000</pubDate><content:encoded><![CDATA[<p>BEIJING (AP) — China said Saturday it firmly opposed the U.S. adding several prominent Chinese businesses to its list of military companies, and that the move ignored the consensus reached during U.S. President Donald Trump's summit with Chinese leader Xi Jinping last month.</p><p>The Pentagon on Monday added several non-state-owned Chinese companies, including electric vehicle maker BYD, tech giants Alibaba and Baidu to its list that seeks to identify Chinese companies it deems to have ties to the Chinese military, preventing them from landing U.S. defense contracts.</p><p>By adding these firms to the list, “the U.S. side has ignored the consensus reached during the meeting between the heads of state of the two countries in Beijing,” a Chinese Ministry of Commerce spokesperson said Saturday in a statement.</p><p>The U.S. has “disregarded the overall interests of bilateral economic and trade relations, continuously generalized the concept of national security, and abused state power to unjustifiably suppress Chinese enterprises,” the spokesperson added.</p><p>BYD, Alibaba and Baidu said earlier there’s no basis to include them in the list.</p><p>Trump in mid-May visited Beijing in a much-anticipated summit with Xi. The two leaders agreed to boost economic ties between the countries, including China's purchase of more U.S. agricultural products and Boeing jets, and the setting up separate boards of trade and investment.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/2G5KIXIGCIFT7W2BEXR4UPZ7MQ.jpg?auth=ce92e755160c985228939203d68272db41f1e3449b759a7e91f5b40f75b6156f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Models stand next to a latest EV car from Chinese automaker BYD showcased at the Auto China 2026, in Beijing, April 25, 2026. (AP Photo/Andy Wong, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Andy Wong</media:credit></media:content></item><item><title><![CDATA[Boy, 5, struck by car in Lauderhill suffers minor injuries, cops say]]></title><link>https://www.local10.com/news/local/2026/06/13/boy-5-struck-by-car-in-lauderhill-suffers-minor-injuries-cops-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/13/boy-5-struck-by-car-in-lauderhill-suffers-minor-injuries-cops-say/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[A 5-year-old boy was taken to a hospital with minor injuries after being struck by a sedan in Lauderhill on Friday, police confirme]]></description><pubDate>Sat, 13 Jun 2026 11:50:08 +0000</pubDate><content:encoded><![CDATA[<p>A 5-year-old boy was taken to a hospital with minor injuries after being struck by a driver in a sedan in Lauderhill on Friday night, police confirmed. </p><p>According to Lauderhill Police Sgt. Parys Thomas, officers responded to the crash and found the boy had been hit by a vehicle. </p><p>Police said the boy was transported to a hospital for treatment of minor injuries.</p><p>They said the driver remained at the scene and the boy’s parents were present at the time of the incident.</p><p>Thomas said the case is being investigated as a “regular traffic accident” and that there are no indications of any criminal wrongdoing.</p><p>No additional details about the circumstances of the crash were immediately available.</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[Emboldened Senate Democrats block even bipartisan bills in hardball approach to counter Trump]]></title><link>https://www.local10.com/news/politics/2026/06/13/emboldened-senate-democrats-block-even-bipartisan-bills-in-hardball-approach-to-counter-trump/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/13/emboldened-senate-democrats-block-even-bipartisan-bills-in-hardball-approach-to-counter-trump/</guid><dc:creator><![CDATA[By MARY CLARE JALONICK, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — Senate Democrats’ decision to let a key surveillance authority lapse comes as they are increasingly emboldened in their legislative fights against President Donald Trump, blocking even traditionally bipartisan bills as they push back against his policies and personnel.]]></description><pubDate>Sat, 13 Jun 2026 11:39:50 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Senate Democrats’ decision to let a key surveillance authority lapse comes as they are increasingly emboldened in their legislative fights against President Donald Trump, blocking even traditionally bipartisan bills as they push back against his policies and personnel.</p><p>The posture is an escalation from a year ago, when Senate Democratic Leader Chuck Schumer was widely criticized within his party for a spring vote with Republicans to keep the government open. Since then, Democrats have forced government shutdowns, slowed Trump’s nominations and now blocked the bipartisan intelligence law as they seek leverage in a Republican-led Congress.</p><p>The risky strategy has consequences when government programs go dark, and Democrats have little to show for it so far in terms of policy victories. Republicans say it is a grave threat to national security to let the surveillance law, which aims to prevent terrorist attacks, expire just as millions of people are entering the United States for World Cup games and as celebrations for the nation’s 250th anniversary get underway.</p><p>But the hardball approach has helped unite Democrats inside and outside of the Capitol as they say they have no other choice — and that the blame should fall on Trump for how he is governing.</p><p>“I don’t deny that this is dangerous,” Virginia Sen. Mark Warner, the top Democrat on the Senate Intelligence Committee, said Thursday about Democrats allowing the Foreign Intelligence Surveillance Act to expire starting Saturday. “But this didn’t have to happen.”</p><p>Democrats’ growing confidence also comes at a time when Republicans are often sparring with Trump, who has made clear he has little interest in compromise with lawmakers in either party. Democrats are blocking renewal of the law, known as FISA, in protest of Trump’s appointment of federal housing regulator and loyalist Bill Pulte to temporarily lead the nation’s intelligence agencies. The choice also rankled Republicans, who said Pulte lacks the required experience for the job.</p><p>Lawmakers in both parties urged Trump all week to pull the appointment, and on Thursday he nominated a permanent replacement for the job just after lawmakers left Washington for the weekend. But the Senate confirmation process will take time, and Trump has not budged on Pulte’s appointment as an interim director.</p><p>With no change, Democrats “are going to use every tool we have to fight back,” said Schumer, D-N.Y.</p><p>The standoff over FISA has won Senate Democrats some respect with base voters revolted a year ago. Schumer and the caucus have “shifted to more of a fight posture,” says Joel Payne, a Democratic strategist who served as an aide to former Senate Majority Leader Harry Reid, D-Nev.</p><p>Republicans say blocking FISA is a dangerous strategy</p><p>Senate Majority Leader John Thune, R-S.D., said Democrats have been playing “fast and loose” with national security for the past year. He pointed to the 43-day government shutdown last fall and a monthslong delay in funding for Trump’s immigration enforcement operations.</p><p>“How did we get to the point where one party has completely abdicated any responsibility for our nation’s security?” Thune asked.</p><p>Democrats argue that Pulte, with little national security background, is a greater threat. They note that as a federal housing regulator, he has pushed for investigations of high-profile political figures whom Trump considers political foes.</p><p>“It’s not a close call,” Sen. Chris Murphy, D-Conn. “We cannot extend these capabilities if the president is making clear that he’s going to use them not to protect the nation, but to protect himself politically.”</p><p>Democrats fight for more leverage</p><p>Strategist Payne says he believes Democrats have gained a bit of leverage since the shutdown in the fall.</p><p>Democrats did not get the extension in health care subsidies they demanded because a small group of moderate Democrats voted with Republicans to end the impasse. They did not achieve the changes to U.S. Immigration and Customs Enforcement and Border Patrol that they sought when they delayed passage of funding for those agencies for months. But the White House did agree to negotiate, even if those talks ultimately failed.</p><p>Democrats also have grown more unified. While moderates ended the fall shutdown, the party stayed together in blocking the immigration funding and the surveillance authority.</p><p>“They’ve showed Republicans they are not going to fold,” Payne said.</p><p>Still, it may not be enough for some in the party base or to win Democrats a majority in November's midterm elections.</p><p>Andrew O’Neill, national advocacy director for the Democratic resistance group Indivisible, said he was concerned to see some Democrats praise Jay Clayton, Trump’s permanent pick for the intelligence job.</p><p>Republicans are rushing to confirm Clayton, the U.S. attorney for the Southern District of New York and a former Securities and Exchange Commission chairman, before Tulsi Gabbard leaves the job and Pulte takes over as interim director on June 19.</p><p>It is unclear, so far, if Democrats will support Clayton or allow Republicans to speed up the process and confirm him quickly.</p><p>O’Neill said he is glad Democrats blocked FISA over Pulte’s appointment, but activists are wary.</p><p>“It’s a mixed bag,” O’Neill said of the past year. “The frustration is it took so long.”</p><p>Republicans navigate Democrats and Trump</p><p>Caught in the middle are Senate Republicans, who had to spend months to fund border enforcement agencies and are now navigating the dispute over FISA, even after lawmakers reached a bipartisan compromise.</p><p>Republicans are also trying to work with Trump, who derailed the intelligence legislation when he announced Pulte’s appointment as senators were on the verge of passing that deal.</p><p>Trump has weakened Republicans' position — and his own support in the Senate — by backing primary challenges to incumbent senators. Republican Sens. John Cornyn of Texas and Bill Cassidy of Louisiana both lost in primaries to Trump-backed opponents last month and have joined Democrats in criticizing Pulte.</p><p>Senate Democrats say hope their strategy gives them enough leverage to win more Republican allies.</p><p>Being in the minority is “a difficult dynamic for us,” said Sen. Peter Welch, D-Vt. “But I’m seeing the Republicans start to move a little bit.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZOWTEXH3ZV7LKRODJRWCJGXFDI.jpg?auth=39493381982cdaffa55a5dc29e453bd40cd0c40243b6f39ab4f964287c619818&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Sen. Mark Warner, D-Va., the vice chair of the Senate Intelligence Committee, speaks to reporters about FISA, the law that allows the U.S. to gather intelligence abroad, at the Capitol in Washington, Thursday, June 11, 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/UYGCY7KV5SIX2N63OVDRMFTNLQ.jpg?auth=50ed4ed604030bf73e8ba4a6e53df22012020ab745b09933affe4dde5e7ffdb6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Senate Minority Leader Chuck Schumer, D-N.Y., talks to reporters about Democratic efforts to push back on President Donald Trump's policies, at the Capitol in Washington, Tuesday, June 2, 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/7M3ZJ6RCXUFDCZSB476IKTSRLY.jpg?auth=baf21a683a28e5c207b10df7c330e7b4110fe41dfee15cd9e005096327f2f7de&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump speaks during an event to sign a proclamation about the fishing industry, in the Oval Office of the White House, Thursday, June 11, 2026, in Washington. (AP Photo/Jacquelyn Martin)]]></media:description><media:credit role="author" scheme="urn:ebu">Jacquelyn Martin</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/P5KMWBJ4CY56VVIYKBBFVUC26U.jpg?auth=5e102a0c54d5c1a6e6dbe9d5c0d4fbbe4f470651dbe74c45a5a0aa29735a1fb7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Director of the Federal Housing Finance Agency Bill Pulte walks outside the White House, Sept. 2, 2025, in Washington. (AP Photo/Mark Schiefelbein, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark Schiefelbein</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/P44FLMIP3BTO3SQRBWN4ELDR3A.jpg?auth=dabd135bca936b02338cfaf063dcb951b7b7b36ae1ec1a5e9341902434b78619&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Senate Majority Leader John Thune, R-S.D., meets with reporters on Capitol Hill in Washington, Tuesday, June 9, 2026. (AP Photo/J. Scott Applewhite)]]></media:description><media:credit role="author" scheme="urn:ebu">J. Scott Applewhite</media:credit></media:content></item><item><title><![CDATA[Ukrainian drone strike kills 1 in southern Russia and triggers fire at sea terminal]]></title><link>https://www.local10.com/news/world/2026/06/13/ukrainian-drone-strike-kills-1-in-southern-russia-and-triggers-fire-at-sea-terminal/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/13/ukrainian-drone-strike-kills-1-in-southern-russia-and-triggers-fire-at-sea-terminal/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[KYIV, Ukraine (AP) — A Ukrainian drone attack killed one person and injured three in Russia’s southern Krasnodar region, local officials said Saturday, as part of Kyiv's campaign of strikes on military and energy targets deep inside Russia.]]></description><pubDate>Sat, 13 Jun 2026 11:39:01 +0000</pubDate><content:encoded><![CDATA[<p>KYIV, Ukraine (AP) — A Ukrainian drone attack killed one person and injured three in Russia’s southern Krasnodar region, local officials said Saturday, as part of Kyiv's campaign of strikes on military and energy targets deep inside Russia.</p><p>Drone debris sparked a fire at a sea terminal, local Gov. Veniamin Kondratyev said. He did not give details, but Russian news outlets reported that a Black Sea export terminal transporting terminal crude oil, petroleum products and liquefied gas in the village of Volna was damaged.</p><p>Ukraine’s General Staff did not comment on the Krasnodar strike Saturday, but said that its forces had hit an oil preparation and pumping station overnight in Russia’s Volgograd region, as well as Russian-occupied areas in Ukraine's Donetsk and Zaporizhzhia regions.</p><p>The attack comes after Ukrainian President Volodymyr Zelenskyy said his country’s forces had struck several military and energy infrastructure sites deep inside Russia, including a military factory that he said supplied components for Russian drones and missiles.</p><p>He said Wednesday that Ukrainian FP-5 Flamingo long-range missiles had hit the facility in Cheboksary, in the Chuvashiya region, more than 900 kilometers (560 miles) from the front line.</p><p>More than four years since the start of Russia's full scale invasion of Ukraine, the more than 1,000-kilometer (620-mile) front line has remained largely static as swarms of drones hinder advances. As a result, both sides have increasingly relied on long-range strikes.</p><p>Last week, Russian President Vladimir Putin vowed to strengthen air defenses after Ukrainian attacks set ablaze an oil terminal in St. Petersburg and also hit a nearby naval base, casting a cloud over a showcase economic forum in his hometown.</p><p>Elsewhere, Russian attacks injured nine people in Ukraine's Dnipropetrovsk region, setting fire to a local marketplace, regional authorities said.</p><p>Russia attacked three districts of the region more than 20 times with drones and aerial bombs, according to regional head Oleksandr Hanzha in a Telegram post on Saturday. Six were hospitalized including a man in critical condition, he added.</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/S2YL52MMYRQEKAO3ZAJUI3W74Y.jpg?auth=e0e64b1b74fc22f6cbeaeaf0d04dfbff66e8dd562998a021cfa7508b33783436&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this photo provided by Ukraine's 65th Mechanized Brigade press service, a soldier practices military skills at a training ground near the frontline in the Zaporizhzhia region, Ukraine, Thursday, June 11, 2026. (Andriy Andriyenko/Ukraine's 65th Mechanized Brigade via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Andriy Andriyenko</media:credit></media:content></item><item><title><![CDATA[Some people are making guns with 3D printers. A new law seeks to cancel their print jobs]]></title><link>https://www.local10.com/tech/2026/06/13/some-people-are-making-guns-with-3d-printers-a-new-law-seeks-to-cancel-their-print-jobs/</link><guid isPermaLink="true">https://www.local10.com/tech/2026/06/13/some-people-are-making-guns-with-3d-printers-a-new-law-seeks-to-cancel-their-print-jobs/</guid><dc:creator><![CDATA[By DAVID A. LIEB, Associated Press]]></dc:creator><description><![CDATA[A first-of-its-kind law in New York could force 3D printers sold for homes and business to come equipped with technology blocking them from making guns.]]></description><pubDate>Sat, 13 Jun 2026 11:33:27 +0000</pubDate><content:encoded><![CDATA[<p>A first-of-its-kind law in New York could force 3D printers sold for homes and business to come equipped with technology blocking them from making guns.</p><p>The new requirement, also under consideration in California, attempts to thwart the latest technique for producing untraceable “ghost guns” that have turned up in crimes. But there are questions about whether the technology can work and concerns about its affect on personal privacy and constitutional rights.</p><p>About one-third of U.S. states already have taken steps to ban or regulate build-it-yourself firearms that lack serial numbers and evade the background checks required to purchase guns from federally licensed dealers. What makes the new effort unique is that it targets the equipment used to produce the firearms, not the people who make them.</p><p>The blocking technology being pushed in two of the nation's most populous states has the potential to set industry standards for 3D printers. It also could serve as a model for other Democratic-led states wanting to add to their gun regulations, which often already ban certain semiautomatic weapons and allow firearms to be temporarily confiscated from people deemed to pose a threat to themselves or others.</p><p>More privately made guns are being used in crimes</p><p>Three-dimensional printers have become increasingly common over the past couple of decades.</p><p>Since 2012, the number of 3D printers worldwide has grown from an estimated 30,000 to over 3 million while the industry's value has multiplied from around $2 billion to $26 billion annually, said Bill Decker, executive chairman of the Association of 3D Printing. Though high-end printers cost thousands of dollars, some 3D printers now can be bought for as little as several hundred dollars.</p><p>The devices can make toys, prosthetic limbs and even airplane parts. They also can make firearms — or the pieces necessary to assemble them — using digital designs available online. Homemade guns that lack serial numbers often are called “ghost guns," because they are hard for law enforcement officers to trace.</p><p>Firearms made with 3D printers are increasingly being used in crimes, according to a U.S. Department of Justice report released last year. The number of privately made guns recovered in crimes and submitted to federal authorities rose from about 1,600 in 2017 to nearly 27,500 in 2023, though the report didn't specify how many came from 3D printers.</p><p>In a high-profile New York case, police say a 3D-printed gun likely was used to kill UnitedHealthcare’s CEO in 2024.</p><p>How 3D printers could refuse to make gun parts</p><p>A New York law signed last month and a bill in the California Legislature both would direct panels of experts to come up with standards for firearm blueprint detection algorithms. The technology would analyze every design submitted for 3D printing, compare it to a digital library of firearm parts, and reject those that are similar.</p><p>Though the study process would start now, the mandate that 3D printers come equipped with firearm blocking technology wouldn't begin until 2029 — or later, in New York's case, if the study group determines it's not yet feasible.</p><p>The concept is a bit like a smartphone app that identifies trees or flowers from an uploaded photo, said Solomon Diamond, an associate engineering professor at Dartmouth College who was among several experts at a recent online seminar about the legislation.</p><p>For 3D printers, one possible method could use a geometric analysis of shapes, dimensions and other structural features to reject print projects that closely resemble firearm parts.</p><p>"Geometric search is mature, it’s deployed, it is ready to be applied to this problem,” said Julian Chultarsky, a technical account manager at Physna, a Columbus, Ohio-based company that develops such technology.</p><p>Could 3D printers block both too little and too much?</p><p>The Association of 3D Printing supports the legislation in New York and California, but “it's not going to work,” Decker said. "It’s more of a political statement than anything else.”</p><p>Criminals still will come up with ways to make guns from 3D printers, either by altering their designs or taking their printing projects elsewhere, Decker said.</p><p>The more aggressive the technology becomes, the more likely that it also blocks unintended items, said Rory Mir, director of open access and technology community engagement at the Electronic Frontier Foundation, a nonprofit digital rights group. Some harmless pipes might look like gun parts, or an S-shaped wall hanger might resemble an auto sear trigger used to modify a semiautomatic weapon into a machine gun.</p><p>“These sort of censorship algorithms don’t work, and they wind up capturing and blocking a lot of lawful speech," Mir said.</p><p>If print instructions are submitted for a cloud-based artificial intelligence search, it also risks the privacy of people's artistic and proprietary creations, Mir said.</p><p>Does the right to bear arms extend to making them?</p><p>Gun safety advocates say 3D printers have created a new pathway for people who cannot legally purchase firearms — like children or convicted felons — to nonetheless obtain them. Eleven states already generally prohibit 3D-printed guns, and six additional states require them to receive serial numbers, according to Everytown for Gun Safety.</p><p>Blocking the actual 3D printing of firearms could make it harder for people to ignore such laws.</p><p>“3D printing really is the new frontier of the fight against ghost guns,” said Samuel Levy, director of policy advocacy at Everytown for Gun Safety.</p><p>The National Rifle Association might partly agree with that assertion, though it disagrees with the policy.</p><p>“Despite desperate fear-mongering campaigns, homemade firearms are nothing new — they are a proud, time-honored American tradition dating back to the founding of our Republic," John Commerford, executive director of the NRA Institute for Legislative Action, said in a statement. He added that "these measures only restrict responsible Americans — who do follow the law — from participating in constitutionally protected activities.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/NIMT2BZBVDNHPPJHEMH34JDBII.jpg?auth=da4d2e8df2d27d2539c407117f278adda02d02cb4d535afba701fad7309160f0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A handgun frame that has been printed on a 3D printer is held for a photograph at the Bureau of Alcohol, Tobacco, Firearms, and Explosives (ATF), National Services Center, 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><media:content url="https://www.local10.com/resizer/v2/3ZD2Q472OZFZXOJCXUL4X4HOLA.jpg?auth=4f8fdf22bc59f23348c15263c8fc7b404d70eb73d2ce32d55008f4244d792059&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Ghost guns, provided by the New York City Police Department, are displayed in the Manhattan District Attorney's office, in New York, Oct. 15, 2025. (AP Photo/Richard Drew, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Richard Drew</media:credit></media:content></item><item><title><![CDATA[Margate police seek senior reported missing, endangered]]></title><link>https://www.local10.com/news/local/2026/06/13/margate-police-seek-senior-reported-missing-endangered/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/13/margate-police-seek-senior-reported-missing-endangered/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[The Margate Police Department asked for the public’s help Saturday in locating an elderly woman reported missing and endangered. ]]></description><pubDate>Sat, 13 Jun 2026 11:23:41 +0000</pubDate><content:encoded><![CDATA[<p>The Margate Police Department asked for the public’s help Saturday in locating an elderly woman reported missing and endangered. </p><p>Police said Inara Reina, 78, was last seen around 8:30 a.m. Friday at a home in the 7600 block of Northwest 18th Street in Margate.</p><p>Reina is described as 5 feet 6 inches tall, weighing about 110 pounds, with white hair. Police said she was last seen wearing a white shirt and pink leggings.</p><p>According to investigators, Reina may be driving a silver Volkswagen Tiguan with Florida tag HZJR86.</p><p>Authorities said Reina meets the criteria for a missing, endangered adult.</p><p>Anyone with information about her whereabouts is urged to contact the Margate Police Department at 954-972-7111.</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[What we know about a possible deal to end the Iran war]]></title><link>https://www.local10.com/news/world/2026/06/13/what-we-know-about-a-possible-deal-to-end-the-iran-war/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/13/what-we-know-about-a-possible-deal-to-end-the-iran-war/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[TEL AVIV, Israel (AP) — The United States and Iran appear close to a deal to end the war and open the Strait of Hormuz.]]></description><pubDate>Sat, 13 Jun 2026 12:13:43 +0000</pubDate><content:encoded><![CDATA[<p>TEL AVIV, Israel (AP) — The United States and Iran appear close to a deal to end the war and open the Strait of Hormuz.</p><p>Pakistan’s Prime Minister Shehbaz Sharif said Saturday that a deal aimed at ending the war in the Middle East is closer than “ever before” and expected to be finalized within 24 hours. Pakistan is preparing for the electronic signing of the agreement, followed immediately by technical-level talks next week.</p><p>Previous declarations of an imminent breakthrough failed to materialize.</p><p>The apparent breakthrough in negotiations comes after Iran exchanged fire with the U.S. and Israel over three days this week, threatening to push the region into a full-scale war. U.S. Central Command late Friday said in a social media post that it intercepted several Iranian attack drones that were targeting commercial ships in the Strait of Hormuz.</p><p>The war launched by the U.S. and Israel on Feb. 28 has rattled the Middle East and virtually shut down oil and natural gas shipments from the Persian Gulf. A fragile ceasefire has been in place since April 7.</p><p>Here's what to know:</p><p>Iran's nuclear program terms to be finalized within 60 days of the agreement.</p><p>Iranian Foreign Minister Abbas Araghchi said Friday the terms of dealing with Iran’s nuclear program would be finalized in the 60 days after the initial agreement is signed and that the parties could decide to extend that period.</p><p>Iran’s nuclear program has been a key point of division. The U.S. and Israel fear it could lead to an atomic weapon — a main reason their leaders cited for going to war. Tehran has insisted its nuclear efforts are for peaceful purposes.</p><p>A senior U.S. administration official, who briefed reporters on condition of anonymity under ground rules set by the White House, said Friday that the emerging agreement would begin the process of destroying or removing Tehran’s highly enriched uranium.</p><p>The official said the 60-day period after both sides sign the deal would be used to work out technical details for removing Iran’s enriched uranium. The official did not detail who the U.S. envisions taking charge of removing the uranium, believed to be entombed under three nuclear sites that were battered by American strikes last year.</p><p>The deal will include conditions to reopen the Strait of Hormuz, official says</p><p>The U.S. official said the emerging agreement includes provisions for reopening the strait.</p><p>Araghchi said Iran wants a deal that allows Tehran to charge ships “for services rendered” when they transit the Strait of Hormuz. Iran has imposed a toll system during the war, which the U.S. and other nations say violates international law.</p><p>Transit through the Strait of Hormuz, a vital shipping lane for oil and natural gas, has been disrupted and crimped global energy supplies, driven up fuel prices and made food and other basics more expensive well beyond the region.</p><p>The agreement is set to include Iranian sanctions relief</p><p>Three regional officials said the emerging deal is also expected to include the phased lifting of sanctions on Iran and the release of frozen Iranian assets. The officials spoke on condition of anonymity because of the sensitivity of the negotiations.</p><p>They said they expect a signing ceremony for the agreement in the coming days after officials in Washington and Tehran approve it.</p><p>What will happen to Lebanon remains unclear</p><p>Iran has insisted throughout that any deal must also include a ceasefire in Lebanon, where Israel has been fighting Hezbollah, Iran’s proxy militia.</p><p>Israeli Defense Minister Israel Katz warned Friday that Israel could still act independently toward Iran and that the country would not pull out of the zones it is occupying in Lebanon, Syria and Gaza, nor would it withdraw from the northern refugee camps of the Israeli-occupied West Bank.</p><p>Fighting continued in southern Lebanon on Saturday.</p><p>—</p><p>Associated Press writers Munir Ahmed in Islamabad, Michelle L. Price and Aamer Madhani in Washington and Russ Bynum in Savannah, Georgia contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/W53AMZ7BFNSQ6QMWUXDGFRWLKM.jpg?auth=d2b27adf2caf8ebaa9b46e1a5db7145f294c556eecf125f10b65f71e82fa84c5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A woman walks past an anti-American mural on the wall of the former U.S. Embassy, now a museum, in Tehran, Iran, Friday, June 12, 2026. (AP Photo/Vahid Salemi)]]></media:description><media:credit role="author" scheme="urn:ebu">Vahid Salemi</media:credit></media:content></item><item><title><![CDATA[Lebanese army withdraws from southern village after Israeli troops advance nearby]]></title><link>https://www.local10.com/news/world/2026/06/13/lebanese-army-withdraws-from-southern-village-after-israeli-troops-advance-nearby/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/13/lebanese-army-withdraws-from-southern-village-after-israeli-troops-advance-nearby/</guid><dc:creator><![CDATA[By BASSEM MROUE, Associated Press]]></dc:creator><description><![CDATA[BEIRUT (AP) — The Lebanese army on Saturday withdrew its troops from a base in a southern Lebanese village after Israeli troops advanced in an area nearby, a military official said.]]></description><pubDate>Sat, 13 Jun 2026 11:07:58 +0000</pubDate><content:encoded><![CDATA[<p>BEIRUT (AP) — The Lebanese army on Saturday withdrew its troops from a base in a southern Lebanese village after Israeli troops advanced in an area nearby, a military official said.</p><p>The departure from the army barracks in Kfar Tebnit came as the Israeli military issued an evacuation warning for about 20 locations, including the southern city of Nabatiyeh and nearby villages.</p><p>Lebanon’s state-run National News Agency reported airstrikes on Saturday on different villages near Nabatiyeh, including one that killed two people in Deir al-Zahrani. It added that Nabatiyeh was subjected to artillery shelling on Saturday.</p><p>A senior Lebanese military official told The Associated Press that the Lebanese army moved its forces from the Kfar Tebnit barracks following an incursion by Israeli forces into the area. The official, who did not elaborate, spoke on condition of anonymity in line with regulations.</p><p>Israeli troops were likely trying to capture the strategic Ali Taher hill on the edge of Kfar Tebnit that overlooks large parts of Nabatiyeh and some of the roads that link the city with nearby villages.</p><p>Israeli troops held the Ali Taher hill for 18 years until they withdrew from Lebanon in May 2000.</p><p>In late May, Israeli troops captured a nearby strategic mountain topped with the Crusader-built Beaufort Castle in the deepest incursion into the country since 2000.</p><p>The push on the edge of Kfar Tebnit came a day after Pakistan’s prime minister said that the United States and Iran have agreed to wording of an agreement aimed at ending their war in the Middle East and that mediators are working with both sides to finalize a deal.</p><p>Iranian Foreign Minister Abbas Araghchi told Iranian state TV on Friday that both sides were working toward signing an initial agreement declaring an end to the war “on all fronts, including Lebanon.”</p><p>Senior Hezbollah official Hussein Haj Hassan told Al Jazeera TV that they have been informed by Iranian officials that Lebanon will be part of a future ceasefire deal between the U.S. and Iran.</p><p>Iran is Hezbollah’s main backer, supplying the group with different types of weapons over the past four decades as well as billions of dollars.</p><p>Attacks by Israel and Hezbollah have continued despite a ceasefire that went into effect on April 17 and was renewed several times but remains a ceasefire in name only.</p><p>Israel continues to occupy large swaths of southern Lebanon while battling Hezbollah fighters, causing civilian casualties and damage to infrastructure. Hezbollah, which is not part of the ceasefire agreement between Israel and Lebanon, has launched frequent rocket and drone attacks.</p><p>The latest Israel-Hezbollah war began on March 2, when Hezbollah fired rockets into northern Israel two days after the U.S. and Israel began their attacks on Iran.</p><p>More than 3,700 people have been killed in Lebanon in the latest fighting, according to the Lebanese Health Ministry. Also, 30 Israeli soldiers and a defense contractor have been killed in or near southern Lebanon, and two civilians have been killed in northern Israel, according to Israeli Prime Minister Benjamin Netanyahu’s office.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/YAHN5OUBQPYBNLQMAZ575SL5AU.jpg?auth=acb45d43e49494c75d02225f1283c5291b2f9c8f0559a7f65b97d440ec582faf&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A car lies amidst debris following an Israeli airstrike in the southern port city of Tyre, Friday, June 12, 2026. (AP Photo/Mohammed Zaatari)]]></media:description><media:credit role="author" scheme="urn:ebu">Mohammed Zaatari</media:credit></media:content></item><item><title><![CDATA[Homestead police search for missing, possibly endangered 16-year-old girl with bipolar disorder ]]></title><link>https://www.local10.com/news/local/2026/06/13/homestead-police-search-for-missing-possibly-endangered-16-year-old-girl-with-bipolar-disorder/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/13/homestead-police-search-for-missing-possibly-endangered-16-year-old-girl-with-bipolar-disorder/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Police asked for the public’s Saturday help in locating a missing and possibly endangered 16-year-old girl who they say was last seen Thursday morning in Homestead.]]></description><pubDate>Sat, 13 Jun 2026 10:26:14 +0000</pubDate><content:encoded><![CDATA[<p>Police asked for the public’s Saturday help in locating a missing and possibly endangered 16-year-old girl who they say was last seen Thursday morning in Homestead.</p><p>According to the Homestead Police Department, Normayia Mayfield was last seen around 8 a.m. Thursday in the 500 block of Southwest Sixth Street.</p><p>Police said Normayia is 5 feet, 6 inches tall, has black and blonde short hair, brown eyes, and no tattoos or scars. </p><p>They said Mayfield was wearing a green romper, black-and-red checkered pants and a pink leopard-print head covering when she was last seen.</p><p>Police said Mayfield suffers from bipolar disorder and schizophrenia. </p><p>According to investigators, her mother told officers that Mayfield is not in the right state of mind and has refused to take her prescribed medications.</p><p>Anyone with information on her whereabouts is urged to call the Homestead Police Department at 305-247-1535 or Miami-Dade Crime Stoppers at 305-471-8477. </p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/RMVPI7Q4K5CO7CSSIFSCK3HOAE.jpg?auth=02b4d1fc731024f9fe3c9c68787c006acc6fe210a74f2576f5f34559349c8e6d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[June 13: South Florida rain chances increase this weekend after unusually dry stretch]]></title><link>https://www.local10.com/weather/2026/06/13/june-13-south-florida-rain-chances-increase-this-weekend-after-unusually-dry-stretch/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/06/13/june-13-south-florida-rain-chances-increase-this-weekend-after-unusually-dry-stretch/</guid><dc:creator><![CDATA[John Gerard]]></dc:creator><description><![CDATA[It’s been unusually storm-free for June over the past week or so, but rain chances will increase this weekend.]]></description><pubDate>Sat, 13 Jun 2026 10:11:53 +0000</pubDate><content:encoded><![CDATA[<p>It’s been unusually storm-free for June over the past week or so, but rain chances will increase this weekend.</p><p>The sea breeze, combined with heat and humidity, will spark scattered afternoon showers and storms on Saturday and Sunday, with most of the activity occurring in the western suburbs. Areas such as Weston, Pembroke Pines, Doral and Kendall will have the best chance of seeing afternoon storms, while rain chances will be much lower closer to the beaches.</p><p>High temperatures will reach the lower 90s, with heat index values approaching 100 degrees both days.</p><p>There are currently no advisories in effect for boaters or beachgoers, so enjoy the weekend — but don’t forget the sunscreen.</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[AP Was There: 1975 summit at French castle plants seed for future G7 club of wealthy nations]]></title><link>https://www.local10.com/news/2026/06/13/ap-was-there-1975-summit-at-french-castle-plants-seed-for-future-g7-club-of-wealthy-nations/</link><guid isPermaLink="true">https://www.local10.com/news/2026/06/13/ap-was-there-1975-summit-at-french-castle-plants-seed-for-future-g7-club-of-wealthy-nations/</guid><dc:creator><![CDATA[By The Associated Press, Associated Press]]></dc:creator><description><![CDATA[EDITOR’S NOTE: When U.S. President Gerald Ford and leaders of five other leading democracies gathered for talks at a castle outside Paris on Nov. 15, 1975, they planted the seed for what subsequently became the Group of Seven nations.]]></description><pubDate>Sat, 13 Jun 2026 07:02:09 +0000</pubDate><content:encoded><![CDATA[<p>EDITOR’S NOTE: When U.S. President Gerald Ford and leaders of five other leading democracies gathered for talks at a castle outside Paris on Nov. 15, 1975, they planted the seed for what subsequently became the Group of Seven nations.</p><p>The initial six industrial powers that huddled at the Château de Rambouillet for three days of brainstorming about fixes for the global economy became the G7 the following year when Canada joined the elite club.</p><p>During and after the Cold War, the G7 became a powerful tool of influence, enabling Western allies and Japan to hammer out common positions not only on economic issues but also their foreign policy and security priorities.</p><p>The combined economic, industrial, military, and diplomatic strength of G7 nations ensures the summits they hold annually, rotating hosting duties, are always major news events.</p><p>The next G7 summit is in France next week.</p><p>As part of its coverage, The Associated Press is republishing extracts of the story that AP correspondent Arthur L. Gavshon wrote on the first day of the inaugural summit in 1975, hosted by French President Valéry Giscard d’Estaing and also including the leaders of West Germany, the U.K., Italy and Japan, as well as Ford.</p><p>___</p><p>By ARTHUR L. GAVSHON</p><p>RAMBOUILLET (AP) — President Ford called on leaders of five other major industrial nations Saturday to set themselves the task of transforming the world’s economic slump into prosperity by 1977.</p><p>Addressing the opening session of an economic summit meeting amid the splendor of the 14th-century Chateau de Rambouillet, Ford “categorically rejected the view” that expansion in the industrial world is impossible at pre-recession rates, an aide told newsmen.</p><p>He added that Ford said America’s economic recovery has been stronger than anticipated and forecast a growth rate of between 6 and 7 percent through 1976.</p><p>The first meeting with leaders of France, Britain, West Germany, Japan, and Italy began shortly after the President arrived at the historic chateau, 30 miles south of Paris.</p><p>The free-flowing talks broke nearly three hours later for dinner, and the host, French President Valéry Giscard d’Estaing, told newsmen: “I am optimistic. I think we can arrive at something concrete.”</p><p>A French spokesman said the leaders were reaching “a remarkable convergence of views.” British officials indicated a consensus was emerging that the worst of the economic downturn might already be over.</p><p>Secretary of State Henry A. Kissinger struck the same positive note, saying the meeting “went very well.”</p><p>The dinner was remarkably simple in comparison with the usual fare for a state occasion in France and was in line with the low-key approach favored by the French.</p><p>Stuffed chicken was the main course, with wines that were good but not spectacular.</p><p>In other developments at the six-nation talks:</p><p>— Japanese Prime Minister Takeo Miki who reported his country has been hurt by a decline in world trade, began pressing immediately for a freer flow of international commerce.</p><p>— British Prime Minister Harold Wilson disclosed through aides he wants his fellow leaders to back up a plan for a new and strengthened world code to check the spread of nuclear know-how, equipment, and weapons.</p><p>— Ford will join Giscard d’Estaing and Italian Prime Minister Aldo Moro Sunday morning for services at the Roman Catholic church in Poigny la Forêt, a 10-minute drive from the chateau.</p><p>The setting was priceless furniture and statuary trucked from the Louvre for the occasion, but the mood at the start of the summit was that of a relayed businessmen’s weekend seminar.</p><p>“It’s just a beautiful place here,” said Ford as President Valery Giscard d’Estaing of France led the participants from six nations into the pink and gray hall of marble at the chateau where Louis XVI passed idle hours and Napoleon his last night in France before banishment to St. Helena.</p><p>“The facilities are really gorgeous,” Ford said to Giscard d’Estaing. “It’s very comfortable.”</p><p>“I hope you feel as positive about all this afterwards,” Giscard d’Estaing shot back with a laugh. Then he called out “Helmut, oh Helmut,” as West German Chancellor Helmut Schmidt entered the room.</p><p>The relayed mood also was apparent in the dress of the leaders. Giscard d’Estaing wore a greenish tweed weekend suit, and Schmidt had on a light gray one. Ford was the most formally dressed of the leaders in a dark blue suit with a vest and white shirt.</p><p>The group, 18 in all including the finance and foreign ministers of participating nations, was spread out nine on each side of a 30‑foot long table. Giscard d’Estaing and Ford faced each other across the chestnut-colored upholstery covering the table, as did Harold Wilson of Britain and Aldo Moro of Italy, and Takeo Miki of Japan and Schmidt.</p><p>Each of the participants had earphones on which to follow proceedings. There were five closed-in interpreters’ booths at one end of the smallish room, and a bust of King Francois I of France, who died at the chateau, at the other end.</p><p>The leaders do not expect to reach firm decisions at the three-day seminar but to define directions their individual governments can take in fighting inflation, unemployment and declining world trade.</p><p>Presidential press spokesman Ron Nessen said during Ford’s flight across the Atlantic that the summit may result in an improved performance in the American economy.</p><p>“The President has always thought of it in practical terms – what it means to the American consumer,” Nessen said.</p><p>Each of the visiting leaders was assigned an apartment in the chateau, home of French kings and rulers from the 14th century. Moving men had worked until the early hours Saturday uncrating furniture and paintings brought from the Louvre to spruce up the rooms.</p><p>More than 3,000 armed French police were deployed around the wooded grounds and gardens of the palace.</p><p>Ford was given the top room of the Francois I tower, which a French spokesman described as “the most comfortable apartment in the chateau.” It has a Spanish-made bed with a working fireplace at the foot and a direct telephone linking Ford to the White House.</p><p>Prime Minister Harold Wilson of Britain was given an apartment done in mahogany and satin overlooking the garden ponds; Japanese Prime Minister Takeo Miki was down the hall in an apartment with heavy beams and Louis XVI furniture; Chancellor Helmut Schmidt of West Germany was in an apartment furnished in Directoire style, and Premier Aldo Moro of Italy had rooms furnished in Empire style.</p><p>With the idea of achieving general economic growth – and a cutback of the 15 million jobless in Western countries – the six nations intend to try to align their policies on such big issues as:</p><p>— The old French-American dispute over reform of the world monetary system. The French dislike the present floating exchange rates and want to return to a more rigid system while the United States and Britain would as soon leave the system flexible.</p><p>— The formulation of a common energy policy. Ford can count on majority backing for his view that the economic and political future of the industrial democracies cannot be left to the mercy of the oil producers. New sources of supply and new conservation programs should be jointly and quickly developed.</p><p>— The general world economic outlook and ways of tackling the inflation which is undermining political stability many places.</p><p>— Relationships between the older industrialized nations of the West, the newly rich producers of oil and other scarce raw materials, and the poorest developing lands.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/E2DWNNJY6F4D434S6QN2KDNZ34.jpg?auth=c88150a44e0fc162a5d10e84b127cd711e8a974a4ad9301753037f037cd6f1b7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - From left: Premier Aldo Moro of Italy, Premier Harold Wilson of the Great Britain, President Gerald Ford of the United States, President Valery Giscard d'Estaing of France, Chacellor Helmut Schmidt of West Germany and Premier Takeo Miki of Japan, the six heads of state and government, pose for a group portrait during the Economic and Monetary summit meeting at the Chateau de Rambouillet, West of Paris, Nov. 17, 1975. (AP Photo, File)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/EOLB6FZP3BDGHXTMHQMLYK3WRM.jpg?auth=0ee06540c5e21a327db842b90351d6a556a1ce05a56876ea3379fbfc3c3bedfe&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - West German Chancellor Helmut Schmidt is met by French protocol chief Mr. Angles, left, as he arrives at the Chateau de Rambouillet, west of Paris on Nov. 15, 1975 for the Economic and Monetary summit meeting. (AP Photo/Michel Lipchitz, file)]]></media:description><media:credit role="author" scheme="urn:ebu">Michel Lipchitz</media:credit></media:content></item><item><title><![CDATA[Workers begin removing Trump's name from the Kennedy Center, hours after a court-ordered deadline]]></title><link>https://www.local10.com/news/politics/2026/06/13/workers-begin-removing-trumps-name-from-the-kennedy-center-hours-after-a-court-ordered-deadline/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/13/workers-begin-removing-trumps-name-from-the-kennedy-center-hours-after-a-court-ordered-deadline/</guid><dc:creator><![CDATA[By STEVEN SLOAN, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — Workers began removing President Donald Trump's name from the facade of the Kennedy Center early Saturday, hours after a court-ordered Friday deadline to remove references to Trump from the building and other aspects of the iconic performing arts venue’s operations.]]></description><pubDate>Sat, 13 Jun 2026 08:00:15 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Workers began removing President Donald Trump's name from the facade of the Kennedy Center early Saturday, hours after a court-ordered Friday deadline to remove references to Trump from the building and other aspects of the iconic performing arts venue’s operations.</p><p>Scaffolding was erected Friday around a section of the building that includes Trump’s name, but shortly after midnight, the Kennedy Center asked a judge to extend the deadline until noon Eastern Time on Saturday because of thunderstorms that had swept through the Washington area, causing a delay.</p><p>In the filing, the Kennedy Center offered assurance that the “removal work is presently ongoing” and would “conclude in the early hours of the morning.”</p><p>A few hours later, workers began covering the scaffolding with tarps before they eventually started taking down Trump's name. They packed up and left the site around 3:30 a.m., though the tarps remained, leaving it impossible to determine if all the letters had been removed.</p><p>Dozens of people spent hours Friday on the plaza in front of the Kennedy Center taking pictures and cheering occasionally as they broke into chants of “take it down.” Rep. Joyce Beatty, D-Ohio, an ex-officio board member who sued to have Trump's name removed from the building, was spotted at one point on the plaza.</p><p>Earlier Friday afternoon, a judge rejected a request to pause the court-ordered deadline. The institution appealed that ruling, an effort that was also rebuffed Friday evening.</p><p>After ignoring the Kennedy Center for much of his first term, Trump has wielded tremendous influence over the venue during his return to office. Just a month into his second term, he ousted the center’s previous leadership and replaced it with a board of trustees that named him chairman. Trump's name was quickly added to the building.</p><p>In his ruling that only Congress could make changes to the Kennedy Center's name, U.S. District Judge Christopher Cooper also blocked the administration from closing the cultural and arts venue for major renovations that had been planned to start in July and last for two years.</p><p>The Kennedy Center's leadership argued in its appeal Friday that the renovation was badly needed and accused the lower court, in terms that seemed similar to Trump's speech patterns, of interfering in the effort.</p><p>“The District Court is not allowing us to close in order to properly fix up and repair the Building, including potentially life threatening structural damage like beams and parking garage ceilings that are rusted, and in serious danger of falling onto people below,” according to the appeal. “Indeed, total collapse!”</p><p>Even as the Kennedy Center has fought efforts to remove Trump's name from the building, it has taken steps to comply with Cooper's initial ruling.</p><p>A June 4 memo to staff from the Kennedy Center’s Office of General Counsel said email signatures, letterhead and other documents must reflect the name as “The John F. Kennedy Center for the Performing Arts” or “Kennedy Center.”</p><p>The Kennedy Center’s website has dropped Trump's name. And an earlier email sent to members offering ticket packages for the June 28 Mark Twain Award for American Humor ceremony came from the Kennedy Center without including Trump’s name.</p><p>___</p><p>Associated Press journalists Anna Johnson, Mark Sherman and Emily Wang in Washington and Bill Barrow in Atlanta contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ROTNC5ZANAJLVJ6PBW6KSKGFYE.jpg?auth=6055dd26660b432d87d03718486fb99e54e0f8a8130f4e3e63af1aa4d7d850c6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A worker removes a letter from President Donald Trump's name from the wall of the John F. Kennedy Center for the Performing Arts in Washington, Saturday, June 13, 2026. (AP Photo/Cliff Owen)]]></media:description><media:credit role="author" scheme="urn:ebu">Cliff Owen</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/MHLJFVZZD3LK67C7BXYGDZ5FLQ.jpg?auth=2bce27c1151464b531cedcb1f9d745448a55c74f91b1cb1196ab4615b8d0ee85&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Protestors wave a U.S. and signs as workers prepare to remove President Donald Trump's name from the John F. Kennedy Center for the Performing Arts in Washington, Saturday, June 13, 2026. (AP Photo/Cliff Owen)]]></media:description><media:credit role="author" scheme="urn:ebu">Cliff Owen</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FUP43T7HUHZN7SMF3HSCZ7CS7Y.jpg?auth=880d07c556ab7772d09663b372b548ab6b5979331bd3664737f51fe66c55cb5f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A worker removes a letter from President Donald Trump's name from the wall of the John F. Kennedy Center for the Performing Arts in Washington, Saturday, June 13, 2026. (AP Photo/Cliff Owen)]]></media:description><media:credit role="author" scheme="urn:ebu">Cliff Owen</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XOXKI55KZ4XPZCXS6GVBAZ7SZQ.jpg?auth=1d2d4eabcf9f7a249f13a9cecdaebf71d1ee701eb79e02aa6e0cc368ee39ffde&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Workers construct scaffolding below the sign for the John F. Kennedy Center for the Performing Arts, Friday, June 12, 2026, in Washington. (AP Photo/Rahmat Gul)]]></media:description><media:credit role="author" scheme="urn:ebu">Rahmat Gul</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/A4F3S7AFU4DDM6XQBH5C5FQDNY.jpg?auth=23a7dd971e876aef27289c5ab6b958b12307a82e6060572fe363db1091775a67&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A double rainbow is seen from the John F. Kennedy Center for the Performing Arts in Washington, Friday, June 12, 2026. (AP Photo/Rahmat Gul)]]></media:description><media:credit role="author" scheme="urn:ebu">Rahmat Gul</media:credit></media:content></item><item><title><![CDATA[Woman mauled by shark off Sydney beach grabs onto a lifeguard's paddleboard]]></title><link>https://www.local10.com/news/world/2026/06/13/woman-mauled-by-shark-off-sydney-beach-grabs-onto-a-lifeguards-paddleboard/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/13/woman-mauled-by-shark-off-sydney-beach-grabs-onto-a-lifeguards-paddleboard/</guid><dc:creator><![CDATA[By ROD McGUIRK, Associated Press]]></dc:creator><description><![CDATA[MELBOURNE, Australia (AP) — A 3.5-meter (11-foot) shark critically injured a woman off a popular Sydney beach on Saturday, and she managed to grab onto a lifeguard’s paddleboard before they made it to shore.]]></description><pubDate>Sat, 13 Jun 2026 09:56:42 +0000</pubDate><content:encoded><![CDATA[<p>MELBOURNE, Australia (AP) — A 3.5-meter (11-foot) shark critically injured a woman off a popular Sydney beach on Saturday, and she managed to grab onto a lifeguard’s paddleboard before they made it to shore.</p><p>The 35-year-old suffered serious leg and arm injuries in the attack at 11:15 a.m. off Coogee Beach, a police statement said.</p><p>“I saw the shark come out of the water and just the size of it shocked me,” lifeguard Charlie Verco told Sydney’s The Sunday Telegraph newspaper. He was in the area on his 5.5-meter (18-foot) paddleboard and was the first rescuer to the scene.</p><p>“I kept paddling towards her and the shark took her underwater and I was going, ‘What do I do now?’ A couple of seconds later, she popped up again,” Verco said.</p><p>He said the woman was too weak to climb onto the board, but he managed to grab her by an arm and they headed toward the beach. Other bystanders reached the pair and helped them back to shore.</p><p>An off-duty hospital doctor Ian Ferguson was spending the morning at the beach with his young family when he said he heard screaming and saw a “big cloud of blood in the water.”</p><p>Ferguson and others applied tourniquets to her wounds after she reached the beach. She had a 30-centimeter (12-inch) wide bite on her thigh, the flesh had been removed and bone was exposed, Ferguson told the newspaper. She had a similar wound to her arm, he said.</p><p>The victim was taken to a rugby field near the beach, from where she was flown by helicopter to a hospital. Police described her condition as critical.</p><p>The woman, who was not identified, was swimming with two friends 30 meters (100 feet) from the beach when she was attacked, ambulance official Michael Corlis said.</p><p>She was attacked by a 3.5-meter (11-foot) white shark, lifeguard Tony Waller said.</p><p>Three spearfishing divers have been killed by sharks off the Australian coast since May 16, bringing the total of fatalities in the nation this year to four. In January, a 12-year-old boy died in a hospital days after he was mauled by a bull shark in Sydney Harbor.</p><p>Australia has averaged between two and three fatal shark attacks a year since 2000, according to the Australian Shark Incident Database, a partnership of the Taronga Conservation Society Australia, Flinders University and the New South Wales state government.</p><p>Last year, Australia recorded five fatal shark attacks. Attacks in Australia have become more common over the decades as the population has grown and activities such as surfing and scuba diving have gained in popularity.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/E3MAWIA32MB7TFOANFMYDWOISU.jpg?auth=51f0fb36b761bd7732e4783150f3aab2a4264fcc93a119f2ea07642a7685fc4b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People sit on stairs at Coogee beach following a shark attack in Sydney, Saturday, June 13, 2026. (Nadir Kinani/AAP Image via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Nadir Kinani</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/SKCB7AOL7AERA64FI3Q2EEHTYE.jpg?auth=f17a95d6a2a459eb8951af2eba5815eda03a55795bac75177ed7ce489432a782&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A sign is seen at the site of a fatal shark attack at Dee Why Beach in Sydney, Australia, on Sept. 6, 2025. (AP Photo/Mark Baker, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark Baker</media:credit></media:content></item><item><title><![CDATA[How Americans celebrated the bicentennial — with fireworks, a Freedom Train and Farrah]]></title><link>https://www.local10.com/entertainment/2026/06/13/how-americans-celebrated-the-bicentennial-with-fireworks-a-freedom-train-and-farrah/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/06/13/how-americans-celebrated-the-bicentennial-with-fireworks-a-freedom-train-and-farrah/</guid><dc:creator><![CDATA[By LOU KESTEN, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — In 1976's “ Rocky,” heavyweight champion Apollo Creed arrives for the title fight dressed as George Washington, reenacting the crossing of the Delaware as models costumed as the Statue of Liberty lead the way.]]></description><pubDate>Sat, 13 Jun 2026 04:16:47 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — In 1976's “ Rocky,” heavyweight champion Apollo Creed arrives for the title fight dressed as George Washington, reenacting the crossing of the Delaware as models costumed as the Statue of Liberty lead the way.</p><p>After entering the ring, Apollo switches into an Uncle Sam costume. “I want YOU!” he roars as he points to Rocky Balboa, the far less flamboyant palooka he's chosen for this bicentennial bout in Philadelphia.</p><p>Then the two boxers pound the daylights out of each other.</p><p>It's as accurate a representation of the American bicentennial vibe as has ever been put on film — plenty of fireworks, but not much thought about how 200 years of independence led to this.</p><p>I was 13 years old in 1976. Kids my age — the tail end of the Baby Boom, or the vanguard of Generation X — grew up skeptical of the government. We had outlasted the Vietnam War and the Watergate scandal, with the occasional moment of joy — the moon landing, say — to break the gloom. The state of the union was intact, even if many Americans were still on edge.</p><p>My family lived in Newport News, Virginia, not far from the Historic Triangle of Jamestown, Yorktown and Williamsburg. So there was plenty of buzz surrounding the bicentennial. President Gerald Ford and his wife, Betty, took a carriage ride through Colonial Williamsburg, foreign leaders came to visit, and the living museum regularly staged reenactments of the events leading up to the signing of the Declaration of Independence.</p><p>Ford and plenty of other dignitaries went to New York for what the president called “the greatest Fourth of July any of us will ever see.” Operation Sail was a floating parade of 16 tall ships and more than 100 smaller vessels from around the world — including, even, the Soviet Union. It was a boon for the beleaguered Big Apple, proving that “New Yorkers could get along, even during difficult times,” according to the Gotham Center for New York History.</p><p>All aboard the Freedom Train</p><p>For history buffs who couldn't make the trip east, there was the American Freedom Train, a 26-car behemoth that toured all 48 contiguous states. It displayed two centuries of artifacts like George Washington's copy of the Constitution, the original Louisiana Purchase, Judy Garland's dress from “The Wizard of Oz” and a moon rock. Merle Haggard even released a song about it.</p><p>I had a nifty 3D poster of the Freedom Train on my bedroom wall. A different poster captured everyone's eye later in 1976 — one featuring “Charlie's Angels” star Farrah Fawcett-Majors.</p><p>It's patriotic in its own way. There's Farrah, sporting big hair, a blinding white smile and a red swimsuit, posed in front of a red, white and blue blanket. The color scheme may not have been intentional, but it might as well be titled “All-American Girl" for its presentation of what much of society saw as one.</p><p>There were plenty of more deliberate anniversary collectibles out there. A quick search of eBay in 2026 digs up hundreds of collectible plates, glasses, beer mugs and bumper stickers. The government unleashed special quarters, stamps and license plates. And of course Madison Avenue jumped in, selling bicentennial cereal, candy, beer and soda. You could get a different 7-Up can for each of the 50 states.</p><p>Even the creator of the Pet Rock — the preposterous 1975 phenomenon that was, yes, a rock in a box — tried to get in on the act. That fad, alas, had run its course, and the Bicentennial Pet Rock flopped. You'd have been better off buying a Pez dispenser with the head of Paul Revere or Betsy Ross.</p><p>Broadcast television — remember, we only had three networks — was more subdued. For kids, ABC's beloved “Schoolhouse Rock!” spun off “America Rock.” But while that cartoon did include some history, it's best remembered for the mournful civics lesson “I'm Just a Bill.”</p><p>More prominent was CBS News' "Bicentennial Minute." Starting July 4, 1974, barely a month before President Richard Nixon resigned, it ran every night in prime time, presenting the news from 200 years earlier. It was so unavoidable that sitcoms like “All in the Family” referred to it; “Saturday Night Live,” which debuted in 1975, paid tribute with a “Bisexual Minute.”</p><p>Still, all three networks pulled out the stops on July 4, 1976. Walter Cronkite led the pack with 16 hours of coverage on CBS, while “Bob Hope's Bicentennial Star-Spangled Spectacular” ("the show that took 200 years to produce") on NBC celebrated with Sammy Davis Jr., Captain & Tennille and Donny and Marie Osmond.</p><p>The bad news bearers</p><p>Certainly, not everyone was in the mood to celebrate. Richard Pryor released an influential album whose title was “Bicentennial,” followed by an ethnic slur. The title track is a monologue from a 200-year-old slave; it ends with “I ain’t gonna never forget it.” In the same album's ”Bicentennial Prayer," Pryor proclaims, "We are celebrating 200 years of white folks kickin' ass.”</p><p>Popular music wasn't in a particularly patriotic mood either. Elton John's 1975 hit “Philadelphia Freedom” became a de facto anthem of sorts, even though it's barely about Philadelphia and is more about individual independence.</p><p>Indeed, the prevailing pop attitude was: Let's forget about this mess we've left behind and go to the disco. So the Billboard singles charts were topped by the likes of Johnnie Taylor's “Disco Lady,” The Sylvers' “Boogie Fever,” The Bee Gees' “You Should Be Dancing” and KC and the Sunshine Band's “(Shake Shake Shake) Shake Your Booty.”</p><p>On the album charts, California's hippie culture was shaking off its hangover with haunted LPs like the Eagles' “Hotel California” and Jackson Browne's “The Pretender.” Something else was breaking loose in New York, though, with aggressive debuts from the Ramones and Blondie. The Ramones' logo included an eagle holding an olive branch and a baseball bat, and their repertoire included the future stadium anthem “Blitzkrieg Bop.” What could be more American?</p><p>Speaking of America's pastime, I'd be remiss if I didn't bring up the year's funniest movie, “The Bad News Bears.” It's baseball the way it was meant to be played — by a bunch of foul-mouthed juvenile delinquents coached by a surly, alcoholic has-been embodied by Walter Matthau. Double 50-year-old spoiler alert: Like Rocky, the Bears don't win in the end. But they do have fun.</p><p>The same can't be said for the characters in most of 1976's dramatic films. Hollywood did its best to get a patriotic movie — the World War II epic “Midway” — in theaters in June, but it quickly fizzled. The top box office draw on July 4th was “The Omen,” about an angelic-looking boy who turns out to be the Antichrist.</p><p>More prestigious films continued to wrestle with the paranoia of the Nixon era. “All the President's Men” dramatized The Washington Post's investigation of the Watergate scandal. In “Taxi Driver,” a Vietnam War veteran plots to assassinate a presidential contender. In “Network,” a TV anchorman urges his viewers to open their windows and scream, “I'm mad as hell and I'm not going to take it anymore!”</p><p>All three are undisputed classics. All three were nominated for the Best Picture Oscar. All three lost to “Rocky.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/KXJGAYQ3YR56474EPU5MGO6VFY.jpg?auth=2fdb00eba0726e973c01df5216acdded8a3827dac8e6df19ed33962cf0c29c07&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Ships participate in Operation Sail between the Statue of Liberty and the World Trade Center to celebrate the U.S. bicentennial in New York on July 4, 1976. (AP Photo/Eddie Adams, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Eddie Adams</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NH6WWG5ASGLLEJL2AUPU3GWA5Q.jpg?auth=0958f84583f1d79c8859c3975c287c62cba0269cf6463ff55303366f68ee56c1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Five-year-old Thomas Scott of Bridgewater, Mass., celebrates the U.S. bicentennial in Boston's Fourth of July parade, Sunday, July 4, 1976. (AP Photo/File)]]></media:description><media:credit role="author" scheme="urn:ebu">Anonymous</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HDLKURBH4GD5JKL3GH767S5IDE.jpg?auth=667aa8bdf49ec623b0a966fc90b9642e71bf0d6bded36b819498f4b2859bf476&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - People wait in line to see the American Freedom Train in Archbold, Ohio, June 20, 1975. (AP Photo/File)]]></media:description><media:credit role="author" scheme="urn:ebu">Anonymous</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BEPFJC7K7JN37PIVDNMU54PEAI.jpg?auth=9e59ac57b585fef679fc8f8ff5d1d79b9efc573467ea67bcc43ddb43a0fe76f5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Floats and participants in the 10.8-mile All Nation, All People Official Los Angeles County Bicentennial Parade along Wilshire Boulevard in Los Angeles, Sunday, July 4, 1976. (AP Photo/File)]]></media:description><media:credit role="author" scheme="urn:ebu">Anonymous</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/JPPA3YFJJLRH42QFC7ZQ2HGRDM.jpg?auth=c01300bf5408b92147368b673489e228ab105354ff865b3a3eb44e67ce6d8402&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Actor and screenwriter Sylvester Stallone, left, poses with Eletha Finch, center, widow of actor Peter Finch, and actress Faye Dunaway at the Academy Awards in Los Angeles on March 28, 1977. (AP Photo/File)]]></media:description><media:credit role="author" scheme="urn:ebu">Uncredited</media:credit></media:content></item><item><title><![CDATA[A dream day for New York fans with Knicks on the road to clinch and Brazil vs. Morocco in World Cup]]></title><link>https://www.local10.com/sports/2026/06/13/a-dream-day-for-new-york-fans-with-knicks-on-the-road-to-clinch-and-brazil-vs-morocco-in-world-cup/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/13/a-dream-day-for-new-york-fans-with-knicks-on-the-road-to-clinch-and-brazil-vs-morocco-in-world-cup/</guid><dc:creator><![CDATA[By MICHAEL R. SISAK, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — If there is a saving grace from the bedlam that is about to ensue in New York City on Saturday, with the Knicks on the verge of a championship and Brazil taking on Morocco in the World Cup, it is that Game 5 of the NBA Finals is on the road.]]></description><pubDate>Sat, 13 Jun 2026 13:18:38 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — If there is a saving grace from the bedlam that is about to ensue in New York City on Saturday, with the Knicks on the verge of a championship and Brazil taking on Morocco in the World Cup, it is that Game 5 of the NBA Finals is on the road.</p><p>Of course, that won’t stop orange-and-blue-blooded Knicks fans from teeming into the area near the team’s Manhattan arena to watch on bar TVs and big screens as their team — playing 1,580 miles (2,545 kilometers) away in San Antonio — looks to clinch its first title in 53 years.</p><p>After a rift with the city over security measures for Game 4, the Knicks are again holding a watch party outside Madison Square Garden. Up to 3,000 fans can attend, the team said. Advanced registration is required and all fans in attendance will be screened by police. Other watch parties are being held at Radio City Music Hall and Wollman Rink in Central Park.</p><p>For Game 4 at the Garden on Wednesday, the Knicks were granted a permit for a watch party for up to 1,000 people, but team owner James Dolan declined to hold one as he lashed out at Mayor Zohran Mamdani and the police department for keeping in place a security perimeter, metal detectors and other restrictions after President Donald Trump‘s visit to Game 3 on Monday.</p><p>All postseason, Knicks fans have flocked to the Garden by the thousands, making playoff pilgrimages to a place known as the “Mecca of Basketball” to cheer, commune and revel in a remarkable feat: 14 wins in 15 games since April 23, and a 3-1 lead over the Spurs in the best-of-seven series.</p><p>On Saturday, Knicks fever collides with the New York City area’s first World Cup game in 32 years. The match at MetLife Stadium in New Jersey kicks off about three hours before the Knicks game, but traffic and transit restrictions extend to Manhattan, and soccer fans returning to the city by train will be arriving at Penn Station — right underneath the Garden.</p><p>Complicating matters: a concert at the Garden that is expected to bring another 15,000 to 20,000 people to the area and prevents a watch party inside the arena and a scorching heatwave that has city officials advising people to stay indoors. On Sunday, the city is hosting another big event, the National Puerto Rican Day Parade.</p><p>The concert, by the Australian pop band 5 Seconds of Summer, follows the Knicks’ 4.5 seconds of delirium Wednesday night at the Garden — a magical sequence in which OG Anunoby tipped in a Jalen Brunson miss to complete a historic 29-point comeback and put them a game from the third title in team history.</p><p>Wild scenes outside the Garden</p><p>Outside, it was pandemonium.</p><p>Fans in blue Brunson and orange Karl-Anthony Towns jerseys ran through the streets. Subway cars erupted in cheers as fans peeped the winning shot on their cellphones, their feeds interrupted at times by spotty underground reception.</p><p>Just beyond the Garden’s police-prescribed security perimeter, crowds swelled to about 10,000 people, the NYPD said. Thousands more were taking in the game and its see-it-to-believe-it ending at watch parties at nearby Bryant Park and Wollman Rink in Central Park.</p><p>But as the game progressed, the police department said in a statement, “the crowds became increasingly destructive, and there were many incidents of incredibly reckless and dangerous behavior.”</p><p>People fought in the streets and set off fireworks. They climbed scaffolding and traffic lights and smashed the windshields of four police vehicles. Some people tried to physically flip over a taxi or jump on top of moving trucks and other vehicles, police said. One group broke into a tractor trailer, took items from inside and threw them at police officers.</p><p>At least 10 officers were hurt in the mayhem, police said. One was hit in the head with a glass bottle.</p><p>In all, 56 people were taken into police custody during and after Game 4. Of them, 15 were arrested and 41 were released with criminal court summonses.</p><p>Other Knicks-related crimes remain unsolved.</p><p>On Wednesday, about two blocks from the Garden, a 17-year-old boy was beaten into a coma by people who had been arguing with him about the Knicks after their Game 4 comeback win, the NYPD said. Later, at the Spurs hotel five blocks from the arena, someone hurled an egg at star Spurs center Victor Wembanyama, but missed.</p><p>After the Spurs won Game 3 on Monday, a 39-year-old Spurs fan had his Tim Duncan jersey ripped from his body while walking back to his hotel near Times Square, the NYPD said.</p><p>New York declares Gridlock Alert</p><p>With the confluence of events on the pitch, court and stage, the city has declared a Gridlock Alert for Saturday, with severe traffic congestion expected in midtown Manhattan. Street closures and limited access to parts of Penn Station will be in effect for each of the eight World Cup matches at MetLife Stadium.</p><p>Starting at noon, two streets adjacent to the Garden — 32nd and 33rd — will be closed to vehicle traffic and used as queues for people waiting for trains from Penn Station to the World Cup. They will reopen three hours after the match ends.</p><p>The city is also barring truck deliveries from 30th Street to 60th Street from noon to 11 p.m., closing streets around the Lincoln Tunnel to New Jersey and converting some streets to bus-only corridors, including 42nd Street, which traverses Times Square. Of late, the tourist haven has been co-opted as yet another place for New York fans to cheer.</p><p>If the Knicks win Game 5, the next stop for their roving faithful will be a celebratory parade in Lower Manhattan, through a skyscraper-filled stretch of the city known as the Canyon of Heroes.</p><p>If not, the Knicks and their fans will be back at the Garden on Tuesday for Game 6.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/2VCQCKFTOBX5BSQMGPJSN4OFSU.jpg?auth=3a17643936c57c4a3519afa8c383230eb6af2a7ffba702613ec75f4df1870faf&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Former New York Knicks player Jeremy Lin, right, interviews Knicks fans outside of Madison Square Garden ahead of Game 4 of the NBA Finals between the Knicks and San Antonio Spurs, Wednesday, June 10, 2026, in New York. (AP Photo/Heather Khalifa)]]></media:description><media:credit role="author" scheme="urn:ebu">Heather Khalifa</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/2PX3J4LMUJKLUXV754TEDY6254.jpg?auth=346e83e980c2770a09fb17f0e52c22cd25b984b3023ce3bbb89d5bbe9b722ba6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Fans pass a security checkpoint on Sixth Avenue outside of Madison Square Garden ahead of Game 4 of the NBA Finals between the New York Knicks and San Antonio Spurs, Wednesday, June 10, 2026, in New York. (AP Photo/Heather Khalifa)]]></media:description><media:credit role="author" scheme="urn:ebu">Heather Khalifa</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BFLZUHMVWMIGNHYMUKSTDKFJGQ.jpg?auth=caf076502f4d9ddb93aa7a585a1abcfa6780cd80d8efe9bcac57040b91a77f0f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Fans wait to pass police on Eighth Avenue outside of Madison Square Garden ahead of Game 4 of the NBA Finals between the New York Knicks and San Antonio Spurs, Wednesday, June 10, 2026, in New York. (AP Photo/Heather Khalifa)]]></media:description><media:credit role="author" scheme="urn:ebu">Heather Khalifa</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/P5UPN4UN5DHQ6F4KRKQSE6TDKA.jpg?auth=be23fa5f80291fc34c435675dd903b5810bcaf2c37b4eacb9a0d2153cda99230&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Fans wait to pass police on Eighth Avenue outside of Madison Square Garden ahead of Game 4 of the NBA Finals between the New York Knicks and San Antonio Spurs, Wednesday, June 10, 2026, in New York. (AP Photo/Heather Khalifa)]]></media:description><media:credit role="author" scheme="urn:ebu">Heather Khalifa</media:credit></media:content></item><item><title><![CDATA[FIFA World Cup 2026 Group D: United States beats Paraguay 4-1 to get 3 points ]]></title><link>https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/</link><guid isPermaLink="true">https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[The four teams in Group D competing to move forward to the quarterfinals of the FIFA World Cup 2026 are the United States (14), Paraguay (39), Australia (26), and Turkey (22).]]></description><pubDate>Fri, 05 Dec 2025 18:35:18 +0000</pubDate><content:encoded><![CDATA[<p>The four teams in Group D competing to advance to the FIFA World Cup 2026 Round of 32 are the United States (14), Paraguay (39), Australia (26), and Turkey (22).</p><p><b>GROUP STAGE MATCHES</b></p><p><a href="https://www.local10.com/sports/2026/06/12/fifa-world-cup-2026-todays-games/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/12/fifa-world-cup-2026-todays-games/"><b>June 12</b></a><b>: </b>Coverage of Day 1 of Group D matches</p><p><b>U.S. beats Paraguay 4-1 in Los Angeles to earn 3 points </b></p><figure><img src="https://www.local10.com/resizer/v2/ASF2JD42MIIYRK6NJBOAZUOBKQ.jpg?auth=5bee3fe5aafb25efb6bf0b9fe452f7f4cde5cb2d7dbf5c7cf73b2c32390096d9&smart=true&width=1200&height=900" alt="Fans are seen before the World Cup Group D soccer match between Paraguay and the United States in Inglewood, Calif., near Los Angeles, Friday, June 12, 2026. (AP Photo/Jayne Kamin-Oncea)" height="900" width="1200"/><figcaption>Fans are seen before the World Cup Group D soccer match between Paraguay and the United States in Inglewood, Calif., near Los Angeles, Friday, June 12, 2026. (AP Photo/Jayne Kamin-Oncea)</figcaption></figure><ul><li><b>Analysis of the game</b>: <a href="https://www.local10.com/sports/2026/06/12/us-ready-for-co-hosts-final-world-cup-opener-against-paraguay-before-a-raucous-socal-crowd/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/12/us-ready-for-co-hosts-final-world-cup-opener-against-paraguay-before-a-raucous-socal-crowd/">US opens its home World Cup with a dynamic 4-1 victory over Paraguay, sparked by Balogun’s 2 goals</a></li><li>The first goal: U.S. midfielder Weston McKennie kicked into the box, and the hit deflected off Paraguayan midfielder Damián Bobadilla and into the net.</li></ul><figure><img src="https://www.local10.com/resizer/v2/42TQQ5F7WQCUOTNOHFRVTJ3XXY.jpg?auth=8ea760b05712cae3530ebf10931f2625a707806a6d5e6a0fe03f0e0ff6dc5f97&smart=true&width=1200&height=900" alt="United States' Folarin Balogun, center, celebrates scoring his side's third goal against Paraguay with teamates during the World Cup Group D soccer match in Inglewood, Calif., near Los Angeles, Friday, June 12, 2026. (AP Photo/Andre Penner)" height="900" width="1200"/><figcaption>United States' Folarin Balogun, center, celebrates scoring his side's third goal against Paraguay with teamates during the World Cup Group D soccer match in Inglewood, Calif., near Los Angeles, Friday, June 12, 2026. (AP Photo/Andre Penner)</figcaption></figure><ul><li>U.S. left-wing forward Christian Pulisic made a pass to U.S. striker Folarin Balogun, who scored the team’s second goal against Paraguay. </li><li>Balogun scored the team’s third goal against Paraguay. </li><li><a href="https://www.local10.com/sports/2026/06/12/folarin-balogun-who-could-have-played-for-england-or-nigeria-scores-2-for-us-in-world-cup-debut/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/12/folarin-balogun-who-could-have-played-for-england-or-nigeria-scores-2-for-us-in-world-cup-debut/">Folarin Balogun, who could have played for England or Nigeria, scores 2 for US in World Cup debut</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/QWXC5JWL5YDRJ6JFEGS7DDUETU.jpg?auth=a5fcc7c875a98aba89d5eca9b151067c289bb1290e9fa405f731a0f41b431a96&smart=true&width=1200&height=900" alt="United States' Folarin Balogun (20) celebrates scoring his side's third goal against Paraguay with teamates during the World Cup Group D soccer match in Inglewood, Calif., near Los Angeles, Friday, June 12, 2026. (AP Photo/Andre Penner)" height="900" width="1200"/><figcaption>United States' Folarin Balogun (20) celebrates scoring his side's third goal against Paraguay with teamates during the World Cup Group D soccer match in Inglewood, Calif., near Los Angeles, Friday, June 12, 2026. (AP Photo/Andre Penner)</figcaption></figure><ul><li>Paraguayan attacking midfielder Maurício Magalhães, who was born in Brazil to a Paraguayan father, scores a goal.</li><li>U.S. wing midfielder Gio Reyna scores the team’s fourth goal. </li><li><a href="https://www.local10.com/sports/2026/06/12/roaring-crowds-in-stars-and-stripes-show-up-for-the-us-team-and-soccers-moment-in-their-country/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/12/roaring-crowds-in-stars-and-stripes-show-up-for-the-us-team-and-soccers-moment-in-their-country/">Roaring crowds in stars and stripes show up for the US team, and soccer’s moment in their country</a></li></ul><figure><img src="https://www.local10.com/resizer/v2/FHVWRXGRD4OIOEJCMIFCHAHDRQ.jpg?auth=85e2f1753c7536e4a3e7755c80d16868fb27318c21b7bbc5acb9934753545daa&smart=true&width=1200&height=900" alt="Fans of United States cheer prior to the World Cup Group D soccer match between the United States and Paraguay in Inglewood, Calif., near Los Angeles, Friday, June 12, 2026. (AP Photo/Andre Penner)" height="900" width="1200"/><figcaption>Fans of United States cheer prior to the World Cup Group D soccer match between the United States and Paraguay in Inglewood, Calif., near Los Angeles, Friday, June 12, 2026. (AP Photo/Andre Penner)</figcaption></figure><ul><li>Get a feel for the pre-game <a href="https://www.local10.com/video/news/2026/06/12/fifa-world-cup-2026-los-angeles-stadium-hosts-us-vs-paraguay/" target="_self" rel="" title="https://www.local10.com/video/news/2026/06/12/fifa-world-cup-2026-los-angeles-stadium-hosts-us-vs-paraguay/">fans in Los Angeles</a></li><li>Game preview: <a href="https://www.local10.com/sports/2026/06/12/us-ready-for-co-hosts-final-world-cup-opener-against-paraguay-before-a-raucous-socal-crowd/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/12/us-ready-for-co-hosts-final-world-cup-opener-against-paraguay-before-a-raucous-socal-crowd/">US ready for co-hosts’ final World Cup opener against Paraguay before a raucous SoCal crowd</a></li><li><a href="https://www.local10.com/sports/2026/06/12/us-open-26-scottie-scheffler-trying-to-make-history-and-shinnecock-tries-to-avoid-recent-history/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/12/us-open-26-scottie-scheffler-trying-to-make-history-and-shinnecock-tries-to-avoid-recent-history/">US OPEN ’26: Scottie Scheffler trying to make history and Shinnecock tries to avoid recent history</a></li><li>Local connection: <a href="https://www.local10.com/sports/local/2026/06/12/broward-native-alex-freeman-set-for-world-cup-debut-with-us-mens-national-team/" target="_self" rel="" title="https://www.local10.com/sports/local/2026/06/12/broward-native-alex-freeman-set-for-world-cup-debut-with-us-mens-national-team/">Broward native Alex Freeman set for World Cup debut with US men’s national team</a></li><li>Local watch party: <a href="https://www.local10.com/sports/local/2026/06/12/fifa-world-cup-2026-amerant-bank-arena-hosts-watch-party-for-united-states-opener-against-paraguay/" target="_self" rel="" title="https://www.local10.com/sports/local/2026/06/12/fifa-world-cup-2026-amerant-bank-arena-hosts-watch-party-for-united-states-opener-against-paraguay/">Amerant Bank Arena hosts watch party for United States opener against Paraguay</a></li></ul><p><b>Australia plays against Turkey at midnight at BCP Vancouver</b></p><ul><li><a href="https://share.google/fZZJx3FW8ajRWMII3" target="_self" rel="" title="https://share.google/fZZJx3FW8ajRWMII3">Track standings tables</a> on Google</li><li><a href="https://www.fifa.com/en/tournaments/mens/worldcup/canadamexicousa2026/standings" target="_self" rel="" title="https://www.fifa.com/en/tournaments/mens/worldcup/canadamexicousa2026/standings">Track standing tables</a> on FIFA </li></ul><p><b>June 19</b>: Coverage of Day 2 of Group D matches</p><p>The United States plays against Australia at 3 p.m. at the Lumen Field in Seattle, Washington.</p><p>Turkey plays against Paraguay at 11 p.m. at Levi’s Stadium in Santa Clara, California.</p><p><b>June 25:</b> Coverage of Day 3 of Group D matches</p><p>Turkey plays against the United States at 10 p.m. at SoFi Stadium in Inglewood, California. </p><p>Paraguay plays against Australia at 10 p.m. at Levi’s Stadium in Santa Clara, California.</p><h3><b>Track the groups</b></h3><ul><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/">Group A </a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/">Group B</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/">Group C</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/">Group E</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/">Group F</a> </li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/">Group G</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/">Group H </a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">Group I</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/">Group J</a></li><li><a href="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/" target="_self" rel="" title="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/">Group K</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/">Group L</a></li></ul>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/UGWXZQD4JJDXDLSBPWU4FDDEGE.jpg?auth=b757db3abdc86b1ee7c66528a580b5d0811139c5c1c31f44c03d6b52d2329be6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Brewers' Misiorowski dominates Phillies with a 15-strikeout, one-hit complete-game gem]]></title><link>https://www.local10.com/sports/2026/06/12/brewers-misiorowski-dominates-phillies-with-a-15-strikeout-one-hit-complete-game-gem/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/12/brewers-misiorowski-dominates-phillies-with-a-15-strikeout-one-hit-complete-game-gem/</guid><dc:creator><![CDATA[By RICH ROVITO, Associated Press]]></dc:creator><description><![CDATA[MILWAUKEE (AP) — Milwaukee Brewers fireballer Jacob Misiorowski turned in his finest outing one year to the day of his major league debut.]]></description><pubDate>Sat, 13 Jun 2026 03:41:14 +0000</pubDate><content:encoded><![CDATA[<p>MILWAUKEE (AP) — Milwaukee Brewers fireballer Jacob Misiorowski turned in his finest outing one year to the day of his major league debut.</p><p>Misiorowski dominated the Philadelphia Phillies on Friday night, striking out 15 and tossing a complete-game one-hitter in a 6-0 victory.</p><p>As Misiorowski strode to the mound for the ninth inning, the capacity crowd of 40,205 rose in unison to cheer for the 24-year-old right-hander in what turned out to be one of the most impressive performances in franchise history.</p><p>“When I walked out for the ninth, my whole body shivered and the adrenaline really kicked in,” said Misiorowski, who had never pitched past the seventh inning in 27 MLB starts.</p><p>With the crowd still standing and cheering, Misiorowski struck out Justin Crawford to end the game. He raised his hands in the air and turned to embrace catcher William Contreras.</p><p>“There was no chance I was going to throw anything other than a heater right there. I was amped up,” Misiorowski said.</p><p>Misiorowski (8-2) didn’t issue a walk in facing the minimum number of batters, throwing 95 pitches, 74 for strikes.</p><p>It marked the first complete game by a Brewers pitcher since Brandon Woodruff on Sept. 11, 2023, against Miami.</p><p>“That was as good as it gets,” Brewers manager Pat Murphy said. “To pitch a game like that against an offense like that with all those All-Stars over there, it was an incredible performance.”</p><p>Misiorowski has a 0.17 ERA in his last eight starts and the 15 strikeout are the most by any pitcher this season.</p><p>He struck out the side in the first and a whiff of Brandon Marsh to start the second made it four consecutive strikeouts. Misiorowski struck out eight of the first nine Phillies batters, hitting a maximum of 104.5 mph on the radar gun against Kyle Schwarber, the fastest pitch by a starting pitcher in the pitch tracking era (starting in 2008).</p><p>In addition to the 104.5 pitch to Schwarber, he got Trea Truner with a 103.5 mph pitch and Bryce Harper with a fastball at 104.1 mph — all swinging. They were the three fastest strikeout pitches for a starter in the pitch-tracking era — including the postseason, according to MLB.</p><p>The Phillies got their first hit when NL home run leader Schwarber sharply singled leading off the fourth. But, a strikeout of Turner and an inning-ending double play meant he faced the minimum.</p><p>“It was a backdoor slider that I located well, but maybe slightly off,” Misiorowski said of the pitch to Schwarber. "I was trying to jump out ahead of him. He made good contact and poked it through. End of the story.”</p><p>A strikeout of Marsh to start the fifth gave Misiorowski 10 or more strikeouts in a game for the sixth time this season and for the eighth time in his two-year major league career.</p><p>Phillies manager Don Mattingly summed up the task at hand for his offense before the game.</p><p>“You pretty much better be ready to hit the fastball. You don’t see guys like this often,” Mattingly said. “We see more guys throw 100 mph or up in that range, but you don’t see guys that are consistent like him. If you can’t hit a fastball, you’re in big trouble.”</p><p>Murphy said Misiorowski has continued to mature in the year since his debut.</p><p>“He’s consistent. His work between starts is consistent,” Murphy said. “He’s worked hard in the weight room. He’s worked hard building a routine. This guy loves the ball in his hand.”</p><p>___</p><p>AP MLB: https://apnews.com/hub/mlb</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/QDY4FPM5XOPAPSH5NMMCE2B3DQ.jpg?auth=1d4f8d5074b16d4c179fb73521044ca94a03585e5deefe186f74208c02079c0b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Milwaukee Brewers' Jacob Misiorowski reacts after recording the final out during the ninth inning of a baseball game against the Philadelphia Phillies, Friday, June 12, 2026, in Milwaukee. (AP Photo/Aaron Gash)]]></media:description><media:credit role="author" scheme="urn:ebu">Aaron Gash</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/7KHCG5274GEFBWJCGZIYNDKQZY.jpg?auth=2101e245d575a2eecad92cd174c6496ee0c9fd65e0214d6c4948c01dc17034a1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Milwaukee Brewers' Jacob Misiorowski pitches during the first inning of a baseball game against the Philadelphia Phillies, Friday, June 12, 2026, in Milwaukee. (AP Photo/Aaron Gash)]]></media:description><media:credit role="author" scheme="urn:ebu">Aaron Gash</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HSKXU5SNL2DWCPZEJFXABUZ7I4.jpg?auth=d84f7c971c8e1b64dc03a89d3d193781a9c356d739b2001ca39403ad3838573f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Milwaukee Brewers' Jacob Misiorowski reacts after recording the final out during the ninth inning of a baseball game against the Philadelphia Phillies, Friday, June 12, 2026, in Milwaukee. (AP Photo/Aaron Gash)]]></media:description><media:credit role="author" scheme="urn:ebu">Aaron Gash</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ZJYXGIIAR7QRFABCIFSTIOMHFY.jpg?auth=3f425b9003f69b8652fda1ab5c3a8ba126498f42fc654c3af56b0e8d36ff8028&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Milwaukee Brewers' Jacob Misiorowski reacts after striking out a Philadelphia Phillies batter during the eighth inning of a baseball game Friday, June 12, 2026, in Milwaukee. (AP Photo/Aaron Gash)]]></media:description><media:credit role="author" scheme="urn:ebu">Aaron Gash</media:credit></media:content></item><item><title><![CDATA[FIFA World Cup 2026: Here is the June 13 schedule for Day 3 of group matches ]]></title><link>https://www.local10.com/sports/2026/06/12/fifa-world-cup-2026-here-is-the-june-13-schedule-for-day-3-of-group-matches/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/12/fifa-world-cup-2026-here-is-the-june-13-schedule-for-day-3-of-group-matches/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[FIFA World Cup fans have two Group Stage matches to watch on Friday. ]]></description><pubDate>Sat, 13 Jun 2026 02:42:29 +0000</pubDate><content:encoded><![CDATA[<p>FIFA World Cup 2026 fans have three group stage matches to watch on Saturday. </p><p>At 2 p.m., the <a href="https://www.local10.com/entertainment/2026/06/10/fifa-world-cup-fan-festival-to-open-saturday-at-bayfront-park/" target="_self" rel="" title="https://www.local10.com/entertainment/2026/06/10/fifa-world-cup-fan-festival-to-open-saturday-at-bayfront-park/">Fan Festival opens</a> until midnight for the watch parties at Bayfront Park in downtown Miami. </p><p>Qatar vs. Switzerland, a <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/">Group B</a> match, is at 3 p.m. at the San Francisco Bay Area stadium. </p><p>Brazil vs. Morocco, a <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/">Group C</a> match, is at 6 p.m. at MetLife Stadium in East Rutherford, New Jersey. </p><p>Haiti vs. Scotland, also a <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/">Group C</a> match, is at 9 p.m. at the Boston Stadium in Foxborough, Massachusetts.</p><h3><b>Groups’ 1st stage progress </b></h3><p><b>Group D progress on Friday: </b><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/">United States gets 3 points after opener against Paraguay</a></p><p><b>Group B progress on Friday:</b> <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/">Canada and Bosnia and Herzegovina each get 1 point</a></p><p><b>Group A progress on Thursday: </b><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/">Mexico and South Korea each get 3 points after openers</a></p><h3><b>World Cup schedule </b> </h3><p><b>June 14</b>: There are five matches: The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/">Group D</a>, Australia vs. Turkey, game is at Midnight. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/">Group E</a>, Germany vs. Curaçao, game is at 1 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/">Group F</a>, The Netherlands vs. Japan, game is at 4 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/">Group E</a>, Ivory Coast vs. Ecuador, game is at 7 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/">Group F</a>, Sweden vs. Tunisia, game is at 10 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from noon to 10 p.m. at Bayfront Park, at 301 Biscayne Boulevard. </p><p><b>June 15</b>: There are four matches: The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/">Group H</a>, Spain vs. Cape Verde, game is at Noon. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/">Group G</a>, Belgium vs. Egypt, game is at 3 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/">Group H</a>, Saudi Arabia vs. Uruguay, game is at 6 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/">Group G</a>, Iran vs. New Zealand, game is at 9 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from 11 a.m. to 9 p.m. at Bayfront Park, at 301 Biscayne Boulevard. </p><p><b>June 16</b>: There are three matches: The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">Group I</a>, France vs. Senegal, game is at 3 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">Group I</a>, Iraq vs. Norway, game is at 6 p.m. The<a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/"> Group J</a>, Argentina vs. Algeria, game is at 9 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from 2 p.m. to midnight at Bayfront Park, at 301 Biscayne Boulevard. </p><p><b>June 17</b>: There are five matches: The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/">Group J</a>, Austria vs. Jordan, game is at Midnight. The <a href="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/" target="_self" rel="" title="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/">Group K</a>, Portugal vs. Congo, game is at 1 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/">Group L</a>, England vs. Croatia, game is at 4 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/">Group L</a>, Ghana vs. Panama, game is at 7 p.m. The <a href="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/" target="_self" rel="" title="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/">Group K</a>, Uzbekistan vs. Colombia, game is at 10 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from noon to 10 p.m. at Bayfront Park, at 301 Biscayne Boulevard. </p><p><b>June 18</b>: There are four matches: The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/">Group A</a> match, The Czech Republic vs. South Africa, is at Noon. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/">Group B</a>, Switzerland vs. Bosnia, game is at 3 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/">Group B</a>, Canada vs. Qatar, game is at 6 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/">Group A</a> match, Mexico vs. South Korea, is at 9 p.m.</p><p><b>Miami watch parties</b>: The fan festival opens from 11 a.m. to 9 p.m. at Bayfront Park, at 301 Biscayne Boulevard. </p><p><b>June 19</b>: There are four matches: The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/">Group D</a>, U.S. vs. Australia, game is at 3 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/">Group C</a>, Scotland vs. Morocco, game is at 6 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/">Group C</a>, Brazil vs. Haiti, game is at 8:30 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/">Group D</a>, Turkey vs. Paraguay, game is at 11 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from 2 p.m. to midnight at Bayfront Park, at 301 Biscayne Boulevard. </p><p><b>June 20</b>: There are three matches: The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/">Group F</a>, Netherlands vs. Sweden, game is at 1 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/">Group E</a>, Germany vs. Ivory Coast, game is at 4 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/">Group E</a>, Ecuador vs. Curaçao, game is at 8 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from noon to 11 p.m. at Bayfront Park, at 301 Biscayne Boulevard. </p><p><b>Miami Beach fan party: </b>Doors open at 6 p.m. on June 20 at The Bandshell, at 7275 Collins Ave., for an event for Uruguayan fans co-hosted by the Consulate General of Uruguay.</p><p><b>June 21</b>: There are five matches: The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/">Group F</a>, Tunisia vs. Japan, game is at Midnight. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/">Group H</a>, Spain vs. Saudi Arabia, game is at Noon. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/">Group G</a>, Belgium vs. Iran, game is at 3 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/">Group H</a>, Uruguay vs. Cape Verde, game is at 6 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/">Group G</a>, New Zealand vs. Egypt, game is at 9 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from 11 a.m. to 9 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>June 22</b>: There are four matches: The<a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/"> Group J</a>, Argentina vs. Austria, game is at 1 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">Group I</a>, France vs. Iraq, game is at 5 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">Group I</a>, Norway vs. Senegal, game is at 8 p.m. The<a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/"> Group J</a>, Jordan vs. Algeria, game is at 11 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from noon to 8 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>Miami Beach watch party: </b>Doors open at 11 a.m. on June 22 at The Bandshell, at 7275 Collins Ave., for the 1 p.m. Argentina vs. Austria match.</p><p><b>June 23</b>: There are four matches: The <a href="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/" target="_self" rel="" title="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/">Group K</a>, Portugal vs. Uzbekistan, game is at 1 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/">Group L</a>, England vs. Ghana, game is at 4 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/">Group L</a>, Panama vs. Croatia, game is at 7 p.m. The <a href="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/" target="_self" rel="" title="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/">Group K</a>, Colombia vs. Congo, game is at 10 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from noon to 1 a.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>June 24</b>: There are six matches: The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/">Group B</a>, Switzerland vs. Canada, game is at 3 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/">Group B</a>, Bosnia vs. Qatar, game is at 3 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/">Group C</a>, Morocco vs. Haiti, game is at 6 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/">Group C</a>, Scotland vs. Brazil, game is at 6 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/">Group A</a>, South Africa vs. South Korea, game is at 9 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/">Group A</a>, Czech Republic vs. Mexico, game is at 9 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from 2 p.m. to 9 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>Miami Beach watch party: </b>Doors open at 4 p.m. on June 24 at The Bandshell, at 7275 Collins Ave., for the 6 p.m. Scotland vs. Brazil match.</p><p><b>June 25</b>: There are six matches: The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/">Group E</a>, Curaçao vs. Ivory Coast, game is at 4 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/">Group E</a>, Ecuador vs. Germany, game is at 4 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/">Group F</a>, Tunisia vs. Netherlands, game is at 7 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/">Group F</a>, Japan vs. Sweden, game is at 7 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/">Group D</a>, Turkey vs. U.S., game is at 10 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/">Group D</a>, Paraguay vs. Australia, game is at 10 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from 3 p.m. to 1 a.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>June 26</b>: There are six matches: The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">Group I</a>, Norway vs. France, game is at 3 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">Group I</a>, Senegal vs. Iraq, game is at 3 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/">Group H</a>, Cape Verde vs. Saudi Arabia, game is at 8 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/">Group H</a>, Uruguay vs. Spain, game is at 8 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/">Group G</a>, New Zealand vs. Belgium, game is at 11 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/">Group G</a>, Egypt vs. Iran, game is at 11 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from 2 p.m. to 11 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>June 27</b>: There are six matches: The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/">Group L</a>, Panama vs. England, game is at 5 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/">Group L</a>, Croatia vs. Ghana, game is at 5 p.m. The <a href="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/" target="_self" rel="" title="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/">Group K</a>, Colombia vs. Portugal, game is at 7:30 p.m. The <a href="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/" target="_self" rel="" title="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/">Group K</a>, Congo vs. Uzbekistan, game is at 7:30 p.m. The<a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/"> Group J</a>, Algeria vs. Austria, game is at 10 p.m. The<a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/"> Group J</a>, Jordan vs. Argentina, game is at 10 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from 4 p.m. to 1 a.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>Sunrise watch party</b>: The indoor Amerant Bank Arena is hosting a free watch party <a href="https://www.amerantbankarena.com/events/detail/world-cup-watch-party" target="_self" rel="" title="https://www.amerantbankarena.com/events/detail/world-cup-watch-party">for ticket holders</a> at 7:30 p.m. on June 27. Parking is free. Broward County is offering <a href="https://www.broward.org/BCT/Pages/WorldCup.aspx" target="_self" rel="" title="https://www.broward.org/BCT/Pages/WorldCup.aspx">free Express bus transportation</a> from the arena to the Miami Stadium, also known as Hard Rock, in Miami Gardens, to FIFA World Cup ticket holders.</p><p><b>June 28</b>: There is a match at 3 p.m. </p><p><b>Miami watch party</b>: The fan festival opens from 1 p.m to 10 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>June 29</b>: There are three matches at 1 p.m., 4:30 p.m., and 9 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from noon to midnight at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>June 30</b>: There are three matches at 1 p.m., 5 p.m., and 9 p.m.</p><p><b>Miami watch parties</b>: The fan festival opens from noon to midnight at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>July 1</b>: There are three matches at noon, 4 p.m., and 9 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from 11 a.m. to 11 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>July 2</b>: There are three matches at 3 p.m., 7 p.m., and 11 p.m.</p><p><b>Miami watch parties</b>: The fan festival opens from 2 p.m. to 10 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>July 3</b>: There are three matches at 2 p.m., 6 p.m., and 9:30 p.m.</p><p><b>Miami watch parties</b>: The fan festival opens from 1 p.m to 9 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>July 4:</b> There are two matches at 1 p.m. and 5 p.m.</p><p><b>Miami watch parties</b>: The fan festival opens from noon to midnight at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>July 5</b>: There are two matches at 4 p.m. and 8 p.m.</p><p><b>Miami watch parties</b>: The fan festival opens for the last day from 3 p.m. to 11 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>July 6</b>: There are two matches at 3 p.m. and 8 p.m. </p><p><b>July 7</b>: There are two matches at Noon and 4 p.m. </p><p><b>July 9</b>: There is a quarter-final match at 4 p.m. </p><p><b>July 10</b>: There is a quarter-final match at 3 p.m. </p><p><b>July 11</b>: There are two quarter-final matches at 5 p.m. and 9 p.m.</p><p><b>Sunrise watch party</b>: The indoor Amerant Bank Arena is hosting a free watch party <a href="https://www.amerantbankarena.com/events/detail/world-cup-watch-party" target="_self" rel="" title="https://www.amerantbankarena.com/events/detail/world-cup-watch-party">for ticket holders</a> at 5 p.m. on July 11. Parking is free. </p><p><b>July 14</b>: The fan festival is closed. There is a semi-final match at 3 p.m. </p><p><b>Miami Beach watch party: </b>Doors open at 3 p.m. on July 14 at The Bandshell, at 7275 Collins Ave., for the semifinal match.</p><p><b>July 15</b>: There is a semi-final match at 3 p.m. </p><p><b>Miami Beach watch party: </b>Doors open at 3 p.m. on July 15 at The Bandshell, at 7275 Collins Ave., for the semifinal match.</p><p><b>July 18</b>: The third-place play-off match is at 5 p.m. </p><p><b>Miami Beach watch party: </b>Doors open at 3 p.m. on July 18 at The Sandbowl, behind The Bandshell, at 7275 Collins Ave., for the 5 p.m. bronze final. </p><p><b>Sunrise ride to stadium</b>: The Amerant Bank Arena has free parking for FIFA World Cup ticket holders who ride Broward County’s <a href="https://www.broward.org/BCT/Pages/WorldCup.aspx" target="_self" rel="" title="https://www.broward.org/BCT/Pages/WorldCup.aspx">free Express bus transportation</a> to the Miami Stadium, also known as Hard Rock, in Miami Gardens. </p><p><b>July 19</b>: The final match is at 3 p.m. </p><p><b>Miami Beach watch party: </b>Doors open at 1 p.m. on July 19 at The Sandbowl, behind The Bandshell, at 7275 Collins Ave., for the 3 p.m. final.</p><p><b>Sunrise watch party</b>: The indoor Amerant Bank Arena is hosting a free watch party <a href="https://www.amerantbankarena.com/events/detail/world-cup-watch-party" target="_self" rel="" title="https://www.amerantbankarena.com/events/detail/world-cup-watch-party">for ticket holders</a> for the final on July 19. Parking is free. </p><p><b>Related stories </b></p><ul><li><a href="https://www.local10.com/sports/local/2026/06/11/fifa-world-cup-2026-key-information-for-fans-attending-matches-at-miami-stadium/" target="_self" rel="" title="https://www.local10.com/sports/local/2026/06/11/fifa-world-cup-2026-key-information-for-fans-attending-matches-at-miami-stadium/">Key information for fans attending matches at Miami Stadium </a></li><li><a href="https://www.local10.com/news/local/2026/06/10/security-guard-accused-of-stealing-fifa-referee-uniform-from-miami-beach-hotel/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/10/security-guard-accused-of-stealing-fifa-referee-uniform-from-miami-beach-hotel/">Security guard accused of stealing FIFA referee uniform from Miami Beach hotel</a></li></ul><h3><b>Track FIFA World Cup groups</b></h3><ul><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/">Group A </a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/">Group B</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/">Group C</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/">Group D</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/">Group E</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/">Group F</a> </li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/">Group G</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/">Group H </a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">Group I</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/">Group J</a></li><li><a href="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/" target="_self" rel="" title="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/">Group K</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/">Group L</a></li></ul>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/BYA22YXXUVY5FOU4SQXUIEULCU.jpg?auth=a6a2d9470f078289886f16c607c509631d9f6cf62dd3a8fbea9d387e73b99018&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Colombian singer J Balvin, center on stairs, performs before the start of the World Cup Group A soccer match between Mexico and South Africa in Mexico City, Thursday, June 11, 2026. (AP Photo/Ricardo Mazalan)]]></media:description><media:credit role="author" scheme="urn:ebu">Ricardo Mazalan</media:credit></media:content></item><item><title><![CDATA[FIFA World Cup 2026 Group C:  Brazil and Haiti to play openers ]]></title><link>https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/</link><guid isPermaLink="true">https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[FIFA announced that the national teams of Haiti and Brazil are part of the World Cup’s Group C, and are set to play the first three matches on June 13, 19, and 24. ]]></description><pubDate>Fri, 05 Dec 2025 18:34:42 +0000</pubDate><content:encoded><![CDATA[<p>The four teams in Group C competing to advance to the FIFA World Cup 2026 Round of 32 are Brazil (5), Morocco (11), Haiti (84), and Scotland (36).</p><p><b>GROUP STAGE MATCHES</b></p><p><a href="https://www.local10.com/sports/2026/06/12/fifa-world-cup-2026-here-is-the-june-13-schedule-for-day-3-of-group-matches/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/12/fifa-world-cup-2026-here-is-the-june-13-schedule-for-day-3-of-group-matches/"><b>June 13:</b></a><b> </b>Coverage of Day 1 of Group C matches</p><p>Brazil’s opener against Morocco is at 6 p.m. in New Jersey. </p><p>Haiti’s opener against Scotland is at 9 p.m. in Boston. </p><p><b>Related story</b>: <a href="https://www.local10.com/sports/local/2025/12/05/haitis-long-awaited-world-cup-return-comes-with-formidable-group-c-challenge/" target="_self" rel="" title="https://www.local10.com/sports/local/2025/12/05/haitis-long-awaited-world-cup-return-comes-with-formidable-group-c-challenge/">Haiti’s long-awaited World Cup return comes with formidable Group C challenge</a></p><p><b>June 19: </b>Day 2 of Group C first-stage matches</p><p>Scotland plays against Morocco at 6 p.m. in Boston. </p><p>Brazil plays against Haiti at 9 p.m. in Philadelphia. </p><p><b>June 24: </b>Day 3 of Group C first-stage matches</p><p>Brazil plays against Scotland at 6 p.m. at the Miami Stadium, also known as the Hard Rock Stadium in Miami Gardens. </p><p>Haiti plays against Morocco at 6 p.m. in Atlanta. </p><h3><b>Track the groups</b></h3><ul><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/">Group A </a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/">Group B</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/">Group D</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/">Group E</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/">Group F</a> </li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/">Group G</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/">Group H </a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">Group I</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/">Group J</a></li><li><a href="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/" target="_self" rel="" title="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/">Group K</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/">Group L</a></li></ul>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/RHF5YUSH3FFTROAUQN5I7R673Q.jpg?auth=ab439208bfece0ba60640dddbf88928df391cdfc4616be289fc54e4ad7fe96e6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Folarin Balogun, who could have played for England or Nigeria, scores 2 for US in World Cup debut]]></title><link>https://www.local10.com/sports/2026/06/12/folarin-balogun-who-could-have-played-for-england-or-nigeria-scores-2-for-us-in-world-cup-debut/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/12/folarin-balogun-who-could-have-played-for-england-or-nigeria-scores-2-for-us-in-world-cup-debut/</guid><dc:creator><![CDATA[By BETH HARRIS, Associated Press]]></dc:creator><description><![CDATA[INGLEWOOD, Calif. (AP) — Folarin Balogun could have played for any one of three countries. He chose the United States, and it paid off with a splashy World Cup debut on home soil.]]></description><pubDate>Sat, 13 Jun 2026 04:17:53 +0000</pubDate><content:encoded><![CDATA[<p>INGLEWOOD, Calif. (AP) — Folarin Balogun could have played for any one of three countries. He chose the United States, and it paid off with a splashy World Cup debut on home soil.</p><p>The 24-year-old striker scored two goals as the Americans opened with a 4-1 victory over Paraguay on Friday night in front of a rabid and star-studded red, white and blue-clad sold-out crowd of 70,492 at SoFi Stadium.</p><p>“I visualized my debut in the World Cup scoring, but the reality did surpass that,” Balogun said. “A very dreamy night.”</p><p>With retired England captain David Beckham looking on, Balogun became the first U.S. player to score multiple goals in a World Cup game since 1930. Back then, Bert Patenaude scored all three goals in a 3-0 U.S. win over Paraguay, the first hat trick in World Cup history.</p><p>“The kid’s insane,” teammate Christian Pulisic said. “He’s lethal right now. We’re really lucky to have him.”</p><p>Balogun was born in the New York City borough of Brooklyn to Nigerian parents. A month later, he moved to England, where he grew up in London. He joined Arsenal's academy at age 8. He represented England at the youth level and also played for the U.S. under-18 team.</p><p>England's roster is traditionally filled with stars. Nigeria failed to qualify for this World Cup. So Balogun is making himself an American household name during this summer of soccer.</p><p>“Everyone will look at the goals,” Pulisic said, “but the way he’s fighting against these center backs, holding up the ball, getting fouls, I really like it.”</p><p>Balogun committed to play for the U.S. three years ago.</p><p>“I've always said the fans gave me so much motivation and showed me so much support. The most important thing has always been to be able to repay that,” he said. “I just want to continue to show the fans I made the right decision.”</p><p>Among the crowd were Balogun's relatives, with extended family watching around the U.S. and in London.</p><p>“I was able to spot them out in the crowd, but it was tough because so many fans were wearing red and white,” he said. “I had to sort a lot of tickets, but I’m happy to do it because this is a once in a lifetime occasion and I want everyone to experience it.”</p><p>The U.S. took a 1-0 lead on an own goal by Damian Bobadilla.</p><p>Balogun extended the lead to 2-0 when Christian Pulisic played the ball into the box to set up Balogun with his 21st career assist. That tied Pulisic for fourth most in U.S. history.</p><p>Minutes earlier, Balogun nearly had another goal, but it was called back when the U.S. was offside.</p><p>Undeterred, Balogun scored again just before halftime, putting the ball in the upper left corner for a 3-0 lead.</p><p>“I’ve not been able to take it all in,” he said.</p><p>Balogun was heading back to the team hotel to rest.</p><p>“To be honest, I think I’ll just watch some Netflix,” he said, smiling.</p><p>___</p><p>AP World Cup coverage: https://apnews.com/hub/fifa-world-cup</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/42TQQ5F7WQCUOTNOHFRVTJ3XXY.jpg?auth=8ea760b05712cae3530ebf10931f2625a707806a6d5e6a0fe03f0e0ff6dc5f97&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[United States' Folarin Balogun, center, celebrates scoring his side's third goal against Paraguay with teamates during the World Cup Group D soccer match in Inglewood, Calif., near Los Angeles, Friday, June 12, 2026. (AP Photo/Andre Penner)]]></media:description><media:credit role="author" scheme="urn:ebu">Andre Penner</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VTXE6DWRX2Q4NHGCUNDO7DZ35Q.jpg?auth=ba7a6686275b975cd4e44b4396f48a9a9af496e6997daa87cdc5138f685cbb2d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[United States' Folarin Balogun (20) celebrates scoring his side's third goal against Paraguay with teamate Chris Richards during the World Cup Group D soccer match in Inglewood, Calif., near Los Angeles, Friday, June 12, 2026. (AP Photo/Andre Penner)]]></media:description><media:credit role="author" scheme="urn:ebu">Andre Penner</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/JTAUFR3WFOIAM7RZKMIBVJXUP4.jpg?auth=399fde93ecd42430677fa10d9a4001fe1e1a5efcef5af9d191f6ce514842174d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[United States' Folarin Balogun (20) celebrates scoring his side's second goal against Paraguay during the World Cup Group D soccer match in Inglewood, Calif., near Los Angeles, Friday, June 12, 2026. (AP Photo/Andre Penner)]]></media:description><media:credit role="author" scheme="urn:ebu">Andre Penner</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3H243CNYNSQ3MSO2EOXOFPYL7I.jpg?auth=e46c66c2add936b608fd047dd7f0354ced69750a3e9228f6bcc867d86c59078d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[United States' Folarin Balogun scores his side's second goal against Paraguay during a World Cup Group D soccer match in Inglewood, Calif., near Los Angeles, Friday, June 12, 2026. (AP Photo/Marcio J. Sanchez)]]></media:description><media:credit role="author" scheme="urn:ebu">Marcio J. Sanchez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/UW3AGQTV25JTHVLTRWBC4644EM.jpg?auth=23cd99ac00ccb7f495a6f74bfaf69bd8a44a653de87e33864283fd0f404206b7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[United States' Christian Pulisic (10) controls the ball as Paraguay's Andres Cubas (14) defends during the World Cup Group D soccer match in Inglewood, Calif., near Los Angeles, Friday, June 12, 2026. (AP Photo/Jayne Kamin-Oncea)]]></media:description><media:credit role="author" scheme="urn:ebu">Jayne Kamin-Oncea</media:credit></media:content></item><item><title><![CDATA[FIFA World Cup 2026 Group B: Qatar to play against Switzerland]]></title><link>https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/</link><guid isPermaLink="true">https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[The four teams in Group B competing to move forward to the quarterfinals of the FIFA World Cup 2026 are Canada (27), Bosnia and Herzegovina (64), Qatar (51), and Switzerland (17).]]></description><pubDate>Fri, 05 Dec 2025 18:34:09 +0000</pubDate><content:encoded><![CDATA[<p>The four teams in Group B competing to move forward to the quarterfinals of the FIFA World Cup 2026 are Canada (27), Bosnia and Herzegovina (64), Qatar (51), and Switzerland (17).</p><p><b>GROUP STAGE MATCHES</b></p><p><a href="https://www.local10.com/sports/2026/06/12/fifa-world-cup-2026-here-is-the-june-13-schedule-for-day-3-of-group-matches/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/12/fifa-world-cup-2026-here-is-the-june-13-schedule-for-day-3-of-group-matches/"><b>June 13</b></a><b>: </b>Day 2 of Group B in 1st stage</p><p>Qatar plays against Switzerland at 9 a.m. at the San Francisco Bay Area Stadium</p><p><a href="https://www.local10.com/sports/2026/06/12/fifa-world-cup-2026-todays-games/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/12/fifa-world-cup-2026-todays-games/"><b>June 12</b></a><b>: </b>Coverage of Day 1 of Group B<b> </b>in 1st stage</p><p><b>Canada and Bosnia and Herzegovina tie 1-1 in Toronto</b></p><figure><img src="https://www.local10.com/resizer/v2/S52H2Y7QQVNNSNP2RY2UOFA3OU.jpg?auth=89ba03e12d2feb18bbe5a364f43f00c428c1a958476ec11f9742fe005ce5e39f&smart=true&width=1200&height=900" alt="Canada goalkeeper Maxime Crepeau punches the ball clear as Bosnia's Tarik Muharemovic attempts to head the ball during the World Cup Group B soccer match between Canada and Bosnia in Toronto, Friday, June 12, 2026. (AP Photo/Stephanie Scarbrough)" height="900" width="1200"/><figcaption>Canada goalkeeper Maxime Crepeau punches the ball clear as Bosnia's Tarik Muharemovic attempts to head the ball during the World Cup Group B soccer match between Canada and Bosnia in Toronto, Friday, June 12, 2026. (AP Photo/Stephanie Scarbrough)</figcaption></figure><ul><li><b>FIFA game video</b>: <a href="https://www.youtube.com/watch?v=bSKM39MmRNM" target="_self" rel="" title="https://www.youtube.com/watch?v=bSKM39MmRNM">Canadian Cyle Larin scores goal</a></li><li><b>FIFA game video</b>: <a href="https://www.youtube.com/watch?v=dIOP3aATKFs" target="_self" rel="" title="https://www.youtube.com/watch?v=dIOP3aATKFs">Bosnian Jovo Lukić scores goal</a></li><li><b>FIFA post-match video</b>: <a href="https://www.youtube.com/watch?v=FeSYwpzgtZc" target="_self" rel="" title="https://www.youtube.com/watch?v=FeSYwpzgtZc">Interviews with players in French, English, and Bosnian</a></li><li><a href="https://www.local10.com/sports/2026/06/12/canada-is-ready-to-become-a-soccer-nation-as-it-hosts-world-cup-opener-against-bosnia-herzegovina/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/12/canada-is-ready-to-become-a-soccer-nation-as-it-hosts-world-cup-opener-against-bosnia-herzegovina/">Canada is ready to become a soccer nation as it hosts World Cup opener against Bosnia-Herzegovina</a></li><li><a href="https://www.local10.com/entertainment/2026/06/12/a-bosnian-song-about-disillusionment-with-the-american-dream-becomes-a-world-cup-banger/" target="_self" rel="" title="https://www.local10.com/entertainment/2026/06/12/a-bosnian-song-about-disillusionment-with-the-american-dream-becomes-a-world-cup-banger/">A Bosnian song about disillusionment with the American Dream becomes a World Cup banger</a></li></ul><h3><b>Future matches</b></h3><p><b>June 18: </b>Day 2 of Group B matches</p><p>Switzerland plays against Bosnia and Herzegovina at 9 a.m. at the Los Angeles Stadium. </p><p>Canada plays against Qatar at 12 p.m. at BC Place Vancouver. </p><p><b>June 24: </b>Day 3 of Group B matches</p><p>Bosnia and Herzegovina play against Qatar at 9 a.m. at the Seattle Stadium.</p><p>Switzerland plays against Canada at 9 a.m. at BC Place Vancouver. </p><h3><b>Track the groups</b></h3><ul><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/">Group A </a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/">Group C</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/">Group D</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/">Group E</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/">Group F</a> </li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/">Group G</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/">Group H </a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">Group I</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/">Group J</a></li><li><a href="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/" target="_self" rel="" title="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/">Group K</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/">Group L</a></li></ul>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/OWBULFBNZJDOZDYOT5QAUC64SY.jpg?auth=f0c9296f88f497cf4371ee8ef5546c68c66aac25d54b0c00160c7383048ab317&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Roaring crowds in stars and stripes show up for the US team, and soccer's moment in their country]]></title><link>https://www.local10.com/sports/2026/06/12/roaring-crowds-in-stars-and-stripes-show-up-for-the-us-team-and-soccers-moment-in-their-country/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/12/roaring-crowds-in-stars-and-stripes-show-up-for-the-us-team-and-soccers-moment-in-their-country/</guid><dc:creator><![CDATA[By AMY TAXIN and JAIMIE DING, Associated Press]]></dc:creator><description><![CDATA[INGLEWOOD, Calif. (AP) — It was a stadium like any other, packed with American sports fans wearing their favorite team's jerseys and red-white-and-blue face paint, roaring as players took the field.]]></description><pubDate>Sat, 13 Jun 2026 04:17:26 +0000</pubDate><content:encoded><![CDATA[<p>INGLEWOOD, Calif. (AP) — It was a stadium like any other, packed with American sports fans wearing their favorite team's jerseys and red-white-and-blue face paint, roaring as players took the field.</p><p>Only this time, the sport was soccer.</p><p>The U.S. team's home opener in the World Cup on Friday brought more than 70,000 passionate soccer enthusiasts to the massive stadium near Los Angeles, where they saw the U.S. beat Paraguay 4-1. They had, in many cases, paid thousands of dollars to see their team play on the biggest global stage for a sport that has long been eclipsed in the United States — a sport many say is finally having its moment.</p><p>Many fans said they grew up playing soccer in recreational leagues as young children, and well into high school and college. Nakisha Gutierrez, a 37-year-old occupational therapist from Los Angeles, and her sister both played the sport. Their Argentine father raised them on soccer, and the next generation is now taking it up, too, she said.</p><p>“It's in the family blood,” said Gutierrez, her cheeks painted with sparkling red-and-blue stars. “It is the American culture — it's starting to be.”</p><p>The World Cup is played every four years, and fans around the world track their national teams, hoping they'll have a strong enough showing to qualify for it. In many countries — like Friday's opponent, Paraguay — just making it to the tournament can prompt street parties, fireworks and national holidays. In the United States, though, the response is often a bit more muted. Soccer has long been overshadowed by football, basketball and “America's pastime” of baseball.</p><p>But soccer's popularity has risen in the United States since the country last hosted the World Cup in 1994. Major League Soccer was launched two years later, and soccer has become especially popular among young athletes.</p><p>There was palpable joy in the air for U.S. fans watching the match as Folarin Balogun scored an electric two goals in the first half of the game, and star player Christian Pulisic made a shot that led to a Paraguay own goal. But the stadium was aroar when Gio Reyna sealed Paraguay’s fate with a late fourth goal during added time.</p><p>Samuel Esquivel, 9, said he was screaming when the match ended.</p><p>“That was probably, like, the second best goal,” he said of Reyna's shot. He started playing soccer last year and said he already wants to win a World Cup.</p><p>His father Roman Esquivel said they came from a family that played football, basketball, and baseball. But Esquivel's daughter and son both fell in love with soccer, and their enthusiasm for the game has spread to him as well.</p><p>“It's the most beautiful sport in the world,” he said. “There's a reason why the whole world plays soccer.”</p><p>Interest has also been buoyed by immigrants from countries where, as Gutierrez puts it, “soccer is life.”</p><p>Ava Cupit, 14, traveled with her family from Franklin, Tennessee, to cheer on the U.S. team, dressed up as the Statue of Liberty. Her great-grandfather was from Spain and helped bring soccer to their small town, where he built fields and promoted the sport.</p><p>“He made us all fall in love with it, and our whole family loves soccer,” Ava’s mother Rachel Cupit said. “The people who’ve married in, they’ve just become a part of it too.”</p><p>In the massive stadium in Inglewood, California, usually home to football games, seats were a sea of red and white. Fans wore glitter, Stars-and-Stripes high-tops, overalls, robes and the team's hallmark jerseys. Some dressed as that ultimate symbol of American patriotism, Uncle Sam, with long white beards and top hats. A few wore George Washington costumes.</p><p>They came to show their support for their team, and to show that Americans, like the rest of the world, can be passionate about soccer, too. Many were trying to attend all of the U.S. team's group round matches. One spectator said he came from Texas after seeing the U.S. team previously face off in international matches before large crowds backing their opponents.</p><p>Self-proclaimed soccer “addict” Jose Contreras said he grew up playing the sport with his uncle in Mexico because it was cheap and accessible. He flew from Georgia to support the U.S. in its opening match, even though there are games he could attend in Atlanta, closer to home.</p><p>“This is one of the happiest days of my life,” Contreras said.</p><p>___</p><p>AP World Cup coverage: https://apnews.com/hub/fifa-world-cup</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/R6RMMGGTYTURB6WNP7UFZ6FHMM.jpg?auth=0fbefa43d61b80b601514497e3bfdd5c8ea1397cc4f48cf791ca09732318ba81&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[United States fans cheer prior to the World Cup Group D soccer match between the United States and Paraguay in Inglewood, Calif., near Los Angeles, Friday, June 12, 2026. (AP Photo/Andre Penner)]]></media:description><media:credit role="author" scheme="urn:ebu">Andre Penner</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FHVWRXGRD4OIOEJCMIFCHAHDRQ.jpg?auth=85e2f1753c7536e4a3e7755c80d16868fb27318c21b7bbc5acb9934753545daa&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Fans of United States cheer prior to the World Cup Group D soccer match between the United States and Paraguay in Inglewood, Calif., near Los Angeles, Friday, June 12, 2026. (AP Photo/Andre Penner)]]></media:description><media:credit role="author" scheme="urn:ebu">Andre Penner</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ASF2JD42MIIYRK6NJBOAZUOBKQ.jpg?auth=5bee3fe5aafb25efb6bf0b9fe452f7f4cde5cb2d7dbf5c7cf73b2c32390096d9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Fans are seen before the World Cup Group D soccer match between Paraguay and the United States in Inglewood, Calif., near Los Angeles, Friday, June 12, 2026. (AP Photo/Jayne Kamin-Oncea)]]></media:description><media:credit role="author" scheme="urn:ebu">Jayne Kamin-Oncea</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/P5QZDOREF5RTJD2RER7O3WJ3YI.jpg?auth=ddd851442aee0d93fb3fbdd082395f95beb2226283983bb015ccdee37ceb1f7c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A fan waits for the beginning of the World Cup Group D soccer match between the United States and Paraguay in Inglewood, Calif., near Los Angeles, Friday, June 12, 2026. (AP Photo/Jae C. Hong)]]></media:description><media:credit role="author" scheme="urn:ebu">Jae C. Hong</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BPDECUN43JHLMWMMLJNILY23Z4.jpg?auth=3513d943698a7f97b1a263948641a781257ac524d53660ad29c3fa1abba253b9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A United States fan cheers prior to the World Cup Group D soccer match between the United States and Paraguay in Inglewood, Calif., near Los Angeles, Friday, June 12, 2026. (AP Photo/Andre Penner)]]></media:description><media:credit role="author" scheme="urn:ebu">Andre Penner</media:credit></media:content></item><item><title><![CDATA[Anthropic says it has taken its latest AI models offline to comply with new export controls]]></title><link>https://www.local10.com/business/2026/06/12/anthropic-says-has-taken-its-latest-ai-models-offline-to-comply-with-new-export-controls/</link><guid isPermaLink="true">https://www.local10.com/business/2026/06/12/anthropic-says-has-taken-its-latest-ai-models-offline-to-comply-with-new-export-controls/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — AI giant Anthropic said Friday it has taken its latest artificial intelligence models, known as Fable 5 and Mythos 5, offline to comply with a directive from the Trump administration to prevent their use by foreign nationals.]]></description><pubDate>Sat, 13 Jun 2026 02:36:37 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — AI giant Anthropic said Friday it has taken its latest artificial intelligence models, known as Fable 5 and Mythos 5, offline to comply with a directive from the Trump administration to prevent their use by foreign nationals.</p><p>The export controls mark the U.S. government’s most significant step to date to restrict access to the most advanced AI models. Anthropic released Fable widely this week. That model is a limited version of the even more advanced Mythos, to which the company has tightly limited access due to cybersecurity fears.</p><p>In a statement, Anthropic said it disagrees with the government’s handling of the matter, saying it received the directive from the U.S. government Friday afternoon and it did not specify the national security concerns. “We believe the government should have the ability to block unsafe deployments, as part of a statutory process that is transparent, fair, clear, and grounded in technical facts,” the company said. “This action does not adhere to those principles.”</p><p>Anthropic called it a “misunderstanding” and said it hopes to restore access to the models “as soon as possible.”</p><p>The Commerce Department did not immediately respond to a request for comment.</p><p>The action comes 10 days after President Donald Trump signed an executive order to establish a framework for the federal government to vet the national security risks of the most advanced AI systems for up to a month before their public release. Participation by AI developers would be voluntary, the order said.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/5ILLPHMFMT7TSHTZHYDKFOVNFE.jpg?auth=3f14d92a8492e327687875419634f368b70fc5e2c3c3eae8e4b385b4467b238c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Anthropic co-founder and President Daniela Amodei, left, shakes hands with Snowflake CEO Sridhar Ramaswamy during the keynote presentaton at Snowflake Summit 26 Monday, June 1, 2026, in San Francisco. (AP Photo/Jeff Chiu)]]></media:description><media:credit role="author" scheme="urn:ebu">Jeff Chiu</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/7GISLQ3FSNSMFNEJOXWESNVIMU.jpg?auth=c4ad34a41f08a2bb286553b332b424d104a7ffae06fb36f6de71abee6727e9d4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Dario Amodei, CEO & Co-Founder of Anthropic, speaks on a panel at the convening of the International Network of AI Safety Institutes at the Golden Gate Club at the Presidio in San Francisco, Nov. 20, 2024. (AP Photo/Jeff Chiu, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jeff Chiu</media:credit></media:content></item><item><title><![CDATA[FIFA World Cup 2026: Here is the June 12 schedule for Day 2 of group matches ]]></title><link>https://www.local10.com/sports/2026/06/12/fifa-world-cup-2026-todays-games/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/12/fifa-world-cup-2026-todays-games/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[FIFA World Cup fans have two Group Stage matches to watch on Friday. ]]></description><pubDate>Fri, 12 Jun 2026 11:26:05 +0000</pubDate><content:encoded><![CDATA[<p>FIFA World Cup fans have two group stage matches to watch on Friday. </p><p>Canada tied 1-1 against Bosnia and Herzegovina after their <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/">Group B</a> opening match at 3 p.m. </p><p>The United States’ night opener against Paraguay for <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/">Group D</a> is at 9 p.m.</p><p>The Amerant Bank Arena in Sunrise is set to open at 8 p.m. for a free watch party for the United States’ opener.</p><p><b>Group A progress on Thursday: </b><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/">Mexico and South Korea each get 3 points after openers</a></p><p><b>The rest of the schedule </b> </p><p><b>June 13</b>: There are three matches: The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/">Group B</a>, Qatar vs. Switzerland, game is at 3 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/">Group C</a>, Brazil vs. Morocco, game is at 6 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/">Group C</a>, Haiti vs. Scotland, game is at 9 p.m. </p><p><b>Miami watch party</b>: <a href="https://www.local10.com/entertainment/2026/06/10/fifa-world-cup-fan-festival-to-open-saturday-at-bayfront-park/" target="_self" rel="" title="https://www.local10.com/entertainment/2026/06/10/fifa-world-cup-fan-festival-to-open-saturday-at-bayfront-park/">Fan Festival opens from 2 p.m. to midnight on June 13 at Bayfront Park </a> </p><p><b>June 14</b>: There are five matches: The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/">Group D</a>, Australia vs. Turkey, game is at Midnight. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/">Group E</a>, Germany vs. Curaçao, game is at 1 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/">Group F</a>, The Netherlands vs. Japan, game is at 4 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/">Group E</a>, Ivory Coast vs. Ecuador, game is at 7 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/">Group F</a>, Sweden vs. Tunisia, game is at 10 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from noon to 10 p.m. at Bayfront Park, at 301 Biscayne Boulevard. </p><p><b>June 15</b>: There are four matches: The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/">Group H</a>, Spain vs. Cape Verde, game is at Noon. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/">Group G</a>, Belgium vs. Egypt, game is at 3 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/">Group H</a>, Saudi Arabia vs. Uruguay, game is at 6 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/">Group G</a>, Iran vs. New Zealand, game is at 9 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from 11 a.m. to 9 p.m. at Bayfront Park, at 301 Biscayne Boulevard. </p><p><b>June 16</b>: There are three matches: The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">Group I</a>, France vs. Senegal, game is at 3 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">Group I</a>, Iraq vs. Norway, game is at 6 p.m. The<a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/"> Group J</a>, Argentina vs. Algeria, game is at 9 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from 2 p.m. to midnight at Bayfront Park, at 301 Biscayne Boulevard. </p><p><b>June 17</b>: There are five matches: The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/">Group J</a>, Austria vs. Jordan, game is at Midnight. The <a href="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/" target="_self" rel="" title="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/">Group K</a>, Portugal vs. Congo, game is at 1 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/">Group L</a>, England vs. Croatia, game is at 4 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/">Group L</a>, Ghana vs. Panama, game is at 7 p.m. The <a href="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/" target="_self" rel="" title="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/">Group K</a>, Uzbekistan vs. Colombia, game is at 10 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from noon to 10 p.m. at Bayfront Park, at 301 Biscayne Boulevard. </p><p><b>June 18</b>: There are four matches: The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/">Group A</a> match, The Czech Republic vs. South Africa, is at Noon. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/">Group B</a>, Switzerland vs. Bosnia, game is at 3 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/">Group B</a>, Canada vs. Qatar, game is at 6 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/">Group A</a> match, Mexico vs. South Korea, is at 9 p.m.</p><p><b>Miami watch parties</b>: The fan festival opens from 11 a.m. to 9 p.m. at Bayfront Park, at 301 Biscayne Boulevard. </p><p><b>June 19</b>: There are four matches: The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/">Group D</a>, U.S. vs. Australia, game is at 3 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/">Group C</a>, Scotland vs. Morocco, game is at 6 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/">Group C</a>, Brazil vs. Haiti, game is at 8:30 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/">Group D</a>, Turkey vs. Paraguay, game is at 11 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from 2 p.m. to midnight at Bayfront Park, at 301 Biscayne Boulevard. </p><p><b>June 20</b>: There are three matches: The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/">Group F</a>, Netherlands vs. Sweden, game is at 1 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/">Group E</a>, Germany vs. Ivory Coast, game is at 4 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/">Group E</a>, Ecuador vs. Curaçao, game is at 8 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from noon to 11 p.m. at Bayfront Park, at 301 Biscayne Boulevard. </p><p><b>Miami Beach fan party: </b>Doors open at 6 p.m. on June 20 at The Bandshell, at 7275 Collins Ave., for an event for Uruguayan fans co-hosted by the Consulate General of Uruguay.</p><p><b>June 21</b>: There are five matches: The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/">Group F</a>, Tunisia vs. Japan, game is at Midnight. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/">Group H</a>, Spain vs. Saudi Arabia, game is at Noon. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/">Group G</a>, Belgium vs. Iran, game is at 3 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/">Group H</a>, Uruguay vs. Cape Verde, game is at 6 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/">Group G</a>, New Zealand vs. Egypt, game is at 9 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from 11 a.m. to 9 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>June 22</b>: There are four matches: The<a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/"> Group J</a>, Argentina vs. Austria, game is at 1 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">Group I</a>, France vs. Iraq, game is at 5 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">Group I</a>, Norway vs. Senegal, game is at 8 p.m. The<a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/"> Group J</a>, Jordan vs. Algeria, game is at 11 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from noon to 8 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>Miami Beach watch party: </b>Doors open at 11 a.m. on June 22 at The Bandshell, at 7275 Collins Ave., for the 1 p.m. Argentina vs. Austria match.</p><p><b>June 23</b>: There are four matches: The <a href="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/" target="_self" rel="" title="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/">Group K</a>, Portugal vs. Uzbekistan, game is at 1 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/">Group L</a>, England vs. Ghana, game is at 4 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/">Group L</a>, Panama vs. Croatia, game is at 7 p.m. The <a href="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/" target="_self" rel="" title="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/">Group K</a>, Colombia vs. Congo, game is at 10 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from noon to 1 a.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>June 24</b>: There are six matches: The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/">Group B</a>, Switzerland vs. Canada, game is at 3 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/">Group B</a>, Bosnia vs. Qatar, game is at 3 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/">Group C</a>, Morocco vs. Haiti, game is at 6 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/">Group C</a>, Scotland vs. Brazil, game is at 6 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/">Group A</a>, South Africa vs. South Korea, game is at 9 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/">Group A</a>, Czech Republic vs. Mexico, game is at 9 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from 2 p.m. to 9 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>Miami Beach watch party: </b>Doors open at 4 p.m. on June 24 at The Bandshell, at 7275 Collins Ave., for the 6 p.m. Scotland vs. Brazil match.</p><p><b>June 25</b>: There are six matches: The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/">Group E</a>, Curaçao vs. Ivory Coast, game is at 4 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/">Group E</a>, Ecuador vs. Germany, game is at 4 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/">Group F</a>, Tunisia vs. Netherlands, game is at 7 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/">Group F</a>, Japan vs. Sweden, game is at 7 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/">Group D</a>, Turkey vs. U.S., game is at 10 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/">Group D</a>, Paraguay vs. Australia, game is at 10 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from 3 p.m. to 1 a.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>June 26</b>: There are six matches: The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">Group I</a>, Norway vs. France, game is at 3 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">Group I</a>, Senegal vs. Iraq, game is at 3 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/">Group H</a>, Cape Verde vs. Saudi Arabia, game is at 8 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/">Group H</a>, Uruguay vs. Spain, game is at 8 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/">Group G</a>, New Zealand vs. Belgium, game is at 11 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/">Group G</a>, Egypt vs. Iran, game is at 11 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from 2 p.m. to 11 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>June 27</b>: There are six matches: The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/">Group L</a>, Panama vs. England, game is at 5 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/">Group L</a>, Croatia vs. Ghana, game is at 5 p.m. The <a href="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/" target="_self" rel="" title="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/">Group K</a>, Colombia vs. Portugal, game is at 7:30 p.m. The <a href="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/" target="_self" rel="" title="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/">Group K</a>, Congo vs. Uzbekistan, game is at 7:30 p.m. The<a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/"> Group J</a>, Algeria vs. Austria, game is at 10 p.m. The<a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/"> Group J</a>, Jordan vs. Argentina, game is at 10 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from 4 p.m. to 1 a.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>Sunrise watch party</b>: The indoor Amerant Bank Arena is hosting a free watch party <a href="https://www.amerantbankarena.com/events/detail/world-cup-watch-party" target="_self" rel="" title="https://www.amerantbankarena.com/events/detail/world-cup-watch-party">for ticket holders</a> at 7:30 p.m. on June 27. Parking is free. Broward County is offering <a href="https://www.broward.org/BCT/Pages/WorldCup.aspx" target="_self" rel="" title="https://www.broward.org/BCT/Pages/WorldCup.aspx">free Express bus transportation</a> from the arena to the Miami Stadium, also known as Hard Rock, in Miami Gardens, to FIFA World Cup ticket holders.</p><p><b>June 28</b>: There is a match at 3 p.m. </p><p><b>Miami watch party</b>: The fan festival opens from 1 p.m to 10 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>June 29</b>: There are three matches at 1 p.m., 4:30 p.m., and 9 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from noon to midnight at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>June 30</b>: There are three matches at 1 p.m., 5 p.m., and 9 p.m.</p><p><b>Miami watch parties</b>: The fan festival opens from noon to midnight at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>July 1</b>: There are three matches at noon, 4 p.m., and 9 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from 11 a.m. to 11 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>July 2</b>: There are three matches at 3 p.m., 7 p.m., and 11 p.m.</p><p><b>Miami watch parties</b>: The fan festival opens from 2 p.m. to 10 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>July 3</b>: There are three matches at 2 p.m., 6 p.m., and 9:30 p.m.</p><p><b>Miami watch parties</b>: The fan festival opens from 1 p.m to 9 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>July 4:</b> There are two matches at 1 p.m. and 5 p.m.</p><p><b>Miami watch parties</b>: The fan festival opens from noon to midnight at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>July 5</b>: There are two matches at 4 p.m. and 8 p.m.</p><p><b>Miami watch parties</b>: The fan festival opens for the last day from 3 p.m. to 11 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>July 6</b>: There are two matches at 3 p.m. and 8 p.m. </p><p><b>July 7</b>: There are two matches at Noon and 4 p.m. </p><p><b>July 9</b>: There is a quarter-final match at 4 p.m. </p><p><b>July 10</b>: There is a quarter-final match at 3 p.m. </p><p><b>July 11</b>: There are two quarter-final matches at 5 p.m. and 9 p.m.</p><p><b>Sunrise watch party</b>: The indoor Amerant Bank Arena is hosting a free watch party <a href="https://www.amerantbankarena.com/events/detail/world-cup-watch-party" target="_self" rel="" title="https://www.amerantbankarena.com/events/detail/world-cup-watch-party">for ticket holders</a> at 5 p.m. on July 11. Parking is free. </p><p><b>July 14</b>: The fan festival is closed. There is a semi-final match at 3 p.m. </p><p><b>Miami Beach watch party: </b>Doors open at 3 p.m. on July 14 at The Bandshell, at 7275 Collins Ave., for the semifinal match.</p><p><b>July 15</b>: There is a semi-final match at 3 p.m. </p><p><b>Miami Beach watch party: </b>Doors open at 3 p.m. on July 15 at The Bandshell, at 7275 Collins Ave., for the semifinal match.</p><p><b>July 18</b>: The third-place play-off match is at 5 p.m. </p><p><b>Miami Beach watch party: </b>Doors open at 3 p.m. on July 18 at The Sandbowl, behind The Bandshell, at 7275 Collins Ave., for the 5 p.m. bronze final. </p><p><b>Sunrise ride to stadium</b>: The Amerant Bank Arena has free parking for FIFA World Cup ticket holders who ride Broward County’s <a href="https://www.broward.org/BCT/Pages/WorldCup.aspx" target="_self" rel="" title="https://www.broward.org/BCT/Pages/WorldCup.aspx">free Express bus transportation</a> to the Miami Stadium, also known as Hard Rock, in Miami Gardens. </p><p><b>July 19</b>: The final match is at 3 p.m. </p><p><b>Miami Beach watch party: </b>Doors open at 1 p.m. on July 19 at The Sandbowl, behind The Bandshell, at 7275 Collins Ave., for the 3 p.m. final.</p><p><b>Sunrise watch party</b>: The indoor Amerant Bank Arena is hosting a free watch party <a href="https://www.amerantbankarena.com/events/detail/world-cup-watch-party" target="_self" rel="" title="https://www.amerantbankarena.com/events/detail/world-cup-watch-party">for ticket holders</a> for the final on July 19. Parking is free. </p><p><b>Related stories </b></p><ul><li><a href="https://www.local10.com/sports/local/2026/06/11/fifa-world-cup-2026-key-information-for-fans-attending-matches-at-miami-stadium/" target="_self" rel="" title="https://www.local10.com/sports/local/2026/06/11/fifa-world-cup-2026-key-information-for-fans-attending-matches-at-miami-stadium/">Key information for fans attending matches at Miami Stadium </a></li><li><a href="https://www.local10.com/news/local/2026/06/10/security-guard-accused-of-stealing-fifa-referee-uniform-from-miami-beach-hotel/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/10/security-guard-accused-of-stealing-fifa-referee-uniform-from-miami-beach-hotel/">Security guard accused of stealing FIFA referee uniform from Miami Beach hotel</a></li></ul><h3><b>Track FIFA World Cup groups</b></h3><ul><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/">Group A </a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/">Group B</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/">Group C</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/">Group D</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/">Group E</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/">Group F</a> </li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/">Group G</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/">Group H </a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">Group I</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/">Group J</a></li><li><a href="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/" target="_self" rel="" title="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/">Group K</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/">Group L</a></li></ul>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/BYA22YXXUVY5FOU4SQXUIEULCU.jpg?auth=a6a2d9470f078289886f16c607c509631d9f6cf62dd3a8fbea9d387e73b99018&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Colombian singer J Balvin, center on stairs, performs before the start of the World Cup Group A soccer match between Mexico and South Africa in Mexico City, Thursday, June 11, 2026. (AP Photo/Ricardo Mazalan)]]></media:description><media:credit role="author" scheme="urn:ebu">Ricardo Mazalan</media:credit></media:content></item><item><title><![CDATA[Misiorowski strikes out 15 in complete-game 1-hitter as Brewers beat Phillies 6-0]]></title><link>https://www.local10.com/sports/2026/06/12/misiorowski-strikes-out-15-in-complete-game-1-hitter-as-brewers-beat-phillies-6-0/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/12/misiorowski-strikes-out-15-in-complete-game-1-hitter-as-brewers-beat-phillies-6-0/</guid><dc:creator><![CDATA[By RICH ROVITO, Associated Press]]></dc:creator><description><![CDATA[MILWAUKEE (AP) — Jacob Misiorowski struck out a career-high 15 and pitched a complete-game one-hitter to lead the Milwaukee Brewers to a 6-0 win over the Philadelphia Phillies on Friday night.]]></description><pubDate>Sat, 13 Jun 2026 03:52:55 +0000</pubDate><content:encoded><![CDATA[<p>MILWAUKEE (AP) — Jacob Misiorowski struck out a career-high 15 and pitched a complete-game one-hitter to lead the Milwaukee Brewers to a 6-0 win over the Philadelphia Phillies on Friday night.</p><p>Misiorowski (8-2) didn’t walk a batter in facing the minimum number of batters, throwing 95 pitches, 74 for strikes.</p><p>With the capacity crowd at American Family Field on its feet, Misiorowski struck out Justin Crawford to finish the game and raised his hands in the air in his first MLB complete game.</p><p>The Brewers, who entered having lost the final two games of a three-game series against the Athletics in Las Vegas, jumped out to a 1-0 lead in the first with Christian Yelich drawing a leadoff walk and William Contreras knocking him in with a two-out double off Phillies opener Tanner Banks (0-4).</p><p>Milwaukee added a run in the second when Garrett Mitchell led off with an infield single and later scored on a wild pitch.</p><p>Jake Bauers hit 3-run homer, his 13th, with two outs in the fifth inning off Andrew Painter, giving the Brewers a 5-0 lead. Jackson Chourio added a run-scoring single in the sixth inning.</p><p>The Phillies placed outfielder Adolis García on the 60-day injured list with a right lat tear and recalled outfielder Gabriel Rincones Jr. from Triple-a Lehigh Valley. García left in the seventh inning of Wednesday night’s game against the Toronto Blue Jays after making consecutive throws to home plate on sacrifice flies. The team also placed outfielder Steward Berroa on the paternity list.</p><p>The Brewers placed RHP Coleman Crow on the 15-day injured list with a right flexor strain and recalled RHP Craig Yoho from Triple-A Nashville.</p><p>Up next</p><p>Aaron Nola (3-4, 5.86 ERA) gets the start for the Phillies on Saturday against the Brewers' Shane Drohan (3-1, 3.11 ERA).</p><p>___</p><p>AP MLB: https://apnews.com/hub/mlb</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/WTBFZIEJKZWWSBXMSOMHM5X5K4.jpg?auth=b0558a6faaf139382ae93b01a078978db7c0919e1b0ab6ad4b255cc644b5dd32&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Milwaukee Brewers' Jacob Misiorowski pitches during the second inning of a baseball game against the Philadelphia Phillies, Friday, June 12, 2026, in Milwaukee. (AP Photo/Aaron Gash)]]></media:description><media:credit role="author" scheme="urn:ebu">Aaron Gash</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/SISQU6IXB7ZZSXCTKBNYZELYLA.jpg?auth=785bc347f003bb33a25de218641f89cff2abee30c8ea0b3e5ddbf7e7e51d597c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Milwaukee Brewers' Jacob Misiorowski pitches during the first inning of a baseball game against the Philadelphia Phillies, Friday, June 12, 2026, in Milwaukee. (AP Photo/Aaron Gash)]]></media:description><media:credit role="author" scheme="urn:ebu">Aaron Gash</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/V3E7FRRHG2LYYMCFGUANGXAU7I.jpg?auth=d9d8e9553ffab5466646d33e9c0d1401fa10a55f16b16f0a47bd1a2334256577&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Milwaukee Brewers' Jackson Chourio hits an RBI single during the sixth inning of a baseball game against the Philadelphia Phillies, Friday, June 12, 2026, in Milwaukee. (AP Photo/Aaron Gash)]]></media:description><media:credit role="author" scheme="urn:ebu">Aaron Gash</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ALJQ4LFZFAVA7PKT7JEE6LEPCQ.jpg?auth=a26e26368e474deb736a1e0b100838a76b04d5abec6d94fc0d8726975f4da49f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Milwaukee Brewers' Jake Bauers rounds the bases after hitting a three-run home run during the fifth inning of a baseball game against the Philadelphia Phillies, Friday, June 12, 2026, in Milwaukee. (AP Photo/Aaron Gash)]]></media:description><media:credit role="author" scheme="urn:ebu">Aaron Gash</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/OO7MZKFE74UMFRY5V4FGNKA744.jpg?auth=6b6dbaa6778e170753bab2aafa0e3f5001dd9539d96ebbd31b9b1ecc71152c94&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Philadelphia Phillies' Gabriel Rincones Jr. reacts after striking out during the third inning of a baseball game against the Milwaukee Brewers, Friday, June 12, 2026, in Milwaukee. (AP Photo/Aaron Gash)]]></media:description><media:credit role="author" scheme="urn:ebu">Aaron Gash</media:credit></media:content></item><item><title><![CDATA[A coalition sues to block Kentucky’s new 14.25% prediction markets tax]]></title><link>https://www.local10.com/business/2026/06/12/a-coalition-sues-to-block-kentuckys-new-1425-prediction-markets-tax/</link><guid isPermaLink="true">https://www.local10.com/business/2026/06/12/a-coalition-sues-to-block-kentuckys-new-1425-prediction-markets-tax/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[FRANKFORT, Ky. (AP) — A coalition that includes Kalshi, Crypto.com and Polymarket filed a lawsuit Friday challenging Kentucky's first-in-the-nation excise tax on prediction markets.]]></description><pubDate>Sat, 13 Jun 2026 02:05:20 +0000</pubDate><content:encoded><![CDATA[<p>FRANKFORT, Ky. (AP) — A coalition that includes Kalshi, Crypto.com and Polymarket filed a lawsuit Friday challenging Kentucky's first-in-the-nation excise tax on prediction markets.</p><p>The Kentucky General Assembly in April enacted a 14.25% tax on prediction market operators' transaction fees, a levy the lawsuit says is discriminatory, unconstitutional and preempted by federal law.</p><p>Prediction markets are platforms where customers can buy, sell or trade event contracts — a form of derivative that allow placing trades based on whether real-world events, such as election results or economic indicators, will or won't happen.</p><p>The new tax is higher than for Kentucky's “favored incumbent industry,” the lawsuit filed in state court by the Coalition for Fair Markets says, noting a 9.75% tax on wagers at horse tracks.</p><p>In a statement using gambling terminology, Kentucky Attorney General Russell Coleman vowed to fight the legal challenge.</p><p>“You can bet our Office will defend these statutes and the people of our Commonwealth from out-of-state companies that seek to cancel Kentucky’s sports betting laws," he said. “In any courtroom, the attorneys with the AG’s Office are the odds-on favorite to win.”</p><p>The tax disincentivizes the operation of prediction markets in Kentucky, the lawsuit says.</p><p>“No State currently levies a State-specific excise tax of any kind on derivatives transactions that take place on a federally designated exchange, let alone the sort of specifically targeted and discriminatory tax that Kentucky has imposed here," it says.</p><p>Taxing federally regulated markets “just pushes people toward illegal platforms with no oversight and no protections,” Kalshi said in a statement. "Kalshi is an American company, regulated here at home, and we’re joining the fight for Kentuckians’ access to safe, legal markets.”</p><p>Prediction markets have been pushing hard to gain legitimacy among the public and policymakers as a legitimate platform where users can bet on everything from sports to the weather to geopolitical events.</p><p>There have been several incidents where traders have used inside information to profit on prediction market platforms. It was recently disclosed that former former Congressman George Santos was under investigation for allegedly illegally betting he wouldn’t attend President Donald Trump’s State of the Union address after initially saying he would. In April, a U.S. Army soldier was charged with using classified information to make a $400,000 profit trading on Polymarket on the timing of the U.S. military operations in Venezuela earlier this year.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/R3J2PDTCRW6JHNI7FAZ7NJW6OU.jpg?auth=1afd7bc8464bd9f7f9dc86ed684867b7d8b698d0b83ee3252ee1ec34e9835cab&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - An ad for the prediction market app Kalshi is displayed on a mobile phone on April 16, 2026, in Chicago. (AP Photo/Erin Hooley, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Erin Hooley</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DAI4WMQ65OXGHVEUO5XULJVU6E.jpg?auth=fcdc7c5286206c78b7264df2fb4fa6a40f9942eb98cc6d770b51629f5e9bc975&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The logo for crypto.com appears on a mobile phone and computer screen, in New York, Jan. 31, 2023. (AP Photo/Richard Drew, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Richard Drew</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/N6TSPCAN43MK7MSLXGR5TEGGQY.jpg?auth=d2df8c773117752874ed9d41daf5259aac4669e894b36e368ca890c9ab485626&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The prediction market app Polymarket is displayed on a mobile phone Thursday, April 16, 2026, in Chicago. (AP Photo/Erin Hooley, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Erin Hooley</media:credit></media:content></item><item><title><![CDATA[FIFA World Cup 2026 Group A: Mexico and South Korea each get 3 points after openers]]></title><link>https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/</link><guid isPermaLink="true">https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[FIFA announced Mexico’s national team is part of the World Cup’s Group A, and the team’s first matches will be on June 11, June 18, and June 24.   ]]></description><pubDate>Fri, 05 Dec 2025 18:27:58 +0000</pubDate><content:encoded><![CDATA[<p>The four teams in Group A competing to move forward to the quarterfinals of the FIFA World Cup 2026 are <a href="https://www.fifa.com/en/tournaments/mens/worldcup/canadamexicousa2026/teams/mexico/team-news" target="_self" rel="" title="https://www.fifa.com/en/tournaments/mens/worldcup/canadamexicousa2026/teams/mexico/team-news">Mexico</a> (15), <a href="https://www.fifa.com/en/tournaments/mens/worldcup/canadamexicousa2026/teams/south-africa/team-news" target="_self" rel="" title="https://www.fifa.com/en/tournaments/mens/worldcup/canadamexicousa2026/teams/south-africa/team-news">South Africa</a> (61), <a href="https://www.fifa.com/en/tournaments/mens/worldcup/canadamexicousa2026/teams/korea-republic/team-news" target="_self" rel="" title="https://www.fifa.com/en/tournaments/mens/worldcup/canadamexicousa2026/teams/korea-republic/team-news">South Korea</a> (22), and the <a href="https://www.fifa.com/en/tournaments/mens/worldcup/canadamexicousa2026/teams/czechia/team-news" target="_self" rel="" title="https://www.fifa.com/en/tournaments/mens/worldcup/canadamexicousa2026/teams/czechia/team-news">Czech Republic</a> (41).</p><p><b>GROUP STAGE MATCHES</b></p><p><b>June 11: </b>Coverage of Day 1 of Group A matches </p><p><b>Mexico’s “El Tri” wins 2-0 against South Africa</b></p><figure><img src="https://www.local10.com/resizer/v2/CX5BLH376EOCWKJ5EE33QMDPLU.jpg?auth=84cbe78e803e2535c77a8a860a6d778ac67a0c46de638a4b0ca6e3d12cc6a7b4&smart=true&width=1200&height=900" alt="Mexico's Raul Jimenez celebrates after scoring his side's second goal during the World Cup Group A soccer match between Mexico and South Africa in Mexico City, Thursday, June 11, 2026. (AP Photo/Natacha Pisarenko)" height="900" width="1200"/><figcaption>Mexico's Raul Jimenez celebrates after scoring his side's second goal during the World Cup Group A soccer match between Mexico and South Africa in Mexico City, Thursday, June 11, 2026. (AP Photo/Natacha Pisarenko)</figcaption></figure><ul><li><a href="https://www.local10.com/sports/2026/06/11/mexico-launches-its-2026-world-cup-campaign-with-a-2-0-win-over-south-africa/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/11/mexico-launches-its-2026-world-cup-campaign-with-a-2-0-win-over-south-africa/">After-game analysis of the opening match</a></li><li><a href="https://www.local10.com/sports/2026/06/11/3-red-cards-mar-opening-world-cup-match-between-mexico-and-south-africa/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/11/3-red-cards-mar-opening-world-cup-match-between-mexico-and-south-africa/">3 red cards mar opening World Cup match between Mexico and South Africa</a></li><li>Get a feel for celebrations <a href="https://www.local10.com/entertainment/2026/06/11/fifa-world-cup-2026-fans-start-passionate-celebrations-at-miamis-wynwood/" target="_self" rel="" title="https://www.local10.com/entertainment/2026/06/11/fifa-world-cup-2026-fans-start-passionate-celebrations-at-miamis-wynwood/">in Wynwood</a> and <a href="https://www.local10.com/entertainment/2026/06/11/fifa-world-cup-2026-miami-beach-events-start-with-carlos-vives-and-dj-cassidy/" target="_self" rel="" title="https://www.local10.com/entertainment/2026/06/11/fifa-world-cup-2026-miami-beach-events-start-with-carlos-vives-and-dj-cassidy/">in South Beach</a></li><li><b>FIFA game video: </b><a href="https://www.youtube.com/watch?v=4gqo2dDE2_0" target="_self" rel="" title="https://www.youtube.com/watch?v=4gqo2dDE2_0">Goal by Julián Quiñones </a></li><li><b>FIFA game video: </b><a href="https://www.youtube.com/watch?v=QIpZ1pad73w" target="_self" rel="" title="https://www.youtube.com/watch?v=QIpZ1pad73w">Goal by Raúl Jiménez</a></li><li><b>FIFA video</b>: <a href="https://www.youtube.com/watch?v=PmevGCkUtM8" target="_self" rel="" title="https://www.youtube.com/watch?v=PmevGCkUtM8">Game highlights </a></li><li><b>FIFA post-match video:</b> <a href="https://www.youtube.com/watch?v=O_z2niE9Kjk" target="_self" rel="" title="https://www.youtube.com/watch?v=O_z2niE9Kjk">Interviews of Mexican players in Spanish and South African players in English</a></li><li><b>FIFA post-match video: </b><a href="https://www.youtube.com/watch?v=YXe8V97XIVw" target="_self" rel="" title="https://www.youtube.com/watch?v=YXe8V97XIVw">Interview of Mexico’s Coach Javier Aguirre&nbsp;in Spanish</a></li><li><a href="https://share.google/fZZJx3FW8ajRWMII3" target="_self" rel="" title="https://share.google/fZZJx3FW8ajRWMII3">Track standings tables</a> on Google</li><li><a href="https://www.fifa.com/en/tournaments/mens/worldcup/canadamexicousa2026/standings" target="_self" rel="" title="https://www.fifa.com/en/tournaments/mens/worldcup/canadamexicousa2026/standings">Track standing tables</a> on FIFA </li></ul><p><b>South Korea wins 2-1 against Czech Republic</b></p><figure><img src="https://www.local10.com/resizer/v2/QUBZFCG42RCTMUAHLWBQOVSEAQ.jpg?auth=e16da8b1ab329985826dbe927917a0479fadf9f97786a570a0b94c4add8761d2&smart=true&width=1200&height=900" alt="South Korea's Hwang In-beom, right, shoots and scores a goal against Czechia goalkeeper Matej Kovar during the World Cup Group A soccer match between South Korea and Czechia in Zapopan, near Guadalajara, Mexico, Thursday, June 11, 2026. (AP Photo/Moises Castillo)" height="900" width="1200"/><figcaption>South Korea's Hwang In-beom, right, shoots and scores a goal against Czechia goalkeeper Matej Kovar during the World Cup Group A soccer match between South Korea and Czechia in Zapopan, near Guadalajara, Mexico, Thursday, June 11, 2026. (AP Photo/Moises Castillo)</figcaption></figure><ul><li><a href="https://www.local10.com/sports/2026/06/12/hwang-in-beom-sparks-south-koreas-2-1-comeback-win-over-the-czech-republic-at-the-world-cup/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/12/hwang-in-beom-sparks-south-koreas-2-1-comeback-win-over-the-czech-republic-at-the-world-cup/">After-game analysis of opening match</a> </li><li><b>FIFA Video</b>: <a href="https://www.youtube.com/watch?v=7fCxMXIxy4g" target="_self" rel="" title="https://www.youtube.com/watch?v=7fCxMXIxy4g">Goal by Oh Hyeon-gyu</a></li><li><b>FIFA Video</b>: <a href="https://www.youtube.com/watch?v=TQiyXa087gc" target="_self" rel="" title="https://www.youtube.com/watch?v=TQiyXa087gc">Goal by Hwang In-beom</a></li><li><a href="https://share.google/fZZJx3FW8ajRWMII3" target="_self" rel="" title="https://share.google/fZZJx3FW8ajRWMII3">Track standings tables</a> on Google</li><li><a href="https://www.fifa.com/en/tournaments/mens/worldcup/canadamexicousa2026/standings" target="_self" rel="" title="https://www.fifa.com/en/tournaments/mens/worldcup/canadamexicousa2026/standings">Track standing tables</a> on FIFA </li></ul><p><b>June 18: </b>Day 2 of Group A matches</p><ul><li>The Czech Republic plays South Africa at noon on in Atlanta.</li><li>Mexico plays South Korea at 9 p.m. in Guadalajara. </li></ul><p><b>June 24: </b>Day 3 of Group A matches</p><p>The Czech Republic plays against Mexico at 9 p.m. on June 24 in Mexico City. </p><p>South Africa plays against South Korea at 9 p.m. on June 24 in Monterrey. </p><h3><b>Track the groups</b></h3><ul><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/">Group B</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/">Group C</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/">Group D</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/">Group E</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/">Group F</a> </li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/">Group G</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/">Group H </a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">Group I</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/">Group J</a></li><li><a href="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/" target="_self" rel="" title="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/">Group K</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/">Group L</a></li></ul>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZVE3WR54A5AZDJJEWK4X6S5CL4.jpg?auth=b154101f8ee2d699dda664d85f5280a37c76d0a19f2ce2e67ae3f74c61697a3e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FIFA]]></media:description></media:content></item><item><title><![CDATA[Bodycam video shows arrest of convicted human smuggler in Florida Keys]]></title><link>https://www.local10.com/news/local/2026/06/12/bodycam-video-shows-arrest-of-convicted-human-smuggler-in-florida-keys/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/12/bodycam-video-shows-arrest-of-convicted-human-smuggler-in-florida-keys/</guid><dc:creator><![CDATA[Byron Tollefson]]></dc:creator><description><![CDATA[Newly released body camera video shows the arrest of a driver in the Florida Keys who investigators later identified as part of a violent human smuggling scheme.]]></description><pubDate>Sat, 13 Jun 2026 01:43:42 +0000</pubDate><content:encoded><![CDATA[<p>Newly released body camera video shows the arrest of a driver in the Florida Keys who investigators later identified as part of a violent human smuggling scheme.</p><p>Authorities said the group kidnapped Cuban nationals, transported them to Key Largo, held them captive and threatened violence to force their families to pay money.</p><p>The man seen in the video is Victor Rafael Arcia Albeja of Miami, the last of six people convicted in the scheme.</p><p>The footage shows a Monroe County sheriff’s deputy stopping Arcia Albeja in February 2024 after he allegedly ran a stop sign in the Florida Keys.</p><p>“Hi, I’m a deputy with the sheriff’s office, why would you run that stop sign right in front of me?” the deputy asks in the video.</p><p>Deputies discovered Arcia Albeja did not have a driver’s license and that the vehicle was unregistered.</p><p>As the deputy attempted to take him into custody, Arcia Albeja and a passenger tried calling 911.</p><p>“No, no, no. Put the phone down,” the deputy says before handcuffing him.</p><p>Moments later, the deputy expresses disbelief at the situation.</p><p>“He’s telling me he’s gonna call 911 on me. Uh, I am 911,” the deputy says.</p><p>Arcia Albeja was eventually placed in the back of a patrol car. During a search of the vehicle, deputies found a Cuban passport.</p><p>In May, law enforcement stopped another suspect on the Florida Turnpike, a development that investigators said helped break the case open.</p><p>According to investigators, Arcia Albeja helped transport the victims from Cuba to South Florida. Prosecutors said the group then demanded $15,000 per victim at a safe house.</p><p>Investigators said videos were sent to victims’ families and friends showing the captives being abused and beaten with machetes.</p><p>On the night of the traffic stop in the Keys, the deputy appeared to sense something was wrong.</p><p>“Dude, something’s weird with this,” the deputy says in the video.</p><p>Arcia Albeja is scheduled to be sentenced later this month and faces up to life in prison.</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[Trump says US military strike killed leader of Tren de Aragua gang with help from Venezuela]]></title><link>https://www.local10.com/news/politics/2026/06/12/trump-says-us-military-strike-killed-leader-of-tren-de-aragua-gang-with-help-from-venezuela/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/12/trump-says-us-military-strike-killed-leader-of-tren-de-aragua-gang-with-help-from-venezuela/</guid><dc:creator><![CDATA[By WILL WEISSERT, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — President Donald Trump said Friday that a “swift and lethal kinetic” U.S. strike has killed Héctor Rusthenford Guerrero Flores, whom he called “the infamous leader” of the Tren de Aragua gang.]]></description><pubDate>Sat, 13 Jun 2026 04:10:19 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — President Donald Trump said Friday that a “swift and lethal kinetic” U.S. strike has killed Héctor Rusthenford Guerrero Flores, whom he called “the infamous leader” of the Tren de Aragua gang.</p><p>Tren de Aragua has been labeled by the United States as a terrorist organization. Guerrero Flores was charged in a New York federal court with racketeering conspiracy and other crimes, including lending support to terrorists in crimes that stretched more than a decade, authorities announced in December.</p><p>Defense Secretary Pete Hegseth posted on X that the strike occurred earlier in the week on a Tren de Aragua compound in Venezuela.</p><p>U.S. Attorney Jay Clayton said at the time that the gang is responsible for countless acts of violence, extortion and drug trafficking in North America, South America and Europe. Trump nominated Clayton on Thursday to be director of national intelligence.</p><p>The U.S. State Department had offered rewards of up to $5 million for information leading to Guerrero Flores’ arrest.</p><p>In a post on his social media site, Trump wrote, “Tren de Aragua terrorists no longer have safe haven in Venezuela or anywhere else and, under my leadership, we will find these vicious murderers and drug lords anytime, anyplace, and send them to the depths of hell where they belong.” Trump's post referred to Guerrero Flores by his alias, “Niño Guerrero.”</p><p>The post also included unclassified video, shot from above, of a small building with a green roof exploding.</p><p>Hegseth said, “The operation underscores the shared U.S. and Venezuelan commitment to take the fight to narco-terrorists and deny them any safe haven in our hemisphere.”</p><p>Venezuela's government released a statement confirmed its participation in the operation and revealed it took place in the southeastern state of Bolivar.</p><p>“During the operation, clashes occurred with members of criminal groups, resulting in the death of Héctor Rusthenford Guerrero Flores, alias ‘Niño Guerrero,’ the leader of one of these criminal organizations,” according to the statement.</p><p>The mineral-rich state, which borders Brazil and Guyana, is home to large illegal mining operations long controlled by gangs and other actors who mine with the consent — and to the benefit — of officials and the military.</p><p>Trump has taken a series of extraordinary actions against the gang, including a series of strikes on small boats his administration has accused of smuggling drugs to America. At least 207 people have been killed in boat strikes by the U.S. military in the eastern Pacific Ocean and Caribbean Sea since the Trump administration began targeting those it calls “narcoterrorists” in early September.</p><p>Trump and administration officials have consistently blamed Tren de Aragua for being at the root of the violence and illicit drug dealing that plague some U.S. cities. The president spent months repeating the claim — contradicted by a declassified U.S. intelligence assessment — that Tren de Aragua had operated under Venezuelan President Nicolás Maduro’s control. The U.S. whisked Maduro out of Venezuela to face U.S. drug charges in January.</p><p>Tren de Aragua originated more than a decade ago at an infamously lawless prison with hardened criminals in Venezuela’s central state of Aragua. The gang has expanded in recent years as millions of Venezuelans migrated to other Latin American countries or the U.S. in search of better living conditions.</p><p>Guerrero Flores returned to the prison in Aragua for murder and other convictions in 2013, when Venezuela’s crisis began as corruption, mismanagement and a drop in crude prices wrecked the oil-dependent economy. Guerrero Flores and a few other inmates saw a profitable opportunity as the government neglected prisons.</p><p>They assumed control and administration of the prison, establishing a system that controlled the entire inmate population through force and extortion. Over time, they transformed the facility into a sort of city that included a zoo, baseball field, casino and restaurants. Guerrero Flores had his own lavish suite.</p><p>The size of the gang is unclear. Countries with large populations of Venezuelan migrants, including Peru and Colombia, have accused the group of being behind a spree of violence in the region. Still, unlike other criminal organizations from Colombia, Central America and Brazil, Tren de Aragua has no large-scale involvement in smuggling cocaine across international borders, according to InSight Crime, a think tank that tracks crime across Latin America.</p><p>In Venezuela, gang leaders have long been known to participate in various illegal activities, including gold mining and drug trafficking.</p><p>The legal mining of gold and other minerals is a component of the Trump administration's phased plan to turn the crisis-wrecked country around. In March, U.S. Secretary of the Interior Doug Burgum told reporters during a visit to Venezuela that the government of acting President Delcy Rodríguez was giving security assurances to mining companies interested in investing in the South American country.</p><p>Trump campaigned for a second term promising to crack down on immigration and crime. While polls show his favorability ratings have sagged on his handling of the economy, immigration remains Trump’s strongest issue, according to the AP-NORC Center for Public Affairs Research.</p><p>__</p><p>Associated Press writer Regina Garcia Cano in Mexico City contributed.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/NOT4PCKEK3LX4FYC3RKEFSQAXA.jpg?auth=0b6b7299d23547d9e6312fcea443c4809ed27fd9d43eb0e2f0a6871e4b076e35&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump is pictured during an event where he signs a proclamation about the fishing industry, in the Oval Office of the White House, Thursday, June 11, 2026, in Washington. (AP Photo/Jacquelyn Martin)]]></media:description><media:credit role="author" scheme="urn:ebu">Jacquelyn Martin</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GGVWHFE7BRYRSBY4PHRUIBDVAE.jpg?auth=d4cc1386f7fd33b30188bb86c1c3a045813f7b95106b34bfc29ff17ad582e3dc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Soldiers raid the Tocorón Penitentiary Center, where the Tren de Aragua gang originated, in Tocorón, Venezuela, Sept. 20, 2023. (AP Photo/Ariana Cubillos, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Ariana Cubillos</media:credit></media:content></item><item><title><![CDATA[Astros slugger Yordan Alvarez becomes 1st MLB player to hit grand slam, multi-run HR in 1st inning]]></title><link>https://www.local10.com/sports/2026/06/12/astros-slugger-yordan-alvarez-becomes-1st-mlb-player-to-hit-grand-slam-multi-run-hr-in-1st-inning/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/12/astros-slugger-yordan-alvarez-becomes-1st-mlb-player-to-hit-grand-slam-multi-run-hr-in-1st-inning/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[KANSAS CITY, Mo. (AP) — Yordan Alvarez became the first player to hit a grand slam and multi-run homer in the first inning of an MLB game, pulling off the feat for the Houston Astros in a 10-8 win over the Kansas City Royals on Friday night.]]></description><pubDate>Sat, 13 Jun 2026 03:43:02 +0000</pubDate><content:encoded><![CDATA[<p>KANSAS CITY, Mo. (AP) — Yordan Alvarez became the first player to hit a grand slam and multi-run homer in the first inning of an MLB game, pulling off the feat for the Houston Astros in a 10-8 win over the Kansas City Royals on Friday night.</p><p>He became the eighth player to hit a grand slam and a multi-run homer in an inning and the first since Angels slugger Kendrys Morales did it against Texas in 2012, according to Sportradar.</p><p>The left-handed Alvarez drove in two runs with an opposite-field homer early in the inning and cleared the bases with a two-out shot to center, giving him six RBIs in Houston's nine-run inning.</p><p>With his two-homer inning, Alvarez moved into a tie with Philadelphia's Kyle Schwarber for the MLB lead at 24.</p><p>The 28-year-old designated hitter, who is from Cuba, was the AL rookie of the year in 2019 with Houston. The three-time All-Star was the AL Championship Series MVP in 2021 and led the Astros with six RBIs the next year when they won the World Series.</p><p>___</p><p>AP MLB: https://apnews.com/hub/mlb</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/JL5RRKYPQ6HMHYKHQAWXUODIIU.jpg?auth=af2e54541c50dba4d38f51af1ae3f9c2af8e5bda7638c4924f890a5740699992&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Houston Astros' Yordan Alvarez hits a two-run home run hit during the first inning of a baseball game against the Kansas City Royals, Friday, June 12, 2026, in Kansas City, Mo. (AP Photo/Charlie Riedel)]]></media:description><media:credit role="author" scheme="urn:ebu">Charlie Riedel</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/M62R23QYS6B3CSR4ZZJOJQHE7U.jpg?auth=c7ab1cb184e3086ee8d51c0bccac80ff7b67d6a0095103d1977bf6d2a5b43537&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Houston Astros' Yordan Alvarez celebrates after hitting a two-run home run during the first inning of a baseball game against the Kansas City Royals, Friday, June 12, 2026, in Kansas City, Mo. (AP Photo/Charlie Riedel)]]></media:description><media:credit role="author" scheme="urn:ebu">Charlie Riedel</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GSFQ7ER7TBE4NX7IDUDC7WD6YQ.jpg?auth=2a1f34c346551d39088ae9490f1cbb870e949fdac7f3f4b6722f421405347812&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Houston Astros' Yordan Alvarez celebrates in the dugout after hitting a two-run home run hit during the first inning of a baseball game against the Kansas City Royals, Friday, June 12, 2026, in Kansas City, Mo. (AP Photo/Charlie Riedel)]]></media:description><media:credit role="author" scheme="urn:ebu">Charlie Riedel</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HUDNBQKWYPB25OSYAEE6PVJBLA.jpg?auth=1c1f42dfbf8b6e964d166a20ea1231a04ac156dc87c75f99c6c6da8a19a16df9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Houston Astros' Yordan Alvarez (44) celebrates with Jeremy Pena (3) after hitting a two-run home run during the first inning of a baseball game against the Kansas City Royals, Friday, June 12, 2026, in Kansas City, Mo. (AP Photo/Charlie Riedel)]]></media:description><media:credit role="author" scheme="urn:ebu">Charlie Riedel</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/R24YPNRTNMGZZUQYBPV3IYST7U.jpg?auth=008098203550ab1c5cfa17d896b105d506a0b7ecd93ad1be6df0474e380625c3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Houston Astros' Yordan Alvarez celebrates in the dugout after hitting a grand slam during the first inning of a baseball game against the Kansas City Royals, Friday, June 12, 2026, in Kansas City, Mo. (AP Photo/Charlie Riedel)]]></media:description><media:credit role="author" scheme="urn:ebu">Charlie Riedel</media:credit></media:content></item><item><title><![CDATA[Head of Palestinian soccer says he wasn't granted US visa to attend World Cup]]></title><link>https://www.local10.com/news/world/2026/06/12/head-of-palestinian-soccer-says-he-wasnt-granted-us-visa-to-attend-world-cup/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/12/head-of-palestinian-soccer-says-he-wasnt-granted-us-visa-to-attend-world-cup/</guid><dc:creator><![CDATA[By SAM METZ, Associated Press]]></dc:creator><description><![CDATA[RAMALLAH, West Bank (AP) — The head of the Palestinian Football Association is waiting in Mexico City for permission to enter the United States with other federation heads attending the 2026 FIFA World Cup.]]></description><pubDate>Sat, 13 Jun 2026 01:02:43 +0000</pubDate><content:encoded><![CDATA[<p>RAMALLAH, West Bank (AP) — The head of the Palestinian Football Association is waiting in Mexico City for permission to enter the United States with other federation heads attending the 2026 FIFA World Cup.</p><p>Jibril Rajoub went to the opening match between Mexico and South Africa on Thursday. But he is among several people accredited to attend the World Cup who have been denied visas or have yet to receive them from the United States.</p><p>“I don’t believe that it’s fair to use or to abuse and deny the right of all footballers all over the world to attend,” the veteran Palestinian political figure said in an interview with The Associated Press.</p><p>The Palestinian team did not qualify for the World Cup, but FIFA typically invites the heads of football associations from around the world to the event every four years, which it frames as a celebration of global unity.</p><p>“Everyone will be welcome in Canada, Mexico and the United States for the FIFA World Cup next year. We are working exactly for that,” FIFA President Gianni Infantino said last year.</p><p>The United States, however, has refused entry to delegates from a raft of countries, including a referee from Somalia and a photographer traveling with Iraq’s team.</p><p>Infantino said this week that FIFA had been trying to resolve visa issues but could not overrule the U.S. government.</p><p>“We need to respect that we are not the kings of the world who can rule over governments and police forces,” he told reporters on Wednesday.</p><p>The U.S. State Department had no immediate comment on Rajoub’s visa, but last year implemented new restrictions on Palestinian passport holders, including on anyone who had been employed by the Palestinian Authority.</p><p>It revoked a visa to allow Palestinian President Mahmoud Abbas to travel to the United Nations General Assembly last September.</p><p>Rajoub and other Palestinian soccer officials have long argued that Israel violates statutes by allowing teams from settlements in the occupied West Bank play in Israel’s national league. They have pushed FIFA to sanction Israel, also decrying restrictions on the movement of Palestinian players and how war in the Gaza Strip has damaged or destroyed 80% of sports facilities and killed at least 565 players there, according to the association.</p><p>Last month, Rajoub refused to shake hands with the head of Israel’s football federation at Infantino’s behest because he said the gesture would not heal wounds but instead whitewash Israel’s actions.</p><p>Rajoub pointed out that when Russia hosted the 2018 World Cup, it did not implement comparable visa restrictions for people who were invited to the tournament.</p><p>__ Matthew Lee contributed reporting from Washington</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/4V2JDKCGHQWHRMCUL3OTLFGIR4.jpg?auth=b2d7b1d1685939c6bb768689bc2565cce4478fb0b2fcd3f5fe78e82d09c2b574&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Fans look on during the World Cup Group A soccer match between South Korea and Czechia in Zapopan, near Guadalajara, Mexico, Thursday, June 11, 2026. (AP Photo/Moises Castillo)]]></media:description><media:credit role="author" scheme="urn:ebu">Moises Castillo</media:credit></media:content></item><item><title><![CDATA[Díaz-Canel announces economic reforms to attract investment and involve Cubans abroad]]></title><link>https://www.local10.com/news/world/2026/06/12/diaz-canel-announces-economic-reforms-to-attract-investment-and-involve-cubans-abroad/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/12/diaz-canel-announces-economic-reforms-to-attract-investment-and-involve-cubans-abroad/</guid><dc:creator><![CDATA[By ANDREA RODRÍGUEZ, Associated Press]]></dc:creator><description><![CDATA[HAVANA (AP) — Cuban President Miguel Díaz-Canel on Friday announced a package of economic reforms aimed at attracting investment, expanding participation by Cubans living abroad in the economy and decentralizing parts of the country’s administration.]]></description><pubDate>Fri, 12 Jun 2026 22:46:13 +0000</pubDate><content:encoded><![CDATA[<p>HAVANA (AP) — Cuban President Miguel Díaz-Canel on Friday announced a package of economic reforms aimed at attracting investment, expanding participation by Cubans living abroad in the economy and decentralizing parts of the country’s administration.</p><p>The president did not provide details about the measures or a timetable for their implementation but said during remarks to state media that it is now “time to change” and that the country “simply cannot continue on its current course.”</p><p>“Every opportunity in the midst of a crisis must be seized as a moment for takeoff, as a moment for growth,” Díaz-Canel said, according to a statement from the presidency that was republished by state-run media. “We have established a group of priorities to confront this situation,” he added without offering specifics.</p><p>The announcement comes as Cubans have struggled with fuel shortages as a result of the U.S. oil blockade and food insecurity. In January, the United States tightened restrictions on Cuba’s oil supplies in an effort to pressure the island’s government to change its political and economic model, exacerbating challenges that have persisted for about five years.</p><p>The U.S. State Department had no comment on the Díaz-Canel remarks and referred to the statement released Thursday on the latest sanctions.</p><p>Díaz-Canel said officials are evaluating measures related to foreign trade, exports, supply chains and logistics. Without elaborating, he suggested the government could eliminate mandatory state intermediaries in import and export operations and grant tariff benefits to those who bring raw materials into the country for production.</p><p>“The numbers don’t add up, and the government wants to make this look like a matter of will rather than a math problem,” Cuban economist Pedro Monreal wrote on X, in response to Díaz-Canel’s proposals.</p><p>The Spain-based former UNESCO official went on to criticize the collapse of a centralized planning model, for which he said “there are two respectable alternatives: assume the political price of failure, or self-critically rectify and drastically transform the model.”</p><p>For decades, Cuba maintained a centralized, vertical system under strict state control. This structure began to shift gradually over the last decade when the government introduced permits for independent workers. More recently, the state authorized the operation of the country’s first small- and medium-sized private enterprises.</p><p>Earlier Friday, a ship carrying nearly 100 tons of food and essential goods arrived from Colombia as part of the humanitarian aid that several countries have sent to Cuba in recent months as a U.S. energy embargo persists.</p><p>The ship, which departed Cartagena in early June, crossed the Havana Bay channel early in the morning flying the Colombian flag and escorted by a small Cuban auxiliary vessel, The Associated Press confirmed.</p><p>The Colombian Presidential Agency for International Cooperation said that, on orders of President Gustavo Petro, the shipment included nonperishable food, medicine, hospital supplies, electrical materials, solar panels and other items.</p><p>The ship also carried seven tons of goods collected by solidarity groups.</p><p>Last weekend, another ship carrying 1,700 tons of essential goods from Mexico and Belize arrived in Havana.</p><p>In late January, U.S. President Donald Trump threatened tariffs on any country that sells or provides oil to Cuba. The move has deepened a preexisting crisis caused by U.S. sanctions. Washington is pressing the Cuban government to release political prisoners and move toward political and economic liberalization in return for a lifting of sanctions.</p><p>Cuba produces only 40% of its oil, leaving the island semiparalyzed and subjected to severe power outages.</p><p>___</p><p>AP Diplomatic Writer Matthew Lee contributed to this report from Washington.</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/QKITXS7H33UQUJT7NSDJSXXRBY.jpg?auth=de20bccee82a2099b244a46b64d3ff4d30b5fb056895274eea0216c06aa6cc81&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A fisherman prepares his fishing rod in front of the Colombian Navy ship ARC Caribe, docked at a pier in Havana, Cuba, after arriving with humanitarian aid, Friday, June 12, 2926. (AP Photo/Ramon Espinosa)]]></media:description><media:credit role="author" scheme="urn:ebu">Ramon Espinosa</media:credit></media:content></item><item><title><![CDATA[New UFO files describe spinning discs, glowing orbs and one object shaped like a potato]]></title><link>https://www.local10.com/news/politics/2026/06/12/new-ufo-files-describe-spinning-discs-glowing-orbs-and-one-object-shaped-like-a-potato/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/12/new-ufo-files-describe-spinning-discs-glowing-orbs-and-one-object-shaped-like-a-potato/</guid><dc:creator><![CDATA[By COLLIN BINKLEY, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — One was a rotating disc that sent out beams of light. Another was a shining red orb of a hue the observer had never seen before. Then there was the one compared to a potato, and also a bean, but with a coat of shimmering, fish-like scales.]]></description><pubDate>Fri, 12 Jun 2026 19:58:24 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — One was a rotating disc that sent out beams of light. Another was a shining red orb of a hue the observer had never seen before. Then there was the one compared to a potato, and also a bean, but with a coat of shimmering, fish-like scales.</p><p>Those were some of the UFOs described in documents released Friday by the Pentagon, the third release since President Donald Trump directed his administration to give the public full disclosure around what it knows about alien life and mysterious objects in the sky.</p><p>The 72 files released on Friday don’t include the kind of blockbuster revelation that Trump has teased. There’s no conclusive evidence of alien life or government cover-ups. But the files reveal new details about some recent sightings, along with the government’s efforts to explain what many find inexplicable.</p><p>Take, for instance, the potato.</p><p>It happened in 2022, on a brisk February morning in Colorado Springs, Colorado. Five U.S. Army members at Fort Carson walked out of an office building and saw something strange hovering over Cheyenne Mountain, a few miles to the west.</p><p>“The object was ‘potato’ shaped with distinct edges and appeared to look painted in a creamy/whitish opalescent color,” according to an account in an FBI document. It was made up of “articulating fish scales or panels that were non-symmetrical, non-overlapping and irregular shaped.”</p><p>It stayed motionless, shimmering, for about two minutes, the men recounted to the FBI. Then it vanished in the blink of an eye. None of the men had phones on them. There’s no video, no photos.</p><p>Report says ‘potato’ could have been a trick of light</p><p>Authorities tasked with investigating the episode said they couldn’t explain it easily. Their report found — with “low confidence” — that it may have been “backscattering of sunlight.” Low light from the rising sun could have reflected off the mountain’s snow and illuminated low clouds above, it said.</p><p>The men insisted it was a clear, cloudless day. No aircraft or balloons were believed to be in the area. The four-page report, heavily redacted and attributed only to an “intelligence community partner,” said it didn’t appear to be technology from a foreign adversary. An FBI rendering looks just like one might imagine — like a scaly, pale potato above a low mountain.</p><p>The case remains unsolved.</p><p>A similarly inclusive report examined a series of sightings in October 2023, this time by six federal law enforcement agents. Multiple times, the agents said, they saw a bright orange orb appear above a ridgeline and spawn two to four smaller red orbs.</p><p>The orbs disappeared quickly most of the time, but in one instance, the agents said an orb hovered motionless in the sky for several hours. There’s no video or photo evidence of the sightings, the report said.</p><p>An analysis dated this month goes through a series of possible explanations. Military aircraft were conducting exercises in the area, and some deployed flares. There could have been other testing of developmental U.S. technology nearby, the report said. It listed those as “plausible” but not conclusive explanations.</p><p>Yet it didn’t rule out the possibility that it was some “unrecognized technology.” With relatively little evidence to work from, it called for more investigation into the case.</p><p>White House boosts video of red orb</p><p>The analysis was conducted by the Pentagon’s All-domain Anomaly Resolution Office, which Congress created in 2022 to investigate reports of unidentified anomalous phenomena, also known as UAP. Previous reports from the agency say it has not found any evidence of extraterrestrial life.</p><p>Among the most recent files is an FBI report from February detailing a sighting in an undisclosed part of the Northeast United States. A person whose name is blacked out reported coming home and seeing an intense light hovering below the trees in their backyard. It was described as a sphere of a “brilliant and beautiful” red, which the person had never seen.</p><p>“Inside the red sphere, at the center, there appeared to be what (redacted) described as a ‘white plasma sun’ about the size of a basketball,” according to the FBI file.</p><p>A second sphere appeared, and both silently flew out of sight, the file says. Cellphone footage shows two glowing red orbs floating across the sky. The White House shared the video on social media on Friday with no message beyond the file’s name: “‘NORTHEASTERN ORB SIGHTING,’ 2025.”</p><p>Zimbabwe sighting included ‘beams’ from a disc</p><p>So far, the Trump administration’s transparency campaign has led to the release of about 300 files dating to the 1940s, some brand-new to the public and some adding detail on previously known cases.</p><p>The newest batch includes a 2008 CIA report from Zimbabwe labeled as “never before released.” On a July day above the country’s main airport, observers reportedly saw something straight out of a Hollywood movie: It was “disc-like in shape with a hollow center, and had a series of rotating lights on the underside of the airframe.”</p><p>“At one point during observation, ‘beams’ were observed emanating from the object,” the CIA report said.</p><p>The lights changed colors, and the aircraft ascended high out of view, the report says. There was debate about where it came from, according to the report, with some suggesting a foreign government and some positing “extraterrestrial origins.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/SOEFLWAD72HRUXKIC47W6HD23A.jpg?auth=8d70a65adddccde553c9fd7ca8482c0569dd57fc22fe01ea209b7af5049cdaa6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A patron passes a painting inside the International UFO Museum and Research Center in Roswell, N.M., on June 10, 1997. (AP Photo/Eric Draper, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Eric Draper</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VEGZWB7ZSVPTUQJU35W4Y3PHX4.jpg?auth=063e28c02606fd67f453d180ea503f4e53584f641bde9ee3d0437415099c5031&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The Pentagon is pictured in Washington, Thursday, June 11, 2026. (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[After Carlos Vives concert, Miami Beach and Miami keep FIFA World Cup spirit alive ]]></title><link>https://www.local10.com/entertainment/2026/06/12/after-carlos-vives-concert-miami-beach-and-miami-keep-fifa-world-cup-spirit-alive/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/06/12/after-carlos-vives-concert-miami-beach-and-miami-keep-fifa-world-cup-spirit-alive/</guid><dc:creator><![CDATA[Isabella Martin, Andrea Torres]]></dc:creator><description><![CDATA[The FIFA World Cup 2026 decorations — including a giant soccer ball inflatable — were on display on Friday at Lummus Park in South Beach. ]]></description><pubDate>Fri, 12 Jun 2026 23:08:48 +0000</pubDate><content:encoded><![CDATA[<p>The FIFA World Cup 2026 decorations — including a giant soccer ball inflatable — were on display on Friday at Lummus Park in South Beach. </p><p>Just hours after Colombian star Carlos Vives performed on a beachside stage on the 10th Street beach, as FIFA World Cup fans danced and cheered for their teams.</p><p><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/">Mexico and South Korea each got 3 points</a> after their <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/">Group A </a> openers on Thursday. </p><p>On Friday, Canada tied 1-1 against Bosnia after their <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/">Group B</a> opening match at 3 p.m., and the United States’ night opener against Paraguay, as they compete in <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/">Group D</a>, is at 9 p.m. </p><p><b>Related report</b>: <a href="https://www.local10.com/sports/2026/06/12/us-ready-for-co-hosts-final-world-cup-opener-against-paraguay-before-a-raucous-socal-crowd/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/12/us-ready-for-co-hosts-final-world-cup-opener-against-paraguay-before-a-raucous-socal-crowd/">US ready for co-hosts’ final World Cup opener against Paraguay before a raucous SoCal crowd</a></p><p><b>Related story:</b> <a href="https://www.local10.com/sports/local/2026/06/12/broward-native-alex-freeman-set-for-world-cup-debut-with-us-mens-national-team/" target="_self" rel="" title="https://www.local10.com/sports/local/2026/06/12/broward-native-alex-freeman-set-for-world-cup-debut-with-us-mens-national-team/">Broward native Alex Freeman set for World Cup debut with US men’s national team</a></p><p>On Saturday, the FIFA World Cup 2026 <a href="https://www.local10.com/entertainment/2026/06/10/fifa-world-cup-fan-festival-to-open-saturday-at-bayfront-park/" target="_self" rel="" title="https://www.local10.com/entertainment/2026/06/10/fifa-world-cup-fan-festival-to-open-saturday-at-bayfront-park/">Fan Festival opens from 2 p.m. to midnight at Bayfront Park </a></p><p>There are three matches: The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/">Group B</a>, Qatar vs. Switzerland, game is at 3 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/">Group C</a>, Brazil vs. Morocco, game is at 6 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/">Group C</a>, Haiti vs. Scotland, game is at 9 p.m. </p><p><b>Here is the rest of the schedule:</b></p><p><b>June 14</b>: There are five matches: The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/">Group D</a>, Australia vs. Turkey, game is at Midnight. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/">Group E</a>, Germany vs. Curaçao, game is at 1 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/">Group F</a>, The Netherlands vs. Japan, game is at 4 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/">Group E</a>, Ivory Coast vs. Ecuador, game is at 7 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/">Group F</a>, Sweden vs. Tunisia, game is at 10 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from noon to 10 p.m. at Bayfront Park, at 301 Biscayne Boulevard. </p><p><b>June 15</b>: There are four matches: The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/">Group H</a>, Spain vs. Cape Verde, game is at Noon. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/">Group G</a>, Belgium vs. Egypt, game is at 3 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/">Group H</a>, Saudi Arabia vs. Uruguay, game is at 6 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/">Group G</a>, Iran vs. New Zealand, game is at 9 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from 11 a.m. to 9 p.m. at Bayfront Park, at 301 Biscayne Boulevard. </p><p><b>June 16</b>: There are three matches: The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">Group I</a>, France vs. Senegal, game is at 3 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">Group I</a>, Iraq vs. Norway, game is at 6 p.m. The<a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/"> Group J</a>, Argentina vs. Algeria, game is at 9 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from 2 p.m. to midnight at Bayfront Park, at 301 Biscayne Boulevard. </p><p><b>June 17</b>: There are five matches: The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/">Group J</a>, Austria vs. Jordan, game is at Midnight. The <a href="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/" target="_self" rel="" title="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/">Group K</a>, Portugal vs. Congo, game is at 1 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/">Group L</a>, England vs. Croatia, game is at 4 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/">Group L</a>, Ghana vs. Panama, game is at 7 p.m. The <a href="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/" target="_self" rel="" title="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/">Group K</a>, Uzbekistan vs. Colombia, game is at 10 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from noon to 10 p.m. at Bayfront Park, at 301 Biscayne Boulevard. </p><p><b>June 18</b>: There are four matches: The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/">Group A</a> match, The Czech Republic vs. South Africa, is at Noon. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/">Group B</a>, Switzerland vs. Bosnia, game is at 3 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/">Group B</a>, Canada vs. Qatar, game is at 6 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/">Group A</a> match, Mexico vs. South Korea, is at 9 p.m.</p><p><b>Miami watch parties</b>: The fan festival opens from 11 a.m. to 9 p.m. at Bayfront Park, at 301 Biscayne Boulevard. </p><p><b>June 19</b>: There are four matches: The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/">Group D</a>, U.S. vs. Australia, game is at 3 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/">Group C</a>, Scotland vs. Morocco, game is at 6 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/">Group C</a>, Brazil vs. Haiti, game is at 8:30 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/">Group D</a>, Turkey vs. Paraguay, game is at 11 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from 2 p.m. to midnight at Bayfront Park, at 301 Biscayne Boulevard. </p><p><b>June 20</b>: There are three matches: The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/">Group F</a>, Netherlands vs. Sweden, game is at 1 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/">Group E</a>, Germany vs. Ivory Coast, game is at 4 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/">Group E</a>, Ecuador vs. Curaçao, game is at 8 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from noon to 11 p.m. at Bayfront Park, at 301 Biscayne Boulevard. </p><p><b>Miami Beach fan party: </b>Doors open at 6 p.m. on June 20 at The Bandshell, at 7275 Collins Ave., for an event for Uruguayan fans co-hosted by the Consulate General of Uruguay.</p><p><b>June 21</b>: There are five matches: The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/">Group F</a>, Tunisia vs. Japan, game is at Midnight. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/">Group H</a>, Spain vs. Saudi Arabia, game is at Noon. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/">Group G</a>, Belgium vs. Iran, game is at 3 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/">Group H</a>, Uruguay vs. Cape Verde, game is at 6 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/">Group G</a>, New Zealand vs. Egypt, game is at 9 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from 11 a.m. to 9 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>June 22</b>: There are four matches: The<a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/"> Group J</a>, Argentina vs. Austria, game is at 1 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">Group I</a>, France vs. Iraq, game is at 5 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">Group I</a>, Norway vs. Senegal, game is at 8 p.m. The<a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/"> Group J</a>, Jordan vs. Algeria, game is at 11 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from noon to 8 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>Miami Beach watch party: </b>Doors open at 11 a.m. on June 22 at The Bandshell, at 7275 Collins Ave., for the 1 p.m. Argentina vs. Austria match.</p><p><b>June 23</b>: There are four matches: The <a href="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/" target="_self" rel="" title="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/">Group K</a>, Portugal vs. Uzbekistan, game is at 1 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/">Group L</a>, England vs. Ghana, game is at 4 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/">Group L</a>, Panama vs. Croatia, game is at 7 p.m. The <a href="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/" target="_self" rel="" title="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/">Group K</a>, Colombia vs. Congo, game is at 10 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from noon to 1 a.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>June 24</b>: There are six matches: The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/">Group B</a>, Switzerland vs. Canada, game is at 3 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/">Group B</a>, Bosnia vs. Qatar, game is at 3 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/">Group C</a>, Morocco vs. Haiti, game is at 6 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/">Group C</a>, Scotland vs. Brazil, game is at 6 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/">Group A</a>, South Africa vs. South Korea, game is at 9 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/">Group A</a>, Czech Republic vs. Mexico, game is at 9 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from 2 p.m. to 9 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>Miami Beach watch party: </b>Doors open at 4 p.m. on June 24 at The Bandshell, at 7275 Collins Ave., for the 6 p.m. Scotland vs. Brazil match.</p><p><b>June 25</b>: There are six matches: The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/">Group E</a>, Curaçao vs. Ivory Coast, game is at 4 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/">Group E</a>, Ecuador vs. Germany, game is at 4 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/">Group F</a>, Tunisia vs. Netherlands, game is at 7 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/">Group F</a>, Japan vs. Sweden, game is at 7 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/">Group D</a>, Turkey vs. U.S., game is at 10 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/">Group D</a>, Paraguay vs. Australia, game is at 10 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from 3 p.m. to 1 a.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>June 26</b>: There are six matches: The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">Group I</a>, Norway vs. France, game is at 3 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">Group I</a>, Senegal vs. Iraq, game is at 3 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/">Group H</a>, Cape Verde vs. Saudi Arabia, game is at 8 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/">Group H</a>, Uruguay vs. Spain, game is at 8 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/">Group G</a>, New Zealand vs. Belgium, game is at 11 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/">Group G</a>, Egypt vs. Iran, game is at 11 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from 2 p.m. to 11 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>June 27</b>: There are six matches: The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/">Group L</a>, Panama vs. England, game is at 5 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/">Group L</a>, Croatia vs. Ghana, game is at 5 p.m. The <a href="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/" target="_self" rel="" title="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/">Group K</a>, Colombia vs. Portugal, game is at 7:30 p.m. The <a href="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/" target="_self" rel="" title="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/">Group K</a>, Congo vs. Uzbekistan, game is at 7:30 p.m. The<a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/"> Group J</a>, Algeria vs. Austria, game is at 10 p.m. The<a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/"> Group J</a>, Jordan vs. Argentina, game is at 10 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from 4 p.m. to 1 a.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>June 28</b>: There is a match at 3 p.m. </p><p><b>Miami watch party</b>: The fan festival opens from 1 p.m to 10 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>June 29</b>: There are three matches at 1 p.m., 4:30 p.m., and 9 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from noon to midnight at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>June 30</b>: There are three matches at 1 p.m., 5 p.m., and 9 p.m.</p><p><b>Miami watch parties</b>: The fan festival opens from noon to midnight at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>July 1</b>: There are three matches at noon, 4 p.m., and 9 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from 11 a.m. to 11 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>July 2</b>: There are three matches at 3 p.m., 7 p.m., and 11 p.m.</p><p><b>Miami watch parties</b>: The fan festival opens from 2 p.m. to 10 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>July 3</b>: There are three matches at 2 p.m., 6 p.m., and 9:30 p.m.</p><p><b>Miami watch parties</b>: The fan festival opens from 1 p.m to 9 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>July 4:</b> There are two matches at 1 p.m. and 5 p.m.</p><p><b>Miami watch parties</b>: The fan festival opens from noon to midnight at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>July 5</b>: There are two matches at 4 p.m. and 8 p.m.</p><p><b>Miami watch parties</b>: The fan festival opens for the last day from 3 p.m. to 11 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>July 6</b>: There are two matches at 3 p.m. and 8 p.m. </p><p><b>July 7</b>: There are two matches at Noon and 4 p.m. </p><p><b>July 9</b>: There is a quarter-final match at 4 p.m. </p><p><b>July 10</b>: There is a quarter-final match at 3 p.m. </p><p><b>July 11</b>: There are two quarter-final matches at 5 p.m. and 9 p.m.</p><p><b>July 14</b>: The fan festival is closed. There is a semi-final match at 3 p.m. </p><p><b>Miami Beach watch party: </b>Doors open at 3 p.m. on July 14 at The Bandshell, at 7275 Collins Ave., for the semifinal match.</p><p><b>July 15</b>: There is a semi-final match at 3 p.m. </p><p><b>Miami Beach watch party: </b>Doors open at 3 p.m. on July 15 at The Bandshell, at 7275 Collins Ave., for the semifinal match.</p><p><b>July 18</b>: The third-place play-off match is at 5 p.m. </p><p><b>Miami Beach watch party: </b>Doors open at 3 p.m. on July 18 at The Sandbowl, behind The Bandshell, at 7275 Collins Ave., for the 5 p.m. bronze final. </p><p><b>July 19</b>: The final match is at 3 p.m. </p><p><b>Miami Beach watch party: </b>Doors open at 1 p.m. on July 19 at The Sandbowl, behind The Bandshell, at 7275 Collins Ave., for the 3 p.m. final.</p><p><b>Related stories </b></p><ul><li><a href="https://www.local10.com/sports/local/2026/06/11/fifa-world-cup-2026-key-information-for-fans-attending-matches-at-miami-stadium/" target="_self" rel="" title="https://www.local10.com/sports/local/2026/06/11/fifa-world-cup-2026-key-information-for-fans-attending-matches-at-miami-stadium/">Key information for fans attending matches at Miami Stadium </a></li><li><a href="https://www.local10.com/news/local/2026/06/10/security-guard-accused-of-stealing-fifa-referee-uniform-from-miami-beach-hotel/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/10/security-guard-accused-of-stealing-fifa-referee-uniform-from-miami-beach-hotel/">Security guard accused of stealing FIFA referee uniform from Miami Beach hotel</a></li></ul><h3><b>Track FIFA World Cup groups</b></h3><ul><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/">Group A </a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/">Group B</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/">Group C</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/">Group D</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/">Group E</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/">Group F</a> </li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/">Group G</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/">Group H </a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">Group I</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/">Group J</a></li><li><a href="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/" target="_self" rel="" title="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/">Group K</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/">Group L</a></li></ul><p> </p>]]></content:encoded></item><item><title><![CDATA[FIFA World Cup 2026: Amerant Bank Arena hosts watch party for United States opener against Paraguay]]></title><link>https://www.local10.com/sports/local/2026/06/12/fifa-world-cup-2026-amerant-bank-arena-hosts-watch-party-for-united-states-opener-against-paraguay/</link><guid isPermaLink="true">https://www.local10.com/sports/local/2026/06/12/fifa-world-cup-2026-amerant-bank-arena-hosts-watch-party-for-united-states-opener-against-paraguay/</guid><dc:creator><![CDATA[Clay Ferraro, Will Manso, Andrea Torres]]></dc:creator><description><![CDATA[The Amerant Bank Arena in Sunrise is hosting a free FIFA World Cup 2026 watch party for the United States opener against Paraguay on Friday night. ]]></description><pubDate>Fri, 12 Jun 2026 23:59:11 +0000</pubDate><content:encoded><![CDATA[<p>The <a href="https://www.local10.com/sports/local/2026/06/05/browards-free-fifa-world-cup-watch-parties-will-be-at-in-door-arena-for-18000/" target="_self" rel="" title="https://www.local10.com/sports/local/2026/06/05/browards-free-fifa-world-cup-watch-parties-will-be-at-in-door-arena-for-18000/">Amerant Bank Arena</a> in Sunrise is hosting a free FIFA World Cup 2026 watch party for the United States opener against Paraguay on Friday night. </p><p>The indoor arena at 1 Panther Parkway has a capacity for about 18,000 guests, and it opened to ticket holders about two hours before the 9 p.m. match. </p><p><b>Related story:</b> <a href="https://www.local10.com/sports/local/2026/06/12/broward-native-alex-freeman-set-for-world-cup-debut-with-us-mens-national-team/" target="_self" rel="" title="https://www.local10.com/sports/local/2026/06/12/broward-native-alex-freeman-set-for-world-cup-debut-with-us-mens-national-team/">Broward native Alex Freeman talks to Local 10 News before the game</a></p><p>There will be more watch parties at the arena <a href="https://seatgeek.com/world-cup-watch-parties-tickets/international-soccer/2026-06-27-7-30-pm/18256834" target="_self" rel="" title="https://seatgeek.com/world-cup-watch-parties-tickets/international-soccer/2026-06-27-7-30-pm/18256834">on June 27</a>, when Colombia plays against Portugal, <a href="https://www.amerantbankarena.com/events/detail/world-cup-watch-party" target="_self" rel="" title="https://www.amerantbankarena.com/events/detail/world-cup-watch-party">on July 11</a> for the quarterfinals, and <a href="https://seatgeek.com/world-cup-watch-parties-tickets/international-soccer/2026-07-19-3-30-am/18256836" target="_self" rel="" title="https://seatgeek.com/world-cup-watch-parties-tickets/international-soccer/2026-07-19-3-30-am/18256836">on July 19</a> for the final. </p><p>Parking is free at the arena, and during game days, Broward County offers free public transportation to and from the arena to the stadium at 347 Don Shula Drive in Miami Gardens. ​</p><p><b>Related report</b>: <a href="https://www.local10.com/sports/2026/06/12/us-ready-for-co-hosts-final-world-cup-opener-against-paraguay-before-a-raucous-socal-crowd/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/12/us-ready-for-co-hosts-final-world-cup-opener-against-paraguay-before-a-raucous-socal-crowd/">US ready for co-hosts’ final World Cup opener against Paraguay before a raucous SoCal crowd</a></p><p>At the stadium, workers removed any signs associated with the Hard Rock Stadium to turn it into the Miami Stadium during the World Cup.</p><p>Only verified ticket holders will be able to ride The Miami Stadium Express, and the service at the arena starts 4 hours before the match starts.</p><p>For tickets to the free watch parties, <a href="https://www.amerantbankarena.com/events/detail/world-cup-watch-party" target="_self" rel="" title="https://www.amerantbankarena.com/events/detail/world-cup-watch-party">visit this page</a>. For information about the changes in public transportation during the World Cup, <a href="https://www.broward.org/BCT/Pages/WorldCup.aspx" target="_self" rel="" title="https://www.broward.org/BCT/Pages/WorldCup.aspx">visit this page</a>. </p><p> <b>The rest of the schedule </b> </p><p><b>June 13</b>: There are three matches: The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/">Group B</a>, Qatar vs. Switzerland, game is at 3 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/">Group C</a>, Brazil vs. Morocco, game is at 6 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/">Group C</a>, Haiti vs. Scotland, game is at 9 p.m. </p><p><b>Miami watch party</b>: <a href="https://www.local10.com/entertainment/2026/06/10/fifa-world-cup-fan-festival-to-open-saturday-at-bayfront-park/" target="_self" rel="" title="https://www.local10.com/entertainment/2026/06/10/fifa-world-cup-fan-festival-to-open-saturday-at-bayfront-park/">Fan Festival opens from 2 p.m. to midnight on June 13 at Bayfront Park </a> </p><p><b>June 14</b>: There are five matches: The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/">Group D</a>, Australia vs. Turkey, game is at Midnight. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/">Group E</a>, Germany vs. Curaçao, game is at 1 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/">Group F</a>, The Netherlands vs. Japan, game is at 4 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/">Group E</a>, Ivory Coast vs. Ecuador, game is at 7 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/">Group F</a>, Sweden vs. Tunisia, game is at 10 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from noon to 10 p.m. at Bayfront Park, at 301 Biscayne Boulevard. </p><p><b>June 15</b>: There are four matches: The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/">Group H</a>, Spain vs. Cape Verde, game is at Noon. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/">Group G</a>, Belgium vs. Egypt, game is at 3 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/">Group H</a>, Saudi Arabia vs. Uruguay, game is at 6 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/">Group G</a>, Iran vs. New Zealand, game is at 9 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from 11 a.m. to 9 p.m. at Bayfront Park, at 301 Biscayne Boulevard. </p><p><b>June 16</b>: There are three matches: The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">Group I</a>, France vs. Senegal, game is at 3 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">Group I</a>, Iraq vs. Norway, game is at 6 p.m. The<a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/"> Group J</a>, Argentina vs. Algeria, game is at 9 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from 2 p.m. to midnight at Bayfront Park, at 301 Biscayne Boulevard. </p><p><b>June 17</b>: There are five matches: The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/">Group J</a>, Austria vs. Jordan, game is at Midnight. The <a href="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/" target="_self" rel="" title="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/">Group K</a>, Portugal vs. Congo, game is at 1 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/">Group L</a>, England vs. Croatia, game is at 4 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/">Group L</a>, Ghana vs. Panama, game is at 7 p.m. The <a href="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/" target="_self" rel="" title="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/">Group K</a>, Uzbekistan vs. Colombia, game is at 10 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from noon to 10 p.m. at Bayfront Park, at 301 Biscayne Boulevard. </p><p><b>June 18</b>: There are four matches: The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/">Group A</a> match, The Czech Republic vs. South Africa, is at Noon. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/">Group B</a>, Switzerland vs. Bosnia, game is at 3 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/">Group B</a>, Canada vs. Qatar, game is at 6 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/">Group A</a> match, Mexico vs. South Korea, is at 9 p.m.</p><p><b>Miami watch parties</b>: The fan festival opens from 11 a.m. to 9 p.m. at Bayfront Park, at 301 Biscayne Boulevard. </p><p><b>June 19</b>: There are four matches: The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/">Group D</a>, U.S. vs. Australia, game is at 3 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/">Group C</a>, Scotland vs. Morocco, game is at 6 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/">Group C</a>, Brazil vs. Haiti, game is at 8:30 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/">Group D</a>, Turkey vs. Paraguay, game is at 11 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from 2 p.m. to midnight at Bayfront Park, at 301 Biscayne Boulevard. </p><p><b>June 20</b>: There are three matches: The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/">Group F</a>, Netherlands vs. Sweden, game is at 1 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/">Group E</a>, Germany vs. Ivory Coast, game is at 4 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/">Group E</a>, Ecuador vs. Curaçao, game is at 8 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from noon to 11 p.m. at Bayfront Park, at 301 Biscayne Boulevard. </p><p><b>Miami Beach fan party: </b>Doors open at 6 p.m. on June 20 at The Bandshell, at 7275 Collins Ave., for an event for Uruguayan fans co-hosted by the Consulate General of Uruguay.</p><p><b>June 21</b>: There are five matches: The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/">Group F</a>, Tunisia vs. Japan, game is at Midnight. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/">Group H</a>, Spain vs. Saudi Arabia, game is at Noon. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/">Group G</a>, Belgium vs. Iran, game is at 3 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/">Group H</a>, Uruguay vs. Cape Verde, game is at 6 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/">Group G</a>, New Zealand vs. Egypt, game is at 9 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from 11 a.m. to 9 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>June 22</b>: There are four matches: The<a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/"> Group J</a>, Argentina vs. Austria, game is at 1 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">Group I</a>, France vs. Iraq, game is at 5 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">Group I</a>, Norway vs. Senegal, game is at 8 p.m. The<a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/"> Group J</a>, Jordan vs. Algeria, game is at 11 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from noon to 8 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>Miami Beach watch party: </b>Doors open at 11 a.m. on June 22 at The Bandshell, at 7275 Collins Ave., for the 1 p.m. Argentina vs. Austria match.</p><p><b>June 23</b>: There are four matches: The <a href="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/" target="_self" rel="" title="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/">Group K</a>, Portugal vs. Uzbekistan, game is at 1 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/">Group L</a>, England vs. Ghana, game is at 4 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/">Group L</a>, Panama vs. Croatia, game is at 7 p.m. The <a href="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/" target="_self" rel="" title="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/">Group K</a>, Colombia vs. Congo, game is at 10 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from noon to 1 a.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>June 24</b>: There are six matches: The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/">Group B</a>, Switzerland vs. Canada, game is at 3 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/">Group B</a>, Bosnia vs. Qatar, game is at 3 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/">Group C</a>, Morocco vs. Haiti, game is at 6 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/">Group C</a>, Scotland vs. Brazil, game is at 6 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/">Group A</a>, South Africa vs. South Korea, game is at 9 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/">Group A</a>, Czech Republic vs. Mexico, game is at 9 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from 2 p.m. to 9 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>Miami Beach watch party: </b>Doors open at 4 p.m. on June 24 at The Bandshell, at 7275 Collins Ave., for the 6 p.m. Scotland vs. Brazil match.</p><p><b>June 25</b>: There are six matches: The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/">Group E</a>, Curaçao vs. Ivory Coast, game is at 4 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/">Group E</a>, Ecuador vs. Germany, game is at 4 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/">Group F</a>, Tunisia vs. Netherlands, game is at 7 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/">Group F</a>, Japan vs. Sweden, game is at 7 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/">Group D</a>, Turkey vs. U.S., game is at 10 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/">Group D</a>, Paraguay vs. Australia, game is at 10 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from 3 p.m. to 1 a.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>June 26</b>: There are six matches: The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">Group I</a>, Norway vs. France, game is at 3 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">Group I</a>, Senegal vs. Iraq, game is at 3 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/">Group H</a>, Cape Verde vs. Saudi Arabia, game is at 8 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/">Group H</a>, Uruguay vs. Spain, game is at 8 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/">Group G</a>, New Zealand vs. Belgium, game is at 11 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/">Group G</a>, Egypt vs. Iran, game is at 11 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from 2 p.m. to 11 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>June 27</b>: There are six matches: The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/">Group L</a>, Panama vs. England, game is at 5 p.m. The <a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/">Group L</a>, Croatia vs. Ghana, game is at 5 p.m. The <a href="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/" target="_self" rel="" title="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/">Group K</a>, Colombia vs. Portugal, game is at 7:30 p.m. The <a href="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/" target="_self" rel="" title="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/">Group K</a>, Congo vs. Uzbekistan, game is at 7:30 p.m. The<a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/"> Group J</a>, Algeria vs. Austria, game is at 10 p.m. The<a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/"> Group J</a>, Jordan vs. Argentina, game is at 10 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from 4 p.m. to 1 a.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>June 28</b>: There is a match at 3 p.m. </p><p><b>Miami watch party</b>: The fan festival opens from 1 p.m to 10 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>June 29</b>: There are three matches at 1 p.m., 4:30 p.m., and 9 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from noon to midnight at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>June 30</b>: There are three matches at 1 p.m., 5 p.m., and 9 p.m.</p><p><b>Miami watch parties</b>: The fan festival opens from noon to midnight at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>July 1</b>: There are three matches at noon, 4 p.m., and 9 p.m. </p><p><b>Miami watch parties</b>: The fan festival opens from 11 a.m. to 11 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>July 2</b>: There are three matches at 3 p.m., 7 p.m., and 11 p.m.</p><p><b>Miami watch parties</b>: The fan festival opens from 2 p.m. to 10 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>July 3</b>: There are three matches at 2 p.m., 6 p.m., and 9:30 p.m.</p><p><b>Miami watch parties</b>: The fan festival opens from 1 p.m to 9 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>July 4:</b> There are two matches at 1 p.m. and 5 p.m.</p><p><b>Miami watch parties</b>: The fan festival opens from noon to midnight at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>July 5</b>: There are two matches at 4 p.m. and 8 p.m.</p><p><b>Miami watch parties</b>: The fan festival opens for the last day from 3 p.m. to 11 p.m. at Bayfront Park, at 301 Biscayne Boulevard.</p><p><b>July 6</b>: There are two matches at 3 p.m. and 8 p.m. </p><p><b>July 7</b>: There are two matches at Noon and 4 p.m. </p><p><b>July 9</b>: There is a quarter-final match at 4 p.m. </p><p><b>July 10</b>: There is a quarter-final match at 3 p.m. </p><p><b>July 11</b>: There are two quarter-final matches at 5 p.m. and 9 p.m.</p><p><b>July 14</b>: The fan festival is closed. There is a semi-final match at 3 p.m. </p><p><b>Miami Beach watch party: </b>Doors open at 3 p.m. on July 14 at The Bandshell, at 7275 Collins Ave., for the semifinal match.</p><p><b>July 15</b>: There is a semi-final match at 3 p.m. </p><p><b>Miami Beach watch party: </b>Doors open at 3 p.m. on July 15 at The Bandshell, at 7275 Collins Ave., for the semifinal match.</p><p><b>July 18</b>: The third-place play-off match is at 5 p.m. </p><p><b>Miami Beach watch party: </b>Doors open at 3 p.m. on July 18 at The Sandbowl, behind The Bandshell, at 7275 Collins Ave., for the 5 p.m. bronze final. </p><p><b>July 19</b>: The final match is at 3 p.m. </p><p><b>Miami Beach watch party: </b>Doors open at 1 p.m. on July 19 at The Sandbowl, behind The Bandshell, at 7275 Collins Ave., for the 3 p.m. final.</p><p><b>Related stories </b></p><ul><li><a href="https://www.local10.com/sports/local/2026/06/11/fifa-world-cup-2026-key-information-for-fans-attending-matches-at-miami-stadium/" target="_self" rel="" title="https://www.local10.com/sports/local/2026/06/11/fifa-world-cup-2026-key-information-for-fans-attending-matches-at-miami-stadium/">Key information for fans attending matches at Miami Stadium </a></li><li><a href="https://www.local10.com/news/local/2026/06/10/security-guard-accused-of-stealing-fifa-referee-uniform-from-miami-beach-hotel/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/10/security-guard-accused-of-stealing-fifa-referee-uniform-from-miami-beach-hotel/">Security guard accused of stealing FIFA referee uniform from Miami Beach hotel</a></li></ul><h3><b>Track FIFA World Cup groups</b></h3><ul><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-a/">Group A </a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-b/">Group B</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-c/">Group C</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-d/">Group D</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-e/">Group E</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-f/">Group F</a> </li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-g/">Group G</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-h/">Group H </a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-i/">Group I</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-group-j/">Group J</a></li><li><a href="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/" target="_self" rel="" title="https://www.local10.com/sports/local/2025/12/05/here-is-fifa-world-cup-2026-group-k/">Group K</a></li><li><a href="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/" target="_self" rel="" title="https://www.local10.com/sports/2025/12/05/here-is-fifa-world-cup-2026-group-l/">Group L</a></li></ul>]]></content:encoded></item><item><title><![CDATA[Atlanta premiere of “Basura” highlights story of music from landfill community]]></title><link>https://www.local10.com/news/national/2026/06/12/atlanta-premiere-of-basura-highlights-story-of-music-from-landfill-community/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/06/12/atlanta-premiere-of-basura-highlights-story-of-music-from-landfill-community/</guid><dc:creator><![CDATA[Louis Aguirre]]></dc:creator><description><![CDATA[A new musical inspired by a powerful true story is opening tonight in Atlanta, backed by a superstar creative team with South Florida ties.]]></description><pubDate>Sat, 13 Jun 2026 00:47:04 +0000</pubDate><content:encoded><![CDATA[<p>A new musical inspired by a powerful true story is opening tonight in Atlanta, backed by a superstar creative team with South Florida ties.</p><p>For nearly two decades, the Recycled Orchestra of Cateura has been turning trash into music and inspiring audiences around the world. The youth ensemble was formed in one of the most unlikely places imaginable — a landfill in a struggling community on the outskirts of Asunción, Paraguay.</p><p>Using instruments made from discarded materials, the young musicians built an international following. Their journey became the subject of the acclaimed 2015 documentary “Landfill Harmonic,” introducing their story to audiences across the globe.</p><p>Now, that story is taking center stage in “Basura,” a new musical opening at Atlanta’s Alliance Theatre.</p><p>“I saw that documentary and was in tears, and so moved, because I know what music means to me,” said Alex Lacamoire. “So Michael Schulman got the idea of creating a musical out of it.”</p><p>Lacamoire, a Tony and Grammy Award winner best known for his work on Hamilton and In the Heights, serves as the production’s musical supervisor, orchestrator and arranger.</p><p>“What music means to us as creators, and how music brings a community together, and how music truly transforms lives. That was the impetus for us to create this show,” Lacamoire said. “That is what made us feel like this is a story that needs to be told.”</p><p>Writing the music and lyrics are 11-time Grammy winner Gloria Estefan and her daughter, Emily Estefan. Their original score blends Latin rhythms, heart and hope while honoring the sounds of Paraguay.</p><p>“It’s a really unique rhythms, really unique meld of instrumentation,” Gloria Estefan said. “The harp is very important, which we’re very proud of, and we also want to make Paraguayans proud. Learning about this culture has been ... I did a deep dive, deep dive for months before we even started writing.”</p><p>Already earning standing ovations during previews, “Basura” is ultimately a story about possibility — the idea that even amid hardship, beauty can emerge, art can flourish and lives can be transformed.</p><p>“And then there’s this story that speaks to the human spirit,” Estefan said.</p><p>“It’s really the human spirit rising above a really difficult circumstance, and that’s what I hope that people realize. We’re all just human beings going through life and challenges, and music has always been a saving grace to me, and it saved me in many moments of my life.”</p><p>For director Andy Señor, one line captures the show’s message.</p><p>“For me it’s that one line that is so beautifully placed in the show that the world sends us garbage and we give back music,” he said.</p><p>“And I think that’s a really great message, particularly in the world that we’re in right now,” Lacamoire added. “It’s not to feel as if it’s hopeless, because it’s not.”</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Local 10 Special: Countdown to the Cup!]]></title><link>https://www.local10.com/sports/local/2026/06/12/local-10-special-countdown-to-the-cup/</link><guid isPermaLink="true">https://www.local10.com/sports/local/2026/06/12/local-10-special-countdown-to-the-cup/</guid><description><![CDATA[Join Local 10 Sports Director Will Manso, and reporters Clay Ferraro and Kacy Hintz as Miami rolls out the red carpet ahead of Monday’s first World Cup match in South Florida! ]]></description><pubDate>Fri, 12 Jun 2026 23:38:49 +0000</pubDate><content:encoded><![CDATA[<p>Join Local 10 Sports Director Will Manso, and reporters Clay Ferraro and Kacy Hintz as Miami rolls out the red carpet ahead of Monday’s first World Cup match in South Florida! </p><p>The Local 10 Special Report: “Countdown to the Cup” airs at 8 p.m. Friday and can be viewed at the top of this page. </p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/JXMBVRF77NA7RDSOMWRRDVKBWA.png?auth=1d5a655083e7c95825e70ca8d4cfa35bea27b51e9930144eef9f87117c2973e2&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"/></item><item><title><![CDATA[US opens its home World Cup with a dynamic 4-1 victory over Paraguay, sparked by Balogun's 2 goals]]></title><link>https://www.local10.com/sports/2026/06/12/us-opens-its-home-world-cup-with-a-dynamic-4-1-victory-over-paraguay-sparked-by-baloguns-2-goals/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/12/us-opens-its-home-world-cup-with-a-dynamic-4-1-victory-over-paraguay-sparked-by-baloguns-2-goals/</guid><dc:creator><![CDATA[By GREG BEACHAM, Associated Press]]></dc:creator><description><![CDATA[INGLEWOOD, Calif. (AP) — Folarin Balogun fired his second goal into the top far corner of Paraguay’s net and then led his American teammates to the corner of their home stadium, reveling in the frenzy created by their historic first half at their World Cup opener.]]></description><pubDate>Sat, 13 Jun 2026 04:44:39 +0000</pubDate><content:encoded><![CDATA[<p>INGLEWOOD, Calif. (AP) — Folarin Balogun fired his second goal into the top far corner of Paraguay’s net and then led his American teammates to the corner of their home stadium, reveling in the frenzy created by their historic first half at their World Cup opener.</p><p>The world’s biggest soccer tournament finally returned to the U.S. on Friday night after a generation of anticipation.</p><p>With this phenomenal match, the Americans also look like they've arrived.</p><p>Balogun scored twice in the Americans' three-goal barrage before halftime, and the U.S. opened its first home World Cup in 32 years with its biggest win in the tournament, a dynamic 4-1 victory over Paraguay.</p><p>Christian Pulisic had an assist in a stellar first-half playmaking performance for the Americans, who enthralled their Southern California fans with an aggressive attack while streaking to a 3-0 lead — the team's largest in any World Cup game.</p><p>“It meant everything for us,” Pulisic said. “A half like that, for it to go as it did, and have the fans excited about our performance, it felt amazing.”</p><p>Gio Reyna ripped another goal in the dying moments of second-half injury time, giving the Americans four goals in a World Cup match for the first time in their tournament history dating to 1930.</p><p>This production, this confidence, this dominance — it was nothing like the vast majority of the Americans' previous performances on the international stage over the years and decades.</p><p>They've won exactly one knockout-round game in the World Cup. They've almost always struggled to score in the biggest events, most recently managing only three goals combined in their four matches at the Qatar World Cup in 2022.</p><p>In this pressure-packed home opener, the Americans were a team transformed while playing in coach Mauricio Pochettino’s more creative system in front of a passionate, star-studded Los Angeles crowd of 70,492. Led by the elite talent and coach-inspired fearlessness of Balogun, Pulisic and Weston McKennie up front, the U.S. finally had its breakthrough performance at SoFi Stadium.</p><p>“It’s difficult to compare with the past,” said Pochettino, who took over in late 2024. “I don’t know what happened in the past. I think we need to talk about today, because it was a great match. It was amazing for our fans to see, to watch this type of game, and today, I am so proud and we are so proud. I think we are winning a lot of fans, adding fans for the sport here in America.”</p><p>Not everything went perfectly: Pulisic was replaced by Sebastian Berhalter at halftime for precautionary reasons. Pochettino said Pulisic was kicked in the back of his left calf during a training session this week, and felt some subsequent tightness during the match.</p><p>“Staying positive,” Pulisic said. “I don’t think it’s anything.”</p><p>Maurício scored in the second half for Paraguay, but La Albirroja fell too far behind early in their first World Cup match in 16 years.</p><p>“The U.S. won this match very clearly and fairly,” Paraguay coach Gustavo Alfaro said through an interpreter. “They dominated tactically, technically and physically as well. ... This team is a complex challenge because they have answers to everything you throw at them.”</p><p>After the U.S. went ahead on an early own-goal created by Pulisic's playmaking, Balogun scored in the 31st minute and again in the fifth minute of first-half injury time.</p><p>The New York-born, London-raised striker made his World Cup debut with the first multigoal performance from a U.S. player in the tournament since 1930. Balogun chose to represent the U.S. three years ago instead of staying in the English system, where he likely would have struggled to make the Three Lions' roster — and the 24-year-old Monaco professional has swiftly provided the top-level striker play historically lacking on U.S. rosters.</p><p>“Poch has said many times, ‘Why not us?’” Balogun said. “We have to believe. You can’t do anything if you don’t believe in yourself.”</p><p>Pulisic created the first two U.S. goals with exceptional runs down the left side. In the seventh minute, the AC Milan standout cleverly split two defenders and passed to McKennie, whose centering touch hit Paraguay midfielder Damián Bobadilla’s outstretched foot and went in, setting off pandemonium in the stands.</p><p>The Americans gradually amplified their attack centered around Pulisic’s runs — and three minutes after an apparent goal from Balogun was erased by an offside call, Pulisic again drove the left side and got a deflected pass to the trailing Balogun, who banged it home.</p><p>Malik Tillman then made a perfectly weighted pass in injury time to Balogun, who sidled through the Paraguay defense and beautifully found the top shelf.</p><p>The Americans were less cohesive without Pulisic in the second half, but Reyna still added the finishing touch by gliding into the box and toe-flicking home his first World Cup goal. The moment was sweet for Reyna, who barely played at the Qatar World Cup amid a messy family dispute with former U.S. coach Gregg Berhalter.</p><p>Dozens of American celebrities and cultural icons turned out for the match 10 miles south of Hollywood, including Tom Cruise, George Lucas, Bill Gates, Halle Berry, Leonardo DiCaprio and Kareem Abdul-Jabbar.</p><p>___</p><p>AP World Cup: https://apnews.com/fifa-world-cup</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/QWXC5JWL5YDRJ6JFEGS7DDUETU.jpg?auth=a5fcc7c875a98aba89d5eca9b151067c289bb1290e9fa405f731a0f41b431a96&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[United States' Folarin Balogun (20) celebrates scoring his side's third goal against Paraguay with teamates during the World Cup Group D soccer match in Inglewood, Calif., near Los Angeles, Friday, June 12, 2026. (AP Photo/Andre Penner)]]></media:description><media:credit role="author" scheme="urn:ebu">Andre Penner</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VF2YF4FBOJP37UIYJW2AXJUOHM.jpg?auth=52dd5d07181877a120ed33ed12e46400de12034a4c391b67da88b9f7643018f6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Paraguay's Miguel Almiron, right, and United States' Sergino Dest battle for the ball during the World Cup Group D soccer match between the United States and Paraguay in Inglewood, Calif., near Los Angeles, Friday, June 12, 2026. (AP Photo/Mark J. Terrill)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark J. Terrill</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3H243CNYNSQ3MSO2EOXOFPYL7I.jpg?auth=e46c66c2add936b608fd047dd7f0354ced69750a3e9228f6bcc867d86c59078d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[United States' Folarin Balogun scores his side's second goal against Paraguay during a World Cup Group D soccer match in Inglewood, Calif., near Los Angeles, Friday, June 12, 2026. (AP Photo/Marcio J. Sanchez)]]></media:description><media:credit role="author" scheme="urn:ebu">Marcio J. Sanchez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/I7MC7SENOKKNL4EHS7GHTDRPNY.jpg?auth=fb673bb4df4fa4f10b9c999a93203dc148aa652c921b6756793355dc12b87c66&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[United States' Folarin Balogun (20) celebrates scoring his side's second goal against Paraguay during the World Cup Group D soccer match in Inglewood, Calif., near Los Angeles, Friday, June 12, 2026. (AP Photo/Andre Penner)]]></media:description><media:credit role="author" scheme="urn:ebu">Andre Penner</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LXM4FXWUI6NPU6GUFKDAFISQ5A.jpg?auth=6c60c115f3cd9624c2a73a1b6668f66aed15bde633b92cfc14d7f48535fe543b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Paraguay's Miguel Almiron reacts after the United States scored a third goal during the World Cup Group D soccer match in Inglewood, Calif., near Los Angeles, Friday, June 12, 2026. (AP Photo/Jae C. Hong)]]></media:description><media:credit role="author" scheme="urn:ebu">Jae C. Hong</media:credit></media:content></item><item><title><![CDATA[`Inside the NBA' making the most of its 1st appearance in the finals]]></title><link>https://www.local10.com/sports/2026/06/12/inside-the-nba-making-the-most-of-its-1st-appearance-in-the-finals/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/12/inside-the-nba-making-the-most-of-its-1st-appearance-in-the-finals/</guid><dc:creator><![CDATA[By JOE REEDY, Associated Press]]></dc:creator><description><![CDATA[Ernie Johnson has seen many iconic moments in 34 years as host of “Inside the NBA.”]]></description><pubDate>Fri, 12 Jun 2026 23:54:47 +0000</pubDate><content:encoded><![CDATA[<p>Ernie Johnson has seen many iconic moments in 34 years as host of “Inside the NBA.”</p><p>However, nothing might top doing the postgame show Wednesday night from center court at Madison Square Garden after the New York Knicks made the greatest comeback in NBA Finals history to beat the San Antonio Spurs in Game 4.</p><p>“That’s the best. None of the fans are leaving. They just want to soak this whole thing in. It was like a college atmosphere. And then to do the show right there with that energy going on, that’s why you do it,” Johnson said.</p><p>Who knows how many signature moments are left in the series, but the quartet of Johnson, Charles Barkley, Shaquille O’Neal and Kenny Smith is certainly enjoying anchoring pregame, halftime and postgame NBA Finals coverage for the first time.</p><p>“Inside the NBA” moved to ESPN and ABC this season under a licensing agreement with TNT Sports, following Warner Bros. Discovery’s inability to retain NBA rights.</p><p>The show’s addition has elevated ESPN and ABC’s NBA coverage just as Joe Buck and Troy Aikman’s arrival in 2022 took “Monday Night Football” to another level.</p><p>The series resumes Saturday night in San Antonio with the Knicks one win away from their first NBA title since 1973. Johnson will present the Lawrence O’Brien trophy at the end of the finals. If the Spurs stave off elimination, Johnson presenting the trophy to the Knicks at home after a Game 6 win on Tuesday could surpass the bedlam from the comeback.</p><p>“The transition has been seamless, and it’s been a wonderful year together. Having Ernie, Chuck, Shaq and Kenny anchor our NBA Finals coverage, in tandem with our outstanding game broadcast team, has elevated our entire presentation,” said Burke Magnus, ESPN’s president of content.</p><p>“Inside the NBA” has a 90-minute pregame show, with the first hour on ESPN before shifting over to ABC. The postgame show begins on ESPN as soon as ABC's coverage ends and goes at least an hour.</p><p>Mike Breen, who is calling his record 21st finals, has enjoyed having “Inside the NBA” serve as a lead-in to coverage.</p><p>“They’re must-see TV even after all these years. They have so much fun, and because of their status in the league, what they say really matters,” Breen said. “And then you have somebody like Ernie Johnson who runs the whole thing. I don’t know if there’s another person in our industry I respect more.”</p><p>Same show, different network</p><p>Because TNT didn’t have the NBA Finals, “Inside the NBA”‘s season would end at the conference finals. Johnson said it felt different when he arrived at the arena in San Antonio before Game 1 on June 3.</p><p>“I haven’t felt like that on a game day in a long time. I was excited to be there and heading to the arena. I left earlier than planned because I didn’t want to sit around anymore,” he said. “Doing that in San Antonio and then going to New York to be in the middle of that scene was so cool. I think we are trying to make our show match the energy in the building. And I think we did that.”</p><p>“Everybody’s swinging by and shaking hands and patting us on the back. It’s surreal. We’re honored to be part of this. And it’s just been an amazing series.”</p><p>What also makes it special is that this is also the first NBA Finals for most of the show’s production crew, many of whom have been with “Inside the NBA” since the start.</p><p>Even though “Inside the NBA” airs on ESPN and ABC, TNT Sports still produces the show from Atlanta. It’s still irreverent at times and isn’t afraid to pull punches — as evidenced by Barkley’s criticism of the Spurs after Game 4, where he called them “the dumbest basketball team in the history of civilization.”</p><p>Barkley added, “When you blow a 29-point lead, the other team has to help you. The San Antonio Spurs helped the New York Knicks win this game by doing some of the stupid-ass stuff I’ve seen on a basketball court.”</p><p>For those who worried that the show wouldn’t be the same on ESPN, those fears have gone out the window throughout the season. ESPN even bought into some of the show’s humor by doing an ad with Johnson singing a song by DMX.</p><p>“There was never a ‘Hey, you guys can’t do that anymore.’ It was just ‘No, do your thing.’ And we’ve had the freedom to do that,” Johnson said. “The great thing is we have access to all these ESPN resources with pregame pieces and reporters. It's been a great deal for everybody involved.”</p><p>Successful finals for ABC</p><p>Wednesday night’s comeback averaged 20.9 million viewers and peaked at 23.2 million for the conclusion. According to Nielsen, it was the most-viewed Game 4 since ABC started showing the finals in 2003.</p><p>The series is averaging 19.6 million viewers, a 116% jump from last year’s matchup between the Oklahoma City Thunder and Indiana Pacers. It is on pace to be the most-watched series since 1998, when the Chicago Bulls defeated the Utah Jazz in six games.</p><p>The Game 3 pregame averaged 9.9 million viewers, a record</p><p>___</p><p>AP NBA: https://apnews.com/hub/nba</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/2XKLQVD3ATMRVZ7DBNYLBZOG74.jpg?auth=2845ae52ef4cfe4a49a35c6a59f99847938210ff2b0bdbe42f9a7256710a26db&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Shaquille O'Neal, Ernie Johnson and Charles Barkley stand at mid-court to be honored during the NBA All-Star basketball game Sunday, Feb. 16, 2025, in San Francisco. (AP Photo/Godofredo A. Vásquez,File)]]></media:description><media:credit role="author" scheme="urn:ebu">Godofredo A. Vásquez</media:credit></media:content></item><item><title><![CDATA[Korda and Cowan 2 back in LPGA team event. Inkster advances to weekend at record age of 66]]></title><link>https://www.local10.com/sports/2026/06/12/korda-and-cowan-2-back-in-lpga-team-event-inkster-advances-to-weekend-at-record-age-of-66/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/12/korda-and-cowan-2-back-in-lpga-team-event-inkster-advances-to-weekend-at-record-age-of-66/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[MIDLAND, Mich. (AP) — Nelly Korda found the perfect tonic for the week after the biggest win of her career. The U.S. Women’s Open champion is playing with good friend Olivia Cowan of Germany in the Dow Championship, two shots out of the lead Friday held by Polly Mack and Celine Borge.]]></description><pubDate>Fri, 12 Jun 2026 23:32:44 +0000</pubDate><content:encoded><![CDATA[<p>MIDLAND, Mich. (AP) — Nelly Korda found the perfect tonic for the week after the biggest win of her career. The U.S. Women’s Open champion is playing with good friend Olivia Cowan of Germany in the Dow Championship, two shots out of the lead Friday held by Polly Mack and Celine Borge.</p><p>The final two days at Midland Country Club also includes Juli Inkster, the 66-year-old Hall of Famer who became the oldest player to make the cut when she teamed with 27-year-old Angel Yin for a 68 in fourballs.</p><p>“I’m happy I played,” said Inkster, born 10 years after the LPGA was founded. “Sometimes you’ve got to put yourself out there and I felt like I did that this week.”</p><p>Mack and Borge were among the late starters and posted a 60 to reach 12-under 128 and zoom past the Japanese duo of Ayaka Furue and Yuna Nishimura (61).</p><p>Korda and Cowan shot 60 to finish two shots behind, with Korda doing most of the damage and Cowan stepping in for a 20-foot birdie putt on their final hole.</p><p>“We just wanted to go out and have some fun. That’s when we play our best,” Korda said. “Last week was a great week. This is the perfect week to back up that week. It’s just a little more relaxed. It’s been a blast.”</p><p>Korda said there wasn’t a lot of golf talk, mostly trying to finish to get lunch and head for their favorite coffee shop.</p><p>The U.S. Women’s Open at Riviera was her fourth win of the year, and fourth career major, solidifying her perch atop women’s golf. She played the part most of the second round in fourballs with several birdie putts.</p><p>“Nelly made a lot of putts today,” Cowan said. “I felt like I needed to make the last one.”</p><p>JoAnne Carner holds the LPGA record for individual events, making the cut in 2004 at age 64. The Dow Championship counts as official, so Inkster goes into the record book as the oldest.</p><p>This also could be a big week for Cowan, who would get a two-year exemption on the LPGA if she and Korda were to win.</p><p>___</p><p>AP golf: https://apnews.com/hub/golf</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/JKTEMO2M5Z7A2J7X4BI54E7HNU.jpg?auth=ab9b5550f8cbe889cf2222f30b101ba737f385bb1b64cd153c1fdc7f17a5bd6a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Olivia Cowan, of Germany, hits on the 17th hole during the first round of the Dow Championship LPGA golf tournament, Thursday, June 11, 2026, at Midland Country Club in Midland, Mich. (AP Photo/Al Goldis)]]></media:description><media:credit role="author" scheme="urn:ebu">Al Goldis</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6AKB4CYPQYFLAH7NKRCRPEVF6A.jpg?auth=d673961bcb2d2a56728bfbeb560118102c69e49663bd98f4f1ed72a77d1374da&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Nelly Korda lines up her putt on the 17th hole during the first round of the Dow Championship LPGA golf tournament, Thursday, June 11, 2026, at Midland Country Club in Midland, Mich. (AP Photo/Al Goldis)]]></media:description><media:credit role="author" scheme="urn:ebu">Al Goldis</media:credit></media:content></item><item><title><![CDATA[Gene Shalit, longtime 'Today' show movie critic with bushy hair and massive mustache, dies at 100]]></title><link>https://www.local10.com/entertainment/2026/06/12/gene-shalit-longtime-today-show-movie-critic-with-bushy-hair-and-massive-mustache-dies-at-100/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/06/12/gene-shalit-longtime-today-show-movie-critic-with-bushy-hair-and-massive-mustache-dies-at-100/</guid><dc:creator><![CDATA[By MARK KENNEDY, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Gene Shalit, a movie critic and arts reporter for the “Today” show over four decades who was known for his puffy hair, oversized handlebar mustache and affection for groan-inducing puns, has died. He was 100.]]></description><pubDate>Sat, 13 Jun 2026 02:57:26 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Gene Shalit, a movie critic and arts reporter for the “Today” show over four decades who was known for his puffy hair, oversized handlebar mustache and affection for groan-inducing puns, has died. He was 100.</p><p>Shalit's family announced the death Friday to NBC News, saying in a statement that he “passed away peacefully today after 100 years of an amazing life.”</p><p>Shalit joined “Today” as a contributor in 1970 and became arts editor in 1973, later settling in for his segment, “Critic’s Corner.” When he left the show in 2010, he was one of the last high-profile film critics on a major network.</p><p>“What resonated above his unusual appearance was his incredible wit, his remarkable intelligence. But he didn’t pound you over the head with it. He amused you. He enlightened and amused whatever subject he was on,” Guy Ludwig, Shalit’s producer for more than 20 years, wrote in an essay at the time of Shalit's retirement.</p><p>It was no coincidence that Chicago critics Roger Ebert and Gene Siskel’s local “thumbs-up, thumbs-down” movie-review program, “Sneak Previews,” went national on PBS in the late 1970s and that “Today” show's ABC rival, “Good Morning America,” hired Joel Siegel to be its movie critic in 1981.</p><p>“Shalit was instrumental in changing the balance of critical power in America. When he began his ‘Today’ tenure, newspapers and magazines were the primary sources for movie reviews. That’s where cinematic opinion was sparked and shaped,” The Plain Dealer wrote in 2010, calling Shalit “Daniel Boone in a bow tie and Groucho glasses.”</p><p>Magazine work led to NBC offer</p><p>Shalit started as an entertainment columnist for McCall’s magazine, eventually becoming senior film critic for Look magazine in 1968 and writing for Ladies’ Home Journal. His popularity in magazines led to an offer from NBC.</p><p>“No one at NBC had seen him. They’d only read his stuff. So he walked into this executive’s office and the executive took one look at him and said, ‘Mr. Shalit, have you ever thought of radio?’” wrote Ludwig. “They didn’t know how the public would react to someone who looked so different from people who were typically on TV in 1967.”</p><p>On the air, Shalit was a middle-of-the-road critic. Of 1986’s classic “Stand By Me,” he said it was different from other movies about youth “because of instead of grossing you out, ‘Stand by You’ is engrossing.”</p><p>“Many critics will give so much of the plot of a movie away that they destroy the movie for the viewer. ... I just don’t give away the story,” he told The Associated Press in 1993.</p><p>Highlights in words</p><p>He liked “Enemy at the Gates,” starring Jude Law, calling it “a vivid dramatization of one of history’s titanic turning points.” But he called “Brokeback Mountain “wildly overpraised, but not by me” and drew condemnation from GLAAD for calling Jake Gyllenhaal’s character, Jack, a “sexual predator.” Shalit apologized.</p><p>He called “Frozen” “very cool.” He said the oddball title of “The Men Who Stare at Goats” was “heard to bleat,” and his review of “The Lovely Bones” read in part: “There’s no bones about it.”</p><p>He began reviewing on air the year of “Patton” and “Love Story” and ended his run with a critique of “Shrek Forever After,” of which he noted that the “bellow fellow is now a mellow fellow.” One highlight of this tenure was his descent into a fit of giggles while interviewing Carol Channing.</p><p>He called a remake of “King Kong” so “gargantuan that I must create new words to describe it: fabularious … a brilliantological humongousness of marvelosity.” His take on Steven Spielberg’s adaptation of Alice Walker’s “The Color Purple”: “It should be against the law not to see it.”</p><p>In a 1981 interview with John Belushi and Dan Aykroyd, Belushi said Shalit’s hair looked like “an ant farm on fire.” Nevertheless, he peppered his guest with so many questions about their daily life that it felt like therapy. He asked both comedians what their last meals would be. “What do you want to be doing 10 years from now, John Belushi?” Shalit asked. “Fiddler on the Roof” Belushi replied.</p><p>During his tenure, he traded quips with anchors ranging from Edwin Newman, Barbara Walters and Jane Pauley to Tom Brokaw, Bryant Gumbel, Katie Couric, Al Roker and Meredith Vieira.</p><p>Gumbel was not always a fan, once saying Shalit’s reviews “are often late and his interviews aren’t very good.” The critique came in what was supposed to be a confidential memo to Marty Ryan, the show’s executive producer at the time.</p><p>In 1994, while in St. Pete Beach, Florida, to cover Major League Baseball spring training, a car hit Shalit as he was crossing a street and broke his leg. After that, “Today” began recording his movie reviews in his home studio.</p><p>Early life</p><p>He was born in New York and grew up in Morristown, New Jersey, starting his grammar school’s first newspaper before writing a humor column for the newspaper while a student at Morristown High School. He graduated from the University of Illinois in 1949.</p><p>Shalit played the bassoon, but he said he started out on the clarinet.</p><p>“I didn’t practice for a few weeks and the teacher got furious,” he recalled in 1988, before playing bassoon in a New York City fundraiser. “He took away my clarinet and as punishment he said, ‘From now on, you’re gonna play THIS.’”</p><p>In 1987, he edited a book called “Laughing Matters: A Celebration of American Humor,” saying he wanted to introduce and reintroduce such old and new masters of American humor as Mark Twain, James Thurber and Russell Baker.</p><p>Shalit was regularly mocked on “Saturday Night Live” by cast member Horatio Sanz, who would appear on the “Weekend Update” desk dressed as Shalit and go on extended, barely coherent rants that punned the title of every movie he reviewed. Shalit also made cameos on “Sesame Street,” “Family Guy” and “SpongeBob SquarePants.”</p><p>Shalit was predeceased in 1978 by his wife, Nancy Lewis, and had six children.</p><p>___</p><p>This story has been corrected to show that a movie Shalit liked was “Enemy at the Gates,” not “Defiance.” It also removes a reference to Daniel Craig, who was in “Defiance” but not “Enemy at the Gates.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/V4KKSS3ALR46CSC5HOLOUYFJS4.jpg?auth=f56216691f7ad8a6f1086fd8ee76a5244a6d6bf342fe1b1aca121e2d7ce3e83d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - In this May 31, 2006 file photo, film critic Gene Shalit is seen during a toast with "Today" show cast and crew at the end of Katie Couric's final show, in New York. (AP Photo/Richard Drew, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Richard Drew</media:credit></media:content></item><item><title><![CDATA[Broward native Alex Freeman set for World Cup debut with US men’s national team]]></title><link>https://www.local10.com/sports/local/2026/06/12/broward-native-alex-freeman-set-for-world-cup-debut-with-us-mens-national-team/</link><guid isPermaLink="true">https://www.local10.com/sports/local/2026/06/12/broward-native-alex-freeman-set-for-world-cup-debut-with-us-mens-national-team/</guid><dc:creator><![CDATA[Michaila Hightower]]></dc:creator><description><![CDATA[Alex Freeman grew up playing soccer on fields across Broward County, dreaming of one day representing his country on the sport’s biggest stage. Now, the 21-year-old defender is on the verge of making that dream a reality.]]></description><pubDate>Fri, 12 Jun 2026 12:09:35 +0000</pubDate><content:encoded><![CDATA[<p>Alex Freeman grew up playing soccer on fields across Broward County, dreaming of one day representing his country on the sport’s biggest stage.</p><p><a href="https://www.local10.com/espanol/2026/06/12/alex-freeman-oriundo-de-broward-listo-para-debutar-en-copa-del-mundo-con-la-seleccion-masculina-de-estados-unidos/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/12/alex-freeman-oriundo-de-broward-listo-para-debutar-en-copa-del-mundo-con-la-seleccion-masculina-de-estados-unidos/">Leer en español</a></p><p>Now, the 21-year-old defender is on the verge of making that dream a reality.</p><p>Freeman is expected to make his World Cup debut with the U.S. Men’s National Team, marking a major milestone in a journey that began in South Florida.</p><p>Despite his age, Freeman said he’s embracing the pressure that comes with competing at the highest level.</p><p>“I think, yeah, for me it’s my first World Cup and I’m the young guy,” Freeman said in an exclusive interview with Local 10 News. “I think as well for me it’s always going to be a lot of pressure, but for me, it’s how can I deal with the pressure and make it into something great when I play.”</p><p>For Freeman, the moment is about more than personal achievement. It’s an opportunity to represent the people who helped him reach this point.</p><p>“I think for me it’s to realize that I’m not only doing it for the fans and for myself,” Freeman said. “I’m doing it for the people that helped me get to this point. From Fort Lauderdale, from where I’m from, and it just means so much that I’m able to have that kind of support back home.”</p><p>Freeman said taking the leap to pursue a professional soccer career came with uncertainty, but the encouragement he received from family, friends and his South Florida community helped fuel his confidence.</p><p>“Knowing that I took a risk and I had so many people backing me, encouraging me to do this,” he said.</p><p>Representing the United States on the international stage is something Freeman said he does not take lightly.</p><p>“For me it’s such an honor,” Freeman said. “But I know honor comes with privilege, knowing that you have the privilege and the confidence and desire to be able to wear the shirt and perform when you’re in it.”</p><p>As he prepares to step onto the field, Freeman said he remains focused on carrying that responsibility with gratitude and pride.</p><p>“Always having that honor and grateful energy that you don’t get to wear this every day,” he said. “And when you do get to wear it, it’s to wear with pride.”</p><p>For the former Broward County standout, the upcoming match represents the latest chapter in a remarkable rise from local soccer fields to the global stage — one that South Florida will be watching closely.</p>]]></content:encoded></item><item><title><![CDATA[Wild Florida: Ron Magill helps man cited for capturing python at Everglades park ]]></title><link>https://www.local10.com/news/2026/06/12/wild-florida-ron-magill-helps-man-cited-for-capturing-python-at-everglades-park/</link><guid isPermaLink="true">https://www.local10.com/news/2026/06/12/wild-florida-ron-magill-helps-man-cited-for-capturing-python-at-everglades-park/</guid><dc:creator><![CDATA[Isabella Martin]]></dc:creator><description><![CDATA[Ron Magill was quick to defend a man he felt was being treated unfairly after he went out of his way to capture and surrender a python, an invasive species.]]></description><pubDate>Fri, 12 Jun 2026 22:04:47 +0000</pubDate><content:encoded><![CDATA[<p>Ron Magill was quick to defend a man he felt was being treated unfairly after he went out of his way to capture and surrender a python, an invasive species.</p><p>Yatir Nitzany said he was hiking at Shark Valley in the heart of the Everglades National Park when he saw an opportunity to help protect the environment.</p><p>“I saw one crawling across the trail,” Nitzany said. “There were children around.”</p><p>Nitzany said he captured the constrictor and contacted park rangers. A video shows that as he held it, a tour guide driving a tramp praised him in front of visitors. </p><p>“It had a bulge in its belly,” Nitzany said about the python. “The upper part of its body, indicating it just killed something, and I couldn’t have it on my conscience just to leave it there and just let it go.”</p><p>The super predators, native to tropical regions in Africa, Asia, and Australia, have devastated Everglades wildlife since the exotic pet trade’s introduction.</p><p>Knowing he was doing the right thing, Nitzany said he didn’t expect a park ranger, who also thanked him for the catch, to then hand him a $180 citation. </p><p>“If I could have done things over again, I would have probably killed it and thrown it in the bushes,” Nitzany said. </p><p>Nitzany and Magill fought the citation, based on the federal <a href="https://www.fws.gov/law/lacey-act" target="_self" rel="" title="https://www.fws.gov/law/lacey-act">Lacey Act</a> and<a href="https://www.leg.state.fl.us/Statutes/index.cfm?App_mode=Display_Statute&amp;Search_String=&amp;URL=0300-0399/0379/Sections/0379.372.html" target="_self" rel="" title="https://www.leg.state.fl.us/Statutes/index.cfm?App_mode=Display_Statute&amp;Search_String=&amp;URL=0300-0399/0379/Sections/0379.372.html"> a state law</a> that required prior authorization for capturing a python in a park.</p><p>“My goal now is to do whatever I can to change this law. To make sure there is a caveat in this law, so that people like [Nitzany] are not punished for doing the right thing in the environment,” Magill said. </p><p>The case against Nitzany was dismissed on Friday before his court hearing. Magill was glad, but it shouldn’t have happened. </p><p>“At the end of the day, for me, it’s common sense. Unfortunately, it’s not too common anymore,” Magill said. </p>]]></content:encoded></item><item><title><![CDATA[Dodgers star Shohei Ohtani misses series opener against White Sox because of knee soreness]]></title><link>https://www.local10.com/sports/2026/06/12/dodgers-star-shohei-ohtani-out-of-the-lineup-against-white-sox-because-of-knee-soreness/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/12/dodgers-star-shohei-ohtani-out-of-the-lineup-against-white-sox-because-of-knee-soreness/</guid><dc:creator><![CDATA[By JAY COHEN, Associated Press]]></dc:creator><description><![CDATA[CHICAGO (AP) — Los Angeles Dodgers star Shohei Ohtani is day to day with left knee inflammation.]]></description><pubDate>Sat, 13 Jun 2026 03:09:04 +0000</pubDate><content:encoded><![CDATA[<p>CHICAGO (AP) — Los Angeles Dodgers star Shohei Ohtani is day to day with left knee inflammation.</p><p>Ohtani was sidelined for Friday night's 8-2 loss to the Chicago White Sox. But manager Dave Roberts said Ohtani could play this weekend and remains in line to make his next scheduled start on the mound on Wednesday.</p><p>Ohtani was lifted for a pinch hitter in the seventh inning of Thursday night’s 8-6 win at Pittsburgh.</p><p>“He’s doing fine today,” Roberts said before the series opener against the White Sox. “I think that we got some pictures. There was no findings. It’s just the normal wear and tear. I thought initially it was a hamstring, it was the knee. So it just kind of got upset, swelled up a little bit.”</p><p>Ohtani, 31, is batting .305 with 13 homers and 40 RBIs in 67 games for the NL West leaders. On the mound, the reigning NL MVP is 6-2 with a 1.06 ERA in 11 starts.</p><p>Ohtani had surgery on his left knee in September 2019. Roberts said the swelling is in the back of the knee.</p><p>“That’s where a lot of the swelling with the knee kind of like builds,” Roberts said. “But again his range of motion today is good and so if it was another time in the season he’d be in there tonight.”</p><p>Ohtani did not speak with the media before the game.</p><p>Alex Call was in the leadoff spot for Los Angeles and Santiago Espinal stepped in as the designated hitter. Espinal contributed an early two-run single, but the Dodgers finished with just four hits — all in the first three innings.</p><p>Roberts also said utilityman Tommy Edman is on track to be activated from the 60-day injured list on Tuesday. Edman, who is coming back from offseason ankle surgery, is on a minor league rehab assignment with Triple-A Oklahoma City.</p><p>Right-hander Tyler Glasnow, who is on the 60-day IL because of a back issue, could start playing catch soon.</p><p>“(Glasnow) feels great, so he’s going to start kind of ramping things up,” Roberts said.</p><p>___</p><p>AP MLB: https://apnews.com/hub/mlb</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/GGHC5GLGWZTIG6KCCK6YW4AQJI.jpg?auth=1435c4929ded333bc0faa7a553ecf32a54d724756f264aff82fa670c61b74872&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Los Angeles Dodgers' Shohei Ohtani enters the field prior to a baseball game against the Chicago White Sox, Friday, June 12, 2026, in Chicago. (AP Photo/Melissa Tamez)]]></media:description><media:credit role="author" scheme="urn:ebu">Melissa Tamez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GS7N4OTIJKQZEZCWCP5277N7OE.jpg?auth=c2c9e3dd661ff9d7271025ffddd67911daae79b4f2784d7faed00952101e9000&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Los Angeles Dodgers' Shohei Ohtani enters the field prior to a baseball game against the Chicago White Sox, Friday, June 12, 2026, in Chicago. (AP Photo/Melissa Tamez)]]></media:description><media:credit role="author" scheme="urn:ebu">Melissa Tamez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RJFZAB2YJQ54KVICPPJY5WKTS4.jpg?auth=0f422dc49679f446ceabdbc29b5efed7e0aeb57acacff951b90d29fd805f2dcb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Los Angeles Dodgers' Shohei Ohtani enters the field prior to a baseball game against the Chicago White Sox, Friday, June 12, 2026, in Chicago. (AP Photo/Melissa Tamez)]]></media:description><media:credit role="author" scheme="urn:ebu">Melissa Tamez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ZJS7T4DGNJ2QDI7CAW3SKVJAOY.jpg?auth=e16819a5512628ad19b7d39f1d99f025c564bc1ba59c1873d721946e0a3aada5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Los Angeles Dodgers' Shohei Ohtani enters the field prior to a baseball game against the Chicago White Sox, Friday, June 12, 2026, in Chicago. (AP Photo/Melissa Tamez)]]></media:description><media:credit role="author" scheme="urn:ebu">Melissa Tamez</media:credit></media:content></item><item><title><![CDATA[Paramount Skydance merger with Warner Bros. Discovery won't harm competition, consumers, DOJ says]]></title><link>https://www.local10.com/business/2026/06/12/paramount-skydance-merger-with-warner-bros-discovery-wont-harm-competition-consumers-doj-says/</link><guid isPermaLink="true">https://www.local10.com/business/2026/06/12/paramount-skydance-merger-with-warner-bros-discovery-wont-harm-competition-consumers-doj-says/</guid><dc:creator><![CDATA[By ALEX VEIGA, Associated Press]]></dc:creator><description><![CDATA[An investigation by the U.S. Justice Department into Paramount Skydance’s proposed acquisition of Warner Bros. Discovery has determined that the mammoth Hollywood media merger is not likely to harm competition in the industry or be harmful for consumers.]]></description><pubDate>Sat, 13 Jun 2026 00:55:54 +0000</pubDate><content:encoded><![CDATA[<p>An investigation by the U.S. Justice Department into Paramount Skydance’s proposed acquisition of Warner Bros. Discovery has determined that the mammoth Hollywood media merger is not likely to harm competition in the industry or be harmful for consumers.</p><p>The agency said Friday that it closed its probe into the deal, with regulators at its antitrust division concluding that the impact of the merger “will be to increase competition across the media and entertainment ecosystem, with benefits for American consumers and workers.”</p><p>David Ellison’s Paramount Skydance reached a deal to acquire Warner Bros. Discovery in late February. Paramount’s victory came after months of negotiations and a rival bid by Netflix that ultimately fell short. Paramount was bought by Skydance last year.</p><p>The companies contend that merging will be good for growth in the industry and give consumers access to more content, particularly if the HBO Max and Paramount+ libraries are combined. But critics have decried what further consolidation could mean in an industry already controlled by just a few major players.</p><p>Among the potential market impacts from the merger, regulators weighed whether the deal would hurt competition in video streaming. They concluded that the merger would likely increase competition by giving customers a more “robust competitive alternative” to larger video streaming alternatives.</p><p>The agency also determined that YouTube, TikTok and other social media portals that also offer video streaming content “do not appear to be competitive substitutes here under well-established antitrust legal precedents, although they compete broadly for consumer attention.”</p><p>Regulators also concluded that the merger is not likely to harm competition for so-called linear television, citing a strong competition for live programming.</p><p>On the question of competition in Hollywood, regulators found that the combination of two major film studio operators is not likely to harm competition in studio development, production or distribution of films for theatrical release.</p><p>“Instead, evidence shows extensive competition within the industry, which has generated greater output and diversity of film offerings, and is likely to continue unabated,” regulators concluded.</p><p>Thousands of actors, directors, writers and other industry professionals have voiced “unequivocal opposition” to the Paramount deal, arguing that further consolidation will lead to job losses and fewer choices for filmmakers and moviegoers. Many lawmakers have similarly sounded the alarm.</p><p>Ellison, chief executive of Paramount Skydance, has pledged to keep Paramount and Warner Bros. as standalone movie studio operations, and vowed to release a combined 30 movies a year in theaters. Paramount has acknowledged the merger will also lead to significant cuts due to duplication.</p><p>While the Trump administration’s Justice Department has now confirmed it won’t be challenging Paramount’s $81 billion purchase of Warner, the mega merger is still being reviewed by other regulators both in the U.S. and abroad.</p><p>California Attorney General Rob Bonta has been particularly vocal about the transaction, and he said his state is investigating it.</p><p>Beyond the U.S., European regulators are also looking into the deal. The European Commission has listed July 7 as a tentative deadline for its review. And the U.K.’s Competition and Markets Authority is aiming to make an initial decision about its probe by early August.</p><p>Paramount and Warner previously said that they hoped to close their deal sometime in the third quarter of this year. And that clock is ticking. Paramount pledged to give shareholders some compensation if the acquisition doesn’t close by Sept. 30 — in the form of a 25-cent per share “ticking fee” for every quarter past that date. It has also agreed to a regulatory termination fee of $7 billion.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/DU7ITMMILLWBRBIQ7UVPD6ZA4Y.jpg?auth=c91b9f9527765b5e292a38ea0db109550fbb137417e117cb88f58dbc9c8d7b91&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The Paramount Pictures water tower is seen in Los Angeles, Thursday, Dec. 18, 2025, with the Hollywood sign in the distance. (AP Photo/Jae C. Hong,File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jae C. Hong</media:credit></media:content></item><item><title><![CDATA[Davie firefighters, police wrangle gator after responding to water main break]]></title><link>https://www.local10.com/news/local/2026/06/12/davie-firefighters-police-wrangle-gator-after-responding-to-water-main-break/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/12/davie-firefighters-police-wrangle-gator-after-responding-to-water-main-break/</guid><dc:creator><![CDATA[Amanda Batchelor, Janine Stanwood]]></dc:creator><description><![CDATA[Davie firefighters and police wrangled an alligator early Friday morning that the Florida Fish and Wildlife Conversation Commission has been trying to capture for two years now over ongoing concerns by residents in the area, Davie Fire Rescue officials said.]]></description><pubDate>Fri, 12 Jun 2026 14:40:10 +0000</pubDate><content:encoded><![CDATA[<p>Davie firefighters and police wrangled an alligator early Friday morning that the Florida Fish and Wildlife Conversation Commission has been trying to capture for two years now over ongoing concerns by residents in the area, Davie Fire Rescue officials said.</p><p><a href="https://www.local10.com/espanol/2026/06/12/bomberos-y-policias-de-davie-capturan-caiman-tras-responder-a-rotura-de-tuberia-principal-de-agua/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/12/bomberos-y-policias-de-davie-capturan-caiman-tras-responder-a-rotura-de-tuberia-principal-de-agua/">Leer en español</a></p><p>According to Jessica Montes, a spokeswoman for Davie Fire Rescue, firefighters responded to the 3900 block of Southwest 84<sup>th</sup> Terrace at about 5:18 a.m. after receiving a report about a water main break.</p><p>“Upon arrival, firefighters were advised that an alligator was present in the water,” Montes said in an email to Local 10 News.</p><p>According to Montes, the gator tried to flee into a nearby yard, but firefighters and Davie police worked together to capture the gator before it could escape.</p><p>Davie Fire Capt. Chris Pelosi was among the first responders who helped wrangle the gator.</p><p>“When we tried getting it, it just got agitated and ran away,” he said. </p><p>Pelosi said police got to it first.</p><p>“PD was able to get the little K9 leash out. They kind of got it around the neck so it was kind of doing a little death roll -- it was rolling over here, so we corralled it against the wall,” Pelosi said. “I always see on TV, they just throw a towel over its head, so I just kind of walked up, just threw the towel.”</p><p>Montes confirmed that Davie police used a “catch pole” to secure the gator, while firefighters helped restrain it until FWC officers arrived.</p><p>Neighbors heard the commotion.</p><p>“I just heard all the trucks,” resident Linda Stover said. “I had no idea there was an alligator outside my house.”</p><p>Montes said the gator was turned over to the FWC and no injures were reported to first responders nor the gator.</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[Difunden video de cámara corporal en asesinato en edificio de gran altura de Miami Beach; otorgan fianza a sospechoso]]></title><link>https://www.local10.com/espanol/2026/06/12/difunden-video-de-camara-corporal-en-asesinato-en-edificio-de-gran-altura-de-miami-beach-otorgan-fianza-a-sospechoso/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/12/difunden-video-de-camara-corporal-en-asesinato-en-edificio-de-gran-altura-de-miami-beach-otorgan-fianza-a-sospechoso/</guid><dc:creator><![CDATA[Brett Knese, Roy Ramos]]></dc:creator><description><![CDATA[Imágenes de la cámara corporal recientemente publicadas y obtenidas por Local 10 News capturan los momentos después de que un hombre se cayera desde un balcón del piso 25 en un condominio de Miami Beach, mientras un juez consideraba si se debía otorgar fianza al amigo acusado de empujarlo a la muerte.]]></description><pubDate>Fri, 12 Jun 2026 17:22:50 +0000</pubDate><content:encoded><![CDATA[<p>Las imágenes de la cámara corporal obtenidas recientemente por Local 10 News capturan los momentos posteriores a que un hombre cayera desde un balcón del piso 25 de un condominio en Miami Beach, mientras una jueza evaluaba si el amigo acusado de empujarlo hacia la muerte debía recibir una fianza.</p><p>El video, junto con una llamada desesperada al 911 realizada antes de la caída, fue presentado durante una audiencia judicial el jueves para <a href="https://www.local10.com/espanol/2026/06/02/acusan-a-hombre-de-asesinato-en-rascacielos-de-miami-beach-comparece-en-corte-y-solicita-fianza/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/02/acusan-a-hombre-de-asesinato-en-rascacielos-de-miami-beach-comparece-en-corte-y-solicita-fianza/">Corey Hutterli, de 37 años</a>, quien, según los investigadores, enfrenta un cargo de asesinato en segundo grado por la muerte de Justin Zelin, de 35 años.</p><p>La jueza Cristina Miranda <a href="https://www.local10.com/espanol/2026/06/11/otorgan-fianza-a-sospechoso-acusado-de-lanzar-a-hombre-desde-balcon-del-piso-25-en-miami-beach/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/11/otorgan-fianza-a-sospechoso-acusado-de-lanzar-a-hombre-desde-balcon-del-piso-25-en-miami-beach/">finalmente le otorgó a Hutterli una fianza de $150,000 USD</a> el jueves.</p><p>En las imágenes de la cámara corporal presentadas en el tribunal, Hutterli les dijo a los agentes que respondieron al incidente que Zelin lo había atacado repentinamente.</p><p>“¿Qué está pasando? De repente perdió el control y me atacó”, dijo Hutterli.</p><p>También se escuchó en la audiencia una llamada al 911 en la que Zelin le rogaba a una persona identificada como “Sasha” que abandonara su apartamento.</p><p>“Aléjate de mí, Sasha, basta. Por favor, vete ahora mismo”, dijo Zelin.</p><p>Los fiscales alegan que Hutterli empujó a Zelin desde un balcón de los condominios Akoya en Collins Avenue el 15 de febrero, tras una pelea entre ambos hombres.</p><p>Los abogados defensores argumentaron que el caso del estado es circunstancial y señalaron un informe toxicológico que mostró que Zelin tenía fentanilo, cocaína y ketamina en su organismo al momento de su muerte.</p><p>La defensa sostiene que las drogas pudieron haber provocado un estado mental alterado y afirmó que las pruebas no respaldan la teoría presentada por la fiscalía.</p><p>Al conceder la fianza, Miranda dijo que la llamada al 911 no establecía de manera concluyente que hubiera ocurrido un asesinato.</p><p>“Definitivamente podría tratarse de la víctima de un asesinato, pero la llamada al 911 no es prueba de eso”, dijo Miranda. “La llamada al 911 me lleva a creer que se trata de alguien que sufría una psicosis inducida por drogas”.</p><p>Fuera de la sala del tribunal, la madre de Hutterli dijo que cree que su hijo es inocente, mientras que los abogados defensores afirmaron que planean solicitar la desestimación de los cargos.</p><p>Los registros de la cárcel muestran que Hutterli también enfrenta cargos de allanamiento con agresión o violencia física, posesión de una sustancia controlada y posesión de parafernalia de drogas.</p>]]></content:encoded></item><item><title><![CDATA[Bodycam footage released in Miami Beach high-rise murder; suspect granted bond]]></title><link>https://www.local10.com/news/local/2026/06/12/bodycam-footage-released-in-miami-beach-high-rise-murder-suspect-granted-bond/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/12/bodycam-footage-released-in-miami-beach-high-rise-murder-suspect-granted-bond/</guid><dc:creator><![CDATA[Brett Knese, Roy Ramos]]></dc:creator><description><![CDATA[Newly released Body camera footage obtained by Local 10 News captures the moments after a man fell from a 25th-floor balcony at a Miami Beach condominium, as a judge considered whether the friend accused of pushing him to his death should be granted bond.]]></description><pubDate>Fri, 12 Jun 2026 16:53:59 +0000</pubDate><content:encoded><![CDATA[<p>Newly released body camera footage obtained by Local 10 News captures the moments after a man fell from a 25th-floor balcony at a Miami Beach condominium, as a judge considered whether the friend accused of pushing him to his death should be granted bond.</p><p><a href="https://www.local10.com/espanol/2026/06/12/difunden-video-de-camara-corporal-en-asesinato-en-edificio-de-gran-altura-de-miami-beach-otorgan-fianza-a-sospechoso/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/12/difunden-video-de-camara-corporal-en-asesinato-en-edificio-de-gran-altura-de-miami-beach-otorgan-fianza-a-sospechoso/">Leer en español</a></p><p>The video, along with a frantic 911 call made before the fall, was presented during a court hearing on Thursday for <a href="https://www.local10.com/news/local/2026/06/02/man-accused-of-miami-beach-high-rise-murder-appears-in-court-seeking-bond/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/02/man-accused-of-miami-beach-high-rise-murder-appears-in-court-seeking-bond/">37-year-old Corey Hutterli</a>, who investigators say faces a second-degree murder charge in the death of 35-year-old Justin Zelin.</p><p>“Some homeless guy just came over and killed me,” Zellin told 911 dispatchers shortly before his death. “He killed me.” </p><p>Judge Cristina Miranda on Thursday <a href="https://www.local10.com/news/local/2026/06/11/hearing-continues-for-suspect-accused-of-throwing-man-off-25th-floor-miami-beach-balcony/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/11/hearing-continues-for-suspect-accused-of-throwing-man-off-25th-floor-miami-beach-balcony/">ultimately granted Hutterli a $150,000 bond</a>.</p><p>In body camera footage shown in court, Hutterli told responding officers that Zelin had suddenly attacked him.</p><p>“What’s going on? Suddenly he freaked out and attacked me,” Hutterli said. </p><p>Jurors also heard a 911 call in which Zelin pleaded with someone identified as “Sasha” to leave his apartment.</p><p>“Get away from me Sasha, stop. Please leave right now,” Zelin said.</p><p>Prosecutors allege Hutterli pushed Zelin from a balcony at the Akoya Condominiums on Collins Avenue on Feb. 15 following a struggle between the two men.</p><p>Defense attorneys argued the state’s case is circumstantial and pointed to a toxicology report showing Zelin had fentanyl, cocaine and ketamine in his system at the time of his death.</p><p>The defense contends the drugs may have caused an altered mental state and said the evidence does not support the state’s theory of the case.</p><p>While granting bond, Miranda said the 911 call did not conclusively establish that a murder had occurred.</p><p>“Could definitely be the victim of a murder, but the 911 call is not evidence of that,” Miranda said. “The 911 call leads me to believe it’s someone suffering from a drug-induced psychosis.”</p><p>Outside the courtroom, Hutterli’s mother, Terri Hutterli Marino, said she believes her son is innocent, while defense attorneys said they plan to seek dismissal of the charges.</p><p>Jail records show Hutterli also faces charges of burglary with assault or battery, possession of a controlled substance and possession of drug paraphernalia.</p><p>He has not yet posted bond and remains at the Turner Guilford Knight Correctional Center as of Friday evening.</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[“Simplemente lo dejó allí”: Padre de ciclista fallecido exige justicia tras arresto de hombre por atropello y fuga en Hialeah]]></title><link>https://www.local10.com/espanol/2026/06/12/policia-se-entrega-conductor-tras-matar-a-ciclista-en-atropello-y-fuga-en-hialeah/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/12/policia-se-entrega-conductor-tras-matar-a-ciclista-en-atropello-y-fuga-en-hialeah/</guid><dc:creator><![CDATA[Ryan Mackey, Rosh Lowe]]></dc:creator><description><![CDATA[Un hombre de 21 años acusado de un accidente fatal de atropello y fuga que mató a un ciclista en Hialeah se entregó voluntariamente a la policía y se identificó como el conductor del vehículo involucrado, según un informe de arresto obtenido por Local 10 News el viernes.]]></description><pubDate>Fri, 12 Jun 2026 15:18:07 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre de 21 años acusado de un atropello y fuga fatal que causó la <a href="https://www.local10.com/espanol/2026/06/11/policia-conductor-se-da-a-la-fuga-tras-atropellar-y-matar-a-ciclista-en-hialeah/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/11/policia-conductor-se-da-a-la-fuga-tras-atropellar-y-matar-a-ciclista-en-hialeah/">muerte de un ciclista en Hialeah</a> se entregó a la policía, según un informe de arresto obtenido por Local 10 News el viernes.</p><p>Leonel Alejandro Laferte fue arrestado el jueves tras una investigación de homicidio de tránsito relacionada con el accidente que, según la policía de Hialeah, ocurrió alrededor de las 4:11 a.m. cerca de Southeast Fourth Avenue y East Okeechobee Road.</p><p>Según el informe, Laferte acudió a la sede del Departamento de Policía de Hialeah el 11 de junio y les dijo a los investigadores que él conducía el Kia Stinger 2022 involucrado en el accidente mortal.</p><p>El informe indica que Kenneth William Wimbley, de 37 años, circulaba en bicicleta hacia el norte e intentaba cruzar East Okeechobee Road cuando ingresó al carril central y fue impactado por Laferte.</p><p>La policía informó que Wimbley sufrió heridas críticas y fue trasladado al Hospital de Hialeah antes de ser transferido al Ryder Trauma Center del Jackson Memorial Hospital, donde murió.</p><p>Según el informe, Laferte, residente de Hialeah, admitió durante una entrevista posterior a la lectura de sus derechos Miranda que estuvo involucrado en el accidente. La policía también citó evidencias encontradas en la escena y videos de vigilancia obtenidos durante la investigación.</p><p>El informe señala que Laferte “no se detuvo de inmediato, no permaneció en la escena ni brindó ayuda según lo exige la ley de Florida”.</p><p>En cambio, los investigadores dijeron que abandonó el área y no reportó el accidente hasta que posteriormente se presentó en la sede policial.</p><p>La policía también descubrió que la licencia de conducir de Laferte estaba suspendida al momento del accidente.</p><p>Los registros de la cárcel muestran que Laferte enfrenta un cargo por abandonar la escena de un accidente con resultado de muerte y otro cargo por conducir con la licencia suspendida.</p><p>Hasta el viernes, permanecía detenido en el Centro Correccional Turner Guilford Knight con una fianza de $50,000 USD.</p>]]></content:encoded></item><item><title><![CDATA[Arrestan a sospechoso atrincherado tras enfrentamiento con SWAT en Fort Lauderdale]]></title><link>https://www.local10.com/espanol/2026/06/12/arrestan-a-sospechoso-atrincherado-tras-enfrentamiento-con-swat-en-fort-lauderdale/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/12/arrestan-a-sospechoso-atrincherado-tras-enfrentamiento-con-swat-en-fort-lauderdale/</guid><dc:creator><![CDATA[Aaron Maybin, Ryan Mackey]]></dc:creator><description><![CDATA[La policía de Fort Lauderdale y agentes SWAT respondieron el viernes por la tarde a un hombre atrincherado que se cree que estaba dentro de un negocio después de que, según las autoridades, entró en un área no autorizada y se negó a salir.]]></description><pubDate>Fri, 12 Jun 2026 21:05:17 +0000</pubDate><content:encoded><![CDATA[<p>Un sospechoso que se atrincheró dentro de un negocio en Fort Lauderdale la tarde del viernes fue puesto bajo custodia tras una respuesta del equipo SWAT que duró varias horas, confirmó la policía.</p><p>Según la policía de Fort Lauderdale, los agentes fueron llamados aproximadamente a las 2:42 p.m. a un negocio cerca de la cuadra 800 de Northwest 10th Terrace después de recibir un reporte sobre un hombre que ingresó a un área restringida y comenzó a “actuar de manera errática”.</p><p>Agentes de patrulla, una unidad K-9 y miembros de la Unidad de Aviación de la Oficina del Sheriff de Broward buscaron en el área circundante, pero no lograron localizar al hombre. Más tarde, los investigadores determinaron que todavía estaba dentro del negocio y que se encontraba solo.</p><p>La policía dijo que el sospechoso, identificado únicamente como un hombre por el momento, no estaba autorizado para estar dentro del edificio.</p><p>Las autoridades indicaron que policías, agentes SWAT y negociadores de crisis respondieron a la escena e intentaron comunicarse con el individuo.</p><p>Poco después, la policía anunció que el sospechoso “se entregó pacíficamente” y fue puesto bajo custodia. Hasta el momento no se han reportado heridos.</p><p>La policía no ha revelado información sobre por qué el sospechoso se atrincheró dentro del negocio, y los cargos en su contra aún no han sido anunciados.</p>]]></content:encoded></item><item><title><![CDATA[Jurado ve más videos y escucha testimonio de teniente de la FWC en juicio de George Pino]]></title><link>https://www.local10.com/espanol/2026/06/12/en-vivo-se-reanuda-testimonio-en-juicio-de-george-pino/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/12/en-vivo-se-reanuda-testimonio-en-juicio-de-george-pino/</guid><dc:creator><![CDATA[Chris Gothner, Christina Vazquez]]></dc:creator><description><![CDATA[Se espera que el testimonio del quinto día del juicio a George Pino continúe el viernes.]]></description><pubDate>Fri, 12 Jun 2026 14:48:56 +0000</pubDate><content:encoded><![CDATA[<p>Se espera que el testimonio en el quinto día del juicio de <a href="https://www.local10.com/topic/George_Pino/" target="_blank" rel="noreferrer" title="https://www.local10.com/topic/George_Pino/">George Pino</a> continúe el viernes.</p><p>Pino, de 55 años, enfrenta cargos de homicidio involuntario y homicidio por embarcación por la muerte de Lucy Fernández, de 17 años.</p><p>Los fiscales acusan a Pino, entonces de 52 años, de actuar de manera imprudente cuando perdió el control de una embarcación Robalo de 29 pies durante las primeras horas de la noche del 4 de septiembre de 2022 y se estrelló contra una baliza de canal cerca de Boca Chita Key, causando la muerte de Fernández. Otras dos jóvenes resultaron gravemente heridas, incluida Katerina Puig, de 17 años.</p><p>Su equipo de defensa sostiene que el choque fue simplemente un accidente y no el resultado de negligencia.</p><p>Local 10 News transmitirá el proceso en vivo arriba.</p><p><b>PREVIAMENTE:</b></p><p>El jueves, <a href="https://www.local10.com/espanol/2026/06/11/jurado-en-juicio-de-george-pino-observa-embarcacion-involucrada-en-choque-mortal/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/11/jurado-en-juicio-de-george-pino-observa-embarcacion-involucrada-en-choque-mortal/">los miembros del jurado visitaron</a> una instalación de la Comisión de Conservación de Pesca y Vida Silvestre de Florida (FWC) en North Miami. Fueron escoltados por agentes de la Oficina del Sheriff de Miami-Dade y observaron detalladamente la embarcación involucrada, incluso pudieron abordarla para comprender mejor las posiciones de las jóvenes pasajeras el día del accidente y el lugar donde se encontraba Pino.</p><p>Los miembros del jurado pudieron ver la ubicación exacta y la magnitud de los daños, lo que les brindó una perspectiva diferente a la de los videos y fotografías que habían visto en el tribunal.</p><p>La visita duró aproximadamente 40 minutos. Luego regresaron al tribunal después de una pausa para almorzar.</p><p>Allí, los jurados observaron un video de recreación aérea con dron, elaborado por la FWC y la Oficina del Sheriff de Miami-Dade (MDSO), así como imágenes submarinas de la escena del accidente, entre otras evidencias.</p><p>También escucharon el testimonio de agentes del orden.</p><p>“La embarcación estaba volcada en Cutter Bank”, declaró el teniente de la FWC Manuel Pomares. “Cutter Bank es un canal estrecho. La mejor forma de describirlo es como un embudo”.</p><p>Agregó: “Realmente hay que prestar atención cuando se navega hacia o a través de Cutter Bank”.</p><p>Pomares formó parte de un equipo de buceo que documentó evidencias con una cámara GoPro.</p><p>“Hay un par de vasos térmicos tipo Yeti, y algunas latas de Truly (bebida alcohólica tipo hard seltzer) y una lata de Bud Light”, testificó Pomares.</p><p>La audiencia concluyó la noche del jueves y se espera que se reanude la mañana del viernes.</p>]]></content:encoded></item><item><title><![CDATA[Pulse survivor reflects on tragedy 10 years later, calls on others to be allies]]></title><link>https://www.local10.com/news/local/2026/06/12/pulse-survivor-reflects-on-tragedy-10-years-later-calls-on-others-to-be-allies/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/12/pulse-survivor-reflects-on-tragedy-10-years-later-calls-on-others-to-be-allies/</guid><dc:creator><![CDATA[Christian De La Rosa]]></dc:creator><description><![CDATA[A decade later, Patience Murray says she feels called to speak about June 12, 2016.]]></description><pubDate>Fri, 12 Jun 2026 21:39:33 +0000</pubDate><content:encoded><![CDATA[<p>A decade later, Patience Murray says she feels called to speak about June 12, 2016.</p><p><a href="https://www.local10.com/espanol/2026/06/12/sobreviviente-de-pulse-reflexiona-sobre-tragedia-10-anos-despues-y-llama-a-otros-a-ser-aliados/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/12/sobreviviente-de-pulse-reflexiona-sobre-tragedia-10-anos-despues-y-llama-a-otros-a-ser-aliados/">Leer en español</a></p><p>It started as a girls night out.</p><p>Murray, her friend Tiara and her husband’s sister, Akyra, were enjoying the evening.</p><p>“We were just having the best night,” Murray said. “All the way up until the very point where everything just changed.”</p><p>“It was the very end of the night, and we were getting ready to leave and Tiara started looking at her phone to order the Uber,” she added. “We were almost out of there and that’s when we heard the gunshots going off in the other room.”</p><p>Murray and Akyra managed to exit the club unharmed.</p><p>“The only person that wasn’t with us at the time was Tiara, so we had to go back inside,” Murray said. “The choice to go back in was out of pure love.”</p><p>They found their friend, but the chaos forced them into a bathroom stall.</p><p>“The gunman actually came into the bathroom. All you heard was his footsteps and then he started firing into the entire bathroom,” Murray said. “I looked down and I saw that I was bleeding.”</p><p>“Tiara and Akyra were both shot as well, and you could hear people just moaning in agony and pain,” she added. </p><p>The gunfire stopped, but the terror continued.</p><p>“His gun jammed so we didn’t know what he was going to do, and it was like that for the next three hours until the police actually intervened,” Murray said.</p><p>Murray made it out with Tiara.</p><p>Akyra, who had gone back inside with her to find their friend, became the youngest of the 49 victims killed. She was 18.</p><p>The massacre remains one of the deadliest mass shootings in American history.</p><p>“This was an attack against a community of people who’ve only shown me love,” Murray said.</p><p>Today, Murray is still moved to share her story “to feel worthy of life.” </p><p>And at a time when support for LGBTQ+ Americans is reportedly on the decline, Murray says the message remains important.</p><p>“It’s sad that people are in such a divisive place, where it’s either my way or no way at all, and because I don’t understand you,” she said.</p><p>Murray’s message 10 years after the horror:</p><p>“To be an ally,” she said. “We all need to be that for each other.”</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[Sobreviviente de Pulse reflexiona sobre tragedia 10 años después y llama a otros a ser aliados]]></title><link>https://www.local10.com/espanol/2026/06/12/sobreviviente-de-pulse-reflexiona-sobre-tragedia-10-anos-despues-y-llama-a-otros-a-ser-aliados/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/12/sobreviviente-de-pulse-reflexiona-sobre-tragedia-10-anos-despues-y-llama-a-otros-a-ser-aliados/</guid><dc:creator><![CDATA[Christian De La Rosa]]></dc:creator><description><![CDATA[Una década después, Patience Murray dice que se siente llamada a hablar sobre el 12 de junio de 2016.]]></description><pubDate>Fri, 12 Jun 2026 22:19:42 +0000</pubDate><content:encoded><![CDATA[<p>Diez años después, Patience Murray dice que siente el llamado de hablar sobre el 12 de junio de 2016.</p><p>Todo comenzó como una salida de chicas.</p><p>Murray, su amiga Tiara y Akyra, la hermana de su esposo, estaban disfrutando de la noche.</p><p>“Simplemente estábamos pasando la mejor noche”, dijo Murray. “Hasta el momento exacto en que todo cambió”.</p><p>“Era el final de la noche y nos estábamos preparando para irnos cuando Tiara comenzó a mirar su teléfono para pedir un Uber”, agregó. “Estábamos a punto de salir de allí y fue entonces cuando escuchamos los disparos en la otra sala”.</p><p>Murray y Akyra lograron salir del club sin sufrir heridas.</p><p>“La única persona que no estaba con nosotras en ese momento era Tiara, así que tuvimos que regresar”, dijo Murray. “La decisión de volver fue por puro amor”.</p><p>Encontraron a su amiga, pero el caos las obligó a refugiarse en un cubículo del baño.</p><p>“El atacante realmente entró al baño. Lo único que se escuchaban eran sus pasos y luego comenzó a disparar por todo el baño”, dijo Murray. “Miré hacia abajo y vi que estaba sangrando”.</p><p>“Tiara y Akyra también habían recibido disparos, y se podía escuchar a las personas quejándose de agonía y dolor”, agregó.</p><p>Los disparos se detuvieron, pero el terror continuó.</p><p>“Su arma se encasquilló, así que no sabíamos qué iba a hacer, y fue así durante las siguientes tres horas hasta que la policía finalmente intervino”, dijo Murray.</p><p>Murray logró salir con Tiara.</p><p>Akyra, quien había regresado al interior con ella para buscar a su amiga, se convirtió en la más joven de las 49 víctimas mortales. Tenía 18 años.</p><p>La masacre sigue siendo una de las balaceras masivas más mortales en la historia de Estados Unidos.</p><p>“Este fue un ataque contra una comunidad de personas que solo me han demostrado amor”, dijo Murray.</p><p>Hoy, Murray sigue sintiendo la necesidad de compartir su historia “para sentir que merece la vida”.</p><p>Y en un momento en que, según informes, el apoyo a los estadounidenses LGBTQ+ está disminuyendo, Murray dice que el mensaje sigue siendo importante.</p><p>“Es triste que las personas estén en un lugar tan dividido, donde es a mi manera o de ninguna manera, y porque no te entiendo”, dijo.</p><p>El mensaje de Murray 10 años después del horror:</p><p>“Ser un aliado”, dijo. “Todos necesitamos ser eso los unos para los otros”.</p>]]></content:encoded></item><item><title><![CDATA[Investigator’s testimony, tense confrontation mark day 5 of George Pino trial]]></title><link>https://www.local10.com/news/local/2026/06/12/testimony-set-to-resume-in-george-pino-trial/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/12/testimony-set-to-resume-in-george-pino-trial/</guid><dc:creator><![CDATA[Christina Vazquez, Chris Gothner]]></dc:creator><description><![CDATA[Testimony in day five of the George Pino trial concluded on Friday. Proceedings ended with a tense confrontation between the state’s lead prosecutor and the real estate mogul.]]></description><pubDate>Fri, 12 Jun 2026 14:10:00 +0000</pubDate><content:encoded><![CDATA[<p>Testimony in day five of the <a href="https://www.local10.com/topic/George_Pino/" target="_self" rel="" title="https://www.local10.com/topic/George_Pino/">George Pino</a> trial concluded on Friday. Proceedings ended with a tense confrontation between the state’s lead prosecutor and the real estate mogul.</p><p><a href="https://www.local10.com/espanol/2026/06/12/en-vivo-se-reanuda-testimonio-en-juicio-de-george-pino/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/12/en-vivo-se-reanuda-testimonio-en-juicio-de-george-pino/">Leer en español</a></p><p>Pino, 55, is facing manslaughter and vessel homicide charges in the death of 17-year-old Lucy Fernandez.</p><p>Prosecutors accuse Pino, then 52, of being reckless when he lost control of a 29-foot Robalo boat in the early evening hours of Sept. 4, 2022 and slammed it into a channel marker near Boca Chita Key, killing Fernandez. Two other girls were seriously hurt, including 17-year-old Katerina Puig.</p><p>His defense team counters that the crash was merely an accident and not the result of negligence.</p><p>On Friday, jurors heard testimony from a Florida Fish and Wildlife Conservation Commission lieutenant and watched video from his body-worn camera.</p><p>On that body-worn camera footage, jurors heard Pino’s immediate recollection of the crash to FWC Lt. William Thompson. </p><p>“And then I stand up, I hit the wave, and, I tried to sway,” he said in the footage.“ ”The left side of the boat hit the piling.”</p><p>“I lost a little bit of control,” he added, saying a few minutes later on the footage, “I was freaking out.”</p><p>Prosecutor Laura Adams asked Thompson on the stand, “Did he tell you he was drinking alcohol?”</p><p>Thompson replied, “He tells me he had two beers.”</p><p>When asked if Pino had given him “any impression that he is impaired by alcohol,” Thompson testified, “No, ma’am.”</p><p>Jurors also learned that investigators found 61 bottles of alcohol while executing a search warrant. </p><p>They also saw more from a re-enactment video by FWC and the Miami-Dade Sheriff’s Office, learning more about how speed and location data points recovered from the vessel’s GPS units were used to re-enact the path Pino took through the channel before hitting marker 15.</p><p>Prosecutors continued to try to convince jurors that Pino operated the boat in a reckless manner.</p><p>But during cross-examination, the defense worked to focus the jury on its point of view: that their client didn’t intend to hurt anyone and didn’t have too much to drink.</p><p>“You told him that it is legal to drink and operation a boat?” one of Pino’s attorneys asked Thompson, to which the lieutenant replied, “Yes I did.”</p><h3>Tense moment after jurors leave</h3><p>A tense moment occurred during proceedings after jurors were sent home from the day.</p><p>Adams raised a concern to Judge Marisa Tinkler Mendez that Pino, whom she previously admonished <a href="https://www.local10.com/news/local/2026/06/08/opening-statements-expected-in-fatal-boat-crash-trial-of-real-estate-mogul-george-pino/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/08/opening-statements-expected-in-fatal-boat-crash-trial-of-real-estate-mogul-george-pino/">for his “emotional behaviors” during proceedings</a> on Monday, may have been muttering something as she questioned Thompson.</p><p>“I am told that the defendant may have been muttering something along the lines of, ‘It happens. It happens. It happens,’” Adams said. “I hope maybe somebody misunderstood what was taking place, but I did hear noise behind me, and so I just hope that the defendant is not doing something along those lines.”</p><p>Tinkler Mendez said she “did not hear anything.”</p><p>Then, Adams confronted Pino after she walked back to the prosecutors’ table.</p><p>She face Pino and said, “I’m sorry. Do you have something you want to say to me? Why are you staring at me?”</p><p><b>RAW: Prosecutor confronts Pino</b></p><p>Pino protested that assertion.</p><p>“I’m staring up there,” Pino said, gesturing at the ceiling. “I don’t want to say anything to you.”</p><p>Tinkler Mendez interrupted the exchange.</p><p>“Excuse me. Ladies and gentlemen, we’re not going to do this,” the judge said.</p><p>Tinkler Mendez added, " I’m reminding everyone that even gestures are inappropriate, so with any witness and with anyone in the courtroom, so not only verbal ― but any kind of gestures from anyone in this courtroom that could potentially be seen by the jury. And again, that includes Mr. Pino, that includes me, frankly."</p><p>She then spoke to Pino directly.</p><p>“Mr. Pino, I will remind you to please maintain composure and please no statements or whispering,” Tinkler Mendez said. “Again, I didn’t hear anything, and please refrain ― I haven’t seen anything, from any kind of gestures or anything that could potentially be seen by the jury."</p><p>“OK, your honor,” Pino replied. “For the record, I haven’t done any of those things.”</p><p>Proceedings in the case are set to resume on Monday.</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[Oklahoma AG Gentner Drummond calls on the Big 12 to suspend Brendan Sorsby in Texas Tech saga]]></title><link>https://www.local10.com/sports/2026/06/12/oklahoma-ag-gentner-drummond-calls-on-the-big-12-to-sanction-texas-tech-for-brendan-sorsby-saga/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/12/oklahoma-ag-gentner-drummond-calls-on-the-big-12-to-sanction-texas-tech-for-brendan-sorsby-saga/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[OKLAHOMA CITY (AP) — Oklahoma Attorney General Gentner Drummond called on the Big 12 Conference to suspend Brendan Sorsby after the Texas Tech quarterback won a court order that restored his eligibility and set aside a ban by the NCAA for gambling on pro and college sports.]]></description><pubDate>Fri, 12 Jun 2026 23:53:56 +0000</pubDate><content:encoded><![CDATA[<p>OKLAHOMA CITY (AP) — Oklahoma Attorney General Gentner Drummond called on the Big 12 Conference to suspend Brendan Sorsby after the Texas Tech quarterback won a court order that restored his eligibility and set aside a ban by the NCAA for gambling on pro and college sports.</p><p>“If Texas Tech will not do the right thing, the Big 12 should,” Drummond wrote Friday in a letter to the conference. “Texas Tech should be sanctioned. I also note that the injunction granted to Sorsby applies only to the NCAA. It does not impede the Big 12 from suspending Sorsby.”</p><p>The office of Texas Attorney General Ken Paxton warned the Big 12 on Thursday of potential legal action from Texas Tech as the conference considers its options. Big 12 Commissioner Brett Yormark said the notice came shortly before the start of the league’s executive board meeting to discuss Sorsby's situation.</p><p>Drummond said claims that sanctions against Texas Tech would violate antitrust laws are meritless.</p><p>“By adopting and enforcing its bylaws, the Big 12 Conference is simply upholding integrity and fair play among membership," he said.</p><p>A Texas district court's temporary injunction that was issued Monday prevents the NCAA from enforcing its permanent ban of Sorsby, a decision that sent shock waves across college sports.</p><p>The transfer quarterback had been ruled ineligible after he acknowledged years of gambling that included more than $90,000 in wagers and at least 40 bets on his own team while he was a freshman at Indiana.</p><p>NCAA rules call for a permanent loss of eligibility for any player who wagered on his own team.</p><p>Drummond weighed in because Oklahoma State is a member of the Big 12. He suggested the conference could act under a bylaw that says a supermajority of the league’s athletic directors can sanction a member school if that school has “engaged in any action or a course of conduct materially adverse to the best interests of the conference as a whole.”</p><p>“Sadly, that fits Texas Tech to a ‘T’,” Drummond wrote. “Its actions in obtaining eligibility for Brendan Sorsby ... have constituted a shameful chapter in the story of college football. Texas Tech has acted in a manner adverse to the Big 12 and the integrity of college football as a whole."</p><p>Texas Tech says Sorsby has completed a month-long inpatient treatment program and will have to meet stipulations laid out in the court ruling if he is going to play this fall.</p><p>The school posted a 21-minute video Thursday night in which school president Lawrence Schovanec, athletic director Kirby Hocutt and coach Joey McGuire defended Texas Tech's approach with Sorsby. Hocutt said the school wasn't party to Sorsby's lawsuit against the NCAA and hasn't helped him with legal fees.</p><p>“There’s no reason whatsoever to question the integrity of our athletics department, or the competitive product that we put on the fields or on the courts each and every time that we go out,” Hocutt said. “Integrity of the game is sacred, and that’s why we’ve gone to such great lengths to ensure the monitoring and the compliance measures are in place for Brendan’s return.”</p><p>Big 12 athletic directors in a conference call Tuesday expressed strong opposition to Sorsby playing for the Red Raiders in what will be his final college season. Some of those athletic directors suggested not playing Texas Tech if he does.</p><p>The Big 12's board of directors, which is made up of presidents and chancellors from the league’s 16 schools, is set to meet Monday.</p><p>Sorsby transferred to Texas Tech in January for a reported multimillion-dollar deal after playing the past two seasons at Cincinnati, another Big 12 school. The 22-year-old Texas native first spent two seasons with the Hoosiers.</p><p>The Red Raiders, with one of college football’s most expensive rosters, won their first Big 12 title last season, set a school record with 12 wins and made the 12-team College Football Playoff.</p><p>___</p><p>AP college football: https://apnews.com/hub/ap-top-25-college-football-poll and https://apnews.com/hub/college-football</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/Q65OXAERLD7WFN4U4D4DOJYDPQ.jpg?auth=bc72d8042793253bf54f0775ecf463a3b1f901d18d00e4d1c3bbdfc7849ec22c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Cincinnati quarterback Brendan Sorsby (2) is interviewed after a NCAA college football game against Baylor, Oct. 25, 2025, in Cincinnati. (AP Photo/Tanner Pearson, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Tanner Pearson</media:credit></media:content></item><item><title><![CDATA[Wemby, Spurs still believers, even while down 3-1 to Knicks in NBA Finals]]></title><link>https://www.local10.com/sports/2026/06/12/wemby-spurs-still-believers-even-while-down-3-1-to-knicks-in-nba-finals/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/12/wemby-spurs-still-believers-even-while-down-3-1-to-knicks-in-nba-finals/</guid><dc:creator><![CDATA[By TIM REYNOLDS, Associated Press]]></dc:creator><description><![CDATA[SAN ANTONIO (AP) — Victor Wembanyama, the tallest man in these NBA Finals, is about to face the tallest order of his basketball career.]]></description><pubDate>Fri, 12 Jun 2026 21:54:17 +0000</pubDate><content:encoded><![CDATA[<p>SAN ANTONIO (AP) — Victor Wembanyama, the tallest man in these NBA Finals, is about to face the tallest order of his basketball career.</p><p>And he's fine with that.</p><p>Wembanyama and the San Antonio Spurs — who just became the first team in NBA Finals history to lead a game by 29 points and still lose — need to win the next three games, or they'll watch the New York Knicks celebrate an NBA title at their expense. And when the Spurs gathered for practice on Friday, Wembanyama insisted the belief within the Spurs camp is still there.</p><p>“Everybody thinks, everybody knows, we’re going to do it,” Wembanyama said.</p><p>If he was nervous, he hid it well. The 7-foot-4 French star has helped the Spurs stave off elimination twice already in these playoffs, after San Antonio won Games 6 and 7 of the Western Conference finals against Oklahoma City and ended the Thunder's reign as NBA champions.</p><p>Now, the Spurs have to do it again on Saturday in Game 5 against the Knicks. And if they win Saturday, they'll have to do it again in Game 6 on Tuesday. And if they win Tuesday, a Game 7 awaits next Friday.</p><p>“I feel like we need to isolate that one game and take it one game at a time,” Wembanyama said. “I think it would be a mistake to waste our energy on multiple games. It’s one game at a time.”</p><p>The Spurs led Game 1 by 14 points and lost by 10. They led Game 2 by 12 points and lost by one. They won Game 3 by four, then had the 29-point lead in Game 4 and lost by one.</p><p>Clearly, they know how to get into position to beat the Knicks.</p><p>They just haven't finished it off in three of the four games. And now, they will try to be just the second team in NBA Finals history to successfully rally from a 3-1 series deficit; Cleveland did it against Golden State in 2016. The other 37 teams that have tried to do so all failed.</p><p>“It definitely matters," Spurs guard Stephon Castle said. “I feel like we’ve made history all year, and we’ve proven that with our backs against the wall that we can step up. So, I don’t really expect this to be any different.”</p><p>Neither does Wembanyama.</p><p>The Spurs know they're good enough. They've had the leads. They've won every first quarter, then frittered those advantages away. In Game 3, they recovered. In Games 1, 2 and 4, they didn't. In Game 5, they'll have to — or else.</p><p>“You said all of it,” Wembanyama said. “We’re very confident. I wouldn’t say it was so hard to shake off (Game 4). Harder than any other game before, by far, for sure. I mean, now we’re over it. It’s the playoffs. There’s no time to regret things for too long."</p><p>___</p><p>AP NBA: https://apnews.com/NBA</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/X2GTMEPYSXR4R4GH2PI2HWMFCE.jpg?auth=3b2b67499997055ede05cf5470a7617667ebf654628582170de0c78e0ee8163b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[San Antonio Spurs forward Victor Wembanyama speaks during a news conference prior to Game 5 of the NBA Finals basketball series against the New York Knicks, Friday, June 12, 2026, in San Antonio. (AP Photo/Ross D. Franklin)]]></media:description><media:credit role="author" scheme="urn:ebu">Ross D. Franklin</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GZ5NQXHH4L7IIKAO2EKY2UHKWE.jpg?auth=c327e419811c964ca4b789c8e1b9436bd980f11dc491b6162ec335ee7ee4525f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[San Antonio Spurs forward Victor Wembanyama speaks during a news conference prior to Game 5 of the NBA Finals basketball series against the New York Knicks, Friday, June 12, 2026, in San Antonio. (AP Photo/Ross D. Franklin)]]></media:description><media:credit role="author" scheme="urn:ebu">Ross D. Franklin</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/SGZAZKWZ6ADS5KXZEJ4PUB5TEI.jpg?auth=00a59ba2883899d864b771deb6f0ccb5a8980d3ca819a51c72af744212205393&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[San Antonio Spurs forward Victor Wembanyama speaks during a news conference prior to Game 5 of the NBA Finals basketball series against the New York Knicks, Friday, June 12, 2026, in San Antonio. (AP Photo/Ross D. Franklin)]]></media:description><media:credit role="author" scheme="urn:ebu">Ross D. Franklin</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RXSTJNL3POYCE7OEV2VQR2J3AE.jpg?auth=cec10d51bfd5dd2ecf5cced4b107750ce7deb173b17c866f360689b3beb6ae00&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[San Antonio Spurs forward Victor Wembanyama speaks during a news conference prior to Game 5 of the NBA Finals basketball series against the New York Knicks, Friday, June 12, 2026, in San Antonio. (AP Photo/Ross D. Franklin)]]></media:description><media:credit role="author" scheme="urn:ebu">Ross D. Franklin</media:credit></media:content></item><item><title><![CDATA[King Charles appoints actor Helen Mirren to a select group in his birthday honors list]]></title><link>https://www.local10.com/entertainment/2026/06/12/king-charles-appoints-actor-helen-mirren-to-a-select-group-in-his-birthday-honors-list/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/06/12/king-charles-appoints-actor-helen-mirren-to-a-select-group-in-his-birthday-honors-list/</guid><dc:creator><![CDATA[By PAN PYLAS, Associated Press]]></dc:creator><description><![CDATA[LONDON (AP) — Helen Mirren, one of the world's most acclaimed actors, was added Friday to a very select group of people recognized by King Charles III for their “major contribution” over the years to British life.]]></description><pubDate>Fri, 12 Jun 2026 21:51:53 +0000</pubDate><content:encoded><![CDATA[<p>LONDON (AP) — Helen Mirren, one of the world's most acclaimed actors, was added Friday to a very select group of people recognized by King Charles III for their “major contribution” over the years to British life.</p><p>The 80-year-old was named a “Companion of Honour,” one of the highest awards the king can bestow to citizens in the United Kingdom and across the Commonwealth, limited to only 65 people at any time.</p><p>Mirren's elevation to the group, which also includes British environmentalist David Attenborough, Canadian author Margaret Atwood and former British Prime Minister Gordon Brown, was one of the highlights of Charles' latest award of honors.</p><p>The honors, which aim to reward individuals for their contributions to British life, are awarded twice a year to celebrities and public figures as well as ordinary people, once at New Year’s, and then in June, to mark the king’s birthday.</p><p>Nearly 1,200 people received honors in the king’s 2026 birthday list,</p><p>The award recognizes Mirren's services to drama</p><p>Mirren is no stranger to awards and has for decades been a star on stage and screen, as well as a powerful advocate for female actors.</p><p>She has tackled numerous classical parts in theater — both in the National Youth Theatre and the Royal Shakespeare Company from the 1960s — before winning roles in movies such as “The Long Good Friday,” “Excalibur,” and “The Madness of King George.”</p><p>She also wowed British television audiences with her portrayal of Detective Chief Inspector Jane Tennison over seven seasons of “Prime Suspect.”</p><p>At the Oscars in 2007, she won best actress for her performance in “The Queen," a film that follows the late Queen Elizabeth II in the aftermath of the 1997 death of Diana, Princess of Wales.</p><p>The awards recognize an array of achievements</p><p>Introduced in 1917 by King George V, the "Companion of Honour" recognizes people who have made “a major contribution to the arts, science, medicine, or government" over an extended time period.</p><p>They remain members until they die, when a replacement is then added. A new member will likely be named at the next honors list in the new year following the death Thursday of David Hockney, one of the most popular and critically lauded British artists of the last century.</p><p>Others recognized on Friday include British author Julia Donaldson, who last year surpassed Harry Potter writer JK Rowling as U.K.’s all-time top author, with more than 50 million books sold worldwide. She was named a dame, the female equivalent of a knighthood, for services to literature, a title that Mirren herself was awarded in 2003.</p><p>“Receiving this honor has been a very happy surprise,” said the 77-year-old author of such books as “The Gruffalo, " and “The Highway Rat.”</p><p>“It’s really gratifying to have children’s books recognized in this way," she added.</p><p>Success in sports was also recognized on Friday, with Kevin Sinfield knighted for his glittering rugby league career and subsequent fundraising exploits to aid research and support families affected by motor neuron disease, a neurological disorder.</p><p>The 45-year-old has raised over 11 million pounds ($15 million) since being inspired by his friend and his teammate Rob Burrow, who died from the disease in 2024.</p><p>Golf's two-time Ryder Cup winning captain Luke Donald was handed the Order of the British Empire. He will attempt to become the first person in Ryder Cup history to lead a team to three consecutive wins against the United States next year in Ireland.</p><p>Chloe Kelly, who scored the winning penalty for England's women's soccer team in Euro 2025, became member of the Most Excellent Order of the British Empire, along with six other teammates.</p><p>Other notable recipients were Black Sabbath guitarist Tony Iommi for services to music and charity nearly a year after the death of the band's legendary lead singer Ozzy Osbourne. Broadcaster and the former lead singer of Catatonia Cerys Matthews was recognized for her services to music.</p><p>The awards are not just for the famous</p><p>The array of awards are chosen by civil servants’ committees based on nominations from the government and the public. They are usually given out by the king or a senior royal acting in his place, increasingly at Windsor Castle where Charles largely resides.</p><p>The honors don’t just reward people in the public eye.</p><p>Debbie Lewis, who set up the bereavement support group COVID-19 Families U.K. after her father died in 2020 of the coronavirus, just four months after her mother’s death.</p><p>Lewis first wrote on Facebook that her father had just died and she was on her own, hoping to connect with others going through something similar. Within a week, 40 people had contacted her.</p><p>Six years on, there are more than 4,500 people in Lewis’s support network.</p><p>“I’m still a little bit in shock,” the 56-year-old said of her honor on Friday. “I know it’s a huge achievement and I’m just a little bit overwhelmed at the moment.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/5CE57JNCC5FU4YUDPRVHWCW6LY.jpg?auth=5877d919ee8ae885805415e50f9fd196a2a29e854dd22f57fcfe20022e1c2959&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Helen Mirren arrives at the Golden Globes Golden Eve on Tuesday, Jan. 6, 2026, at The Beverly Hilton Hotel, in Beverly Hills, Calif. (Photo by Jordan Strauss/Invision/AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Jordan Strauss</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/2RB2OPZ6E4HLWEI2PMVGE6ONJI.jpg?auth=e37068bd4ea089d5a01fe1f4150bc646f3a3f1110240d74ef462ec76b2b04570&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Queen Camilla, right, speaks with author Julia Donaldson during a reception to celebrate the centenary of BookTrust, at Clarence House, London, Tuesday, Oct. 14, 2025. (Aaron Chown/PA via AP, Pool)]]></media:description><media:credit role="author" scheme="urn:ebu">Aaron Chown</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BYCQY6EMGXCCZEV34OXVVPCCXY.jpg?auth=b9d0ead45e42ecdf0e6f91f9e89a2396a3d797c7d05297def57edabf1cd7ad68&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Welsh singer Cerys Matthews poses during a photocall to launch the inaugural Festival of Voice, in London, Thursday, Feb. 25, 2016. (AP Photo/Kirsty Wigglesworth, file)]]></media:description><media:credit role="author" scheme="urn:ebu">Kirsty Wigglesworth</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TTGXN4UEZLWGW33APO2D3HDQGE.jpg?auth=87ae6af81766d96e95636da497e30d8832582598d2790f1869ee95c2c199f773&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - England's Chloe Kelly gestures during the Women's Euro 2025 final soccer match between England and Spain at St. Jakob-Park in Basel, Switzerland, Sunday, July 27, 2025. (AP Photo/Alessandra Tarantino, file)]]></media:description><media:credit role="author" scheme="urn:ebu">Alessandra Tarantino</media:credit></media:content></item><item><title><![CDATA[From rockets to brain implants, here's a look at Elon Musk's vast empire]]></title><link>https://www.local10.com/business/2026/06/13/from-rockets-to-brain-implants-heres-a-look-at-elon-musks-vast-empire/</link><guid isPermaLink="true">https://www.local10.com/business/2026/06/13/from-rockets-to-brain-implants-heres-a-look-at-elon-musks-vast-empire/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Elon Musk, the world's richest man and now first-ever trillionaire, controls a lot of different businesses.]]></description><pubDate>Sat, 13 Jun 2026 12:57:46 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Elon Musk, the world's richest man and now first-ever trillionaire, controls a lot of different businesses.</p><p>Electric vehicles. Brain implants. Underground tunnels. A social media platform once called Twitter. And a rocket maker that blasted off its trading from Wall Street this week.</p><p>Over time, more and more of these ventures have found themselves under the same roof. Musk merged SpaceX — which went public on Friday — with his artificial intelligence company xAI just earlier this year. But he still holds the CEO role at several corporations today, in addition to other various executive titles or ownership stakes.</p><p>Here's a look at Musk's vast business empire.</p><p>SpaceX</p><p>Musk is CEO of SpaceX, which he founded in 2002. The company has grown far beyond rockets. It owns satellite communications service Starlink, a big source of cash for the company that generated $4.4 billion in operating income last year. SpaceX also houses social media platform X, formerly known as Twitter, which Musk bought for $44 billion in 2022 and parked it under xAI, the maker of the Grok chatbot.</p><p>Both xAI and X are money losers (the AI business lost $6.4 billion in operations last year). Nonetheless, SpaceX — which lost $2.6 billion overall from operations last year — was able to whip up enough market hype to debut with the biggest initial public offering in history on Friday, closing at just below $161 per share, or a total market value of $2.1 trillion.</p><p>Some think that price tag significantly overvalues the company. SpaceX has promised it will become a leader in AI and one day help make human life multiplanetary — with lofty, and at times sci-fi sounding, goals that range from putting data centers in space to colonizing Mars. But the bulk of that hinges on unproven technology and massive capital needs.</p><p>Tesla</p><p>Musk is also CEO of Tesla, a role he has held at the electric car maker since 2008.</p><p>Tesla has struggled with rising competition in the EV space. Last year, the company lost its crown as the world’s largest EV maker to China’s BYD. Sales were also bruised during boycotts over Musk’s politics. Those numbers have since rebounded some, but Musk has repeatedly shrugged off troubles — emphasizing that Tesla’s future lies less in car sales than getting people to take rides in them as self-driving taxis.</p><p>Beyond the road, Tesla has been upping production of robots for homes and businesses. And it's also been in the solar energy business for about a decade with it purchase of SolarCity, which was founded by Musk and two of his cousins. Tesla went public in 2010, and went on to join the trillion dollar club on the S&P 500. Its market cap currently stands around $1.5 trillion.</p><p>Neuralink</p><p>Musk has also the CEO title at Neuralink, a brain-computer interface company he co-founded in 2016.</p><p>Neuralink is one of many groups working to connect the human nervous system to machines. It's launched clinical trials for people who have spinal cord injuries, ALS and other conditions. The company (and sometimes Musk himself ) has announced a handful of brain implants over recent years. In January, Neuralink said it had 21 trial participants worldwide.</p><p>The Boring Company</p><p>Musk also founded The Boring Company, a decade-old tunnel digging and underground transportation business.</p><p>The Boring Company is behind projects like the “Vegas Loop” — a network of underground, Tesla-hailing tunnels that first opened around around the Las Vegas Convention Center in 2021. It's promised to deliver a network of high speed transit — with plans to also make tunnels in Dubai and Nashville. Still, pushback has piled up along the way. The company has been accused of breaking multiple safety and environmental requirements in Las Vegas, where its full route is still unfinished, and other criticism from some local officials in Nashville.</p><p>Paypal and other previous endeavors</p><p>Musk made his initial fortune by creating two companies, Zip2 and PayPal ( once X.com ). Those then-startups were sold to new owners decades ago — but netted him about $200 million at sale, which Musk used to later start SpaceX and invest in Tesla.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/GX57D4MR7GUQTTEJPWMTRJBOWU.jpg?auth=b4527265d56a34652010185d29f5395a8eac0bf38f713a1b9c040d901403bd0a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Elon Musk attends the finals for the NCAA wrestling championship, March 22, 2025, in Philadelphia. (AP Photo/Matt Rourke, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Matt Rourke</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5ELW6N2PVAXLCUVWWWIF42GWBE.jpg?auth=217de1fc2ef4681f6534f0275fc8741334a966d77ab78cae395fdf2412f08666&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A SpaceX logo is displayed on a building, May 26, 2020, at the Kennedy Space Center in Cape Canaveral, Fla. (AP Photo/David J. Phillip, File)]]></media:description><media:credit role="author" scheme="urn:ebu">David J. Phillip</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YAYOOOMJ2SIZ2WL23QFYF7FQC4.jpg?auth=ab5299fa9fdb614a1f9c0d399b7d402482419bcb3988c4c9edf4fecc204a255d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Tesla vehicles line a parking lot at the company's Fremont, Calif., factory on Aug. 5, 2025. (AP Photo/Noah Berger, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Noah Berger</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/IDTAKYEFNXDXEYFCSLI6YBGPYE.jpg?auth=09710e3980e2ef0b0172536f2e9fd24a6f679f5a5c274a76211e7b2dce0f5eb8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Elon Musk, co-founder and chief executive officer of Tesla Inc., speaks during an unveiling event for the Boring Co. Hawthorne test tunnel in Hawthorne, Calif., on Tuesday, Dec. 18, 2018. (Robyn Beck/Pool Photo via AP, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Robyn Beck</media:credit></media:content></item><item><title><![CDATA[Detectives: Homestead homeowner says drunk man trying to have sex with tree fell from ladder — it turned out to be murder ]]></title><link>https://www.local10.com/news/2026/06/12/detectives-homestead-homeowner-says-drunk-man-fell-trying-to-have-sex-with-tree-it-turned-out-to-be-murder/</link><guid isPermaLink="true">https://www.local10.com/news/2026/06/12/detectives-homestead-homeowner-says-drunk-man-fell-trying-to-have-sex-with-tree-it-turned-out-to-be-murder/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[An 11-year-old girl lived a horrific nightmare for months in 2024 while living in a house near Redondo Elementary School in Homestead, records show.]]></description><pubDate>Fri, 12 Jun 2026 20:45:50 +0000</pubDate><content:encoded><![CDATA[<p>An 11-year-old girl lived a haunting nightmare while living at her great-aunt’s house near Redondo Elementary School in Homestead, records show. </p><p><a href="https://www.local10.com/espanol/2026/06/12/detectives-dueno-de-vivienda-en-homestead-dice-que-hombre-ebrio-cayo-al-intentar-tener-relaciones-sexuales-con-arbol-resulto-ser-un-asesinato/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/12/detectives-dueno-de-vivienda-en-homestead-dice-que-hombre-ebrio-cayo-al-intentar-tener-relaciones-sexuales-con-arbol-resulto-ser-un-asesinato/">Leer en español</a></p><p>It took more than two years after her father’s murder and months after her mother’s deportation for Miami-Dade Sheriff’s Office detectives to uncover what the girl had experienced and witnessed, records show. </p><p>With the support of MDSO detectives, the Miami-Dade State Attorney’s Office, and the Kristi House Children’s Advocacy Center, the girl faced her fear of her abuser and eventually spoke up, records show. </p><p>On June 10, Miami-Dade County Circuit Judge William Altfield issued a warrant for the search of the house and the arrest of Christian Heras, the girl’s second cousin, who also lived at the house. </p><p>MDSO detectives reported their investigations uncovered Heras, then 28 and 29, sexually abused the girl for months in 2024 before killing her concerned father and threatening to kill her mother.</p><p>Here is the timeline of the girl’s suffering and the MDSO detectives’ investigations as described by Altfield’s warrant:</p><p>On Dec. 16, 2024, Homestead Police Department officers and Miami-Dade Fire Rescue personnel responded to a report of a fatal fall in a house’s backyard near Northwest 10th Avenue and 12th Street.</p><p>Homeowner Angelica Medina, Heras’s mother and the girl’s great aunt, told police that the girl’s father had a drinking problem, and he would get so drunk that he “would climb up” the ladder to “have sexual intercourse with trees” in the yard. </p><p>MDFR personnel declared the girl’s father dead, HPD asked MDSO to take over the case, and a homicide investigator reported the girl’s father had suffered a “compound skull fracture, which exposed his brain.”</p><p>The homicide investigator, who was wearing a body camera and taking pictures, also reported finding what appeared to be blood on a ladder and on a cement garden brick that “had several strands of hair.”</p><p>The girl’s mother told detectives that her husband had vanished overnight before Heras showed her the body covered with palm fronds, facing upward on the ground near a tree, under a ladder. </p><p>The girl’s mother said Heras then started “screaming profanities” at her dead husband, and later said dogs were “licking the blood on the cement brick” that a detective was looking for after seizing the ladder. </p><p>Heras told the detective that the girl’s mother had used the cement brick that was near her dead husband to set up a memorial in the backyard, but the girl’s mother told the detective that wasn’t true. </p><p>Detectives learned that before the murder, the girl’s father was concerned about Heras “always trying to be alone” with her, so he asked the girl’s mother to “not let” him be with the girl “without supervision.”</p><p>Detectives also learned from relatives that after the girl’s father confronted Heras and asked him to avoid getting “too close” to his 11-year-old daughter, Heras showed him “a handgun to scare him.” </p><p>On Jan. 28, 2025, the medical examiner’s office reported the victim was “bludgeoned to death, and that it appeared that the homicide scene was staged.” </p><p>On Feb. 5, 2025, the medical examiner’s office released a toxicology report showing the victim “did not have any alcohol or drugs in his system at the time of his death.”</p><p>During the MDSO homicide investigation, the girl’s mother moved out of the house in Homestead and traveled to Dallas, Texas, with her kids to live with her husband’s family.</p><p>On Feb. 14, 2025, a detective who traveled to Dallas and interviewed the girl reported she “exhibited signs of possible sexual abuse” and recommended a specialized forensic interview.</p><p>On March 10, 2025, the medical examiner’s office reported that the girl’s father’s cause of death was blunt force trauma to the head and determined that the manner of death was a homicide. </p><p>On May 26, 2025, the girl’s mother was detained in Dallas, and U.S. Immigration and Customs Enforcement deported her to Mexico.</p><p>On June 6, 2025, the girl was the subject of a “video-recorded forensic interview” at the Dallas Children’s Advocacy Center and said she had told her mother that Heras confessed to killing her father, and gifted her a cell phone that her mother then threw away.</p><p>The girl did not disclose the sexual abuse until 2026. </p><p>On Feb. 13, the girl’s relatives reported that she said Heras had molested her in Homestead, so a detective decided she needed to undergo a second forensic interview.</p><p>On May 13, the girl’s aunt told a detective, who was trying to schedule the second forensic interview, that on Jan. 22, the girl told her that she had been the victim of a sexual battery in Homestead.</p><p>On May 21, a detective with the special victims bureau and a homicide detective were with the girl when she participated in a “video-recorded forensic interview” at the Kristi House Children’s Advocacy Center in Miami-Dade County. </p><p>The girl described how Heras “didn’t care” if she was in pain when he sexually battered her more than five times, and she did not report his abuse or that she had seen her father dead after Heras killed him and covered it up, “because she was scared and did not trust anyone” — until then. </p><p><b>THE ARREST IN HOMESTEAD</b></p><p>On Thursday morning, MDSO deputies were searching the house in Homestead when they found Heras at a window “trying to flee,” and he “tensed his body” while they handcuffed him, according to the arrest report.</p><p>At 8 a.m., on Thursday, detectives arrested Heras at the office of the MDSO special victims’ bureau, at 1701 NW 87th Ave., according to the arrest report. </p><p>Miami-Dade corrections booked Heras at 6:45 p.m. on Thursday at the Turner Guilford Knight Correctional Center, where he remained without bond on Friday afternoon, according to county inmate records. </p><p>Heras faced charges of first-degree murder, five counts of sexual battery on a minor by an adult, and resisting arrest without violence, according to court records. </p><p>Miami-Dade County Circuit Judge Marcus Bach was set to preside over the case. </p><p><i>This report doesn’t identify the girl’s parents to protect her identity. </i></p><p><i>Local 10 News Assignment Editor Mercedes Cevallos contributed to this report. </i></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/FGED27LRGNG4FMSYK7YVTLFHNU.jpg?auth=06b3385fbe49c26c810233194c11e46d3b02ec417cc3b16f26eeb6070ed780d0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Miami-Dade Sheriff's Office deputies arrested Christian Heras on Thursday after he was accused of sexually abusing an 11-year-old girl and killing her father in Homestead.]]></media:description></media:content></item><item><title><![CDATA[Barricaded suspect taken into custody after SWAT standoff in Fort Lauderdale]]></title><link>https://www.local10.com/news/local/2026/06/12/barricaded-man-prompts-swat-police-response-at-fort-lauderdale-business/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/12/barricaded-man-prompts-swat-police-response-at-fort-lauderdale-business/</guid><dc:creator><![CDATA[Aaron Maybin, Ryan Mackey]]></dc:creator><description><![CDATA[Fort Lauderdale police and SWAT officers responded Friday afternoon to a barricaded man believed to be inside a business after authorities say entered an unauthorized area and refused to leave. ]]></description><pubDate>Fri, 12 Jun 2026 20:35:21 +0000</pubDate><content:encoded><![CDATA[<p>A suspect who barricaded himself inside a Fort Lauderdale business Friday afternoon was taken into custody after a SWAT response that lasted several hours, police confirmed. </p><p><a href="https://www.local10.com/espanol/2026/06/12/arrestan-a-sospechoso-atrincherado-tras-enfrentamiento-con-swat-en-fort-lauderdale/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/12/arrestan-a-sospechoso-atrincherado-tras-enfrentamiento-con-swat-en-fort-lauderdale/">Leer en español</a></p><p>According to Fort Lauderdale police, officers were called at approximately 2:42 p.m. to a business near the 800 block of Northwest 10th Terrace after receiving a report of a man who entered a restricted area and began “acting erratically.” </p><p>Patrol officers, a K-9 unit, and members of Broward Sheriff’s Office Aviation Unit searched the surrounding area but were temporarily unable to locate the man. Investigators later determined he was inside the business alone.</p><p>Police said the suspect, who has only been identified as a male at this time, was not authorized to be inside the building.</p><p>Authorities said police, SWAT officers and crisis negotiators responded to the scene and attempted to communicate with the individual.</p><p>Shortly afterward, police announced that the suspect “surrendered peacefully” and was taken into custody. No injuries have been reported at this time. </p><p>Police have not released any information about why the suspect barricaded himself inside the business, and his charges have not yet been announced. </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[‘You just left him’: Father of slain cyclist wants justice after man arrested in Hialeah hit-and-run ]]></title><link>https://www.local10.com/news/local/2026/06/12/driver-turns-self-in-after-killing-cyclist-in-hialeah-hit-and-run-cops-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/12/driver-turns-self-in-after-killing-cyclist-in-hialeah-hit-and-run-cops-say/</guid><dc:creator><![CDATA[Ryan Mackey, Rosh Lowe]]></dc:creator><description><![CDATA[A 21-year-old man accused in a fatal hit-and-run crash that killed a bicyclist in Hialeah voluntarily turned himself in to police and identified himself as the driver of the vehicle involved, according to an arrest report obtained by Local 10 News on Friday.]]></description><pubDate>Fri, 12 Jun 2026 15:02:49 +0000</pubDate><content:encoded><![CDATA[<p>A 21-year-old man accused in a fatal hit-and-run crash that <a href="https://www.local10.com/news/local/2026/06/11/driver-at-large-after-bicyclist-killed-in-hialeah-hit-and-run-cops-say/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/11/driver-at-large-after-bicyclist-killed-in-hialeah-hit-and-run-cops-say/">killed a bicyclist in Hialeah</a> turned himself in to police, according to an arrest report obtained by Local 10 News on Friday.</p><p><a href="https://www.local10.com/espanol/2026/06/12/policia-se-entrega-conductor-tras-matar-a-ciclista-en-atropello-y-fuga-en-hialeah/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/12/policia-se-entrega-conductor-tras-matar-a-ciclista-en-atropello-y-fuga-en-hialeah/">Leer en español</a></p><p>Leonel Alejandro Laferte was arrested Thursday following a traffic homicide investigation into the crash that Hialeah police say occurred around 4:11 a.m. near Southeast Fourth Avenue and East Okeechobee Road. </p><figure><img src="https://www.local10.com/resizer/v2/BOUBHTQPKNEC3N2CYYSSY72HEU.jpg?auth=29a1278c952f0508108d46b23955ce7a3a1bdcd6d8726dc9f49e30b10782346e&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>According to the report, Laferte went to Hialeah Police Department headquarters on June 11 and told investigators he was driving the 2022 Kia Stinger involved in the deadly crash.</p><p>The report states that 37-year-old Kenneth William Wimbley Jr. was riding a bicycle northbound and attempting to cross East Okeechobee Road when he entered the center lane and was struck by Laferte.</p><p>Police said Wimbley suffered critical injuries and was taken to Hialeah Hospital before being transferred to Jackson Memorial Hospital’s Ryder Trauma Center, where he died.</p><p>Kenneth Wimbler Sr., the victim’s father, told Local 10’s Rosh Lowe on Friday that his son was delivering for Uber Eats on his way to another job when he was fatally struck.</p><p>“It’s like I lost my best friend,” he said. “Just imagine how my family is crying, especially his mother.” </p><p>According to the report, Laferte, of Hialeah, admitted during a post-Miranda interview that he was involved in the crash. Police also cited scene evidence and surveillance video obtained during the investigation.</p><p>The report states Laferte “failed to immediately stop, remain at the scene or provide aid as required by Florida law.” </p><p>Instead, investigators said he left the area and did not report the crash until he later appeared at police headquarters.</p><p>Police also learned Laferte’s driver’s license was suspended at the time of the crash. </p><p>Kenneth Wimbley is now “giving the justice system a chance” to make things right. </p><p>“I’m still in shock and I don’t know when I’m gonna get over it. He left my son out there like a piece of meat, like a dead carcass,” he said. “You just left him out there. You didn’t even call to say something.” </p><p>Jail records show Laferte is facing one count each of leaving the scene of a crash involving death and driving while his license is suspended. </p><p>As of Friday, he was being held on a $50,000 bond at the Turner Guilford Knight Correctional Center. </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[Spurs fans still believe they can overcome 3-1 deficit against Knicks to capture 6th NBA title]]></title><link>https://www.local10.com/sports/2026/06/12/spurs-fans-still-believe-they-can-overcome-3-1-deficit-against-knicks-to-capture-6th-nba-title/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/12/spurs-fans-still-believe-they-can-overcome-3-1-deficit-against-knicks-to-capture-6th-nba-title/</guid><dc:creator><![CDATA[By RAUL DOMINGUEZ, Associated Press]]></dc:creator><description><![CDATA[SAN ANTONIO (AP) — The Spurs trail the NBA Finals 3-1, thousands of Knicks fans expected to be in San Antonio for Game 5 of the series on Saturday night, and only a comeback of historic proportions will deny New York a title now.]]></description><pubDate>Fri, 12 Jun 2026 21:30:44 +0000</pubDate><content:encoded><![CDATA[<p>SAN ANTONIO (AP) — The Spurs trail the NBA Finals 3-1, thousands of Knicks fans expected to be in San Antonio for Game 5 of the series on Saturday night, and only a comeback of historic proportions will deny New York a title now.</p><p>Are Spurs fans worried? Maybe.</p><p>Do Spurs fans still believe? Absolutely.</p><p>Among the team's slogans is the phrase “Por Vida.” Translated, it means “For Life.” Generations of fans in San Antonio have held those words dear through the eras led by George Gervin to David Robinson to Tim Duncan to, now, Victor Wembanyama. And even now, with the Knicks on the brink of winning this championship, the words ring true among Spurs fans.</p><p>“With absolute certainty, always,” Joe Michael Benavides, the boys basketball coach at Hebbronville High School — some 150 miles from San Antonio — said when asked if he was still a Spurs fan.</p><p>Make no mistake, there are many like Benavides. Frost Bank Center will be electric when the Spurs take the floor on Saturday night, with the stands filled by those who wore San Antonio silver and black to the game.</p><p>Thing is, there will be a copious amount of New York blue and orange in there as well.</p><p>There are some fans who sold their tickets on secondary markets for Game 5. It's unclear how many, but with prices topping $1,500 apiece in the highest rows and reaching $5,000 or more in the lower level — big money for sure, yet a sliver of what Knicks fans paid for Games 3 and 4 — it's easy to see why some ticketholders are making business decisions instead of basketball ones.</p><p>“Of course I’m upset with Spurs fans selling their tickets, but if they can’t afford ‘em, nothing can be done,” said Rick Vela, known to Spurs fans as the “Masked Bandido Of San Antonio.” “Just sad these Knicks fans have to buy ’em, but their arena is way worse with those ticket prices.”</p><p>Spurs guard De'Aaron Fox understands.</p><p>“People are making money,” Fox said. “It’s the economy we live in. It’s the world we live in. Am I upset about it? No. Do I understand it? Sure. I don’t think that changes what happens on the court.”</p><p>It is not a frontrunning fan base in San Antonio. The city celebrated five NBA championships and had a record-setting run of 22 straight postseason appearances under Hall of Fame coach Gregg Popovich, but Spurs fans also suffered for decades.</p><p>There was the heartbreak of blowing a 3-1 lead to the then-Washington Bullets in the 1979 Eastern Conference finals. Mention Derek Fisher's game-winning jumper with 0.4 seconds in Game 5 that helped the Los Angeles Lakers win the 2004 NBA Western Conference semifinals at your own peril in this city; it'll go over as well as saying, “I dislike cowboy hats.” And the pain of Wednesday night has not subsided either, after the Spurs blew a 29-point lead in losing 107-106 to the Knicks in Game 4.</p><p>The Spurs are the only major pro team in town. There's no Yankees, no Mets, no Nets, no Rangers, no Islanders, no Devils, no Liberty, no NYCFC, no Red Bulls here. The Spurs are San Antonio's everything.</p><p>“They're still there for us," said Rene Gonzalez, still proudly flying a Spurs car flag on his truck. “They still bring this community together.”</p><p>Those who think trailing 3-1 in the NBA Finals is going to darken the spirits of Spurs fans might get a two-word answer in San Antonio.</p><p>¿Estas loco?</p><p>You're crazy.</p><p>“All year these boys have proven everyone wrong,” said Raylyn Boyson, a member of the Spurs superfan group, The Jackals, a group born from an idea by Wembanyama to have San Antonio fans mimic what happens at games in his native Europe. “There’s no reason why we shouldn’t keep believing. If anyone is going to defy all odds, it’s this group.”</p><p>___</p><p>AP NBA: https://apnews.com/NBA</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/EUYOTEQCN4TURQ5RULHQOF5MKI.jpg?auth=3108890161ae5cdec871cbab844169fb8efdfbee925e64030948084ab2e9eb78&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[San Antonio Spurs forward Victor Wembanyama (1) celebrates a basket against the New York Knicks during the second half of Game 1 of the NBA Finals basketball series, Wednesday, June 3, 2026, in San Antonio. (AP Photo/Eric Gay)]]></media:description><media:credit role="author" scheme="urn:ebu">Eric Gay</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GQIVECKEJZPNKOGCZAZVE4ISEE.jpg?auth=8cfeca8ff2c619fad4097053eca323b88494266452b89b79584102211118d670&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[San Antonio Spurs forward Julian Champagnie (30) celebrates a basket against the New York Knicks during the first half of Game 1 of the NBA Finals basketball series, Wednesday, June 3, 2026, in San Antonio. (AP Photo/David J. Phillip)]]></media:description><media:credit role="author" scheme="urn:ebu">David J. Phillip</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4BOZPHRSFCXHLFM5LQH3FJGU6M.jpg?auth=fb3fa5b02a119526574c8c92d186c7b483641639f415a39627ad6e12e539f172&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[San Antonio Spurs forward Victor Wembanyama (1) looks to his bench during the first half of Game 1 of the NBA Finals basketball series against the New York Knicks, Wednesday, June 3, 2026, in San Antonio. (AP Photo/Eric Gay)]]></media:description><media:credit role="author" scheme="urn:ebu">Eric Gay</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DBKE2DSQ4XDX6U77PVJMBVS24U.jpg?auth=7a69421a0019504b17e1264621c64c8c781912e6eb2faa36dd323f38a0b85be8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[San Antonio Spurs guard Dylan Harper (2) is fouled by New York Knicks guard Mikal Bridges (25) during the first half of Game 1 of the NBA Finals basketball series, Wednesday, June 3, 2026, in San Antonio. (AP Photo/Eric Gay)]]></media:description><media:credit role="author" scheme="urn:ebu">Eric Gay</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/EKLDFJRJFCDUXSHJYF7BDKIFKU.jpg?auth=f08911ce4a1c1d054c1be96a96196736f84b8c0eaa205b911841bb8f3344dc98&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The Salesian Sisters greet players prior to Game 1 of the NBA Finals basketball series between the New York Knicks and the San Antonio Spurs, Wednesday, June 3, 2026, in San Antonio. (AP Photo/Eric Gay)]]></media:description><media:credit role="author" scheme="urn:ebu">Eric Gay</media:credit></media:content></item><item><title><![CDATA[US Democratic lawmakers pledge to help speed up disaster recovery in Puerto Rico]]></title><link>https://www.local10.com/news/politics/2026/06/12/us-democratic-lawmakers-pledge-to-help-speed-up-disaster-recovery-in-puerto-rico/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/12/us-democratic-lawmakers-pledge-to-help-speed-up-disaster-recovery-in-puerto-rico/</guid><dc:creator><![CDATA[By DÁNICA COTO, Associated Press]]></dc:creator><description><![CDATA[SAN JUAN, Puerto Rico (AP) — A group of U.S. Democratic lawmakers promised Puerto Ricans on Friday that they would try to speed up the island’s sluggish recovery from destructive hurricanes and earthquakes, a process that relies heavily on federal funds.]]></description><pubDate>Fri, 12 Jun 2026 21:21:26 +0000</pubDate><content:encoded><![CDATA[<p>SAN JUAN, Puerto Rico (AP) — A group of U.S. Democratic lawmakers promised Puerto Ricans on Friday that they would try to speed up the island’s sluggish recovery from destructive hurricanes and earthquakes, a process that relies heavily on federal funds.</p><p>Mississippi Rep. Bennie G. Thompson, ranking member of the House Committee of Homeland Security, said he and other legislators met with Puerto Rico mayors as part of a two-day trip to the U.S. territory and heard their concerns including delays in reimbursements and project approvals.</p><p>“We’ll move some of those concerns into corrective actions,” he said at a news conference. “The system should work better.”</p><p>Pablo José Hernández, Puerto Rico’s representative in Congress, said the island’s mayors flagged their concerns after former Homeland Security Secretary Kristi Noem implemented a policy that DHS expenditures over $100,000 be personally approved by that office.</p><p>The policy further delayed recovery efforts in Puerto Rico from hurricanes Maria and Fiona, and a series of strong quakes that struck in late 2019 and early 2020.</p><p>In April, new Homeland Security Secretary Markwayne Mullin rescinded the rule, but challenges remain.</p><p>Thompson noted that about a third of the workforce of the U.S. Federal Emergency Management Agency “has been done away with.”</p><p>He added: “Not a lot of people to answer the phones or look at the paperwork because they’re not there.”</p><p>Thompson said Mullin has promised that he’ll bring back employees, but it’s unclear when that might happen.</p><p>“FEMA’s role is to be here in a time of need when local resources have been overrun,” Thompson said. “Obviously, hurricanes that you’re dealing with over time have overrun local resources.”</p><p>Hurricane Maria hit Puerto Rico in September 2017 as a powerful Category 4 storm. It shredded the island’s power grid and caused an estimated $90 billion in damage. In the storm’s steamy aftermath, an estimated 2,982 people died.</p><p>Hurricane Fiona pummeled Puerto Rico in September 2022 as a Category 1 storm, lashing once more a power grid that hadn’t been rebuilt from Hurricane Maria.</p><p>Meanwhile, a series of earthquakes that shook southern Puerto Rico caused an estimated $3 billion in damage.</p><p>The island is trying to recover from the disasters, with some 30% of projects still pending.</p><p>So far, nearly $43 billion in federal funds have been allocated, nearly $40 billion obligated, and $12.7 billion disbursed, according to Puerto Rico’s Central Office for Recovery, Reconstruction and Resiliency. The office receives and awards federal grant funds.</p><p>Caguas Mayor William Miranda Torres said that a bottleneck of pending projects is driving up costs, which in turn causes more delays. He said there are many projects pending in his city.</p><p>In September 2025, a DHS report found that FEMA “did not ensure the timely rebuilding of Puerto Rico’s electrical grid” after Hurricane Maria and that FEMA officials “missed opportunities to provide more assistance to Puerto Rico."</p><p>Meanwhile, a February 2024 audit by the U.S. Government Accountability Office found that Puerto Rico’s government had spent less than 10% of the more than $23 billion in available federal funds at the time.</p><p>Challenges included rising costs, a lack of workers, significant reductions in insurance coverage and interruptions in the global supply chain. Many of those issues persist.</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/UTUXC4WWY4QSPVBTGNUBGI7ZRY.jpg?auth=7fd26e63b03083bda9876679c943b7f485396ab3a1edc9d9217a58dd8352b85a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A house lays in the mud after it was washed away by Hurricane Fiona at Villa Esperanza in Salinas, Puerto Rico, Sept. 21, 2022. (AP Photo/Alejandro Granadillo)]]></media:description><media:credit role="author" scheme="urn:ebu">Alejandro Granadillo</media:credit></media:content></item><item><title><![CDATA[Man fined for removing python from Everglades trail has case tossed]]></title><link>https://www.local10.com/news/local/2026/06/12/man-fined-for-removing-python-from-everglades-trail-has-case-tossed/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/12/man-fined-for-removing-python-from-everglades-trail-has-case-tossed/</guid><dc:creator><![CDATA[Isabella Martin]]></dc:creator><description><![CDATA[A hike through Shark Valley took an unexpected turn for Yatir Nitzany when he spotted something he knew didn’t belong in the Everglades.]]></description><pubDate>Fri, 12 Jun 2026 20:50:14 +0000</pubDate><content:encoded><![CDATA[<p>A hike through Shark Valley took an unexpected turn for Yatir Nitzany when he spotted something he knew didn’t belong in the Everglades.</p><p><a href="https://www.local10.com/espanol/2026/06/12/desestiman-caso-contra-hombre-multado-por-retirar-piton-de-sendero-en-los-everglades/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/12/desestiman-caso-contra-hombre-multado-por-retirar-piton-de-sendero-en-los-everglades/">Leer en español</a></p><p>“I saw one crawling across the trail. There were children around,” Nitzany said.</p><p>The animal was a python.</p><p>Knowing the invasive snakes can harm native wildlife, Nitzany decided to capture it and call a park ranger.</p><p>“It had a bulge in its belly. The upper part of its body indicating it just killed something and I couldn’t have it on my conscious just to leave it there and just let it go,” he said.</p><p>Nitzany said he waited about 30 minutes for a ranger to arrive.</p><p>After turning over the python, he said the ranger handed him a $180 ticket for illegally handling wildlife inside the park.</p><p>“I regret asking for help,” Nitzany added. “If I would have done things over again, I would have thrown it in the bushes.” </p><p>While pythons are an invasive species, federal rules generally prohibit visitors from capturing or handling wildlife inside Everglades National Park without authorization.</p><p>The case quickly caught the attention of Ron Magill, an ambassador/conservation liaison at Zoo Miami. </p><p>Magill said he understands the importance of following rules inside national parks but believes this case called for discretion.</p><p>“At the end of the day for me it’s common sense. Unfortunately, it’s not too common anymore,” Magill said.</p><p>But before the case could go before a judge, it was dismissed.</p><p>“My goal now is to do whatever I can to change this law,” Magill added. “To make sure there is a caveat in this law so that people like Nitzany are not punished for doing the right thing in the environment.”</p><p>For Nitzany, the dismissal brings relief.</p><p>For Magill, it is just the beginning of a push to clarify the rules surrounding invasive species inside national parks.</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[Desestiman caso contra hombre multado por retirar pitón de sendero en los Everglades]]></title><link>https://www.local10.com/espanol/2026/06/12/desestiman-caso-contra-hombre-multado-por-retirar-piton-de-sendero-en-los-everglades/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/12/desestiman-caso-contra-hombre-multado-por-retirar-piton-de-sendero-en-los-everglades/</guid><dc:creator><![CDATA[Isabella Martin]]></dc:creator><description><![CDATA[Una caminata por Shark Valley dio un giro inesperado para Yatir Nitzany cuando vio algo que sabía que no pertenecía a los Everglades.]]></description><pubDate>Fri, 12 Jun 2026 21:10:19 +0000</pubDate><content:encoded><![CDATA[<p>Una caminata por Shark Valley tomó un giro inesperado para Yatir Nitzany cuando vio algo que sabía que no pertenecía a los Everglades.</p><p>“Vi una cruzando el sendero. Había niños cerca”, dijo Nitzany.</p><p>El animal era una pitón.</p><p>Sabiendo que estas serpientes invasoras pueden dañar la vida silvestre nativa, Nitzany decidió capturarla y llamar a un guardabosques del parque.</p><p>“Tenía una protuberancia en el abdomen. La parte superior de su cuerpo indicaba que acababa de matar algo y no podía cargar con la conciencia de dejarla allí y simplemente dejarla ir”, dijo.</p><p>Nitzany dijo que esperó aproximadamente 30 minutos para que llegara un guardabosques.</p><p>Después de entregar la pitón, dijo que el guardabosques le entregó una multa de $180 USD por manipular ilegalmente vida silvestre dentro del parque.</p><p>“Lamento haber pedido ayuda”, agregó Nitzany. “Si pudiera hacerlo de nuevo, la habría lanzado entre los arbustos”.</p><p>Aunque las pitones son una especie invasora, las normas federales generalmente prohíben a los visitantes capturar o manipular vida silvestre dentro del Parque Nacional Everglades sin autorización.</p><p>El caso rápidamente llamó la atención de Ron Magill, embajador y enlace de conservación de Zoo Miami.</p><p>Magill dijo que entiende la importancia de seguir las reglas dentro de los parques nacionales, pero cree que este caso requería discreción.</p><p>“Al final del día, para mí es sentido común. Desafortunadamente, ya no es tan común”, dijo Magill.</p><p>Pero antes de que el caso pudiera llegar ante un juez, fue desestimado.</p><p>“Mi objetivo ahora es hacer todo lo posible para cambiar esta ley”, agregó Magill. “Asegurarme de que exista una excepción en esta ley para que personas como Nitzany no sean castigadas por hacer lo correcto para el medio ambiente”.</p><p>Para Nitzany, la desestimación del caso representa un alivio.</p><p>Para Magill, es solo el comienzo de un esfuerzo para aclarar las reglas relacionadas con las especies invasoras dentro de los parques nacionales.</p>]]></content:encoded></item><item><title><![CDATA[Larin scores in 78th minute to rally Canada to 1-1 draw with Bosnia-Herzegovina in World Cup opener]]></title><link>https://www.local10.com/sports/2026/06/12/larin-scores-in-78th-minute-to-rally-canada-to-1-1-draw-with-bosnia-herzegovina-in-world-cup-opener/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/12/larin-scores-in-78th-minute-to-rally-canada-to-1-1-draw-with-bosnia-herzegovina-in-world-cup-opener/</guid><dc:creator><![CDATA[By JOHN WAWROW, Associated Press]]></dc:creator><description><![CDATA[TORONTO (AP) — Canada earned its first World Cup point in seven matches on soccer's biggest stage, and coach Jesse Marsch noted the sea of red-clad, maple leaf-waving fans who continuously belted out chants of “Go Ca-na-da!” helped get it.]]></description><pubDate>Sat, 13 Jun 2026 03:58:02 +0000</pubDate><content:encoded><![CDATA[<p>TORONTO (AP) — Canada earned its first World Cup point in seven matches on soccer's biggest stage, and coach Jesse Marsch noted the sea of red-clad, maple leaf-waving fans who continuously belted out chants of “Go Ca-na-da!” helped get it.</p><p>A slow start and an early deficit turned into a rousing celebration once late substitute Cyle Larin scored in the 78th minute for a 1-1 draw against Bosnia-Herzegovina on Friday in Canada’s tournament debut on home soil.</p><p>Playing in the shadow of Toronto’s iconic CN Tower, and with hockey star Connor McDavid and actors Ryan Reynolds and Mike Myers in the stands, Larin converted Promise David’s pass a mere two minutes after entering the game.</p><p>“The crowd, I think, willed us into the game as (the players) could feel that energy in the second half tilting more and more,” said Marsch, who took particular delight upon learning Myers, who portrayed international man of mystery Austin Powers in the movies, was on among those on hand.</p><p>“Oh, sweet,” Marsch said.</p><p>It was an even better feeling for Larin, who normally starts but had to bide his time watching on the bench until late in the second half.</p><p>“It was amazing feeling, just to score a goal on home soil, where I’m from, and just to celebrate with the fans, amazing atmosphere,” said Larin, who plays for second-division English club Southampton and is from Toronto’s suburb of Brampton.</p><p>The goal was only the second in World Cup play scored by Canada after the team lost all three of its games at the 1986 World Cup in Mexico and again four years ago at Qatar.</p><p>Injury fill-in Jovo Lukic headed in a corner kick in the 21st minute for Bosnia-Herzegovina, which is making its second World Cup appearance. The team previous played at the 2014 tournament in Brazil but failed to advance out of group play.</p><p>Starting in place of Edin Dzeko (shoulder) and Haris Tabakovic (undisclosed), Lukic was in an ideal position to cap a set piece with captain Sead Kolasinac flicking along a header off Ivan Basic’s corner kick. The goal was Lukic’s first in international play and coming in the 27-year-old attacker’s fourth international appearance.</p><p>Despite giving up the lead, the small Balkan nation of about 3 million people keeps coming up big on the international stage — including eliminating four-time champion Italy in the European playoffs.</p><p>Bosnia coach Sergej Barbarez couldn’t help but feel relief in how his team persevered amid such a tough environment.</p><p>“This is huge pressure and it’s a huge compliment for my team to have not succumbed to that pressure and I’m very satisfied with that aspect of the game, too,” Barbarez said through a translator.</p><p>Though a large majority of the 43,000 fans filling the temporarily expanded Toronto Stadium along the shores of Lake Ontario were Canadians, a small but vibrant group of Bosnian fans in blue also stood out in the upper deck of the stands.</p><p>The Bosnians now head west, with games against Switzerland on June 18 in Los Angeles and Qatar on June 24 in Seattle.</p><p>Canada also heads west, to Vancouver, for its final two group games, against Qatar on June 18 and Switzerland on June 24.</p><p>Marsch’s challenge is to get his team off to a better start.</p><p>“I told them after the match that if we play like that second half the whole match, we win, right?” he said.</p><p>“We’ve got to find a way to have a bit more confidence and a bit self-belief,” he added. “The good part was is in a difficult moment we responded.”</p><p>Before Larin’s goal, Canada’s best scoring chance came in the 54th minute when captain Stephen Eustaquio fed the ball to Richie Laryea in front of a wide-open net. The ball deflected off Kolasinac’s foot and hit the crossbar.</p><p>Canada was playing without Alphonso Davies (hamstring), who scored the nation’s first World Cup goal four years ago in Qatar.</p><p>___</p><p>AP World Cup coverage: https://apnews.com/hub/fifa-world-cup</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/W3NRFQMWQCTI2PFILESQMJ74SY.jpg?auth=11b021e9a9bf51069d99e86757b8cb9b07fca45660756591c26989e9e771d014&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Canada's Cyle Larin (9) celebrates after scoring his sides first goal of the game in the second half of the World Cup Group B soccer match between Canada and Bosnia, Friday, June 12, 2026, in Toronto. ( (AP Photo/Sam Balkansky)]]></media:description><media:credit role="author" scheme="urn:ebu">Sam Balkansky</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/END5J7RXGRFDRPMCIQ73QTOO6A.jpg?auth=42929a94b6df9924acb05cf4bd77818f9b0fc1ca823cd285ff5c185a7cc85b81&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Canada's Joel Waterman, left and Canada's Tani Oluwaseyi, react after the end of the World Cup Group B soccer match between Canada and Bosnia in Toronto, Friday, June 12, 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/XEVEPBKEM5ICLF5HSBBBIXGOY4.jpg?auth=c3ac903a734269303560443400fce0dcd4391ad194a093dd7b29fcc5c3eed109&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Canada's Cyle Larin (9) celebrates after scoring his sides first goal of the game with Promise David (24) during the second half of the World Cup Group B soccer match between Canada and Bosnia, Friday, June 12, 2026, in Toronto. ( (AP Photo/Sam Balkansky)]]></media:description><media:credit role="author" scheme="urn:ebu">Sam Balkansky</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/S52H2Y7QQVNNSNP2RY2UOFA3OU.jpg?auth=89ba03e12d2feb18bbe5a364f43f00c428c1a958476ec11f9742fe005ce5e39f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Canada goalkeeper Maxime Crepeau punches the ball clear as Bosnia's Tarik Muharemovic attempts to head the ball during the World Cup Group B soccer match between Canada and Bosnia in Toronto, Friday, June 12, 2026. (AP Photo/Stephanie Scarbrough)]]></media:description><media:credit role="author" scheme="urn:ebu">Stephanie Scarbrough</media:credit></media:content></item><item><title><![CDATA[Taiwan's opposition leader touts talks with China as necessary for peace during US trip]]></title><link>https://www.local10.com/news/politics/2026/06/12/taiwans-opposition-leader-touts-talks-with-china-as-necessary-for-peace-during-us-trip/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/12/taiwans-opposition-leader-touts-talks-with-china-as-necessary-for-peace-during-us-trip/</guid><dc:creator><![CDATA[By DIDI TANG, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — Taiwan’s Beijing-friendly opposition leader said Friday that her party is committed to the defense of the self-ruled island that China views as its own but that peace is possible by taking permanent secession off the table.]]></description><pubDate>Fri, 12 Jun 2026 21:06:47 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Taiwan’s Beijing-friendly opposition leader said Friday that her party is committed to the defense of the self-ruled island that China views as its own but that peace is possible by taking permanent secession off the table.</p><p>Cheng Li-wun told reporters during a trip to Washington that the Kuomintang Party she chairs shares common ground with President Donald Trump, who said after his May trip to Beijing that he was not “looking to have somebody go independent” or fight a war thousands of miles away.</p><p>“I think our basic stances are the same — that is peace and stability in the Taiwan Strait and to avoid any unnecessary war,” Cheng said after a three-day visit to the nation's capital, where she met American lawmakers and scholars.</p><p>Cheng said she also met Trump administration representatives but would not offer more information.</p><p>The visit, as part of her two-week trip to the U.S. to promote her party's approach to the Taiwan Strait, has come at a time of rising uncertainty in U.S.-Taiwan relations. Chinese leader Xi Jinping has warned of a possible clash if the U.S. does not properly handle the issue of Taiwan, a self-governing island that Beijing has vowed to seize by force if necessary to achieve what it considers reunification.</p><p>Congress has pledged to better arm Taiwan, giving preliminary approval to a $14 billion arms sales package. The Trump administration has yet to greenlight it.</p><p>Cheng, who met Xi in Beijing in April and whose party agrees that both sides of the strait belong to the same Chinese nation, has been promoting dialogue with Beijing. She said it is necessary for peace, stability and prosperity in the region.</p><p>Beijing has cut off official contact with Taipei's government for the past decade, because Taiwan’s ruling party does not recognize the “One China” principle.</p><p>“To initiate the dialogue cross-strait with Xi Jinping doesn’t mean that we will give up the deterrence strength in Taiwan, and, of course, it doesn’t mean that we will compromise or give up our democracy and freedom,” Cheng said, dismissing accusations that she was doing Beijing's bidding.</p><p>Asked about her meeting with Xi, Cheng described the Chinese leader as “very gentle and very nice and very real” and said she believed Xi wanted to address the Taiwan issue “with peaceful means and avoid war.”</p><p>But the Taiwanese government has pointed out Beijing’s increasingly bellicose behavior in the Taiwan Strait, including regular military operations around Taiwan in the past several years.</p><p>While the U.S. recognizes Beijing's position that Taiwan is part of China, it opposes any use of force in altering the status quo. It also is obligated by a U. S. law to provide the island with sufficient hardware to deter any invasion. In December, the Trump administration approved an $11 billion arms sales package to Taiwan.</p><p>Trump has indicated that he may still speak with Taiwan President Lai Ching-te even after China has publicly urged him not to do so.</p><p>Washington has been disappointed that Taiwan’s opposition-controlled legislature last month passed a $25 billion special defense budget to fund major U.S. arms purchases, down from the original $40 billion proposed by Lai.</p><p>On Friday, Cheng said her party objected to the initial proposal because it couldn't write a “blank check” for a proposal lacking details but put forward an interim measure to prioritize purchases of U.S. weapons.</p><p>Sen. Dan Sullivan, R-Alaska, met Cheng on Thursday and wrote on social media that Cheng's party needs to join with Taiwan's ruling Democratic Progressive Party to “finish the defense budget and support the Alaska LNG project.”</p><p>Rep. Tom Suozzi, D-N.Y., met her Wednesday and said in a statement that the opposition party's “resistance to a robust defense budget raises concerns for me that the party is drifting closer" to the ruling Chinese party and “weakening deterrence.”</p><p>Rep. John Rose, R-Tenn., who met Cheng on Wednesday, said in a statement that he is willing to engage with leaders from all parties and pledged his commitment to “supporting Taiwan's sovereignty and expanding the U.S.-Taiwan relations."</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/A4A2ZJPGJUJAWSOSM6EFSOXZJM.jpg?auth=2d523a30931fb0a8a7bb7d42ed6edb5db9bd810ac71d63d964995bb8cf91ffe4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Cheng Li-wun, the chairperson of Taiwan's main opposition Nationalist Party, or Kuomintang (KMT), speaks with reporters during a news conference on Friday, June 12, 2026, in Washington. (AP Photo/Mark Schiefelbein)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark Schiefelbein</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HAGHTRJRM5SDAPD7UGYOMNSKEA.jpg?auth=a6267e079c7012e214db5690cc0e7662040909a09bbef1f086d4b502ab79d44a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Cheng Li-wun, the chairperson of Taiwan's main opposition Nationalist Party, or Kuomintang (KMT), speaks with reporters during a news conference on Friday, June 12, 2026, in Washington. (AP Photo/Mark Schiefelbein)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark Schiefelbein</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/2VVM7EJA2G6GQFJSXMJNZZ5ODY.jpg?auth=4e12a32b332ea27b957796ea1c648d31853604976e50b44de3360db60bdc3c52&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Cheng Li-wun, the chairperson of Taiwan's main opposition Nationalist Party, or Kuomintang (KMT), speaks with reporters during a news conference on Friday, June 12, 2026, in Washington. (AP Photo/Mark Schiefelbein)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark Schiefelbein</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/EPBNTAT5WINDCYZDO3WEX7KQVQ.jpg?auth=6d7ad177826d124c1832b5d50bf640a918066a33f25255b12db54b05446d576c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Cheng Li-wun, the chairperson of Taiwan's main opposition Nationalist Party, or Kuomintang (KMT), speaks with reporters during a news conference on Friday, June 12, 2026, in Washington. (AP Photo/Mark Schiefelbein)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark Schiefelbein</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/PASO5RRWRBEOYR7N55YSORWLVA.jpg?auth=f26ea5d831c0e7afb24ff6480a66be1099af3b62ae221444e49f541c32393489&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Cheng Li-wun, the chairperson of Taiwan's main opposition Nationalist Party, or Kuomintang (KMT), speaks with reporters during a news conference on Friday, June 12, 2026, in Washington. (AP Photo/Mark Schiefelbein)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark Schiefelbein</media:credit></media:content></item><item><title><![CDATA[Treasury expands bank data-sharing rules tied to Trump immigration crackdown]]></title><link>https://www.local10.com/news/politics/2026/06/12/treasury-expands-bank-data-sharing-rules-tied-to-trump-immigration-crackdown/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/12/treasury-expands-bank-data-sharing-rules-tied-to-trump-immigration-crackdown/</guid><dc:creator><![CDATA[By KEN SWEET, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — The Treasury Department moved Friday to enlist the nation’s banks more deeply in President Donald Trump’s immigration crackdown, including issuing fresh guidance that lets banks rapidly share information about suspected customers and an advisory steering them to flag signs that one of their customers may lack legal immigration status.]]></description><pubDate>Fri, 12 Jun 2026 22:19:00 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — The Treasury Department moved Friday to enlist the nation’s banks more deeply in President Donald Trump’s immigration crackdown, including issuing fresh guidance that lets banks rapidly share information about suspected customers and an advisory steering them to flag signs that one of their customers may lack legal immigration status.</p><p>These changes are part of the administration’s push to remove undocumented workers from the nation’s banking system without explicitly mandating that banks do so. In order to get banks to participate, the administration has framed these actions as a crackdown on fraud and crime, not explicitly about immigration.</p><p>“The information in your purview can help stop a cartel financier, disrupt a money laundering network, uncover labor exploitation, or protect taxpayers from fraud,” Treasury Secretary Scott Bessent said in prepared remarks at a banking conference in Houston.</p><p>Bessent's remarks and the Treasury Department's new guidelines come from an executive order signed in May by Trump that requires banks to take a closer look at the citizenship of their customers as well as directs bank regulators and government departments to look for signs that people without legal status are opening accounts or obtaining loans or credit cards. But that executive order did not include an explicit mandate that banks collect citizenship information, which the industry for months lobbied against.</p><p>Banks have long been able to share information about their customers with other banks under the Patriot Act program when they suspect money laundering or fraud, part of the post-9/11 effort to combat terrorism and other crimes.</p><p>Friday’s actions widened that system on two fronts. Banks can now share such information with one another in real time and more freely, the Treasury Department said.</p><p>Secondly, the Trump Administration is giving banks a wider variety of reasons to share information, which now include flags historically tied to immigration status. One example is a customer having an individual taxpayer identification number (ITIN), which are disproportionally used by undocumented immigrants when applying for work.</p><p>Bessent told bankers that the new guidance is simply part of what the banking system needs to do as part of their routine operations.</p><p>“The advisory does not ask banks to become immigration officers,” Bessent said. “It asks banks to do what they do best: know their customers, identify risk, recognize suspicious patterns, and report illicit activity when they see it.”</p><p>Bankers have been wary about sharing customer information with the federal government as part of immigration enforcement. Bankers never collected citizenship information on their customers, so any effort to do so would require a massive effort by banks and significant amounts of paperwork. There's also the fact that banks send millions of what are known as Suspicious Activity Reports to the federal bank regulators under the Bank Secrecy Act. Last week, the Treasury Department expanded the reasons why a bank might file a SAR to include potential undocumented workers.</p><p>“The administration is saying they don't want banks to be immigration officials, but they are trying to get as close to the line as possible,” said Nicholas Anthony, who focuses on bank regulation issues at the libertarian-leaning Cato Institute.</p><p>At the time Trump signed the order, the White House framed the effort on the premise of combating fraud, but also it said undocumented workers introduce risk to the overall financial system by taking out loans that could potentially never be repaid because the borrowers could be deported. Since banks haven't historically collected citizenship data on their customers, it's hard to quantify how much of a risk undocumented workers are to banks. One study by the left-leaning Urban Institute estimated that between 5,000 and 6,000 mortgages were issued to customers with ITINs, which would be a tiny fraction of the millions of mortgages written each year.</p><p>Immigration advocates have previously said any order that would order banks to collect citizenship information would likely result in undocumented immigrants moving out of the financial system, increasing the number of “unbanked” individuals.</p><p>The White House has taken other measures to discourage undocumented workers from using the financial system. The Treasury last November announced that it would reclassify certain refundable tax credits as “federal public benefits,” which bars some immigrant taxpayers from receiving them, even if they file and pay taxes and would otherwise qualify.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/76CCMKNHQRCS7QJRDIH4UUMEN4.jpg?auth=6c2af1c5414c13fb75fca57124eabb9767fd430d4abcb159344b2378d5186d0b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Treasury Secretary Scott Bessent applauds during an event about Trump Accounts for children in foster care at the Department of Treasury, Thursday, June 11, 2026, in Washington. (AP Photo/Allison Robbert)]]></media:description><media:credit role="author" scheme="urn:ebu">Allison Robbert</media:credit></media:content></item><item><title><![CDATA[Detectives: Dueño de vivienda en Homestead dice que hombre ebrio cayó al intentar tener relaciones sexuales con árbol, resultó ser un asesinato]]></title><link>https://www.local10.com/espanol/2026/06/12/detectives-dueno-de-vivienda-en-homestead-dice-que-hombre-ebrio-cayo-al-intentar-tener-relaciones-sexuales-con-arbol-resulto-ser-un-asesinato/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/12/detectives-dueno-de-vivienda-en-homestead-dice-que-hombre-ebrio-cayo-al-intentar-tener-relaciones-sexuales-con-arbol-resulto-ser-un-asesinato/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[Una niña de 11 años vivió una horrible pesadilla durante meses en 2024 mientras vivía en una casa cerca de la escuela primaria Redondo en Homestead, según muestran los registros.]]></description><pubDate>Fri, 12 Jun 2026 21:01:20 +0000</pubDate><content:encoded><![CDATA[<p>An 11-year-old girl lived a horrific nightmare while living in a house near Redondo Elementary School in Homestead, records show.</p><p>It took more than two years, after her father’s murder and her mother’s deportation, for Miami-Dade Sheriff’s Office detectives to uncover it, records show.</p><p>On June 10, Miami-Dade County Circuit Judge William Altfield issued a warrant for the search of the house and the arrest of Christian Heras, the girl’s second cousin, who also lived at the house. Here is the timeline of the girl’s suffering and the MDSO homicide and special victims bureau detectives’ investigation as described by the arrest warrant: MDSO detectives believe Heras, then 28 and 29, sexually abused the girl for months before killing her father and threatening to kill her mother in 2024.Detectives learned that before the murder, the girl’s father was concerned about Heras “always trying to be alone” with her, so he asked the girl’s mother to “not let” him be with her “without supervision.”Detectives learned that after the girl’s father confronted Heras and asked him to avoid getting “too close” to his 11-year-old daughter, Heras showed him “a handgun to scare him.” On Dec. 16, 2024, Homestead Police Department officers and Miami-Dade Fire Rescue personnel responded to a report of a fatal fall in a house’s backyard near Northwest 10th Avenue and 12th Street. MDFR personnel declared the girl’s father dead, HPD asked MDSO to take over the case, and a homicide investigator reported the girl’s father had suffered a “compound skull fracture, which exposed his brain.”The homicide investigator, who was wearing a body camera and taking pictures, found what appeared to be blood on a ladder and on a cement garden brick that “had several strands of hair on a corner.” The girl’s mother told detectives that when Heras showed her the body covered with palm fronds, facing upward on the ground, with a ladder on top, he started “screaming profanities” at her dead husband, and later said dogs were “licking the blood on the cement brick.” Heras and the owner of the house, Heras’s mother, Angelica Medina, told police and detectives that the girl’s father had a drinking problem, and Medina said he would get so drunk that he “would climb up” the ladder to “have sexual intercourse with trees.” On Jan. 28, 2025, the medical examiner’s office reported the victim was “bludgeoned to death, and that it appeared that the homicide scene was staged.” On Feb. 5, 2025, the medical examiner’s office released a toxicology report showing the victim “did not have any alcohol or drugs in his system at the time of his death.” During the MDSO homicide investigation, the girl’s mother moved out of the house in Homestead and traveled to Dallas, Texas, with her kids to live with her husband’s family.On Feb. 14, 2025, a detective who traveled to Dallas and interviewed the girl reported she “exhibited signs of possible sexual abuse” and recommended a specialized forensic interview.</p><p>On March 10, 2025, the medical examiner’s office reported that the girl’s father’s cause of death was blunt force trauma to the head and determined that the manner of death was a homicide.</p><p>U.S. Immigration and Customs Enforcement deported the girl’s mother to Mexico after she was detained on May 26, 2025, in Dallas.</p><p>On June 6, 2025, the girl was the subject of a “video-recorded forensic interview” at the Dallas Children’s Advocacy Center and said she had told her mother that Heras confessed to killing her father, and gifted her a cell phone that her mother then threw away.</p><p>The girl did not disclose the sexual abuse until 2026.</p><p>On Feb. 13, the girl’s relatives reported that she said Heras had molested her in Homestead, so a MDSO detective decided she needed to undergo a second forensic interview.</p><p>On May 13, the girl’s aunt told a detective, who was trying to schedule the second forensic interview, that on Jan. 22, the girl told her that she had been the victim of a sexual battery in Homestead.</p><p>On May 21, a detective with the special victims bureau and a homicide detective were with the girl when she participated in a “video-recorded forensic interview” at the Kristi House Children’s Advocacy Center in Miami-Dade County.</p><p>The girl described how Heras “didn’t care” if she was in pain when he sexually battered her more than five times, and she did not report it “because she was scared and did not trust anyone.” On Thursday morning, MDSO deputies were searching the house in Homestead when they found Heras at a window “trying to flee,” and he “tensed his body” while they handcuffed him, according to the arrest report.At 8 a.m., on Thursday, detectives arrested Heras at the office of the MDSO special victims’ bureau, at 1701 NW 87th Ave., according to the arrest report. Miami-Dade corrections booked Heras at 6:45 p.m. on Thursday at the Turner Guilford Knight Correctional Center, where he remained without bond on Friday afternoon, according to county inmate records. Heras faced charges of first-degree murder, five counts of sexual battery on a minor by an adult, and resisting arrest without violence, according to court records. Miami-Dade County Circuit Judge Marcus Bach was set to preside over the case.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/FGED27LRGNG4FMSYK7YVTLFHNU.jpg?auth=06b3385fbe49c26c810233194c11e46d3b02ec417cc3b16f26eeb6070ed780d0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Miami-Dade Sheriff's Office deputies arrested Christian Heras on Thursday after he was accused of sexually abusing an 11-year-old girl and killing her father in Homestead.]]></media:description></media:content></item><item><title><![CDATA[The NBA Finals have been close. Still, Knicks are in command and need 1 win over Spurs for the title]]></title><link>https://www.local10.com/sports/2026/06/12/the-nba-finals-have-been-close-still-knicks-are-in-command-and-need-1-win-over-spurs-for-the-title/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/12/the-nba-finals-have-been-close-still-knicks-are-in-command-and-need-1-win-over-spurs-for-the-title/</guid><dc:creator><![CDATA[By TIM REYNOLDS, Associated Press]]></dc:creator><description><![CDATA[SAN ANTONIO (AP) — The final moments in each of the first four games between the New York Knicks and San Antonio Spurs in these NBA Finals had much in common, including that the outcome was still undecided with a minute left every time.]]></description><pubDate>Fri, 12 Jun 2026 20:49:53 +0000</pubDate><content:encoded><![CDATA[<p>SAN ANTONIO (AP) — The final moments in each of the first four games between the New York Knicks and San Antonio Spurs in these NBA Finals had much in common, including that the outcome was still undecided with a minute left every time.</p><p>Game 1, Knicks led by four with 58 seconds to go. Game 2, Knicks won by one when Victor Wembanyama's game-winning try just misses. Game 3, Spurs won by four. Game 4, Knicks won by one again after OG Anunoby got a miracle tip-in.</p><p>There hasn't been a finals like this, with a margin of four points or less in the final minute of each of the first four games, since 1973. New York won that series. The Knicks haven't been champions since.</p><p>That could change Saturday. New York — leading the series 3-1 — can close out the Spurs in San Antonio when the finals resume with Game 5.</p><p>“You have to be present,” Knicks coach Mike Brown said Friday. “You can’t think about the outcome. It’s about the process, the next play, the next play, the next play."</p><p>The series could easily be tied right now, after San Antonio wasted a 29-point lead in Game 4 in what became the biggest collapse in NBA Finals history.</p><p>The Spurs led 81-52 in the third quarter on Wednesday night and got outscored 55-25 the rest of the way, missing 29 of their final 35 shots and losing on OG Anunoby's tip-in with 1.2 seconds remaining. Taylor Swift was among the many who celebrated long after the final horn, and now the Spurs have to find a way to somehow regroup from absolute agony.</p><p>“There’s conviction in strength and confidence,” Spurs coach Mitch Johnson said. “That’s what it is. There’s no trick. There’s no avoiding what’s happened. There’s no avoiding all four games have been winnable games. There’s no avoiding we’re down 3-1. There’s not avoiding ways that we could be better. There’s nobody that’s going to be harder on ourselves and accountable to ourselves than the people in the locker room and each other.”</p><p>Entering Game 4, teams with leads of 29 or more points in a game were:</p><p>— 249-0 this season.</p><p>— 288-2 over the last 30 postseasons.</p><p>— 4,088-13 over the last 30 seasons, counting regular season and playoff games.</p><p>That means the Spurs — who have had double-digit leads in all four games — had about a 99.7% chance of winning Game 4, tying the series and coming home with all the momentum. They’re on the brink of elimination instead.</p><p>“We still have that belief that we have a chance to win,” said Spurs guard De'Aaron Fox, who has heard tons of criticism since Wednesday for his decision to try a layup instead of running down the clock when he had the ball and San Antonio leading by one in the final moments. “But we’re taking this one game at a time. We’re not looking at it as we need to win three games. We need to win tomorrow and then we give ourselves a chance to play another game.”</p><p>It will not be easy. When the Knicks have had a closeout opportunity this season, they've left no doubt.</p><p>New York is 3-0 in closeout games in these playoffs, winning them by the almost comical average of 39.3 points per game. The Knicks led by 61 points before winning 140-89 to close out Atlanta in Round 1, led by 44 points before winning 144-114 to close out Philadelphia in Round 2, then led by 45 points before winning 130-93 to close out Cleveland in the Eastern Conference finals.</p><p>All that happened on the road, too. And thousands of Knicks fans are expected in San Antonio on Saturday night, all ready to see New York end that long title drought.</p><p>“One possession at a time, one play at a time, one quarter at a time,” Knicks guard Jalen Brunson said. “You’re thinking about the now, how you can be better the next possession, how can you turn the page, positive or negative. Regardless of what’s going on, our mindset and approach has to stay the same. I think we’ve done a very good job of that. It’s something that has grown over the season. It’s really important, especially obviously now.”</p><p>___</p><p>AP NBA: https://apnews.com/hub/nba</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/O4Q3TBHB4F2I7MFVEIV6CJZRDI.jpg?auth=2318766db591152d759975eb7ac3a70816596ff8a640a636f916f90c2ee1cbbf&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[New York Knicks center Karl-Anthony Towns (32) embraces forward Og Anunoby after Game 4 of the NBA Finals basketball series against the San Antonio Spurs, Wednesday, June 10, 2026, in New York. (AP Photo/Ross D. Franklin)]]></media:description><media:credit role="author" scheme="urn:ebu">Ross D. Franklin</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/Z6LNEQEOVWPQBBNZ7ZVANHBTOQ.jpg?auth=0ecac3df15c83ac31720b77ddf08ba268bf50a0c8a5157b1ab38f16103bd15d9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[New York Knicks head coach Mike Brown speaks during a news conference prior to Game 5 of the NBA Finals basketball series against the San Antonio Spurs, Friday, June 12, 2026, in San Antonio. (AP Photo/Ross D. Franklin)]]></media:description><media:credit role="author" scheme="urn:ebu">Ross D. Franklin</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/Y4PN23HQPPSGRIBMZY2UYA5ZWE.jpg?auth=42382f5957ee024e5c4f5939a3a54b650c3443135341ad340e9625879a623d9e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[New York Knicks guard Jalen Brunson speaks during a news conference prior to Game 5 of the NBA Finals basketball series against the San Antonio Spurs, Friday, June 12, 2026, in San Antonio. (AP Photo/Ross D. Franklin)]]></media:description><media:credit role="author" scheme="urn:ebu">Ross D. Franklin</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YTGCFIUSJV4VRA264UZJ3GPMO4.jpg?auth=20ea6aa23f22ee4f88463bda3d13e79518fc9a123e81461203e3f9bdc9f049bc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[San Antonio Spurs head coach Mitch Johnson speaks during a news conference prior to Game 5 of the NBA Finals basketball series against the New York Knicks, Friday, June 12, 2026, in San Antonio. (AP Photo/Ross D. Franklin)]]></media:description><media:credit role="author" scheme="urn:ebu">Ross D. Franklin</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KKUR5GYEJQBTRBTD245JKYRGYY.jpg?auth=c9866cac7e8cde9a1cbe90e21d613df59639fed69b9aebae8ad186f3b5a60cbf&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[San Antonio Spurs guard De'aaron Fox speaks during a news conference prior to Game 5 of the NBA Finals basketball series against the New York Knicks, Friday, June 12, 2026, in San Antonio. (AP Photo/Ross D. Franklin)]]></media:description><media:credit role="author" scheme="urn:ebu">Ross D. Franklin</media:credit></media:content></item><item><title><![CDATA['Democrats want to win': Platner's support reflects a changing party in the Trump era]]></title><link>https://www.local10.com/news/politics/2026/06/12/democrats-want-to-win-platners-support-reflects-a-changing-party-in-the-trump-era/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/12/democrats-want-to-win-platners-support-reflects-a-changing-party-in-the-trump-era/</guid><dc:creator><![CDATA[By JOEY CAPPELLETTI, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — Minnesota Sen. Tina Smith came to the Senate at a very different moment for Democrats.]]></description><pubDate>Fri, 12 Jun 2026 20:47:27 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Minnesota Sen. Tina Smith came to the Senate at a very different moment for Democrats.</p><p>Appointed in late 2017 to replace Sen. Al Franken after fellow Democrats demanded his resignation amid allegations of unwanted touching and kissing, Smith entered Washington during the height of the #MeToo movement. Democrats were pushing members from office and contrasting their approach with Republicans’ willingness to stand by Donald Trump through scandal and controversy.</p><p>Nearly a decade later, Smith says Democrats are focused on something simpler.</p><p>“Democrats want to win,” she said.</p><p>As the party aims to flip both chambers of Congress in the midterms, Smith and other Democrats have backed Maine U.S. Senate candidate Graham Platner despite a growing list of controversies, including a tattoo recognized as a Nazi symbol, sexting with other women shortly after he married and allegations, which Platner denies, that he locked an ex-girlfriend in a room and forcefully twisted her arm. Platner cruised to victory in this week’s primary after Gov. Janet Mills suspended her campaign.</p><p>The support for Platner is about more than one candidate. It reflects a Democratic Party increasingly willing to overlook behavior it might once have deemed disqualifying, and instead judge candidates by whether they can energize voters and help the party regain power.</p><p>“Voters are looking for candidates that are speaking their language and talk about the things that matter to them,” said Smith. “That's the standard that we have to hit in order to win.”</p><p>Democrats grapple with the reality of a big tent</p><p>The support for Platner comes at a fraught moment for Democrats, who are in the minority in both chambers of Congress while Trump once again occupies the White House.</p><p>In the wake of their sweeping losses in 2024, many Democrats argued the party needed a bigger tent with fewer purity tests and more room for candidates and voters who don’t fit neatly within the party’s traditional coalition.</p><p>But expanding that tent has raised difficult questions about where Democrats should draw the line. In Virginia, Democrat Jay Jones won election as attorney general after reports surfaced during the campaign that he had texted a fellow delegate suggesting the then-House speaker should get “two bullets to the head.”</p><p>Some in the party also condemned Michigan Senate candidate Abdul El-Sayed for appearing with progressive streamer Hasan Piker for a campaign event. Piker, a 34-year-old streamer with 3.1 million followers on Twitch and 1.8 million on YouTube, has made many controversial remarks, including that “America deserved 9/11.”</p><p>Platner’s candidacy has become one of the clearest examples. While some Democrats view his controversies as disqualifying, others argue that voters made their choice.</p><p>“He won the nomination. That was the decision of Maine voters. And I respect that decision,” said Sen. Adam Schiff, D-Calif.</p><p>Arizona Sen. Ruben Gallego, who has endorsed Platner, agreed the decision lies with voters.</p><p>“It’s not up to the politicians to decide,” he said.</p><p>For some Democrats, the shift reflects lessons learned during the Trump era. Republicans stood by Trump through scandals, impeachments and criminal convictions, often without paying a lasting political price at the ballot box. Many Democrats now argue voters care more about whether a candidate speaks to their concerns than whether they meet traditional expectations for personal conduct.</p><p>“I think what the people of this country and the people of Maine are interested in is how we're going to have a government that represents all of us and addresses the many crises we face. Not the marriage problems of a campaign,” said Sen. Bernie Sanders, an early Platner supporter.</p><p>The voters decide</p><p>Progressives who have long argued that Democrats spend too much time policing candidates and not enough time channeling voter frustration see Platner’s victory as evidence that the party’s base is hungry for something different.</p><p>Maine voter Elizabeth Massey, a Platner supporter from Penobscot, said she took the allegations seriously and remains troubled by parts of Platner’s past. But she said his willingness to apologize and the issues facing the country ultimately mattered more to her vote.</p><p>“So do I care more about texts that he sent or the war in Iran and what that’s doing to gas prices?” Massey said. “Pretty clearly the latter.”</p><p>Massey said Platner’s appeal is that he speaks directly to voters’ concerns, not that he is without flaws.</p><p>“He owns them. He has apologized for them,” she said of the allegations.</p><p>Other supporters argue that Republicans are holding Platner to standards they have not applied to Trump.</p><p>“The Republicans don’t have much moral high ground to stand on when they’re criticizing him for what he’s done when Trump is a convicted felon,” said Annette Babcock, who is from Platner’s hometown of Sullivan.</p><p>The willingness to embrace candidates with baggage comes as many Democrats remain deeply dissatisfied with their party.</p><p>Only about two-thirds of Democrats had a “somewhat” or “very” favorable view of their party in an April AP-NORC poll, a decline from 85% in September 2024. In a separate AP-NORC poll in August 2025, many Democrats described their political party as “weak” or “ineffective.”</p><p>But while Platner may fire up the base, questions linger about whether that will translate to general election wins. Platner now faces Republican Sen. Susan Collins, one of the GOP’s most durable incumbents and a politician with a long history of attracting independents and crossover Democratic voters.</p><p>“The test is never going to be who wins the primary,” said Michigan Sen. Gary Peters, who led the Senate Democrats’ campaign arm in 2022 and 2024. “It's going to be who wins the general election.”</p><p>Not everyone is on board</p><p>Many Democrats have not given full throated support of Platner’s candidacy.</p><p>Among them is New York Sen. Kirsten Gillibrand, the chair of the Senate Democrats’ campaign arm, who has primarily focused on defeating Collins rather than embracing Platner. Gillibrand helped lead the push for Franken’s resignation, saying “enough is enough” and that she believed the women who accused him.</p><p>Other Democrats have been more openly skeptical. Pennsylvania Sen. John Fetterman and New Jersey Rep. Josh Gottheimer have spoken out against Platner, while some lawmakers have offered only qualified endorsements after his primary victory.</p><p>“Well, Maine supports him. So yes,” Sen. Peter Welch, D-Vt., responded when asked if he supports Platner.</p><p>Emily Cherniack, the executive director of New Politics, an organization that recruits military veterans and national service leaders to run for office, said she has been “stunned” by some Democrats’ willingness to downplay allegations of aggression and volatility against Platner.</p><p>“Democrats are saying, we think it’s actually more important to win the majority and protect democracy, regardless of what he did. That to me is what the message is,” Cherniack said.</p><p>“Just be honest and explicit about that choice.”</p><p>___</p><p>Associated Press reporter Patrick Whittle in Maine contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/5LHLGG5LOLSN36DYQYGZMXBWME.jpg?auth=b9a252dca524d45797ef146fe491d2543fa535fe2bedcf40f4a165d2956ae54e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Graham Platner, Democratic candidate for U.S. Senate, and Sen. Bernie Sanders, left, join hands at an event in Orono, Maine, Sunday, May 24, 2026. (AP Photo/Robert F. Bukaty)]]></media:description><media:credit role="author" scheme="urn:ebu">Robert F. Bukaty</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/PGJRIRJC76VDQ6SSH5TAHYBGQ4.jpg?auth=b6dc46683f64fd39a8a3f72c7f8d2c7d47db3360e9299bd9502650ed64162db6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Democratic U.S. Senate candidate Graham Platner stands on stage during a primary election night watch party after winning the Democratic nomination Tuesday, June 9, 2026, in Blue Hill, Maine. (AP Photo/Robert F. Bukaty)]]></media:description><media:credit role="author" scheme="urn:ebu">Robert F. Bukaty</media:credit></media:content></item><item><title><![CDATA[June 12: Higher chance of storms this weekend ahead of dangerous heat next week]]></title><link>https://www.local10.com/weather/2026/06/12/june-12-higher-chance-of-storms-this-weekend-ahead-of-dangerous-heat-next-week/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/06/12/june-12-higher-chance-of-storms-this-weekend-ahead-of-dangerous-heat-next-week/</guid><dc:creator><![CDATA[Brandon Orr]]></dc:creator><description><![CDATA[We’ve had full sunshine and dry weather for much of Friday. ]]></description><pubDate>Fri, 12 Jun 2026 20:31:07 +0000</pubDate><content:encoded><![CDATA[<p>We’ve had full sunshine and dry weather for much of Friday. </p><p>Into Friday night, expect a few showers to develop in spots. Many will stay dry. Higher rain chances arrive for the weekend. It will be a typical rainy season pattern with a dry start to Saturday and Sunday, but showers and thunderstorms will develop in the afternoon. They will favor inland areas compared to the coast. Temperatures will be in the low 90s, just slightly higher than average.</p><p>Next week will have the hottest combination of heat and humidity so far this year and our first heat advisories are possible. The heat index could exceed 105° at times through much of the week.</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[Bystander wounded in shooting near White House still undergoing treatment, has retained a lawyer]]></title><link>https://www.local10.com/news/politics/2026/06/12/bystander-wounded-in-shooting-near-white-house-still-undergoing-treatment-has-retained-a-lawyer/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/12/bystander-wounded-in-shooting-near-white-house-still-undergoing-treatment-has-retained-a-lawyer/</guid><dc:creator><![CDATA[By GARY FIELDS, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — A bystander wounded during an exchange of gunfire near the White House last month is an active-duty soldier and is still being treated for his wounds, according to the law firm he has retained.]]></description><pubDate>Sat, 13 Jun 2026 01:01:19 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — A bystander wounded during an exchange of gunfire near the White House last month is an active-duty soldier and is still being treated for his wounds, according to the law firm he has retained.</p><p>The wounded man, identified as Benjamin Del Real, underwent surgery and is recovering from his injuries, his lawyer, Joseph Murphy, said in a press release.</p><p>Pam Menaker, communications partner at Clifford Law Offices, said Del Real is 25 and has been in the Army for three years. His rank is private first class. Menaker said via email that Del Real has been receiving therapy at an undisclosed location.</p><p>Maj. George Wasickanin, spokesperson for the U.S. Army John F. Kennedy Special Warfare Center and School at Fort Bragg in North Carolina, said Del Real is stationed there and was undergoing training to become an enlisted member of the special forces at the time of the incident. “Our focus is on the continued support for Pfc. Del Real and taking care of his family,” he said.</p><p>Del Real was near the White House May 23 when he was seriously wounded during an exchange of gunfire when a man approached Secret Service officers at a security checkpoint near the White House and began shooting. The gunman, identified as Nasire Best, 21, was killed.</p><p>According to District of Columbia court records, Best was arrested in July 2025 after he attempted to enter a different White House checkpoint without authorization, didn’t heed officers’ commands to stop, “claimed he was Jesus Christ” and said he wanted to be arrested.</p><p>Washington television station NBC4 quoted several sources in reporting that Del Real was wounded by Secret Service officers. The Metropolitan Police Department and the Secret Service both declined commenting on that report.</p><p>At a briefing on public safety in Washington, D.C., this summer, interim Police Chief Jeffery Carroll said the ballistics were not back to determine who had shot the bystander. He said Del Real was visiting the city as a tourist at the time of the shooting.</p><p>Metropolitan Police Internal Affairs is investigating the shooting and will turn its findings over to the U.S. Attorney’s Office.</p><p>Murphy, a former Army officer, said in the press release that the law firm was investigating the circumstances as well “and gathering all available facts. We will continue to work with the appropriate authorities to determine exactly what occurred and to ensure a full and accurate understanding of the events that led to our client’s severe injuries.”</p><p>_____</p><p>AP reporter Konstantin Toropin contributed to this story.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/EUO3DIPGCPEUCLOASG6NY3NDZE.jpg?auth=69373e05e9bab4524b89378729c80098036f57a06acdcf0c2325475bfcaa9eee&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[U.S. Secret Service Police are seen on a crime scene after responding to reports of shots fired near the White House, Saturday, May 23, 2026, in Washington. (AP Photo/Jose Luis Magana)]]></media:description><media:credit role="author" scheme="urn:ebu">Jose Luis Magana</media:credit></media:content></item><item><title><![CDATA[Broncos' Jonathon Cooper arrested for second time in a week, issued stricter no-contact order]]></title><link>https://www.local10.com/sports/2026/06/12/broncos-jonathon-cooper-arrested-for-second-time-in-a-week-issued-stricter-no-contact-order/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/12/broncos-jonathon-cooper-arrested-for-second-time-in-a-week-issued-stricter-no-contact-order/</guid><dc:creator><![CDATA[By ARNIE STAPLETON, Associated Press]]></dc:creator><description><![CDATA[ENGLEWOOD, Colo. (AP) — Denver Broncos pass rusher Jonathon Cooper is in more legal trouble following his second arrest in a week.]]></description><pubDate>Fri, 12 Jun 2026 19:53:36 +0000</pubDate><content:encoded><![CDATA[<p>ENGLEWOOD, Colo. (AP) — Denver Broncos pass rusher Jonathon Cooper is in more legal trouble following his second arrest in a week.</p><p>Cooper was arrested Thursday night on multiple charges that he violated a protection order filed against him after his initial arrest stemming from a domestic dispute with his girlfriend last week.</p><p>Cooper is now facing new charges of harassment from repeated phone calls and violation of a protection order, according to court records.</p><p>The protection order was put in place for Cooper's girlfriend after two additional charges, including a felony charge of second-degree assault by strangulation, were added Wednesday from his June 4 arrest in Parker.</p><p>Aside from his legal troubles, Cooper could face a lengthy suspension from the league.</p><p>NFL spokesman Brian McCarthy told The Associated Press on Friday, “We continue to monitor all developments in the matter which remains under review of the personal conduct policy.”</p><p>The Broncos also issued a statement to AP, saying, “We are disappointed to learn of Jonathon Cooper's arrest on Thursday and continue to review this matter.”</p><p>Cooper is accused of sending 20 messages and making two unanswered phone calls to his girlfriend Thursday before going to her apartment and knocking on her door, according to the arrest affidavit. He left when she called 911. Cooper told officers who went to his residence later Thursday that he had not been served with a protection order.</p><p>Cooper was ordered during an appearance in the 23rd Judicial District Court in Douglas County on Friday to abide by a stricter protection order that prohibits any contact with his girlfriend. Also, he must have court approval to travel out of state. He was released on a personal recognizance bond.</p><p>Cooper originally faced misdemeanor domestic violence charges and pleaded not guilty Monday in a Douglas County courtroom. Additional charges were announced in court Wednesday, including felony assault by strangulation and third-degree assault of knowingly or recklessly causing bodily injury.</p><p>The new charges stemmed from a forensic nurse's examination of Cooper's girlfriend at a hospital during which the nurse wrote that the woman experienced an injury from being choked that led to a “substantial risk of death” or substantial risk of injury, including the possibility of a traumatic brain injury, according to court records.</p><p>Cooper, 28, was originally arrested June 4 by Parker police along with his girlfriend, and both were booked into jail early that next morning. Cooper was held on suspicion of criminal mischief with a domestic violence enhancer. His girlfriend was arrested on suspicion of misdemeanor domestic violence and petty criminal mischief.</p><p>The arrests followed an argument and physical confrontation between Cooper and his girlfriend over cell phones that were damaged in the scuffle after she accused him of infidelity, according to a police affidavit.</p><p>Last weekend, Cooper posted a Bible verse about anger on his Instagram account and wrote, “I apologize to my family and my friends and my community. ... And so many others.” He added, “I realize positing a bible (verse) after something very serious happens does not just mean everything is okay.” In another post, Cooper wrote, “I apologize. This situation is not who I am.”</p><p>A seventh-round draft pick out of Ohio State in 2021, Cooper is entering his sixth season with the Broncos. He’s had at least eight sacks in each of the last three seasons, including a career-best 10 1/2 sacks in 2024 when he signed a four-year contract extension worth up to $60 million.</p><p>Cooper has a motions hearings set for July 6 on his original arrest and July 14 on his latest arrest, in addition to a trial set to begin July 22, just before the Broncos report to training camp.</p><p>Cooper has been participating in the Broncos' offseason training program and on Thursday coach Sean Payton said he had a talk with Cooper about his arrest. "We’ll follow the league’s guidelines, and I’m sure a lot of that will be led by the local authorities’ guidelines. We’ll pay attention to all of it,” Payton said.</p><p>The Broncos hold their mandatory minicamp next week before their summer break.</p><p>___</p><p>AP NFL: https://apnews.com/hub/nfl</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/AAP5E3V6OIIQ77G7FGF44LCDBA.jpg?auth=0047417bab53a0391e3fa768ccb1209294cb12809449ced79ab344c9fa62cb3d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Denver Broncos' Jonathon Cooper speaks to the media at NFL football practice at Tottenham Hotspur training ground in London, Wednesday, Oct. 8, 2025. (AP Photo/Kirsty Wigglesworth, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Kirsty Wigglesworth</media:credit></media:content></item><item><title><![CDATA[NFL says no discipline for Stefon Diggs under its personal conduct policy]]></title><link>https://www.local10.com/sports/2026/06/12/nfl-says-no-discipline-for-stefon-diggs-under-its-personal-conduct-policy/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/12/nfl-says-no-discipline-for-stefon-diggs-under-its-personal-conduct-policy/</guid><dc:creator><![CDATA[By KYLE HIGHTOWER, Associated Press]]></dc:creator><description><![CDATA[Stefon Diggs won't be facing any discipline from the NFL after a league review determined that there wasn't enough evidence to punish him under its personal conduct policy.]]></description><pubDate>Fri, 12 Jun 2026 19:50:32 +0000</pubDate><content:encoded><![CDATA[<p>Stefon Diggs won't be facing any discipline from the NFL after a league review determined that there wasn't enough evidence to punish him under its personal conduct policy.</p><p>“The league notified Stefon Diggs today that it concluded its investigation and there is insufficient evidence to support a finding of a personal conduct policy violation,” NFL spokesman Brian McCarthy said in statement to The Associated Press.</p><p>ESPN was first to report the league's finding.</p><p>Diggs was found not guilty last month of assaulting his personal chef. The charges stemmed from a Dec. 2 incident at his house in Massachusetts where Jamila Adams, a former live-in personal chef, testified that Diggs slapped and choked her during an argument. He had pleaded not guilty to a felony strangulation charge and a misdemeanor assault and battery charge. The jury deliberated for less than two hours before clearing Diggs of all charges.</p><p>Diggs spent last season with the New England Patriots, helping them reach the Super Bowl, where they lost to Seattle. He was released in March and remains unsigned.</p><p>Several NFL players, including Ben Roethlisberger, Jameis Winston and Ezekiel Elliott, have been suspended for violating the personal conduct policy despite not being arrested or charged with a crime.</p><p>Diggs led New England with 85 receptions and 1,013 yards receiving with four touchdowns in his only season with the team. He was the go-to option for Drake Maye, who finished runner-up to Matthew Stafford for the AP NFL MVP award.</p><p>Diggs, who turns 33 on Nov. 29, has played for three teams in the past three seasons. He began his career in Minnesota in 2015 and went from fifth-round pick to No. 1 receiver in five seasons with the Vikings.</p><p>He was traded to Buffalo for a first-round pick in 2020 and had an All-Pro season that year. Diggs spent four seasons with the Bills. He played for the Texans in 2024.</p><p>___</p><p>AP NFL: https://apnews.com/hub/nfl</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/V2A7BZ7SHDVKLCPO3BPV7DQ55Y.jpg?auth=1d231359fd63ee1256906fddcb93d77f1c33cbc5a7bd6d6388eae7d616dcc7c4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Former New England Patriots wide receiver Stefon Diggs arrives at Norfolk County District Court, May 4, 2026, in Dedham, Mass. (AP Photo/Charles Krupa, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Charles Krupa</media:credit></media:content></item><item><title><![CDATA[Acusan a hombre de North Miami de apuñalar a víctima siete veces]]></title><link>https://www.local10.com/espanol/2026/06/12/acusan-a-hombre-de-north-miami-de-apunalar-a-victima-siete-veces/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/12/acusan-a-hombre-de-north-miami-de-apunalar-a-victima-siete-veces/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Un hombre de North Miami se enfrenta a un cargo de intento de asesinato después de que la policía afirmara que apuñaló a otro hombre varias veces dentro de una residencia, dejando a la víctima con heridas que ponen en peligro su vida.]]></description><pubDate>Fri, 12 Jun 2026 19:07:16 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre de North Miami enfrenta un cargo de intento de asesinato después de que la policía dijera que <a href="https://www.local10.com/espanol/2026/06/11/hospitalizan-a-hombre-tras-ser-apunalado-en-north-miami/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/11/hospitalizan-a-hombre-tras-ser-apunalado-en-north-miami/">apuñaló a otro hombre múltiples veces en su vivienda</a>, dejando a la víctima con heridas que ponen en peligro su vida.</p><p>El sospechoso arrestado en el caso fue identificado por la policía de North Miami el viernes como James Mackenzie, de 53 años.</p><p>Según un informe de arresto obtenido por Local 10, los agentes respondieron alrededor de las 10:45 a.m. del jueves a la cuadra 500 de Northeast 132nd Terrace tras recibir un reporte de un apuñalamiento.</p><p>La policía dijo que encontró a Mackenzie con sangre en las manos en el patio trasero, cerca de una vivienda tipo eficiencia ubicada detrás de su casa.</p><p>Los investigadores realizaron una inspección de seguridad de la vivienda y encontraron a la víctima, quien, según dijeron, estaba “sufriendo múltiples heridas de arma blanca en el pecho”.</p><p>El informe indica que la víctima estaba sentada en un andador utilizado como silla de ruedas y tenía dificultades para respirar y hablar después de ser apuñalada.</p><p>La policía informó que paramédicos de Miami-Dade Fire Rescue trasladaron a la víctima al Hospital HCA Florida Aventura para recibir tratamiento.</p><p>Posteriormente, personal del hospital informó a los investigadores que la víctima había sido apuñalada aproximadamente siete veces, y que al menos una de las heridas perforó su corazón, según el informe. La policía dijo que la víctima, cuya identidad aún no ha sido revelada, permanecía en estado crítico hasta la tarde del viernes.</p><p>Los investigadores dijeron que dentro de la vivienda encontraron grandes cantidades de sangre en un dormitorio donde fue localizada la víctima.</p><p>También confirmaron que dentro de la casa de Mackenzie hallaron una pequeña navaja plegable de bolsillo con lo que parecía ser sangre.</p><p>El informe señala que otros residentes escucharon una discusión entre Mackenzie y la víctima, pero no presenciaron el apuñalamiento.</p><p>Una cámara de vigilancia dentro de la vivienda captó el audio de la víctima diciendo: “Estoy sangrando por todas partes, por favor. Necesito ir al hospital”, según el informe.</p><p>La policía dijo que Mackenzie realizó varias declaraciones que fueron censuradas en la versión pública del informe antes de invocar su derecho a un abogado tras ser informado de sus derechos Miranda.</p><p>Los registros de la cárcel muestran que enfrenta un cargo de intento de asesinato en segundo grado.</p><p>Hasta la tarde del viernes, permanecía detenido en el Centro Correccional Turner Guilford Knight, donde su fianza figuraba como “pendiente de establecer”.</p><p>Por el momento, el motivo del apuñalamiento sigue sin estar claro.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/Q6W7ULFAY5GH5GM7KGNCSZOLKU.jpg?auth=c2b815acbf858c0a209683d96a9a55c3e47a0ce1e2fadb42a8ac9ae245c07b93&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Visa denial sidelines Thomas Partey for Ghana’s World Cup opener against Panama in Toronto]]></title><link>https://www.local10.com/sports/2026/06/12/visa-denial-sidelines-thomas-partey-for-ghanas-world-cup-opener-against-panama-in-toronto/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/06/12/visa-denial-sidelines-thomas-partey-for-ghanas-world-cup-opener-against-panama-in-toronto/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[TORONTO (AP) — Ghana midfielder Thomas Partey will not play in his team's World Cup opener Wednesday after Canada denied his visa application while he awaits trial in London on multiple charges of rape.]]></description><pubDate>Fri, 12 Jun 2026 19:42:02 +0000</pubDate><content:encoded><![CDATA[<p>TORONTO (AP) — Ghana midfielder Thomas Partey will not play in his team's World Cup opener Wednesday after Canada denied his visa application while he awaits trial in London on multiple charges of rape.</p><p>FIFA said Friday in a statement that the 32-year-old Partey won’t be able to travel from his team's base camp in Smithfield, Rhode Island, for Ghana's opening match with Panama in Toronto.</p><p>“His visa application has been refused by the Canadian government,” the governing body of world soccer said. “FIFA is not involved in the immigration processes of host countries, including the adjudication of visas. As with previous FIFA events, the host government ultimately determines who receives a visa and is admitted into the country.”</p><p>The Ghana soccer association did not immediately respond to an email seeking comment.</p><p>Immigration, Refugees and Citizenship Canada said in a statement that every person wanting to come to Canada is assessed individually “based on the facts available and the law that applies.”</p><p>"Canada is proud to be a host country for the 2026 FIFA World Cup and is working to facilitate a successful event while maintaining the safety and security of Canadians," the IRCC said in the statement. “Canada has been consistent that hosting major events does not change Canada’s immigration laws.”</p><p>Partey was traveling back to Ghana's base camp in Rhode Island after his visa denial. He will be able to play June 23 when Ghana plays England in Foxborough, Massachusetts. Ghana concludes group play June 27 against Croatia in Philadelphia.</p><p>Partey is scheduled to stand trial in November or later on allegations dating to his time with English club Arsenal from 2020-25. Partey, who now plays in Spain for Villarreal, has pleaded not guilty.</p><p>A second World Cup player, Morocco defender Achraf Hakimi, is awaiting trial on similar charges in Paris.</p><p>Ghana is making its fifth appearance in the last six World Cups.</p><p>___</p><p>AP World Cup: https://apnews.com/hub/fifa-world-cup</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/JRJDQXL53LIOSQDB2MOKYYF5KY.jpg?auth=eda1a66487c019a1cb7730a0c73f2ccaf2926c66eac1d98b5abeee8077cdef6f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE -Thomas Partey of Ghana and Nico Schlotterbeck of Germany challenge for the ball during an international friendly soccer match between Germany and Ghana in Stuttgart, Germany, March 30, 2026. (AP Photo/Matthias Schrader, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Matthias Schrader</media:credit></media:content></item><item><title><![CDATA[Judge awards Blake Lively legal fees but no more damages in dispute over 'It Ends With Us' film]]></title><link>https://www.local10.com/entertainment/2026/06/12/judge-awards-blake-lively-legal-fees-but-no-more-damages-in-dispute-over-it-ends-with-us-film/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/06/12/judge-awards-blake-lively-legal-fees-but-no-more-damages-in-dispute-over-it-ends-with-us-film/</guid><dc:creator><![CDATA[By LARRY NEUMEISTER, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Blake Lively can recover some legal costs from fellow actor and director Justin Baldoni but not punitive damages and other relief she sought after settling her legal claims over their 2024 film “It Ends With Us,” a judge ruled Friday.]]></description><pubDate>Fri, 12 Jun 2026 19:57:05 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Blake Lively can recover some legal costs from fellow actor and director Justin Baldoni but not punitive damages and other relief she sought after settling her legal claims over their 2024 film “It Ends With Us,” a judge ruled Friday.</p><p>Judge Lewis J. Liman said in a written decision that Lively can recover legal fees and costs related to her defense against a countersuit Baldoni brought against her after she sued him in December 2024.</p><p>In his written ruling Friday, Liman cited a California law designed to protect survivors of sexual harassment and discrimination from retaliatory lawsuits meant to intimidate and silence victims.</p><p>The judge said the law requires that the plaintiff must pay the defendant’s legal fees and costs if a defamation claim made in response to a lawsuit is dismissed, even if the facts of the case have not been developed through the gathering of evidence.</p><p>Liman said an exception would be if Baldoni and his production company, Wayfarer Studios LLC, could prove malice fueled Lively's claims, but that Baldoni and Wayfarer had produced no evidence to show that.</p><p>The judge rejected her claims to triple any damages and pursue punitive damages as well under the California law, saying that they did not fall within “carefully crafted federal procedural rules designed to protect the rights of the parties.”</p><p>Lively and Baldoni settled the bulk of their dispute last month just as a trial was about to start on Lively’s retaliation claims. She received no money from the deal but was permitted to pursue legal fees.</p><p>In their statements, both sides cast Liman's ruling as a victory.</p><p>Lively lawyers Michael Gottlieb and Esra Hudson said the award of legal fees “makes it clear that Ms. Lively brought her claims in good faith, that there was no evidence she acted with malice, and that she is the prevailing defendant.”</p><p>Bryan Freedman, Baldoni's lawyer, said Lively failed to get her demands for $300 million in fees and damages, with 10 or her 13 claims tossed out by the judge before the settlement was reached, and then “pivoted to exploit a California law” to get damages.</p><p>“Once again, she failed,” he said, noting that she was entitled now to limited attorney fees for a single claim in a portion of the litigation that existed for only a few months.</p><p>The lawyer said his clients were “threatened by one of the most famous movie stars, who tried to rip away their life’s work and pristine reputations.”</p><p>“Throughout this process, innocent people had their reputations unfairly tarnished. There was no sexual harassment. There was no retaliation. There was no smear campaign. The court recognized it, the record reflects it, and we have maintained it from the very beginning,” Freedman said.</p><p>Lively accused Baldoni of sexual harassment and retaliation, along with his production company, in late 2024. She said the actor engineered an effort to damage her public reputation and credibility.</p><p>Baldoni, who directed the dark romantic drama and starred in it with Lively, denied harassing her or orchestrating a smear campaign. He claimed the complaints about his behavior were made up by Lively as part of an effort to seize creative control of the movie. He countersued, accusing Lively and her husband, “Deadpool” actor Ryan Reynolds, of defamation and extortion.</p><p>Liman threw out Baldoni's countersuit last year and then dismissed Lively's sexual harassment claims weeks ago, saying she could not bring them because she was an independent contractor rather than an employee on the movie set.</p><p>“It Ends With Us,” an adaptation of Colleen Hoover’s bestselling 2016 novel about a relationship devolving into domestic violence, was released in August 2024 and exceeded box office expectations.</p><p>Lively appeared in the 2005 film “The Sisterhood of the Traveling Pants” and the TV series “Gossip Girl” from 2007 to 2012 before starring in films including “The Town” and “The Shallows.”</p><p>Baldoni starred in the TV comedy “Jane the Virgin,” directed the 2019 film “Five Feet Apart” and wrote “Man Enough,” a book challenging traditional notions of masculinity.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/RKURQKF5KRNHBW6ZIY2NPNSDKQ.jpg?auth=5486e5665cb8647677ade1fdb64ae17b88b7e246898246817424d88e3a70c00a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This combination of images shows Blake Lively at the London screening of the film "It 'Ends With Us" on Aug. 8, 2024, left, and Justin Baldoni at the world premiere of the film in New York on Aug. 6, 2024. (AP Photo, File)]]></media:description></media:content></item><item><title><![CDATA[As officials again say Iran war could soon end, some Trump objectives are unfulfilled]]></title><link>https://www.local10.com/news/world/2026/06/12/as-trump-again-says-iran-war-could-soon-end-some-trump-objectives-are-unfulfilled/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/06/12/as-trump-again-says-iran-war-could-soon-end-some-trump-objectives-are-unfulfilled/</guid><dc:creator><![CDATA[By MICHELLE L. PRICE, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — President Donald Trump said the U.S. is close to signing a deal with Iran to wind down the war, with a memorandum of understanding to be signed in the coming days.]]></description><pubDate>Fri, 12 Jun 2026 19:51:15 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — President Donald Trump said the U.S. is close to signing a deal with Iran to wind down the war, with a memorandum of understanding to be signed in the coming days.</p><p>But some of the key objectives Trump laid out for the conflict seem to remain unfulfilled. And while the Trump administration has said its objectives are clear and unchanging, the list has expanded and shifted as the president and his administration have spoken about the war since it started Feb. 28. All the while, the conflict has battered the global economy, tested alliances and raised unanswered questions about the planning for the conflict, its justification and its aftermath.</p><p>By most accounts, the strikes by the U.S. and Israel have significantly degraded Iran's military capabilities and killed scores of senior leaders. But those tactical successes don’t necessarily translate into achieving all the president’s strategic aims, even as the administration said Friday that it was meeting the goals it had laid out.</p><p>Here’s a look at the objectives laid out by Trump at various points since the outset of the war and what we know about where they stand:</p><p>1. Destroy Iran's ability to fire missiles</p><p>One of the prime objectives laid out by the administration was to “destroy their missiles and raze their missile industry to the ground."</p><p>Trump said in late March that Iran's missiles “are mostly decimated" and that 90% of their missiles and launchers were knocked out.</p><p>By mid-May, that shifted to a more conservative estimate, with the president saying that 82% of Iran's missiles were gone.</p><p>Adm. Brad Cooper, the top U.S. military commander in the Middle East, told lawmakers in mid-May that Iran maintains a “very moderate if not small capability to continue strikes” in the region.</p><p>Iran proved as recently as this week that it still had the ability to launch missiles when it attacked three Gulf allies of the U.S.</p><p>2. Destroy Iran's defense industrial base</p><p>Early in the war, the president and his administration sometimes listed this as a standalone objective. Other times, it has fallen off their list.</p><p>U.S. Central Command has said its targets for strikes in Iran have included weapons production and missile and drone manufacturing facilities.</p><p>Secretary of State Marco Rubio told lawmakers in early June that Iran has had “massive destruction” of its defense industrial base and “80 to 90% of attrition. It will take years for them to rebuild it.”</p><p>Trump told NBC’s “Meet the Press” in an interview that aired Sunday: “Most of the drone factories have been knocked out, most of the launching pads have been knocked out and most of the missile manufacturing areas have been knocked out. But they still have capacity.”</p><p>3. Eliminate Iran's navy and air force</p><p>The U.S. and Israel quickly established air superiority in the skies above Iran, where they flew largely unchallenged.</p><p>Rubio told lawmakers that Iran still has drone capabilities, but it lacks the ability to use swarms of drones to attack targets, as it did at the start of the war.</p><p>He also said Iran does not have a navy but small crafts outfitted with machine guns that harass ships and sometimes drop mines in the water.</p><p>Iran has shown its ability to still launch attacks in the region, such as a deadly June 3 attack of drones and missiles at Kuwait that led to the brief closure of its main airport. The U.S. and Bahrain also said they intercepted missiles and drones fired at the Gulf kingdom by Iran.</p><p>And on Tuesday, Trump blamed Tehran for the downing of a U.S. Army helicopter near the Strait of Hormuz after it collided with an Iranian drone.</p><p>4. Obliterate Iran's nuclear program for good</p><p>Trump made a marked shift over the last year after declaring that the U.S. had “obliterated” Iran’s nuclear program in June, only for his aides to warn that Iran was just weeks away from a bomb to justify the current operations.</p><p>One of the most pressing questions is what will be done with about 970 pounds of enriched uranium that Tehran has that could potentially be used for a weapon. The material is believed to be buried under three nuclear sites bombed by the U.S. and Israel last year. Trump said in a May 29 social media post that it will be retrieved by the U.S. “in close coordination and conjunction with the Islamic Republic of Iran, plus the International Atomic Energy Agency, and DESTROYED.”</p><p>Iran has not said whether it would consent. Without permission from Iran, seizing it would be a dangerous mission, experts say, and would require a sizable deployment of U.S. troops into the country.</p><p>Trump told reporters on Thursday that there was an agreement “conceptually” on the uranium, but he did not offer details and Iran has not yet confirmed it.</p><p>A senior administration official, who spoke to reporters on condition of anonymity on Friday to provide an update on negotiations, said that Iran has agreed that the uranium will be destroyed and removed, but details of what that looks like have not yet been hammered out.</p><p>5. Protect America's Middle Eastern allies</p><p>Trump, in a March social media post, added a fifth objective for the U.S: “Protecting, at the highest level, our Middle Eastern Allies, including Israel, Saudi Arabia, Qatar, the United Arab Emirates, Bahrain, Kuwait, and others."</p><p>The U.S. maintains thousands of troops on bases and other installations in the region, but Trump has been unclear on how far he'd be willing to go to protect Middle East allies from threats.</p><p>As Trump said the U.S. was nearing a deal with Iran in recent weeks, he's said that any agreement should somehow bind many of the Gulf allies to join the Abraham Accords, agreements from Trump’s first term that seek to normalize relations with Israel. But that seems exceedingly unlikely as Israel's actions in the Gaza Strip have created a bigger distance from Gulf Arab states and the wider Muslim world.</p><p>As the U.S. and Iran traded back-and-forth strikes this week, Tehran’s targets included attacks on Bahrain, Kuwait and Jordan, prompting the U.S. to respond with a fresh round of strikes.</p><p>The Trump administration has begun exploring whether to let Gulf allies use Iran's frozen assets to pay for damages sustained in the war, but officials have not said whether they are moving forward with that plan.</p><p>The senior administration official said Friday that the memorandum of understanding would guarantee a long-term peace in the region, but did not offer details on what that would look like or how it would be achieved.</p><p>6. Reopen the Strait of Hormuz</p><p>Keeping shipping traffic flowing through the vital waterway was not one of the reasons for launching the war, but after Iran leveraged its ability to effectively shut traffic through the strait, it has become a key problem to tackle in the conflict.</p><p>The Strait of Hormuz is a chokepoint for 20% of the world’s oil and natural gas and its effective closure since the war has spiked global energy prices, along with the costs of other goods. Iran had allowed ships seen as friendly to pass through, while charging considerable fees.</p><p>Trump has said that a proposed deal with Iran would include the reopening of the strait and the U.S. ending its blockade of Tehran's ports.</p><p>7. Cut off</p><p>support for Iranian proxy groups</p><p>In March, Trump and his administration repeatedly included degrading Iran's proxy terror networks as a key goal of the operation.</p><p>As time has gone on, administration officials have offered fewer updates about this objective, which the president described as ensuring that “the region’s terrorist proxies can no longer destabilize the region or the world and attack our forces” and “ensuring that the Iranian regime cannot continue to arm, fund, and direct terrorist armies outside of their borders.”</p><p>The U.S., early on, struck Iranian-aligned militia groups in Iraq. But the biggest question has been Israel's deepening war in Lebanon against Hezbollah, which Iran backs. Iran has insisted that the fighting in Lebanon must be stopped as part of any deal with the U.S., but Israeli Prime Minister Benjamin Netanyahu appears intent on pursuing his goal of destroying the militant group.</p><p>Israel said Thursday that it was not a party to the agreement that the U.S. had reached with Iran.</p><p>The administration official said Friday that the U.S. was confident that broad regional peace terms in the memorandum of understanding would include both Hezbollah and Israel. If the Iranians hold up their end as it pertains to constraining Hezbollah, the Israelis would not feel a need to respond, the official said.</p><p>___</p><p>Associated Press writer Konstantin Toropin contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/O62GGIIFMQTGR5A2BWQVOUW7PQ.jpg?auth=324f2e01838ed2cdf791ea219829ea45f87a4b1d08b59c9a549ec9ad52c87b1b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump listens during an event to sign a proclamation about the fishing industry, in the Oval Office of the White House, Thursday, June 11, 2026, in Washington. (AP Photo/Jacquelyn Martin)]]></media:description><media:credit role="author" scheme="urn:ebu">Jacquelyn Martin</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/K7D36N4FAYRNKJ7SUVMXQOE4MY.jpg?auth=683092d0d2c78bb73b7f7a5f3213003a6f03a674685e1f7fd70b141b2fb6d90f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People paddle along the shoreline as cargo ships are anchored in the Strait of Hormuz off Bandar Abbas, Iran, Monday, June 1, 2026. (Amirhosein Khorgooi/ISNA via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Amirhosein Khorgooi</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/IA5VI3RFZZDEZC26WXRQCBNRTM.jpg?auth=26523e389cfcc6b4d9e34eaf4e5cd80e8231b9d96820007efefeb4e854523e11&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Pro-government Iranian demonstrators wave their country's flags and Lebanon's militant Hezbollah group flags in a gathering in Tehran, Iran, Sunday, June 7, 2026. (AP Photo/Vahid Salemi)]]></media:description><media:credit role="author" scheme="urn:ebu">Vahid Salemi</media:credit></media:content></item><item><title><![CDATA[Bomberos y policías de Davie capturan caimán tras responder a rotura de tubería principal de agua]]></title><link>https://www.local10.com/espanol/2026/06/12/bomberos-y-policias-de-davie-capturan-caiman-tras-responder-a-rotura-de-tuberia-principal-de-agua/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/12/bomberos-y-policias-de-davie-capturan-caiman-tras-responder-a-rotura-de-tuberia-principal-de-agua/</guid><dc:creator><![CDATA[Amanda Batchelor, Janine Stanwood]]></dc:creator><description><![CDATA[Los bomberos y la policía de Davie se enfrentaron a un caimán el viernes temprano por la mañana que la Comisión de Conversación sobre Pesca y Vida Silvestre de Florida ha estado tratando de capturar durante dos años debido a las preocupaciones de los residentes en el área, dijeron funcionarios de Davie Fire Rescue.]]></description><pubDate>Fri, 12 Jun 2026 14:43:15 +0000</pubDate><content:encoded><![CDATA[<p>Bomberos y policías de Davie capturaron a un caimán la madrugada del viernes que la Comisión de Conservación de Pesca y Vida Silvestre de Florida (FWC) había intentado atrapar durante dos años debido a preocupaciones constantes de los residentes del área, informaron funcionarios de Davie Fire Rescue.</p><p>Según Jessica Montes, portavoz de Davie Fire Rescue, los bomberos respondieron a la cuadra 3900 de Southwest 84th Terrace alrededor de las 5:18 a.m. tras recibir un reporte sobre una rotura de una tubería principal de agua.</p><p>“Al llegar, se informó a los bomberos que había un caimán en el agua”, dijo Montes en un correo electrónico enviado a Local 10 News.</p><p>Según Montes, el caimán intentó huir hacia un patio cercano, pero los bomberos y la policía de Davie trabajaron juntos para capturarlo antes de que pudiera escapar.</p><p>“La Policía de Davie utilizó un lazo de captura para asegurar al caimán, mientras que los bomberos ayudaron cubriéndole los ojos con una toalla y colaboraron para sujetarlo hasta que la Comisión de Conservación de Pesca y Vida Silvestre de Florida llegó al lugar”, dijo Montes.</p><p>Montes confirmó que el caimán fue entregado a la FWC y que no se reportaron lesiones ni entre los socorristas ni en el caimán.</p>]]></content:encoded></item><item><title><![CDATA[Díaz-Canel anuncia plan de reformas económicas para atraer inversiones]]></title><link>https://www.local10.com/espanol/2026/06/12/diaz-canel-anuncia-plan-de-reformas-economicas-para-atraer-inversiones/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/12/diaz-canel-anuncia-plan-de-reformas-economicas-para-atraer-inversiones/</guid><dc:creator><![CDATA[Por ANDREA RODRÍGUEZ, Associated Press]]></dc:creator><description><![CDATA[LA HABANA (AP) — El presidente cubano Miguel Díaz-Canel presentó un plan de reformas económicas para atraer inversiones, permitir más participación de cubanos emigrados en la economía y descentralizar la administración nacional.]]></description><pubDate>Fri, 12 Jun 2026 20:36:56 +0000</pubDate><content:encoded><![CDATA[<p>LA HABANA (AP) — El presidente cubano Miguel Díaz-Canel presentó un plan de reformas económicas para atraer inversiones, permitir más participación de cubanos emigrados en la economía y descentralizar la administración nacional.</p><p>"Son tiempos en que hay que cambiar y el país no puede seguir funcionando igual... Cada oportunidad en medio de una crisis hay que aprovecharla como un momento de despegue, como un momento de crecimiento. Entonces nosotros hemos establecido un grupo de prioridades para enfrentar toda esta situación”, dijo Díaz-Canel según una nota de la presidencia replicada por plataformas gubernamentales.</p><p>Estados Unidos impuso en enero un cerco petrolero a Cuba para presionar un cambio de modelo político que agravó la crisis que la isla padece desde hace un lustro, caracterizada por largos apagones y desabastecimiento de bienes básicos.</p><p>Esto impactó dramáticamente en la vida cotidiana de población y obligó a recortar las jornadas laborales y limitar el transporte.</p><p>El mandatario dijo que se evalúa “un grupo de medidas orientadas al comercio exterior, a las exportaciones, a las cadenas de valor y logística”.</p><p>Sin dar detalles de los plazos de su implementación, Díaz-Canel indicó que se eliminará la intermediación estatal –hasta ahora obligatoria— en la importación y exportación, al tiempo que se darían beneficios arancelarios a quienes traigan al país materias primas para procesos productivos.</p><p>Además, se aprobarán más pequeñas y medianas empresas –que hasta esta década no tenían autorización— con amplios objetos sociales al tiempo que se quitarán limitaciones en las actividades permitidas para los particulares, aunque no especificó cuáles.</p><p>También se reorganizará la administración estatal, recordó el mandatario. Una ley impulsada en el Parlamento busca reducir de 27 a 21 los ministerios. También los municipios tendrán autonomía para trazar y ejecutar planes económicos —importar, exportar y autorizar negocios— y las empresas estatales van a diseñar su propio sistema de salarios.</p><p>La semana pasada durante una entrevista difundida por la televisión estatal Díaz-Canel había advertido sobre la posibilidad de entregar a cubanos la gestión de hoteles luego de que Estados Unidos amenazara con bloquear en su sistema financiero a las cadenas turísticas internacionales que operen con el conglomerado cubano militar GAESA.</p><p>Las firmas españolas Meliá e Iberostar y otras abandonaron decenas de contratos con hoteles a comienzos de este mes debido a esa medida estadounidense.</p><p>Las reformas forman parte de un programa económico que se presentará al Parlamento, dijo el mandatario.</p><p>“Las cuentas no cuadran y el gobierno quiere hacer ver que no es un problema de matemáticas sino de voluntad", aseguró el economista cubano residente en España, Pedro Montreal, en su cuenta de X.</p><p>"Que al gobierno no se le ocurra otra cosa que lo de quitar trabas y la contradicción centralización- descentralización o lo del municipio y la empresa estatal como piezas claves del engranaje-país, dice mucho de la fatiga intelectual del equipo económico del gobierno", agregó el experto.</p><p>Durante décadas, Cuba se caracterizó por un sistema centralizado y vertical con fuerte control estatal. La apertura comenzó paulatinamente en la década pasada con los permisos para que los ciudadanos pudieran trabajar de manera independiente del Estado y recién en esta se permitieron las primera empresas —pequeñas y medianas— privadas.</p><p>Trump y su secretario de Estado, Marco Rubio, han acusado al gobierno de la isla de ser ineficiente y exigieron cambios económicos y políticos, incluso no descartaron “tomar” a la isla y avanzar en una intervención militar.</p><p>Pese a la tensión bilateral ambos gobiernos reconocieron que sostienen un diálogo, cuyo alcance se desconoce.</p><p>————-</p><p>Siga a Andrea Rodríguez en X: https://x.com/ARodriguezAP</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/MHIOODK4SNTMROQDPTHB5ST6AU.jpg?auth=4e1de6561693ae7baf90a2e411703136d52b6d822244210a3bc743857fba929e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Pescadores con balsas improvisadas pasan frente al hotel Paseo del Prado, de la cadena canadiense Blue Diamond, en La Habana, el martes 2 de junio de 2026. (AP Foto/Ramón Espinosa)]]></media:description><media:credit role="author" scheme="urn:ebu">Ramon Espinosa</media:credit></media:content></item><item><title><![CDATA[Maine counts ranked choice ballots to determine nominees for governor and a US House race]]></title><link>https://www.local10.com/news/politics/2026/06/12/maine-counts-ranked-choice-ballots-to-determine-nominees-for-governor-and-a-us-house-race/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/06/12/maine-counts-ranked-choice-ballots-to-determine-nominees-for-governor-and-a-us-house-race/</guid><dc:creator><![CDATA[By PATRICK WHITTLE, Associated Press]]></dc:creator><description><![CDATA[PORTLAND, Maine (AP) — Maine began counting ranked choice ballots on Friday to determine nominees for its open governor's office and a pivotal race for the U.S. House of Representatives.]]></description><pubDate>Fri, 12 Jun 2026 17:41:17 +0000</pubDate><content:encoded><![CDATA[<p>PORTLAND, Maine (AP) — Maine began counting ranked choice ballots on Friday to determine nominees for its open governor's office and a pivotal race for the U.S. House of Representatives.</p><p>Results are expected sometime next week, the secretary of state’s office said.</p><p>Maine and Alaska use ranked choice voting for some statewide elections. Voters in ranked choice elections are allowed to rank the candidates on their ballot in order of preference.</p><p>Under that scenario, if no candidate breaks 50% of the popular vote, the bottom finisher is eliminated, and voters’ second choices come into play. The tabulations continue until a candidate achieves a majority of the total votes.</p><p>No candidates exceeded 50% in Tuesday’s Republican and Democratic primaries for governor or the Democratic primary for the 2nd Congressional District. The Maine Secretary of State Department said Friday that the counting the ballots would begin that afternoon and would be open to the public and available on the secretary of state’s YouTube page.</p><p>A busy governor's race</p><p>Democratic Gov. Janet Mills, who has served since 2018, is termed out of office, and that created a wide-open field for both parties. Democrats had five candidates actively campaigning in the June 9 primary and the Republicans had seven. The Democratic race was especially close, with the top four candidates within a few percentage points of each other.</p><p>Democrats chose between Maine Secretary of State Shenna Bellows; former Maine Senate President Troy Jackson; former state House Speaker Hannah Pingree; energy executive Angus King III; and former director of the Maine Center for Disease Control and Prevention Nirav Shah.</p><p>Bellows, whose office is running the ranked counting, “has stepped aside from this part of the process and has delegated to her staff,” said Jana Spaulding, the deputy secretary of the office.</p><p>Republicans chose between former U.S. Assistant Secretary of State Bobby Charles; healthcare executive Jonathan Bush; former Senate Majority Leader Garrett Mason; former Paris, Maine, selectman Robert Wessels; and businessmen Owen McCarthy, David Jones and Ben Midgley.</p><p>Mills ran in the primary for U.S. Senate in Maine this year, but suspended her campaign in April. That primary was won by oyster farmer Graham Platne r, who will run against longtime Republican Sen. Susan Collins.</p><p>Key House race</p><p>In the 2nd Congressional District, former Secretary of State Matt Dunlap, state Sen. Joe Baldacci, former U.S. Senate candidate Jordan Wood and social worker Paige Loud were on the ballot for the Democrats.</p><p>The winner faces Republican former Gov. Paul LePage, an ally of President Donald Trump who was unopposed in the Republican primary. LePage served as governor from 2010 to 2018, during which time he fashioned himself as a vocal critic of liberalism and a staunch defender of Trump.</p><p>The 2nd District seat has no incumbent in the November election because Democratic Rep. Jared Golden, who has held the seat since 2018, is stepping down.</p><p>The district has consistently voted for Trump but also elected Golden four times.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/4WHFHXILJDV6ZHH6WD4WW2RVCU.jpg?auth=71c04b63108f8af0c9b1f6f4532b9a8487b81785f9182a49fe19d6db649bd36a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A Mainer reacts after his papers successfully dropped into to a ballot box while voting in the Maine Primary, Tuesday, June 9, 2026, in Augusta, Maine. (AP Photo/Robert F. Bukaty)]]></media:description><media:credit role="author" scheme="urn:ebu">Robert F. Bukaty</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/MFSUMH6A7DWJUXLXEMRRNYGCBM.jpg?auth=80f906b1f40250c7acfa2a7aa70cbb89b420189f4dc9e08b3301ee1d32d41a01&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Mary Saunders gets help from election officials after picking up her ballots to vote in the Maine Primary, Tuesday, June 9, 2026, in Augusta, Maine. (AP Photo/Robert F. Bukaty)]]></media:description><media:credit role="author" scheme="urn:ebu">Robert F. Bukaty</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NSO4TSIPEAWUTDLQGDUR2U2E6M.jpg?auth=6fd675c63ca2ed1328b61816dbd974dd90bba05702cf829092054c1cfa71ff1e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Art Fairbrother casts one of his ballots while voting in the Maine Primary, Tuesday, June 9, 2026, in Belfast, Maine. (AP Photo/Robert F. Bukaty)]]></media:description><media:credit role="author" scheme="urn:ebu">Robert F. Bukaty</media:credit></media:content></item><item><title><![CDATA[Judge rules Trump can stage UFC fights on the White House's South Lawn this weekend]]></title><link>https://www.local10.com/entertainment/2026/06/12/judge-rules-trump-can-stage-ufc-fights-on-the-white-houses-south-lawn-this-weekend/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/06/12/judge-rules-trump-can-stage-ufc-fights-on-the-white-houses-south-lawn-this-weekend/</guid><dc:creator><![CDATA[By MICHAEL KUNZELMAN, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — A federal judge ruled on Friday that the White House is allowed to stage a UFC show this weekend in an elaborate ring already built on the South Lawn to celebrate the nation’s 250th anniversary — on President Donald Trump’s 80th birthday.]]></description><pubDate>Fri, 12 Jun 2026 19:06:36 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — A federal judge ruled on Friday that the White House is allowed to stage a UFC show this weekend in an elaborate ring already built on the South Lawn to celebrate the nation’s 250th anniversary — on President Donald Trump’s 80th birthday.</p><p>U.S. District Judge Amit Mehta rejected a legal advocacy group's request to block organizers from using the White House lawn as the venue for Sunday’s planned UFC mixed martial arts event.</p><p>Mehta concluded that the plaintiffs likely don’t have legal standing to challenge the event and have failed to prove that they would suffer irreparable harm by the event going forward as planned. The judge also cited the plaintiffs’ “unreasonable delay” in suing to challenge an event that’s been in the works for months.</p><p>“In the context of an emergency application — and coupled with the fact that the UFC fight date was long ago known — it is fair to say Plaintiffs unreasonably delayed bringing suit, undercutting their claims of irreparable harm,” Mehta wrote.</p><p>Attorneys from the nonprofit Public Integrity Project sued to challenge Trump’s “UFC Freedom 250” event on behalf of an activist and a Vietnam War veteran. The two plaintiffs also asked the court to block organizers from building anything for the event on White House grounds, including a 92-foot-tall, 600-ton steel structure called The Claw.</p><p>The plaintiffs’ alleged “aesthetic harms,” the judge noted, are temporary since The Claw will be disassembled starting Monday morning and staging equipment at the Lincoln Memorial must be removed before then. “The President’s musings about permanency of the Claw does not move the dial in the face of a White House official’s clear representation,” the judge wrote.</p><p>The White House called the lawsuit a baseless attempt to prevent Trump from hosting an event that’s no different from many others routinely hosted at public forums in the nation’s capital.</p><p>Trump's administration can’t issue permits for sporting events on the South Lawn or at the Lincoln Memorial, where UFC fighters planned to hold a press conference in front of fans on Friday, according to plaintiffs’ attorneys. They noted that the event is a privately organized, for-profit business venture, with VIP packages costing millions of dollars.</p><p>“The President’s administration is granting the UFC an extraordinary business opportunity it may not lawfully grant, and in exchange the UFC is throwing an event at which its leadership, fighters, advertisers, and various celebrities will all pay tribute to the President on his birthday,” plaintiffs’ attorneys wrote.</p><p>Public Integrity Project attorney Brendan Ballou said the plaintiffs were disappointed in the judge's decision but respect it and intend to "keep bringing cases to raise the cost of corruption in America.”</p><p>“This isn’t a case about a sporting event, it’s about corruption, as a handful of people and companies stand to profit from our public monuments," Ballou said in a statement.</p><p>The National Park Service and the Interior Department are named as defendants in the lawsuit.</p><p>In 2019, during his first term in office, Trump became the first sitting president to attend a UFC show. Trump, a Republican, is a friend of UFC president and CEO Dana White.</p><p>Mehta was nominated to the bench by President Barack Obama, a Democrat. Mehta has presided over other Trump-related cases, including civil litigation accusing Trump of inciting a mob of his supporters to attack the U.S. Capitol on Jan. 6, 2021, after he lost the 2020 presidential election to Joe Biden, a Democrat.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/PKL4YPOWSOUY5H5JPMTYUJY65I.jpg?auth=506918ff0ed7a52ad297f90f1511339828e90470c55813acfe0e7940daf19ec2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The arena for the UFC Freedom 250 fights is pictured on the South Lawn of the White House in Washington, Thursday, June 11, 2026. (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/C3NUBQUWFKA2KXTHNHWUVJSW2Q.jpg?auth=481add93fd2b3ca8fb970ef400c10ad577c4944b9910d9da207a30c54318c3f0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The arena for the UFC Freedom 250 fights on the South Lawn of the White House is photographed Thursday, June 11, 2026, in Washington. (AP Photo/Alex Brandon)]]></media:description><media:credit role="author" scheme="urn:ebu">Alex Brandon</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/X4P4LF67U2CHU6ZFKXHYQSXLBA.jpg?auth=8b0ee1f95b033d95b54d38852bb8452e993815963a68fb1fab80a95f975e0d18&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The arena for the UFC Freedom 250 fights is pictured on the South Lawn of the White House in Washington, Thursday, June 11, 2026. (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/3TFO4HXV72TKVNTRB73JHUKIAA.jpg?auth=3041f51e493f437411c909aab2d3a62848f133e79be39b550d45d86750adfda1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Members of the media view the arena for the UFC Freedom 250 fights on the South Lawn of the White House, Thursday, June 11, 2026, in Washington. (AP Photo/Alex Brandon)]]></media:description><media:credit role="author" scheme="urn:ebu">Alex Brandon</media:credit></media:content></item><item><title><![CDATA[Miami-Dade felon charged with murder, armed robbery in fatal bus stop beating, deputies say]]></title><link>https://www.local10.com/news/local/2026/06/12/miami-dade-felon-charged-with-murder-armed-robbery-in-fatal-bus-stop-beating-deputies-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/12/miami-dade-felon-charged-with-murder-armed-robbery-in-fatal-bus-stop-beating-deputies-say/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[A 57-year-old felon is facing a second-degree murder charge after investigators say he beat a man to death at a bus stop in southwest Miami-Dade bus stop earlier this month. ]]></description><pubDate>Fri, 12 Jun 2026 17:00:42 +0000</pubDate><content:encoded><![CDATA[<p>A 57-year-old felon is facing a second-degree murder charge after investigators say he beat a man to death at a bus stop in southwest Miami-Dade earlier this month. </p><p><a href="https://www.local10.com/espanol/2026/06/12/agentes-acusan-a-delincuente-convicto-de-miami-dade-de-asesinato-y-robo-a-mano-armada-por-golpiza-mortal-en-parada-de-autobus/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/12/agentes-acusan-a-delincuente-convicto-de-miami-dade-de-asesinato-y-robo-a-mano-armada-por-golpiza-mortal-en-parada-de-autobus/">Leer en español</a></p><p>The suspect, James Thompson, was arrested by the Miami-Dade Sheriff’s Office and later charged in connection with the June 6 attack, according to his arrest report. </p><p>The report states that the incident began just after 4:30 p.m. at a market on Homestead Avenue in southwest Miami-Dade, where Thompson and the victim got into an argument over a “monetary debt” stemming from a previous narcotics transaction.</p><p>Investigators said the victim, who has not been identified, walked away from the store, but Thompson followed him on foot and continued to harass him. </p><p>The report states Thompson, who resides in the county’s West Perrine area, then trailed the victim to a bus stop at Southwest 173rd Street and the South Dade TransitWay, where the confrontation escalated.</p><p>At the bus stop, Thompson repeatedly punched the victim in the face, causing him to fall from a bus bench, according to the report. Investigators said the victim became unconscious, and Thompson continued kicking him in the face and upper body.</p><p>The report states Thompson then searched through the victim’s backpack while he was unconscious, removed an unidentified item and fled the scene on foot.</p><p>Deputies said Miami-Dade Fire Rescue paramedics responded and transported the victim to Jackson South Medical Center. Despite life-saving efforts, they said the victim was pronounced dead at 5:57 p.m. </p><p>The report states that an autopsy conducted by the Miami-Dade County Medical Examiner’s Office ruled the manner of death a homicide.</p><p>Investigators said Thompson was arrested on unrelated charges on June 6 and remains in custody at the Miami-Dade Corrections and Rehabilitation Pre-Trial Detention Center. </p><p>He was later transported to the Miami-Dade Sheriff’s Office Homicide Bureau for questioning on Friday, where he made a confession that was redacted in his publicly released arrest report. </p><p>Jail records show Thompson is facing one count of second-degree murder and armed robbery with a weapon. He also faces illegal possession of a firearm as a post-convicted felon, possession of cannabis with intent to sell while illegally armed, resisting an officer without violence to his person and violation of house arrest in an unrelated case, records show. </p><p>He remains at the Miami-Dade Corrections and Rehabilitation Pre-Trial Detention Center, where bond was listed as “to be set” 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/DF4TO7HZANFNXKJPSWBP27BGOU.jpg?auth=77d239154d4f4bf8e0482ef2e41e1c7bd1f0133ee6262682a227a37e1590effb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Agentes: Acusan a delincuente convicto de Miami-Dade de asesinato y robo a mano armada por golpiza mortal en parada de autobús]]></title><link>https://www.local10.com/espanol/2026/06/12/agentes-acusan-a-delincuente-convicto-de-miami-dade-de-asesinato-y-robo-a-mano-armada-por-golpiza-mortal-en-parada-de-autobus/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/12/agentes-acusan-a-delincuente-convicto-de-miami-dade-de-asesinato-y-robo-a-mano-armada-por-golpiza-mortal-en-parada-de-autobus/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Un delincuente de 57 años enfrenta un cargo de asesinato en segundo grado después de que los investigadores dicen que mató a golpes a un hombre en una parada de autobús en el suroeste de Miami-Dade a principios de este mes.]]></description><pubDate>Fri, 12 Jun 2026 17:20:04 +0000</pubDate><content:encoded><![CDATA[<p>Un delincuente convicto de 57 años enfrenta un cargo de asesinato en segundo grado después de que los investigadores dijeran que golpeó hasta la muerte a un hombre en una parada de autobús en el suroeste de Miami-Dade a principios de este mes.</p><p>El sospechoso, James Thompson, fue arrestado por la Oficina del Sheriff de Miami-Dade (MDSO) y posteriormente acusado en relación con el ataque del 6 de junio, según su informe de arresto.</p><p>El informe indica que el incidente comenzó poco después de las 4:30 p.m. en un mercado ubicado en Homestead Avenue, en el suroeste de Miami-Dade, donde Thompson y la víctima discutieron por una “deuda monetaria” derivada de una transacción previa relacionada con narcóticos.</p><p>Los investigadores dijeron que la víctima, cuya identidad no ha sido revelada, se alejó del establecimiento, pero Thompson la siguió a pie y continuó acosándola.</p><p>El informe señala que Thompson, residente del área de West Perrine, siguió a la víctima hasta una parada de autobús ubicada en Southwest 173rd Street y South Dade TransitWay, donde la confrontación se intensificó.</p><p>En la parada de autobús, Thompson golpeó repetidamente a la víctima en el rostro, provocando que cayera de una banca de espera, según el informe. Los investigadores dijeron que la víctima perdió el conocimiento y que Thompson continuó pateándola en el rostro y la parte superior del cuerpo.</p><p>El informe indica que Thompson luego revisó la mochila de la víctima mientras estaba inconsciente, sacó un objeto no identificado y huyó del lugar a pie.</p><p>Los agentes dijeron que paramédicos de Miami-Dade Fire Rescue respondieron a la escena y trasladaron a la víctima al Jackson South Medical Center. A pesar de los esfuerzos para salvarle la vida, la víctima fue declarada muerta a las 5:57 p.m.</p><p>El informe señala que una autopsia realizada por la Oficina del Médico Forense del Condado Miami-Dade determinó que la causa de muerte fue un homicidio.</p><p>Los investigadores dijeron que Thompson fue arrestado el 6 de junio por cargos no relacionados con este caso y permanece bajo custodia en el Centro de Detención Preventiva de Miami-Dade Corrections and Rehabilitation.</p><p>Posteriormente fue trasladado el viernes a la Oficina de Homicidios de la MDSO para ser interrogado, donde realizó una confesión que fue censurada en la versión pública del informe de arresto.</p><p>Los registros de la cárcel muestran que Thompson enfrenta un cargo de asesinato en segundo grado y otro de robo a mano armada con un arma. También enfrenta cargos por posesión ilegal de arma de fuego por parte de un delincuente convicto, posesión de cannabis con intención de venta mientras portaba un arma ilegalmente, resistencia a un agente sin violencia y violación de arresto domiciliario en un caso no relacionado, según los registros.</p><p>Permanece detenido en el Centro de Detención Preventiva de Miami-Dade Corrections and Rehabilitation, donde hasta la tarde del viernes la fianza figuraba como “pendiente de establecer”.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/DF4TO7HZANFNXKJPSWBP27BGOU.jpg?auth=77d239154d4f4bf8e0482ef2e41e1c7bd1f0133ee6262682a227a37e1590effb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Trump's name poised to be removed from Kennedy Center after court denies last-minute move to keep it]]></title><link>https://www.local10.com/entertainment/2026/06/12/trumps-name-poised-to-be-removed-from-kennedy-center-after-court-denies-last-minute-move-to-keep-it/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/06/12/trumps-name-poised-to-be-removed-from-kennedy-center-after-court-denies-last-minute-move-to-keep-it/</guid><dc:creator><![CDATA[By STEVEN SLOAN, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — The Kennedy Center was running out of options Friday evening to keep President Donald Trump's name on the facade of the iconic performing arts venue.]]></description><pubDate>Sat, 13 Jun 2026 04:24:40 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The Kennedy Center was running out of options Friday evening to keep President Donald Trump's name on the facade of the iconic performing arts venue.</p><p>A judge earlier in the afternoon rejected a request to pause a court-ordered deadline of Friday to remove references to Trump from the building and other aspects of the Kennedy Center's operations. The institution appealed that ruling, an effort that was also rebuffed Friday evening.</p><p>Scaffolding was erected around a section of the building that includes Trump's name but the Kennedy Center sought a short extension to complete the work. Shortly after midnight, the Kennedy Center asked a judge to extend the deadline until noon Eastern Time on Saturday because of storms that had swept through the Washington area Friday, causing a delay. Some of the thunderstorms included lightning.</p><p>In the filing, the Kennedy Center offered assurance that the “removal work is presently ongoing” and would “conclude in the early hours of the morning.”</p><p>Dozens of people spent hours on the plaza in front of the Kennedy Center taking pictures and cheering occasionally as they broke into chants of “take it down.” Rep. Joyce Beatty, D-Ohio, an ex-officio board member who sued to have Trump's name removed from the building, was spotted at one point on the plaza as well.</p><p>After ignoring the Kennedy Center for much of his first term, Trump has wielded tremendous influence over the venue during his return to office. Just a month into his second term, he ousted the center’s previous leadership and replaced it with a board of trustees that named him chairman. Trump's name was quickly added to the building.</p><p>In his ruling that only Congress could make changes to the Kennedy Center's name, U.S. District Judge Christopher Cooper also blocked the administration from closing the cultural and arts venue for major renovations that had been planned to start in July and last for two years.</p><p>The Kennedy Center's leadership argued in its appeal Friday that the renovation was badly needed and accused the lower court, in terms that seemed similar to Trump's speech patterns, of interfering in the effort.</p><p>“The District Court is not allowing us to close in order to properly fix up and repair the Building, including potentially life threatening structural damage like beams and parking garage ceilings that are rusted, and in serious danger of falling onto people below,” according to the appeal. “Indeed, total collapse!”</p><p>Even as the Kennedy Center has fought efforts to remove Trump's name from the building, it has taken steps to comply with Cooper's initial ruling.</p><p>A June 4 memo to staff from the Kennedy Center’s Office of General Counsel said email signatures, letterhead and other documents must reflect the name as “The John F. Kennedy Center for the Performing Arts” or “Kennedy Center.”</p><p>The Kennedy Center’s website has dropped Trump's name. And an earlier email sent to members offering ticket packages for the June 28 Mark Twain Award for American Humor ceremony came from the Kennedy Center without including Trump’s name.</p><p>___</p><p>Associated Press journalists Anna Johnson, Mark Sherman and Emily Wang in Washington and Bill Barrow in Atlanta contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/4VCI6JBWUEYVBOVED57IT756JI.jpg?auth=08bc4cf53bcd787d0ed355f7a5ebd413c18a5ec853b6a7bf415d97d9c9bec748&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Workers construct scaffolding at the sign for the John F. Kennedy Center for the Performing Arts, Friday, June 12, 2026, in Washington. (AP Photo/Rahmat Gul)]]></media:description><media:credit role="author" scheme="urn:ebu">Rahmat Gul</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/R7BHDYXCFF53RHHGR7SVTDNAIY.jpg?auth=b5e6eaff9c239bbb2f2df9cc47bfc6802e67f08cd06e3da6ef69b6e58f9c3e36&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Workers erect scaffolding in front of the John F. Kennedy Center for the Performing Arts sign in Washington, Friday, June 12, 2026. (AP Photo/Cliff Owen)]]></media:description><media:credit role="author" scheme="urn:ebu">Cliff Owen</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/EIFPPKNXLSFIWQEB72Y52P3TLQ.jpg?auth=200bcdc49aeffbc162e53318950b00e50f81f411ec771eae6137725e5b488116&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Workers construct scaffolding below the John F. Kennedy Center for the Performing Arts sign Friday, June 12, 2026, in Washington. (AP Photo/Rahmat Gul)]]></media:description><media:credit role="author" scheme="urn:ebu">Rahmat Gul</media:credit></media:content></item><item><title><![CDATA[FBI searches office of Ohio group that supports voter registration efforts]]></title><link>https://www.local10.com/news/2026/06/12/fbi-searches-office-of-ohio-group-that-supports-voter-registration-efforts/</link><guid isPermaLink="true">https://www.local10.com/news/2026/06/12/fbi-searches-office-of-ohio-group-that-supports-voter-registration-efforts/</guid><dc:creator><![CDATA[By CLAUDIA LAUER and ALANNA DURKIN RICHER, Associated Press]]></dc:creator><description><![CDATA[FBI agents have searched the office of an Ohio group that supports voter registration efforts, seizing documents and computer files, a board member of the organization said Friday.]]></description><pubDate>Fri, 12 Jun 2026 18:20:38 +0000</pubDate><content:encoded><![CDATA[<p>FBI agents have searched the office of an Ohio group that supports voter registration efforts, seizing documents and computer files, a board member of the organization said Friday.</p><p>It's the latest action by the Trump administration connected to voting or election operations in the states, and it comes in a state that is expected to have hotly contested races this fall for governor and U.S. Senate.</p><p>Federal agents showed up at the Cleveland office of the Ohio Organizing Collaborative on Thursday and spent hours questioning staff, said Prentiss Haney, a board member of the grassroots organization. The organization was founded in 2007 and describes its mission as fighting for criminal justice reform, racial justice and an expansion of voting rights.</p><p>Federal agents also went to the homes of people who have worked with the organization, seeking interviews and information about alleged voter fraud, Haney said. He accused the agents of “intimidation tactics and harassment" and expressed concern that the investigation was designed to sow doubt in the coming elections.</p><p>The focus of the probe was unclear, but a person familiar with the matter said Friday that investigators were examining potential fraud violations. The person was not authorized to speak publicly about the investigation and spoke on the condition of anonymity.</p><p>The Justice Department declined to comment on Friday, and a spokesperson for the FBI in Cleveland did not respond to messages seeking comment.</p><p>To obtain a search warrant, federal authorities must convince a judge that probable cause of criminal activity exists. Though the information authorities presented was not immediately released, Democrats expressed skepticism about the basis of a search that unfolded against persistent concerns of a politicized FBI and Justice Department.</p><p>The party's nominees for the state's top races issued statements Friday saying they were troubled by the FBI raid.</p><p>“Any attempts by federal law enforcement to intimidate eligible Ohioans from registering to vote are unacceptable,” said Dr. Amy Acton, the state’s former public health director, who won the state’s Democratic primary for governor and is challenging Republican Vivek Ramaswamy.</p><p>Democrat Sherrod Brown, who is challenging Republican Sen. Jon Husted in the fall, called on the FBI to make public “any and all activities around these raids.”</p><p>He added, “Any attempt to intimidate Ohio voters is wrong, and will not work.”</p><p>Republicans have held the state's top elected seat for 20 years and hold both U.S. Senate seats but are concerned that Democratic momentum in this year's midterms could make them vulnerable.</p><p>The Justice Department during President Donald Trump's second term has launched several legal actions or investigations related to voting or state election operations.</p><p>The FBI has seized ballots and other records from the 2020 election for Georgia’s Fulton County and Arizona’s Maricopa County and from the 2024 election in Michigan’s Wayne County. It also has been questioning election workers in Wisconsin’s Milwaukee County. All four are in presidential battleground states.</p><p>The Justice Department has sued at least 30 states and the District of Columbia after they refused to hand over detailed voter data that includes dates of birth and partial Social Security numbers. It has said in court filings that it wants the information so it can run it through a Department of Homeland Security program that checks U.S. citizenship, although the program's accuracy has been questioned. The Justice Department has so far been on a losing streak in its lawsuits seeking to extract the data from the holdout states.</p><p>Early in his second term, Trump, a Republican, also ordered the Justice Department to investigate ActBlue, the top fundraising platform for the Democratic Party.</p><p>Allegations of fraud in voter registration efforts are typically investigated by states and usually involve people working for groups that pay for sign-ups. Earlier this year, California officials opened an investigation into whether signature-gatherers were offering to pay people for signing a ballot petition. In 2025, Pennsylvania officials brought criminal charges against seven people for submitting fraudulent voter registration forms.</p><p>___</p><p>Lauer reported from Philadelphia, and Richer reported from Washington. Associated Press writer Eric Tucker contributed from Washington.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/MRDF2DGWIYGBTRU6Z4Q64IXQUY.jpg?auth=29cb2a0af01b5287bbf56042bac65da2979a07804fe870dfbadc358f94408382&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - An FBI seal is displayed on a podium before a news conference at the field office in Portland, Ore., Jan. 16, 2025. (AP Photo/Jenny Kane, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jenny Kane</media:credit></media:content></item><item><title><![CDATA[Breast cancer survivor turns personal struggle into lifeline for hundreds of South Florida families]]></title><link>https://www.local10.com/community/2026/06/12/breast-cancer-survivor-turns-personal-struggle-into-lifeline-for-hundreds-of-south-florida-families/</link><guid isPermaLink="true">https://www.local10.com/community/2026/06/12/breast-cancer-survivor-turns-personal-struggle-into-lifeline-for-hundreds-of-south-florida-families/</guid><dc:creator><![CDATA[Mayte Padron]]></dc:creator><description><![CDATA[A Miami-Dade mother, wife and licensed optometrist is channeling her experience in surviving breast cancer into helping others through 305 Pink Pack, a nonprofit organization that provides free support services and essential items to cancer patients and their families.]]></description><pubDate>Fri, 12 Jun 2026 15:48:11 +0000</pubDate><content:encoded><![CDATA[<p>When Rosemary Carrera completed her breast cancer treatment, she celebrated a milestone familiar to many cancer survivors: ringing the bell that signifies the end of a grueling chapter.</p><p><a href="https://www.local10.com/espanol/2026/06/12/sobreviviente-de-cancer-de-mama-convierte-lucha-personal-en-salvavidas-para-cientos-de-familias-del-sur-de-florida/" target="_blank" rel="" title="https://www.local10.com/espanol/2026/06/12/sobreviviente-de-cancer-de-mama-convierte-lucha-personal-en-salvavidas-para-cientos-de-familias-del-sur-de-florida/">Leer en español</a></p><p>For Carrera, the moment was more than a celebration of survival. It marked the beginning of a mission.</p><p>“I would say that I ended up exactly where I needed to be, but it took cancer to get me here,” Carrera said.</p><p>Today, the Miami-Dade mother, wife and licensed optometrist is channeling her experience into helping others through<a href="https://www.305pinkpack.org/" target="_self" rel="" title="https://www.305pinkpack.org/"> 305 Pink Pack</a>, a nonprofit organization that provides free support services and essential items to cancer patients and their families.</p><h3>A Life-Changing Diagnosis</h3><p>In 2018, Carrera received news that would change her life. At age 40, after her first screening mammogram, she was diagnosed with Stage 2 breast cancer.</p><p>The diagnosis came at a particularly emotional time. Carrera and her husband, Oscar, had recently welcomed their daughter.</p><p>“She was 8 months old at the time I was diagnosed,” Carrera recalled.</p><p>Like many patients facing a cancer diagnosis, Carrera’s thoughts immediately turned to her family’s future.</p><p>“I feel like it takes you automatically to the worst-case scenario,” she said. “And then you wonder, am I going to be here for kindergarten?”</p><p>Carrera ultimately chose to undergo a double mastectomy, a physically and emotionally demanding procedure. One of the most difficult aspects was knowing she would temporarily lose the ability to care for her infant daughter the way she always had.</p><p>“I had her on me because I knew that I wouldn’t be able to carry her for six weeks,” Carrera said. “I also knew that I would lose sensation in my chest, so I would never feel what she felt like at that moment. So I wanted to hold on to that as much as possible.”</p><h3>Finding Strength in Community</h3><p>Throughout her treatment, Carrera was surrounded by a strong support network of family and friends who helped her navigate appointments, surgeries and recovery.</p><p>“If you looked at that waiting room on surgery day, there must have been 30 people there — just for me, just for us,” she said.</p><p>That experience left a lasting impression.</p><p>Carrera realized not every cancer patient has a large support system. She wanted to create one for those facing treatment alone.</p><h3>Creating 305 Pink Pack</h3><p>In 2020, Carrera founded 305 Pink Pack, a nonprofit organization dedicated to helping cancer patients focus on healing rather than the logistical and financial challenges that often accompany treatment.</p><p>The organization provides free assistance ranging from groceries and transportation to childcare support and self-care products. Patients also receive specially curated care packages filled with practical items designed to make treatment more manageable.</p><p>“Everyone receives a pack from 305 Pink Pack,” Carrera said. “But we’re also that pack that has your back.”</p><p>The organization’s flamingo mascot symbolizes resilience and community — values that have helped fuel its rapid growth.</p><p>Since its founding, 305 Pink Pack has served more than 500 families throughout South Florida.</p><h3>Paying It Forward</h3><p>Photos of cancer patients and families helped by the organization line the walls of Carrera’s office, serving as daily reminders of the impact a supportive community can have during difficult times.</p><p>For Carrera, helping others is about creating a cycle of support that extends far beyond a single diagnosis.</p><p>“We’re here to help,” she said, “and you’ll be able to help the next person going through it, too.”</p><p>As demand for services continues to grow, 305 Pink Pack is looking ahead to new initiatives, including an expanded men’s program and the launch of a 954 Pink Pack to serve additional South Florida communities.</p><p>The nonprofit recently announced a bilingual survivor summit, which sold out ahead of the event.</p><p>For Carrera, each new milestone reinforces the lesson she learned during her own cancer journey: no one should have to face cancer alone.</p><p>To learn more about receiving assistance, volunteering or making a donation, visit <a href="https://www.305pinkpack.org/" target="_self" rel="" title="https://www.305pinkpack.org/"><b>305pinkpack.org</b></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[June 12: Isolated storms to develop in the afternoon, early evening]]></title><link>https://www.local10.com/weather/2026/06/12/june-12-isolated-storms-to-develop-in-the-afternoon-early-evening/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/06/12/june-12-isolated-storms-to-develop-in-the-afternoon-early-evening/</guid><dc:creator><![CDATA[Brantly Scott]]></dc:creator><description><![CDATA[High pressure is shifting farther into the Atlantic, causing winds to become lighter and turn more southeasterly through the weekend. ]]></description><pubDate>Fri, 12 Jun 2026 16:41:49 +0000</pubDate><content:encoded><![CDATA[<p>High pressure is shifting farther into the Atlantic, causing winds to become lighter and turn more southeasterly through the weekend. For South Florida, most of the morning hours will stay dry before isolated storms develop in the afternoon and early evening. While the highest storm coverage will remain inland and across Southwest Florida, some storms could drift into portions of the East Coast Metro before sunset. </p><p>Moisture levels will continue to increase on Saturday and Sunday, leading to an increase in rain chances with slightly higher coverage of afternoon and evening storms across South Florida. Rain chances over the weekend are around 50 percent, mainly during the afternoon hours. Temperatures will remain hot, with highs in the upper 80s to low 90s and heat index values reaching 100 to 105 degrees. Nights will stay warm and humid, with lows mainly in the mid-to-upper 70s.</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[MDSO: Rideshare driver arrested in connection with hit-and-run crash in northwest Miami-Dade]]></title><link>https://www.local10.com/news/local/2026/06/12/mdso-rideshare-driver-arrested-in-connection-with-hit-and-run-crash-in-northwest-miami-dade/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/12/mdso-rideshare-driver-arrested-in-connection-with-hit-and-run-crash-in-northwest-miami-dade/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[A rideshare driver was arrested Thursday, days after he struck a motorcyclist in northwest Miami-Dade and then fled the scene, authorities said.]]></description><pubDate>Fri, 12 Jun 2026 16:23:35 +0000</pubDate><content:encoded><![CDATA[<p>A rideshare driver was arrested Thursday, days after he struck a motorcyclist in northwest Miami-Dade and then fled the scene, authorities said.</p><p><a href="https://www.local10.com/espanol/2026/06/12/mdso-arrestan-a-conductor-de-servicio-de-transporte-por-aplicacion-en-relacion-con-atropello-y-fuga-en-el-noroeste-de-miami-dade/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/12/mdso-arrestan-a-conductor-de-servicio-de-transporte-por-aplicacion-en-relacion-con-atropello-y-fuga-en-el-noroeste-de-miami-dade/">Leer en español</a></p><p>According to an arrest report from the Miami-Dade Sheriff’s Office, the crash occurred Saturday night in the area of Northwest 103<sup>rd</sup> Street and 27<sup>th</sup> Avenue.</p><p>Deputies said Osmany Castillo, 48, was making a left turn on Northwest 103<sup>rd</sup> Street when he struck a motorcyclist, vaulting the victim in the air.</p><p>According to the report, Castillo continued driving north on 27<sup>th</sup> Avenue, dragging the victim’s 2025 Yamaha YZF-R3 motorcycle under his vehicle before it eventually dislodged.</p><p>Deputies said Castillo never stopped to render aid to the victim and didn’t report the crash to law enforcement.</p><p>A witness, however, followed Castillo’s 2011 Toyota Tundra and was able to obtain its tag number, authorities said.</p><p>Miami-Dade Fire Rescue officials responded to the scene and transported the victim to Jackson Memorial Hospital’s Ryder Trauma Center, where he was listed in critical condition.</p><p>According to the report, Castillo provided a “full confession” to detectives, however his exact statement was redacted from the publicly released report.</p><p>His vehicle was impounded as evidence, detectives said.</p><p>Deputies did not confirm in the report whether Castillo was conducting a rideshare ride at the time of the crash.</p><p>Authorities said he surrendered to law enforcement Thursday and was booked into the Turner Guilford Knight Correctional Center on a charge of leaving the scene of a crash resulting in serious bodily injury.</p><p>As of Friday afternoon, Castillo remained at TGK on a $15,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><media:content url="https://www.local10.com/resizer/v2/R3WK5CNDSNB4NMR5D7MHRZJ6KI.jpg?auth=707b819c3046e982f306d4644997048479ea16fc1d93e9761a5f4810b63e76ce&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[MDSO: Arrestan a conductor de servicio de transporte por aplicación en relación con atropello y fuga en el noroeste de Miami-Dade]]></title><link>https://www.local10.com/espanol/2026/06/12/mdso-arrestan-a-conductor-de-servicio-de-transporte-por-aplicacion-en-relacion-con-atropello-y-fuga-en-el-noroeste-de-miami-dade/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/12/mdso-arrestan-a-conductor-de-servicio-de-transporte-por-aplicacion-en-relacion-con-atropello-y-fuga-en-el-noroeste-de-miami-dade/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[Un conductor de viajes compartidos fue arrestado el jueves, días después de que atropelló a un motociclista en el noroeste de Miami-Dade y luego huyó de la escena, dijeron las autoridades.]]></description><pubDate>Fri, 12 Jun 2026 16:40:14 +0000</pubDate><content:encoded><![CDATA[<p>Un conductor de servicio de transporte por aplicación fue arrestado el jueves, días después de atropellar a un motociclista en el noroeste de Miami-Dade y huir de la escena, informaron las autoridades.</p><p>Según un informe de arresto de la Oficina del Sheriff de Miami-Dade (MDSO), el accidente ocurrió la noche del sábado en el área de Northwest 103rd Street y 27th Avenue.</p><p>Los agentes dijeron que Osmany Castillo, de 48 años, realizaba un giro a la izquierda en Northwest 103rd Street cuando impactó a un motociclista, lanzando a la víctima por el aire.</p><p>Según el informe, Castillo continuó conduciendo hacia el norte por la 27th Avenue, arrastrando debajo de su vehículo la motocicleta Yamaha YZF-R3 modelo 2025 de la víctima hasta que finalmente se desprendió.</p><p>Los agentes dijeron que Castillo nunca se detuvo para brindar ayuda a la víctima ni reportó el accidente a las autoridades.</p><p>Sin embargo, un testigo siguió la camioneta Toyota Tundra 2011 de Castillo y logró obtener el número de matrícula, indicaron las autoridades.</p><p>Funcionarios de Miami-Dade Fire Rescue respondieron a la escena y trasladaron a la víctima al Ryder Trauma Center del Jackson Memorial Hospital, donde fue reportada en estado crítico.</p><p>Según el informe, Castillo proporcionó una “confesión completa” a los detectives, aunque su declaración exacta fue censurada en la versión pública del informe.</p><p>Los detectives dijeron que su vehículo fue confiscado como evidencia.</p><p>Los agentes no confirmaron en el informe si Castillo estaba realizando un viaje de transporte por aplicación en el momento del accidente.</p><p>Las autoridades dijeron que se entregó a las autoridades el jueves y fue ingresado en el Centro Correccional Turner Guilford Knight acusado de abandonar la escena de un accidente que causó lesiones corporales graves.</p><p>Hasta la tarde del viernes, Castillo permanecía en TGK con una fianza de $15,000 USD.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/R3WK5CNDSNB4NMR5D7MHRZJ6KI.jpg?auth=707b819c3046e982f306d4644997048479ea16fc1d93e9761a5f4810b63e76ce&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Sobreviviente de cáncer de mama convierte lucha personal en salvavidas para cientos de familias del sur de Florida]]></title><link>https://www.local10.com/espanol/2026/06/12/sobreviviente-de-cancer-de-mama-convierte-lucha-personal-en-salvavidas-para-cientos-de-familias-del-sur-de-florida/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/06/12/sobreviviente-de-cancer-de-mama-convierte-lucha-personal-en-salvavidas-para-cientos-de-familias-del-sur-de-florida/</guid><dc:creator><![CDATA[Mayte Padron]]></dc:creator><description><![CDATA[Una madre, esposa y optometrista autorizada de Miami-Dade está canalizando su experiencia de supervivencia al cáncer de mama para ayudar a otros a través de 305 Pink Pack, una organización sin fines de lucro que brinda servicios de apoyo gratuitos y artículos esenciales a pacientes con cáncer y sus familias.]]></description><pubDate>Fri, 12 Jun 2026 16:27:27 +0000</pubDate><content:encoded><![CDATA[<p>Cuando Rosemary Carrera completó su tratamiento contra el cáncer de mama, celebró un hito familiar para muchos sobrevivientes de cáncer: tocar la campana que simboliza el final de una etapa agotadora.</p><p>Para Carrera, ese momento fue más que una celebración de supervivencia. Marcó el inicio de una misión.</p><p>“Diría que terminé exactamente donde necesitaba estar, pero hizo falta el cáncer para traerme hasta aquí”, dijo Carrera.</p><p>Hoy, esta madre, esposa y optómetra licenciada de Miami-Dade está transformando su experiencia en ayuda para otros a través de <a href="https://www.305pinkpack.org/" target="_blank" rel="noreferrer" title="https://www.305pinkpack.org/">305 Pink Pack</a>, una organización sin fines de lucro que ofrece servicios de apoyo gratuitos y artículos esenciales a pacientes con cáncer y sus familias.</p><h3><b>Un diagnóstico que cambió su vida</b></h3><p>En 2018, Carrera recibió una noticia que cambiaría su vida. A los 40 años, tras su primera mamografía de detección, fue diagnosticada con cáncer de mama en etapa 2.</p><p>El diagnóstico llegó en un momento especialmente emotivo. Carrera y su esposo, Oscar, acababan de dar la bienvenida a su hija.</p><p>“Tenía 8 meses cuando me diagnosticaron”, recordó Carrera.</p><p>Como ocurre con muchos pacientes que enfrentan un diagnóstico de cáncer, sus pensamientos se dirigieron de inmediato al futuro de su familia.</p><p>“Siento que automáticamente te lleva al peor escenario posible”, dijo. “Y entonces te preguntas: ¿voy a estar aquí para cuando entre al kínder?”</p><p>Carrera finalmente decidió someterse a una mastectomía doble, un procedimiento física y emocionalmente exigente. Uno de los aspectos más difíciles fue saber que temporalmente perdería la capacidad de cuidar a su hija bebé como siempre lo había hecho.</p><p>“La tenía sobre mí porque sabía que no podría cargarla durante seis semanas”, dijo Carrera. “También sabía que perdería sensibilidad en el pecho, así que nunca volvería a sentir cómo se sentía ella en ese momento. Quería aferrarme a eso todo lo posible”.</p><h3><b>Encontrando fortaleza en la comunidad</b></h3><p>Durante todo su tratamiento, Carrera estuvo rodeada por una sólida red de apoyo de familiares y amigos que la ayudaron a afrontar citas médicas, cirugías y la recuperación.</p><p>“Si hubieras visto esa sala de espera el día de la cirugía, habría unas 30 personas allí, solo por mí, solo por nosotros”, dijo.</p><p>Esa experiencia dejó una huella duradera.</p><p>Carrera se dio cuenta de que no todos los pacientes con cáncer cuentan con un gran sistema de apoyo. Quiso crear uno para quienes enfrentan el tratamiento en soledad.</p><h3><b>Creación de 305 Pink Pack</b></h3><p>En 2020, Carrera fundó 305 Pink Pack, una organización sin fines de lucro dedicada a ayudar a pacientes con cáncer para que puedan concentrarse en sanar en lugar de preocuparse por los desafíos logísticos y financieros que a menudo acompañan el tratamiento.</p><p>La organización brinda asistencia gratuita que incluye alimentos, transporte, apoyo para el cuidado infantil y productos de cuidado personal. Los pacientes también reciben paquetes especialmente preparados con artículos prácticos diseñados para hacer más llevadero el tratamiento.</p><p>“Todos reciben un paquete de 305 Pink Pack”, dijo Carrera. “Pero también somos ese grupo que siempre te respalda”.</p><p>La mascota de la organización, un flamenco, simboliza la resiliencia y la comunidad, valores que han impulsado su rápido crecimiento.</p><p>Desde su fundación, 305 Pink Pack ha ayudado a más de 500 familias en todo el sur de Florida.</p><h3><b>Devolver la ayuda recibida</b></h3><p>Fotografías de pacientes con cáncer y familias ayudadas por la organización cubren las paredes de la oficina de Carrera, sirviendo como recordatorios diarios del impacto que una comunidad solidaria puede tener durante momentos difíciles.</p><p>Para Carrera, ayudar a otros significa crear una cadena de apoyo que va mucho más allá de un solo diagnóstico.</p><p>“Estamos aquí para ayudar”, dijo, “y tú también podrás ayudar a la próxima persona que pase por esto”.</p><p>A medida que la demanda de servicios continúa creciendo, 305 Pink Pack trabaja en nuevas iniciativas, incluido un programa ampliado para hombres y el lanzamiento de 954 Pink Pack para atender a más comunidades del sur de Florida.</p><p>La organización sin fines de lucro anunció recientemente una cumbre bilingüe para sobrevivientes, cuyas entradas se agotaron antes del evento.</p><p>Para Carrera, cada nuevo logro reafirma la lección que aprendió durante su propia experiencia con el cáncer: nadie debería enfrentar el cáncer en soledad.</p><p>Para obtener más información sobre cómo recibir ayuda, ser voluntario o hacer una donación, visite <a href="https://www.305pinkpack.org/" target="_blank" rel="noreferrer" title="https://www.305pinkpack.org/"><b>305pinkpack.org</b></a>.</p><ul><li><b>Para donar: </b>Si desea hacer una donación monetaria para una historia o proyecto de Good News South Florida, haga clic aquí. Local 10 ha establecido el Fondo Local 10 junto con The Miami Foundation y el 100% de su donación será destinado a la causa que usted designe en el apartado de “información adicional”.</li><li><b>Para ser voluntario o proponer una historia:</b> Si desea participar como voluntario en un proyecto de Good News South Florida o presentar una historia para consideración, envíe un correo electrónico a goodnews@local10.com.</li></ul><p>Good News South Florida se transmite los viernes en el noticiero matutino de Local 10 a las 10 a.m. También se retransmite los viernes a las 3:30 p.m. y los domingos por la mañana a partir de las 6 a.m.</p>]]></content:encoded></item></channel></rss>