
function verifyForm() { 
if (document.forms.guestbook.navn.value != "" || document.forms.guestbook.comment.value != "") {document.forms.guestbook.submit();} else {alert("Vennligst fyll ut navn eller kommentar.");}}


