SiteAjax_class = function() {};
Object.extend(SiteAjax_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetAuthenticationText: function() {
		return this.invoke("GetAuthenticationText", {}, this.GetAuthenticationText.getArguments().slice(0));
	},
	SetDisplayType: function(type) {
		return this.invoke("SetDisplayType", {"type":type}, this.SetDisplayType.getArguments().slice(1));
	},
	SetSortParameter: function(parameter) {
		return this.invoke("SetSortParameter", {"parameter":parameter}, this.SetSortParameter.getArguments().slice(1));
	},
	SetSortType: function(type) {
		return this.invoke("SetSortType", {"type":type}, this.SetSortType.getArguments().slice(1));
	},
	SetTagDisplayCount: function(count) {
		return this.invoke("SetTagDisplayCount", {"count":count}, this.SetTagDisplayCount.getArguments().slice(1));
	},
	SetFilterParameter: function(type, parameter) {
		return this.invoke("SetFilterParameter", {"type":type, "parameter":parameter}, this.SetFilterParameter.getArguments().slice(2));
	},
	FilterByTag: function() {
		return this.invoke("FilterByTag", {}, this.FilterByTag.getArguments().slice(0));
	},
	FilterByKeyword: function() {
		return this.invoke("FilterByKeyword", {}, this.FilterByKeyword.getArguments().slice(0));
	},
	FilterByFormat: function() {
		return this.invoke("FilterByFormat", {}, this.FilterByFormat.getArguments().slice(0));
	},
	FilterByLicense: function() {
		return this.invoke("FilterByLicense", {}, this.FilterByLicense.getArguments().slice(0));
	},
	url: '/ajaxpro/Paramagnus.Podcasting.Spot.Website.SiteAjax,App_Code.dr9g9wom.ashx'
}));
SiteAjax = new SiteAjax_class();

