if(typeof CardState == "undefined") CardState={};
CardState_class = function() {};
Object.extend(CardState_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	CheckVcode: function(tvcode) {
		return this.invoke("CheckVcode", {"tvcode":tvcode}, this.CheckVcode.getArguments().slice(1));
	},
	url: '/ChargeThrough/ajaxpro/CardState,App_Web_cardstate.aspx.cdcab7d2.ashx'
}));
CardState = new CardState_class();


