if(typeof EOGS == "undefined") EOGS={};
if(typeof EOGS.CVR == "undefined") EOGS.CVR={};
if(typeof EOGS.CVR.Web == "undefined") EOGS.CVR.Web={};
if(typeof EOGS.CVR.Web.Site == "undefined") EOGS.CVR.Web.Site={};
if(typeof EOGS.CVR.Web.Site.UserControls == "undefined") EOGS.CVR.Web.Site.UserControls={};
EOGS.CVR.Web.Site.UserControls.AJAXCommune_class = function() {};
Object.extend(EOGS.CVR.Web.Site.UserControls.AJAXCommune_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	getCommuneList: function(status) {
		return this.invoke("getCommuneList", {"status":status}, this.getCommuneList.getArguments().slice(1));
	},
	getNewCommunesFromOldID: function(oldCommuneID) {
		return this.invoke("getNewCommunesFromOldID", {"oldCommuneID":oldCommuneID}, this.getNewCommunesFromOldID.getArguments().slice(1));
	},
	url: '/Site/ajaxpro/EOGS.CVR.Web.Site.UserControls.AJAXCommune,EOGS.CVR.Web.Site.ashx'
}));
EOGS.CVR.Web.Site.UserControls.AJAXCommune = new EOGS.CVR.Web.Site.UserControls.AJAXCommune_class();

