//-----------------------------
// Auteur	: PEJMAN RAMEZANPOUR
// Date		: 2008-05-23
//-----------------------------

function DfpVariables(){

	this.mainsection = '';
	this.sujet = '';
	this.affiliate = '';
	this.sectionLevel2 = '';
	this.sectionLevel3 = '';
	this.sectionLevel4 = '';
	this.sectionLevel5 = '';		
	this.language = '';
	this.division = 'smc'; //hard code this one
	this.hp= '';
	this.SwitchLang = ''; 
	this.networkid = 'can';
	this.tile = 1;
	this.rand_num = Math.floor(Math.random()*8999999999)+1000000000;
	this.prov = '';


		this.dfpSwitch	= {
		skyscraper:	0,
		superbanner:0,
		bigbox:		0,
		button:		0,
		popup:		0,
		tile:       0,
		banner:		0,
		doublebanner: 0
	}
	
}

var MyGenericTagVar = new DfpVariables();
