						function AddText(NewCode) {
							document.getElementById('form').com_text.value+=NewCode;
							document.getElementById('form').com_text.focus();
						}
						function smile(){
							AddTxt=' :)';
							AddText(AddTxt);
						}
						function sad(){
							AddTxt=' :(';
							AddText(AddTxt);
						}
						function smilehard(){
							AddTxt=' ;D';
							AddText(AddTxt);
						}
						function laugh(){
							AddTxt=' :D';
							AddText(AddTxt);
						}
						function tongue(){
							AddTxt=' :P';
							AddText(AddTxt);
						}
						function shocked(){
							AddTxt=' :o';
							AddText(AddTxt);
						}
						function cool(){
							AddTxt=' 8)';
							AddText(AddTxt);
						}
						function rolleyes(){
							AddTxt=' =)';
							AddText(AddTxt);
						}
						function wink(){
							AddTxt=' ;)';
							AddText(AddTxt);
						}
						function embarassed(){
							AddTxt=' :-[';
							AddText(AddTxt);
						}