if(typeof VIP100w == "undefined") VIP100w={};
if(typeof VIP100w.AppCode == "undefined") VIP100w.AppCode={};
if(typeof VIP100w.AppCode.Action == "undefined") VIP100w.AppCode.Action={};
VIP100w.AppCode.Action_class = function() {};
Object.extend(VIP100w.AppCode.Action_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	sendVipAction: function(hdmemo, vipdays) {
		return this.invoke("sendVipAction", {"hdmemo":hdmemo, "vipdays":vipdays}, this.sendVipAction.getArguments().slice(2));
	},
	url: '/HFHD/VIP100W/ajaxpro/VIP100w.AppCode.Action,VIP100w.ashx'
}));
VIP100w.AppCode.Action = new VIP100w.AppCode.Action_class();

