jQuery.noConflict();
(function($) { 
$(function() {
  $('a.news_link').each(function(){
  if($(this).is(':contains(Услуги)')){
    $(this).removeAttr('href');
    $(this).attr('href','http://www.credence.ru/services/');
  }
     });
});
})(jQuery);
