<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>校园第一站xydyz.com---随鼠标变色的文字</title>
</head>
<body>
<p onMouseMove="hello()">将鼠标移到这里看看<p><p></p>
<script language="VBScript">
sub hello
document.fgColor=int(256*256*256*rnd)
end sub
</script>
</body>
</html>

