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

Eric Bischoff was brought on Busted Open today to talk about the late TV pioneer. Easy E credited Ted Turner for seeing a vision that most media executives were embarrassed to even ponder. But Turner wanted a station that was meant for middle America. That meant some classic, if affordable, programming like the Andy Griffith Show, while also bringing in sports with the Atlanta Braves and World Championship Wrestling.

“Ted believed in professional wrestling. Not just from a fan’s point of view, but he also, more than being a fan, believed in the product as a business opportunity,” said Eric Bischoff on Busted Open.

Bischoff stated that Ted Turner bought into professional wrestling, partly because Jim Crockett Promotions was cheap at the time (heading toward bankruptcy), but also believed it was a product that reached middle America.

“It was middle America. That’s what Ted believed in. Ted had his finger on the pulse of what mainstream America wanted. And he looked at professional wrestling different than any other media executive, other than Vince McMahon, that I’ve ever met in my life.”

Turner’s vision wasn’t shared by many of those working alongside him, per Bischoff.

Ted Turner and WCW’s hot streak against the WWF

In 1995, Eric Bischoff met Ted Turner to discuss what they could do to compete with Vince McMahon’s WWF. The answer? They came up with their own Monday night event to counter RAW, WCW Nitro. It also saw the promotion change its image from southern-based to a more modern product.

Eventually, after years of struggling financially, WCW took off. They’d managed to bring in major names like Hulk Hogan, Lex Luger, Macho Man, and more, while also maintaining contracts for big stars like Sting and Ric Flair, the latter of whom had recently returned from a WWF stint.

In 1996, thanks to the shocking New World Order storyline, an exciting undercard with a cruiserweight division that’s still spoken of today, and a more exciting TV presentation, WCW took over. For 83 weeks straight, WCW Monday Night Nitro beat WWF Monday Night RAW in the ratings.

“Ted Turner stood up to the board. He essentially said, ‘You’re not taking my wrestling. Forget about it.’ WCW could’ve died three or four deaths between 1993 and 1994 if the board had got their way. Ted stood up for the product because he believed in it.”

Ted Turner had his hands in many ventures over the decades. While non-wrestling outlets may not understand his impact in this business, the wrestling world mourns a man who changed professional wrestling forever.

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-eric-bischoff-remembers-ted-turner-ted-stood-product-believed-it?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