”
], { 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);
});
});
})();
He debuted alongside Chris Benoit, Eddie Guerrero, and Dean Malenko as part of a new faction, The Radicalz. During his tenure, Saturn won the European title once and also captured the Hardcore championship twice. However, he was released in 2002.
The veteran then had a run in TNA before competing on independents. His last match came in 2013, and he hasn’t competed since. Recently, during an appearance on INSIGHT with Chris Van Vliet, Perry Saturn talked about his wrestling journey. He was asked if he had any regrets from his career. He admitted that he could’ve competed longer, if not for his drug addiction.
“Yeah, my career ended maybe a decade too soon because I couldn’t get off the drugs. Somewhere when we went to WWE, I rubbed somebody the wrong way too, because that’s why I did bullsh*t things. I got the reputation of roughing up the enhancement guys,” he said.
Saturn talked about how Gerald Briscoe would feed the talent that he is old school and encouraged them to make him work.
“What nobody hears is before every match, Jerry Briscoe would grab the guy and tell him, ‘Hey, Perry’s really old school. You got to go out there and make him work for it. No sell some of his stuff.’ They know I’m going to go berserk. I’d come through the back, and they’d be laughing their a**es off,” he added.
Perry Saturn revealed he was homeless after WWE release
During the conversation on INSIGHT, Perry Saturn talked about his drug issues in detail.
He said it was hard for him to get off the pills and that he had become an addict. Saturn mentioned that this addiction led him to a downward spiral after his WWE release.
Saturn said that mere eight months after wrestling on TV, he found himself homeless and lost everything. The former WCW tag team champion said that he has no excuses and took complete responsibility for what happened.
`;
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-3-time-wwe-champion-says-drug-addiction-cut-wrestling-career-short-decade?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













