”
], { 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);
});
});
})();
Cathy Kelley had used valet services the night before, and the valet had mistakenly left their walkie-talkie in her vehicle. Unaware of the incident, she entered her car in the morning only to be rudely shocked by the voices she heard.
After discovering the walkie-talkie and not a murderer, the WWE personality wrote the following in her Instagram story:
“the valet guy accidentally left his walkie in my car last night so when i heard voices in the backseat of my car this morning i thought i was gonna get murdered. how’s everyone else’s day going?”
You can check out a screenshot of her story below:
Television presenter Cathy Kelley on her WWE ambitions
Cathy Kelley appeared on Insight with Chris Van Vliet last month.
There had been recent speculation that the television presenter had been spending time in the WWE Performance Center and could be interested in an in-ring role. Van Vliet asked her about these rumors.
Speaking about her WWE ambitions, she admitted she didn’t want to have a match, but understood that taking bumps was part of the job. However, she said that she would love to become a manager. She noted that it’s something she’s wanted for a long time, also bringing up the time she played Ryan Katz’s valet in the indies once.
“I don’t think I would want to have a match. I’ve expressed in the past that I do want to get more involved in some capacity. I would love to be a manager. I don’t know who for. That’s been something that I’ve said for probably a decade now. I actually valeted Ryan Katz in his last match on the indies many, many years ago. But that progression is something that I would want,” Kelley said.
It remains to be seen if Cathy Kelley can fulfil her ambitions of becoming a WWE manager someday. Maybe she could manage her close friend Rhea Ripley? That would be an interesting dynamic to explore, despite The Eradicator being very good on the mic.
For now, her fans can be happy that her car incident from this morning was nothing to be worried about.
More from Sportskeeda
${getStoryActionHTML(story, storyTitle, permalink)}
`;
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-personal-update-wwe-star-cathy-kelley?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


