”
], { 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);
});
});
})();
Dawn Marie hardly wrestled following her exit and retired in 2008. After years of inactivity, she made a couple of cameo appearances in NXT in November 2024 in non-wrestling roles. In a recent interview with Going Ringside, Marie clarified that she was not looking to lace up wrestling boots again.
“No, my days are over.” (H/T – RingsideNews)
The veteran star also said that she was a nurse by profession now and that she adored her job too much to leave it behind.
“What I’m doing now is I’m a nurse by trade. So I specialize in locked dementia units. I’ve been loving that. I’ve been doing that for years.”
Dawn Marie addresses the controversy surrounding her feud with Torrie Wilson in WWE
Elsewhere in the same chat, Marie spoke candidly about her feud with Torrie Wilson that saw the former getting romantically involved with the latter’s father. She explained that even though many deem it to be among the worst stories in WWE history, fans still discussed it, which was a mark of its longevity.
“Oh, all the time. Although, you know, it’s so funny, because a lot of people say, ‘That was the worst angle ever.’ But I’m like, ‘How? Everybody remembers it.’ So, how’s it horrible?’ [They’re still asking you about it.] Yeah. If it was horrible, then no one would remember, right? So, I love it. It was a great time,” Marie said.
With the evolving times, fans have come to view many of WWE’s stories through a critical lens, as many feuds from that time had problematic undertones.
`;
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-female-star-officially-confirms-retired-will-never-wrestle-wwe?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













