if(typeof WM == "undefined") WM={};
if(typeof WM.UI == "undefined") WM.UI={};
WM.UI.NewSearchControl_class = function() {};
Object.extend(WM.UI.NewSearchControl_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	CookieSwitch: function(value) {
		return this.invoke("CookieSwitch", {"value":value}, this.CookieSwitch.getArguments().slice(1));
	},
	url: '/ajaxpro/WM.UI.NewSearchControl,Waymarking.200.ashx'
}));
WM.UI.NewSearchControl = new WM.UI.NewSearchControl_class();

