”
], { 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);
});
});
})();
Throughout his time in WWE, it’s safe to say that Randy Orton has been temperamental at best, with some of what he does making things worse at every turn for everyone involved. While he has recently betrayed Cody Rhodes by giving in to the voices in his head, that’s not all he has done. He has also taken out another friend of his, Matt Cardona. The two may not be the best friends on-screen, but they have known each other a long time.
On SmackDown, he mocked Cardona for his work in the indies and made him appear small, calling him a mark and a stooge, while also physically assaulting him. He later called him to apologize, only to make things worse by beating him down, putting his arm in a steel chair and stomping on it. The only reason things did not get worse was because of the security that was present at ringside to put a stop to the whole affair.
Matt Cardona has now reacted to the entire situation. He said that he considered Randy Orton friends and that he has known him for 20 years. He went on to say he blamed himself for trusting the Viper, and that he knew that he wanted the Undisputed WWE Championship. Cardona said that everyone wanted the WWE title, but he thanked the Viper for the wake up call.
“I’ve known @RandyOrton for 20 years. I considered us friends. I blame myself for trusting him. I get it…he wants the Undisputed @WWE Championship……WE ALL DO! Thanks for the wake up call Randy.”
Things have changed between the stars and it appears they have unfinished business now.
`;
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-crossed-line-betrayed-friend-reacted-i-ve-known-randy-orton-20-years?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













