function clearForm() {
	document.getElementById("sokeord").value = "";
}
function clearForm2() {
	document.getElementById("user").value = "";
}
function clearForm3() {
	document.getElementById("pass").value = "";
}
function clearForm4() {
	document.getElementById("antispam").value = "";
}
