if(typeof WEB_Ajax == "undefined") WEB_Ajax={};
WEB_Ajax_class = function() {};
Object.extend(WEB_Ajax_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	ReCaptcha: function(token) {
		return this.invoke("ReCaptcha", {"token":token}, this.ReCaptcha.getArguments().slice(1));
	},
	GetState: function(countryID) {
		return this.invoke("GetState", {"countryID":countryID}, this.GetState.getArguments().slice(1));
	},
	GetTreeBookID: function(bookid, selectid) {
		return this.invoke("GetTreeBookID", {"bookid":bookid, "selectid":selectid}, this.GetTreeBookID.getArguments().slice(2));
	},
	GetArticleDetail: function(articleID) {
		return this.invoke("GetArticleDetail", {"articleID":articleID}, this.GetArticleDetail.getArguments().slice(1));
	},
	PasteWord: function(html) {
		return this.invoke("PasteWord", {"html":html}, this.PasteWord.getArguments().slice(1));
	},
	CheckUser: function(username) {
		return this.invoke("CheckUser", {"username":username}, this.CheckUser.getArguments().slice(1));
	},
	CheckEmail: function(email) {
		return this.invoke("CheckEmail", {"email":email}, this.CheckEmail.getArguments().slice(1));
	},
	url: '/ajaxpro/WEB_Ajax,VNVN_News_deploy.ashx'
}));
WEB_Ajax = new WEB_Ajax_class();

