/* requires prototype */

function validateForm(){
	alert("helle");
	return false;

}