function captcha_reload(aId) {
	var aObj=document.getElementById(aId);
	if (!aObj) return false;
	aObj.src=aObj.src+="&"+Math.random(0,100000);
}


