”
], { 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);
});
});
})();
Atsuki Aoyagi, one half of the Asian Tag Team Champions, suffered an injury to his knee that will see him out of action for most of the coming year. As a result, his tag team partner, Rising Hayato, has officially announced that the team will be relinquishing their titles.
Earlier today, Aoyagi sent a message saying that he had to miss out on the Jr Heavyweight Festival for All Japan Pro Wrestling thanks to an ACL injury that he had suffered. He thanked Mochizuki Naruhiro for stepping up in his place despite the situation being at the last minute. The wrestler also apologized to Hayato for their situation with the tag team titles.
“I had to miss out on #ジュニフェス due to a left knee ACL injury. I’m so sorry to everyone who was looking forward to seeing Aoyagi Ryosei. Thank you so much to Mochizuki Naruhiro for stepping in on such short notice 🙇♂️ HAYATOさん, sorry about the Asia Tag 🙇♂️ A request to everyone! Please have an absolute blast at #ジュニフェス!!!!!!”
Soon after this, on AJPW’s official channel, in a video, Rising Hayato announced that they were officially giving up the titles. An ACL injury can take anywhere between 6 months and a year to recover from, so it may be a long time before fans see Aoyagi again.
The star also replied to his tag team partner, saying that it was totally fine, and that when Aoyagi recovered, they could go after the tag team titles again to win them all over again.
We at Sportskeeda Wrestling wish Atsuki Aoyagi a swift recovery and a return to the ring.
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-tag-team-champions-relinquishing-title-after-injury-to-wrestler-announcement-is-official?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



