function formProtect() {
	document.getElementById("spam_check_form").setAttribute("action","../methods/post_question");
}

