Rachael Blackmore breaks new ground with Bronte Cup success (2024)

  • You are in:
  • >
  • Generic
  • >
  • Sport

Rachael Blackmore breaks new ground with Bronte Cup success (1)

Reporter:

Staff Reporter

25 May 2024 5:51 PM

Rachael Blackmore enjoyed a perfect introduction to York racecourse as Term Of Endearment claimed Group Three glory in the William Hill Bronte Cup Fillies’ Stakes.

The rider has ticked all the main boxes in the National Hunt sphere, having won the Grand National, Cheltenham Gold Cup and Champion Hurdle, but victory in this one-mile-six-furlong contest represented her highest achievement on the level.

Trained by long-term ally Henry de Bromhead, Term Of Endearment triumphed in this company last term and was sent off a 4-1 shot on the Knavesmire, launching her challenge a couple of furlongs from home.

Night Sparkle made a good battle of it, with the pair getting very close which prompted a stewards’ inquiry, although Term Of Endearment was eventually confirmed as the three-quarter-length winner.

Blackmore told Racing TV: “It’s very cool to be asked to ride in the first place and a race of this calibre, it’s very special to be able to win it. I’m delighted.

“I was hopeful in the middle of the week that if I got to ride her she would have a right chance because there was so much rain, but it really dried up. After walking the track I wondered if the best of her would come out on that ground.

“She produced a really good run and seemed to be able to do it on that ground as well.

“That was her first time stepping up to that trip and maybe the nicer ground on that trip suited her fine. It’s just very cool to get a ride in Group Three race and even better to win.

“It’s very much a different type of riding (on the Flat), it’s just so different to what I do day to day – you’re learning different things all the time.”

ADVERTIsem*nT - CONTINUE READING BELOW

ADVERTIsem*nT - CONTINUE READING BELOW

ADVERTIsem*nT - CONTINUE READING BELOW

ADVERTIsem*nT - CONTINUE READING BELOW

ADVERTIsem*nT - CONTINUE READING BELOW

ADVERTIsem*nT - CONTINUE READING BELOW

ADVERTIsem*nT - CONTINUE READING BELOW

ADVERTIsem*nT - CONTINUE READING BELOW

ADVERTIsem*nT - CONTINUE READING BELOW

ADVERTIsem*nT - CONTINUE READING BELOW

ADVERTIsem*nT - CONTINUE READING BELOW

'); $(".sommario_articolo").detach().appendTo($(".summary_container").first()); } // // Move Outbrain if before Next button // if($(".banner_content_ad_in_article_desktop").offset().top < $(".vc_story_telling_link").offset().top ) { // // Move Outbrain to after Next button. // $(".banner_content_ad_in_article_desktop").detach().appendTo($(".vc_story_telling_link").parent()); // } // Move Next button to be under first slideshow image. $(".vc_story_telling_link").detach().appendTo($(".vc_story_telling img:nth-of-type(1)").first().parent()); // Make slideshow image click to next page. $(".vc_story_telling img:nth-of-type(1)").on('click', function(){ $(".vc_story_telling_link").click() } ); function moveAdOutOfDiv(adSelector, adName, divSelector, divName){ // Move adSelector that have been placed in the divSelector (e.g. related articles, twitter feeds), if($(divSelector + " " + adSelector).length>0){ console.log("Moving Ad " + adSelector + " (" + adName + ") ad out of div " + divSelector + " (" + divName + ")."); var divSelectorElement = $(divSelector + " " + adSelector).parents(divSelector); $(divSelector + " " + adSelector).detach().appendTo(divSelectorElement.next("p")); } } function moveAdOutOfDivs(adSelector, adName){ moveAdOutOfDiv(adSelector, adName, ".vc_shortcode_article_preview", "Recommended Article Preview"); moveAdOutOfDiv(adSelector, adName, ".twitter", "Twitter Feed"); moveAdOutOfDiv(adSelector, adName, ".author_email", "By Line"); }function moveAd(adSelector, adName, targetContentParagraph){ var pCount=0; var pIndex=0; var contentParagraphs = 0; var targetPindex = 0; var contentMinHeight = 10; var contentMinLength = 1; if($(".testo_articolo").children("p").length > 0){ pIndex=0; while($(".testo_articolo").children("p").eq(pIndex).length){ if($(".testo_articolo").children("p").eq(pIndex).height()>=contentMinHeight){ if($(".testo_articolo").children("p").eq(pIndex).text().length>contentMinLength){if($(".testo_articolo").children("p").eq(pIndex).children("img").length) {// Do nothing} else { console.log("moveAd: p " + pIndex + " height=" + $(".testo_articolo").children("p").eq(pIndex).height()+ " width=" + $(".testo_articolo").children("p").eq(pIndex).text().length++);contentParagraphs++;if(contentParagraphs==targetContentParagraph){ targetPindex=pIndex;}} } } pIndex++; } pCount = pIndex; } console.log("moveAd: Total Paragraphs: " + pCount + ". Paragraphs With Content: " + contentParagraphs + ". targetPindex: " + targetPindex + ". targetContentParagraph:" + targetContentParagraph + "."); if($(adSelector).length){ if(contentParagraphs>targetContentParagraph){ console.log("moveAd: Moving Ad " + adSelector + " (" + adName + ") to paragraph " + targetContentParagraph + " of " + contentParagraphs + " (targetPindex=" + targetPindex +", pCount=" + pCount + ")."); $(adSelector).detach().appendTo($(".testo_articolo").children("p").eq(targetPindex)); } else { console.log("moveAd: Cannot move Ad " + adSelector + " (" + adName + ") to paragraph " + targetContentParagraph + " of " + contentParagraphs + " (targetPindex=" + targetPindex +", pCount=" + pCount + ") => Removing Ad."); $(adSelector).remove(); } } else { console.log("moveAd: Ad " + adSelector + " (" + adName + ") does not exist."); } moveAdOutOfDivs(adSelector, adName); } function moveAd_bk(adSelector, adName, targetContentParagraph){ var pCount=0; var pIndex=0; var contentParagraphs = 0; var targetPindex = 0; var contentMinHeight = 10; var contentMinLength = 1; if($(".testo_articolo p").length){ pIndex=0; while($(".testo_articolo p").eq(pIndex).length){ if($(".testo_articolo p").eq(pIndex).height()>=contentMinHeight){ if($(".testo_articolo p").eq(pIndex).text().length>contentMinLength){ console.log("moveAd: p " + pIndex + " height=" + $(".testo_articolo p").eq(pIndex).height()+ " width=" + $(".testo_articolo p").eq(pIndex).text().length); contentParagraphs++; if(contentParagraphs==targetContentParagraph){ targetPindex=pIndex; } } } pIndex++; } pCount = pIndex; } console.log("moveAd: Total Paragraphs: " + pCount + ". Paragraphs With Content: " + contentParagraphs + ". targetPindex: " + targetPindex + ". targetContentParagraph:" + targetContentParagraph + "."); if($(adSelector).length){ if(contentParagraphs>targetContentParagraph){ console.log("moveAd: Moving Ad " + adSelector + " (" + adName + ") to paragraph " + targetContentParagraph + " of " + contentParagraphs + " (targetPindex=" + targetPindex +", pCount=" + pCount + ")."); $(adSelector).detach().appendTo($(".testo_articolo p").eq(targetPindex)); } else { console.log("moveAd: Cannot move Ad " + adSelector + " (" + adName + ") to paragraph " + targetContentParagraph + " of " + contentParagraphs + " (targetPindex=" + targetPindex +", pCount=" + pCount + ") => Removing Ad."); $(adSelector).remove(); } } else { console.log("moveAd: Ad " + adSelector + " (" + adName + ") does not exist."); } moveAdOutOfDivs(adSelector, adName); } function styleRelatedArticle(){ if($(".vc_shortcode_article_preview a")){ var link = $(".vc_shortcode_article_preview a").attr("href"); $(".vc_shortcode_article_preview").attr("href", link); $(".vc_shortcode_article_preview").append('

TAP TO READ MORE

'); var logoUrl = $(".logo a img").attr("src"); $(".vc_shortcode_article_preview .vc_cont .vc_title").prepend('

'); // Increase resolution of image if($(".vc_shortcode_article_preview img.vc_image").length){ var imageUrl = $(".vc_shortcode_article_preview img.vc_image").attr("src"); imageUrl = imageUrl.replace(/resizer\/150\/-1\//g, 'resizer\/300\/-1\/'); //$(".vc_shortcode_article_preview img.vc_image").attr("src", imageUrl); } } } function moveAds(){ console.log("moveAds: Replace all br tags to p."); $(".testo_articolo").html("

" + $(".testo_articolo").html().replace(/
/g, '

') + "

"); // ** NOTE: Mobile uses "content_ad_in_article_mobile"; Desktop uses "content_ad_in_article_desktop". ** moveAd("#mpu_1_in_article","mpu_1_in_article",1); moveAd("#content_ad_in_article_desktop", "Outbrain In Article", 4); moveAd(".teads_ad", "Teads", 7); moveAd("#mpu_2_in_article","mpu_2_in_article",10); moveAd("#mpu_3_in_article","mpu_3_in_article",13); moveAd(".teads_ad2", "Teads", 16); moveAd("#mpu_4_in_article","mpu_4_in_article",19); moveAd("#mpu_5_in_article","mpu_5_in_article",22); moveAd("#mpu_6_in_article","mpu_6_in_article",25); moveAd("#mpu_7_in_article","mpu_7_in_article",28); moveAd("#mpu_8_in_article","mpu_8_in_article",31); if(localStorage.getItem("debug")=="1"){ $(".banner_banner_unruly_2x1_1").css("border", "dashed 2px #55ffff"); $(".banner_banner_unruly_2x1_1").prepend('

Teads Ad

'); $("head").append('

'); } } function fixDesktopAudio(){ // 2022-05-27: ACHAM: Fix Flash issue. const mp3File = $(".vc_flowplayer").attr("href"); if(mp3File){ if(mp3File.slice(-4)===".mp3"){ console.log("Fixing Desktop Audio (vc_flowplayer using Flash so change it to audio)"); $("a.vc_flowplayer").html(''); } } } $(function(){ // Move ads to end of article for polling, story telling, quiz and sponsored articles. // 2022-05-22: ACHAM: If sponsored article, also remove Teads and Seedtag ads. var docKeywords = ""; if(document.querySelector("meta[name='Keywords']")){ docKeywords = document.querySelector("meta[name='Keywords']").getAttribute("content").toLowerCase(); } console.log("Article keywords:" + docKeywords); if(docKeywords.includes("sponsor")) { console.log("Article keywords contain sponsor => Moving Outbrain to end of article."); $("#mpu_1_in_article").detach().insertBefore($("#article_end")); $("#content_ad_in_article_desktop").detach().insertBefore($("#article_end")); $("#mpu_2_in_article").remove(); $("#mpu_3_in_article").remove(); $("#mpu_4_in_article").remove(); $("#mpu_5_in_article").remove(); $("#mpu_6_in_article").remove(); $("#mpu_7_in_article").remove(); $("#mpu_8_in_article").remove(); $(".teads_ad").remove(); $(".teads_ad2").remove(); //$("#mpu_2_in_article").detach().insertBefore($("#article_end")); //$("#mpu_3_in_article").detach().insertBefore($("#article_end")); //$("#mpu_4_in_article").detach().insertBefore($("#article_end")); //$("#mpu_5_in_article").detach().insertBefore($("#article_end")); //$("#mpu_6_in_article").detach().insertBefore($("#article_end")); //$("#mpu_7_in_article").detach().insertBefore($("#article_end")); //$("#mpu_8_in_article").detach().insertBefore($("#article_end")); console.log("Article keywords contain sponsor => Remove Teads ads. (banner_banner_unruly_2x1_1)"); $(".banner_banner_unruly_2x1_1").remove(); $(".banner_banner_unruly_2x1_2").remove(); console.log("Article keywords contain sponsor => Remove Teads ads. (teads-inread)"); $(".teads-inread").remove(); setTimeout(function(){ console.log("Article keywords contain sponsor => Remove Teads ads after 5 seconds. (teads-inread)"); $(".teads-inread").remove(); }, 5000); console.log("Article keywords contain sponsor => Remove seedtag ads."); $("#div-gpt-ad-in-image").remove(); } else if($(".vc_story_telling").length) { console.log("Moving Outbrain to end of article."); $("#story_contact_container").before(''); $("#mpu_1_in_article").detach().insertBefore($(".vc_story_telling_link")); $("#content_ad_in_article_desktop").detach().insertBefore($(".vc_story_telling_link")); $("#mpu_2_in_article").remove(); $("#mpu_3_in_article").remove(); $("#mpu_4_in_article").remove(); $("#mpu_5_in_article").remove(); $("#mpu_6_in_article").remove(); $("#mpu_7_in_article").remove(); $("#mpu_8_in_article").remove(); $(".teads_ad").remove(); $(".teads_ad2").remove(); //$("#mpu_2_in_article").detach().insertBefore($(".vc_story_telling_link")); //$("#mpu_3_in_article").detach().insertBefore($(".vc_story_telling_link")); //$("#mpu_4_in_article").detach().insertBefore($(".vc_story_telling_link")); //$("#mpu_5_in_article").detach().insertBefore($(".vc_story_telling_link")); //$("#mpu_6_in_article").detach().insertBefore($(".vc_story_telling_link")); //$("#mpu_7_in_article").detach().insertBefore($(".vc_story_telling_link")); //$("#mpu_8_in_article").detach().insertBefore($(".vc_story_telling_link")); } else if(($(".container_response").length) ||($('.titolo_articolo:contains("quiz:")').length) ||($('.titolo_articolo:contains("live blog:")').length) ||($('.titolo_articolo:contains("poll")').length) ){ $("#mpu_1_in_article").detach().insertBefore($("#article_end")); $("#content_ad_in_article_desktop").detach().insertBefore($("#article_end")); $("#mpu_2_in_article").remove(); $("#mpu_3_in_article").remove(); $("#mpu_4_in_article").remove(); $("#mpu_5_in_article").remove(); $("#mpu_6_in_article").remove(); $("#mpu_7_in_article").remove(); $("#mpu_8_in_article").remove(); $(".teads_ad").remove(); $(".teads_ad2").remove(); //$("#mpu_2_in_article").detach().insertBefore($("#article_end")); //$("#mpu_3_in_article").detach().insertBefore($("#article_end")); //$("#mpu_4_in_article").detach().insertBefore($("#article_end")); //$("#mpu_5_in_article").detach().insertBefore($("#article_end")); //$("#mpu_6_in_article").detach().insertBefore($("#article_end")); //$("#mpu_7_in_article").detach().insertBefore($("#article_end")); //$("#mpu_8_in_article").detach().insertBefore($("#article_end")); } else { moveAds(); styleRelatedArticle(); //fixDesktopAudio(); } if($(".container_response .photo img").length) { console.log("Resize images"); $(".container_response .photo img").each(function(){ var oldSrc = this.src; var newSrc = oldSrc.replace("resizer/120/", "resizer/300/"); console.log("newSrc = " + newSrc); this.src = newSrc; $(this).attr("width", "300"); }); } });

To continue reading this article,
please subscribe and support local journalism!

Subscribing will allow you access to all of our premium content and archived articles.

Subscribe

To continue reading this article for FREE,
please kindly register and/or log in.

Registration is absolutely 100% FREE and will help us personalise your experience on our sites. You can also sign up to our carefully curated newsletter(s) to keep up to date with your latest local news!

Register / Login

'); $(".vc_article_body_new").append($('#paywall_message')); $('#paywall_message').css("display", "block"); $(".testo_articolo").css("overflow", "hidden"); $(".testo_articolo").height(550); $(".vc_article_body_new").css("overflow", "hidden"); $(".vc_article_body_new").height(550); $(function(){ console.log("Moving ads to paywall message."); // Desktop $("#content_ad_in_article_placeholder").detach().appendTo($("#article_end")); // Mobile $("#content_ad_in_article_mobile").detach().appendTo($("#article_end")); $("#mpu_2_container").detach().appendTo($("#article_end")); $("#mpu_2_container").css("margin-top","30px"); }); console.log("Remove unruly/teads ad."); $('.banner_banner_unruly_2x1_1').remove(); } else { if(isArticleBlocked){ console.log("Article is blocked."); $(".vc_article_body_new").append('

'); $(".vc_article_body_new").append($('#paywall_dialog')); $('#paywall_dialog').css("display", "block"); $(".testo_articolo").css("overflow", "hidden"); $(".testo_articolo").height(550); $(".vc_article_body_new").css("overflow", "hidden"); $(".vc_article_body_new").height(550); $(function(){ console.log("Moving ads to paywall dialog."); // Desktop $("#content_ad_in_article_placeholder").detach().appendTo($("#article_end")); // Mobile $("#content_ad_in_article_mobile").detach().appendTo($("#article_end")); $("#mpu_2_container").detach().appendTo($("#article_end")); $("#mpu_2_container").css("margin-top","30px"); }); console.log("Remove unruly/teads ad."); $('.banner_banner_unruly_2x1_1').remove(); } $('.apri_login').click(function(){ $('.user_access_orizzontale').removeClass("paywall_login_box"); $(".apri_login").html("Login"); }); $('#paywall_login_button').click(function(){ // Show login box var speed=300; $('.user_access_orizzontale').toggleClass('aperto'); $('.user_access_orizzontale').slideToggle(speed,function(){ if(!$(".apri_login").hasClass('aperto')){ $('.user_login').show(); $('.user_access_orizzontale .recupera_password').hide(); $("#show_login_button_1").removeClass("collapsed"); $('.user_access_orizzontale').addClass("paywall_login_box"); $(".apri_login").html("Close"); } else { $('.user_access_orizzontale').removeClass("paywall_login_box"); $(".apri_login").html("Login"); } }); // For mobile $(".vc_open_user_login").click() }); // 2022-09-03: ACHAM: For Paywall Login button, show standard login box at top right of screen instead of paywall login box. $('.vc_paywall_login a.dropdown-toggle').removeAttr("href"); $('.vc_paywall_login a.dropdown-toggle').click(function(){ // Show login box var speed=300; $('.user_access_orizzontale').toggleClass('aperto'); $('.user_access_orizzontale').slideToggle(speed,function(){ if(!$(".apri_login").hasClass('aperto')){ $('.user_login').show(); $('.user_access_orizzontale .recupera_password').hide(); $("#show_login_button_1").removeClass("collapsed"); } }); }); $('.vc_paywall_subscription input').click(function(){ //location.href='https://vnpiconic.virtualcom.it/iconic/includes/shop/?testata=digital'; location.href="https://vnpiconic.virtualcom.it/iconic/includes/shop/?testata=digital&domain=www.limerickleader.ie&channelName=limerickleader&channelId=" + virtualcmsPageInfo.channelId + "&originalUrl=" + encodeURIComponent(virtualcmsPageInfo.article.link); }); } } $(function(){ showHidePaywall(); })

Rachael Blackmore breaks new ground with Bronte Cup success (2024)

FAQs

Rachael Blackmore breaks new ground with Bronte Cup success? ›

Visiting York for the first time, Blackmore, 34, had a huge crowd roaring in delight as she managed to cajole a perfectly timed challenge from Term of Endearment

Term of Endearment
A term of endearment is a word or phrase used to address or describe a person, animal or inanimate object for which the speaker feels love or affection. Terms of endearment are used for a variety of reasons, such as parents addressing their children and lovers addressing each other.
https://en.wikipedia.org › wiki › Term_of_endearment
for her boss Henry de Bromhead in the Group Three Bronte Cup. Her 4/1 success was confirmed after a lengthy stewards' inquiry.

What is Rachael Blackmore famous for? ›

Rachael Blackmore MBE (born 11 July 1989) is an Irish jockey who competes in National Hunt and flat racing. In 2021, she became the first female jockey to win the Grand National in the 182-year history of the race.

How many winners has Rachael Blackmore had? ›

Her Cheltenham Festival tally stands at 16 winners after the 2024 Festival. Only 10 jockeys have ridden more Festival winners than Rachael and Paul Townend is the only current jockey with a better return.

Which horse is Rachael Blackmore riding in the Grand National 2024? ›

Who will Rachael Blackmore ride in the 2025 Grand National. Grand National winning jockey Rachael Blackmore will ride Minella Indo for her boss Henry De Bromhead in the 2024 Grand National.

How much does a jockey get paid for winning the Grand National? ›

The percentage won varies from rider to rider, but the average stands at around eight per cent. If the jockey places in the race, that average drops down to four per cent. Therefore, the winning jockey of the 2024 Grand National will likely receive a cheque around £45,000.

How much does Rachael Blackmore earn? ›

While her exact net worth is unknown, The Racing Post estimate she has thus far earned over €8m in career winnings.

Who is the winningest jockey in the world? ›

Russell Baze

as jockey with most career wins, has built his fame on a solid base of seemingly impossible achievements. Still an active jockey today, Baze began his career as a sixteen-year-old riding at Yakima Racetrack in Walla Walla, Washington, winning his first race there in autumn 1974.

What jockey has won the most Triple Crown races? ›

Arcaro, who won nearly 4,800 races in his career, holds the record for Triple Crown wins by a jockey, with 17 (a record six victories in the Preakness Stakes and a record-matching six wins in the Belmont Stakes to go along with his record-tying five Derby triumphs).

Who is the best jockey in the Grand National? ›

Top Grand National Jockeys
JockeyR-W-P-CWin
Rachael Blackmore6-1-2-4+6.00
Ryan Mania5-1-1-2+62.00
Sam Twiston-Davies13-0-0-5-13.00
Mark Walsh12-0-2-4-12.00
11 more rows

Who is the female jockey for the Grand National in 2024? ›

The 2024 Randox Grand National (4.00 Saturday) features 32 runners and two will be partnered by female jockeys. Among them is Rachael Blackmore, who made history when becoming the first female rider to win the Grand National in 2021 on Minella Times.

Has a mare ever won the Grand National? ›

Only thirteen Mares have won the Grand National since the first ever race in 1839. In the first Grand National in 1839, there were three Mares competing. The three horses were called Charity, Paulina, and The Nun.

Why is Rachael Blackmore inspirational? ›

In a sport traditionally dominated by men, Blackmore has paved the way for women and she continued in this vein in 2021 as she became the first female jockey to win the Grand National, three years after her first appearance.

Who was the first African American female jockey? ›

Cheryl White, the first African American female jockey, was taking the horse racing world by storm in 1976. Cheryl began her career as a 17-year-old in neighboring Ohio but won races across the nation.

What happened to Rachel Blackmore in the Grand National? ›

Rachael Blackmore makes Grand National history in 2021

Blackmore, riding Bob Olinger, was summoned by the stewards after the race ended with Impaire Et Passe winning despite a suggestion of interference.

Has a female horse won the Grand National? ›

Only thirteen Mares have won the Grand National since the first ever race in 1839.

References

Top Articles
Latest Posts
Article information

Author: Kareem Mueller DO

Last Updated:

Views: 6474

Rating: 4.6 / 5 (46 voted)

Reviews: 85% of readers found this page helpful

Author information

Name: Kareem Mueller DO

Birthday: 1997-01-04

Address: Apt. 156 12935 Runolfsdottir Mission, Greenfort, MN 74384-6749

Phone: +16704982844747

Job: Corporate Administration Planner

Hobby: Mountain biking, Jewelry making, Stone skipping, Lacemaking, Knife making, Scrapbooking, Letterboxing

Introduction: My name is Kareem Mueller DO, I am a vivacious, super, thoughtful, excited, handsome, beautiful, combative person who loves writing and wants to share my knowledge and understanding with you.