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

“It’s 42 years this week that I left home and moved to Blackpool to became an apprentice Wrestler for World Wide Wrestling Promotions Of Blackpool. For the next two years I spoke when spoken to, put up rings for 400 + shows, wrestled, trained how I was told, carried the older wrestlers bags and fetched the teas and sandwiches. I wouldn’t have had it any other way. Thank you to everyone that was a part of that time. And thank you to @visitBlackpool as everything that’s been good in my life started with living there for the next 10 years,” wrote William Regal.

Regal credits Blackpool with the foundation of everything good in his life. He lived there for a decade, building the base for an illustrious career that spanned the UK, WCW, WWE, and later AEW, where he formed the Blackpool Combat Club.

WWE legend William Regal wrestled in New Delhi, India, back in 1992

William Regal shared a rare picture of a wrestling show held on March 11, 1992, in New Delhi, India.

He posted a promotional poster for the Dara Singh Gold Cup Freestyle Wrestling event in New Delhi on X. As a part of the main event in Dr. Ambedkar Stadium, ‘Steve Regal’ was against India’s Kartar Singh.

1992 in India. Kartar was an Olympian and the chief of police in New Delhi. I beat him.

An Olympian and Asian Games champion, Kartar was one of India’s most respected wrestlers who later served in a senior police position in Punjab. Regal has claimed he won the match during his international tour.

The other bouts in there mostly featured all-Indian wrestlers, with the exception of Skul Murphy from Germany and Muhammad Naseer from Pakistan.

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-legend-expresses-gratitude-towards-blackpool-42-years?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