function refresh_captcha()
{
  var captcha = $('captcha');

  captcha.setProperty('src','/getcaptcha.php?'+$random(1,99999));

}
