], { 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);
});
});
})();

Recently, during a discussion on Something to Wrestle With, the former WWE Champion was asked what his preferred commentary setup is, in terms of how many people should be in the booth. JBL was quick to answer that he prefers a two-person team for commentary and explained why.

“Two. No doubt about it. I think you need more than one. I think it helps to have another voice out there… I just think it helps to have that dynamic to have a color commentator. To me, leans specifically one way or another. I think heel is probably the best way to lean because that way you can have the play-by-play guy play more of the straight guy,” he said.

He then said a three-man booth can be hard to work and then recalled WWE’s four-man booth on SmackDown in 2016, saying it was an absolute disaster.

“The three-man booth, I think, can be really hard to work. You got the babyface, you got the heel out there as color commentators. It can be a disaster. One time we had a four-man booth on SmackDown, and I thought that was just an absolute disaster,” he added.

In 2016, WWE added Tom Phillips to the SmackDown LIVE commentary desk that already included JBL, Mauro Ranallo, and David Otunga.


WWE legend JBL opened up about health issues

Last month, speaking on Something to Wrestle With, JBL opened up about his health issues this year.

He mentioned that he had to go to the hospital for an elbow infection and also experienced a lower back issue. He said that while both problems were non-wrestling related, he had to use a cane to walk for some time.

JBL said that these concerns stemmed from one-time issues and were not due to years of in-ring work.


If you use quotes from this article, please credit Something to Wrestle With and give an H/T to Sportskeeda Wrestling 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-jbl-labels-unique-wwe-idea-absolute-disaster?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