”
], { 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);
});
});
})();
WWE’s official website posted an article predicting who Orton might be talking to on the red brand. The first name the Stamford-based promotion suggested was The Viper’s Hall of Fame father, Bob Orton. During his segment, Randy mentioned that “wrestling has more than one Royal Family,” which could be a hint that he’s referring to his family. The name “Orton” has been prominent in the wrestling business since the 1950s. His grandfather, uncle, and father have contributed greatly to it.
Moreover, another easter egg was that during the call, the multiple-time champion said: “It was good seeing you a couple of weeks ago, too.” The company noted that the Legend Killer appeared on The Pat McAfee Show in Indianapolis ahead of Elimination Chamber, which is just an hour’s flight from Bob Orton’s current residence in St. Louis.
Check out the post.
WWE legend feels Randy Orton feud will elevate Cody Rhodes
Cody Rhodes has already established himself as the white-hot babyface of the Stamford-based promotion, and many even consider him the face of the company.
Speaking on his podcast, Hall of Famer Rikishi expressed that the current rivalry between The Apex Predator and The American Nightmare would take Rhodes to the next level.
“I feel that Randy Orton is the guy to be able to take Cody Rhodes to that next test,” he said.
That being said, it will be interesting to see what’s next in the Orton and Rhodes saga in the coming weeks as WrestleMania 42 is on the horizon.
`;
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-wwe-intentionally-spoils-randy-orton-phone-75-year-old-hall-famer?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













