function addTag(tag)
{
	document.Beitrag.Text.value += " "+tag+" ";
}
