function scroll1() {
msg=msg.substring(2,msg.length)+msg.substring(0,2);
document.scrollmes.text.value=msg;
setTimeout("scroll1()",200);
}
