Tip: you can modify some code before running
<html><head><meta http-equiv="Content-Type" content="text/html; charset=gb2312"><title>Let the mouse end to the snow, unexpected AH</title></head><body> <STYLE TYPE="text/css"><!--BODY{overflow:scroll;overflow-x:hidden;}.s1{position : absolute; font-size : 12pt; color : blue; visibility: hidden;}.s2{ position : absolute; font-size : 20pt; color : red; visibility : hidden;}.s3{ position : absolute; font-size : 16pt; color : gold; visibility : hidden;}.s4{ position : absolute; font-size : 14pt; color : lime; visibility : hidden;}--></sTYLE><DIV ID="div1" CLASS="s1">*</dIV><DIV ID="div2" CLASS="s2">*</dIV><DIV ID="div3" CLASS="s3">*</dIV><DIV ID="div4" CLASS="s4">*</dIV><script language="javascript" type="text/javascript" class="s5">Var nav = (document. layers); var tmr = null; var spd = 50; var x = 0; var x_offset = 5; var y = 0; var y_offset = 15; if (nav) document. captureEvents (Event. MOUSEMOVE); document. onmousemove = get_mouse; function get_mouse (e) {x = (nav )? E. pageX: event. clientX + document. body. scrollLeft; y = (nav )? E. pageY: event. clientY + document. body. scrollTop; x + = x_offset; y + = y_offset; beam (1);} function beam (n) {if (n <5) {if (nav) {eval ("document. div "+ n + ". top = "+ y); eval (" document. div "+ n + ". left = "+ x); eval (" document. div "+ n + ". visibility = 'visable' ");} else {eval (" div "+ n + ". style. top = "+ y); eval (" div "+ n + ". style. left = "+ x); eval (" div "+ n + ". style. visibility = 'visable' ");} n ++; tmr = setTimeout (" beam ("+ n +") ", spd);} else {clearTimeout (tmr ); fade (4) ;}} function fade (n) {if (n> 0) {if (nav) eval ("document. div "+ n + ". visibility = 'den den '"); else eval (" div "+ n + ". style. visibility = 'den den '"); n --; tmr = setTimeout (" fade ("+ n +") ", spd);} else clearTimeout (tmr );}</script></body></html>
Tip: you can modify some code before running