”
], { 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);
});
});
})();
Earlier, Extreme Fight World announced that Michael Tarver will be wrestling at an event on May 23. It was being advertised as the former star’s final match and that he would be ending his career there.
Now, Michael Tarver himself has confirmed the news and said that he is bringing an end to his career once and for all, and wrestling his last match after 22 years in the business. He said that he had loved his career and wrestled everywhere from Ohio to Japan, London, India, Puerto Rico, and even South Africa. He also commented on how he signed a WWE contract while homeless and then went on to be a part of the WrestleMania and SummerSlam main events.
“This is emotional week. This is my official goodbye to the pro wrestling Biz (in ring). I finish my now 22 year journey with the 2 brothers who took me in 22 years ago in Barberton in a little dive bar called the Shamrock night club Josh E Robinson , Lamont Williams my brothers for life. I will be sharing some of my favorite moments of my career over the next week. Drew Jeffrey Andrew Taylor , from my start in UWC, CAPW, AIW, PWU, NWA to WWE / NXT and NJPW. From Akron, Ohio to Japan to London to India to Puerto Rico to South Africa. From signing a @wwe contract homeless to being a part of a WrestleMania main event and main eventing SummerSlam.”
This match will finally bring an end to the star’s very eventful career. As part of the original Nexus, Tarver was part of iconic moments in the company’s history. He was ultimately released from the company in 2011, after which he went on to wrestle in NWA, NJPW, and wrestled in the indie circuit. His last recorded match prior to this was in 2021.
More from Sportskeeda
${getStoryActionHTML(story, storyTitle, permalink)}
`;
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-popular-wwe-veteran-officially-retiring-ending-22-year-career-he-is-49-years-old?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



