function fuege_smily_ein(code)
{
  document.gaestebuch_form.text.value += code + ' ';
		document.gaestebuch_form.text.focus();
}

function fuege_smily_im_kommentar_ein(code)
{
  document.gaestebuch_form.kommentar.value += code + ' ';
		document.gaestebuch_form.kommentar.focus();
}
