if(typeof myajax == "undefined") myajax={};
myajax_class = function() {};
Object.extend(myajax_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	test: function() {
		return this.invoke("test", {}, this.test.getArguments().slice(0));
	},
	getmyuser: function(fname, pgno, step, mode, other) {
		return this.invoke("getmyuser", {"fname":fname, "pgno":pgno, "step":step, "mode":mode, "other":other}, this.getmyuser.getArguments().slice(5));
	},
	getmycloob: function(fname, pgno, step, mode) {
		return this.invoke("getmycloob", {"fname":fname, "pgno":pgno, "step":step, "mode":mode}, this.getmycloob.getArguments().slice(4));
	},
	getmaglist: function(fname, pgno, step, mode) {
		return this.invoke("getmaglist", {"fname":fname, "pgno":pgno, "step":step, "mode":mode}, this.getmaglist.getArguments().slice(4));
	},
	getmag: function(fname, pgno, step, mode) {
		return this.invoke("getmag", {"fname":fname, "pgno":pgno, "step":step, "mode":mode}, this.getmag.getArguments().slice(4));
	},
	addvisitmsg: function(uid, dmnum) {
		return this.invoke("addvisitmsg", {"uid":uid, "dmnum":dmnum}, this.addvisitmsg.getArguments().slice(2));
	},
	getuserflist: function(uid) {
		return this.invoke("getuserflist", {"uid":uid}, this.getuserflist.getArguments().slice(1));
	},
	adduserfreind: function(uid, fuid) {
		return this.invoke("adduserfreind", {"uid":uid, "fuid":fuid}, this.adduserfreind.getArguments().slice(2));
	},
	dropuserfreindvisit: function(uid, fuid) {
		return this.invoke("dropuserfreindvisit", {"uid":uid, "fuid":fuid}, this.dropuserfreindvisit.getArguments().slice(2));
	},
	dropuserfriend: function(uid, fuid) {
		return this.invoke("dropuserfriend", {"uid":uid, "fuid":fuid}, this.dropuserfriend.getArguments().slice(2));
	},
	dropmsgdetial: function(msgid, cid) {
		return this.invoke("dropmsgdetial", {"msgid":msgid, "cid":cid}, this.dropmsgdetial.getArguments().slice(2));
	},
	checkvalidcloob: function(uid, cid) {
		return this.invoke("checkvalidcloob", {"uid":uid, "cid":cid}, this.checkvalidcloob.getArguments().slice(2));
	},
	getinbox: function(uid, fname, pgno, step, mode, fordel) {
		return this.invoke("getinbox", {"uid":uid, "fname":fname, "pgno":pgno, "step":step, "mode":mode, "fordel":fordel}, this.getinbox.getArguments().slice(6));
	},
	inboxstread: function(mnum) {
		return this.invoke("inboxstread", {"mnum":mnum}, this.inboxstread.getArguments().slice(1));
	},
	getiboxinfo: function(uid) {
		return this.invoke("getiboxinfo", {"uid":uid}, this.getiboxinfo.getArguments().slice(1));
	},
	addprofilevisit: function(pid, vid) {
		return this.invoke("addprofilevisit", {"pid":pid, "vid":vid}, this.addprofilevisit.getArguments().slice(2));
	},
	readnews: function(url) {
		return this.invoke("readnews", {"url":url}, this.readnews.getArguments().slice(1));
	},
	userprofile: function(uid) {
		return this.invoke("userprofile", {"uid":uid}, this.userprofile.getArguments().slice(1));
	},
	useractive: function(uid, mode, page) {
		return this.invoke("useractive", {"uid":uid, "mode":mode, "page":page}, this.useractive.getArguments().slice(3));
	},
	chat_sendmsg: function(roomid, id, des) {
		return this.invoke("chat_sendmsg", {"roomid":roomid, "id":id, "des":des}, this.chat_sendmsg.getArguments().slice(3));
	},
	droproommsg: function(mnum) {
		return this.invoke("droproommsg", {"mnum":mnum}, this.droproommsg.getArguments().slice(1));
	},
	roommsg: function(mnum) {
		return this.invoke("roommsg", {"mnum":mnum}, this.roommsg.getArguments().slice(1));
	},
	get_username: function(uid) {
		return this.invoke("get_username", {"uid":uid}, this.get_username.getArguments().slice(1));
	},
	usergetroom: function(uid) {
		return this.invoke("usergetroom", {"uid":uid}, this.usergetroom.getArguments().slice(1));
	},
	waitres: function(mnum) {
		return this.invoke("waitres", {"mnum":mnum}, this.waitres.getArguments().slice(1));
	},
	addroom: function(uid1, uid2, mnum, make) {
		return this.invoke("addroom", {"uid1":uid1, "uid2":uid2, "mnum":mnum, "make":make}, this.addroom.getArguments().slice(4));
	},
	sendreqchat: function(uid1, uid2) {
		return this.invoke("sendreqchat", {"uid1":uid1, "uid2":uid2}, this.sendreqchat.getArguments().slice(2));
	},
	createroom: function(ids, idr) {
		return this.invoke("createroom", {"ids":ids, "idr":idr}, this.createroom.getArguments().slice(2));
	},
	getcloobdoc: function(cloobid, fname, pgno, step, mode) {
		return this.invoke("getcloobdoc", {"cloobid":cloobid, "fname":fname, "pgno":pgno, "step":step, "mode":mode}, this.getcloobdoc.getArguments().slice(5));
	},
	getclooblink: function(cloobid, fname, pgno, step, mode) {
		return this.invoke("getclooblink", {"cloobid":cloobid, "fname":fname, "pgno":pgno, "step":step, "mode":mode}, this.getclooblink.getArguments().slice(5));
	},
	dropdoc: function(docid) {
		return this.invoke("dropdoc", {"docid":docid}, this.dropdoc.getArguments().slice(1));
	},
	Sendmsginbox: function(uids, uidr, title, des) {
		return this.invoke("Sendmsginbox", {"uids":uids, "uidr":uidr, "title":title, "des":des}, this.Sendmsginbox.getArguments().slice(4));
	},
	getuserpic: function(uid, pgno, step) {
		return this.invoke("getuserpic", {"uid":uid, "pgno":pgno, "step":step}, this.getuserpic.getArguments().slice(3));
	},
	drop_userpic: function(mnum) {
		return this.invoke("drop_userpic", {"mnum":mnum}, this.drop_userpic.getArguments().slice(1));
	},
	getusercomment: function(uid, pgno, step, mode) {
		return this.invoke("getusercomment", {"uid":uid, "pgno":pgno, "step":step, "mode":mode}, this.getusercomment.getArguments().slice(4));
	},
	addusercomment: function(fuid, uidw, des) {
		return this.invoke("addusercomment", {"fuid":fuid, "uidw":uidw, "des":des}, this.addusercomment.getArguments().slice(3));
	},
	getusercomment_read: function(uid, pgno, step, mode) {
		return this.invoke("getusercomment_read", {"uid":uid, "pgno":pgno, "step":step, "mode":mode}, this.getusercomment_read.getArguments().slice(4));
	},
	addstatecomment: function(mnum, mode) {
		return this.invoke("addstatecomment", {"mnum":mnum, "mode":mode}, this.addstatecomment.getArguments().slice(2));
	},
	getmailcount: function() {
		return this.invoke("getmailcount", {}, this.getmailcount.getArguments().slice(0));
	},
	readtopdoc: function(topno) {
		return this.invoke("readtopdoc", {"topno":topno}, this.readtopdoc.getArguments().slice(1));
	},
	url: '/ajaxpro/myajx,App_Code.sb82omvy.ashx'
}));
myajax = new myajax_class();

