if(typeof WebAspx == "undefined") WebAspx={};
if(typeof WebAspx.Ajax == "undefined") WebAspx.Ajax={};
if(typeof WebAspx.Ajax.Search == "undefined") WebAspx.Ajax.Search={};
WebAspx.Ajax.Search_class = function() {};
Object.extend(WebAspx.Ajax.Search_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetSearch: function(key) {
		return this.invoke("GetSearch", {"key":key}, this.GetSearch.getArguments().slice(1));
	},
	GetGoogleSearch: function(key, page) {
		return this.invoke("GetGoogleSearch", {"key":key, "page":page}, this.GetGoogleSearch.getArguments().slice(2));
	},
	url: '/ajaxpro/WebAspx.Ajax.Search,Ajax.ashx'
}));
WebAspx.Ajax.Search = new WebAspx.Ajax.Search_class();

