function reloadKaptcha() {
	var img = document.getElementById('kaptcha');
	img.src = '/kaptcha?' + new Date();
}
