function callsubmit(target) {
	document.emaillijst.action=target+'&email='+document.emaillijst.emailaddress.value;
	document.emaillijst.submit();
}
