/* Scrolling Banner 120x600 */


function setDivPos() {

		try{
		var initX = 20;
	}catch(E){
		var initX = 20;
	}
	var initY = 20;
	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 = 20;
			}catch(e){
				try{
					layerPos.x = 20;
				}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();
}

