function closeAd() {
   document.getElementById("Ad").style.visibility = "hidden";
   document.getElementById("CAd").style.visibility = "hidden";
}