function validate() {

if(document.getElementById('accept').checked!=1){
        alert("Musisz potwierdzić Oświadczenie!");
		  document.forms["ankieta"].accept.focus();	
		  return false;	
}

    return true;
	 
	 
}