”
], { 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 on Too Much Information, Shelly Martinez, a former WWE Diva, revealed why she was banned from taking part in bikini contests. Speaking on her YouTube channel, Martinez was discussing one of her outfits with the show’s host.
During their conversation, the ECW Diva claimed the company banned her from participating in a bikini contest after she won one of the events. The promotion enforced a ban mainly because Martinez was a heel on television, and they didn’t want a traditional heel to win a babyface-esque contest on the weekly product.
“I wore both of these, not together, in WWE. That skirt I wore and then that bikini top. I still have it. I wore it with a bikini when I was in Mexico, and I did the bikini contest, and I won, and they said I can’t do the bikini contest anymore because I’m a heel and I’m not supposed to be winning,” Martinez said. [H/T – TJRWrestling]
Ex-WWE Diva wanted to hook up with CM Punk
Dating is the norm backstage across several wrestling promotions as superstars end up spending time together on the road. While some relationships evolve, others don’t get a perfect ending. A while back, Shelly Martinez opened up about her personal life on her YouTube channel.
The former Ariel revealed that she was interested in CM Punk when they both were on ECW. However, circumstances weren’t in her favor, and the two didn’t end up together. Moreover, Martinez was glad she didn’t get physical with The Second City Saint, as she was also close to one of his friends.
The two never got into a relationship, and Martinez was eventually released from WWE. She spent time on the independent circuit for a few years and retired from in-ring competition in 2017.
`;
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-they-said-i-can-t-bikini-contest-anymore-wwe-banned-female-star?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













