function smilie(tag)
{
  document.beitragbox.beitrag.value+=tag;
  document.beitragbox.beitrag.focus();
}