if(typeof Janane == "undefined") Janane={};
if(typeof Janane.Live == "undefined") Janane.Live={};
if(typeof Janane.Live.LivePage == "undefined") Janane.Live.LivePage={};
Janane.Live.LivePage_class = function() {};
Object.extend(Janane.Live.LivePage_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	LoadPage: function() {
		return this.invoke("LoadPage", {}, this.LoadPage.getArguments().slice(0));
	},
	GetXmlObject: function(url) {
		return this.invoke("GetXmlObject", {"url":url}, this.GetXmlObject.getArguments().slice(1));
	},
	GetRss: function(url) {
		return this.invoke("GetRss", {"url":url}, this.GetRss.getArguments().slice(1));
	},
	AddBox: function(url, loaded) {
		return this.invoke("AddBox", {"url":url, "loaded":loaded}, this.AddBox.getArguments().slice(2));
	},
	DeleteBox: function(arg) {
		return this.invoke("DeleteBox", {"arg":arg}, this.DeleteBox.getArguments().slice(1));
	},
	SaveBoxData: function(id, data) {
		return this.invoke("SaveBoxData", {"id":id, "data":data}, this.SaveBoxData.getArguments().slice(2));
	},
	SetBoxTitle: function(id, title) {
		return this.invoke("SetBoxTitle", {"id":id, "title":title}, this.SetBoxTitle.getArguments().slice(2));
	},
	SortBox: function(newSort) {
		return this.invoke("SortBox", {"newSort":newSort}, this.SortBox.getArguments().slice(1));
	},
	WebCommandLine: function(command) {
		return this.invoke("WebCommandLine", {"command":command}, this.WebCommandLine.getArguments().slice(1));
	},
	url: '/ajaxpro/Janane.Live.LivePage,App_Web_fwlkbaoa.ashx'
}));
Janane.Live.LivePage = new Janane.Live.LivePage_class();

