”
], { type: “text/html” }
);
const iframe = document.createElement(“iframe”);
iframe.src = URL.createObjectURL(blob);
iframe.style.cssText = “width:100%;height:100%;border:0;”;
container.appendChild(iframe);
attachIframeMessageListener(iframe);
}
const observer = new IntersectionObserver((entries, obs) => {
const entry = entries[0];
if (entry.isIntersecting) {
obs.unobserve(entry.target);
requestIdleCallback(() => {
initWidget(entry.target);
}, {
timeout: 200
});
}
}, {
root: null,
rootMargin: “300px 0px”,
threshold: 0.01
});
requestIdleCallback(() => {
$all(“.nl-inline-form-container”).forEach((c) => {
observer.observe(c);
});
});
})();
Earlier today, Cathy Kelley joined the broadcast team for the Countdown to WrestleMania 42 ahead of the premium live event. The popular backstage interviewer revealed that although her neck was still a little stiff, she was doing okay. Kelley noted that more than anything else, she was shocked and embarrassed for not being able to get out of harm’s way.
“I’m okay. My neck is still a little bit tight. I think, if anything, I was just in shock during that moment as a lot of people were. And a little embarrassed because I was hoping I could get myself out of the way. But it clearly came out of nowhere,” Kelley said.
You can check out the Countdown to WrestleMania 42 below:
Kelley further revealed that neither Liv Morgan reached out to her nor did she try to contact The Judgment Day member after the incident. However, Stephanie Vaquer had already apologized to her twice.
Cathy Kelley could soon take a new role in WWE
Sean Ross Sapp of Fightful Select recently answered a fan’s question whether Cathy Kelley was training to be an in-ring performer.
SRS reported that although Kelley trained at the Performance Center, it was not for an in-ring run. He added that all the training was for her to gear up for an expanded on-screen role in the Stamford-based wrestling promotion.
There had previously been rumors about Kelley training for a potential managerial role. Only time will tell if and when the backstage interviewer makes the switch.
In case you use the quotes from the first half of this article, please credit WWE with an H/T to Sportskeeda Wrestling for the transcription.
`;
if (index == 3 && isOpera) {
storyHTML += `
`;
}
recommendedArticlesContainer.innerHTML += storyHTML;
});
}
}
function getStoryActionHTML(story, storyTitle, permalink) {
if (shouldHidePostActions) return “”;
return `
`;
}
function recommendedArticles() {
var baseUrl = “https://cf-gotham.sportskeeda.com/recommendations/post/news-cathy-kelley-provides-health-update-ahead-wrestlemania-42?lang=en&category=wwe”;
pureJSAjaxGet(baseUrl, function(data) {
renderRecommendedArticles(data);
if (isOpera) {
renderOperaFeedAd();
}
}, function() {}, false);
}
var options = {
root: null,
rootMargin: “0px 0px 70% 0px”,
threshold: 0.1
};
var observer = new IntersectionObserver(function (entries) {
entries.forEach(function (entry) {
if (entry.isIntersecting) {
recommendedArticles();
observer.unobserve(entry.target);
}
});
}, options);
var targetElement;
if (showAlsoReadSection && !showAlsoReadSectionV2) {
targetElement = document.querySelector(‘.also-read-articles-container’);
} else {
targetElement = document.querySelector(‘.recommended-posts’);
}
if (targetElement) {
observer.observe(targetElement);
}
function renderOperaFeedAd() {
var operaFeedArticleAd = $(“.opera-article-feed-ad”);
if (!operaFeedArticleAd) {
return;
}
var firstScript= document.createElement(‘script’);
firstScript.setAttribute(“type”, “text/javascript”);
firstScript.setAttribute(“src”, “https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-1883810847636355”);
firstScript.setAttribute(“async”, true);
firstScript.setAttribute(“crossorigin”, “anonymous”);
operaFeedArticleAd.appendChild(firstScript);
operaFeedArticleAd.innerHTML += `
`;
var secondScript = document.createElement(‘script’);
var secondScriptCode=””;
try {
secondScript.appendChild(document.createTextNode(secondScriptCode));
operaFeedArticleAd.appendChild(secondScript);
} catch (e) {
console.error(e);
}
}
})();
Fetching more content…
Read the full article here













