function reloadCap() { 
 	document.getElementById('captcha_img').src = '/abaton/captcha.php?rnd='+Math.random(1,99); 	
}

