function Klotter(){
	if (document.post.message.value==""){
		alert("Du glömde skriva din kommentar!");
		return false;
	}
}
