function inserer_emoticon(code, champ) {
	champ.value += ' '+code;
	champ.focus();
}

