');
} 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: rodrigues
Edit
CoinDesk
31 Mar 2026
The company acts as a bridge between traditional banking and digital assets, enabling faster and cheaper foreign-exchange conversions for businesses moving large sums of money ... .
Edit
CoinDesk
30 Mar 2026
Your look at what's coming in the week starting March 30 ... .
Edit
CoinDesk
30 Mar 2026
Nearly half of all bitcoin is now trading at a loss, with the Bitcoin Impact Index surging to 57.4, indicating high stress levels ... .
Edit
CoinDesk
29 Mar 2026
StraitsX, a Singapore-based company, has seen rapid growth in its stablecoin card program, with a 40x surge in transaction volume and an 83x increase in card issuance between 2024 and 2025 ... .
Edit
CoinDesk
28 Mar 2026
Margin feature is a departure from traditional prediction markets, which typically require fully collateralized positions, and comes as the industry sees growing trading volumes and investment ... .
Edit
CoinDesk
28 Mar 2026
The recent surge in oil and gas prices has driven up inflation expectations, causing markets to adjust their bets on Federal Reserve rate cuts, with traders now pricing in a near 40% chance of no rate cuts this year ... .
Edit
CoinDesk
27 Mar 2026
The integration provides institutions with a compliant way to hold TRX and will be expanded to include TRC-20 assets and native TRX staking ... .
Edit
The Miami Herald
27 Mar 2026
For years, Republican lawmakers and education leaders have argued that sociology — especially high-enrollment introductory courses — has been overtaken by progressive ideology ... .