//-----------------------------
// Auteur	: PEJMAN RAMEZANPOUR
// Date		: 2009-02-20
//-----------------------------

function OmnitureVariables()
{
	var pagen='';
	this.s_account = 'cnomicasacaprod,cnocanoeglobalprod';
	this.mainsection = 'homes';
	this.sectionLevel2 = 'kiosk';
	this.sectionLevel3 = MyGenericTagVar.sectionLevel3;
	this.sectionLevel4 = MyGenericTagVar.sectionLevel4;
	this.sectionLevel5 = MyGenericTagVar.sectionLevel5;
	this.language = 'fr';
	this.division = 'canoe';
	this.networkid = 'can';
	
	this.linkInternalFilters = 'javascript:,micasa.ca,homes-extra.ca';
	this.prop11 = document.location.href.slice(7);
	if (window.location.hostname=="www.myvirtualpaper.com") {
	this.prop19 = 'virtualpaper';	
	} else {
	this.prop19 = 'kiosk';
	}
	this.prop22 = 'homes';
    //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.fr.canoe.homes';
	
    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();
          
