function checkCheckBox(f) { if (f.agree.checked == false) { alert('You must agree to the terms and conditions inorder to register.'); return false; } else return true; }