function newCaptcha() {
  var d = new Date();
  document.getElementById("captcha").src = captchaPath + "captcha.php?id=" + parseInt(d.getTime() / 1000);
}
