if(typeof Today == "undefined") Today={};
if(typeof Today.Ajax == "undefined") Today.Ajax={};
if(typeof Today.Ajax.AjaxArea == "undefined") Today.Ajax.AjaxArea={};
Today.Ajax.AjaxArea_class = function() {};
Object.extend(Today.Ajax.AjaxArea_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	Get_Area_FUVID_AND_Name_ByContinentId: function(continentID) {
		return this.invoke("Get_Area_FUVID_AND_Name_ByContinentId", {"continentID":continentID}, this.Get_Area_FUVID_AND_Name_ByContinentId.getArguments().slice(1));
	},
	url: '/ajaxpro/Today.Ajax.AjaxArea,App_Code.ashx'
}));
Today.Ajax.AjaxArea = new Today.Ajax.AjaxArea_class();

