function smilie(thesmilie) {
// inserts smilie text
	document.form.shouttext.value += thesmilie+" ";
	document.form.shouttext.focus();
}