if(typeof CFunc == "undefined") CFunc={};
CFunc_class = function() {};
Object.extend(CFunc_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetCities: function(p_strState) {
		return this.invoke("GetCities", {"p_strState":p_strState}, this.GetCities.getArguments().slice(1));
	},
	BackInsert: function(p_iID, p_strType, p_strMain, p_strPic) {
		return this.invoke("BackInsert", {"p_iID":p_iID, "p_strType":p_strType, "p_strMain":p_strMain, "p_strPic":p_strPic}, this.BackInsert.getArguments().slice(4));
	},
	VisitUpdate: function(p_iHostID, p_strType) {
		return this.invoke("VisitUpdate", {"p_iHostID":p_iHostID, "p_strType":p_strType}, this.VisitUpdate.getArguments().slice(2));
	},
	TopWordsGet: function() {
		return this.invoke("TopWordsGet", {}, this.TopWordsGet.getArguments().slice(0));
	},
	UserLogin: function(p_strUsr, p_strPwd) {
		return this.invoke("UserLogin", {"p_strUsr":p_strUsr, "p_strPwd":p_strPwd}, this.UserLogin.getArguments().slice(2));
	},
	BackDel: function(p_iID, p_strType) {
		return this.invoke("BackDel", {"p_iID":p_iID, "p_strType":p_strType}, this.BackDel.getArguments().slice(2));
	},
	CheckLogin: function(username, pwd) {
		return this.invoke("CheckLogin", {"username":username, "pwd":pwd}, this.CheckLogin.getArguments().slice(2));
	},
	Logout: function() {
		return this.invoke("Logout", {}, this.Logout.getArguments().slice(0));
	},
	url: '/ajaxpro/CFunc,App_Code.4owlusck.ashx'
}));
CFunc = new CFunc_class();

