ADVERTISEMENT

Vauban tipped for Melbourne Cup glory as Gold Trip targets another win

Published Nov 6, 2023 06:09 am

At A Glance

  • Irish-trained Vauban heads into Tuesday's Melbourne Cup as favorite in Australia's "race that stops a nation", but faces a looming threat from in-form Gold Trip who is targeting back-to-back wins.

MELBOURNE (AFP) -- Irish-trained Vauban heads into Tuesday's Melbourne Cup as favorite in Australia's "race that stops a nation", but faces a looming threat from in-form Gold Trip who is targeting back-to-back wins.

33ZX9D2-highres.jpg
Travelling foreman David Casey rides Irish-trained horse Vauban during early morning track work a day before the Melbourne Cup horse race, at Werribee Racing Club, some 30 kilometers west of Melbourne on Monday, Nov. 6. (AFP)

Held on the first Tuesday of November since 1876, the punishing 3,200 meter (two-mile) handicap at Flemington is regarded as the ultimate test of stamina and staying power.

With Aus$8 million (US$6 million) at stake, the winner of the 24-strong field will bank Aus$4.4 million and instantly become a household name in Australia where the race is a cultural institution.

Carrying 55kg, Vauban has won his last two races, including a demolition of Melbourne Cup rivals Absurde and More Felons at Royal Ascot this year.

That shot the six-year-old gelding to the top of the markets, with its status reinforced by a comfortable win at Naas in Ireland.

As adept over the hurdles as on the flat, Vauban's odds shortened further after an impressive gallop in training at Flemington last week.

Drawn in barrier three, his odds have since drifted but he remains the horse to beat, according to bookmakers.

Master trainer Willie Mullins has come close to glory before, finishing second with Max Dynamite behind Prince of Penzance in 2015 and third to Rekindling two years later.

He believes Vauban, who was foaled in France, could be his best opportunity to finally take the win.

"I think he's as good as Max Dynamite, maybe better, but we'll find that out on Tuesday," he said.

"He's our strongest chance and may be my strongest chance ever."

English jockey Ryan Moore, who won in 2014 aboard Protectionist, has been entrusted with the reins.

British stallion Gold Trip is currently joint second favorite and will start as the top weight at 58.5kg, a kilogram heavier than 2022 when he streaked home first ahead of Emissary.

 

 

Way more confident

 

Star jockey James McDonald, who rode Verry Elleegant to victory in 2021, will be in the saddle of a horse that had by a strong showing in the recent Group 1 Caulfield Cup and a commendable finish in the Cox Plate.

Co-trainer Ciaron Maher is upbeat on what is forecast to be a hot day, but with the chance of thunderstorms which could soften the track.

"The track's probably going to be a little bit firmer (than last year) and he's got a little bit more weight. So he needs to be better to win, but I think he is," he said.

"I'm more confident, way more confident."

Drawn alongside Vauban in barrier two, the seven-year-old is seeking to become the first back-to-back winner since the legendary Makybe Diva won three-in-a-row between 2003-2005.

Mark Zhara, who rode Gold Trip to the win last year, has instead opted for Caulfield Cup winner Without a Fight, which has firmed to be joint second favorite.

Vauban stablemate Absurbe, with leading Hong Kong rider Zac Purton on aboard, is also tipped to challenge, as is the Joao Moreira-ridden Soulmate.

Veteran jockey Damien Oliver is chasing a record-equaling fourth Melbourne Cup win in his last ride before retiring.

But the 51-year-old is rated only an outside chance of a fairytale send-off on Alenquer to match the exploits of Bobbie Lewis and Harry White.

Kerrin McEvoy is also looking for a fourth win, this time with Ashrun, but is similarly not considered a serious threat.

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.