function smajlik(text) {
	var txtarea = document.prispevek.text;
	addToArea(txtarea, ' '+text+' ');
}

