”
], { 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);
});
});
})();
Apart from his authority role, Stone had been an active wrestler in the past. He had several title wins in TNA, before his transition to his current role. It appears that his current job has not led to him relaxing when it comes to keeping in shape, judging by a shirtless picture he shared on social media. His message in his X post also referenced 4th of July, which commemorates the adoption of the Declaration of Independence in USA.
“Red, White, and Ripped…” Robert Stone wrote.
You can check out his post below:
Robert Stone had previously heaped praise on a WWE trainer
According to Robert Stone, WWE trainer Norman Smiley does not get as much recognition as he deserves.
In a post on X, Stone wrote a long message appreciating Smiley. He stated:
“Norman Smiley can teach more holds and pins than a brain can even process. A true master on the mat, he’s someone I first watched as a kid during the WCW Starrcade Collision Course tournament. Fast forward to 2003, wrestling him in TNA was unforgettable because let’s be real, not many can say they got big wiggled (and if you don’t know, you should know). This week, my #BuiltFromStone highlight goes out to a selfless coach and all-around great human being.”
He added:
“Norman is the man, and he deserves every bit of credit he already gets, and then some. From his FCW days to every era of NXT, he’s helped countless wrestlers grow, and his impact can’t be overstated.”
Norman Smiley is still working in WWE, helping the next generation of stars make their dreams happen.
`;
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-wwe-authority-figure-shares-topless-pic-celebrate-4th-july?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













