”
], { 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);
});
});
})();
“I was supposed to debut probably five times with different ideas that they had come up with or whatever. None of them stuck, including debuting with CM Punk on Sunday Night Heat as his manager. Vicky Adams, I think. I kept going, like, ‘Where does this Vicky Adams keep coming from on my Wikipedia? Somebody delete that. I don’t know who she is.’ But I guess that was the name that they used when I was supposed to debut with him. It didn’t. It lasted that night, is what it did,” Mickie James said.
Instead, James made her official TV debut on the October 10, 2005, episode of Monday Night RAW, establishing an obsessed-fan storyline with Trish Stratus.
CM Punk will defend his Undisputed WWE Championship this week
Undisputed WWE Champion CM Punk is set to put his title on the line against Sami Zayn on this week’s edition of Friday Night SmackDown live from Mexico City. This comes after The Second City Saint challenged Zayn following weeks of escalating tension.
Punk originally captured the championship from Zayn when he made a surprise return in the main event on WWE RAW in July. Since losing the title, Sami has persistently disrupted top-contender matches and main events, targeting Punk and throwing the championship picture into chaos.
This rivalry reached a boiling point on last week’s SmackDown, where Zayn once again interfered during Punk’s title defense against Johnny Gargano. Following a chaotic post-match brawl, the Undisputed Champion grabbed a microphone and laid out a direct challenge, offering Zayn his long-awaited rematch.
`;
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-scrapped-plans-for-cm-punk-s-manager-in-wwe?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













