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