document.writeln("<script language=\"JavaScript\">                                            ");
document.writeln("if (document.all){                                            ");
document.writeln("                                            ");
document.writeln("colours=new Array(\'ff0000\',\'00ff00\',\'3366ff\',\'ff00ff\',\'ffa500\',\'ffffff\',\'fff000\')                                            ");
document.writeln("                                            ");
document.writeln("amount=colours.length;                                            ");
document.writeln("YgetDelay=0,XgetDelay=0,Ydelay=0,Xdelay=0,step=0.2,currStep=0,my=0,mx=0;                                            ");
document.writeln("document.write(\'<div id=\"ie\" style=\"position:absolute;top:0;left:0;\"><div style=\"position:relative\">\');                                            ");
document.writeln("for (i=0; i < amount; i++)                                            ");
document.writeln("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.writeln("document.write(\'<\/div><\/div>\');                                            ");
document.writeln("ini=1;                                            ");
document.writeln("gstep=1;                                            ");
document.writeln("function iMouse(){                                            ");
document.writeln("my=event.y;mx=event.x;                                            ");
document.writeln("}                                            ");
document.writeln("document.onmousemove=iMouse                                            ");
document.writeln("function dim(){                                            ");
document.writeln("ini-=gstep;                                            ");
document.writeln("dt=setTimeout(\'dim()\',10);                                            ");
document.writeln("if (ini < 2){                                            ");
document.writeln("clearTimeout(dt);                                            ");
document.writeln("glow();                                            ");
document.writeln("}                                            ");
document.writeln("}                                            ");
document.writeln("function glow(){                                            ");
document.writeln("ini+=gstep;                                            ");
document.writeln("gt=setTimeout(\'glow()\',10);                                            ");
document.writeln("if (ini > 14){                                            ");
document.writeln("clearTimeout(gt);                                            ");
document.writeln("dim();                                            ");
document.writeln("}                                            ");
document.writeln("}                                            ");
document.writeln("function stars(){                                            ");
document.writeln("ie.style.top=document.body.scrollTop;                                            ");
document.writeln("for (i=0; i < amount; i++)                                            ");
document.writeln(" {                                            ");
document.writeln(" var layer=iestars[i].style;                                             ");
document.writeln(" layer.filter=\'glow(color=\'+colours[i]+\', strength=\'+ini+\')\';                                            ");
document.writeln(" 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);                                             ");
document.writeln(" 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);                                            ");
document.writeln(" }                                            ");
document.writeln("currStep+=step;                                            ");
document.writeln("}                                            ");
document.writeln("function delay(){                                            ");
document.writeln("Ydelay = YgetDelay+=(my-YgetDelay)*1\/20;                                            ");
document.writeln("Xdelay = XgetDelay+=(mx-XgetDelay)*1\/20;                                            ");
document.writeln("stars();                                            ");
document.writeln("setTimeout(\'delay()\',10);                                            ");
document.writeln("}                                            ");
document.writeln("delay();                                            ");
document.writeln("glow();                                            ");
document.writeln("}                                            ");
document.writeln("<\/script>");