function smilie(code,waar) {
	document.getElementById(waar).value+=code;
	document.getElementById(waar).focus();
}
