');
} 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: baldur
Edit
Games Radar
30 Mar 2026
The Baldur's Gate 3 camp holds a secret ... In Baldur's Gate 3, characters default to a state called "on-stage," as SlimX explains ... Much like Baldur's Gate 3, Larian knows you've watched Divinity's "sexy times" on repeat.
Edit
Eurogamer
27 Mar 2026
Neil Newbon, the award-winning actor known for portraying the vampire Astarion in Baldur's Gate 3, has said he's avoided roles recently because they wanted a repeat performance - or thereabouts - of the same thing. Read more ... .
Edit
Games Radar
27 Mar 2026
Neil Newbon, the actor behind the devilishly enchanting vampire Astarion in Baldur's Gate 3, doesn't want to be typecast in future projects ... Baldur's Gate 3 Astarion actor says "there's no f*cking way AI could make" anything like the hit RPG.
Edit
Polygon
24 Mar 2026
Baldur's Gate 3was 2023's game of the year, and it's widely considered to be one of the greatest RPGs of all time. Right now, Larian Studios' massive hit is available at the lowest price it's ever been on PlayStation 5, Steam, and GOG ....
Edit
Games Radar
21 Mar 2026
When it comes to Baldur's Gate 3, every companion has its audience – but the party member that has arguably managed to accrue the most criticism from fans is Wyll, as many feel he's lacking in content compared to the others.
Edit
Games Radar
21 Mar 2026
"Sometimes I yearn for linear storytelling," VanOrd admits first – the Baldur's Gate 3 world is so big, after all, so it's not surprising to hear that it pulled writers off their path as much as it does players.