function setDivPos(){try{var initX=document.documentElement.scrollWidth/2-320;}catch(E){var initX=document.body.scrollWidth/2-320;}
var initY=150;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.left=x+'px';this.style.top=y+'px';}
catch(e){this.style.left=x;this.style.top=y;}};}catch(e){}
try{el.x=initX;el.y=initY;}catch(e){}
return el;}
window.remainInPosition=function(){try{layerPos.x=document.body.scrollWidth/2-370;}catch(e){try{layerPos.x=document.documentElement.scrollWidth/2-370;}catch(e){}}
try{var pY=ns?pageYOffset:document.documentElement.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();}
