I am really new at all this and having a problem. I have two javascripts on one page that both use the onload command. One is a scrolling messgae in the staus bar : onLoad="moveImg()" and the other is a cursor text trailer: onLoad="makesnake()" which also uses :STYLE="width:100%;overflow-x:hiddeoverflow-y:scr in the body tag. I used: onLoad="moveImg()=makesnake()" which finally got them both working, but my cursor text changed to match my status bar text. How do I get them both to work at the same time each using their own text message? Can anyone help me with this problem?