//-----------------------------
// Auteur	: PEJMAN RAMEZANPOUR
// Date		: 2008-05-23
//-----------------------------

function OmnitureVariables()
{
	var pagen='';
	this.s_account = MyGenericTagVar.saccount+',cnocanoeglobalprod';
	this.mainsection = MyGenericTagVar.mainsection;
	//this.affiliate = MyGenericTagVar.affiliate;
	this.sectionLevel2 = MyGenericTagVar.sectionLevel2;
	this.sectionLevel3 = MyGenericTagVar.sectionLevel3;
	this.sectionLevel4 = MyGenericTagVar.sectionLevel4;
	this.sectionLevel5 = MyGenericTagVar.sectionLevel5;
	this.language = MyGenericTagVar.language;
	this.division = MyGenericTagVar.division;
	this.networkid = 'can';
	
	//added MyGenericTagVar«-»MyOmnitureVariables link for osprey 
	this.linkInternalFilters = MyGenericTagVar.linkInternalFilters;
	this.prop11 = document.location.href.slice(7);
	this.prop12 = MyGenericTagVar.prop12;
	this.prop13 = MyGenericTagVar.prop13;	
    this.prop15 = MyGenericTagVar.prop15;	
    this.prop16 = MyGenericTagVar.prop16;	    
	this.prop19 = MyGenericTagVar.prop19;	
    this.prop20 = MyGenericTagVar.prop20;	
	this.prop22 = MyGenericTagVar.prop22;
	if (this.prop22 == '') {
		this.prop22 = 'news';
    }
    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.srcsite = 'portal';
	this.SwitchCgi = true;
	this.server = 'can.' + this.language + '.' + this.division + '.' + this.mainsection;
	
    if (MyGenericTagVar.hp=='1') { 
	     pagen='home';
		 }
	else {
	    pagen='article';
	     }	 

	if ((this.sectionLevel2 !='') && (this.sectionLevel3 !='') && (this.sectionLevel4 !='') && (this.sectionLevel5 !='')){
		this.pageName= this.mainsection+':'+this.sectionLevel2+':'+this.sectionLevel3+':'+this.sectionLevel4+':'+this.sectionLevel5+':'+pagen;
	}
	else if ((this.sectionLevel2 !='') && (this.sectionLevel3 !='') && (this.sectionLevel4 !='') && (this.sectionLevel5 =='')){
		this.pageName= this.mainsection+':'+this.sectionLevel2+':'+this.sectionLevel3+':'+this.sectionLevel4+':'+pagen;
	}
	else if ((this.sectionLevel2 !='') && (this.sectionLevel3 !='') && (this.sectionLevel4 =='') && (this.sectionLevel5 =='')){
		this.pageName= this.mainsection+':'+this.sectionLevel2+':'+this.sectionLevel3+':'+pagen;
	}
	else if	((this.sectionLevel2 !='') && (this.sectionLevel3 =='') && (this.sectionLevel4 =='') && (this.sectionLevel5 =='')){
		this.pageName= this.mainsection+':'+this.sectionLevel2+':'+pagen;
	}		
	else {
		this.pageName= this.mainsection+':'+pagen;;
	}
	}

var MyOmnitureVariables  = new OmnitureVariables();
          
