function commentBox() {
	if(document.getElementById("yourName").value=="" || document.getElementById("yourThoughts").value=="") {
		alert("Abiem laukiem ir jābūt aizpildītiem!");
		return false;
	} else {
		return true;
	}
}