function smiley(s){
 document.komentar.comment.value = document.komentar.comment.value + s;
  document.komentar.comment.focus();
}

