');
} 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: John Cena
Edit
What Culture
31 Mar 2026
Following the surprise news that John Cena will serve as the host of WrestleMania 42, there's now somewhat of an update on WWE's school of thought for this one.
Edit
Gulf News
30 Mar 2026
WWE also soon announced Cena’s return in a statement, saying, “John Cena is stepping back onto the Grandest Stage of Them All as the host of WrestleMania 42.”“The Greatest of All Time broke the news on social media that he is headed to Las Vegas.
Edit
Newsweek
30 Mar 2026
John Cena is heading to WrestleMania 42, and now we know exactly what role he will be playing ... "Since retirement, my road has looked a little different but now I can officially say I'm headed to WrestleMania," Cena wrote.
Edit
Cinema Blend
30 Mar 2026
John Cena ended his run as an in-ring WWE performer back in December 2025, but I don't think anyone ever expected he'd be away forever ... Why I'm Hype For John Cena's WrestleMania Hosting Stint.
Edit
Coming Soon
30 Mar 2026
Since retirement, my “road” has looked a little different… but now I can officially say I’m headed to WrestleMania!!!! See you in Las Vegas! pic.twitter.com/nyNypOhRpk— John Cena (@JohnCena) March 30, 2026.