], { 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 former TNA Champion will be taking on the Ring General in his WWE debut match at SummerSlam. He was recently a guest on INSIGHT with Chris Van Vliet when he opened up on how Randy Orton told him to always be ready for his debut as it could come out of nowhere.

“There were two people when there were other moments where it looked like that might be on the cards. Two people that said to me, ‘You have to stay somewhat ready because they’re not gonna give you three months’ notice. You’re gonna get like a couple weeks.’ One was Mickie [James], and one was Randy [Orton]. Because last year at WrestleMania, a lot of people felt like maybe that was a possibility. Was never discussed with me, you know, and even Randy even kind of leaned toward it on TV. But like I said, I try to make a point to stay out of it in that respect. I didn’t lobby for anything. But I remember Randy talking to me at WrestleMania and kind of saying, you know, you need to stay ready, because it’s gonna happen, and they’re gonna do it like that. It’s gonna come out of nowhere,” he said. – [7:36 – 8:49]

Nick Aldis On Facing Gunther At SummerSlam, What's Next, Cody Rhodes, Getting RKO'd By Randy Orton

Gunther takes shots at Nick Aldis before WWE SummerSlam

Gunther has taken shots at SmackDown manager Nick Aldis just days before their grudge match at WWE SummerSlam.

The Austrian was speaking with Complex Graps when he said that Aldis’ career was nearing its end while he was at the peak of his powers. He said:

“I’m the one that’s wrestling all the time. I’m in the peak of my career. His career is basically over and I guess it rejuvenates now, but it will be over at SummerSlam again.”

The match between the two will be one of the most awaited matches of the card at WWE SummerSlam and it will be interesting to see who will come out on top.

Why did you not like this content?


`;
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-out-of-nowhere-randy-orton-warned-wwe-star-about-impending-debut?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

Leave A Reply

Exit mobile version