function show_captcha(){
		document.getElementById('captcha').src="/captcha/?i="+Math.random();
		alert(a);
}
