”
], { 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);
});
});
})();
Speaking in a video uploaded to his Instagram, Rusev admitted that it’s quite difficult for him to climb a ladder with a broken back, and the match isn’t suited to his style. However, he is determined to win the championship at The Grandest Stage of Them All.
“Ladder match at WrestleMania. All week I keep hearing how, ‘This is not Rusev’s type of match. How my power fears that speed.’ I’m not afraid of my opponents; I’m afraid for my opponents. It’s kinda hard to climb anything with a broken back, so I will handle the ground warfare, and I will catch them from the sky one by one. I may not fly like those guys, but I’ve been climbing ladders my entire life. When I left my country, Bulgaria, when I slept in my car, when I broke my neck, or when I rode a freakin’ tank into WrestleMania. So this is kind of a poetic moment: Ladder Match at WrestleMania. This lone soldier [statue] behind me reminds me of me. Just sitting on the top of the world looking down on everybody else. And you know when it’s your time. This is my time. This is my match. And at this WrestleMania, Rusev will have his day and become the new WWE Intercontinental Champion,” said Rusev. [H/T: 411Mania]
Penta won the WWE Intercontinental Championship by defeating Dominik Mysterio
Penta became the new WWE Intercontinental Champion by defeating Dominik Mysterio on Monday Night RAW. He dethroned the former champion after Finn Balor prevented JD McDonagh from helping “Dirty” Dom.
The new champion has already defended the title once, beating Kofi Kingston last week on Monday Night RAW.
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-this-kind-poetic-moment-rusev-explains-deserves-spot-wwe-intercontinental-championship-ladder-match-wrestlemania-42?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


