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.ContactForm == "undefined") Allers.Framework.Templates.ContentBlocks.ContactForm={};
Allers.Framework.Templates.ContentBlocks.ContactForm_class = function() {};
Object.extend(Allers.Framework.Templates.ContentBlocks.ContactForm_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetCity: function(zipCode) {
		return this.invoke("GetCity", {"zipCode":zipCode}, this.GetCity.getArguments().slice(1));
	},
	url: '/ajaxpro/Allers.Framework.Templates.ContentBlocks.ContactForm,Allers.Framework.ashx'
}));
Allers.Framework.Templates.ContentBlocks.ContactForm = new Allers.Framework.Templates.ContentBlocks.ContactForm_class();


