function setDivPos() {

 

                                try{

                                var initX = 12;

                }catch(E){

                                var initX = 12;

                }

                var initY = 60;

                var ns = (navigator.appName.indexOf("Netscape") != -1);

                var d = document;

                var layerPos;

                                function ml(id) {

                                                var el=d.getElementById?d.getElementById(id):d.all?d.all[id]:d.layers[id];                                                                                          

                                                                                               

                                                if (d.layers) el.style=el;

                                                try{

                                                                el.sP=function(x,y) {

                                                                                try{

                                                                                                this.style.right=x + 'px';

                                                                                                this.style.top=y + 'px';

                                                                                }

                                                                                catch(e){

                                                                                                this.style.right=x;

                                                                                                this.style.top=y;

                                                                                }

                                                                };

                                                }catch(e){}

                                try{

                                                el.x = initX;

                                                el.y = initY;

                                }catch(e){}

                                                return el;

                                }

                                window.remainInPosition=function() {

                                                try{

                                                                layerPos.x = 12;

                                                }catch(e){

                                                                try{

                                                                                layerPos.x = 12;

                                                                }catch(e){}

                                                }

                                                try{

                                                                var pY = ns ? pageYOffset : document.documentElement.scrollTop; //document.body.scrollTop

                                                }catch(e){

                                                                var pY=document.body.scrollTop;

                                                }

                                                try{

                                                                layerPos.y += (pY + initY - layerPos.y)/5;

                                                                layerPos.sP(layerPos.x, layerPos.y);

                                                }catch(e){}

                                                setTimeout("remainInPosition()", 60);

                                }

                layerPos = ml("bonusGr");
                remainInPosition();
}
