”
], { 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);
});
});
})();
Orton and The Miz then battled in a tournament match, and The A-Lister almost pulled off the upset. The veteran went for the Skull Crushing Finale, but Orton escaped and connected with an RKO for the pinfall victory. As a result of the win, The Viper has qualified for the Fatal 4-Way match for Drew McIntyre’s title at Saturday Night’s Main Event on January 25.
Jacob Fatu returned during last week’s SmackDown to attack Drew McIntyre during the Three Stages of Hell match. However, The Samoan Werewolf also went after Cody Rhodes, and McIntyre capitalized by escaping through the steel cage door to become champion.
WWE legend claims Randy Orton deserves more TV time
Wrestling icon JBL recently claimed that Randy Orton deserves more time on WWE television.
In an interview with Video Gamer, the Hall of Famer praised Orton and stated that he would have him booked on SmackDown more often if he were in charge. He also suggested that The Legend Killer was as big a star as there was in the wrestling business.
“It is hard to say. I would have him on TV more, in my personal opinion, yes. But you put him on TV more, maybe that can be a negative thing. You don’t know until you do it, and I don’t think you can get too much Randy Orton. I think he’s that good. But I don’t know the answer to that. He is as big a star as there is. When he comes out, everything changes, and that’s important. There are very few guys in business that [sic] can do that. Randy’s one of those guys. So something is going very right with Randy right now.” (H/T: Video Gamer)
It will be interesting to see if Drew McIntyre can retain his title next weekend at Saturday Night’s Main Event.
`;
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-takes-massive-step-towards-15th-world-championship?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













