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

During an interview with WhatCulture, Road Dogg revealed if he were to delete one part from his existence, it would be the time he peed in the air conditioner. He said it was the first time he and Billy Gunn shared a hotel room and then warned people about drug use.

“It was the first night we stayed in the hotel room together. Drugs. I think I should take a moment to say, if you’re doing drugs, stop, and if you haven’t started, don’t,” he said.

This led to his tag team partner recalling his reaction. Billy Gunn said when he saw Road Dogg doing it, he decided he wouldn’t share a room with him again.

“So I sat on the edge of the bed and asked myself, is he p*ssing in the air conditioner? Then myself answered and said, yep, he’s p*ssing in the air conditioner, and then I went… I’ll never room with him again,” Gunn added.

Road Dogg laughed and said they didn’t actually share a room for some time after his incident.

Why Road Dogg Pissed In An Air Conditioner

The New Age Outlaws won the WWE Tag Team championship five times during the Attitude Era and held the title for a sixth time during a brief run in 2014.


Road Dogg revealed why he left WWE

After retiring from active in-ring competition, Road Dogg took up other roles in WWE. He became the head writer for SmackDown but resigned after WrestleMania 35.

He then became a part of the creative team and was involved with the writers’ room. However, he abruptly left the company in March this year. In an interview with Busted Open Radio, he explained his decision.

The veteran said he had a few gripes and that he was done a little wrong. He mentioned even though he was making money he wasn’t involved in any decision-making in the company.


If you use quotes from this article, please credit WhatCulture and give an H/T to Sportskeeda Wrestling for the transcription.

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-wwe-legend-peed-air-conditioner?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