function newcaptcha()
{
	var img = new Image();
	img.src = "'.$_config['url'].'captcha?"+Math.floor(Math.random() * 9999);
	document.images["captcha_img"].src = img.src;
}

