if(typeof Ip1SMS == "undefined") Ip1SMS={};
if(typeof Ip1SMS.Pages == "undefined") Ip1SMS.Pages={};
if(typeof Ip1SMS.Pages.Master == "undefined") Ip1SMS.Pages.Master={};
Ip1SMS.Pages.Master.master_class = function() {};
Object.extend(Ip1SMS.Pages.Master.master_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	Balans: function() {
		return this.invoke("Balans", {}, this.Balans.getArguments().slice(0));
	},
	AddStat: function(X, Y, e, page) {
		return this.invoke("AddStat", {"X":X, "Y":Y, "e":e, "page":page}, this.AddStat.getArguments().slice(4));
	},
	url: '/ajaxpro/Ip1SMS.Pages.Master.master,Ip1SMS.ashx'
}));
Ip1SMS.Pages.Master.master = new Ip1SMS.Pages.Master.master_class();

