function emtr(valore) {

	cr = new Array();
	if (valore == 1) {
  	cr[0] = ">P@NK?NE@CQT";
  	cr[1] = "F<]>P@NK?NE@CQT";
  }
  else if (valore == 2) {
    cr[0] = "?G7LI]AIEHMNB";
    cr[1] = "I?]KE?OKE?SA";
  }
  else {
    cr[0] = "D>?SKC";
    cr[1] = "LB]D>?SKC";  	
  }
  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;
}
