function loadAds() {
  if (document.location.search.length == 0) {
     parent.loadPageAds(document.location.href);
     document.getElementById("D0").style.visibility = "visible";
  }
  else {
     document.getElementById("D1").style.visibility = "visible";
     window.scrollTo(0, 6000);
  }
}