
  function refreshImageVerify(imgName, imgSrc) {
    document.images[imgName].src = imgSrc+"?"+Math.floor(Math.random() * 100);

  }