function reloadCaptcha()
{
	var image = document.getElementById('verificationImage');
	if (this.image === undefined) this.image = image.src;
	image.src = this.image + '?t=' + (new Date()).getTime();
}
