//-----------------------------
// Auteur	: Raynald Bertrand
// Date		: 2007-07-09
//-----------------------------

function DfpVariables(){

	this.mainsection = 'network';
	this.sujet = 'television';
	this.affiliate = '';
	this.sectionLevel2 = 'clodine';
	this.sectionLevel3 = '';
	this.sectionLevel4 = '';
	this.sectionLevel5 = '';
	this.language = 'fr';
	this.division = 'tva';
	this.hp="1";
	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 = 'tva';
	this.de_vchannel = 'tvaweb';
	this.de_category = 'toutsimplementclodine';
	this.de_subcategory = '';
	this.de_subchannel = 'vosemissions';
	this.de_hchannel = 'television';
	
		this.dfpSwitch	= {
		skyscraper:	1,
		superbanner:	0,
		bigbox:		0,
		special1:	1,
		special2:	1,
		button:		0,
		popup:		1,
		advertorial:	1,
		banner:		0,
		doublebox:	1
	}

}

var MyGenericTagVar  = new DfpVariables();
