”
], { 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);
});
});
})();
Other names that began their wrestling journey in the 1980s have left their boots in the ring, including icons such as Sting. However, Pat Tanaka is apparently not done with the business yet. At the recent Below Zero Wrestling’s At The Lights event at The Lights in West Fargo, North Dakota, Tanaka teamed up with Jake Taylor to pay homage to the Badd Company days. The duo defeated Rick and Nick Nelson, becoming the new BZW Tag Team Champions.
TJ Wilson praised the WWE veteran’s return to action
While Pat Tanaka has not been in the Stamford-based promotion for a long time, names in the company still remember his contributions to the company.
Before joining WWE in 1990, Tanaka had performed in Continental Wrestling Association and American Wrestling Association. After his time with Vince McMahon, he was also seen in WCW. While he was not able to reunite with Kato for his recent return, teaming up with Jake Taylor seems to have been a good choice.
Taking to X, WWE name TJ Wilson praised Tanaka’s return. He recalled Tanaka’s help during his first NJPW tour, stating:
“Pat was really good to me and looked out for me on my first @njpw1972 tour! ‘You’re a Calgary guy? I’ve got you’ were his words and he stuck to them. I’ve never forgotten it.”
Considering how Pat Tanaka does sporadic matches, it is not far fetched to think he could appear in the Stamford-based promotion again someday. It remains to be seen what he plans to do next.
`;
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-65-year-old-wwe-veteran-makes-surprise-return-ring?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













