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

function OmnitureVariables()
{
	this.s_account = 'cnocanoecaprod,cnocanoeglobalprod';
	this.mainsection = 'mail';
	this.sectionLevel2 = 'login';
	this.sectionLevel3 = '';
	this.sectionLevel4 = '';
	this.sectionLevel5 = '';
	this.language = 'en';
	this.division = 'canoe';
	this.networkid = 'can';
	this.linkInternalFilters = 'javascript:,canoe.ca';
	this.prop11 = document.location.href.slice(7);
	this.prop22 = 'mail';
   
	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.en.canoe.mail';
	
    	this.pageName= this.mainsection+':'+this.sectionLevel2+':home';
	    this.hier1= this.mainsection+'|'+this.sectionLevel2;
		this.hier2= this.division+'|'+this.language+'|'+this.prop22+'|'+this.mainsection+'|'+this.sectionLevel2;
		this.hier3 = this.prop22+'|'+this.language+'|'+this.division;	
	}

var MyOmnitureVariables  = new OmnitureVariables();
          
