if(typeof Deluxe == "undefined") Deluxe={};
if(typeof Deluxe.GlobalSearch == "undefined") Deluxe.GlobalSearch={};
Deluxe.GlobalSearch_class = function() {};
Object.extend(Deluxe.GlobalSearch_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	Search: function(keyword) {
		return this.invoke("Search", {"keyword":keyword}, this.Search.getArguments().slice(1));
	},
	url: '/ajaxpro/Deluxe.GlobalSearch,DeluxeSite2010_deploy.ashx'
}));
Deluxe.GlobalSearch = new Deluxe.GlobalSearch_class();


