Categories
Mohegan

Report: Would-be Boston WNBA ownership group spokesman says Mohegan Tribe wants to keep Sun in CT

The spokesperson for a would-be ownership group looking to bring the WNBA to Boston says the Mohegan Tribe wants to keep the Connecticut Sun in the state.

AJ Gerritson, spokesperson for Boston Women’s Basketball Partners, told the Boston Globe last week that the Mohegan Tribe indicated in conversations that it would be seeking owners who would keep the team in Connecticut.

“In terms of the path forward for us, it looks more and more like it’s going to be expansion,” Gerritson told the Globe.

The Boston group, which includes former NBA player Michael Carter-Williams and actor Donnie Wahlberg, did not submit a bid for a franchise during the latest round of WNBA expansion. Many took that as a signal that the most likely scenario was the Sun’s eventual relocation to the city. Gerritson told the Globe that the group didn’t submit a bid “purely because of timing.”

“Since then, we have worked tirelessly to meet and exceed all standards for expansion,” Gerritson said.

Asked for comment, Mohegan Tribe leadership told The Courant in a statement:

“Mohegan continues to evaluate all strategic opportunities in the best interest of the CT Sun, MTGA (Mohegan Tribe Gaming Authority) and WNBA. The CT Sun has had monumental changes over the past 18 months and Mohegan is very proud of the success, increased interest and what remains to be such incredible community impact off the court as well. The WNBA overall has also seen immense growth in viewership and interest. These are fantastic trends for what is an amazing sport, with extremely dedicated and talented women.”

The WNBA announced the addition of three expansion franchises, in Cleveland, Detroit and Philadelphia on June 30, bringing the league to 18 teams. The Cleveland team will begin play in 2028, Detroit in 2029,…

Continue reading

Categories
Mohegan

Mohegan Sun player from Connecticut wins $2 million jackpot off $5 bet

The Mohegan Sun guest won big Wednesday morning while playing on a Spanish 21 table in Casino of the Earth. It’s one of the casino’s top five payouts of all-time.

MONTVILLE, Conn. — Life comes down to several big moments, and Wednesday morning was one of them for a lucky Mohegan Sun guest who won a $2 million jackpot.

The casino reports that the victory occurred in Casino of the Earth, as the unnamed guest from Connecticut was playing on a Spanish 21 table. The winner opted for the $5 Bonus Spin Xtreme side bet and spun Triple Diamonds.

The Triple Diamonds landed the guest $2,018,742.

Mohegan Sun reports that not only is this the biggest jackpot win at the casino in 2025, but it also ranks among the top five largest table game payouts in its history.

RELATED: Mohegan Sun guest turns $10 bet on ‘Squid Game’ slot machine into $627,479

The unnamed winner was not the only Mohegan Sun player to emerge victorious over the past four days.

On Sunday, July 6, “Jimmie B.” from Bridgeport was playing in Casino of the Sky when he hit the Super Grand jackpot for $211,079 while playing Dollar Storm by Aristocrat Gaming.

The next morning, “Patrick H.” from a place unannounced was playing Railroad Riches by Sega Sammy Creations in Casino of Sky and hit the Grand Jackpot for $115,266.

Both Jimmie and Patrick were playing games at the casino’s Hold & Spin Slot Zone when they won their respective prizes.

RELATED: Mohegan Sun guest wins $1,374,307 on ‘Jumanji: Next Level’ slot machine

This area was established by Mohegan Sun in Casino of the Sky in 2024 and is home to over 250 slot games. Each game features the exciting Hold & Spin bonus feature.

The Hold…

Continue reading

Categories
Mohegan

Travelers no longer have to take their shoes off going through TSA

U.S. travelers can now keep their shoes on at airport security, thanks to a new policy announced by Homeland Security Secretary Kristi Noem.

WINDSOR LOCKS, Conn. — Travelers passing through airport security across the United States will no longer be required to remove their shoes, following a policy change announced Tuesday by Homeland Security Secretary Kristi Noem.

The move is part of a broader initiative to modernize airport operations and streamline the Transportation Security Administration’s (TSA) screening process. Noem said advancements in security technology and updated procedures make the change possible.

Travelers like Malina Gangadin greeted the news with relief and enthusiasm.

“Oh my gosh yes, I’m so glad I don’t have to—bare dogs out inside of the airport,” Gangadin said. “I’d be so mad. I’m just glad I get to keep my shoes on, my feet like my shoes.”

Andre Riendeau of Terryville noted the change will make travel significantly easier for him.

“I think this is great. As someone with a bad back, not having to bend over and take my shoes off is great,” Riendeau said.

The revised policy is expected to reduce wait times at security checkpoints and ease some of the frustrations travelers associate with air travel.

“People are taking their shoes off, it takes time,” Henry Berglewicz said. “They’re putting them back on. They’re looking for their luggage, so it’s a much better thing.”

While some travelers initially expressed concerns about whether the new rule might compromise safety, officials assured the public that the change is backed by improved technology and security.

“I feel like it should be a lot easier to just be able to walk through and have everything scanned,” Gangadin said. “So now that they’re actually implementing that in policy, I find that to be really fascinating.”

According to…

Continue reading

Categories
Mohegan

Mohegan Sun patron places $5 bet, wins $2 million

&ie=1&v=<%=SportsApp.Core.Version %>" /> { const stories = (data.searchTagResults || []).slice(0, 10); if (!data.ok || stories.length === 0) return; const sliderContainer = document.createElement(‘div’); sliderContainer.classList.add(‘slider-container-frontend’); const sliderWrapper = document.createElement(‘div’); sliderWrapper.classList.add(‘slider-wrapper-frontend’); stories.forEach(story => { const storyItem = document.createElement(‘a’); storyItem.href = story.link; storyItem.target = ‘_blank’; storyItem.classList.add(‘slider-item-frontend’); if (story.logo) { const img = document.createElement(‘img’); img.src = story.logo; img.classList.add(‘slider-image-frontend’); storyItem.appendChild(img); } const title = document.createElement(‘div’); title.textContent = story.title; title.classList.add(‘slider-title-frontend’); storyItem.appendChild(title); sliderWrapper.appendChild(storyItem); }); const prevButton = document.createElement(‘button’); prevButton.classList.add(‘slider-prev-frontend’); prevButton.innerHTML = ‘‘; prevButton.addEventListener(‘click’, () => { sliderWrapper.scrollBy({ left: -220, behavior: ‘smooth’ }); }); const nextButton = document.createElement(‘button’); nextButton.classList.add(‘slider-next-frontend’); nextButton.innerHTML = ‘‘; nextButton.addEventListener(‘click’, () => { sliderWrapper.scrollBy({ left: 220, behavior: ‘smooth’ }); }); sliderContainer.appendChild(prevButton); sliderContainer.appendChild(sliderWrapper); sliderContainer.appendChild(nextButton); const authorElement = document.querySelector(‘.authorName’); if (authorElement) { authorElement.insertAdjacentElement(‘afterend’, sliderContainer); } }) .catch(error => console.error(‘Error fetching stories:’, error)); } function waitForAuthorName() { const targetNode = document.body; const config = { childList: true, subtree: true }; const mutationWatcher = new MutationObserver(mutations => { const authorNameElem = document.querySelector(‘.authorField[data-name=”display”]’); if (authorNameElem) { let authorName = authorNameElem.innerText.trim(); //authorName = authorName.replace(/^Bys+/i, ”); //authorName = authorName.split(‘n’)[0].trim(); //console.log(authorName); if (authorName) { mutationWatcher.disconnect(); fetchAndDisplayStories(authorName); } } }); mutationWatcher.observe(targetNode, config); } function isAuthorPage() { return…
Continue reading

Categories
Mohegan

Access to this page has been denied

Access to this page has been denied a human (and not a bot).Press & HoldPlease check your network connection or disable your ad-blocker.’; document.body.appendChild(div); }; ]]>

Continue reading

Categories
Mohegan

Cleveland, Detroit, Philadelphia are set to join the WNBA as expansion franchises starting in 2028

NEW YORK (AP) — A look at the three expansion teams that the WNBA is adding over the next few years:

___

Cleveland

First year of play: 2028.

Majority ownership group: Dan Gilbert, who owns the Cleveland Cavaliers.

Where they’ll play: Rocket Arena, home of the Cavaliers.

Practice facility: Retrofit a facility in Independence, Ohio, that is currently used by the Cavaliers.

What they’re saying: “They’re a ready-made operation, arena, demographic, the psychographic, all the data, those numbers,” WNBA Commissioner Cathy Engelbert said. “I’m a data geek. All the data we’ve been looking at as it relates to what would make a successful franchise and obviously look no further than what we already did in the Bay Area.”

___

Detroit

First year of play: 2029.

Majority ownership group: Tom Gores, who owns the Detroit Pistons.

Minority owners: Grant Hill, Chris Webber, Jared Goff.

Where they’ll play: Little Caesars Arena, home of the Pistons.

Practice facility: Building a new facility.

What they’re saying: “I think this will be bigger than just the basketball team coming back. It’s recognition of all the things that are happening in the city. And finally, I think it’s going to have a real economic impact,” Pistons vice chairman Arn Tellem said.

___

Philadelphia

First year of play: 2030.

Majority ownership group: Josh Harris, who owns the Philadelphia 76ers.

Where they’ll play: A new arena being built in downtown Philadelphia.

Practice facility: The 76ers have a practice facility in Camden, New Jersey.

What they’re saying: “Philly fans are passionate, they are full on. They hold you accountable and they hold everyone accountable, the players, the team, the ownership and, you know, we embrace that and embrace them,” said Harris Blitzer Sports & Entertainment Managing Partner and co-founder Josh Harris, who owns the 76ers. “There’s a lot…

Continue reading

Categories
Mohegan

WNBA expanding to Cleveland, Detroit and Philadelphia over next five years

State AlabamaAlaskaArizonaArkansasCaliforniaColoradoConnecticutDelawareFloridaGeorgiaHawaiiIdahoIllinoisIndianaIowaKansasKentuckyLouisianaMaineMarylandMassachusettsMichiganMinnesotaMississippiMissouriMontanaNebraskaNevadaNew HampshireNew JerseyNew MexicoNew YorkNorth CarolinaNorth DakotaOhioOklahomaOregonPennsylvaniaRhode IslandSouth CarolinaSouth DakotaTennesseeTexasUtahVermontVirginiaWashingtonWashington D.C.West VirginiaWisconsinWyomingPuerto RicoUS Virgin IslandsArmed Forces AmericasArmed Forces PacificArmed Forces EuropeNorthern Mariana IslandsMarshall IslandsAmerican SamoaFederated States of MicronesiaGuamPalauAlberta, CanadaBritish Columbia, CanadaManitoba, CanadaNew Brunswick, CanadaNewfoundland, CanadaNova Scotia, CanadaNorthwest Territories, CanadaNunavut, CanadaOntario, CanadaPrince Edward Island, CanadaQuebec, CanadaSaskatchewan, CanadaYukon Territory, Canada

Zip Code

Country United States of AmericaUS Virgin IslandsUnited States Minor Outlying IslandsCanadaMexico, United Mexican StatesBahamas, Commonwealth of theCuba, Republic ofDominican RepublicHaiti, Republic ofJamaicaAfghanistanAlbania, People’s Socialist Republic ofAlgeria, People’s Democratic Republic ofAmerican SamoaAndorra, Principality ofAngola, Republic ofAnguillaAntarctica (the territory South of 60 deg S)Antigua and BarbudaArgentina, Argentine RepublicArmeniaArubaAustralia, Commonwealth ofAustria, Republic ofAzerbaijan, Republic ofBahrain, Kingdom ofBangladesh, People’s Republic ofBarbadosBelarusBelgium, Kingdom ofBelizeBenin, People’s Republic ofBermudaBhutan, Kingdom ofBolivia, Republic ofBosnia and HerzegovinaBotswana, Republic ofBouvet Island (Bouvetoya)Brazil, Federative Republic ofBritish Indian Ocean Territory (Chagos Archipelago)British Virgin IslandsBrunei DarussalamBulgaria, People’s Republic ofBurkina FasoBurundi, Republic ofCambodia, Kingdom ofCameroon, United Republic ofCape Verde, Republic ofCayman IslandsCentral African RepublicChad, Republic ofChile, Republic ofChina, People’s Republic ofChristmas IslandCocos (Keeling) IslandsColombia, Republic ofComoros, Union of theCongo, Democratic Republic ofCongo, People’s Republic ofCook IslandsCosta Rica, Republic ofCote D’Ivoire, Ivory Coast, Republic of theCyprus, Republic ofCzech RepublicDenmark, Kingdom ofDjibouti, Republic ofDominica, Commonwealth ofEcuador, Republic ofEgypt, Arab Republic ofEl Salvador, Republic ofEquatorial Guinea, Republic ofEritreaEstoniaEthiopiaFaeroe IslandsFalkland Islands (Malvinas)Fiji, Republic of the Fiji IslandsFinland, Republic ofFrance, French RepublicFrench GuianaFrench PolynesiaFrench Southern TerritoriesGabon, Gabonese RepublicGambia, Republic of theGeorgiaGermanyGhana, Republic ofGibraltarGreece, Hellenic RepublicGreenlandGrenadaGuadaloupeGuamGuatemala, Republic ofGuinea, Revolutionary People’s Rep’c ofGuinea-Bissau, Republic ofGuyana, Republic ofHeard and McDonald IslandsHoly See (Vatican City State)Honduras, Republic ofHong Kong, Special Administrative Region of ChinaHrvatska (Croatia)Hungary, Hungarian People’s RepublicIceland, Republic ofIndia, Republic ofIndonesia, Republic ofIran, Islamic Republic ofIraq, Republic ofIrelandIsrael, State ofItaly, Italian RepublicJapanJordan, Hashemite Kingdom ofKazakhstan, Republic ofKenya, Republic ofKiribati, Republic ofKorea, Democratic People’s Republic ofKorea, Republic ofKuwait, State ofKyrgyz RepublicLao People’s Democratic RepublicLatviaLebanon, Lebanese RepublicLesotho, Kingdom…

Continue reading

Categories
Mohegan

Mr Big Spender in 1:54.2F, Season’s leader for all babies – U.S. Trotting News

Wilkes-Barre, PA – The local stakes season for 2-year-olds opened with a bang on the Monday (June 30) afternoon before the Fourth of July at Pocono Downs at Mohegan Pennsylvania, as Mr Big Spender trotted the fastest mile of the year for a baby over a 5/8-mile track, 1:54.2, when he won one of four $30,000 divisions of a Pennsylvania All-Stars event.

The Captain Corey – Reilly colt sat fourth while Dublin Hanover and then Oversear put up fractions of :28 and :57, with Mr Big Spender starting forward uncovered nearing the three-quarters in 1:25.3 and gaining through the lane. The first-over and the pacesetting Oversear were inseparable to the naked eye at the wire, but the photo finish showed Mr Big Spender more photogenic by the shortest possible margin under the urging of Matt Kakaley. (Had Oversear gotten to the wire first, he would have set a new track record for baby geldings, eclipsing the 1:54.4 mark set by Amigo Volo, who was driven by … Matt Kakaley.)

Mr Big Spender (2) becomes the fastest 2-year-old trotter of the year on a 5/8-mile track by winning at Pocono Monday in 1:54.2. Curtis Salonick photo.

Mr Big Spender was the only one of the four All-Stars winners to have a purse race under his girth, qualifying twice freelegged and then adding hopples in a third-place finish. Now he is a season’s leader for trainer Norm Parker and owners Bart and Todd Brice.

Driver Tim Tetrick, trainer Scott Di Domenico, and the partnership of Di Domenico’s Triple D Stables Inc. and Joseph Faraldo sent out two first-timers, both coming off winning qualifiers, to All-Stars stakes victories and reducing their best times. One was another son of Captain Corey,…

Continue reading

Categories
Mohegan

Watch BLOODYWOOD And BABYMETAL Perform “Bekhauf” Single Together For The First Time; Fan-Filmed Video

In late 2024, Bloodywood, torchbearers and metal barrier-breakers hailing from India, teamed up with Babymetal out of Japan for the single, “Bekhauf”. They are currently on the road in the US supporting Babymetal on their headlining tour.

During their June 27th show at Mohegan Sun Arena in Uncasville, CT, Babymetal joined Bloodywood to perform “Bekhauf”, marking their first ever on-stage appearance together. Fan-filmed video can be viewed below.

Bloodywood issued the following statement with the release of “Bekhauf” in December 2024:

“‘Bekhauf’ means ‘fearless’ in Hindi. It was born out of the realization that fear can be seen as a choice, and that choice is our own. It’s about using this knowledge to take control of our fears and eliminate the side of them that holds us back.

It also marks our first ever collaboration. We’ve been waiting to find the right artists to work with, and when the possibility of the Babymetal collab emerged, we knew it was time. We were all fans of their music, but were still surprised by the level of synergy we managed to achieve on the track. It’s a trilingual song and features English, Hindi. and Japanese, Babymetal even sang some parts in Hindi. but we think you can feel the message regardless and that’s a testament to this synergy.

The fact that we tied it all together by creating an anime/video game hybrid video pushes everything to the next level. This is a piece of Asian metal history and we’re proud to share it with the world.”

Are you following Crimson Glory on Spotify? Do it today and when their new album is released you will be notified automatically.

Follow – https://open.spotify.com/artist/2B73nUiRlcSwjTyVaIAwhR



Continue reading

Categories
Mohegan

Access to this page has been denied

Access to this page has been denied a human (and not a bot).Press & HoldPlease check your network connection or disable your ad-blocker.’; document.body.appendChild(div); }; ]]>

Continue reading