if(typeof AWV == "undefined") AWV={};
if(typeof AWV.search == "undefined") AWV.search={};
AWV.search_class = function() {};
Object.extend(AWV.search_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	AddPageToShortList: function(SearchId, Skip, NCount) {
		return this.invoke("AddPageToShortList", {"SearchId":SearchId, "Skip":Skip, "NCount":NCount}, this.AddPageToShortList.getArguments().slice(3));
	},
	AddToShortList: function(ProductId) {
		return this.invoke("AddToShortList", {"ProductId":ProductId}, this.AddToShortList.getArguments().slice(1));
	},
	GetShortList: function() {
		return this.invoke("GetShortList", {}, this.GetShortList.getArguments().slice(0));
	},
	url: '/ajaxpro/AWV.search,AWV.ashx'
}));
AWV.search = new AWV.search_class();

