if(typeof PP == "undefined") PP={};
if(typeof PP.FrontEnd == "undefined") PP.FrontEnd={};
if(typeof PP.FrontEnd.UI == "undefined") PP.FrontEnd.UI={};
if(typeof PP.FrontEnd.UI.dashboard_class == "undefined") PP.FrontEnd.UI.dashboard_class={};
PP.FrontEnd.UI.dashboard_class = function() {};
Object.extend(PP.FrontEnd.UI.dashboard_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	SetProfile: function(profileCode) {
		return this.invoke("SetProfile", {"profileCode":profileCode}, this.SetProfile.getArguments().slice(1));
	},
	GetProfile: function() {
		return this.invoke("GetProfile", {}, this.GetProfile.getArguments().slice(0));
	},
	url: '/ajaxpro/PP.FrontEnd.UI.dashboard,PP.FrontEnd.UI.ashx'
}));
PP.FrontEnd.UI.dashboard = new PP.FrontEnd.UI.dashboard_class();


