â
], { 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);
});
});
})();
âđ¨ đ¨ đ¨ @RandyOrton, U.S. Champion @_trickwilliams and @luchalibreaaa Cruiserweight Champion @ReyFenix battle it out in a #MITB Qualifying Match TONIGHT on #SmackDown!â
Orton lost his Undisputed WWE Championship match to Cody Rhodes at WrestleMania 42. Orton had aligned with Pat McAfee on the road to WrestleMania but decided to betray the former NFL punter at The Show of Shows. After the loss, The Viper punted Rhodes in the head before going on hiatus.
Orton returned at SummerSlam to cost Rhodes his title match against CM Punk. He hit The American Nightmare with an RKO out of nowhere while the referee was distracted at the PLE, and CM Punk capitalized with a GTS on Rhodes for the pinfall victory. Orton defeated Rhodes at Sunday Nightâs Main Event earlier this month.
Former WWE star pushes back against Randy Ortonâs claim
Wrestling veteran Rob Conway pushed back on Randy Ortonâs claim that he ignored a handshake offer from him.
Speaking on the Insight podcast with Chris Van Vliet, the former WWE star suggested that it sounded like something Orton would have done to someone else and that he would never do that.
âNow the first time I met Randy, I remember I knew who his dad was, and stuff like that. We were at a gym, and me and him are still good friends, but he claims that the first time I met him, I walked into the gym, they said, âThis is Randy Orton; he just got signed.â He stuck his hand out, and I looked him up and down and walked right by him. That would have never happened. That sounds like something he would do, but I donât know how [that came up],â he said.
It will be fascinating to see if Orton can qualify for the Menâs Money in the Bank match by emerging victorious tonight on WWE SmackDown.
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-massive-randy-orton-match-announced-wwe-smackdown?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



