function changeCode(path,imgid){
	document.getElementById(imgid).src=path+"/checkCode.jsp?smartID=" + Math.ceil(Math.random()*10000000000);
}