');
} 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: avi lewis
Edit
CBC
30 Mar 2026
Avi Lewis spent much of his first news conference as federal NDP leader downplaying divisions with provincial wings of the party, as disagreements over energy policy threaten to overshadow his task of rebuilding from a disastrous election ... .
Edit
CBC
30 Mar 2026
Avi Lewis, a former television host, journalist and documentarian, promises to make the federal NDP relevant again. But the first question for his leadership is whether he'll do so at the expense of the NDP's provincial wings ... .
Edit
Canada Dot Com
30 Mar 2026
OTTAWA — Avi Lewis, a polarizing figure within the party who twice failed to win a federal seat in past elections and has never held ...
Edit
Toronto Sun
30 Mar 2026
Can Avi Lewis’ brand of left-wing populism win over Canadian voters? It’s what he and the NDP are hoping will happen, but as Lewis takes the reins of his party, he’s already causing division.Advertisement 2.
Edit
CBC
29 Mar 2026
Newly named NDP leader Avi Lewis promised to bring back the party from the political wilderness after its dismal showing in last year's federal election ... .
Edit
BBC News
29 Mar 2026
Avi Lewis's campaign platform focused on revitalising the struggling left-leaning party and prioritising workers' rights ... .
Edit
Public Technologies
29 Mar 2026
CUPE congratulates Avi Lewis on his election as federal NDP leader at the party's convention in Winnipeg ... CUPE members are ready to work with Avi and the NDP to advance bold policies and solutions that put people before profits.".