MasterPage_class = function() {};
Object.extend(MasterPage_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	QueryAutoCompletionInfo: function(text, type) {
		return this.invoke("QueryAutoCompletionInfo", {"text":text, "type":type}, this.QueryAutoCompletionInfo.getArguments().slice(2));
	},
	url: '/ajaxpro/MasterPage,App_Web_tob-mdim.ashx'
}));
MasterPage = new MasterPage_class();

