//看不清,重新显示图像验证码
function reloadVercode(){
	document.getElementById("authImg").src="../../auth.jpg?now="+ new Date();
}