function CheckName() {UserName = document.new_registration.user;$.get("http://www.noobspin.com/verifyusr/", { req: UserName.value },function(data){$("#nmchk").html(data + "\n");if (data.match("ba2630")) { UserName.focus(); }if (data.match("Taken")) { UserName.value = ""; }});}function CheckPass() {PassWord = document.new_registration.pass;$.get("http://www.noobspin.com/verifypw/", { req: PassWord.value },function(data){$("#pwchk").html(data + "\n");});}function CheckEmail() {email = document.new_registration.email;$.get("http://www.noobspin.com/verifyem/", { req: email.value },function(data){$("#emchk").html(data + "\n");});}




