”
], { 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);
});
});
})();
“Jr does,” he wrote.
Pat McAfee was revealed to be the mystery caller in contact with Randy Orton on the road to WrestleMania. However, Orton betrayed the former NFL punter on The Grandest Stage of Them All and hit him with an RKO out of nowhere. The American Nightmare capitalized on the distraction and planted Orton with the Cross Rhodes to retain the Undisputed WWE Championship.
CM Punk lost the World Heavyweight Championship to Roman Reigns in the main event of Night 2 of WrestleMania 42. Rhodes interrupted Punk last night on RAW and teased a future title match between the two stars. Ted DiBiase Jr. was in legal trouble recently but was acquitted of all charges related to the Mississippi welfare fraud scandal last month.
Randy Orton reveals what he wants to accomplish in WWE
SmackDown star Randy Orton recently detailed what he wanted to accomplish with the rest of his wrestling career.
In an interview with Wade Barrett, shared on the company’s YouTube channel, Orton said he wanted to break John Cena’s record for most World Championships in the promotion. The legend shared that he wanted to leave the company as the most decorated champion in history.
“Next thing on the list for me to accomplish is the 15th World Championship. That I beat Triple H and then I’ve got Ric Flair and John Cena in my sights. My goal is to leave this company one day with more world championship gold around my waist than any other competitor that has ever stepped foot into a WWE ring.” said Orton.
It will be fascinating to see what the company has planned for Randy Orton moving forward following his loss to Cody Rhodes at WrestleMania.
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-randy-orton-doubles-claim-controversial-former-wwe-star-owes-money?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


