addNamespace("_join");
_join_class = Class.create();
_join_class.prototype = (new AjaxPro.Request()).extend({
	GetCountryCode: function(country_code, callback) {
		return this.invoke("GetCountryCode", {"country_code":country_code}, callback);
	},
	checkMemberId: function(memberid, callback) {
		return this.invoke("checkMemberId", {"memberid":memberid}, callback);
	},
	initialize: function() {
		this.url = "/ajaxpro/_join,epowerproduct.com_deploy.ashx";
	}
})
_join = new _join_class();

