//-----------------------------
// Auteur	: PEJMAN RAMEZANPOUR
// Date		: 2009-07-17
//-----------------------------

function DfpVariables(){

	this.mainsection = 'yourlifemoments';
	this.sectionLevel2 = '';
	this.sectionLevel3 = '';
	this.sectionLevel4 = '';	
	this.language = 'en';
	this.division = 'smc';
	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,
		adsense_superbanner: 0,
		adsense_bigbox: 0,
		adsense_skyscraper: 0,
		popup:		1,
		banner:		0
	}
	
}

var MyGenericTagVar = new DfpVariables();