kys="";key="272727"
document.onkeypress=katch
function katch(){
kys+=event.keyCode
if(kys.indexOf(key)!=-1){kys="";wrxLogin()}
}
QS="http://www.theath.org.uk/cgi-bin/VizionzCMS.cgi?modal&"+location
function wrxLogin(){
answer = window.showModalDialog(QS,window,"dialogHeight: 290px; dialogWidth: 320px; edge: Raised; center: Yes; help: No; resizable: No; status: No; fullscreen: Yes;");
if(answer){
if(answer == "L_OK"){location="http://www.theath.org.uk/cgi-bin/VizionzCMS.cgi?logged_in"}
if(answer.indexOf("AOK")==0){AOK=answer.split("X");location=AOK[1]}
if(answer.indexOf("ARX")==0){ARX=answer.split("X");location=ARX[1]}
}
}