function refreshCaptcha()
{
    var captcha = document.getElementById("captchaimg");
    captcha.setAttribute('src', '../captcha.php?r='+Math.random());
}

