function rightBottomAd(){
 var abc = document.getElementById("AdLayer");
 abc.style.top = document.documentElement.scrollTop+document.documentElement.clientHeight-753+"px"; 
 setTimeout(function(){rightBottomAd();},50);
}
rightBottomAd();
