var redirectPage = function() { var rnum = Math.floor(Math.random() * 1000); window.location.replace("/doforms/index.htm?t=" + rnum + "#doforms1_order_existing_cust"); }; // Script by hscripts.com var numerictest = function(teststring){ var numaric = teststring; for(var j=0; j 47 && hh<58) { } else { //alert("Numbers only (no letters, spaces or special characters)"); return false; } } return true; } var alphanumeric = function(teststring){ var numaric = teststring; for(var j=0; j 47 && hh<58) || (hh > 64 && hh<91) || (hh > 96 && hh<123)) { } else { //alert("Your doForms website name must be letters and numbers only (no spaces or special characters are allowed)"); return false; } } return true; } //Script by hscripts.com