function smile(vyber)
{
  document.forms.post.zprava.focus();
  document.forms.post.zprava.value=document.forms.post.zprava.value+vyber;
}