ADVERTISEMENT

'Day of joy' as freed Griner makes WNBA return

Published May 20, 2023 06:08 am
LOS ANGELES (AFP) -- Brittney Griner made an emotional return to women's basketball on Friday, May 19, playing her first competitive game in nearly two years following her incarceration in Russia.
*Vice President Kamala Harris (Center) laughs while standing with Brittney Griner (TOP) and other members of the Phoenix Mercury in the locker room before their game against the Los Angeles Sparks at Crypto.com Arena on May 19, in Los Angeles, California. Griner is playing in her first regular season WNBA game since returning to the U.S. after being freed following 10 months spent in a Russian prison. (AFP)*

Griner, who was released by Russia as part of a prisoner swap last year, made her first appearance in a WNBA game in 579 days as the Phoenix Mercury faced the Los Angeles Sparks in a season opener in California. US Vice President Kamala Harris was among the well-wishers at the Crypto.com Arena in downtown Los Angeles as the WNBA superstar finally returned to action. The two-time Olympic gold medalist made an instant impression on her return, winning the tip-off and scoring four points as the Mercury jumped into an early 7-0 lead. Fans from both teams cheered Griner's early play, while others held up homemade banners welcoming her return to the sport. Before the game, Phoenix coach Vanessa Nygaard said the occasion was a "day of joy," describing Griner's freedom as a "miracle." "All last season I opened every press conference with how many days she is gone," Nygaard said in pre-game remarks.  "And until the day when we got the news in the morning that she was on her way home, no one thought that it was going to happen. "We did our jobs probably with less joy than professional athletes do. It was heavy every day. But it's great to have this game today. Today it's a day of joy. "I'm just so glad she's home. It's a miracle that she's here and everyone going to see this game today is going to witness a miracle that she's returned from a Russian jail and is playing basketball in the WNBA again.  "It's by the force and will of so many people that this has happened."

'A team is a team'

Shortly before tip-off, Vice President Harris congratulated Phoenix's players for ensuring that Griner's case was not forgotten. "Thank you for all that you did for supporting Brittney, because I know that was rough," Harris said in a locker room address. "That was so difficult for you because a team is a team -- that's family." WNBA players union chief and Sparks forward Nneka Ogwumike thanked Harris and the Biden administration for helping to secure Griner's release. "Tonight, is a game but we're also celebrating the return of one of our own," Ogwumike said. "What the Biden administration did to make that happen is really important.  "We know it wasn't easy so we wanted to say thank you for everything you did for us to be able to play against B.G. tonight." Griner, 32, a WNBA champion and LGBTQ trailblazer, was arrested on drug charges at a Moscow airport in February 2022 against a backdrop of soaring tensions over Ukraine. At the time of her arrest, Griner had been playing for a professional team in Russia, as a number of WNBA players do in the off-season. She was accused of possessing vape cartridges with a small quantity of cannabis oil and sentenced in August to nine years in prison. She pleaded guilty to the charges but said she did not intend to break the law or use the banned substance in Russia. Griner was eventually released as part of a deal that saw her swapped for notorious Russian arms dealer Viktor Bout -- known as the "Merchant of Death" -- in December. Phoenix coach Nygaard, meanwhile, said she hoped her team would benefit from the feel-good factor surrounding Griner's return. "We went around every city last year and B.G. was the story," Nygaard said.  "This year it will be a story of joy, and love and happiness.  "So that positive energy will probably help our team and be less of a distraction." "We brought back this woman, this Black, gay woman from a Russian jail, and America did that because they valued her," Nygaard said.  "Just to be part of a group that values people at that level, it makes me very proud to be an American. I see B.G. and I see hope and I see the future. It makes me really hopeful about our country."

Related Tags

wnba US Vice President Kamala Harris Brittney Griner
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.