Hola, Zertiko y tunait.
A ver si con esto:
AFICIONES = 0
for(m=0;m<4;m++){
if(theForm.AFICIONES1[m].checked == true)
AFICIONES++
}
if(AFICIONES==0){
alert('Por favor, ingrese su Puesto Asistencial')
theForm.AFICIONES1[0].focus();
return (false);
}
}
Saludos,