document.write('<STYLE>.spanstyle {	COLOR: 000000; FONT-FAMILY: Verdana; FONT-SIZE: 8pt; FONT-WEIGHT: bold; POSITION: absolute; TOP: -50px; VISIBILITY: visible; z-index: 100}</STYLE>');

<!-- Beginning of JavaScript -
for (i=0;i<=mausmessage.length-1;i++) {
	document.write("<span id='span"+i+"' class='spanstyle'>")
	document.write(mausmessage[i])
	document.write("</span>")
}
if (document.layers){
	document.captureEvents(Event.MOUSEMOVE);
}
document.onmousemove = handlerMM;
 // - End of JavaScript - -->
 

