function reloadCaptcha(id)
{
	document.getElementById('captcha_'+id).src = 'include/kcaptcha/?'+Math.random();
}
