if(typeof OpenService == "undefined") OpenService={};
if(typeof OpenService.BIK == "undefined") OpenService.BIK={};
if(typeof OpenService.BIK.Client == "undefined") OpenService.BIK.Client={};
if(typeof OpenService.BIK.Client.MySpace == "undefined") OpenService.BIK.Client.MySpace={};
OpenService.BIK.Client.MySpace.Main_class = function() {};
Object.extend(OpenService.BIK.Client.MySpace.Main_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	ModifyBasicInfo: function(obj, objvalue) {
		return this.invoke("ModifyBasicInfo", {"obj":obj, "objvalue":objvalue}, this.ModifyBasicInfo.getArguments().slice(2));
	},
	ModifyModuleName: function(obj, objvalue) {
		return this.invoke("ModifyModuleName", {"obj":obj, "objvalue":objvalue}, this.ModifyModuleName.getArguments().slice(2));
	},
	ModifyModuleVisible: function(obj, objvalue) {
		return this.invoke("ModifyModuleVisible", {"obj":obj, "objvalue":objvalue}, this.ModifyModuleVisible.getArguments().slice(2));
	},
	Get_spaceValue: function(s_userid) {
		return this.invoke("Get_spaceValue", {"s_userid":s_userid}, this.Get_spaceValue.getArguments().slice(1));
	},
	Get_BaseInfo: function(s_userid) {
		return this.invoke("Get_BaseInfo", {"s_userid":s_userid}, this.Get_BaseInfo.getArguments().slice(1));
	},
	Get_Signed: function(s_userid) {
		return this.invoke("Get_Signed", {"s_userid":s_userid}, this.Get_Signed.getArguments().slice(1));
	},
	Get_Notice: function(s_userid) {
		return this.invoke("Get_Notice", {"s_userid":s_userid}, this.Get_Notice.getArguments().slice(1));
	},
	Get_PersonNotice: function(s_userid) {
		return this.invoke("Get_PersonNotice", {"s_userid":s_userid}, this.Get_PersonNotice.getArguments().slice(1));
	},
	Get_OnlineUser: function(s_userid) {
		return this.invoke("Get_OnlineUser", {"s_userid":s_userid}, this.Get_OnlineUser.getArguments().slice(1));
	},
	Get_myphote: function(s_userid) {
		return this.invoke("Get_myphote", {"s_userid":s_userid}, this.Get_myphote.getArguments().slice(1));
	},
	Get_Message: function(s_userid) {
		return this.invoke("Get_Message", {"s_userid":s_userid}, this.Get_Message.getArguments().slice(1));
	},
	Get_friend: function(s_userid) {
		return this.invoke("Get_friend", {"s_userid":s_userid}, this.Get_friend.getArguments().slice(1));
	},
	Get_spacefriend: function(s_userid) {
		return this.invoke("Get_spacefriend", {"s_userid":s_userid}, this.Get_spacefriend.getArguments().slice(1));
	},
	Get_myvideo: function(s_userid) {
		return this.invoke("Get_myvideo", {"s_userid":s_userid}, this.Get_myvideo.getArguments().slice(1));
	},
	Get_myblog: function(s_userid) {
		return this.invoke("Get_myblog", {"s_userid":s_userid}, this.Get_myblog.getArguments().slice(1));
	},
	Get_updatemyfriend: function(s_userid) {
		return this.invoke("Get_updatemyfriend", {"s_userid":s_userid}, this.Get_updatemyfriend.getArguments().slice(1));
	},
	Get_shar: function(s_userid) {
		return this.invoke("Get_shar", {"s_userid":s_userid}, this.Get_shar.getArguments().slice(1));
	},
	Get_bgmusic: function(s_userid) {
		return this.invoke("Get_bgmusic", {"s_userid":s_userid}, this.Get_bgmusic.getArguments().slice(1));
	},
	Get_myorg: function(s_userid) {
		return this.invoke("Get_myorg", {"s_userid":s_userid}, this.Get_myorg.getArguments().slice(1));
	},
	del_session: function(s_userid) {
		return this.invoke("del_session", {"s_userid":s_userid}, this.del_session.getArguments().slice(1));
	},
	ModifyModuleIndex: function(fromobj, intoobj, frame) {
		return this.invoke("ModifyModuleIndex", {"fromobj":fromobj, "intoobj":intoobj, "frame":frame}, this.ModifyModuleIndex.getArguments().slice(3));
	},
	AddInvitation: function(targetid, targetName) {
		return this.invoke("AddInvitation", {"targetid":targetid, "targetName":targetName}, this.AddInvitation.getArguments().slice(2));
	},
	InsertMyLeaveWord: function(userid, body, type) {
		return this.invoke("InsertMyLeaveWord", {"userid":userid, "body":body, "type":type}, this.InsertMyLeaveWord.getArguments().slice(3));
	},
	DeleteMyLeaveWords: function(leavewordid) {
		return this.invoke("DeleteMyLeaveWords", {"leavewordid":leavewordid}, this.DeleteMyLeaveWords.getArguments().slice(1));
	},
	GetWelcomeWord: function(userid) {
		return this.invoke("GetWelcomeWord", {"userid":userid}, this.GetWelcomeWord.getArguments().slice(1));
	},
	url: '/ajaxpro/OpenService.BIK.Client.MySpace.Main,OpenService.BIK.Client.ashx'
}));
OpenService.BIK.Client.MySpace.Main = new OpenService.BIK.Client.MySpace.Main_class();

