”
], { 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);
});
});
})();
Meanwhile, resident WWE rapper John Cena came across a tweet shared by Mack where the latter was performing on the streets of Manhattan when famous stand-up comedian and actor Tracy Morgan showed up. His performance was so catchy that Morgan, still seated inside his car, started moving along with the beats and also started recording his performance.
Retweeting the same post, and stumped by his talent, the Professor of Thugonomics called Harry Mack his standout student in his language composition class at the Thugonomics University.
“Respect. I think Harry was the standout student in my language composition class at Thugonomics U,” Cena wrote.
You can check out his tweet below:
WWE Legend John Cena Shaves His Head
It is no secret that WWE legend John Cena has had trouble with hair loss as he has aged.
Cena had revealed earlier that his wife Shay Shariatzadeh had encouraged him to get a hair transplant. Taking heed of her advice, the Hollywood star decided to go ahead with the procedure. The Franchise Player recently went bald to complete the second round of FEU (follicular unit extraction) treatment for the best possible results.
Sharing an image of himself with his head shaved, the 49-year-old thanked his doctors and the staff at Anderson Center for Hair for helping him in his journey with hair loss.
“Round 2 of FUE Treatement and this time I went all in for best possible results. Thank you @KenAndersonMD and the staff at Anderson Center for Hair for accompanying me on this journey!” Cena wrote.
John Cena hosted both nights of WrestleMania 42 in Las Vegas earlier this year. It remains to be seen when he appears again in the Stamford-based promotion.
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-professor-john-cena-standout-student-harry-mack-stumps-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


