”
], { 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 Genius of the Sky recently took to X/Twitter to announce that she had tied the knot with her long-time partner, EVIL, aka Naraku. However, in a recent Jounetsu Tairiku documentary, IYO SKY revealed why she hadn’t married the former NJPW star earlier.
The former WWE Women’s World Champion said she believed that if she had tied the knot with EVIL earlier, she would have felt too “at ease” in her life and wouldn’t have been able to accomplish what she has in her professional wrestling career. SKY added that although her husband gives her happiness in her personal life, she feels she is the only person who can make herself happy in her career.
“I haven’t told my husband this, but if I took on the form of marriage, it might feel like I had backup… A place to go back to. Like I’d gain another identity, something separate. And maybe that would make me feel too at ease. Like I wouldn’t be able to push as hard in my work. So, I felt I couldn’t go through with marriage yet. I want to become happy through my own strength. Of course, my husband gives me happiness too. He gives me a sense of security, and I truly feel glad I married him. But as Io Shirai, or as IYO SKY as a pro wrestler, the only one who can make me happy is myself. So, I’m working to make both myself and those around me happy,” she said.
WWE RAW GM Adam Pearce reacted to IYO SKY’s wedding announcement
After IYO SKY announced that she had married Naraku, Adam Pearce took to X/Twitter to react to it. The WWE RAW General Manager sent his usual three-word message, suggesting that SKY and EVIL’s marriage was now official.
“It is official! ❤️❤️❤️,” he wrote.
It remains to be seen when Naraku will be called up to the main roster to possibly join his wife, IYO SKY, on WWE RAW.
Please credit the Jounetsu Tairiku documentary and give an H/T to Sportskeeda Wrestling if you use quotes from the first half of this article.
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-i-told-husband-iyo-sky-makes-huge-revelation-after-wedding-announcement-with-wwe-star?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



