function add(text) {
 var body = document.msg.msg.value;
 document.msg.msg.value += text;
 document.msg.msg.value += " ";
 if (document.msg.left) { charcount(); } 
}
