if(typeof WM == "undefined") WM={};
if(typeof WM.UI == "undefined") WM.UI={};
WM.UI.WaymarkDetailsControl_class = function() {};
Object.extend(WM.UI.WaymarkDetailsControl_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	FeaturedSwitch: function() {
		return this.invoke("FeaturedSwitch", {}, this.FeaturedSwitch.getArguments().slice(0));
	},
	url: '/ajaxpro/WM.UI.WaymarkDetailsControl,Tucson.WebApp.Waymarking.ashx'
}));
WM.UI.WaymarkDetailsControl = new WM.UI.WaymarkDetailsControl_class();

