function em(athis)
{
  var b1 = "mjbn";
  var b2 = ";pu";
  var b3 = "pgoj";
  var b4 = "A";
  var b5 = "hojwjsefdbmqhojttbq";
  var b6 = "lv/pd/";
  var b7 = "fujtcfx!npsg!zsjvroF>udfkcvt@";

  athis.href=bw(dc(b7) + dc(b6) + dc(b5) + dc(b4) + dc(b3) + dc(b2) + dc(b1));
}

function dc(mystr)
{
   ot="";
   for(j=0;j<mystr.length;j++)
   {
      myc=mystr.charCodeAt(j);
      ccn=myc-1;
      nc=String.fromCharCode(ccn);
      ot+=nc;
   }
   return ot;
}

function bw(mystr)
{
   ot="";
   l=mystr.length;
   for(j=0;j<l;j++)
   {
      myc=mystr.charCodeAt(l-j-1);
      nc=String.fromCharCode(myc);
      ot+=nc;
   }
   return ot;
}
