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

Penta recently beat Laredo Kid to advance in the tournament and it is now being reported that he is set for a big push. According to Wrestlevotes on Fightful Select, it is being reported that WWE wants to use the popularity of Penta and push him into the finals,thereby capitalizing on the Mexican market.

He will then take on Roman Reigns in what will be one of the biggest matches of the Mexican star’s career. With Penta’s popularity over the roof, a match with Roman seems to be like the next logical step.

Penta does not want to be next Rey Mysterio in WWE

When one thinks of Mexican wrestlers, the great Rey Mysterio comes to mind. The WWE Hall of Famer has a lot of young stars wanting to be like him.

However, that does not seem to be the case with Penta. The Mexican recently appeared on the Battleground podcast and said that he wants to chart his own path. He said:

“I think more experienced, brother. I feel more sure in everything. I feel more comfortable too because I feel WWE is the real Penta style. So, I feel glad to be there. I feel special there because, as I mentioned before years ago, I don’t want to be the next Rey Mysterio. I want to be the first Penta. What it means is Penta is very different. Penta is special because Penta has different things. I don’t want to be the Rey Mysterio copy.”

It will be interesting to see if Penta will be going to the finals the tournament and take on Roman Reigns.

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-unique-opportunity-wwe-star-poised-for-major-role-roman-reigns-involved-report?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