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

The next night on RAW, Cena appeared on RAW with his newly won Undisputed WWE Championship. He gave a special card to announcer Mark Nash which became his signature announcement throughout his retirement run. Nash used to announce Cena by specially mentioning his 17 World title wins and the name of the city he was in.

Nash recently celebrated his marriage anniversary. He is married to Phillipino actress Cherryl Daro. She posted a heartfelt message on Instagram celebrating their marriage anniversary.

“HAPPY ANNIVERSARY TO US! And for those who are curious… YES! It is this fun hanging with this guy! Love ya @markshunock. Great job out there, see ya in the showers,” his wife wrote.

Sportskeeda Wrestling congratulates Mark Nash and his wife Cheryl Daro on this huge personal milestone.

Mark Nash was overwhelmed after his WWE PLE debut last year

After Lilian Garcia left the announcement team for SmackDown, Mark Nash was brought in as her replacement. He continuously appeared on SmackDown ever since March and made announcements for all the stars and their matches. One of the biggest moments of his career came when he made his PLE debut last year at the Night of Champions.

Nash for to announce several stars and their matches including the main event Undisputed WWE Championship match between John Cena and CM Punk. He wrote a heartfelt message and thanked the fans in Riyadh afterwards in an Instagram post.

“An unforgettable experience. Night of Champions was legendary. Thank you to the incredible people of Riyadh for your hospitality and energy! From the passionate fans to the dedicated teams, who helped bring it all together, this trip was amazing,” he wrote.

Fans around the world congratulated Mark when he posted about this achievement last year.

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-congratulations-wwe-star-mark-nash?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