function reloadAntispamImage() {
  var el = document.getElementById("antispam");
  if (!el) exit;
  el.src = "/antispam.jpeg#"+Math.random();
}
