//-----------------------------
// Auteur	: Pejman Ramezanpour
// Date		: 2009-02-20
//-----------------------------

function DfpVariables(){

	this.mainsection = 'homes';
	this.sujet = '';
	this.affiliate = '';
	this.sectionLevel2 = 'virtualpaper';
	this.sectionLevel3 = '';
	this.sectionLevel4 = '';
	this.sectionLevel5 = '';		
	this.language = 'fr';
	this.division = 'canoe';
	this.hp= '';
	this.SwitchLang = ''; 
	this.networkid = 'can';
	this.tile = 1;
	this.rand_num = Math.floor(Math.random()*8999999999)+1000000000;
	this.prov = '';

	/*********************************************************/
	/* The following variables would be used during transition */
	/* to populate existing DE tags that are not covered by DFP vars: */
	/*********************************************************/
	
		this.dfpSwitch	= {
		skyscraper:	0,
		superbanner:0,
		bigbox:		0,
		special1:	1,
		special2:	1,
		button:		1,
		popup:		1,
		advertorial:1,
		banner:		1
	}
	
}

var MyGenericTagVar = new DfpVariables();
