if(typeof authorSTREAM == "undefined") authorSTREAM={};
if(typeof authorSTREAM.BizLayer == "undefined") authorSTREAM.BizLayer={};
authorSTREAM.BizLayer.Common_class = function() {};
Object.extend(authorSTREAM.BizLayer.Common_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetEncodeString: function(strVal) {
		return this.invoke("GetEncodeString", {"strVal":strVal}, this.GetEncodeString.getArguments().slice(1));
	},
	InsertasdesTopInfo: function(IpAddress) {
		return this.invoke("InsertasdesTopInfo", {"IpAddress":IpAddress}, this.InsertasdesTopInfo.getArguments().slice(1));
	},
	url: '/ajaxpro/authorSTREAM.BizLayer.Common,App_Code.qyfcelwj.ashx'
}));
authorSTREAM.BizLayer.Common = new authorSTREAM.BizLayer.Common_class();

