”
], { 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);
});
});
})();
“I tell people this story all the time that she actually was a fan that used to come and watch me when I was just a local independent wrestler in Adelaide. And I remember meeting her after the fact when she first started wrestling, started training and I was sort of at the point in my career where I was wrestling in Japan and doing more stuff overseas. So I wasn’t always in the local scene as much. And I remember meeting her and her saying like, ‘Oh, you know, I’m a big fan. I used to come to these shows. I remember you doing this match and blah blah blah.’ And I just remember at the time, even when she had only been a few months in training and she wrestled on this same show that I was wrestling on, I remember watching her and being like, ‘Oh, she’s she’s going to be a big deal.’ I knew then and there I was like, ‘She’s going to be in WWE and she’s going to be a big deal.’ So, I think she’s undoubtedly maybe the greatest of all time when it comes to women’s wrestling. I’m being a little biased, but she’s definitely on top of that mountain.”
Bronson Reed sends a warning ahead of Survivor Series WarGames
Survivor Series WarGames takes place in just a few days, and Bronson Reed sent his opponents a warning on Instagram while posting a picture of his team on WWE RAW.
“Battle lines drawn,” wrote Reed.
The November 24, edition of WWE RAW featured a fiery standoff between the two teams in the main event, which is where the photo posted by Reed is from. It remains to be seen if Paul Heyman’s team will come out on top this weekend.
If you use quotes from the first half, please credit The Rich Eisen Show and give an H/T to Sportskeeda for the transcript.
`;
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-bronson-reed-fan-could-be-the-greatest-women-s-wrestler-of-all-time?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













