function replacementImage(Obj) {
   defoult_img = 'http://topn1.ru/i/favicon.ico';
  $(Obj).attr('src', defoult_img);
}