function cap_reload()
{
    document.captcha.src = document.captcha.src + '?' + (new Date()).getTime();
}
