addNamespace("SiteContentMaster");
SiteContentMaster.register_class = Class.create();
SiteContentMaster.register_class.prototype = (new AjaxPro.Request()).extend({
	CheckLoginName: function(loginname, callback) {
		return this.invoke("CheckLoginName", {"loginname":loginname}, callback);
	},
	initialize: function() {
		this.url = "/ajaxpro/SiteContentMaster.register,SiteContentMaster.ashx";
	}
})
SiteContentMaster.register = new SiteContentMaster.register_class();

