”
], { 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);
});
});
})();
Speaking on Insight with Chris Van Vliet, Rusev shared that he missed out on taking a course about public administration. He wants to enter politics and possibly run for mayor in his hometown of Plovdiv in Bulgaria.
“I have thought about it, of course, and I wanted to be a mayor of my hometown in Bulgaria. I just missed sign up because I do wanted to go back to school but I missed the enrollment date. So next year I’m definitely signing up. I’m going to school for public administration and Bulgarian school because I want to learn their system,” The Bulgarian Brute said. [H/T TJR Wrestling]
Rusev won’t be the first WWE Superstar to run for local office. WWE Hall of Famer Kane is currently the mayor of Knox County in Tennessee.
Rusev could be the next pro wrestler-turned-politician
Entering politics isn’t new to pro wrestlers, who have run successfully and unsuccessfully for a position to serve the people. Aside from Kane, here are some former WWE Superstars currently in a public position:
- Matt Morgan is a City Commissioner in District 4 of Longwood, Florida.
- Raymond Rougeau is the Mayor of Rawdon in Quebec, Canada.
- Rick Steiner is a member of the Cherokee County School District board in Georgia.
- Hiroko, the wife and valet of Kenzo Suzuki, has been a member of the city council of Funabashi in Japan.
Other WWE stars who had positions in politics are as follows:
- Ludvig Borga is a former member of Finland’s parliament.
- Antonio Inoki had two stints as a member of the Japanese House of Councillors.
- Jesse Ventura is a former Governor of the state of Minnesota.
Legends like Rhyno, Jerry Lawler, Bob Buckland and Nikola Volkoff all run for office but lost.
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-wwe-villain-rusev-plans-enter-politics?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



