/* JavaScripts's: Einfügen von bestimmten Tags in den GB-Hauptbereich (wie z.B. Smileys) */
function insertTag(zeichen)
	{
    		document.ono.txt.focus();
    		document.ono.txt.value =
    		document.ono.txt.value + zeichen
    		document.ono.txt.focus();
	}