”
], { 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);
});
});
})();
During a recent interview with Rewind Recap Relive, Bonin recalled being the Divas Champion during WrestleMania 29. However, the star was disappointed to not be booked on the grand event. She mentioned that WWE’s focus was on promoting the Total Divas reality series at that point, and it took away from the wrestling aspect slightly.
“I was never on Wrestlemania even the year that I had the title. I was never on the show. It was like really disappointing then, but I also could kind of see what was happening. And now being so far removed and looking back, it’s like, I get it. The Wrestlemania that I had the title was 2013, it was like Mania 29 or something. They were going to debut the Total Divas show. So that took the Women’s time, you know, time on Wrestlemania. Yeah, I wasn’t a part of that.”
Kaitlyn is great friends with WWE star AJ Lee
During the discussion, Kaitlyn spoke about her friendship with AJ Lee. She mentioned that they were close friends and even if they hadn’t met for several years, they could catch up and pick up from where they left off.
The 39-year-old star mentioned that it was great seeing her back in the company. She felt it was amazing as a fan to see AJ wrestle in WWE, especially after her husband, CM Punk, was able to resolve his differences with the promotion.
Kaitlyn’s last WWE match took place in 2018 when she competed in the Mae Young Classic, losing out to Michin in the second round.
While using the quotes, please add an H/T to Sportskeeda for the transcript.
`;
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-champion-shares-disappointment-over-missing-wrestlemania-during-title-reign-in-wwe?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













