”
], { 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);
});
});
})();
Jon Heidenreich revealed his feelings about the segment with Michael Cole
Recently, the former WWE superstar appeared on INSIGHT with Chris Van Vliet. During the conversation, he spoke about a SmackDown segment in September 2004 where he abducted Cole from the announcers’ table, took him to a room, thrusted into him multiple times, and then finally landed him with a poem.
He revealed that the segment would always be disturbing, especially because the angle was meant to suggest something other than just Heidenreich asking Cole to thank him for the poem. He explained that the heavy breathing and the closeness between Cole and him were not specifically scripted, but he went along with what felt natural to the segment.
Well, I mean, they said I was gonna abduct him, and bring him to the back, and then put him in a room. Then I think it was like you’re gonna act like you were like watching him, and you’re going one place with it. It’s like you’re going like it, and then you say, I’m gonna give you a poem. But it sounds like I’m gonna give him something other than a poem. I don’t know if it’s innuendos and stuff when you say it, ‘I’ve been watching you, I know what you want, and I’m gonna give it to you.’ But I look back and all the things that have been said about all these years, it’s kind of made me infamous, more than famous. But it’s disturbing still, and it’s weird,” said Heidenreich.
He further added that Michael Cole had agreed to the segment and to build the story. Vince McMahon used to love these kinds of segments, which were controversial and disturbing.
“I could tell he was down for whatever. It’s like we’re working together. It’s a scene, and we’re building a story. Vince loved all this stuff. I know he liked it, because it was disturbing, and it was believable,” added the former superstar.
WWE has not uploaded that segment on social media.
`;
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-vince-loved-stuff-heidenreich-opens-infamous-michael-cole-assault-backstage?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













