		var archiveurl=document.location.href;
        var archiveurla=archiveurl.indexOf('archive.html');
		
		function OmnitureVariables(){
		    this.mainsection = 'automotive';
			this.division = 'canoe';	
			this.networkid = 'can';
            this.SwitchCgi = true;
			this.trackExternalLinks= 'true';
			this.pageType = '';
			this.s_account = 'cnoautonetcaprod,cnocanoeglobalprod';
			this.linkExternalFilters = '';			
			this.linkTrackVars = 'server';
			this.linkTrackEvents = 'None';			
 			this.linkLeaveQueryString = 'false';					
			this.prop22 = 'automotive';	          
		    this.linkInternalFilters = 'javascript:,autonet.ca';
			 //check to see if the page is a home page or an article page 
              var theurl=document.location.href;
			  var pfgallery=theurl.indexOf('pf-');
              var mainurla=theurl.indexOf('home.html');
              var mainurlb=theurl.charAt(theurl.length -1);
              var mainurlc=theurl.indexOf('home.php');
                  if ((mainurla!=-1) || (mainurlb=='/') || (mainurlc!=-1)){
                      var pagen='home';
                     }
                     else {
                      var pagen='article';
                     }
			
           this.prop7 ='canoe';
		   this.prop11 = theurl.slice(7);
		   this.prop19 ='';
          /* if (pfgallery!=-1) {
		   this.prop15 = theurl.slice(7);
		   }*/
		}
		var MyOmnitureVariables  = new OmnitureVariables();
	
