”
], { 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);
});
});
})();
Things escalated when Penta was confronted by the faction. Rather than simply reigniting an old rivalry, the confrontation resulted in an interesting stipulation for his upcoming match against Bronco Nima.
The stakes could hardly be higher for him. Should Nima defeat him, he will be forced to join Los Perros del Mal and recognize Nima as family. If he wins, however, he will remain independent and avoid being pulled back into the infamous heel faction.
That is what makes the August 22 episode of AAA particularly intriguing, especially with his WWE commitments also becoming increasingly important.
Penta is reportedly locked in as Roman Reigns’ opponent for RAW in Mexico
Penta is reportedly on course to become Roman Reigns’ challenger for the WWE World Heavyweight Championship when RAW takes place in Mexico City on September 14. That said, the two storyline developments that he’s in could have a significant impact on his WWE and AAA careers.
WWE recently launched a tournament to determine Roman Reigns’ next challenger, with him defeating Laredo Kid on RAW to advance. He is now among the leading candidates to reach the September 14 championship match.
The timing makes the Bronco Nima match even more interesting. He could potentially be forced into Los Perros del Mal just weeks before a reported showdown with Roman Reigns.
For now, he has two big questions to answer. Can he defeat Bronco Nima and maintain his independence in Lucha Libre AAA? And can he survive the WWE tournament to earn a shot at Roman Reigns’ gold? If recent talks are accurate, Penta could be heading into the biggest stretch of his career.
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-breaking-blockbuster-penta-match-with-huge-stakes-announcement-ahead-of-reported-roman-reigns-encounter?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



