if(typeof photogallery == "undefined") photogallery={};
photogallery.search_class = function() {};
Object.extend(photogallery.search_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	ServerGetBasketString: function() {
		return this.invoke("ServerGetBasketString", {}, this.ServerGetBasketString.getArguments().slice(0));
	},
	url: '/photogallery2/ajaxpro/photogallery.search,photogallery.ashx'
}));
photogallery.search = new photogallery.search_class();

