function smajlo(typ)
{
  var zadavac = document.getElementById('forum_text');
  zadavac.value = zadavac.value+' '+typ+' ';
  zadavac.focus();
}