], { 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 Instagram, Lucha Libre AAA shared a clip of Americano celebrating backstage with Bazarte, as the two shared a kiss after he became the new AAA Mega Champion.

Check out the video here.

JBL Thinks El Grande Americano Should Stay In AAA Instead Of Returning To WWE

JBL believes El Grande Americano is better suited in AAA and should stay in Mexico, instead of returning to WWE. The Hall of Famer stated that Americano is the biggest star in Mexico.

Speaking on Busted Open, JBL said:

“I want him to stay in Mexico. There’s no doubt about it to me. It’s hard to get over. It’s hard to get over anywhere. If guys can get over anywhere, I don’t care if it’s Tennessee, Japan, Puerto Rico, Mexico, it doesn’t matter. If you can get over, that’s tough to do. He is the biggest star in Mexico right now, and that is amazing. I would ride this AAA wave. I don’t know what they’re coming for next. I don’t have any insight about this so I’m not giving away anything from meetings or anything. But I think they’re gonna get a pretty good TV deal coming up. They got a good TV Fox deal down from Mexico down south, all the way down to South America. I think they’ll get another TV deal.”

El Grande Americano appeared on RAW in Mexico City after Triplemania 34. He teamed up with Stephanie Vaquer for a Mixed Tag Team Match before the match was interrupted by other members of The Judgment Day.

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-el-grande-americano-kisses-34-year-old-female-personality-after-winning-the-aaa-mega-championship?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