if(typeof BLOG == "undefined") BLOG={};
if(typeof BLOG.Web == "undefined") BLOG.Web={};
if(typeof BLOG.Web.user == "undefined") BLOG.Web.user={};
BLOG.Web.user_class = function() {};
Object.extend(BLOG.Web.user_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	delCookie: function() {
		return this.invoke("delCookie", {}, this.delCookie.getArguments().slice(0));
	},
	getArts: function(Page, bid, category, all, url, length) {
		return this.invoke("getArts", {"Page":Page, "bid":bid, "category":category, "all":all, "url":url, "length":length}, this.getArts.getArguments().slice(6));
	},
	url: '/ajaxpro/BLOG.Web.user,App_Web_pihnl-rd.ashx'
}));
BLOG.Web.user = new BLOG.Web.user_class();

