function formAction() {
	document.getElementById("contactform").setAttribute("action","/form/processor");
}

