if(typeof Forbrugerliv == "undefined") Forbrugerliv={};
if(typeof Forbrugerliv.Search == "undefined") Forbrugerliv.Search={};
Forbrugerliv.Search.FrontEnd_class = function() {};
Object.extend(Forbrugerliv.Search.FrontEnd_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	Search: function(searchString, type, customParameters) {
		return this.invoke("Search", {"searchString":searchString, "type":type, "customParameters":customParameters}, this.Search.getArguments().slice(3));
	},
	url: '/ajaxpro/Forbrugerliv.Search.FrontEnd,Forbrugerliv.Search.ashx'
}));
Forbrugerliv.Search.FrontEnd = new Forbrugerliv.Search.FrontEnd_class();

