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

“Gotta laugh sometime… Cody/Punk tag team 2 more shows. Bakersfield CA. Springfield, IL,” wrote Rhodes.

CM Punk is scheduled to defend the Undisputed WWE Championship against Cody Rhodes at SummerSlam next month. Punk captured the title from Sami Zayn earlier this month on RAW. Rhodes was originally supposed to battle Zayn for the title but was attacked by Gunther ahead of the match. Gunther will be squaring off against SmackDown General Manager Nick Aldis at the PLE.

Cody Rhodes pokes fun at WWE legend

Cody Rhodes recently mocked John Cena for how loudly he communicated while performing in the ring.

Speaking on Good Hang with Amy Poehler, Rhodes noted that Cena was very loud in the ring and hilariously claimed that it was an interactive experience for the first few rows of fans. Cena retired from in-ring competition after losing to Gunther last year at Saturday Night’s Main Event.

“John [Cena] is pretty great at the magic, except for one area that’s widely known to wrestling fans and wrestlers. John will not talk low or in carney as we would say… But John yells everything that’s going to happen in the ring as loud as he can possibly yell it. He calls it for the first four rows an interactive experience,” Rhodes said.

You can check out the video below:

John Cena | Good Hang with Amy Poehler

It will be interesting to see if Rhodes can capture the Undisputed WWE Championship at SummerSlam.

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-gotta-laugh-sometime-cody-rhodes-reacts-danhausen-running-shower-break-altercation-major-wwe-star?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