function doForm() {
	form = document.getElementById('ipadactieform');
	form.action = '/nl-nl/actie';
	form.submit();
}
