“),
“classList” in t && “dataset” in t || document.write(“”));
}(), SKY_SPORTS.getUa = function(e) {
function t(t) {
return !!e.match(t) && parseFloat(e.match(t)[1].replace(“_”, “.”));
}
var n = !1;
null !== new RegExp(“MSIE ([0-9]{1,}[.0-9]{0,})”).exec(e) && (n = parseFloat(RegExp.$1));
var i = e.match(/iPad/), a = e.match(/iP/), o = e.match(/android/i), r = e.match(/windows phone/i), s = navigator.platform.match(/mac|win/i), c = {
classList: “”
};
return r && ((c = {
mobile: !0,
windowsphone: !0,
name: “windowsphone”,
version: t(/os ([0-9].[0-9])/i) || t(/windows phone ([0-9].[0-9])/i)
}).classList = [ c.name, c.name + c.version, “mobile” ].join(” “)), n && ((c = {
msie: !0,
name: “msie”,
version: n
}).classList = [ c.name, c.name + c.version ].join(” “)), (i || a) && ((c = {
ios: !0,
name: i ? “ipad” : “iphone”,
mobile: !0,
version: t(/os ([1-9]_[0-9])/i)
}).classList = [ c.name, c.name + c.version, c.device, “ios”, “ios” + c.version, “mobile” ].join(” “)),
o && ((c = {
android: !0,
name: “android”,
mobile: !0,
version: t(/android ([1-9].[0-9])/i)
}).classList = [ c.name, c.name + c.version, “mobile” ].join(” “)), s && (c.desktop = !0,
c.classList += ” desktop”), c;
}, SKY_SPORTS.getFeatures = function(n, t) {
function e(t, e) {
return n.classList += e ? ” ” + t : ” no-” + t, e;
}
t.style.cssText = “-webkit-animation-name:shim;animation-name:shim;-moz-animation-name:shim;width:10vw”,
n.hasTouch = e(“touch”, “ontouchstart” in window || “DocumentTouch” in window && document instanceof window.DocumentTouch),
n.hasSvg = e(“svg”, !!document.implementation.hasFeature(“http://www.w3.org/TR/SVG11/feature#BasicStructure”, “1.1”)),
n.hasCssAnimations = e(“cssanimations”, !!(t.style.animationName || t.style.webkitAnimationName || t.style.mozAnimationName)),
n.hasVpUnits = e(“vpunits”, !!t.style.width), n.hasWebWorkers = e(“web-workers”, !!window.Worker);
var i = {
webkitAnimation: “webkitAnimationStart”,
mozAnimation: “mozAnimationStart”,
animation: “animationstart”,
msAnimation: “MSAnimationStart”
};
for (var a in i) a in t.style && (n.animationEventName = i[a]);
return n;
}, SKY_SPORTS.device = SKY_SPORTS.getUa(navigator.userAgent), SKY_SPORTS.getFeatures(SKY_SPORTS.device, document.createElement(“div”)),
document.documentElement.className = “js ” + SKY_SPORTS.device.classList, function(e, t) {
e.SKY_SPORTS = e.SKY_SPORTS || {}, localStorage.removeItem(“jscss”);
var n = t.createElement(“style”), i = “ss.js.styles”, a = {}, o = e.localStorage.getItem(i);
function r() {
var t = function() {
var t = “”;
for (var e in a) t += a[e];
return t;
}();
n.styleSheet ? n.styleSheet.cssText = t : n.textContent = t, e.localStorage.setItem(i, JSON.stringify(a));
}
n.id = i, t.getElementsByTagName(“head”)[0].appendChild(n), o && (a = JSON.parse(o)),
r(), e.SKY_SPORTS.addCss = function(t) {
t.id in a != 0 && a[t.id] === t.css || (a[t.id] = t.css), r();
}, e.SKY_SPORTS.removeCss = function(t) {
t in a && delete a[t], r();
};
}(window, document), function(r) {
function s(t, e) {
e.match(“font-family: ‘SkyTextMed'”) && (e += e.replace(“font-family: ‘SkyTextMed'”, “font-weight: 600; font-family: ‘skytext'”)),
e.match(“font-family: ‘SkyTextReg'”) && (e += e.replace(“font-family: ‘SkyTextReg'”, “font-weight: 400; font-family: ‘skytext'”)),
t.styleSheet ? t.styleSheet.cssText = e : t.textContent = e;
}
SKY_SPORTS.getFont = function(e, t) {
if (“keys” in Object != !1) {
var n, i;
n = t.split(“/”).pop(), (i = n.split(“-“)).splice(-1), i = i.join(“-“);
var a = r.localStorage.getItem(n);
if (a) s(e, a); else {
Object.keys(r.localStorage).forEach(function(t) {
t.match(i) && r.localStorage.removeItem(t);
});
var o = new XMLHttpRequest();
o.onreadystatechange = function() {
if (4 === this.readyState && 200 === this.status) {
var t = this.responseText;
s(e, t), r.localStorage.setItem(n, t);
}
}, o.open(“GET”, t, !0), o.send();
}
}
};
for (var t = document.querySelectorAll(“style[data-webfont-src]”), e = -1; ++e < t.length; ) SKY_SPORTS.getFont(t[e], t[e].getAttribute("data-webfont-src"));
}(window), function(e, n) {
"use strict";
if (n.currentBreakPoint = 10, n.currentAdvertBreakPoint = "display", n.getBreakPoint = function() {
var t = e.getComputedStyle(n.body, ":after").getPropertyValue("content");
return t = parseInt(t.replace(/['"]/g, ""), 10);
}, n.getAdvertBreakPoint = function() {
return e.getComputedStyle(n.body, ":before").getPropertyValue("content").replace(/['"]/g, "");
}, Function.prototype.debounce = function(t) {
var e = this;
return function() {
e.args = arguments, e.timeout_id && clearTimeout(e.timeout_id), e.timeout_id = setTimeout(function() {
return e.apply(e, e.args);
}, t);
};
}, n.createEvent) {
var i = n.createEvent("Event");
i.initEvent("breakPointChange", !0, !0);
var a = n.createEvent("Event");
a.initEvent("advertChange", !0, !0), e.addEventListener("DOMContentLoaded", function() {
n.currentBreakPoint = n.getBreakPoint(), n.currentAdvertBreakPoint = n.getAdvertBreakPoint();
}, !1), e.addEventListener("resize", function() {
var t = n.getBreakPoint(), e = n.getAdvertBreakPoint();
t !== n.currentBreakPoint && (n.currentBreakPoint = t, n.dispatchEvent(i)), e !== n.currentAdvertBreakPoint && (n.currentAdvertBreakPoint = e,
n.dispatchEvent(a));
}.debounce(300), !1);
}
}(window, document), function() {
function s(t) {
for (var e = document.cookie.split(";"), n = -1; ++n < e.length; ) {
var i = e[n].split("=");
if (i[0].match(t)) return decodeURIComponent(i[1]);
}
return "";
}
function c() {
var t = window.SKY_SPORTS.user;
return t.isLoggedIn ? t.isSkySports ? 1 : t.isWholesale ? 3 : 4 : 2;
}
window.SKY_SPORTS = window.SKY_SPORTS || {}, function t() {
var e, n, i = s("interactive"), a = i ? JSON.parse(i) : {}, o = s("skySportsSSO"), r = {
isLoggedIn: (e = o, !!e),
getType: c,
set: t
};
r.isLoggedIn && (r.name = a.f || "", r.isSkyHD = 1 === a.hd, r.isSky = 1 === a.st,
r.isSkySports = 2 === a.st, r.isNowTV = 3 === a.st, r.isWholesale = !(!(n = o) || !n.match(/^WIG/)),
a.country && (r.country = a.country)), window.SKY_SPORTS.user = r, function(t) {
var e = t.getType(), n = 1 === e || 3 === e ? '.item[data-role="nosub"]{display:none!important}.item[data-role="sub"]{display:inline-block!important}' : '.item[data-role="sub"] {display:none!important}';
n += 1 !== e || t.isWholesale ? "" : ".remote-record-link.-hdn {display:block!important}";
var i = t.isWholesale ? "[data-not-for-wholesale]{display:none!important}" : "";
window.SKY_SPORTS.addCss({
id: "userTypeButton",
css: '.button[data-role="subscriber-promo-button"]:after{content:attr(data-usertype' + e + ")}" + n + i
}), window.SKY_SPORTS.addCss({
id: "userLabel",
css: ".user-label:after{content:attr(data-label-type" + e + ")}"
});
}(window.SKY_SPORTS.user);
}();
}(), SKY_SPORTS.postpone = {
funcs: {},
init: function() {
this.items = document.getElementsByClassName("postpone"), this.addFunc("removeclass", function() {
var t = this.getAttribute("data-postpone-removeclass");
t && this.classList.remove(t), this.classList.remove("postpone");
}), this.scan();
},
addFunc: function(t, e) {
this.funcs[t] = e;
},
scan: function() {
for (var t = -1; ++t < this.items.length; ) {
var e, n = this.items[t];
n.whenVisible || (e = n.getAttribute("data-postpone-call")) && this.funcs[e] && (n.whenVisible = this.funcs[e],
n.setAttribute("data-postpone-class", this.className), n.detach = this.detach),
this.isInViewPort(n) && n.whenVisible();
}
var i = this;
setTimeout(function() {
window.requestAnimationFrame(i.scan.bind(i));
}, 50);
},
isInViewPort: function(t) {
var e = t.getBoundingClientRect();
return 0 !== e.width && (!(e.bottom < 0) && !(window.innerHeight – e.top < 0));
}
}, SKY_SPORTS.postpone.init();
Ruth Chepngetich prueva positiva para una sustancia prohibida, hydrochlorothiazide o HCTZ; la Unidad de Integridad Atletica dijo que HCTZ se usa clínicamente para tratar la retención de líquidos y la hipertensión; Chepngetich establecio el récord mundial por casi dos minutos en el Maratón de Chicago el octubre pasado
Última actualización: 17/07/25 5:29pm
Ruth Chepngetich, la titular del récord mundial de maratón femenino, ha sido suspendida provisionalmente por una prueba de dopaje positiva
Ruth Chepngetich, la titular del récord mundial del maratón femenino, ha sido suspendida provisionalmente por una prueba positiva de dopaje el jueves.
Chepngetich tuvo una prueba positiva de un diurético prohibido y agente enmascarador, hydrochlorothiazide o HCTZ, en marzo y “optó por una suspensión provisional voluntaria mientras continuaba la investigación de la AIU”, dijo la Unidad de Integridad Atletica (AIU).
La corredora keniana establecio el récord mundial por casi dos minutos en el Maratón de Chicago el octubre pasado en 2 horas, 9 minutos, 56 segundos. Fue su tercera victoria en Chicago.
- ¿No tienes Sky? Obtén Sky Sports o transmite en NOW 📺
- ¡Elige las notificaciones push de Sky Sports que deseas!
La AIU dijo que HCTZ se usa clínicamente para tratar la retención de líquidos y la hipertensión, añadiendo que los diuréticos pueden ser abusados para enmascarar la presencia en la orina de otras sustancias prohibidas.
La mujer de 30 años también ganó el maratón en el campeonato mundial de 2019 en Qatar, donde la carrera femenina comenzó a medianoche para evitar el calor extremo del día.
En abril, Chepngetich se retiró del Maratón de Londres, diciendo en ese momento que “no estaba en el lugar correcto mental o físicamente” para correr su mejor tiempo.
La AIU no dio un cronograma para un caso disciplinario.
