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

Speaking in a recent interview with David Otunga, Dawn Marie noted that getting fired was a good thing. She also mentioned that she had a bittersweet memory of her time in WWE, as appearing on NXT in 2024 led to a mixed reaction from her.

“I loved it. But I loved it so much that it made me sad, but I also hated it so much because it was bringing back things that I just pushed away that I didn’t want to deal with… It was exactly what I needed to heal (regarding her NXT appearance). I felt when I left that arena—I felt like new. That heaviness was gone. That self-doubt, that question, that this—that personal and professional, right? It was just gone.”

You can check out her comments below:

Dawn Marie | Wednesday Hang #16

Dawn Marie also spoke about why she was fired from WWE

According to Dawn Marie, the reason behind her termination from the Stamford-based promotion was her pregnancy.

Speaking in the same interview, she said:

“You know, well, I was the first woman to ever get pregnant in the industry. So I was the first woman to ever get pregnant under contract like that, and I got fired for it. I told them on a Tuesday and never was back again… No, they kicked me off TV for a little bit, and then they fired me. They told me they had nothing for me. They even tried to take me off the ECW reunion. And I had to get my lawyers to fight that. But I fought them. Like, this was my journey.”

While Dawn Marie made another appearance in WWE in 2024, showing up on NXT, it should be noted though that she did not return as an in-ring active wrestler.


If you use any quotes from the first half of the article, please credit the source and give an H/T to Sportskeeda for the transcription.

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-it-exactly-i-needed-female-wwe-star-comments-fired?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