ADVERTISEMENT

Djokovic sparks Serb celebration in the midnight hour

Published Jan 1, 2024 03:59 am

At A Glance

  • Novak Djokovic got the party started for 2024 as he sealed a 2-1 win for Serbia over China near the stroke of midnight on Sunday, Dec. 31, at the United Cup in Perth.

PERTH (AFP) -- Novak Djokovic got the party started for 2024 as he sealed a 2-1 win for Serbia over China near the stroke of midnight on Sunday, Dec. 31, at the United Cup in Perth.

409564413_1078618470118408_7469810956136468372_n.png
Serbia's Olga Danilovic and Novak Djokovic (right) greet each other while playing against China's Qinwen Zheng and Zhang Zhizhen during their doubles match at the United Cup tennis tournament in Perth on Sunday, Dec. 31. (AFP)

The world number one kicked off the new season by teaming up in mixed doubles with compatriot and longtime friend Olga Danilovic to hold off Zheng Qinwen and ATP number 58 Zhang Zhizhen for a 6-4, 1-6, 10-6 victory.

Glancing at his watch after his on-court interview, Djokovic then implored the house DJ to fill in for five minutes before leading the RAC stadium crowd in a rousing countdown to the midnight hour.

"Thanks to the fans for staying this late," the winner of 24 Grand Slams said.

"We're glad you decided to spend this special night with us."

The Serbs were playing their first match at the competition while China now stand 1-1.

Djokovic won his earlier singles over Zhang 6-3, 6-2 while Daniovic went down 6-4, 6-2 to her Chinese opponent Zheng, the WTA's 2023 Most Improved Player who has risen to be world number 15.

The 22-year-old Danilovic could not praise her celebrated teammate enough.

"This was number one on my bucket list - to play with Novak and to win, I'm so happy.

"This was an incredible match, I gave my all and I'm glad to finish 2023 like this, it could not be better.

"I've looked up to Novak from the first moment I touched a racquet."

 

Defending champions USA win

 

Jessica Pegula and Taylor Fritz had to fight through a deciding doubles match to conclude a 2-1 defeat of Britain on Sunday for the United States to stay in title contention at the United Cup.

The defending champions, who won the trophy last January over Italy, earned a 1-6, 7-6 (7/5), 10-7 mixed doubles win to claim victory in Perth after the sides split the singles.

"We have a team energy from last year here, we don't want to take a loss and let it die," said Fritz, who was broken twice in the opening set.

World number five Pegula added: "To get a win in this fashion after such a long day (on court) brings back a lot of memories.

"It was a big win today, especially after losing such a tough singles match."

Britain, who beat Australia to open their tournament account, took a 1-0 lead when Pegula crashed 5-7, 6-4, 6-4 to Katie Boulter in the singles.

It was Boulter's first win over a top-five player on her seventh attempt after she bounced back from a set and double-break down.

Pegula's 10th-ranked teammate Fritz kept the tie alive despite a thigh strain he blamed on over-training, defeating Cameron Norrie 7-6 (5), 6-4.

"I strained something but got through it," said Fritz. "Cam and I have played so many times (14). It's always a battle, always close."

In Sydney, Leylah Fernandez led Canada to a fighting victory over Chile with the former US Open finalist winning her singles rubber and then backing up in a decisive mixed doubles.

The 35th-ranked Fernandez got Canada off to a perfect start, cruising past Chile's Daniela Seguel 6-2, 6-3 in 73 minutes.

With Canadian number one Felix Auger-Aliassime sitting out the men's singles, 314th-ranked Steven Diez stepped up but was toppled by world number 19 Nicolas Jarry 7-5, 6-4.

It set up a deciding mixed doubles, with Fernandez teaming with Diez to battle past Seguel and Tomas Barrios Vera 7-5, 4-6, 10-8.

"I'm extremely happy with the way I played," said Fernandez, who was part of the Canadian team that won the Billie Jean King Cup for the first time this year.

The 21-year-old broke five times in her singles clash against a player in her first WTA Tour-level singles match in nearly two years, using the serve-and-volley tactic well.

"First match of the season so had some nerves, but happy with the way I was able to handle it," she said.

Related Tags

serbia Novak Djokovic
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.