function getNewCaptcha(id)
{
    document.getElementById(id).src = '/images/captcha.png?sid=' + Math.random();		
		return false;
}
