<SCRIPT language=JavaScript>
if (document.all){
//wil je meer sterren.. vul dan gewoon hieronder meer kleuren toe!!
colours=new Array('ff0000','00ff00','3366ff','ff00ff','ffa500','ffffff','fff000','CCFFCC','00FFCC')
//verander hieronder niets!!
amount=colours.length;
YgetDelay=0,XgetDelay=0,Ydelay=0,Xdelay=0,step=0.2,currStep=0,my=0,mx=0;
document.write('<div id="ie" style="position:absolute;top:0;left:0;"><div style="position:relative">');
for (i=0; i < amount; i++)
document.write('<div id="iestars" style="position:absolute;top:0px;left:0px;height:50px;width:50px;font-family:Courier New;font-size:5px;color:'+colours[i]+';padding-top:20px;text-align:center">.</div>');
document.write('</div></div>');
ini=1;
gstep=1;
function iMouse(){
my=event.y;mx=event.x;
}
document.onmousemove=iMouse
function dim(){
ini-=gstep;
dt=setTimeout('dim()',10);
if (ini < 2){
clearTimeout(dt);
glow();
}
}
function glow(){
ini+=gstep;
gt=setTimeout('glow()',10);
if (ini > 14){
clearTimeout(gt);
dim();
}
}
function stars(){
ie.style.top=document.body.scrollTop;
for (i=0; i < amount; i++)
{
var layer=iestars[i].style;
layer.filter='glow(color='+colours[i]+', strength='+ini+')';
layer.top= Ydelay+100*Math.sin((5*Math.sin((currStep-15.99)/10))+i*70)*Math.sin((currStep)/10)*Math.cos((currStep+i*25)/10);
layer.left=Xdelay+180*Math.cos((5*Math.sin((currStep-15.99)/10))+i*70)*Math.sin((currStep)/10)*Math.cos((currStep+i*25)/10);
}
currStep+=step;
}
function delay(){
Ydelay = YgetDelay+=(my-YgetDelay)*1/20;
Xdelay = XgetDelay+=(mx-XgetDelay)*1/20;
stars();
setTimeout('delay()',10);
}
delay();
glow();
}
//-->
</SCRIPT>
<DIV id=ie style="LEFT: 0px; POSITION: absolute; TOP: 0px"> <DIV style="POSITION: relative"> <DIV id=iestars style="FONT-SIZE: 5px; FILTER: glow(color=ff0000, strength=13); LEFT: 98px; WIDTH: 50px; COLOR: #ff0000; PADDING-TOP: 20px; FONT-FAMILY: Courier New; POSITION: absolute; TOP: 39px; HEIGHT: 50px; TEXT-ALIGN: center">.</DIV> <DIV id=iestars style="FONT-SIZE: 5px; FILTER: glow(color=00ff00, strength=13); LEFT: 124px; WIDTH: 50px; COLOR: #00ff00; PADDING-TOP: 20px; FONT-FAMILY: Courier New; POSITION: absolute; TOP: 0px; HEIGHT: 50px; TEXT-ALIGN: center">.</DIV> <DIV id=iestars style="FONT-SIZE: 5px; FILTER: glow(color=3366ff, strength=13); LEFT: 100px; WIDTH: 50px; COLOR: #3366ff; PADDING-TOP: 20px; FONT-FAMILY: Courier New; POSITION: absolute; TOP: 11px; HEIGHT: 50px; TEXT-ALIGN: center">.</DIV> <DIV id=iestars style="FONT-SIZE: 5px; FILTER: glow(color=ff00ff, strength=13); LEFT: 84px; WIDTH: 50px; COLOR: #ff00ff; PADDING-TOP: 20px; FONT-FAMILY: Courier New; POSITION: absolute; TOP: -5px; HEIGHT: 50px; TEXT-ALIGN: center">.</DIV> <DIV id=iestars style="FONT-SIZE: 5px; FILTER: glow(color=ffa500, strength=13); LEFT: 78px; WIDTH: 50px; COLOR: #ffa500; PADDING-TOP: 20px; FONT-FAMILY: Courier New; POSITION: absolute; TOP: 37px; HEIGHT: 50px; TEXT-ALIGN: center">.</DIV> <DIV id=iestars style="FONT-SIZE: 5px; FILTER: glow(color=ffffff, strength=13); LEFT: 147px; WIDTH: 50px; COLOR: #ffffff; PADDING-TOP: 20px; FONT-FAMILY: Courier New; POSITION: absolute; TOP: 3px; HEIGHT: 50px; TEXT-ALIGN: center">.</DIV> <DIV id=iestars style="FONT-SIZE: 5px; FILTER: glow(color=fff000, strength=13); LEFT: 76px; WIDTH: 50px; COLOR: #fff000; PADDING-TOP: 20px; FONT-FAMILY: Courier New; POSITION: absolute; TOP: 2px; HEIGHT: 50px; TEXT-ALIGN: center">.</DIV> <DIV id=iestars style="FONT-SIZE: 5px; FILTER: glow(color=CCFFCC, strength=13); LEFT: 99px; WIDTH: 50px; COLOR: #ccffcc; PADDING-TOP: 20px; FONT-FAMILY: Courier New; POSITION: absolute; TOP: 8px; HEIGHT: 50px; TEXT-ALIGN: center">.</DIV> <DIV id=iestars style="FONT-SIZE: 5px; FILTER: glow(color=00FFCC, strength=13); LEFT: 73px; WIDTH: 50px; COLOR: #00ffcc; PADDING-TOP: 20px; FONT-FAMILY: Courier New; POSITION: absolute; TOP: 24px; HEIGHT: 50px; TEXT-ALIGN: center">.</DIV></DIV></DIV> |