”
], { 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);
});
});
})();
When it comes to the 40-year-old Roman Reigns, though, he’s not too worried. The Tribal Chief has been at or near the top of this business for almost the entirety of his career. On the Pat McAfee Show, Reigns clued us in that his time isn’t ending anytime soon.
“I’m only 40 years old. With all the tech and all the information we have now? I feel like I’m 25 years old. So I’m still good to go.”
The only time Roman Reigns hasn’t been the featured top guy is when he’s taken a break, whether it be to work on a new movie or spend time with his family, something Reigns also mentioned in the clip above.
Roman Reigns talks about the importance of taking a break from his WWE schedule
Roman Reigns has gotten a lot of flak from fans for his work schedule in recent years. Halfway into his run at the top as the Head of the Table and Undisputed WWE Champion, Reigns began missing a handful of shows in between title defenses, with The Bloodline or Paul Heyman speaking for him.
Even without The Bloodline, Roman’s schedule hasn’t changed much. Speaking to McAfee about The Royal Rumble, Reigns seemed to acknowledge his disappearing act, reminding us that he’s a father and a husband before anything else, and wants to spend time with his kids.
“It’s been a tough couple of years for me, but when you come off such a hell of a run, you’ve gotta pump the breaks for a second. I got five children at home. We all wear those two important hats, being a husband and a father. I’ve been on the road a long time, so I needed to be able to pull back a little bit, but I’m fully capable.
Roman Reigns returns for the Royal Rumble tomorrow, refreshed and feeling spry as ever. But does he have what it takes to get his second Royal Rumble victory?
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-roman-reigns-prepared-next-wwe-run-i-feel-like-i-m-25-years-old?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



