function reloadcaptcha()
{ 
	document.getElementById('img_captcha').src = '/captcha/show?' + Math.random();
}

