// JavaScript Document
function hide(){
  document.getElementById("container_ads").style.visibility = 'hidden';
}

