if(typeof GreenHeat == "undefined") GreenHeat={};
if(typeof GreenHeat.UCCat == "undefined") GreenHeat.UCCat={};
GreenHeat.UCCat_class = function() {};
Object.extend(GreenHeat.UCCat_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	SignUp: function(FullName, Email) {
		return this.invoke("SignUp", {"FullName":FullName, "Email":Email}, this.SignUp.getArguments().slice(2));
	},
	url: '/vbwrapper/GreenHeat.UCCat,GreenHeat.ashx'
}));
GreenHeat.UCCat = new GreenHeat.UCCat_class();


