1) Script Title: Cursor Trailer Text

2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...railortext.htm

3) Describe problem:
How implement:
<body onLoad="makesnake()" style="width:100%;overflow-x:hidden;overflow-y:scroll">
if <body> tag is in non editable region(mm-dmwr mx 2004) and also has already a function:
<body onload="var begin=setInterval('timerun()',1000);initTip();">
??
the below code is correct ? it does not work, well ?

Code:
	<script type="text/javascipt">
	window.onLoad="makesnake()" ;
	window.style="width:100%;overflow-x:hidden;overflow-y:scroll";
	</script><script type="text/javascipt">
	<!-- Beginning of JavaScript -
	
	for (i=0;i<=message.length-1;i++) {
		document.write("<span id='span"+i+"' class='spanstyle'>")
		document.write(message[i])
		document.write("</span>")
	}
	
	if (document.layers){
		document.captureEvents(Event.MOUSEMOVE);
	}
	document.onmousemove = handlerMM;
	
	// - End of JavaScript - -->
	</script>