”
], { 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);
});
});
})();
While this year’s Mania received mixed reactions from fans and critics, fans are actually concerned about the status of next year’s show. The conflict in the Middle East has affected a lot of things in Saudi Arabia and also put WrestleMania 43 status in jeopardy. However, the TKO President and COO Mark Shapiro recently put all such claims to rest by providing a new update.
As reported by the Wrestling Observer Newsletter, Mark Shapiro stated that TKO is firmly moving ahead with their scheduled events in the country despite the ongoing chaos in the region at the recent Investors’ call. He noted that Saudi Arabia’s commitment to their shows is unwavering.
Fans are looking forward to seeing the Grandest Stage of Them All for the first time outside the United States next year.
The Rock vs Roman Reigns is expected to headline WWE WrestleMania 43
Saudi Arabia has been the destination for the biggest WWE shows for the last few years. The Stamford-based company always books some of their biggest matches for their Saudi events and the shows are headlined by their major stars.
It is a known fact that WWE has been planning to book Roman Reigns and The Rock in a singles match for a very long time now. However, the company hasn’t been able to book the match till now. WrestleMania 43 is the perfect stage for the company to book this match. Saudi shows are always the most lucrative for WWE and will be perfect stage for the Rock to fight his cousin.
It will be interesting to see if the Rock and Roman Reigns will face each other at WrestleMania 43 next 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-update-wwe-saudi-arabia-relationship-amid-conflict-wrestlemania-43-status?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



