jQuery(document).ready(function() {
	$('#contactform').submit(function (){
		var okBool=true;
		$('#contactform :input.verplicht ').each(function (i){
		    if(jQuery.trim($(this).val())=='' )
		    {
		        $(this).parents("li").addClass("leegclass");
		        okBool=false;
		    }else{
		        $(this).parents("li").removeClass("leegclass");
		    }		     
		});
		return okBool;
	});
});

// agenda om en om blokken
// links om en omblokken