document.write('<input type="hidden" name="kksp');
document.write('amfix" value="pa');
document.write('ssed">');

function docheck() {
	if (!document.getElementById("Name").value) {
		alert("Please fill in your name");
		return false
	} else if (!document.getElementById("Email").value) {
		alert("Please fill in your email");
		return false
	} else if (!document.getElementById("Question").value) {
		alert("Please fill in your question");
		return false
	} else {
		return true;
	}
		return-false;
}