if(typeof RoagControls == "undefined") RoagControls={};
RoagControls.Calendar_class = function() {};
Object.extend(RoagControls.Calendar_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetEvents: function(EventType, thedate, ProvinceID) {
		return this.invoke("GetEvents", {"EventType":EventType, "thedate":thedate, "ProvinceID":ProvinceID}, this.GetEvents.getArguments().slice(3));
	},
	url: '/ajaxpro/RoagControls.Calendar,RoagControls.ashx'
}));
RoagControls.Calendar = new RoagControls.Calendar_class();


