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