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