//Created by <!-- binod --> 

function reload_captcha()
{
a=document.getElementById('captchaimg')
a.src='captcha/captcha_image.php?'+new Date().getMilliseconds()
}

