”
], { 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);
});
});
})();
Carlito is unsure why WWE didn’t utilize him after buying AAA
Carlito spoke to Inside The Ropes, where he revealed that he was surprised that he never got an opportunity in AAA. For some context, WWE’s purchase of AAA happened right before the company decided not to renew his contract.
The former Judgment Day star said that it was a no-brainer for him to go to AAA because he spoke Spanish and it would have made a lot of sense to utilize him there in some form:
“With AAA, you’d think, duh. You know, it doesn’t make sense to me. Maybe, I don’t know, maybe I’m stupid or arrogant, whatever. It would make sense, you know, somebody speaks Spanish, well known in Mexico.” (H/T RSN)
Carlito then revealed that all he wanted was for fans to care about him rather than just being the guy who sat on the sidelines while his contract ran out. The fans in attendance showed him some love, and it certainly puts things into perspective.
It was around the same time that it was revealed that R-Truth was being let go – a decision that caused a lot of outrage amongst fans as well as backstage in the company. In all fairness, Truth had a consistent, relevant presence in the locker room.
It was unfortunate that Carlito’s run had to end the way it did, with the company simply opting not to renew his deal. This was around the time when fans started to see the real TKO effect, something that is heavily criticized to this day. Ultimately, Carlito remains the only Judgment Day star to not be with WWE anymore.
`;
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-ex-judgment-day-star-reveals-frustrated-wwe-giving-one-major-opportunity?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













