if(typeof Opinity == "undefined") Opinity={};
if(typeof Opinity.Ajax == "undefined") Opinity.Ajax={};
if(typeof Opinity.Ajax.Common_class == "undefined") Opinity.Ajax.Common_class={};
Opinity.Ajax.Common_class = function() {};
Object.extend(Opinity.Ajax.Common_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	Ajax_LoginRevUID: function(szID, szPassword, bRememberMe) {
		return this.invoke("Ajax_LoginRevUID", {"szID":szID, "szPassword":szPassword, "bRememberMe":bRememberMe}, this.Ajax_LoginRevUID.getArguments().slice(3));
	},
	Ajax_LoginOpenID: function(szID, bRememberMe) {
		return this.invoke("Ajax_LoginOpenID", {"szID":szID, "bRememberMe":bRememberMe}, this.Ajax_LoginOpenID.getArguments().slice(2));
	},
	Ajax_Logout: function() {
		return this.invoke("Ajax_Logout", {}, this.Ajax_Logout.getArguments().slice(0));
	},
	Ajax_GetLoginInfo: function() {
		return this.invoke("Ajax_GetLoginInfo", {}, this.Ajax_GetLoginInfo.getArguments().slice(0));
	},
	Ajax_GetLoginUserNickName: function() {
		return this.invoke("Ajax_GetLoginUserNickName", {}, this.Ajax_GetLoginUserNickName.getArguments().slice(0));
	},
	Ajax_GetLoginUserID: function() {
		return this.invoke("Ajax_GetLoginUserID", {}, this.Ajax_GetLoginUserID.getArguments().slice(0));
	},
	Ajax_GetLoginUserGUID: function() {
		return this.invoke("Ajax_GetLoginUserGUID", {}, this.Ajax_GetLoginUserGUID.getArguments().slice(0));
	},
	AccountLinkCheck: function(pID) {
		return this.invoke("AccountLinkCheck", {"pID":pID}, this.AccountLinkCheck.getArguments().slice(1));
	},
	AccountUnlink: function(strLinkedID) {
		return this.invoke("AccountUnlink", {"strLinkedID":strLinkedID}, this.AccountUnlink.getArguments().slice(1));
	},
	CheckPassword: function(strUserID, strPassword) {
		return this.invoke("CheckPassword", {"strUserID":strUserID, "strPassword":strPassword}, this.CheckPassword.getArguments().slice(2));
	},
	CheckMe2day: function() {
		return this.invoke("CheckMe2day", {}, this.CheckMe2day.getArguments().slice(0));
	},
	BookmarkItem: function(strItemID) {
		return this.invoke("BookmarkItem", {"strItemID":strItemID}, this.BookmarkItem.getArguments().slice(1));
	},
	SponsorClick: function(pKeyword) {
		return this.invoke("SponsorClick", {"pKeyword":pKeyword}, this.SponsorClick.getArguments().slice(1));
	},
	DecodeRevUURL: function(strContent) {
		return this.invoke("DecodeRevUURL", {"strContent":strContent}, this.DecodeRevUURL.getArguments().slice(1));
	},
	RemoveTags: function(strContent) {
		return this.invoke("RemoveTags", {"strContent":strContent}, this.RemoveTags.getArguments().slice(1));
	},
	url: '/ajaxpro/Opinity.Ajax.Common,App_Code.ashx'
}));
Opinity.Ajax.Common = new Opinity.Ajax.Common_class();

