$('table.table td a[href*="ya.ru"]').css('display', 'none');
$('a').click(function(){ if ( $(this).attr('href') == '#' ) { return false; } })