FONT{COLOR:字體顏色}var N =20;var timeSpeed = 200;Y = new Array();X = new Array();S = new Array();A = new Array();B = new Array();M = new Array();V = (document.layers)?1:0;iH=(document.layers)?window.innerHeight:window.document.body.clientHeight;iW=(document.layers)?window.innerWidth:window.document.body.clientWidth;for (i=0; i < N; i++){ Y[i]=Math.round(Math.random()*iH); X[i]=Math.round(Math.random()*iW); S[i]=Math.round(Math.random()*5+2); A[i]=0; B[i]=Math.random()*0.1+0.1; M[i]=Math.round(Math.random()*1+1);}if (V){for (i = 0; i < N; i++){document.write("")}}else{document.write(""); document.write("");for (i = 0; i < N; i++){document.write("");} document.write("");}function snow(){var H=(document.layers)?window.innerHeight:window.document.body.clientHeight;var W=(document.layers)?window.innerWidth:window.document.body.clientWidth;var T=(document.layers)?window.pageYOffset:document.body.scrollTop;var L=(document.layers)?window.pageXOffset:document.body.scrollLeft;for (i=0; i < N; i++){sy=S[i]*Math.si