function gebi(id){
	return document.getElementById(id)
}

function captchaReload() {
    gebi('captcha').src = '/captcha/kcaptcha_init.php?' + Math.random();
}
