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