
function smile( smileText ){
        textAreaLnk = document.getElementById( "text" );
        textAreaLnk.value = textAreaLnk.value + smileText;
}