if(typeof mypub == "undefined") mypub={};
mypub_class = function() {};
Object.extend(mypub_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	gettopblog: function() {
		return this.invoke("gettopblog", {}, this.gettopblog.getArguments().slice(0));
	},
	useractive: function(uid, mode, page) {
		return this.invoke("useractive", {"uid":uid, "mode":mode, "page":page}, this.useractive.getArguments().slice(3));
	},
	getrep: function(a) {
		return this.invoke("getrep", {"a":a}, this.getrep.getArguments().slice(1));
	},
	url: '/ajaxpro/Ajaxpub,App_Code.sb82omvy.ashx'
}));
mypub = new mypub_class();

