SiteAjax_class = function() {};
Object.extend(SiteAjax_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetAuthenticationText: function() {
		return this.invoke("GetAuthenticationText", {}, this.GetAuthenticationText.getArguments().slice(0));
	},
	ProcessAuthentication: function(input) {
		return this.invoke("ProcessAuthentication", {"input":input}, this.ProcessAuthentication.getArguments().slice(1));
	},
	SetDisplayType: function(type) {
		return this.invoke("SetDisplayType", {"type":type}, this.SetDisplayType.getArguments().slice(1));
	},
	url: '/ajaxpro/Paramagnus.Podcasting.Spot.Website.User.SiteAjax,App_Code.yqvjgghl.ashx'
}));
SiteAjax = new SiteAjax_class();

