function getNewCaptcha() {
	var img = document.getElementById("captcha");
	var timestamp = new Date();
	img.src = "/common/captcha.php?" + timestamp;
}
