if(typeof Go007 == "undefined") Go007={};
if(typeof Go007.Components == "undefined") Go007.Components={};
if(typeof Go007.Components.Ajax == "undefined") Go007.Components.Ajax={};
Go007.Components.Ajax.AjaxVerifyCode_class = function() {};
Object.extend(Go007.Components.Ajax.AjaxVerifyCode_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetCurrentVerifyCode: function() {
		return this.invoke("GetCurrentVerifyCode", {}, this.GetCurrentVerifyCode.getArguments().slice(0));
	},
	url: '/ajaxpro/Go007.Components.Ajax.AjaxVerifyCode,Go007.Components.ashx'
}));
Go007.Components.Ajax.AjaxVerifyCode = new Go007.Components.Ajax.AjaxVerifyCode_class();

