MasterPage_class = function() {};
Object.extend(MasterPage_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetLastComments: function() {
		return this.invoke("GetLastComments", {}, this.GetLastComments.getArguments().slice(0));
	},
	url: '/ajaxpro/MasterPage,App_Web_2nmlvnox.ashx'
}));
MasterPage = new MasterPage_class();

