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

On INSIGHT with Chris Van Vliet, the 59-year-old WWE and WCW veteran detailed the incident and what he remembered from the moment. The former Hardcore Champion didn’t realize that he got shot and assumed he was punched during the fight.

“I got in the neck, and right here you can feel the hole. My collarbone’s gone because I got shot right here, and I didn’t realize it. The police actually had to argue with me to get me in the ambulance because I didn’t think I needed to go. Just because you go in shock. My memory’s very unclear, and I kind of remember. I know what happened, but it’s not a clear picture in my mind,” Saturn said.

He also addressed what happened to his attackers:

“Because, like I said, I remember telling the cops that I thought he punched me in the neck, and I kept going, no, I just got hit, because I got shot in the shoulder, and my body spun. I thought, oh, we’re fighting, and then I got shot in the neck, and my eyes watered and my legs buckled and I thought, oh f*ck, I’m going to get my ass kicked. I better get my sh*t together. Then the cops were there and there’s a big one. Guy ran and got away and never got caught. The other guy went to jail and while he was in jail got killed,” Saturn said. [H/T – CVV]

Perry Saturn: Moppy Was A Punishment, The Radicalz, Terri Runnels, Eddie Guerrero, Mike Bell

Vince McMahon gave WWE star new gimmick as a punishment

In 2001, Perry Saturn fell in love with a mop on-screen and named it Moppy. The gimmick didn’t go anywhere. Unlike his stablemates from The Radicalz, the former WWE European and Hardcore Champion’s career went nowhere in the Stamford-based promotion.

In the same interview, the 59-year-old ex-WWE star claimed the gimmick was punishment from Vince McMahon. The reason McMahon decided to punish Saturn was due to the incident with Mike Bell on an episode of Jakked.

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-i-got-shot-right-my-memory-s-unclear-ex-wwe-star-details-horrific-incident?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