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

Tonight, the match began with Erik slamming Frazer to the mat before tagging his partner. Ivar splashed Frazer and delivered heavy elbows. The action spilled outside where The War Raiders caught Frazer mid-air during a suicide dive. Axiom immediately wiped everyone out with a moonsault.

Back inside, Erik knocked out Axiom with a stiff forearm. He launched Ivar into Axiom for a near fall before applying a chokehold. Frazer broke the hold with a Sling Blade and a Shining Wizard. He attempted a Phoenix Splash, but Erik dodged and delivered a basement dropkick. Ivar hit a powerslam on Axiom and stacked both opponents for a moonsault, but Fraxiom escaped.

Fraxiom fired back by hitting double superkicks. Frazer then connected with a 450 Splash on Ivar for a near fall. The latter quickly recovered, clotheslined Frazer, and hit a spinning heel kick on Axiom. Fraxiom pulled off a massive superplex on Ivar. Frazer followed with a Phoenix Splash, forcing Erik to make a desperate save.

Axiom and Erik traded strikes. Ivar tagged himself in and dropped Frazer. The War Raiders capitalized on the isolated Axiom by crushing him with the Ragnarok. The referee counted to three, marking a successful return for the reigning AAA Tag Team Champions.

It will be interesting to see what’s next for Ivar and Erik on the Road to WWE SummerSlam.

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-top-wwe-tag-team-returns-7-months-destroy-fraxiom-smackdown?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