”
], { 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);
});
});
})();
During an interview on WrestlingNewsCo’s Velvet Ropes, Adams talked about her on-screen character and admitted that she loved playing the role of a s*x symbol.
“Looking back, for me, I love being called a s*x symbol. A lot of people are like, ‘Oh, but you were just thrown into that little s*xual role.’ Again, wrapping back into how I made you know my entrance into TNA. Like, you have to develop a character. You have to develop something for the fans to like. And for me, I’ve always leaned into, ‘Okay, I’ll use my body, use my looks,'” she said.
She said this might not be for everybody but it is about finding out what works for an individual.
“That might not be for everybody, okay? And you’ll find your knack. And for me, that’s just a way to enter yourself into future storylines. It’s not a forever. Figure out a way to get through it. Lean into the fans that do love you,” she added.
Adams had a stint in WWE from 2006 to 2007 and joined the ECW brand. She became a part of the Extreme Exposé, which also included Layla and Kelly Kelly.
Following her departure from the promotion in 2007, she joined TNA and won the TNA Knockouts Championship twice.
Brooke Adams said WWE star makes her question herself
During the same conversation, Brooke Adams made another confession about a WWE star.
She said she is obsessed with Rhea Ripley and admitted if she were a lesbian, the Eradicator would have had a hard time keeping her away.
Adams said Ripley made her question herself and said the former Women’s World Champion was hot and was a one in a million girl.
If you use quotes from this article, please credit WrestlingNewsCo’s Velvet Ropes and give an H/T to Sportskeeda Wrestling for the transcription.
`;
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-i-ll-use-body-former-wwe-loves-s-x-symbol?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













