], { 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 former WWE star was recently reminded in an interview on MuscleManMalcolm that she is less than 70 days away from breaking Roman Reigns’ Universal title reign record of 1,316 days. Talking about her title, Athena stated:

I think when I won the championship, like I said, hometown feels. I won it in my hometown, right down the street from where I live at—the UTA Stadium that they have there. I don’t think I accounted for this. I think I just worked hard, put my best foot forward, and was just so tired of having to fight for the opportunity but not being able to pay them off. And I feel like, for the first time in my career, I was able to pay that off when I won my Ring of Honor championship, if that makes sense.

You can check out her comments below:

The former WWE star did not expect to be the champion for so long

According to Athena, she did not expect to be holding the ROH Women’s Championship for as long as she has at this point.

Adding to her pevious comments, the former WWE star stated:

“So, like, when I finally accomplished the goal, it was like, “Well, I’m not letting this go. I’m not like…” You’re going to have to put me in a coffin and throw me off a balcony if you want me not to have my Ring of Honor championship. So, like, if you asked me four years ago, or three, four years ago when I first won this title, if I saw myself here? No. Not even a little bit. You know, I had other thoughts and other things going in a million different directions, but I never thought in a million years this is what this would turn into for me.”

For now, it remains to be seen if Athena will be able to hold on to the title long enough to break the record of WWE veteran Roman Reigns.


If you use any quotes from the article, please credit the source and give an H/T to Sportskeeda for the transcription.

Why did you not like this content?


`;
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-roman-reigns-1-316-day-record-wwe-world-champion-risk?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

Leave A Reply

Exit mobile version