function addSmilie(code)
{
document.form1.msg.value+=code;
document.form1.msg.focus();
}

