function changeAction() {
	document.auth_form.action=document.auth_form.REDIRECT_URL.value;
}
