”
], { 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);
});
});
})();
In an appearance on INSIGHT with Chris Van Vliet, Eva Marie claimed that she was supposed to be in the company for a longer period of time, but due to backstage changes in management, she was eventually released earlier than expected.
“That one is actually f**king a little bit odd, because it was supposed to be longer than that, and it wasn’t. But I think there is going to be changing of hands in management, and that’s kind of what happened with my contract. So it kind of got messed up within kind of that communication,” Marie said. [H/T – CVV]
While she didn’t elaborate on the reason behind her release, she claimed the changes affected her contract, which led to her release.
What did Eva Marie do in WWE?
In 2013, Eva Marie signed with the Stamford-based promotion and spent over two years as a performer on the developmental brand. In 2016, she received her main roster call-up and often appeared on WWE RAW. Later, she moved to SmackDown, where the management tried to push her.
Unfortunately, it didn’t work, but Marie was often seen on Total Divas. In 2017, she left the company and pursued other interests outside the Stamford-based promotion. In 2020, she signed with WWE for a second run and took Piper Niven, now Duodrop, as her protégé in 2021.
The storyline went nowhere as Duodrop eventually turned on Marie at SummerSlam 2021 when she lost to Alexa Bliss. In her final weeks, she appeared and competed on WWE RAW before she was released from the promotion in November.
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-f-king-little-bit-odd-wwe-released-female-star-due-backstage-shake-up?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



