”
], { 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);
});
});
})();
Speaking on Recap Rewind Relive, Richard Fitzwell, who was one of the mini Danhausens, shared that they were originally supposed to be just part of the entrance. However, The Miz and John Cena wanted them involved in the entire segment.
“It was phenomenal. It was supposed to be something simple, just walk out with him down the ramp and it evolved into something bigger. … Then we went to rehearsal, John Cena was sidestage, Danhausen asked John Cena to be part of the production. Then they asked if we would come into the ring and then one of the gentlemen gets pushed, and then one of our other guys punched Kit in the lower area, then we pummel him. Then, again, we go to Miz and carry him out,” Fitzwell said. [H/T WrestleTalk]
Richard Fitzwell added that working with Cena, The Miz and Danhausen was a dream come true for all of them mini Danhausens. He also revealed that Cena and Triple H approached them backstage after the segment, praised them for the great work and told them they will have him back again.
John Cena opens up about getting hair transplant
In an interview with TMZ Sports, John Cena finally opened up about getting a hair transplant. Cena made the decision to get the procedure after years of getting teased by the WWE Universe about having a bald spot.
“It is a surgery. First 14 days are the most important, can’t get [the surgical site] wet, it’s an open wound. Your head swells, [then] the swelling comes down, your skull looks different for a little bit,” Cena said. [H/T People.com]
Despite the hair transplant, Cena needs to maintain a routine that involves taking vitamins, undergoing red light therapy and using minoxidil. He also didn’t go to Turkey for the transplant, choosing Dr. Ken Anderson in Atlanta.
More from Sportskeeda
${getStoryActionHTML(story, storyTitle, permalink)}
`;
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-wwe-changed-major-john-cena-wrestlemania-plans-last-minute-danhausen-the-miz-involved-says-richard-fitzwell?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



