addNamespace("GrowthStage.Web3.MasterPages");
GrowthStage.Web3.MasterPages.Default_class = Class.create();
Object.extend(GrowthStage.Web3.MasterPages.Default_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	CheckDemoCode: function(demoCode) {
		return this.invoke("CheckDemoCode", {"demoCode":demoCode}, this.CheckDemoCode.getArguments().slice(1));
	},
	initialize: function() {
		this.url = '/ajaxpro/GrowthStage.Web3.MasterPages.Default,GrowthStage.Web3.ashx';
	}
}));
GrowthStage.Web3.MasterPages.Default = new GrowthStage.Web3.MasterPages.Default_class();

