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

Pat Laprade shared the news that the former wrestler and wrestling promoter Paul LeDuc had passed away at 89 years of age. The star was one half of the LeDuc brothers and held multiple titles over his life. He was also married in the ring in Montreal and competed in front of the biggest crowd for a wrestling event in Quebec City. He started FLQ, and the promotion was a big part of the wrestling world for more than two decades.

His sons Carl and Yan, and his daughter Kim, survive him.

Leduc last wrestled in 2008. His team with his storyline brother Jos LeDuc made him famous, with the 6-year run between 1968 and 1974 making them extremely popular. When it emerged that the two had not been related in real life, it was a huge headline in Quebec, as most people had not known.

“Sad news in the wrestling world. Former wrestler and promoter Paul Leduc, one half of the famous Leduc Brothers, passed away this morning at the age of 89. During his career, Leduc captured the Grand Prix Wrestling, NWA Florida and NWA International tag team titles. He also famously married in the ring in Montreal in 1971 and competed against the Vachon Brothers in front of the largest crowd ever recorded for a wrestling event in Quebec City. In 2000, he founded his own promotion, the FLQ, which remained active for more than two decades. My deepest sympathies go out to his sons, Carl and Yan, his daughter, Kim, and all his loved ones.”

Sportskeeda Wrestling sends our condolences to the friends and family of Paul LeDuc.

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-breaking-legendary-wrestler-and-promoter-dies-at-the-age-of-89-paul-leduc-passed-away?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