”
], { 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);
});
});
})();
However, because he’s 54 years old, there’s plenty of chatter about his impending retirement. In a recent chat with Daniel Sadoh, R-Truth disclosed that he was keen on a farewell tour in WWE and had some ideas for it, but he didn’t want to spoil them in advance for fans.
“A farewell tour for me? I’m open to it. I’ve had so many different ideas of how I want that to go down, because it will go down.” (H/T – RingsideNews)
The former US Champion added that he was waiting for the right time to share his ideas with the company’s creative team and see if they come to fruition.
“I think it’s just—I don’t want to talk prematurely about it and just let the chips fall where they may. I’m the type of man—I push ideas and creativity just out of the air, because life gives you those moments to do that.”
R-Truth is currently a champion in WWE
Truth, alongside Damian Priest, are the WWE Tag Team Champions in their first reign on SmackDown. The two go back a long way. During Priest’s time in Judgment Day, R-Truth made plenty of efforts to join the stable. Though he was initially reluctant, Priest eventually became fond of Truth and accepted him.
Since winning the titles on March 20 on SmackDown, R-Truth and Damian Priest have successfully defended their gold against more or less every major team on the brand. Only time will tell which duo eventually unseats them from the throne.
`;
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-after-john-cena-current-champion-also-planning-farewell-tour-wwe-retirement-close?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













