function addSmilie(code) {
	document.commentform.message.value+=code;
	document.commentform.message.focus();
}