”
], { 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);
});
});
})();
The tribute and memorial will take place on July 19th during AJPW’s Summer Action Series at Korakuen Hall in Tokyo, Japan. More information and details can be found on the site closer to the date of the tribute.
American fans might remember Doering from the independent scene, his short time with WWE, or after his stint with TNA.
Doering had a brief stint with WWE developmental
WWE fans may not be familiar with Doering, but he is just one of many names who were signed to WWE developmental at one time. His stint was brief, as he was signed and released in 2010.
He would return to AJPW and eventually perform for TNA. While his name isn’t as legendary in TNA as AJ Styles, Kurt Angle, Samoa Joe, or Mickie James, Doering was an important part of the promotion during the COVID days.
He joined Eric Young in the Violent By Design faction along with Rhyno and Cody Deaner. It was with Violent By Design that Doering held the IMPACT World Tag Team Championships on two occasions.
During his time with TNA, Doering faced notable stars including Josh Alexander, Eddie Edwards, Chris Sabin, Rich Swann, Trey Miguel, the Good Brothers, and Jay White.
The group utilized the infamous “Freebird Rule” to defend the titles, allowing different members of the faction to operate as champions.
Since he had a recent stint with TNA Wrestling, the promotion paid tribute to the big man with a 10-bell salute during its recent Slammiversary PPV last weekend.
It was after his time with TNA that Doering retired from in-ring action in 2022. Stars like Frankie Kazarian and Doc Gallows paid tribute to their former co-worker after his passing.
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-former-wwe-superstar-s-memorial-service-set-passing-age-44?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




