function disp() {
  //var r = Math.round(Math.random())+1;
  var r = 2;
  //alert(r);
  document.getElementById('adstop'+r).style.display='block';
}