Wednesday's top tips from the Post's racing team
by Sam Agars
Sam Agars
GLORY CLOUD - R7 (7)
Much-improved run last start and can build on that here
Jay Rooney
GREAT ACHIEVER - R4 (8)
Savabeels tend to grow a leg with blinkers on and his previous form is solid
Jack Dawling
RIGHTEOUS ARION - R8 (2)
Course specialist can get back to winning ways after flying home last time out
Phillip Woo
NOBLE PURSUIT - R9 (3)
Loves the Valley and should score with unimpeded running
Shannon (Vincent Wong)
HARMONY FIRE - R1 (4)
Honest sprinter never runs a bad race and maps the winner here
Racing Post Online
GLORY CLOUD - R7 (7)
Impressive third when wide throughout last start and can score tonight
Tom Wood
NOBLE PURSUIT - R9 (3)
Closed strongly from the rear last start and is a winning hope on that run
Comments
Related articles
'); targetNode.find('.article-blocks-top').remove(); var carousel = targetNode.find('.article-blocks.top .related-content-carousel'); if (carousel.hasClass('customArrows')) { carousel.on('init', function (e, slick) { slick.$prevArrow.remove(); slick.$nextArrow.remove(); var thisSlick = carousel; $('.prev-arrow').click(function(){ thisSlick.slick('slickPrev'); }); $('.next-arrow').click(function(){ thisSlick.slick('slickNext'); }); }) } targetNode.find('.article-blocks.top .related-content-carousel').slick({dots: true}); //for custom arrows if (carousel.hasClass('customArrows')) { carousel.on('init', function (e, slick) { slick.$prevArrow.remove(); slick.$nextArrow.remove(); var thisSlick = $this; $('.prev-arrow').click(function(){ thisSlick.slick('slickPrev'); }); $('.next-arrow').click(function(){ thisSlick.slick('slickNext'); }); }) } } // Calculate the height for both bottom related article block and the body paragraph from bottom. targetNode.on('allImageLoaded', function () { if (targetNode.find('.article-blocks-bottom').text().trim().length != 0) { targetNode.find('.article-blocks-container').removeClass('is-hidden'); var blockHeight = targetNode.find('.article-blocks-bottom').outerHeight(); targetNode.find('.article-blocks-container').addClass('is-hidden'); var pHeightFromBottom = 0; var $allParagraphs = targetNode.find('.article-body >'); var pLength = targetNode.find('.article-body >').length; var targetReverseIndex = Math.max(0, pLength - 1); var allReversedParagraphs = $allParagraphs.get().reverse(); $(allReversedParagraphs).each(function(i, v) { pHeightFromBottom += $(this).outerHeight(); var nextBlockFloatLeft = false; // Need to check until no previous block is floating left if (allReversedParagraphs[i+1]) { var $previousBlock = $(allReversedParagraphs[i+1]); if ($previousBlock.hasClass('left')) { nextBlockFloatLeft = true; } } if (pHeightFromBottom > blockHeight && !nextBlockFloatLeft) { targetReverseIndex = i; // Add a clearfix class to previous block to // ensure no blocking to the related widget if (allReversedParagraphs[i+1]) { $(allReversedParagraphs[i+1]).addClass('clearfix'); } return false; } }); targetReverseIndex = Math.max(0, targetReverseIndex); var targetIndex = pLength - targetReverseIndex - 1; targetNode.find('.article-body >').eq(targetIndex).before('' + targetNode.find('.article-blocks-bottom').html() + '
'); targetNode.find('.article-blocks-bottom').remove(); var carousel = targetNode.find('.article-blocks.bottom .related-content-carousel'); //for custom arrows if (carousel.hasClass('customArrows')) { carousel.on('init', function (e, slick) { slick.$prevArrow.remove(); slick.$nextArrow.remove(); var thisSlick = carousel; $('.prev-arrow').click(function(){ thisSlick.slick('slickPrev'); }); $('.next-arrow').click(function(){ thisSlick.slick('slickNext'); }); }) } targetNode.find('.article-blocks.bottom .related-content-carousel').slick({dots: true}); } }); var $image = targetNode.find('.article-body img'); if ($image.length == 0) { targetNode.trigger('allImageLoaded'); } else { var imageLoadCount = 0; $image.load(function() { imageLoadCount++; if (imageLoadCount >= $image.length) { targetNode.trigger('allImageLoaded'); } }); $image.each(function () { if (this.complete) { $(this).load(); } }); } }); // Sticky Sidebar var topOffset = 80; if ($('.node-wrapper').length === 1) { topOffset = 120; } $('.article-body:not(.processed)').addClass('processed').find('p').filter(function() { var $childNodes = $(this).contents(); return $childNodes.not($childNodes.filter('a:not(.colorbox)').first()).not(function() { return this.nodeType === 3 && $.trim(this.nodeValue) === ''; }).length === 0; }).find('a').wrap('').find('> img').parent().unwrap(); $('img.caption:not(.caption-processed)').each(function() { $(this).addClass('caption-processed'); if ($(this).attr('title') !== undefined && !$(this).hasClass('processed')) { var parentPClasses = $(this).closest('p,div.image-inline-container').attr('class'); $(this).closest('p,div.image-inline-container').removeAttr('class').addClass('removed-caption-image').before('' + $(this).attr('title') + '
'); if ($(this).parent('a').length) { $(this).parent('a').prependTo('.not-processed') $(this).addClass('processed'); } else { $(this).prependTo('.not-processed').addClass('processed'); } $('.not-processed').removeClass('not-processed').addClass(parentPClasses); if ($('.removed-caption-image').text().length > 2) { $('.removed-caption-image').removeAttr('class'); } else { $('.removed-caption-image').remove(); } } });