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

On the June 27, 2002, episode of SmackDown, he walked out to answer Kurt Angle’s open challenge, saying he had ruthless aggression, before slapping the Olympic gold medalist.

During a recent interview on INSIGHT with Chris Van Vliet, former WWE World Tag Team Champion Rob Conway talked about how the match came about.

Conway said John Cena worked as a heel during his time in OVW and said he was informed about his debut against Kurt Angle by Michael Hayes.

“In OVW, he was a heel the whole time. I was driving with him on his debut in the WWE. It was the two of us; we stayed in the hotel, went up, and got to the building, and Michael Hayes sat down with us and said, ‘John, you know what you’re doing tonight?’ He was like, ‘Nope.’ He goes, ‘You’re going against Kurt Angle.’ He was like, ‘Okay,’” he said.

Rob Conway mentioned that Hayes told Cena to get a haircut before the big debut. He said he handed him his rental car keys so that he could get the haircut.

“He had, like Zack Morris type of hair, was like shaved on the side and long on top, it’s blonde, and they said we want you to get a haircut, and it was before we had the people backstage to do it, so I had to give him the rental car keys so he’d get his hair cut. He was a babyface that night. I don’t think he’d ever been a babyface. He was always a heel as The Prototype,” he added.


John Cena reveals WWE creative shot down his idea

John Cena’s final year as an active WWE performer saw him go on a retirement tour, where he appeared for 36 dates.

However, the Franchise Player wanted to be around for much longer. During a Q&A at Tampa Bay Comic Convention, he was asked whether there was anything he wanted to do during his retirement tour but didn’t get to.

John Cena said he wanted to work for most of the year with 250 dates in mind. However, he revealed that the creative told him that things had changed in the promotion, and they only needed him for a limited number of dates.

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-wwe-asked-john-cena-change-look-iconic-match?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