/* Generic Javascript functions for the website */

  function closead() {
    var obj = document.getElementById( "ad" );
    obj.style.visibility = "hidden";
  }
