English
<!--Script instructions: Add the following code to the <body> area--> <p onMouseMove="hello()">Text that changes color when the mouse passes over</p> <script language="VBScript"> sub hello document.fgColor=int(256*256*256*rnd) end sub </script>