”
], { 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 Monday’s episode of RAW in Toronto, Michael Cole confirmed that the new arena will be called the Riyadh Season Stadium in the King Abdullah Financial District. It used to be a parking lot a month ago, but WWE and the Saudi Arabian government have quickly built the stadium in less than 30 days.
According to Mohammed Waheed of Super Wrestling, the construction began before January 5. The stadium is nearing completion, with Waheed calling it a historic achievement since it took just around a month for its construction, though there are reports that the stadium might be temporary.
2026 Royal Rumble Match Card
There are only four matches on the Royal Rumble card heading into the SmackDown go-home show on Friday. Here’s the official match card for this year’s Rumble event:
- Men’s Royal Rumble Match featuring Cody Rhodes, Roman Reigns, Solo Sikoa, R-Truth, Jacob Fatu, Gunther, Jey Uso, Rey Mysterio, Dragon Lee, Penta, Bron Breakker, Logan Paul, Bronson Reed, Austin Theory, Je’Von Evans, and Oba Femi.
- Women’s Royal Rumble Match featuring IYO SKY, Rhea Ripley, Roxanne Perez, Liv Morgan, Raquel Rodriguez, Bayley, Lyra Valkyria, Asuka, Chelsea Green, Jordynne Grace, Charlotte Flair, Alexa Bliss, Nia Jax, Lash Legend, Giulia, Becky Lynch, and Maxxine Dupri.
- AJ Styles vs. Gunther in a Career-Threatening Match
- Drew McIntyre vs. Sami Zayn for the Undisputed WWE Championship
It will be interesting to see which other stars join the Men’s and Women’s Rumble matches. RAW general manager Adam Pearce told Finn Balor that the men’s bout is already “full,” so he decided to ruin Monday’s main event between CM Punk and AJ Styles.
`;
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-michael-cole-reveals-shocking-truth-wwe-royal-rumble-2026?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













