], { 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);
});
});
})();

Adam Glyn caught up with Roman ahead of WrestleMania 42 and asked him about his upcoming clash against CM Punk. The OTC said that Punk is good at making people make mistakes, and if he takes his eye off the ball, then the Second City Saint could capitalize.

“This is my 11th WrestleMania main event. Punk is not the athlete that I am, but he’s a hell of a competitor, he’s savvy. I have to make sure that I have all ducks aligned, I’m focused because when I get a little bit emotional, I take my eye off the ball and miss. If I do everything right, he doesn’t have a chance. But he’s good at making people make mistakes and If I somehow slip up or take a left when I should’ve made that right, he could capitalize. So, it is a very serious matter, but I’m looking to go out there and smash him.”


Kevin Nash explained why Roman Reigns is not the heel in his storyline against CM Punk

Roman Reigns’ actions during this feud with CM Punk have come off a little bit heelish. His actions definitely seemed questionable this week on RAW when he brutally assaulted the World Champion after he was instigated by Jey Uso. However, Kevin Nash doesn’t think that Reigns is a heel.

Speaking on his Kliq This podcast, Kevin Nash explained that WWE hasn’t given the fans a good enough reason to dislike Roman. He further added that Reigns wanting to spend more time with his kids does not make him a heel.

“You can’t f*cking have Roman Reigns on his way to the ring, and have a graphic that says, ‘Roman Reigns has headlined 11 WrestleManias.’ Like, okay? I should dislike this guy for what f*cking reason? Midway through the f*cking show, he says, ‘Everyone f*cking b*tching about me being a part-timer,’ and he’s sitting there talking with his cousins. He says, ‘I know about me, I never saw my dad. How about you guys? You ever see your dad?’ And they’re like, ‘No.’ He said, ‘Yeah, I’m part-time this, I’m a full-time father. Full-time dad. Full-time f*cking husband.’ So, how is that a heel?” [H/T Wrestling, Inc.]

It remains to be seen if Reigns will be able to win another World Title at WrestleMania 42.

If you use the quote from the first half of the article, then link back to the original source with an H/T to Sportskeeda Wrestling.

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-roman-reigns-reveals-way-can-lose-cm-punk-wrestlemania-42?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