function Smile(what)
{
	document.forms.note.text.focus();
 	document.forms.note.text.value=document.forms.note.text.value+what;
}
