ÿþ<HTML> <head> <TITLE>Strone sponsoruje Nestle Snow Flakes</TITLE> </head> <BODY bgcolor=black> <bgsound src="heartbeats.mp3" loop="-1"> <img src="SanFrancisco2005.jpg" width="100%" height="100%"/> <font color=white> <script language="javascript" > var no = 60; var speed = 100; var dx, xp, yp,zp,xs,ys,zs; var am, stx, sty; var sinus; var i,j, doc_width= document.body.clientWidth, doc_height= document.body.clientHeight; var maxx=2000; var maxz=200; dx = new Array(no); xp = new Array(no); yp = new Array(no); zp = new Array(no); xs = new Array(no); ys = new Array(no); zs = new Array(no); var xn=8.0,yn=80.0,zn=1.0,hh=-30.0; var l=Math.sqrt(xn*xn+yn*yn+zn*zn); xn/=l; yn/=l; zn/=l; var e=1.1; for (i = 0; i < no ; ++ i){ xp[i] = Math.random()*maxx*0.7; yp[i] = Math.random()*30; zp[i] = Math.random()*maxz-maxz*0.5; xs[i] = 0.0; ys[i] = 0.0; zs[i] = 0.0; document.write("<div id='dot"); document.write(i); document.write("' style='POSITION:absolute; "); document.write("VISIBILITY: visible; TOP: 115px; LEFT: 115px;color: #"); document.write( Math.floor( Math.random() * (500000)+500000) ); document.write("'>*</div>"); } function move(what,x,y){ if( x< 0 || y <0 || x> doc_width-10 || y > doc_height-10)return 0; if(document.all){ what.posTop = y; what.posLeft =x; }else{ what.left=x; what.top=y; } return 1; } var zoom=160.0; function move3d(what,x,y,z){ what.fontSize= Math.floor(3000/(z+zoom)); return move(what, 200.0*x/(z+zoom) , doc_height/2.0 -200.0*y/(z+zoom) ); } function go(){ doc_width = document.body.clientWidth; doc_height = document.body.clientHeight; for (i = no; i--;){ xp[i]+=xs[i]; yp[i]+=ys[i]; zp[i]+=zs[i]; ys[i]-=1.0; //lol var k=xp[i]*xn+yp[i]*yn+zp[i]*zn-hh ; if(k < 0){ var w=xs[i]*xn+ys[i]*yn+zs[i]*zn; xs[i]-=2*w*xn; ys[i]-=2*w*yn; zs[i]-=2*w*zn; xs[i]*=e; ys[i]*=e; zs[i]*=e; } if(xp[i]>maxx || !move3d(document.getElementById("dot"+i).style,xp[i],yp[i],zp[i])){ xp[i] = 25.0+Math.random()*50.0; yp[i] = Math.random()*100.0; zp[i] = Math.random()*maxz-maxz*0.5; xs[i] = 0.0; ys[i] = 0.0; zs[i] = 0.0; } } } setInterval("go()", speed); // End --> </script> </font> </body> </html>