function wmLoad(){
window.self.location='/Corporate';
}

zCode="Cycloide";
zTry=0;


function wmAxs(){
if(zTry>=5){alert("Wrong Password ! ");return false;}
zTry++;
zSerure=window.prompt("Restricted access. Please come back later. ["+zTry+"/5] : ", "");
if(zSerure==null){zTry--;return false;}
if(zSerure==zCode){return wmLoad();}
else return wmAxs();
}






