”
], { 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);
});
});
})();
On WWE RAW, Paul Heyman was happy with what Austin Theory and Bron Breakker had achieved, as the two became the new WWE World Tag Team Champions. However, it was another addition to the Vision that he was happiest with. The previous week, Maxxine Dupri officially joined the group, helping Theory and Breakker win the titles. On RAW, she continued and showed that she was a proper part of the group, even betraying Otis and Akira Tozawa. When they got back, Paul Heyman praised her and, in a shocking moment, said that they were in capable hands now and that he was not needed. He then walked out on them.
Now, the star is starting a new company. In a press statement, it was revealed that Heyman was starting a company named Podrophenia, a next-generation podcast, vodcast, and creator development company aimed at helping creators develop and grow their brands.
Partnering with Elvis Duran and Michael Canzoniero, Heyman will be bringing all his experience to Podrophenia.
“In looking at today’s landscape, we’ve seen so many studios that are turnkey and therefore built on the premise of minimal alterations. Podrophenia is the first studio specifically customized to the host’s personality and also the concept. We’re not just building a content hub for creators, we’re building a creator hub for the content,” said Heyman.
In addition to supporting creators and partners, the company will develop original programming across a variety of genres, including culture, sport, lifestyle, business, and human-interest. The inaugural show, Hello Randy, will be hosted by Randy Fenoi and will start the company’s venture.
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-breaking-after-walking-out-on-raw-paul-heyman-starts-new-company?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



