”
], { 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);
});
});
})();
Recently, Eva Marie appeared in an interview on Insight with Chris Van Vliet, where she addressed her shocking wardrobe malfunction on the blue brand.
“So that whole kind of storyline was fun. There’s always going to be an excuse for me not to get in the ring. One I got stuck in traffic. The other one I hurt my knee, and then the wardrobe malfunction. I can’t remember who exactly thought of that idea, but it was pitched to me. I’m obviously easy, I’m really am, especially because I’m a bad guy as is, so I have removed really quickly being the hero or being like, the one that doesn’t look silly. Because I think that also is a big component in going into WWE. Sometimes some superstars have a really hard time with [being the butt of the joke], or not being the man. I kind of let that sh*t go, because it was like, it’s fine, here we are, and it worked,” she said. (H/T: chrisvanvliet.com)
Moreover, the former SmackDown star revealed:
“People really did hate me. There’s a sign, and I can’t remember what city it was, it was like, if Eva Marie’s here, we riot. Or just this crazy little section of this is Eva Marie’s section or something so obnoxious, but it was fun, because they couldn’t wait to just talk sh*t to me when I came out. But the wardrobe one was gnarly, because it’s live television, so to make it realistic, we had to do like we did a run through with it, because the last thing that we needed me actually dropping my top. So cameramen were paranoid, freaking out, so I was securely taped, but it came off pretty good,” she said. (H/T: chrisvanvliet.com)
Eva Marie is open to a WWE return
Last year, in an interview, Eva Marie spoke highly of the Stamford-based promotion and expressed that she loves the company.
She admitted that she is open to returning to the sports entertainment juggernaut one more time, and the possibility of her comeback is always on the table.
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-eva-marie-addresses-wwe-wardrobe-mishap-makes-wild-confession-actually-dropping-top?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


