addNamespace("_6SNS.MyShow");
_6SNS.MyShow.regist_class = Class.create();
_6SNS.MyShow.regist_class.prototype = (new AjaxPro.Request()).extend({
	ExistEmail: function(strEmail, callback) {
		return this.invoke("ExistEmail", {"strEmail":strEmail}, callback);
	},
	ExistHostName: function(strHostName, callback) {
		return this.invoke("ExistHostName", {"strHostName":strHostName}, callback);
	},
	initialize: function() {
		this.url = "/ajaxpro/_6SNS.MyShow.regist,6SNS.ashx";
	}
})
_6SNS.MyShow.regist = new _6SNS.MyShow.regist_class();

