if(typeof Bjunki == "undefined") Bjunki={};
Bjunki.Head_class = function() {};
Object.extend(Bjunki.Head_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetHostName: function() {
		return this.invoke("GetHostName", {}, this.GetHostName.getArguments().slice(0));
	},
	SetLang: function(langid) {
		return this.invoke("SetLang", {"langid":langid}, this.SetLang.getArguments().slice(1));
	},
	Logout: function() {
		return this.invoke("Logout", {}, this.Logout.getArguments().slice(0));
	},
	Login: function(user, pass) {
		return this.invoke("Login", {"user":user, "pass":pass}, this.Login.getArguments().slice(2));
	},
	url: '/ajaxpro/Bjunki.Head,Bjunki.ashx'
}));
Bjunki.Head = new Bjunki.Head_class();


