if(typeof GetStarted == "undefined") GetStarted={};
GetStarted_class = function() {};
Object.extend(GetStarted_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetTerritoryPage: function(postcode) {
		return this.invoke("GetTerritoryPage", {"postcode":postcode}, this.GetTerritoryPage.getArguments().slice(1));
	},
	SaveState: function(postcode) {
		return this.invoke("SaveState", {"postcode":postcode}, this.SaveState.getArguments().slice(1));
	},
	url: '/ajaxpro/AQuickSale.FrontEnd.GetStarted,AQuickSale.FrontEnd.ashx'
}));
GetStarted = new GetStarted_class();

