addNamespace("MasterPage");
MasterPage_class = Class.create();
MasterPage_class.prototype = (new AjaxPro.Request()).extend({
	GetSearchData: function(s, callback) {
		return this.invoke("GetSearchData", {"s":s}, callback);
	},
	initialize: function() {
		this.url = "/ajaxpro/MasterPage,App_Web_masterpage.master.cdcab7d2.ashx";
	}
})
MasterPage = new MasterPage_class();

