if(typeof ContactUs == "undefined") ContactUs={};
ContactUs_class = function() {};
Object.extend(ContactUs_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	getcontactuslistbyajax: function() {
		return this.invoke("getcontactuslistbyajax", {}, this.getcontactuslistbyajax.getArguments().slice(0));
	},
	url: '/ajaxpro/ContactUs,App_Web_ifq0oqlu.ashx'
}));
ContactUs = new ContactUs_class();

