function formProtect() {
	document.getElementById("contactform").setAttribute("action","safemail.php");
}
