window.screen.width > 800 ? imgTop=80 : imgTop=80;
function rightmove()
{
		//document.getElementById("adright").style.top = GetWindowOffsetTop() + imgTop;
		document.getElementById("adright").style.marginTop = document.getElementById("pageright").scrollTop + imgTop;
		//document.getElementById("samid").innerHTML=document.getElementById("pageright").scrollTop;
		//document.getElementById("samid1").innerHTML=document.getElementById("adright").style.marginTop;
		

  setTimeout("rightmove();", 60);
}
rightmove();