function emoticon(str) {
	document.formInputForum.text.value = document.formInputForum.text.value + " " + str + " ";
}