
function noadhide(){
  var whotohide_oject = document.getElementById("noad");
  whotohide_oject.style.display = "none";
}
