”
], { 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);
});
});
})();
“You said it. John Cena, every time I see him he makes time for me. He is the most incredible, down-to-earth, human being. Just a great person. It definitely kills me that I never got to wrestle him, but it’s an eras thing. One of my favorite wrestlers was Roddy Piper. I didn’t get to meet him before he passed. That’s just wrestling, man,” he said. (H/T: TV Insider)
Cena hosted WrestleMania 42 last month in Las Vegas. He also appeared at WWE Backlash 2026 to announce the John Cena Classic tournament, which will feature stars from WWE’s main roster and talent from NXT. The upcoming tournament will also incorporate fan voting as a way to choose the winners.
WWE legend John Cena reveals why the tournament is happening
Wrestling icon John Cena recently shared why the upcoming tournament will be taking place.
In an interview with Sports Illustrated, Cena stated that he had spent a lot of time building up his name and wanted to pay it forward. He noted that the tournament was also based around his values and what his character stood for.
“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.”
It will be interesting to see what WWE has planned for the tournament later this year.
More from Sportskeeda
${getStoryActionHTML(story, storyTitle, permalink)}
`;
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-major-aew-star-breaks-character-praise-john-cena?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


