”
], { 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);
});
});
})();
In his memoir, Roll the Calls, Ari Emanuel stated that he was at Wimbledon when the Wall Street Journal came out.
“I was at Wimbledon when The Wall Street Journal dropped its first bombshell report: Vince making secret payouts to several women to settle harassment suits. I stared at my phone, then did something I never do: slipped it into my pocket. The rest of the match I didn’t look at the thing once. But I felt it in there like some tiny animal, wiggling, buzzing, chirping. People asking if I’d seen the story. Asking what it meant for the company. For me. Truth was — I didn’t know. And now, months later, I still don’t. As I walked out of Wimbledon, Vince called and assured me the charges were false. But he also said he was going to step down, for the good of the company. His daughter, whom I’ve always remembered fondly from our first meeting, would take over.” (H/T: Fightful)
Ari Emanuel attempted to convince Vince McMahon to sell WWE
According to Ari Emanuel, Vince McMahon was pitched the idea to sell WWE in order to deal with the situation.
In the memoir, Emanuel further stated:
“A short time after that, however, Vince changed his mind and took back the company. What a mess. Such a mess, in fact, that I can see only one solution, and now I’m steadily pitching that solution to Vince. Vince, old buddy: Sell us your company. The idea is to merge Vince’s wrestling empire with UFC, creating one giant fighting mega-organism. Vince can stay on as a sort of chairman emeritus. Shapiro and I get him into a room, show him all the things we’ve learned from UFC, the knowledge that we could bring to bear. We talk about running his company, but it’s more about saving the company. Because the whole enterprise is teetering. Vince, who’s having all manner of health problems, seems not to fully understand.”
It remains to be seen if Vince McMahon will comment on this topic again in the coming days.
More from Sportskeeda
${getStoryActionHTML(story, storyTitle, permalink)}
`;
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-ari-emanuel-details-reaction-finding-vince-mcmahon-scandal-wwe?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



