

<!-- Original: wsabstract.com -->

<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->

<!-- Begin
function checkrequired(which) {
var pass=true;
if (document.images) {
for (i=0;i<which.length;i++) {
var tempobj=which.elements[i];
if (tempobj.name.substring(0,1)=="_") {

if (tempobj.value.substring(0,6)=="huahua" ||
tempobj.value.substring(0,6)=="Huahua" ||
tempobj.value.substring(0,4)=="Ahua" ||
tempobj.value.substring(0,4)=="ahua" || tempobj.value.substring(0,4)=="Haua" ||
tempobj.value.substring(0,4)=="haua" || tempobj.value.substring(0,4)=="Hahh" ||
tempobj.value.substring(0,4)=="hahh" || tempobj.value.substring(0,4)=="Haha" ||
tempobj.value.substring(0,4)=="haha" || 
tempobj.value.substring(0,4)=="Fuck" ||
tempobj.value.substring(0,4)=="fuck") {
alert("There appears to be an unknown error with your form submission.  Please Call 1-888-727-1901 ext. 0 and we can take your information over the phone. If you have any questions, please email us at natservice@accnet.com -  thank you!");
return false;
         }

if (((tempobj.type=="text"||tempobj.type=="textarea"||tempobj.type=="password")&&
tempobj.value=='')||(tempobj.type.toString().charAt(0)=="s"&&
tempobj.selectedIndex==0)) {
pass=false;
break;
         }
      }
   }
}
if (!pass) {
shortFieldName=tempobj.name.substring(1,30).toUpperCase();
alert("Please make sure the "+shortFieldName+" field was properly completed.");
return false;
}
return true;
}
//  End -->

