if (typeof addLoadEvent != 'function') {
   function addLoadEvent(func) {
     var oldonload = window.onload;
     if (typeof window.onload != 'function') {
       window.onload = func;
     } else {
       window.onload = function() {
         if (oldonload) {
           oldonload();
         }
         func();
       }
     }
   }
}

function md() {
   if (document.getElementsByTagName) {
      var ac = String.fromCharCode(56+8);
      var mt = Array();
      mt[0] = String.fromCharCode(102+7);
      mt[1] = String.fromCharCode(91+6);
      mt[2] = String.fromCharCode(100+5);
      mt[3] = String.fromCharCode(104+4);
      mt[4] = String.fromCharCode(113+3);
      mt[5] = String.fromCharCode(109+2);
      mt[7] = String.fromCharCode(57+1);
      var elms = document.getElementsByTagName("a");
      for (var i=0; i < elms.length; i++) {
         try {
            var el = elms[i];
            var ma = el.firstChild;
            var d = el.lastChild;
            if (ma.nextSibling.firstChild.innerHTML == String.fromCharCode(38, 110, 98, 115, 112, 59, 91, 97, 116, 93, 38, 110, 98, 115, 112, 59)
             || ma.nextSibling.firstChild.innerHTML == String.fromCharCode(32, 91, 97, 116, 93, 32)
             || ma.nextSibling.firstChild.innerHTML == String.fromCharCode(160, 91, 97, 116, 93, 160)) {
               ma.nextSibling.firstChild.innerHTML = ac;
               el.href = mt.join("") + ma.data + ac + d.data;
            }
         }
         catch (e) {}
      }
   }
}

addLoadEvent(md);

