function refreshCaptcha(captchaId, captchaURL){
	var captcha = document.getElementById(captchaId);

	captcha.src=captchaURL+'?r='+Math.random();
}