﻿<!--
var getClearCode=document.getElementById("getClearCode");
if(getClearCode){
	getClearCode.onclick=function(){
		getCodeFun();
	}
}
function getCodeFun(){
	var vrifyCode=document.getElementById("vrifyCodeImg");
	vrifyCode.src="/system/inc/verify.img.php?change="+Math.random();
}
function getCodeFun_(){
	var vrifyCode=document.getElementById("vrifyCodeImg_");
	vrifyCode.src="/system/inc/verify.img.php?change="+Math.random();
}
//-->
