javascript:i=0; function move() { document.body.style.backgroundPosition=i+' bottom'; i+=10; if(i>document.width) i=0; setTimeout(move,100); } move();void(0); javascript:i=0;m=10; function move() { document.body.style.backgroundPosition=i+' bottom'; i+=m; if(i>document.width||i<0) m*=-1; setTimeout(move,100); } move();void(0); javascript:l=null;document.onclick=colle;function colle(e){a=e.target.style;a.position='absolute';a.top=e.clientY+'px';a.left=e.clientX+'px';l=e.target;e.target.onclick=decolle;}document.onmouseover=bouge;function bouge(e) {if(l){l.style.top=e.clientY+'px';l.style.left=e.clientX+'px';}}; function decolle(e) {l=null;} void(0);