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

function OmnitureVariables()
{
	var pagen='';
	this.s_account = 'cnoqvmhebdosprod,cnocanoeglobalprod';
	//this.s_account = 'cnoompdev';
	this.mainsection = MyGenericTagVar.mainsection;
	this.sectionLevel2 = MyGenericTagVar.sectionLevel2;
	this.sectionLevel3 = MyGenericTagVar.sectionLevel3;
	this.sectionLevel4 = MyGenericTagVar.sectionLevel4;
	this.sectionLevel5 = MyGenericTagVar.sectionLevel5;
	this.language = 'fr';
	this.division = 'qvm';
	this.networkid = 'can';
	this.linkInternalFilters = MyGenericTagVar.linkInternalFilters;
	this.prop11 = document.location.href.slice(7);
	if (MyGenericTagVar.prop12!='') {
	   MyGenericTagVar.prop12=MyGenericTagVar.prop12.toLowerCase();
	   MyGenericTagVar.prop12=MyGenericTagVar.prop12.replace(/é/g,"e");
	   MyGenericTagVar.prop12=MyGenericTagVar.prop12.replace(/è/g,"e");
	   MyGenericTagVar.prop12=MyGenericTagVar.prop12.replace(/à/g,"a");	   
	   MyGenericTagVar.prop12=MyGenericTagVar.prop12.replace(/ô/g,"o");	   
	   MyGenericTagVar.prop12=MyGenericTagVar.prop12.replace(/ê/g,"e");	   	  
	   MyGenericTagVar.prop12=MyGenericTagVar.prop12.replace(/»/g,"");	   
	   MyGenericTagVar.prop12=MyGenericTagVar.prop12.replace(/«/g,"");	   
	 this.prop12 =MyGenericTagVar.mainsection+':'+MyGenericTagVar.sectionLevel2+': '+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.SwitchCgi = true;
	this.server = 'can.' + this.language + '.qvm.' + 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();
 function slideView(albumID,picID)
	   {
	 var s=s_gi('cnoqvmhebdosprod');
	   s.linkTrackVars='eVar16,eVar17,events';
	   s.linkTrackEvents='event36';
	   s.events='event36';
	   s.eVar17=albumID;    //album name
	   s.eVar16=picID;      //picture ID
	  s.tl(this,'o','Slideshow Picture View'); 	//this function doesnt counts as page view
	   }	   
