function VoteValidate(){ if ((!document.voteform.answer[0].checked)&&(!document.voteform.answer[1].checked)&&(!document.voteform.answer[2].checked)&&(!document.voteform.answer[3].checked)&&(!document.voteform.answer[4].checked)){ alert('Please make a selection.'); return; } if ((!document.voteform.gender[0].checked)&&(!document.voteform.gender[1].checked)){ alert('Please select your gender.'); return; } document.submitform.submit(); return; } document.writeln('

How long should a couple know each other before getting married?







Your Gender




');