if(typeof CommonSite == "undefined") CommonSite={};
CommonSite.AccessPage_class = function() {};
Object.extend(CommonSite.AccessPage_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	RegisterUpdate: function(Email, FirstName, LastName, Phone, PhoneArea, countryCode, PhoneType, UserName, LandingTemplateOptionID, OtherNotes, Variables) {
		return this.invoke("RegisterUpdate", {"Email":Email, "FirstName":FirstName, "LastName":LastName, "Phone":Phone, "PhoneArea":PhoneArea, "countryCode":countryCode, "PhoneType":PhoneType, "UserName":UserName, "LandingTemplateOptionID":LandingTemplateOptionID, "OtherNotes":OtherNotes, "Variables":Variables}, this.RegisterUpdate.getArguments().slice(11));
	},
	Register: function(Email, FirstName, LastName, Phone, PhoneArea, countryCode, PhoneType, UserName, LandingTemplateOptionID) {
		return this.invoke("Register", {"Email":Email, "FirstName":FirstName, "LastName":LastName, "Phone":Phone, "PhoneArea":PhoneArea, "countryCode":countryCode, "PhoneType":PhoneType, "UserName":UserName, "LandingTemplateOptionID":LandingTemplateOptionID}, this.Register.getArguments().slice(9));
	},
	Login: function(Email, UserName, LandingTemplateOptionID) {
		return this.invoke("Login", {"Email":Email, "UserName":UserName, "LandingTemplateOptionID":LandingTemplateOptionID}, this.Login.getArguments().slice(3));
	},
	url: '/ajaxpro/CommonSite.AccessPage,CommonSite.ashx'
}));
CommonSite.AccessPage = new CommonSite.AccessPage_class();

