


oMetricsTracker.pageMetrics = function(){

			 this.clearVars();
			s.pageName=this.brandVar() +":find dealer:zip code"; 
			s.eVar11= this.brandVar() +":find dealer:zip code"; 
			s.prop11= this.brandVar() +":find dealer:zip code"; 
			s.events= this.locateDealerEvent();

			s.hier1= this.siteLevel() 
			s.eVar1= this.loginStatus() 
			s.prop1= this.loginStatus() 
			s.eVar3= this.accountType() 
			s.prop3= this.accountType() 
			s.eVar4= this.userLanguage(); 
			s.prop4= this.userLanguage(); 
			s.eVar9= ""; 
			s.prop9= ""; 
			s.eVar12= this.modelYear(); 
			s.prop12= this.modelYear(); 
			s.eVar14= this.client(); 
			s.prop14= this.client(); 
			s.eVar15= this.site(); 
			s.prop15= this.site(); 
			s.eVar16= this.nameplate(); 
			s.prop16= this.nameplate(); 
			s.channel= this.siteSection(); 
		 void(s.t());



}


		 oMetricsTracker.locateadealerTabClick=function(){
			 this.clearVars();
			s.pageName= this.brandVar()  + ":find dealer:"+this.clickDataValue().selectedTab.replace(/(\r\n|\n|\r)/gm,"").replace(/^\s+|\s+$/g, ''); 
			s.channel="locate dealer";
			s.hier1=s.channel;
			s.eVar11=s.pageName;
			s.prop11=s.eVar11;
			s.events=this.loginStatus()=="logged in"?'event47':'';

			s.eVar1= this.loginStatus() 
			s.prop1= this.loginStatus() 
			s.eVar3= this.accountType() 
			s.prop3= this.accountType() 
			s.eVar4= this.userLanguage(); 
			s.prop4= this.userLanguage(); 
			s.eVar9= ""; 
			s.prop9= ""; 
			s.eVar12= this.modelYear(); 
			s.prop12= this.modelYear(); 
			s.eVar14= this.client(); 
			s.prop14= this.client(); 
			s.eVar15= this.site(); 
			s.prop15= this.site(); 
			s.eVar16= this.nameplate(); 
			s.prop16= this.nameplate(); 


			s.t();
		 }




