function addSmiley(smiley) {
	
	document.getElementById('gast_bericht').value += ' :'+smiley+': ';
	
}

