if(typeof AjaxMethod == "undefined") AjaxMethod={};
AjaxMethod_class = function() {};
Object.extend(AjaxMethod_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetChkEmail: function(sEmail) {
		return this.invoke("GetChkEmail", {"sEmail":sEmail}, this.GetChkEmail.getArguments().slice(1));
	},
	GetFileSize: function(sFile) {
		return this.invoke("GetFileSize", {"sFile":sFile}, this.GetFileSize.getArguments().slice(1));
	},
	GetChkDomainName: function(sDomainName) {
		return this.invoke("GetChkDomainName", {"sDomainName":sDomainName}, this.GetChkDomainName.getArguments().slice(1));
	},
	GetChkDomainName4Master: function(sDomainName) {
		return this.invoke("GetChkDomainName4Master", {"sDomainName":sDomainName}, this.GetChkDomainName4Master.getArguments().slice(1));
	},
	GetChkVCode: function(vc) {
		return this.invoke("GetChkVCode", {"vc":vc}, this.GetChkVCode.getArguments().slice(1));
	},
	GetChkVCodeSName: function(vc) {
		return this.invoke("GetChkVCodeSName", {"vc":vc}, this.GetChkVCodeSName.getArguments().slice(1));
	},
	GetChkVCode4PhotoCmt: function(vc) {
		return this.invoke("GetChkVCode4PhotoCmt", {"vc":vc}, this.GetChkVCode4PhotoCmt.getArguments().slice(1));
	},
	GetChkVCode4BlogCmt: function(vc) {
		return this.invoke("GetChkVCode4BlogCmt", {"vc":vc}, this.GetChkVCode4BlogCmt.getArguments().slice(1));
	},
	GetChkVCode4NewsCmt: function(vc) {
		return this.invoke("GetChkVCode4NewsCmt", {"vc":vc}, this.GetChkVCode4NewsCmt.getArguments().slice(1));
	},
	GetChkVCode4gBook: function(vc) {
		return this.invoke("GetChkVCode4gBook", {"vc":vc}, this.GetChkVCode4gBook.getArguments().slice(1));
	},
	GetChkCorpName: function(sCorpName) {
		return this.invoke("GetChkCorpName", {"sCorpName":sCorpName}, this.GetChkCorpName.getArguments().slice(1));
	},
	GetChkCorpDomainName: function(sDomainName) {
		return this.invoke("GetChkCorpDomainName", {"sDomainName":sDomainName}, this.GetChkCorpDomainName.getArguments().slice(1));
	},
	url: '/ajaxpro/AjaxMethod,jyy80czWeb_deploy.ashx'
}));
AjaxMethod = new AjaxMethod_class();

