function add_smiley(smiley)
{
    document.getElementById('comment_form').comment.value += " " + smiley + " ";
    document.getElementById('comment_form').comment.focus();
}