
<script type="text/javascript">
function validate(form) {
if (!document.dollawardform.choice[0].checked && !document.dollawardform.choice[1].checked && !document.dollawardform.choice[2].checked && !document.dollawardform.choice[3].checked && !document.dollawardform.choice[4].checked){
alert("Please select a doll and then click the submit vote button.");
return false;}


return true;
}
</script>
