if(typeof Viking == "undefined") Viking={};
if(typeof Viking.Web == "undefined") Viking.Web={};
if(typeof Viking.Web.WebControls == "undefined") Viking.Web.WebControls={};
Viking.Web.WebControls.CruiseExtensions_class = function() {};
Object.extend(Viking.Web.WebControls.CruiseExtensions_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	url: '/ajaxpro/Viking.Web.WebControls.CruiseExtensions,Viking.Web.WebControls.ashx'
}));
Viking.Web.WebControls.CruiseExtensions = new Viking.Web.WebControls.CruiseExtensions_class();


