”
], { 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);
});
});
})();
The promotion’s official website teased the fallout of Orton’s return tonight on SmackDown by wondering how Cody Rhodes would respond to the attack.
“The Viper is back. Randy Orton made his shocking return at SummerSlam, striking Cody Rhodes with an RKO during The American Nightmare’s title match against Undisputed WWE Champion CM Punk. How will Rhodes respond? Find out Friday on SmackDown at 8 ET/7 CT on USA.” (H/T: WWE.com)
Kevin Owens made his return during Night 2 of SummerSlam and won a number one contender’s match to earn a future title shot against CM Punk. Owens and Punk are scheduled to meet face-to-face tonight on SmackDown.
Major WWE star reacts to Randy Orton’s return
CM Punk sent a warning to Randy Orton following his surprise return at SummerSlam.
Speaking on the SummerSlam Post-Show, Punk reacted to Orton’s return and sent a warning to the wrestling icon.
“I got the target on my back, the gold around my waist. There’s a reason why I call myself ‘The Best in the World’; everybody wants to be that, and I am that. So come and get it. Gunther. Randy. I’m not stoked about what Randy did. Randy’s a snake. Randy wants some, he can get some. His dad Bob [Orton] can get some. Randy’s mom wants some; I’ll slap her too. I don’t really care. Trick Williams? Whoop that Trick? I’ll give some to him too. CM Punk is here, and I’m a target, and I welcome every single archer who wants to shoot a bow and arrow at me,” he said.
It will be interesting to see what the company has planned for the rivalry between Rhodes and Orton moving forward.
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-wwe-teases-major-randy-orton-fallout-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




