//-----------------------------
// Auteur	: PEJMAN RAMEZANPOUR
// Date		: 2009-07-17
//-----------------------------

function OmnitureVariables()
{
	var pagen='';
	this.s_account = 'cnoylmprod,cnocanoeglobalprod';
	this.mainsection = 'yourlifemoments';

	//May 17, 2010
	this.sectionLevel2 = MyGenericTagVar.sectionLevel3;  //MyGenericTagVar.sectionLevel2;
	this.sectionLevel3 = MyGenericTagVar.sectionLevel2;  //MyGenericTagVar.sectionLevel3;
	//The update has been made to allow ONLY Omniture clollect data with city as sectionslevel2 and piller as section level3, helps Omniture collects sets of data seperatly for markets.
	//But DFP tagging must contain piller as sectionlevel2 and city as sectionlevel3, helps adops team, stops duplicate products creation. 
	
	
	this.sectionLevel4 = MyGenericTagVar.sectionLevel4;
	this.language = 'en';
	this.division = 'smc';
	this.networkid = 'can';
	
	this.linkInternalFilters = 'javascript:,yourlifemoments.ca,vosmomentsdevie.ca';
	this.prop11 = document.location.href.slice(7);
	this.prop19 = 'classifieds';	
	this.prop22 = 'classifieds';	
	this.prop24 = MyGenericTagVar.prop24;	   
	this.prop25 = MyGenericTagVar.prop25;	   	
    this.prop31 = MyGenericTagVar.prop31;	
    this.prop32 = MyGenericTagVar.prop32;	
	
	this.linkTrackVars = 'server';
	this.linkTrackEvents = 'None';
 	this.linkLeaveQueryString = 'false';
	this.linkExternalFilters = '';
	this.trackExternalLinks= 'true';
	this.pageType = '';
	this.SwitchCgi = true;
	this.server = 'can.en.smc.yourlifemoments';
	
    if (MyGenericTagVar.hp=='1') { 
	     pagen='home';
		 }
	else {
	    pagen='article';
	     }	 
		this.pageName= this.mainsection+':'+this.sectionLevel2+':'+pagen;
	}

var MyOmnitureVariables  = new OmnitureVariables();
          
