if(typeof Bjunki == "undefined") Bjunki={};
Bjunki._Default_class = function() {};
Object.extend(Bjunki._Default_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetHostName: function() {
		return this.invoke("GetHostName", {}, this.GetHostName.getArguments().slice(0));
	},
	Logout: function() {
		return this.invoke("Logout", {}, this.Logout.getArguments().slice(0));
	},
	SetLang: function(langid) {
		return this.invoke("SetLang", {"langid":langid}, this.SetLang.getArguments().slice(1));
	},
	Login: function(user, pass) {
		return this.invoke("Login", {"user":user, "pass":pass}, this.Login.getArguments().slice(2));
	},
	GetFeaturedVideos: function() {
		return this.invoke("GetFeaturedVideos", {}, this.GetFeaturedVideos.getArguments().slice(0));
	},
	GetTopVideos: function(p) {
		return this.invoke("GetTopVideos", {"p":p}, this.GetTopVideos.getArguments().slice(1));
	},
	GetCategories: function() {
		return this.invoke("GetCategories", {}, this.GetCategories.getArguments().slice(0));
	},
	TurnPage: function(page, categoryID, filter, tag) {
		return this.invoke("TurnPage", {"page":page, "categoryID":categoryID, "filter":filter, "tag":tag}, this.TurnPage.getArguments().slice(4));
	},
	FilterContent: function(categoryID, filter, tag) {
		return this.invoke("FilterContent", {"categoryID":categoryID, "filter":filter, "tag":tag}, this.FilterContent.getArguments().slice(3));
	},
	GetVideos: function() {
		return this.invoke("GetVideos", {}, this.GetVideos.getArguments().slice(0));
	},
	test: function() {
		return this.invoke("test", {}, this.test.getArguments().slice(0));
	},
	url: '/ajaxpro/Bjunki._Default,Bjunki.ashx'
}));
Bjunki._Default = new Bjunki._Default_class();


