// JavaScript Document
function SetSmiley(Which) {
   		document.form1.commento.value = document.form1.commento.value + Which;
      }
