”
], { 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);
});
});
})();
It seemed likely that this would be their final Premier League game, but a 1-0 win over Everton on the final day meant that they survived for another season, and it was fellow London rivals West Ham who went down instead.
While Spurs fans have been celebrating over the past hour, SmackDown’s Nathan Frazer has revealed that he paid Danhausen a lot of money to make it happen. Which could mean that he took back a curse.
Despite this, Spurs will now have an uphill battle next season as the Premier League looks set to welcome Hull, Coventry City, and Ipswich Town.
Nathan Frazer isn’t the only WWE star happy with today’s result
It seems that there are more Spurs fans in WWE than anyone was aware of, since Finn Balor has also updated his status to note his happiness that his team were able to survive on the final day.
It’s a shock that a team of Tottenham’s caliber had been part of a battle at the foot of the table, but fans will now rejoice that they will not become a Championship team.
Balor shared a video once again mocking JD McDonagh, but also with the caption “Come on Spurs” after the final whistle blew, and it was confirmed that the win over Everton was enough to send them up to 17th. West Ham also picked up the win, 3-0 over Leeds on their final day in the Premier League, since three points weren’t enough to keep them out of the relegation zone.
If Spurs had lost to Everton, they would have been relegated given the other results arounf them, but it seems that Danhausen ensured that wasn’t the case.
`;
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-major-wwe-star-claims-paid-danhausen-lot-money-interfere-premier-league-football-relegation-battle?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













