function validate(check){
if (check != "dR5"){
alert("INPUT CORRECT ANTI-SPAM CODE");
document.getElementById("spam").value = "";
document.getElementById("spam").focus();
return false;
}
}

