”
], { 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);
});
});
})();
Speaking in a recent interview with 93.7 The Fan, Cardona’s wife, Chelsea Green, noted that she believed the former WWE United States Champion would be in Pittsburgh for SmackDown. She added that Randy Orton would definitely be there. Although she stated that she did not know what to expect, Green teased that the two stars might run into each other this coming Friday.
I don’t know what’s going to happen this week, whether he’s coming to Pittsburgh or not. I would assume he will because I know him. Um, so he will most likely be here. Randy [Orton] obviously will be on Smackdown at PPG Arena. So who knows like, will they have a run-in? I don’t know,” Green said. [H/T: itrwrestling]
You can check out her comments in the video below:
Wrestling veteran shares honest take on fans’ reaction to Randy Orton’s heel turn
Randy Orton turned heel for the first time in five years. However, the fans in attendance keep cheering for the veteran.
Speaking on a recent episode of Busted Open Radio, Tommy Dreammer pointed out that Orton noted that he was a ki**ler after attacking Cody Rhodes, and the crowd cheered for him. The 55-year-old further noted that it was all “wonky” for him.
“When he attacks him, heel. The follow-up, pure babyface,” Dreamer lamented. “He said, ‘I’m a ki**er,’ and the people cheered. They’re like, ‘Yay for the ki**er! Go k*ll my babyface.’ It’s just wonky to me. It really and truly is.” [H/T: Wrestling Inc.]
It will be interesting to see if WWE makes any changes based on the crowd’s reactions.
`;
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-former-wwe-champion-may-confront-randy-orton-smackdown-teases-wife?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













