addNamespace("MasterPage_ZH_CN_Main");
MasterPage_ZH_CN_Main_class = Class.create();
MasterPage_ZH_CN_Main_class.prototype = (new AjaxPro.Request()).extend({
	GetSearchItems: function(strQuery, callback) {
		return this.invoke("GetSearchItems", {"strQuery":strQuery}, callback);
	},
	initialize: function() {
		this.url = "/ajaxpro/MasterPage_ZH_CN_Main,App_Web_6db7fq_0.ashx";
	}
})
MasterPage_ZH_CN_Main = new MasterPage_ZH_CN_Main_class();

