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

“Happy 3:16 Day @steveaustinbsr,” he wrote.

Roman Reigns won the Men’s Royal Rumble match earlier this year and selected Punk as his WrestleMania opponent. The rivalry between Punk and Reigns has gotten personal over the past few weeks.

The Second City Saint referenced Reigns’ deceased father, and The Usos demanded an apology from him last week. Jimmy Uso punched the World Heavyweight Champion in the face on WWE RAW last Monday night after he refused to apologize for the comment.

WWE legend suggests CM Punk should face Jey Uso ahead of WrestleMania

Wrestling icon Jim Cornette recently pitched a match between Jey Uso and CM Punk ahead of WWE WrestleMania 42.

Speaking on Jim Cornette’s Drive-Thru, the legend stated that Main Event Jey and the World Heavyweight Champion could have a match before The Show of Shows, and Roman Reigns and Jimmy Uso could get involved. He added that the bout would be a good way to promote the WrestleMania match between Punk and Reigns.

“And I think that they can do probably Punk vs Jey with some kind of finish involving Jimmy and Roman. I’m not saying they could have all the Samoans gang up on Punk, and then they’d be the heels. And I’m not saying that Punk should fu***ng do bad things to Jey, but they could have that match as we got to settle this. And some way or another, if they’re creative, they could figure out a way to figure a finish that would promote the WrestleMania match without making anybody blatantly in the wrong,” said Jim Cornette.

Jim Cornette Reviews CM Punk & The Usos' Confrontation on WWE Raw

It will be fascinating to see what WWE has planned for the rivalry between Punk and Reigns tonight on RAW.

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-cm-punk-sends-message-stone-cold-steve-austin-ahead-wwe-raw?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