91³Ô¹ÏÍø

Watch CBS News

One-Eyed Un Ojo Out For Preakness, Maryland Jockey Club Says

BALTIMORE (WJZ) -- Un Ojo, the one-eyed 3-year-old gelding who was being considered for the Preakness Stakes, will miss Saturday's race due to the same foot injury that kept him out of the Kentucky Derby, the Maryland Jockey Club said.

"This morning his foot was a little warm again," trainer Ricky Courville told the Maryland Jockey Club on Monday. "The vets went over him, and he's not 100 percent. I'm dealing with the same thing. I guess the work kind of re-aggravated it."

Courville's son, Clay, has been overseeing Un Ojo in Kentucky. He reported the horse looked good Sunday morning but was off during an afternoon check-up.

"This morning it was the same," the elder Courville said.

Under the Derby's points system, Un Ojo earned a spot in the 20-horse field after finishing second in the Grade 3 Withers Stakes at Aqueduct and winning the Grade 2 Rebel Stakes at Oaklawn Park as a 75-1 shot. The New York-bred finished eighth in his only other prep race, the Grade 1 Arkansas Derby.

Un Ojo, Spanish for "one eye," .

The owner of improbable Kentucky Derby winner Rich Strike has chosen to rest his horse and point to the Belmont Stakes, but are training to run at Pimlico Race Course in the middle jewel of the Triple Crown: runner-up Epicenter, fourth-place finisher Simplification, and Happy Jack, who came in 14th.

Kentucky Oaks winner Secret Oath is in Saturday's race.

The Maryland Jockey Club said Sunday that Armagnac, a 4 1/4-length winner of a $69,000 allowance optional claiming race at Santa Anita Park on May 8, will enter race at the field for trainer Tim Yakteen. The 3-year-old by Quality Road out of Kitty Wine ran in two Derby preps, the Grade 2 San Felipe Stakes and Grade 1 Santa Anita Derby, finishing sixth and fourth, respectively.

"We feel we have a good horse who is improving at the right time," said Tom Ryan, the managing partner of SF Racing, which co-owns Armagnac.

Here are some other entrants in the field: Chad Brown trainee Early Voting, Derby Day allowance winner Creative Minister and Daniel Alonso's Skippylongstocking.

View CBS News In
CBS News App Open
Chrome Safari Continue
const link = doc.createElement('link'); link.rel = 'stylesheet'; link.href = '/fly/fly/bundles/cbsnewscontent/css/cmp-banner.min.css?v=fd53910ecf4604072044ab7c46d9b028'; doc.head.appendChild(link); doc.body.innerHTML = CONSENT_MESSAGE; } else { el.insertAdjacentHTML('afterend', CONSENT_MESSAGE); } }); } function hidePrivacyMessage() { // Remove from the main document document.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); // Remove from inside any iframes document.querySelectorAll('iframe').forEach(iframe => { const doc = iframe.contentDocument || iframe.contentWindow.document; doc.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); }); } function activateGatedScripts() { // Handle both new format (cmp-gated-script) and old OneTrust/Ketch format (optanon-category-4) const gatedScripts = Array.from(document.querySelectorAll('script.cmp-gated-script, script.optanon-category-4')); // Activate scripts sequentially with a small delay to avoid timing issues let delay = 0; gatedScripts.forEach(function(placeholder, index) { setTimeout(function() { // Skip if already processed if (placeholder.hasAttribute('data-cmp-processed')) { return; } placeholder.setAttribute('data-cmp-processed', 'true'); const newScript = document.createElement('script'); newScript.type = 'text/javascript'; // Try new format first (data-cmp-src), then fall back to old format (data-src) const src = placeholder.getAttribute('data-cmp-src') || placeholder.getAttribute('data-src'); if (src) { newScript.src = src; } else if (placeholder.textContent) { // Inline script - just copy the content newScript.textContent = placeholder.textContent; } // Handle new format attributes (data-cmp-attrs) - for both inline and external scripts const attrs = placeholder.getAttribute('data-cmp-attrs'); if (attrs) { const tempDiv = document.createElement('div'); tempDiv.innerHTML = '
<\/div>'; const tempAttrs = tempDiv.firstChild.attributes; for (let i = 0; i < tempAttrs.length; i++) { // For external scripts, allow defer/async. For inline scripts, skip them (not valid) if (src || (tempAttrs[i].name !== 'async' && tempAttrs[i].name !== 'defer')) { newScript.setAttribute(tempAttrs[i].name, tempAttrs[i].value); } } } // Copy other attributes from old OneTrust format for (let i = 0; i < placeholder.attributes.length; i++) { const attr = placeholder.attributes[i]; // Skip attributes we've already handled or don't want to copy if (!['class', 'data-src', 'data-type', 'data-cmp-src', 'data-cmp-attrs', 'data-cmp-processed', 'type', 'async', 'defer', 'src'].includes(attr.name)) { newScript.setAttribute(attr.name, attr.value); } } placeholder.parentNode.replaceChild(newScript, placeholder); // If external script, manually trigger window.onload handlers after it loads // This handles widgets that use window.onload for initialization if (src) { newScript.addEventListener('load', function() { // If page already loaded and script set a new onload handler, trigger it if (document.readyState === 'complete' && window.onload) { const originalOnload = window.onload; window.onload = null; // Clear temporarily to prevent loops originalOnload(); // Execute the handler } }); } }, delay); delay += 500; // 500ms delay between each script to allow full loading }); } cbsoptanon.onScriptsReady(function(cmp) { cmp.ot.targetingAllowed(function(allowed) { if (!allowed) { showPrivacyMessage(); } else { activateGatedScripts(); } }); cmp.ot.awaitInitialConsent(function(consent_model) { cmp.ot.addOnConsentChangedHandler(function() { cmp.ot.targetingAllowed(function(allowed) { if (allowed) { hidePrivacyMessage(); activateGatedScripts(); } else { showPrivacyMessage(); } }); }); }); });