], { 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);
});
});
})();

Earlier this year, Styles revealed that he will retire from in-ring competition next year and has been planning his last run as a performer. According to Dave Meltzer of the Wrestling Observer Newsletter (WON), one source indicated that TNA wants Styles to compete on their debut show for AMC next year in January.

John Cena vs. AJ Styles: Crown Jewel 2025 highlights

Moreover, the two-time WWE Champion is interested in competing in TNA Wrestling before he retires from in-ring competition. It’ll be interesting to see if the company allows The Phenomenal One to appear in another promotion for a match.


AJ Styles’ former WWE rival praises The Phenomenal One

John Cena was arguably AJ Styles’s biggest rival in the Stamford-based promotion, and the two recently got to run it back inside the square circle at Crown Jewel 2025 in Perth. While The Franchise Player won the contest, this was their last encounter as rivals.

Speaking on The Ringer, the 17-time WWE Champion praised the face of TNA and recalled the time the two worked for the first time in the Stamford-based promotion. Moreover, Cena dubbed Styles the nicest human being he has come across in the industry.

“First time ever I’ve worked with AJ Styles. He is the nicest human being in sports entertainment,” Cena said.

The Phenomenal One is currently the World Tag Team Champion on Monday Night RAW alongside Dragon Lee. It’ll be interesting to see what both companies have planned for AJ Styles’ final run in the industry in 2026.

Why did you not like this content?


`;
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/rumor-tna-wrestling-wants-major-wwe-name-reports?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

Leave A Reply

Exit mobile version