addNamespace("Ektom");
Ektom.ektom_main_class = function() {};
Object.extend(Ektom.ektom_main_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetPowerOrg: function() {
		return this.invoke("GetPowerOrg", {}, this.GetPowerOrg.getArguments().slice(0));
	},
	GetStarTeacher: function() {
		return this.invoke("GetStarTeacher", {}, this.GetStarTeacher.getArguments().slice(0));
	},
	GetSutraCourse: function() {
		return this.invoke("GetSutraCourse", {}, this.GetSutraCourse.getArguments().slice(0));
	},
	GetVeluedProduct: function() {
		return this.invoke("GetVeluedProduct", {}, this.GetVeluedProduct.getArguments().slice(0));
	},
	url: '/ajaxpro/Ektom.ektom_main,Ektom.ashx'
}));
Ektom.ektom_main = new Ektom.ektom_main_class();

