
$(document).ready(function () {
	
	$("#changImg").click(function(){
		$("#validateCode").attr('src', "verifyCode?now=" + new Date());
		}
	);
});
