function reload_captcha()
{
	var c = document.getElementById('i_captcha');
	if(c)
	{
		c.src = '/security/ci.sha?' + (new Date()).getTime();
	}
}
