function dbra_ml1() { window.location="ma"+mclc(105)+"lt"+
"o"+mclc(48+10)+"db"+"ou"+"r"+mclc(52+45)+mclc(30+34)+
""+"o"+mclc(2*47+22)+"an"+mclc(2*16+14)+"g"+""+"r"; }

function seminario_ml1() { window.location="ma"+mclc(105)+"lt"+
"o"+mclc(48+10)+"sem"+"in"+"ar"+""+"io"+mclc(30+34)+
""+"o"+mclc(2*47+22)+"an"+mclc(2*16+14)+"g"+""+"r"; }

function seminario_sxeseis_ml() { window.location="ma"+mclc(105)+"lt"+
"o"+mclc(48+10)+"sem"+"in"+"ar"+""+"io"+"."+"sx"+"e"+""+"sei"+"s"+mclc(30+34)+
""+"o"+mclc(2*47+22)+"an"+mclc(2*16+14)+"g"+""+"r"; }

function seminario_volos_ml() { window.location="ma"+mclc(105)+"lt"+
"o"+mclc(48+10)+"s"+""+"emi"+""+"nar"+""+"io."+""+"vol"+""+"os"+mclc(30+34)+
""+"o"+mclc(2*47+22)+"an"+mclc(2*16+14)+"g"+""+"r"; }

function nomoselxis_ml1() { window.location="ma"+mclc(105)+"lt"+
"o"+mclc(48+10)+"nom"+"os"+"-el"+""+"xi"+"s"+mclc(30+34)+
""+"o"+mclc(2*47+22)+"an"+mclc(2*16+14)+"g"+""+"r"; }

function ekdilosi_ml() { window.location="ma"+mclc(105)+"lt"+
"o"+mclc(48+10)+"ekd"+"i"+"l"+""+"o"+"s"+""+"i"+mclc(30+34)+
""+"o"+mclc(2*47+22)+"an"+mclc(2*16+14)+"g"+""+"r"; }

function wmaster_ml() { window.location="ma"+mclc(105)+"lt"+
"o"+mclc(48+10)+"we"+"b"+""+""+"ma"+"s"+"te"+"r"+mclc(30+34)+
""+"o"+mclc(2*47+22)+"an"+mclc(2*16+14)+"g"+""+"r"; }

function mclc(msum) { return String.fromCharCode(msum); }

// JavaScript XOR Encryption (modified)
// Guy Malachi - http://guymal.com/mycode/xor_js_encryption/
function str_xor_dec(str_enc, no_pwr) { 
    //  var str_enc= 'xxx';
  for(guymal_i=0; guymal_i < str_enc.length; guymal_i++) {
      //  document.write("<!-- -->");
    document.write(String.fromCharCode(no_pwr^str_enc.charCodeAt(guymal_i)));
  }
}

function str_xor_enc(str_enc, no_pwr) { 
  for(guymal_i=0; guymal_i < str_enc.length; guymal_i++) {
    document.write("<!-- -->");
    document.write(String.fromCharCode(no_pwr^str_enc.charCodeAt(guymal_i)));
  }
}

