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/Paramagnus.Podcasting.Basket.Website.SiteAjax,App_Code.ashx'
}));
SiteAjax = new SiteAjax_class();

