//-----------------------------
// Auteur	: Yannik Lefebvre
// Date		: 2007-11-14
//-----------------------------

function DfpVariables(){

	this.mainsection = 'employment';
	this.sujet = '';
	this.affiliate = '';
	this.sectionLevel2 = 'formation';
	this.sectionLevel3 = '';
	this.language = 'fr';
	this.division = 'canoe';
	this.hp="";
	this.SwitchLang = this.language; // 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 = '';

	//etc..
	
	/*********************************************************/
	/* The following variables would be used during transition */
	/* to populate existing DE tags that are not covered by DFP vars: */
	/*********************************************************/

	this.de_site       = '';   // site
	this.de_vchannel   = '';   // vertical
	this.de_category   = '';   // categorie
	this.de_subchannel = '';   // sous-vertical
	this.de_hchannel   = '';   // sous-catégorie
}

var MyGenericTagVar = new DfpVariables();
