function emtr() {

    cr = new Array();
    cr[0] = "9?;I5G7>]HCUEO@@F";
    cr[1] = "7<1=>87C7:EH=]HF?LG";
    mcode = "";

        for (j=0; j<=1; j++) {
            for (i=cr[j].length-1; i>=0; i--) {
            cnum = cr[j].charCodeAt(i);
            cnum = (cnum > ((2<<5)+(2<<3)+(2<<2)+(2<<0)))?
            ((--cnum)/((2<<1)-(2<<0))) : ((--cnum) - i + cr[j].length);
            mcode += String.fromCharCode(cnum);
            }
        mcode += (!j)? String.fromCharCode(2<<5) : "";
        }

    mcode = mcode.toLowerCase();
    location.href = String.fromCharCode(109,97,105,108,116,111,58) + mcode;
    }