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

#4. Donald Trump

While Donald Trump was connected to WWE in the past, the recent years have not featured any collaborations between the company and Trump. However, considering the final match of Cena, the company could bring Donald Trump to elevate the magnitude of the match.

Logan Paul, in a recent interview with Fox News, stated that he had discussed the idea, but there was no official update on it.

“We (Logan Paul and his friends) have talked about it. I have no idea. It seems like something that could happen. I think it’d be awesome. But I don’t know how political the WWE wants to get, so I’m not sure,” Paul said. [H/T – Fox News]

#3. Shane McMahon

One of the pioneers of the wrestling industry, who has completely disappeared from the business, Shane McMahon, could be present to witness one of the most emotional moments in the entire sports entertainment history.

The former General Manager of SmackDown made an appearance on a recent edition of RAW hosted in Madison Square Garden, and could be in attendance to witness John Cena’s final wrestling match as well.

#2. Vince McMahon

The former Chairman, Vince McMahon, won’t want to miss the legendary retirement of John Cena. McMahon had a huge hand in the Franchise Player’s success, and could make a return to the company, just to witness the spectacle of a match.

As per reports from Bryan Alvarez of Wrestling Observer Radio a few weeks ago, internal discussions within the company suggested that both Vince McMahon and Donald Trump could be in attendance for Cena’s retirement match.

#1. John Cena’s former rival Seth Rollins

John Cena’s long-time rival, Seth Rollins, has been out with a shoulder injury, and was written off TV a couple of months ago. The former World Heavyweight Champion has been enjoying time with his family, and has missed some major storylines and big matches, thanks to his injury.

However, Rollins would surely not miss the retirement match of the Greatest of All Time. In a recent appearance on the Rich Eisen Show, the Visionary stated that he was set to be on his way to Chicago next weekend, and will be making a stop for Cena’s last match.

“We’re going to stop through Chicago for the Cleveland game, just because we have a nice little route back from D.C. after John Cena’s last match,” he said.

WWE Superstar Seth Rollins Talks Chicago Bears, Injury Update & More w/ Rich Eisen | Full Interview

Fans will now have to wait and see who among these and some other big names make it to John Cena’s final match next Saturday.

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/4-big-names-rumored-attend-john-cena-s-final-wwe-match-saturday-night-s-main-event?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