<!--
function again(){
document.icaptcha.SetVariable("again","OK");
}
function checking(){
document.icaptcha.SetVariable("code",document.validate.code.value);
}
function checkingpre(){
document.icaptcha.SetVariable("code",document.Form2.code.value);
}
function send(){
document.validate.submit();
}
//-->
