function close(){
document.getElementById("test").style.display="none";
}
function rightBottomAd(){

var abc = document.getElementById("test");

abc.style.top = document.documentElement.scrollTop+document.documentElement.clientHeight-600+"px";

setTimeout(function(){rightBottomAd();},50);

}

rightBottomAd();
