// JavaScript Document

tracking = {
	
	//* define pathnames for Google Tracking
	//* paths { key : value }
	// key is:  /bef.section/bef.page (found and defined in bef.js)
	// value is:  can be same as key or english string - value is passed to Google Analytics
	
	paths: {
		//* path keys are based on URLs generated by 
		//* templates found in /befbin/application/templates/views subfolders
		
		// "home" section
		"/home/index/":"/gateway/landing",
		"/home/contact":"/contact/landing",
		"/home/event":"/carboncalc/event",
		"/home/links":"/footer/links",
		"/home/jobs":"/footer/jobs",
		"/home/privacy":"/footer/privacy",
		"/home/terms":"/footer/terms",
		"/home/index/business": "/gateway/cbglanding/landing",
		"/home/holiday":"/holiday/landing",
		
		// "carbon" section
		"/carbon/index" : "/carbon/landing",
		"/carbon/calc":"/carboncalc/landing",
		"/carbon/education":"/education/landing",
		
		// "shop" section
		"/shop/index":"/shop/landing",
		"/shop/offsets_calc":"/carboncalc/offsetcalculated",
		"/shop/offsets":"/shop/carbonoffsets/landing",
		"/shop/cart":"/shop/cart",
		"/shop/instruct":"/shop/offset101/landing",
		"/shop/signin":"/signinreg/landing",
		"/shop/offsets_home":"/shop/carbonoffsets/house",
		"/shop/offsets_specific":"/shop/carbonoffsets/dollar",
		"/shop/offsets_flight":"/shop/carbonoffsets/flight",
		"/shop/offsets_trans":"/shop/carbonoffsets/car",
		"/shop/ski":"/shop/partners/ski",
		"/shop/buy":"/shop/carbonoffsets/whybuy",
		"/shop/paddle":"/shop/partners/paddle",
		"/shop/included":"/shop/carbonoffsets/included",
		"/shop/tour":"/shop/partners/tour",
		"/shop/race":"/shop/partners/race",
		"/shop/confirm":"/zen/confirm",
		"/shop/profile":"/shop/profile",
		"/shop/products":"/zen/address",
		"/shop/cart":"/cart/landing",
		"/shop/offsets_footprint":"/shop/offsets_footprint",
		"/shop/payment":"/zen/payment",
		"/shop/payment_address":"/shop/payment_address",
		
		// "programs" section
		"/programs/index":"/programs/landing",
		"/programs/renewable":"/programs/development/overview",
		"/programs/solar":"/programs/education/solar4rschools",
		"/programs/watershed":"/programs/restoration/overview",
		"/programs/programs":"/programs/development/programs",
		"/programs/partnerships":"/programs/restoration/partners",
		"/programs/map":"/programs/restoration/map",
		"/programs/community":"/programs/education/community",
		"/programs/participants":"/programs/education/map",
		
		// "meet" section
		"/meet/index":"/about/landing",
		"/meet/about":"/about/about",
		"/meet/team":"/about/team",
		"/meet/history":"/about/history",
		"/meet/board":"/about/board",
		"/meet/policy":"/about/policy",
		"/meet/reports":"/about/reports",
		
		// "partners" section
		"/partners/index":"/partners/landing",
		"/partners/corporate":"/partners/corporate",
		"/partners/utility":"/partners/utility",
		
		// "faqs" section
		"/faqs/index":"/faq/landing",
		"/faqs/offsets":"/faq/buying",
		"/faqs/general":"/faq/general",
		"/faqs/solar":"/faq/solar",
		"/faqs/calc":"/faq/calculator",
		"/faqs/change":"/faq/electricity",
		
		// "newsroom" section
		"/newsroom/index":"/newsroom/releases",
		"/newsroom/stories":"/newsroom/clientstories",
		"/newsroom/itn":"/newsroom/befinthenews",
		"/newsroom/background":"/newsroom/background",
		"/newsroom/archive":"/newsroom/archive",
		
		// "organizations" section
		"/organizations/tdasi":"/organizations/tdasi",
		"/organizations/aaa":"/organizations/aaa",
		"/organizations/cowlitz":"/organizations/cowlitz",
		"/organizations/mcminnville":"/organizations/mcminnville",
		"/organizations/reiadventure":"/organizations/reiadventure",
		"/organizations/tbd":"/organizations/tbd",
		"/organizations/cascade":"/organizations/cascade",
		"/organizations/cvps":"/organizations/cvps",
		"/organizations/monmouth":"/organizations/monmouth",
		"/organizations/oipl":"/organizations/oipl",
		"/organizations/rei":"/organizations/rei",
		"/organizations/breckenridge":"/organizations/breckenridge",
		"/organizations/drain":"/organizations/drain",
		"/organizations/klickitat":"/organizations/klickitat",
		"/organizations/osu":"/organizations/osu",
		"/organizations/milton":"/organizations/milton",
		"/organizations/momentum":"/organizations/momentum",
		"/organizations/reiadventures":"/organizations/reiadventures",
		
		// "bottomnav" section
		"/bottomnav/newsletter":"/footer/newsletter"
		
	}
	
}