”
], { 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);
});
});
})();
On the upcoming edition of Monday Night RAW, the company announced a gauntlet match to crown a new number one contender for Penta’s Intercontinental Championship. After the show, the three-time United States Champion, who is one of the participants in the upcoming bout, went off at his opponents, including Hendry, who was once The Bulgarian Brute’s lawyer on television.
“Oh what a night ! Welcome to my accolade Joe Henry. You should have stayed a lawyer. #raw Page is good. I like him. Chad gable fake. Dragon Lee luchador?? 👀,” Miro tweeted on X.
In 2014, Joe Hendry worked as an extra in his early years and acted as Rusev’s on-screen lawyer on an episode of Monday Night RAW. The gimmick went nowhere, as it was only done for a segment. Luckily, Hendry has come a long way from portraying a lawyer to becoming a WWE Superstar.
What’s Joe Hendry doing on WWE RAW?
Last year, Joe Hendry officially signed with the Stamford-based promotion and joined the developmental brand under HBK’s creative leadership. Earlier this year, he won the NXT Championship in a Ladder match. Sadly, he lost the title in 60 days to Tony D’Angelo and wrapped up his run on the developmental brand in the coming weeks.
After feuding with The Vision, Hendry entered the mid-card title scene and crossed paths with Ethan Page and Rusev. On the upcoming edition of WWE RAW, Hendry, Rusev, Page, Dragon Lee, Je’Von Evans, Dominik Mysterio, and Chad Gable will be in a gauntlet match to become the new number one contender for Penta’s Intercontinental Championship.
The winner will face the champion at SummerSlam. Except for Hendry and Gable, other participants haven’t beaten Penta in the past. It’ll be interesting to see which star will secure their spot on the card for The Biggest Party of the Summer in Minnesota against Penta.
`;
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-you-stayed-lawyer-multi-time-wwe-champion-joe-hendry?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













