	function recalcBanner(){
		var yTop=document.body.scrollTop+136;
		if(yTop > 800) yTop= 800;
		rightBanner.style.top = yTop;
	}
