if(typeof BayUnion == "undefined") BayUnion={};
if(typeof BayUnion.UCHeader == "undefined") BayUnion.UCHeader={};
BayUnion.UCHeader_class = function() {};
Object.extend(BayUnion.UCHeader_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/BayUnion.UCHeader,BayUnion.ashx'
}));
BayUnion.UCHeader = new BayUnion.UCHeader_class();

