function addtext(emotion)
	{
	document.textarea_form.textarea.focus();
	document.textarea_form.textarea.value+=emotion;
	}
