”
], { 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);
});
});
})();
For those wondering what comes next, the match is still likely to happen. Appearing on SA Live, Francis explained why he called Avery out for a bout. The star even called out AJ Styles, criticizing the WWE Hall of Famer for “ducking” him:
“I’m calling him out because his daddy is ducking me,” AJ Francis said. “I’ve been trying to fight his daddy for years. We almost fought one time on SmackDown. It ended up not happening. He sucker punched me, gave me a Phenomenal Forearm after the match. He didn’t have to do that, so I’ve been trying to call him out for years. Now, because his son is in TNA, I’m gonna spank his son like he should have a long time ago.” [H/T – Fightful]
What Did WWE Legend AJ Styles Say About His Son Wrestling?
Speaking on The AJ Styles Show, the WWE Hall of Famer has reacted to Avery joining TNA Wrestling. He explained the reasoning behind this move – something to do with “reps on television.”
“He’s gonna do independents, and he’s definitely doing TNA. TNA gets him the reps that he needs on television. You need these reps on television because you have to hit times. You have a certain time limit to hit these things before the commercial break, and then you have a certain time after you come back that you got to hit. I’m a stickler of hit your time. You’re a professional. Do your job. And so being at TNA will help him hit his times,” AJ Styles said.
Avery Styles surely has a long road ahead of him in professional wrestling. But first, he needs to take care of business with AJ Francis, the man who wants to spank him.
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-i-m-gonna-spank-son-former-wwe-superstar-calls-aj-styles?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



