], { 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);
});
});
})();

Kelley broke her silence about the topic on X/Twitter, where she wrote a heartbreaking message to her fans, appreciating them for the love they had shown. She also thanked them for sharing their own experiences with her.

“this past day’s been filled with reading messages and comments from people sharing their own stories, diagnoses and experiences and i honestly don’t know how to put into words how much it means to me. anyone late diagnosed will know the feeling… i’ve spent my whole life watching others talk about wanting to stand out or be unique,” she wrote.

She revealed that all her life she had been trying to fit in with the rest of the world, and she finally understood why she felt different. She also hoped she could return the love and kindness everyone had shown her:

“meanwhile, all i ever wanted was to fit in and then that moment where it all finally makes sense 🥹 thank you to everyone who reached out with kindness or encouragement. thank you for making me feel so welcomed, included and understood. i hope one day i can return the favor.”

Cathy Kelley has had two stints with WWE since 2016. She left in 2020 only to return in 2022 and serves as a backstage presenter and interviewer for weekly shows and premium live events.


Cathy Kelley has bigger ambitions in WWE

In the same interview on Insight with Chris Van Vliet, Cathy Kelley spoke about her ambitions in WWE.

Last year, it was reported that she had spent some time in the WWE Performance Center. During the interview, she doused the fire about an in-ring stint, but she said that she would love to be a manager.

“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,” Kelley said.

It remains to be seen whether Kelley realizes her ambitions of becoming a manager in the global wrestling juggernaut as she continues to do a stellar job on WWE SmackDown.

Why did you not like this content?


`;
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-heartbreaking-update-wwe-star-cathy-kelley-breaks-silence?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

Leave A Reply

Exit mobile version