if(typeof M == "undefined") M={};
if(typeof M.AS_class == "undefined") M.AS_class={};
M.AS_class = function() {};
Object.extend(M.AS_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	SendContactUs: function(pageLayoutModuleID, name, emailAddress, webAddress, subject, message) {
		return this.invoke("SendContactUs", {"pageLayoutModuleID":pageLayoutModuleID, "name":name, "emailAddress":emailAddress, "webAddress":webAddress, "subject":subject, "message":message}, this.SendContactUs.getArguments().slice(6));
	},
	RenderUC: function(path, nvs) {
		return this.invoke("RenderUC", {"path":path, "nvs":nvs}, this.RenderUC.getArguments().slice(2));
	},
	url: '/ajaxpro/M.AS,WebApp.ashx'
}));
M.AS = new M.AS_class();

