”
], { 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);
});
});
})();
Recently, on his 1 of A Kind podcast, RVD shed light on how his actions led to him missing an opportunity of interacting with Pamela. During the show, the ECW legend was asked about celebrities he ran into who may have surprised him as wrestling fans.
He recalled meeting Pamela on the sets of the show but admitted that he didn’t handle the situation well.
“I’ve talked about when I was on Pam Anderson’s show, and I should have thanked her for having me on and been kissing her a**, at least be thankful and grateful. Instead, I didn’t really talk to her,” he said.
Van Dam said he should have been grateful to her as she might have played a role in him being on the show in the first place. Instead, he said he was thinking too much about himself.
“She introduced herself, and she was like, well, she kind of did by saying my name. She said, ‘Rob Van Dam’ Looking back at it, my head was up my a** and I should have been a lot cooler to her. I never even thought like that at the moment. I didn’t even think about, you know, that as executive producer, she might have had a lot to do with even hiring the guest stars on there,” he added.
Pamela Anderson made an appearance at WWE WrestleMania
Pamela Anderson has had a WWE connection before her meeting with Rob Van Dam.
At WrestleMania XI in 1995, she accompanied the then-WWE Champion Kevin Nash, aka Diesel, to the ring for his Title match against Shawn Michaels, who was also escorted to the ring by Jenny McCarthy.
Prior to this, she was in attendance at the Royal Rumble, and it was announced that she would accompany the winner of the match for their WrestleMania showdown. Even though HBK won the Rumble, Pamela Anderson chose to walk out with Nash at the Show of Shows.
If you use quotes from this article, please credit 1 of A Kind podcast and give an H/T to Sportskeeda Wrestling for the transcription.
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-my-head-a-wwe-hall-famer-recalls-blowing-pamela-anderson?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



