if(typeof Allers == "undefined") Allers={};
if(typeof Allers.Framework == "undefined") Allers.Framework={};
if(typeof Allers.Framework.Templates == "undefined") Allers.Framework.Templates={};
if(typeof Allers.Framework.Templates.ContentBlocks == "undefined") Allers.Framework.Templates.ContentBlocks={};
if(typeof Allers.Framework.Templates.ContentBlocks.Calendarium == "undefined") Allers.Framework.Templates.ContentBlocks.Calendarium={};
if(typeof Allers.Framework.Templates.ContentBlocks.Calendarium.Calendarium == "undefined") Allers.Framework.Templates.ContentBlocks.Calendarium.Calendarium={};
Allers.Framework.Templates.ContentBlocks.Calendarium.Calendarium_class = function() {};
Object.extend(Allers.Framework.Templates.ContentBlocks.Calendarium.Calendarium_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetCities: function(countyId) {
		return this.invoke("GetCities", {"countyId":countyId}, this.GetCities.getArguments().slice(1));
	},
	GetDays: function(month) {
		return this.invoke("GetDays", {"month":month}, this.GetDays.getArguments().slice(1));
	},
	GetSignUpPopupContent: function(pageID, urlToVisitPage) {
		return this.invoke("GetSignUpPopupContent", {"pageID":pageID, "urlToVisitPage":urlToVisitPage}, this.GetSignUpPopupContent.getArguments().slice(2));
	},
	url: '/ajaxpro/Allers.Framework.Templates.ContentBlocks.Calendarium.Calendarium,Allers.Framework.ashx'
}));
Allers.Framework.Templates.ContentBlocks.Calendarium.Calendarium = new Allers.Framework.Templates.ContentBlocks.Calendarium.Calendarium_class();

