//-----------------------------
// Auteur	: Raynald Bertrand
// Date		: 2007-07-09
//-----------------------------

function DfpVariables(){

	this.mainsection = 'health';
	this.sujet = '';
	this.affiliate = '';
	this.sectionLevel2 = 'menstruation';
	this.sectionLevel3 = '';
	this.sectionLevel4 = '';
	this.sectionLevel5 = '';
	this.language = 'en';
	this.division = 'canoe';
	this.hp="";
	this.SwitchLang = 'en'; // For some site fr and en are process the same way so hardcode this variable
	this.networkid = 'can';
	this.tile = 1;
	this.rand_num = Math.floor(Math.random()*8999999999)+1000000000;
	this.prov = '';
	
	this.dfpSpeKey = { cat: 'health' };

	//etc..
	
	/*********************************************************/
	/* The following variables would be used during transition */
	/* to populate existing DE tags that are not covered by DFP vars: */
	/*********************************************************/

	this.de_site = 'canoe.ca';
	this.de_vchannel = 'chealth';
	this.de_category = this.sectionLevel3;
	this.de_subchannel = this.sectionLevel2;
	this.de_hchannel = this.mainsection;
}

var MyGenericTagVar = new DfpVariables();

