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

Perry Saturn spoke about how he became friends with Terri Runnels after the star started working with her. She opened up their friendship by letting him know that she had no intention of getting romantic with him in real-life. The stars were in a “business relationship” on screen, but when that wasn’t working, they worked together in an on-screen romantic relationship as well, deciding to just go for it without getting permission backstage.

Now, speaking of Runnels, the former WWE star has revealed that Jim Ross had a thing for her as well, which led her to hide from the veteran commentator and stay with Saturn to avoid him.

“I know no one has heard this… But yeah, I’m gonna say it. I don’t care. JR had a real thing for her. So in the beginning it was supposed to be a business relationship right, because that’s what JR wanted. That’s why we were doing that instead of a couple. At the end of the night, he’d call her room all the time and f**king pestering her. So she started staying with me to avoid him. As just a friend. Never touched her right. And one day she just said, ‘I think this business relationship’s over with.’ And we just started k**sing each other on TV, without the office’s approval, that’s how it went on to something else.”

He said Jim Ross was unhappy about it and lectured them, saying not everyone needed to be in a relationship. They got popular as a couple, and the office could not deny them the gimmick.

“But yeah, he goes, ‘Not everyone can be dating.’ He’s like lecturing us about it. It doesn’t make any sense to put a guy and girl together. But yeah in the beginning, it was just a business relationship.”

Perry Saturn: Moppy Was A Punishment, The Radicalz, Terri Runnels, Eddie Guerrero, Mike Bell

Jim Ross has not said anything about the situation.

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-f-king-pestering-her-jim-ross-had-a-thing-for-female-wwe-star-says-top-name-kept-calling-her?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