');
} else {
var query = elem.find('.keywords').html();
$.ajax({
context: elem,
url: 'https://wn.com/api/upge/cheetah-search-adv/video',
cache: true,
data: {
'query': query
},
dataType: 'jsonp',
success: function(text) {
if (text.length > 0) {
video_id = text[0].id;
elem.find('.player').html('
');
}
}
});
}
}
var stopAllYouTubeVideos = function() {
var iframes = document.querySelectorAll('iframe');
Array.prototype.forEach.call(iframes, function(iframe) {
iframe.contentWindow.postMessage(JSON.stringify({ event: 'command', func: 'pauseVideo' }), '*');
});
}
jQuery(function() {
jQuery(".playVideo").live("click", function() {
if(!$(this).hasClass("played")){
stopAllYouTubeVideos();
var elem = $(this);
setTimeout(function(){
mouseOverMe(elem);
}, 1000);
}
});
jQuery(".description_box .expandContent").live("click", function() {
elem = $(this).parent().parent().parent().find('.descContent');
if(elem.height() > 51) {
elem.css('height', '44px');
$(this).html('Show More
');
}else{
elem.css('height', 'auto');
$(this).html('Hide
');
}
});
jQuery('.interview-play-off').click(function() {
$(".interview-play-off").hide();
$(".interview-play").show();
$(".videoplayer-control-pause").click();
});
jQuery(".video-desc .show_author_videos").live("click", function() {
query = $(this).attr('title');
container = $(this).parent().parent().parent().find('.video-author-thumbs');
$(this).parent().parent().parent().find('.video-author-thumbs').css('height', '220px');
jQuery.ajax({
url: '/api/upge/cheetah-photo-search/videoresults',
data: {'query': query},
success: function(text) {
if(!text) { text = i18n("No results"); }
container.html(jQuery(text));
}
});
});
});
// -->
Latest News for: elysium
Edit
CNET
20 Mar 2026
It's definitely a good month to re-up your subscription ... .
Edit
Game Rant
19 Mar 2026
While many games lean on familiar tropes, some developers are taking entirely different and unique directions ... .
Edit
Game Rant
19 Mar 2026
Disco Elysium is now available on Xbox Game Pass. Its arrival marks the ninth addition to the subscription service in March 2026 and the 47th Xbox Game Pass release this year ... .
Edit
The Washington Post
14 Mar 2026
The name of this sweet, slightly syrupy cocktail served at Poste Moderne Brasserie means "heaven." "It tastes that good," says lead bartender Jason Wiles ... .
Edit
Coming Soon
05 Mar 2026
Elysium is leaving Netflix next month. Netflix will be delisting Elysium on Wednesday, April 1, 2026 ... The wealthy live on Elysium, a space station just outside Earth, while the poor live in the slums on the planet.
Edit
Rock, Paper, Shotgun
03 Mar 2026
Among the first things I did in Esoteric Ebb was spectacularly injure myself by posing a question to a kobold guard that was actually a statement ... Read more .
Edit
Games Radar
28 Feb 2026
About eight years ago, indie developer Christoffer Bodegård began roughing out what would eventually become Esoteric Ebb, an ambitious single-player CRPG inspired by the likes of D&D, Disco Elysium, and Planescape.
Edit
AV Club
20 Feb 2026
It’s hard to accept that the creative team that made one of the most sharply written games in recent memory, Disco Elysium, won’t make another ... Recent history looms large, making side-by-side comparisons with Disco Elysium impossible to avoid.
Edit
Rock, Paper, Shotgun
19 Feb 2026
“I have two options ... Both of these are scenarios I ran into while playing the Next Fest demo of the spy CRPG finally emerging from ZA/UM, following years of reported bad times and discord at and around the Disco Elysium studio ... Read more .