SiteAjax_class = function() {};
Object.extend(SiteAjax_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetAuthenticationText: function() {
		return this.invoke("GetAuthenticationText", {}, this.GetAuthenticationText.getArguments().slice(0));
	},
	url: '/ajaxpro/SiteAjax.ashx'
}));
SiteAjax = new SiteAjax_class();

