”
], { 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 his interview with Shak Wrestling for CBS Sports, John Cena spoke about his place in the wrestling world and confirmed that he was retired, despite having recently returned for a major announcement. He was asked why the last young WWE Champion had been Bray Wyatt, and that was years ago.
He spoke about his own lengthy reign and how long he and a few others had held sway… something that was not typical for the business.
“I don’t think one reason points in that direction. It could be someone like me who had an unprecedented stay of 23 years. Keep in mind, that’s not the usual career length of a WWE Champion or superstar. And alongside me, Randy Orton, side-by-side. Dave Batista had a bit of a shorter run, and Brock Lesnar was in and out, but that class that you spoke of so highly, man, we had an anomaly of longevity and success. That takes up time and spots, and so now you’re talking about as we are weaning out… certainly… my chapter’s done, Batista’s chapter is done, Randy’s the only one left.”
John Cena went on to explain that the main eventers in the company were now only the most seasoned performers who could connect with the audience. They were the ones who had come up for a while and had a lack of spots, but were finally shining through. He said that, despite this, with the talent in the company as it was, a WWE Champion could be someone young soon.
“But now new performers are going to get those spots and those are going to go to the most seasoned performers that connect with the audience who are a bit on the older scale. That doesn’t mean… I don’t think we are ruling out the possibility of a young champion in the very near future. Because we are loaded with youth, speed, and talent.”
The star has now officially retired.
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-my-chapter-s-done-beloved-wwe-star-officially-says-he-s-retired-despite-recent-return-for-huge-announcement?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




