”
], { 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’m just saying they’ve invested so much time into this intellectual property for it to end after the last match, I think it’s what are the returns on investment? How about all the talent that worked with me and put me over through the years? How can we continue to give this energy away? And in normal terms, it’s you bring Hulk Hogan back, you play Real American, he comes out, you bring Steve Austin back, the glass crashes, he announces WrestleMania attendance, all that’s great. It’s nostalgia, you see the character, you see the IP. You get a one-shot off of like is it and as an added attraction, John Cena is going to announce WrestleMania attendance. He’s going to be the host of WrestleMania. Yeah. It doesn’t sell WrestleMania.”
He continued:
“I appreciate it, I got to be there as a fan, I loved it. But if we could take the energy we built at the IP and create an event based on opportunity, which is what I stand for. Hustle, loyalty, and respect are things I stand for. Perseverance, never giving up. All the things that I’ve been preaching over 25 years and create an event that hopefully can stand alone.”
John Cena revealed that the Classic was his idea
In the same conversation with Zack Heydorn, Cena revealed that it was his idea to come up with the Classic, the same way that he came up with the retirement tour that he embarked on last year:
“The John Cena Classic took took four or five months for me to get a a proper situation where I could talk to Triple H and Nick Khan. And they digested the information. We’ve been working out the details for about two months now. And we’re we’re going forward. We’re going to give it a shot.”
It now remains to be seen when the tournament comes into the picture for good, and what the format ultimately ends up being.
If you use the quotes from this article, please give an H/T to Sportskeeda and credit Sports Illustrated.
`;
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-real-reason-why-john-cena-classic-happening-wwe?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













